/* Zodiac and the Twelve Cell Salts — scoped to this page only. */

body.chb-zodiac .klb-page-title,
body.chb-zodiac .page-header,
body.chb-zodiac .woocommerce-breadcrumb,
body.chb-zodiac .content-secondary,
body.chb-zodiac .site-sidebar {
  display: none !important;
}
html body.chb-zodiac .site-primary,
html body.chb-zodiac .site-content,
html body.chb-zodiac .homepage-content,
html body.chb-zodiac .klb-page,
html body.chb-zodiac .container,
html body.chb-zodiac .row,
html body.chb-zodiac .klb-post,
html body.chb-zodiac .content-primary,
html body.chb-zodiac .entry-content,
html body.chb-zodiac .col-12,
html body.chb-zodiac .col-lg-10,
html body.chb-zodiac [class*="col-lg-"],
html body.chb-zodiac [class*="offset-"] {
  width: 100% !important;
  max-width: none !important;
  flex: 0 0 100% !important;
  float: none !important;
  padding: 0 !important;
  margin: 0 !important;
  left: 0 !important;
  background: transparent !important;
}
html body.chb-zodiac .site-content,
html body.chb-zodiac .klb-page {
  background: #f7f2eb !important;
  margin-top: 0 !important;
  padding-top: 0 !important;
}
html body.chb-zodiac,
html body.chb-zodiac .site-primary {
  overflow-x: hidden;
}

.zodiac-cell-salts-page {
  --zcs-ink: #1c140e;
  --zcs-green: #2f3d2a;
  --zcs-green-deep: #172016;
  --zcs-cream: #f3eadc;
  --zcs-paper: #fbf6ec;
  --zcs-gold: #c9a84c;
  --zcs-gold-soft: #e8d6b0;
  --zcs-mute: #5c5348;
  --zcs-line: #d9ccb6;
  --zcs-display: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  --zcs-max: 1220px;
  --zcs-ease: cubic-bezier(0.22, 1, 0.36, 1);
  color: var(--zcs-ink);
  background-color: #f3eadc;
  background-image: radial-gradient(1200px 600px at 12% -8%, rgba(201, 168, 76, 0.09), transparent 55%);
  font-size: 1.05rem;
  line-height: 1.65;
  overflow-x: hidden;
}
.zodiac-cell-salts-page *,
.zodiac-cell-salts-page *::before,
.zodiac-cell-salts-page *::after {
  box-sizing: border-box;
}
.zodiac-cell-salts-page img,
.zodiac-cell-salts-page svg,
.zodiac-cell-salts-page table {
  max-width: 100%;
}
.zodiac-cell-salts-page h1,
.zodiac-cell-salts-page h2,
.zodiac-cell-salts-page h3,
.zodiac-cell-salts-page h4 {
  font-family: var(--zcs-display);
  font-weight: 500;
  letter-spacing: -0.02em;
  color: var(--zcs-green-deep);
  line-height: 1.12;
  white-space: normal;
  overflow-wrap: break-word;
  max-width: 100%;
}
.zodiac-cell-salts-page a:focus-visible,
.zodiac-cell-salts-page button:focus-visible,
.zodiac-cell-salts-page input:focus-visible,
.zodiac-cell-salts-page select:focus-visible,
.zodiac-cell-salts-page summary:focus-visible {
  outline: 2px solid var(--zcs-gold);
  outline-offset: 3px;
}

.zcs-sr {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}
.zcs-wrap {
  width: min(100% - 2rem, var(--zcs-max));
  margin-inline: auto;
  min-width: 0;
}
.zcs-narrow { width: min(100% - 2rem, 760px); }
.zcs-band,
.zcs-finder,
.zcs-profile,
.zcs-hero {
  scroll-margin-top: 96px;
}
.zcs-band { padding: 4.5rem 0; }
.zcs-prose { color: var(--zcs-mute); max-width: min(68ch, 100%); }

.zcs-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0.7rem 1.35rem;
  border-radius: 999px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-size: 0.78rem;
  text-decoration: none;
  border: 1px solid transparent;
  cursor: pointer;
  transition: transform 0.2s var(--zcs-ease), background 0.2s, color 0.2s;
}
.zcs-btn-primary {
  background: var(--zcs-green);
  color: var(--zcs-cream) !important;
}
.zcs-btn-primary:hover { background: var(--zcs-green-deep); transform: translateY(-1px); }
.zcs-btn-ghost {
  background: transparent;
  color: var(--zcs-green) !important;
  border-color: var(--zcs-green);
}
.zcs-text-link {
  color: var(--zcs-green);
  font-weight: 600;
  text-underline-offset: 3px;
  background: none;
  border: 0;
  padding: 0.4rem 0;
  min-height: 44px;
  cursor: pointer;
  font: inherit;
}
.zcs-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem 1.4rem;
  align-items: center;
}

.zcs-crumbs {
  width: min(100% - 2rem, var(--zcs-max));
  margin: 1.1rem auto 0;
  font-size: 0.82rem;
  color: var(--zcs-mute);
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  align-items: center;
}
.zcs-crumbs a { color: inherit; }
.zcs-crumbs span[aria-hidden] { opacity: 0.45; }

.zcs-eye {
  font-size: 0.78rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--zcs-gold);
  font-weight: 700;
  margin: 0 0 0.8rem;
}
.zcs-hero {
  display: grid;
  gap: 2rem;
  width: min(100% - 2rem, var(--zcs-max));
  margin: 0 auto;
  padding: 2.2rem 0 3.5rem;
  align-items: center;
  min-width: 0;
}
.zcs-hero h1 {
  font-size: clamp(2.4rem, 6vw, 4.6rem);
  max-width: 14ch;
  margin: 0 0 1rem;
}
.zcs-lede { font-size: 1.08rem; color: var(--zcs-mute); max-width: 46ch; }
.zcs-plate {
  background: #f7efdf;
  border: 6px solid #1a140e;
  box-shadow: inset 0 0 0 1px #c9a84c;
  padding: 1rem 1rem 1.15rem;
  max-width: 100%;
  min-width: 0;
}
.zcs-plate-kicker {
  margin: 0 0 0.55rem;
  text-align: center;
  font-size: 0.68rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #7a6230;
  font-weight: 700;
}
.zcs-hero-wheel {
  width: min(100%, 520px);
  margin-inline: auto;
}
.zcs-hero-wheel .zcs-wheel-svg { width: 100%; height: auto; }
.zcs-hero-wheel .zcs-t-sign { font-size: 13px; }

.zcs-intro { background: var(--zcs-paper); border-block: 1px solid var(--zcs-line); }
.zcs-intro h2 { font-size: clamp(2rem, 4vw, 3rem); margin: 0 0 1rem; }
.zcs-cols {
  display: grid;
  gap: 1.4rem;
  margin-top: 2.2rem;
}
.zcs-cols article {
  background: var(--zcs-cream);
  border: 1px solid var(--zcs-line);
  padding: 0 0 1.5rem;
  border-radius: 4px;
  overflow: hidden;
}
.zcs-cut {
  margin: 0 0 1rem;
  background: #f7efdf;
  aspect-ratio: 1;
  overflow: hidden;
}
.zcs-cut img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.12);
}
.zcs-profile-media img,
.zcs-plate-index img,
.zcs-source-chart img,
.zcs-result-media img {
  width: 100%;
  height: auto;
  display: block;
}
.zcs-cut img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.12);
  display: block;
}
.zcs-cols h3 { font-size: 1.55rem; margin: 0 0 0.55rem; padding: 0 1.35rem; }
.zcs-cols p { margin: 0; color: var(--zcs-mute); padding: 0 1.35rem; }

.zcs-live-grid {
  display: grid;
  gap: 2.4rem;
  grid-template-columns: minmax(0, 1fr);
}
.zcs-live-wheel,
.zcs-finder { min-width: 0; max-width: 100%; }
.zcs-live h2 { font-size: clamp(1.9rem, 3.4vw, 2.7rem); margin: 0 0 0.7rem; }
.zcs-wheel-stage { position: relative; }
.zcs-wheel {
  position: relative;
  width: min(100%, 680px);
  margin: 0.35rem auto 0;
  padding: 1.15rem;
}
.zcs-cardinal-html {
  position: absolute;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #7a6230;
  font-family: var(--zcs-display), serif;
}
.zcs-cardinal-html.zcs-n { top: 0; left: 50%; transform: translateX(-50%); }
.zcs-cardinal-html.zcs-s { bottom: 0; left: 50%; transform: translateX(-50%); }
.zcs-cardinal-html.zcs-e { left: 0; top: 50%; transform: translateY(-50%) rotate(-90deg); }
.zcs-cardinal-html.zcs-w { right: 0; top: 50%; transform: translateY(-50%) rotate(90deg); }
.zcs-wheel-svg { width: 100%; height: auto; display: block; }
.zcs-disc { fill: #f4ead8; }
.zcs-ring-black { fill: #16110d; }
.zcs-ring-white { fill: #fbf6ec; }
.zcs-ring-color,
.zcs-ring-black,
.zcs-ring-white {
  stroke: #f7efdf;
  stroke-width: 2.4;
  transition: filter 0.25s, opacity 0.25s;
}
.zcs-orbit { stroke: #1a140e; stroke-width: 2.6; }
.zcs-orbit-gold { stroke: #c9a84c; stroke-width: 3.2; }
.zcs-wheel-spin { transform-origin: 50% 50%; transform-box: view-box; }
.zcs-seg { cursor: pointer; }
.zcs-seg:focus-visible { outline: none; }
.zcs-seg:hover .zcs-ring-color,
.zcs-seg:focus-visible .zcs-ring-color { filter: brightness(1.08); }
.zcs-seg.is-on .zcs-ring-black { fill: #2a2218; }
.zcs-seg.is-on .zcs-ring-color,
.zcs-seg.is-on .zcs-ring-white {
  stroke: #c9a84c;
  stroke-width: 3.5;
}

.zcs-keep-up { pointer-events: none; }
.zcs-t-sign {
  fill: #f6ead3;
  font-family: var(--zcs-display), Georgia, serif;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.06em;
}
.zcs-t-formula {
  font-family: Georgia, "Palatino Linotype", "Times New Roman", serif;
  font-size: 24px;
  font-weight: 800;
  paint-order: stroke fill;
  stroke: rgba(20, 12, 8, 0.22);
  stroke-width: 2.5px;
}
.zcs-t-formula-long { font-size: 16px; }
.zcs-t-saltno {
  fill: #9d1c14;
  font-size: 28px;
  font-weight: 800;
  font-family: var(--zcs-display), Georgia, serif;
  paint-order: stroke fill;
  stroke: #fffdf6;
  stroke-width: 4px;
}

.zcs-hub {
  position: absolute;
  inset: 33.4%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0.5rem;
  pointer-events: none;
  border-radius: 50%;
}
.zcs-hub.is-on {
  background: rgba(251, 246, 236, 0.92);
  box-shadow: inset 0 0 0 2px #c9a84c;
}
.zcs-hub-kicker {
  font-size: 0.62rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #b42318;
  font-weight: 700;
  margin: 0;
}
.zcs-hub-glyph { font-size: clamp(1.3rem, 3vw, 2rem); margin: 0.1rem 0; line-height: 1; }
.zcs-hub-sign {
  font-family: var(--zcs-display);
  font-size: clamp(1rem, 2.1vw, 1.45rem);
  margin: 0;
  color: var(--zcs-green-deep);
}
.zcs-hub-salt { margin: 0.2rem 0 0; font-size: 0.72rem; line-height: 1.35; color: var(--zcs-mute); max-width: 22ch; }

.zcs-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  width: 100%;
  max-width: 100%;
  padding: 0.9rem 0 0.2rem;
}
.zcs-chip {
  flex: 0 0 auto;
  display: inline-flex !important;
  align-items: center;
  gap: 0.4rem;
  width: auto;
  max-width: 100%;
  min-height: 44px;
  padding: 0.4rem 0.85rem;
  border-radius: 999px;
  border: 1px solid var(--zcs-line);
  background: var(--zcs-paper);
  color: var(--zcs-ink) !important;
  text-decoration: none !important;
  font-size: 0.88rem;
  font-weight: 600;
}
.zcs-chip span {
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 50%;
  background: var(--zcs-seg);
  display: inline-block;
  font-size: 0;
}
.zcs-chip img {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
}
.zcs-chip small { color: var(--zcs-mute); font-weight: 500; }
.zcs-chip.is-on { border-color: var(--zcs-green); background: #eef2e8; }

.zcs-finder {
  background: #fbf6ec;
  border: 4px solid #1a140e;
  box-shadow: inset 0 0 0 1px #c9a84c;
  border-radius: 4px;
  padding: 1.5rem 1.3rem 1.6rem;
  width: 100%;
  box-sizing: border-box;
}
.zcs-finder h2 { font-size: clamp(1.7rem, 3vw, 2.3rem); margin: 0 0 0.7rem; }
.zcs-form label {
  display: block;
  font-weight: 700;
  font-size: 0.82rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 0.45rem;
}
.zcs-form-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  align-items: stretch;
}
.zcs-form input[type="date"] {
  flex: 1 1 160px;
  height: 48px;
  min-height: 48px;
  max-height: 48px;
  padding: 0.45rem 0.8rem;
  border: 1px solid var(--zcs-line);
  border-radius: 4px;
  background: #fff;
  color: var(--zcs-ink);
  font: inherit;
}
.zcs-form-row .zcs-btn { flex: 0 0 auto; border-radius: 4px; }
.zcs-note { font-size: 0.88rem; color: var(--zcs-mute); margin: 0.7rem 0 0; }
.zcs-dates {
  margin: 0.8rem 0 0;
  font-size: 0.88rem;
  color: var(--zcs-mute);
}
.zcs-dates summary {
  cursor: pointer;
  min-height: 36px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.6rem;
  font-weight: 650;
  color: var(--zcs-ink);
  list-style: none;
}
.zcs-dates summary::-webkit-details-marker { display: none; }
.zcs-dates summary::after {
  content: "+";
  color: var(--zcs-gold);
}
.zcs-dates p { margin: 0.4rem 0 0; }
.zcs-disclaimer {
  margin-top: 1.1rem;
  padding: 0.85rem 0.95rem;
  background: #f3ece2;
  border-left: 3px solid var(--zcs-gold);
  font-size: 0.9rem;
  color: var(--zcs-ink);
}

.zcs-result {
  margin-top: 1.2rem;
  padding-top: 1.1rem;
  border-top: 1px solid var(--zcs-line);
}
.zcs-result-head {
  display: flex;
  gap: 0.8rem;
  align-items: center;
}
.zcs-result-swatch {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #fff;
  font-size: 1.15rem;
  font-family: var(--zcs-display);
  font-weight: 700;
  flex-shrink: 0;
}
.zcs-result h3 {
  margin: 0;
  font-size: 1.7rem;
}
.zcs-result .zcs-kicker {
  margin: 0;
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--zcs-gold);
  font-weight: 700;
}
.zcs-result-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin: 0.7rem 0;
  padding: 0;
  list-style: none;
}
.zcs-result-meta li {
  background: var(--zcs-cream);
  border: 1px solid var(--zcs-line);
  border-radius: 999px;
  padding: 0.25rem 0.7rem;
  font-size: 0.8rem;
}
.zcs-result-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem 1.1rem;
  align-items: center;
  margin-top: 1rem;
}

.zcs-essay { background: var(--zcs-green-deep); color: #f0e6d4; }
.zcs-essay h2 { color: #fffcf8; font-size: clamp(2rem, 4vw, 3rem); }
.zcs-essay p { color: #e6dcc8; }
.zcs-essay p + p { margin-top: 1rem; }

.zcs-profile-grid {
  display: grid;
  gap: 1.3rem;
  margin-top: 1.6rem;
}
.zcs-profile {
  background: var(--zcs-paper);
  border: 1px solid var(--zcs-line);
  border-radius: 4px;
  padding: 0 0 1.5rem;
  border-top: 5px solid var(--zcs-seg);
  overflow: hidden;
}
.zcs-profile-media {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: #f7efdf;
  min-height: 200px;
}
.zcs-profile-media figure { margin: 0; display: grid; place-items: center; }
.zcs-profile-media figure:last-child { background: #fff; padding: 1rem; }
.zcs-profile-media figure:last-child img {
  width: auto;
  max-width: 100%;
  max-height: 210px;
  object-fit: contain;
}
.zcs-profile > header,
.zcs-profile > dl,
.zcs-profile > h4,
.zcs-profile > p,
.zcs-profile > .zcs-profile-actions {
  padding-left: 1.3rem;
  padding-right: 1.3rem;
}
.zcs-profile > header { padding-top: 1.2rem; }
.zcs-plate-index {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.65rem;
  margin: 1.4rem 0 1.8rem;
}
.zcs-plate-index a {
  display: block;
  text-align: center;
  color: inherit;
  text-decoration: none;
  font-size: 0.82rem;
  font-weight: 600;
}
.zcs-plate-index img {
  border: 3px solid #1a140e;
  box-shadow: inset 0 0 0 1px #c9a84c;
  margin-bottom: 0.45rem;
  border-radius: 50%;
}
.zcs-result-media {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.5rem;
  margin-bottom: 1rem;
}
.zcs-result-media img {
  border: 1px solid var(--zcs-line);
  background: #f7efdf;
}
.zcs-source-grid {
  display: grid;
  gap: 1.6rem;
}
.zcs-source-chart {
  margin: 0;
}
.zcs-source-chart img {
  border: 6px solid #1a140e;
  box-shadow: inset 0 0 0 1px #c9a84c;
  background: #f7efdf;
  max-height: min(640px, 80vh);
  width: 100%;
  object-fit: contain;
}
.zcs-source-chart figcaption {
  margin-top: 0.6rem;
  font-size: 0.88rem;
  color: var(--zcs-mute);
}
@media (min-width: 768px) {
  .zcs-plate-index { grid-template-columns: repeat(6, 1fr); }
  .zcs-source-grid { grid-template-columns: 0.95fr 1.05fr; align-items: start; }
}
.zcs-profile h3 { font-size: 1.7rem; margin: 0 0 0.25rem; }
.zcs-profile dl {
  grid-template-columns: 1fr 1fr;
}
.zcs-meta { margin: 0 0 1rem; color: var(--zcs-mute); font-size: 0.92rem; }
.zcs-profile dl {
  display: grid;
  gap: 0.55rem;
  margin: 0 0 1rem;
}
.zcs-profile dt {
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--zcs-gold);
  font-weight: 700;
}
.zcs-profile dd { margin: 0.1rem 0 0; }
.zcs-profile h4 { font-size: 1.15rem; margin: 1rem 0 0.35rem; }
.zcs-profile-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem 1.2rem;
  align-items: center;
  margin: 1.1rem 0 0;
}

.zcs-filters {
  display: grid;
  gap: 0.7rem;
  margin: 1.2rem 0 1rem;
}
.zcs-filters input,
.zcs-filters select {
  width: 100%;
  min-height: 44px;
  border: 1px solid var(--zcs-line);
  border-radius: 10px;
  padding: 0.45rem 0.7rem;
  background: #fff;
  font: inherit;
  color: var(--zcs-ink);
}
.zcs-filters label {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--zcs-mute);
}
.zcs-table-wrap { overflow-x: auto; }
.zcs-table {
  width: 100%;
  border-collapse: collapse;
  background: var(--zcs-paper);
}
.zcs-table th,
.zcs-table td {
  text-align: left;
  padding: 0.85rem 0.7rem;
  border-bottom: 1px solid var(--zcs-line);
  vertical-align: top;
}
.zcs-table th {
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--zcs-mute);
}
.zcs-table small { display: block; color: var(--zcs-mute); font-size: 0.82rem; margin-top: 0.15rem; }
.zcs-table a { color: var(--zcs-green); }
.zcs-empty { margin-top: 1rem; }

.zcs-source { background: #efe7db; }
.zcs-source-line {
  margin-top: 1.2rem;
  font-size: 0.95rem;
  color: var(--zcs-mute);
  border-top: 1px solid var(--zcs-line);
  padding-top: 1rem;
}
.zcs-acc {
  border-bottom: 1px solid var(--zcs-line);
  padding: 0.4rem 0;
}
.zcs-acc summary {
  cursor: pointer;
  min-height: 44px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  font-weight: 650;
  list-style: none;
}
.zcs-acc summary::-webkit-details-marker { display: none; }
.zcs-acc summary::after {
  content: "+";
  color: var(--zcs-gold);
  font-size: 1.2rem;
  line-height: 1;
}
.zcs-acc[open] summary::after { content: "–"; }
.zcs-acc p { margin: 0 0 1rem; color: var(--zcs-mute); }

.zcs-close { text-align: center; }
.zcs-close .zcs-hero-actions { justify-content: center; }
.zcs-close .zcs-disclaimer { text-align: left; }

.zcs-cat-note,
.zcs-pdp-note {
  margin: 1rem 0;
  padding: 0.9rem 1rem;
  background: #f7f2eb;
  border: 1px solid #e2d8c8;
  border-radius: 12px;
  font-size: 0.95rem;
}
.zcs-cat-note a,
.zcs-pdp-note a { color: #2f3d2a; font-weight: 700; }

@media (min-width: 640px) {
  .zcs-cols { grid-template-columns: repeat(3, 1fr); }
  .zcs-filters {
    grid-template-columns: 1fr 1fr;
    align-items: end;
  }
  .zcs-filters input[type="search"] { grid-column: 1 / -1; }
}
@media (min-width: 768px) {
  .zcs-profile-grid { grid-template-columns: 1fr 1fr; }
  .zcs-filters { grid-template-columns: repeat(4, 1fr) auto; }
  .zcs-filters input[type="search"] { grid-column: 1 / -1; }
  .zcs-band,
  .zcs-finder,
  .zcs-profile,
  .zcs-hero { scroll-margin-top: 160px; }
}
@media (min-width: 1024px) {
  .zcs-hero { grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr); padding-top: 3rem; }
}
@media (min-width: 1100px) {
  .zcs-live-grid {
    grid-template-columns: minmax(0, 1fr) minmax(280px, 380px);
    align-items: start;
    gap: 2rem;
  }
}
@media (max-width: 640px) {
  .zcs-t-sign { font-size: 10px; }
  .zcs-t-formula { font-size: 13px; }
  .zcs-t-formula-long { font-size: 11px; }
  .zcs-t-saltno { font-size: 16px; }
  .zcs-wheel { width: 100%; padding: 1.15rem 0.35rem 0.5rem; }
  .zcs-cardinal-html { display: none; }
  .zcs-profile-media { grid-template-columns: 1fr; }
  .zcs-plate-index { grid-template-columns: repeat(3, 1fr); }
  .zcs-hero-wheel { width: 100%; }
  .zcs-form-row { flex-direction: column; align-items: stretch; }
  .zcs-form input[type="date"],
  .zcs-form-row .zcs-btn { width: 100%; flex: none; }
  .zcs-band { padding: 2.6rem 0; }
  .zcs-hero { padding: 1.4rem 0 2.2rem; }
  .zcs-hub { inset: 31%; padding: 0.3rem; }
  .zcs-hub-salt { font-size: 0.62rem; max-width: 18ch; }
  .zcs-result-media { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 767px) {
  .zcs-profile dl { grid-template-columns: 1fr; }
  .zcs-table thead { display: none; }
  .zcs-table tr {
    display: block;
    background: var(--zcs-paper);
    border: 1px solid var(--zcs-line);
    border-radius: 14px;
    margin-bottom: 0.8rem;
    padding: 0.7rem 0.8rem;
  }
  .zcs-table td {
    display: grid;
    grid-template-columns: 8.5rem 1fr;
    gap: 0.4rem;
    border: 0;
    padding: 0.35rem 0;
  }
  .zcs-table td::before {
    content: attr(data-label);
    font-size: 0.72rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--zcs-mute);
    font-weight: 700;
  }
}

@media (prefers-reduced-motion: reduce) {
  .zcs-hero-wheel,
  .zcs-seg,
  .zcs-btn,
  .zcs-wheel-spin {
    animation: none !important;
    transition: none !important;
  }
}
