body.holyard-vibe {
  --vibe-accent: #f4c542;
  --vibe-accent-soft: rgba(244, 197, 66, 0.18);
  --vibe-background: #080808;
  --vibe-glow: rgba(244, 197, 66, 0.32);
  --vibe-border: rgba(244, 197, 66, 0.32);
  --vibe-text: #f7f3ea;
  --vibe-muted: rgba(247, 243, 234, 0.72);
  --vibe-line: rgba(255, 255, 255, 0.14);
  margin: 0;
  min-height: 100vh;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 18% 12%, var(--vibe-glow), transparent 30rem),
    radial-gradient(circle at 82% 2%, rgba(255, 255, 255, 0.08), transparent 22rem),
    linear-gradient(145deg, #050505 0%, var(--vibe-background) 45%, #040404 100%);
  color: var(--vibe-text);
  font-family: "Inter", "Montserrat", Arial, sans-serif;
  line-height: 1.5;
}

.holyard-vibe *,
.holyard-vibe *::before,
.holyard-vibe *::after {
  box-sizing: border-box;
}

.holyard-vibe a {
  color: inherit;
}

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

.holyard-vibe .vibe-skip-link {
  position: absolute;
  left: 1rem;
  top: 1rem;
  z-index: 1000;
  padding: 0.75rem 1rem;
  border-radius: 999px;
  background: #ffffff;
  color: #050505;
  transform: translateY(-160%);
  transition: transform 180ms ease;
}

.holyard-vibe .vibe-skip-link:focus {
  transform: translateY(0);
  outline: 3px solid var(--vibe-accent);
  outline-offset: 3px;
}

.holyard-vibe .vibe-page {
  min-height: 100vh;
  padding: 1.25rem;
}

.holyard-vibe .vibe-shell {
  width: min(1180px, 100%);
  margin: 0 auto;
}

.holyard-vibe .vibe-topbar,
.holyard-vibe .vibe-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 0;
}

.holyard-vibe .vibe-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  text-decoration: none;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.holyard-vibe .vibe-brand-mark {
  display: grid;
  width: 2.6rem;
  height: 2.6rem;
  place-items: center;
  border: 1px solid var(--vibe-border);
  border-radius: 50%;
  background: var(--vibe-accent-soft);
  color: var(--vibe-accent);
}

.holyard-vibe .vibe-topnav,
.holyard-vibe .vibe-footer-links {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.holyard-vibe .vibe-topnav a,
.holyard-vibe .vibe-footer-links a {
  min-height: 2.7rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.72rem 0.95rem;
  border: 1px solid var(--vibe-line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
  color: var(--vibe-text);
  font-size: 0.78rem;
  font-weight: 800;
  text-decoration: none;
  text-transform: uppercase;
}

.holyard-vibe .vibe-topnav a:hover,
.holyard-vibe .vibe-footer-links a:hover {
  border-color: var(--vibe-border);
  background: var(--vibe-accent-soft);
}

.holyard-vibe .vibe-hero,
.holyard-vibe .vibe-room-hero,
.holyard-vibe .vibe-panel,
.holyard-vibe .vibe-card,
.holyard-vibe .vibe-result-card,
.holyard-vibe .vibe-explore-card {
  border: 1px solid var(--vibe-line);
  border-radius: 22px;
  background: rgba(8, 8, 8, 0.74);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.34);
  backdrop-filter: blur(18px);
}

.holyard-vibe .vibe-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(18rem, 0.95fr);
  gap: clamp(1.2rem, 4vw, 3rem);
  min-height: calc(100vh - 9rem);
  align-items: center;
  padding: clamp(1.25rem, 4vw, 3.5rem);
}

.holyard-vibe .vibe-kicker,
.holyard-vibe .vibe-chip,
.holyard-vibe .vibe-card-label {
  color: var(--vibe-accent);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.holyard-vibe .vibe-title {
  max-width: 11ch;
  margin: 0.5rem 0 1rem;
  font-size: clamp(3.1rem, 9vw, 7.4rem);
  line-height: 0.88;
  letter-spacing: 0;
  text-transform: uppercase;
}

.holyard-vibe .vibe-copy {
  max-width: 42rem;
  color: var(--vibe-muted);
  font-size: clamp(1rem, 2.2vw, 1.35rem);
}

.holyard-vibe .vibe-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.5rem;
}

.holyard-vibe .vibe-button {
  min-height: 3rem;
  border: 1px solid var(--vibe-border);
  border-radius: 999px;
  padding: 0.88rem 1.15rem;
  background: var(--vibe-accent);
  color: #070707;
  cursor: pointer;
  font: inherit;
  font-weight: 900;
  text-decoration: none;
  text-transform: uppercase;
}

.holyard-vibe .vibe-button--ghost {
  background: rgba(255, 255, 255, 0.06);
  color: var(--vibe-text);
}

.holyard-vibe .vibe-button:focus-visible,
.holyard-vibe .vibe-choice:focus-visible,
.holyard-vibe .nav-toggle:focus-visible,
.holyard-vibe .dropdown-trigger:focus-visible,
.holyard-vibe a:focus-visible {
  outline: 3px solid var(--vibe-accent);
  outline-offset: 4px;
}

.holyard-vibe .vibe-visual {
  position: relative;
  min-height: 25rem;
  overflow: hidden;
  border-radius: 24px;
  background:
    linear-gradient(135deg, var(--vibe-accent-soft), rgba(255, 255, 255, 0.03)),
    radial-gradient(circle at 50% 20%, var(--vibe-glow), transparent 18rem);
}

.holyard-vibe .vibe-visual::before,
.holyard-vibe .vibe-visual::after {
  content: "";
  position: absolute;
  inset: 12%;
  border: 1px solid var(--vibe-border);
  border-radius: 50%;
}

.holyard-vibe .vibe-visual::after {
  inset: 25%;
  border-color: rgba(255, 255, 255, 0.16);
  transform: rotate(-10deg);
}

.holyard-vibe .vibe-dial {
  position: absolute;
  left: 50%;
  top: 50%;
  display: grid;
  width: min(16rem, 62vw);
  height: min(16rem, 62vw);
  place-items: center;
  border: 1px solid var(--vibe-border);
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.38);
  color: var(--vibe-accent);
  font-size: clamp(2.4rem, 8vw, 5rem);
  font-weight: 1000;
  transform: translate(-50%, -50%);
}

.holyard-vibe .vibe-trust {
  margin-top: 1rem;
  color: var(--vibe-muted);
  font-size: 0.9rem;
}

.holyard-vibe .vibe-quiz-root {
  margin: clamp(1rem, 3vw, 2rem) auto 0;
}

.holyard-vibe .vibe-panel {
  padding: clamp(1.1rem, 3vw, 2rem);
}

.holyard-vibe .vibe-progress {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.25rem;
  color: var(--vibe-muted);
  font-weight: 800;
}

.holyard-vibe .vibe-progress-bar {
  flex: 1;
  height: 0.5rem;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
}

.holyard-vibe .vibe-progress-fill {
  width: var(--vibe-progress, 0%);
  height: 100%;
  border-radius: inherit;
  background: var(--vibe-accent);
  transition: width 180ms ease;
}

.holyard-vibe .vibe-question-title {
  margin: 0 0 1rem;
  font-size: clamp(1.8rem, 4.5vw, 3.4rem);
  line-height: 1;
  letter-spacing: 0;
}

.holyard-vibe .vibe-choices {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.8rem;
  margin: 1.3rem 0 0;
}

.holyard-vibe .vibe-choice {
  min-height: 4rem;
  border: 1px solid var(--vibe-line);
  border-radius: 18px;
  padding: 1rem;
  background: rgba(255, 255, 255, 0.055);
  color: var(--vibe-text);
  cursor: pointer;
  font: inherit;
  font-weight: 850;
  text-align: left;
}

.holyard-vibe .vibe-choice[aria-pressed="true"] {
  border-color: var(--vibe-border);
  background: var(--vibe-accent-soft);
  color: #fff;
}

.holyard-vibe .vibe-reveal {
  display: grid;
  gap: 1rem;
  padding: 1.35rem;
  border: 1px solid var(--vibe-border);
  border-radius: 20px;
  background: var(--vibe-accent-soft);
}

.holyard-vibe .vibe-live {
  min-height: 1.5rem;
  margin-top: 1rem;
  color: var(--vibe-accent);
  font-weight: 800;
}

.holyard-vibe .vibe-room-main {
  width: min(1180px, calc(100% - 2rem));
  margin: 0 auto;
  padding: clamp(1.2rem, 3vw, 2rem) 0 3rem;
}

.holyard-vibe .vibe-room-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(17rem, 0.55fr);
  gap: clamp(1rem, 3vw, 2rem);
  padding: clamp(1.2rem, 3vw, 2.5rem);
}

.holyard-vibe .vibe-room-title {
  margin: 0.55rem 0;
  font-size: clamp(2.6rem, 8vw, 6rem);
  line-height: 0.92;
  letter-spacing: 0;
  text-transform: uppercase;
}

.holyard-vibe .vibe-room-tagline {
  margin: 0 0 1rem;
  color: var(--vibe-accent);
  font-size: clamp(1.15rem, 2vw, 1.6rem);
  font-weight: 900;
}

.holyard-vibe .vibe-result-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1rem;
}

.holyard-vibe .vibe-card,
.holyard-vibe .vibe-result-card {
  overflow: hidden;
}

.holyard-vibe .vibe-card-image {
  aspect-ratio: 16 / 10;
  width: 100%;
  object-fit: cover;
  background: rgba(255, 255, 255, 0.06);
}

.holyard-vibe .vibe-card-body {
  padding: 1rem;
}

.holyard-vibe .vibe-card-title {
  margin: 0.35rem 0 0.3rem;
  font-size: 1.22rem;
  line-height: 1.12;
}

.holyard-vibe .vibe-card-copy {
  margin: 0 0 1rem;
  color: var(--vibe-muted);
  font-size: 0.95rem;
}

.holyard-vibe .vibe-card-reason {
  margin: 0 0 1rem;
  border-top: 1px solid var(--vibe-line);
  padding-top: 0.85rem;
}

.holyard-vibe .vibe-card-reason p:last-child {
  margin: 0.3rem 0 0;
  color: var(--vibe-muted);
  font-size: 0.92rem;
}

.holyard-vibe .vibe-card-action {
  min-height: 2.75rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--vibe-border);
  border-radius: 999px;
  padding: 0.72rem 0.9rem;
  background: var(--vibe-accent-soft);
  color: var(--vibe-text);
  font-weight: 900;
  text-decoration: none;
}

.holyard-vibe .vibe-section {
  margin-top: 1.2rem;
  scroll-margin-top: 1rem;
}

.holyard-vibe .vibe-section h2 {
  margin: 0 0 0.75rem;
  font-size: clamp(1.6rem, 3.4vw, 2.5rem);
}

.holyard-vibe .vibe-intelligence,
.holyard-vibe .vibe-invitation {
  border: 1px solid var(--vibe-line);
  border-radius: 22px;
  padding: clamp(1.1rem, 3vw, 2rem);
  background: rgba(8, 8, 8, 0.74);
}

.holyard-vibe .vibe-intelligence-title {
  margin: 0.3rem 0 0.55rem;
  color: var(--vibe-accent);
  font-size: clamp(1.7rem, 3vw, 2.35rem);
  line-height: 1;
  text-transform: uppercase;
}

.holyard-vibe .vibe-intelligence-copy {
  margin: 0;
  font-size: 1rem;
}

.holyard-vibe .vibe-intelligence-summary {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.8rem 1.5rem;
  margin: 1.25rem 0;
  border-block: 1px solid var(--vibe-line);
  padding: 1rem 0;
}

.holyard-vibe .vibe-intelligence-item strong {
  display: block;
  margin-top: 0.2rem;
  font-size: 1.12rem;
}

.holyard-vibe .vibe-intelligence-heading {
  margin: 1.25rem 0 0.65rem;
  font-size: 1.2rem;
  text-transform: uppercase;
}

.holyard-vibe .vibe-dna {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.8rem 1.2rem;
  margin: 0;
}

.holyard-vibe .vibe-dna-item {
  min-width: 0;
  border-left: 2px solid var(--vibe-border);
  padding-left: 0.7rem;
}

.holyard-vibe .vibe-dna-item dd {
  margin: 0.2rem 0 0;
  overflow-wrap: anywhere;
  font-weight: 850;
}

.holyard-vibe .vibe-pathway-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.9rem;
}

.holyard-vibe .vibe-pathway-card {
  min-width: 0;
  border: 1px solid var(--vibe-line);
  border-radius: 18px;
  padding: 1rem;
  background: rgba(8, 8, 8, 0.74);
  text-decoration: none;
}

.holyard-vibe .vibe-pathway-card strong,
.holyard-vibe .vibe-pathway-card span:last-child {
  display: block;
}

.holyard-vibe .vibe-pathway-card strong {
  margin: 0.35rem 0;
  font-size: 1.12rem;
}

.holyard-vibe .vibe-pathway-card span:last-child {
  color: var(--vibe-muted);
  font-size: 0.92rem;
}

.holyard-vibe .vibe-alternative-grid,
.holyard-vibe .vibe-explore-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.9rem;
}

.holyard-vibe .vibe-explore-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.holyard-vibe .vibe-explore-card {
  min-height: 9.5rem;
  padding: 1rem;
  text-decoration: none;
}

.holyard-vibe .vibe-explore-card strong {
  display: block;
  margin-bottom: 0.35rem;
  font-size: 1.05rem;
}

.holyard-vibe .vibe-explore-card span {
  color: var(--vibe-muted);
  font-size: 0.92rem;
}

.holyard-vibe .vibe-invalid {
  padding: clamp(1.5rem, 4vw, 3rem);
  text-align: center;
}

.holyard-vibe .vibe-service-error [data-retry-vibe-room] {
  appearance: none;
}

.holyard-vibe .vibe-footer {
  width: min(1180px, calc(100% - 2rem));
  margin: 0 auto;
  padding-bottom: 2rem;
  color: var(--vibe-muted);
}

.holyard-vibe .header {
  padding: 0;
}

.holyard-vibe .nav {
  position: relative;
  z-index: 5;
}

.holyard-vibe .nav-center.is-open {
  display: block;
}

@media (hover: hover) {
  .holyard-vibe .vibe-button:hover,
  .holyard-vibe .vibe-choice:hover,
  .holyard-vibe .vibe-card-action:hover,
  .holyard-vibe .vibe-explore-card:hover,
  .holyard-vibe .vibe-pathway-card:hover {
    transform: translateY(-2px);
  }
}

@media (max-width: 920px) {
  .holyard-vibe .vibe-hero,
  .holyard-vibe .vibe-room-hero,
  .holyard-vibe .vibe-result-grid,
  .holyard-vibe .vibe-alternative-grid,
  .holyard-vibe .vibe-pathway-grid {
    grid-template-columns: 1fr;
  }

  .holyard-vibe .vibe-dna {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .holyard-vibe .vibe-explore-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .holyard-vibe .vibe-topbar,
  .holyard-vibe .vibe-footer {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 620px) {
  .holyard-vibe .vibe-page {
    padding: 0.85rem;
  }

  .holyard-vibe .vibe-hero,
  .holyard-vibe .vibe-room-hero,
  .holyard-vibe .vibe-panel,
  .holyard-vibe .vibe-intelligence,
  .holyard-vibe .vibe-invitation {
    border-radius: 18px;
    padding: 1rem;
  }

  .holyard-vibe .vibe-title,
  .holyard-vibe .vibe-room-title {
    max-width: 100%;
    font-size: clamp(2.45rem, 15vw, 4.1rem);
  }

  .holyard-vibe .vibe-visual {
    min-height: 16rem;
  }

  .holyard-vibe .vibe-choices,
  .holyard-vibe .vibe-explore-grid {
    grid-template-columns: 1fr;
  }

  .holyard-vibe .vibe-actions {
    flex-direction: column;
  }

  .holyard-vibe .vibe-button,
  .holyard-vibe .vibe-card-action {
    width: 100%;
  }

  .holyard-vibe .vibe-room-main,
  .holyard-vibe .vibe-footer {
    width: min(100% - 1rem, 1180px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .holyard-vibe *,
  .holyard-vibe *::before,
  .holyard-vibe *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }

  .holyard-vibe .vibe-button:hover,
  .holyard-vibe .vibe-choice:hover,
  .holyard-vibe .vibe-card-action:hover,
  .holyard-vibe .vibe-explore-card:hover,
  .holyard-vibe .vibe-pathway-card:hover {
    transform: none;
  }
}
