body[data-preset="headspace"] {
  background: #ffffff;
}

.site-header--headspace {
  position: sticky;
  top: 0;
  z-index: 30;
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(226, 222, 217, 0.9);
}

.headspace-header-mobile,
.header-inner--headspace {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 76px;
}

.headspace-header-mobile {
  display: none;
}

.brand--headspace,
.brand--headspace-footer {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.brand--headspace .brand-name,
.brand--headspace-footer .brand-name {
  font-weight: 800;
  letter-spacing: -0.03em;
}

.headspace-brand-orb {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  color: #0061ef;
  font-size: 18px;
  line-height: 1;
}

.site-nav--headspace ul {
  gap: 8px;
}

.site-nav--headspace a {
  padding: 0.82rem 1rem;
  border-radius: 999px;
  font-weight: 700;
}

.site-nav--headspace a:hover,
.site-nav--headspace a[aria-current="page"] {
  background: #f9f4f2;
}

.headspace-header-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.headspace-header-link {
  padding: 0.8rem 1rem;
  border-radius: 999px;
  font-weight: 700;
  color: #2d2c2b;
}

.headspace-header-link:hover {
  background: #f9f4f2;
}

.headspace-header-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 1.3rem;
  border-radius: 999px;
  background: #0061ef;
  color: #ffffff;
  font-weight: 800;
}

.headspace-header-cta:hover {
  background: #0040ea;
}

.headspace-mobile-toggle {
  border: 0;
  background: #f9f4f2;
  color: #2d2c2b;
  border-radius: 999px;
  font: inherit;
  font-weight: 800;
  padding: 0.8rem 1rem;
  cursor: pointer;
}

.headspace-mobile-menu {
  border-top: 1px solid rgba(226, 222, 217, 0.9);
  background: #ffffff;
}

.headspace-mobile-menu .container {
  padding: 1rem 0 1.3rem;
}

.headspace-mobile-utility {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem 1rem;
  margin-top: 1rem;
  font-weight: 700;
  color: #5e5b57;
}

.hero--headspace {
  padding-top: 0;
}

.hs-hero-banner {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0.5rem 1rem;
  text-align: center;
  background: #ffce00;
  font-weight: 800;
  color: #2d2c2b;
}

.hs-hero-banner.is-compact {
  min-height: 36px;
  padding-block: 0.35rem;
  font-size: 0.82rem;
}

.hs-hero-banner.is-muted {
  background: #f9f4f2;
  color: #5e5b57;
}

.hs-hero-top {
  padding: 4.8rem 0 2rem;
  text-align: center;
}

.hs-hero-top.is-compact {
  padding: 3.6rem 0 1.35rem;
}

.hs-hero-top h1,
.hs-hero-top h2 {
  margin: 0;
  font-size: clamp(2.7rem, 6vw, 4.9rem);
  line-height: 0.98;
  letter-spacing: -0.04em;
  max-width: 17ch;
  margin-inline: auto;
}

.hs-hero-top h1.is-compact,
.hs-hero-top h2.is-compact {
  font-size: clamp(2.25rem, 4.8vw, 3.65rem);
  max-width: 15ch;
}

.hs-hero-top .lead {
  max-width: 60ch;
  margin: 1.1rem auto 0;
  color: #5e5b57;
}

.hs-hero-badges {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.5rem;
}

.hs-hero-badges.is-compact {
  margin-top: 1rem;
  gap: 0.55rem;
}

.hs-hero-badge {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0 1rem;
  border-radius: 999px;
  background: #f9f4f2;
  color: #2d2c2b;
  font-weight: 700;
}

.hs-hero-badge.is-compact {
  min-height: 34px;
  padding: 0 0.85rem;
  font-size: 0.86rem;
}

.hs-hero-dual {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.hs-hero-dual.is-compact {
  gap: 0;
}

.hs-hero-card {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(220px, 0.95fr);
  gap: 2rem;
  align-items: end;
  min-height: 460px;
  padding: 3rem min(5vw, 4rem);
}

.hs-hero-card.is-compact {
  min-height: 380px;
  padding: 2.15rem min(4vw, 2.8rem);
  gap: 1.35rem;
}

.hs-hero-card--warm {
  background: #f9f4f2;
}

.hs-hero-card--cool {
  background: #eef4ff;
}

.hs-hero-card-copy h3 {
  margin: 0;
  font-size: clamp(1.9rem, 3vw, 2.6rem);
  line-height: 1.08;
}

.hs-hero-card.is-compact .hs-hero-card-copy h3 {
  font-size: clamp(1.55rem, 2.5vw, 2.05rem);
}

.hs-hero-card-copy p {
  color: #5e5b57;
  margin-top: 0.9rem;
  margin-bottom: 0;
}

.hs-hero-card-copy .eyebrow {
  color: #0061ef;
}

.hs-hero-card-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 1.35rem;
}

.hs-hero-card-media {
  align-self: stretch;
  display: flex;
  align-items: end;
  justify-content: end;
}

.hs-hero-card-media img {
  width: 100%;
  max-height: 340px;
  object-fit: contain;
}

.hs-hero-card.is-compact .hs-hero-card-media img {
  max-height: 280px;
}

.hs-hero-placeholder,
.hs-selector-visual-placeholder,
.hs-moment-media-placeholder,
.hs-business-placeholder,
.hs-library-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 240px;
  border-radius: 28px;
  background: linear-gradient(135deg, rgba(0, 97, 239, 0.12), rgba(255, 206, 0, 0.24));
  color: #2d2c2b;
  font-weight: 800;
  text-align: center;
}

.services--headspace,
.feature-grid--headspace,
.stats--headspace,
.testimonials--headspace,
.rich-text--headspace,
.gallery--headspace,
.faq--headspace,
.cta--headspace,
.contacts--headspace {
  padding-top: 88px;
  padding-bottom: 88px;
}

.hs-section-head {
  max-width: 760px;
  margin-bottom: 2rem;
}

.hs-section-head--center {
  text-align: center;
  margin-inline: auto;
}

.hs-section-head h2 {
  margin: 0;
  font-size: clamp(2.2rem, 4vw, 3.2rem);
  line-height: 1.02;
  letter-spacing: -0.04em;
}

.hs-section-head .lead {
  margin-top: 0.95rem;
  color: #5e5b57;
}

.hs-selector-shell,
.hs-moment-shell,
.hs-library-shell {
  display: grid;
  gap: 1.5rem;
}

.hs-selector-tabs,
.hs-moment-tabs,
.hs-library-tabs {
  display: flex;
  gap: 0.7rem;
  flex-wrap: wrap;
}

.hs-selector-tab,
.hs-moment-tab,
.hs-library-tab {
  border: 0;
  background: #f9f4f2;
  color: #2d2c2b;
  min-height: 48px;
  padding: 0 1rem;
  border-radius: 999px;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
}

.hs-selector-tab.is-active,
.hs-moment-tab.is-active,
.hs-library-tab.is-active {
  background: #2d2c2b;
  color: #ffffff;
}

.hs-selector-panel,
.hs-moment-panel {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  gap: 1.5rem;
  align-items: center;
  padding: 1.6rem;
  border-radius: 32px;
  background: #f9f4f2;
  box-shadow: 0 18px 48px rgba(45, 44, 43, 0.06);
}

.hs-selector-panel[hidden],
.hs-moment-panel[hidden],
.hs-library-grid[hidden] {
  display: none;
}

.hs-selector-visual,
.hs-moment-media {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 24px;
  overflow: hidden;
  background: #ffffff;
}

.hs-selector-visual img,
.hs-moment-media img,
.hs-business-media img,
.hs-library-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hs-selector-emoji {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: #ffffff;
  font-size: 2rem;
}

.hs-selector-copy h3,
.hs-moment-copy h3,
.hs-business-copy h3,
.hs-contact-copy h3 {
  margin: 0;
  font-size: clamp(1.6rem, 3vw, 2.3rem);
  line-height: 1.08;
}

.hs-selector-copy p,
.hs-moment-copy p,
.hs-business-copy p,
.hs-library-card-body p,
.hs-contact-copy p,
.hs-contact-path p {
  color: #5e5b57;
}

.hs-selector-link,
.hs-moment-link,
.hs-library-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 0.9rem;
  color: #0061ef;
  font-weight: 800;
}

.hs-selector-link::after,
.hs-moment-link::after,
.hs-library-link::after {
  content: "→";
}

.hs-moment-panel {
  background: linear-gradient(135deg, #fff6cf 0%, #eef4ff 100%);
}

.hs-moment-badge {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 0.8rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.84);
  font-size: 0.85rem;
  font-weight: 800;
}

.hs-stats-shell {
  display: grid;
  gap: 1.6rem;
}

.hs-orb-row {
  display: flex;
  justify-content: center;
  gap: 0.9rem;
}

.hs-orb {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  font-size: 2rem;
  box-shadow: 0 20px 40px rgba(45, 44, 43, 0.08);
}

.hs-orb--blue { background: #4bb4f8; }
.hs-orb--yellow { background: #ffce00; }
.hs-orb--rose { background: #f88baa; }

.hs-stats-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.hs-stat-card,
.hs-quote-card,
.hs-library-card,
.hs-contact-path,
.hs-contact-card {
  background: #f9f4f2;
  border-radius: 30px;
  padding: 1.4rem;
  box-shadow: 0 18px 48px rgba(45, 44, 43, 0.05);
}

.hs-stat-card strong {
  display: block;
  font-size: clamp(2.3rem, 4vw, 3.4rem);
  line-height: 1;
}

.hs-stat-card h3,
.hs-library-card-body h3,
.hs-contact-path h3 {
  margin: 0.8rem 0 0.55rem;
  font-size: 1.15rem;
}

.hs-quote-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.hs-quote-mark {
  font-size: 2rem;
  color: rgba(45, 44, 43, 0.18);
}

.hs-quote-card blockquote {
  margin: 0;
  font-size: 1.05rem;
}

.hs-quote-author {
  display: block;
  margin-top: 1rem;
  font-size: 0.85rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #5e5b57;
}

.hs-business-band {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 380px;
  gap: 2rem;
  align-items: center;
  padding: 2rem;
  border-radius: 36px;
  background: #0061ef;
  color: #ffffff;
}

.hs-business-band.is-compact {
  gap: 1.35rem;
  padding: 1.45rem;
  border-radius: 28px;
}

.hs-business-band.is-narrow {
  grid-template-columns: minmax(0, 1fr) 320px;
}

.hs-business-band.is-wide {
  grid-template-columns: minmax(0, 1.15fr) 360px;
}

.hs-business-band .eyebrow,
.hs-business-band p {
  color: rgba(255, 255, 255, 0.78);
}

.hs-business-band .button.ghost {
  border-color: rgba(255, 255, 255, 0.7);
  color: #ffffff;
}

.hs-business-media {
  width: 100%;
  min-height: 300px;
  border-radius: 32px;
  overflow: hidden;
}

.hs-business-band.is-compact .hs-business-media {
  min-height: 240px;
  border-radius: 24px;
}

.hs-business-copy.is-compact h3 {
  font-size: clamp(1.35rem, 2.6vw, 1.9rem);
}

.hs-business-copy.is-compact p {
  font-size: 0.97rem;
}

.hs-library-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.hs-library-card {
  padding: 0;
  overflow: hidden;
}

.hs-library-card-media {
  width: 100%;
  aspect-ratio: 1;
  background: #ffffff;
}

.hs-library-card-body {
  padding: 1.15rem;
}

.hs-library-card-body .eyebrow {
  margin-bottom: 0.5rem;
}

.hs-join-band {
  display: grid;
  justify-items: center;
  gap: 1rem;
  padding: 2.4rem 2rem;
  border-radius: 36px;
  background: #e8f4ff;
  text-align: center;
}

.hs-join-band.is-compact {
  gap: 0.8rem;
  padding: 1.75rem 1.5rem;
  border-radius: 28px;
}

.hs-avatar-row {
  display: flex;
}

.hs-avatar-row.is-compact {
  transform: scale(0.9);
  transform-origin: center;
}

.hs-avatar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  margin-left: -8px;
  border: 2px solid #ffffff;
  color: #ffffff;
  font-weight: 800;
}

.hs-avatar:first-child {
  margin-left: 0;
}

.hs-avatar:nth-child(1) { background: #f8a84b; }
.hs-avatar:nth-child(2) { background: #4bb4f8; }
.hs-avatar:nth-child(3) { background: #f88baa; }
.hs-avatar:nth-child(4) { background: #4bb47a; }

.hs-faq-shell {
  max-width: 860px;
}

.hs-faq-list {
  display: grid;
  gap: 0.85rem;
}

.hs-faq-list details {
  border: 1px solid #e2ded9;
  border-radius: 24px;
  padding: 0 1.3rem;
  background: #ffffff;
}

.hs-faq-list summary {
  cursor: pointer;
  list-style: none;
  padding: 1.15rem 0;
  font-size: 1.05rem;
  font-weight: 800;
}

.hs-faq-list summary::-webkit-details-marker {
  display: none;
}

.hs-faq-list .hs-faq-answer {
  padding: 0 0 1.2rem;
  color: #5e5b57;
}

.hs-contact-shell {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 1.2rem;
}

.hs-contact-copy {
  display: grid;
  gap: 1rem;
}

.hs-contact-paths {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.hs-contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}

.hs-contact-card {
  align-self: start;
}

.hs-contact-row {
  display: grid;
  gap: 0.22rem;
  padding: 0.75rem 0;
  border-bottom: 1px solid rgba(226, 222, 217, 0.8);
}

.hs-contact-row:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.hs-contact-row span {
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #5e5b57;
}

.site-footer--headspace {
  background: #2d2c2b;
  color: rgba(255, 255, 255, 0.92);
}

.headspace-footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 1.2rem;
  padding-top: 3.8rem;
  padding-bottom: 2rem;
}

.headspace-footer-grid a,
.headspace-footer-grid .muted {
  color: rgba(255, 255, 255, 0.72);
}

.footer-meta--headspace {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem 1rem;
  padding-top: 1.1rem;
  padding-bottom: 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

@media (max-width: 1040px) {
  .header-inner--headspace,
  .headspace-header-actions {
    display: none;
  }

  .headspace-header-mobile {
    display: flex;
  }

  .hs-hero-dual,
  .hs-stats-grid,
  .hs-quote-grid,
  .hs-library-grid,
  .hs-contact-paths,
  .headspace-footer-grid {
    grid-template-columns: 1fr;
  }

  .hs-business-band,
  .hs-contact-shell,
  .hs-selector-panel,
  .hs-moment-panel,
  .hs-hero-card {
    grid-template-columns: 1fr;
  }

  .hs-hero-card-media,
  .hs-business-media {
    min-height: 0;
  }

  .hs-hero-card-media img {
    max-height: 280px;
  }
}

@media (max-width: 720px) {
  .services--headspace,
  .feature-grid--headspace,
  .stats--headspace,
  .testimonials--headspace,
  .rich-text--headspace,
  .gallery--headspace,
  .faq--headspace,
  .cta--headspace,
  .contacts--headspace {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .hs-hero-top {
    padding: 3.3rem 0 1.4rem;
  }

  .hs-hero-card,
  .hs-selector-panel,
  .hs-moment-panel,
  .hs-business-band,
  .hs-join-band {
    padding: 1.35rem;
  }
}
