
.concierge-main, .glass-page {
  padding: 0 1em;
  max-width: 1200px;
}

.concierge-splash, .floating-banner, .floating-banner-bottom, .floating-banner-top, .concierge-refresh-prompt, .focus-view-container {
  padding: 0 1em;
  max-width: 1024px;
}
@media screen and (max-width: 767px) {
  .concierge-splash, .floating-banner, .floating-banner-bottom, .floating-banner-top, .concierge-refresh-prompt, .focus-view-container {
    max-width: 100%;
  }
}

.concierge-main, .concierge-splash, .floating-banner, .floating-banner-bottom, .floating-banner-top, .concierge-refresh-prompt, .glass-page, .focus-view-container {
  padding: 0 1em;
  margin: 0 auto;
}

.focus-view-container {
  max-width: 1024px;
}

.focus-view-debug-container {
  max-width: 50vw;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .focus-view-debug-container {
    max-width: 100%;
    margin: 0 2vw;
  }
}
@media screen and (max-width: 767px) {
  .focus-view-debug-container .search-result {
    grid-template-columns: 100% !important;
    grid-template-areas: "icon" "content";
    gap: 1rem;
  }
}

.focus-view-debug-group {
  margin: 1rem 0;
}

.focus-view-debug-node {
  cursor: default;
  padding: 0.5rem;
  margin: 3px 0;
  background-color: var(--node-color-alt);
}
.focus-view-debug-node:hover {
  background-color: var(--node-color);
}
.focus-view-debug-node .interest-heart .fas,
.focus-view-debug-node .interest-heart .far,
.focus-view-debug-node .interest-heart .fab {
  color: #333 !important;
}

.glass-page, .glass-page-section-inner, .glass-page-section-header, .frosted-glass, .glass {
  border: 1px solid var(--border-color, rgba(127, 127, 127, 0.8));
}

.glass-page, .glass-page-section-inner, .glass-page-section-header, .frosted-glass, .glass {
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
}
@supports not ((-webkit-backdrop-filter: blur(20px)) or (backdrop-filter: blur(20px))) {
  .glass-page, .glass-page-section-inner, .glass-page-section-header, .frosted-glass, .glass {
    background-image: linear-gradient(30deg, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.1) 20%, rgba(255, 255, 255, 0.1) 80%, rgba(255, 255, 255, 0.3)), var(--bg-blurred, linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)));
    background-size: cover;
  }
}

.glass-page {
  --bg-blurred: linear-gradient(to bottom, #343755, #583552);
  display: flex;
  flex-direction: column;
  gap: 3rem;
  position: relative;
  border-radius: 10px;
  padding-top: 1em;
}
.glass-page :where(section:not(.form-section)) {
  margin-top: 0;
  margin-bottom: 0;
}

.glass-page-full-width {
  padding: 0;
  overflow: hidden;
}
.glass-page-full-width > .glass-header,
.glass-page-full-width > .glass-description {
  margin-left: 0;
  margin-right: 0;
}
.glass-page-full-width > .glass-description {
  padding-bottom: 0;
}

.glass-page-with-bottom-whitespace {
  padding-bottom: 1em;
}

.glass-page-with-bottom-margin {
  margin-bottom: 2rem;
}

.glass-page-masked, .glass-page-gutter, .glass-page-fade-bottom {
  -webkit-mask-image: var(--top-right-mask, linear-gradient(red, red)), linear-gradient(red, red), linear-gradient(red, red), linear-gradient(red, red), var(--bottom-mask, linear-gradient(red, red)), var(--bottom-mask, linear-gradient(red, red)), var(--bottom-mask, linear-gradient(red, red));
          mask-image: var(--top-right-mask, linear-gradient(red, red)), linear-gradient(red, red), linear-gradient(red, red), linear-gradient(red, red), var(--bottom-mask, linear-gradient(red, red)), var(--bottom-mask, linear-gradient(red, red)), var(--bottom-mask, linear-gradient(red, red));
  -webkit-mask-position: top right, top left, left var(--gutter-height, var(--gutter-width, 300px)), 1px calc(100% - 1em), left bottom, right bottom, 1px bottom;
          mask-position: top right, top left, left var(--gutter-height, var(--gutter-width, 300px)), 1px calc(100% - 1em), left bottom, right bottom, 1px bottom;
  -webkit-mask-size: var(--gutter-width, 300px) var(--gutter-height, var(--gutter-width, 300px)), calc(100% - var(--gutter-width, 300px) + 0.5px) calc(var(--gutter-height, var(--gutter-width, 300px)) + 1px), 100% calc(100% - var(--gutter-height, var(--gutter-width, 300px)) - var(--fade-height, 20vw) + 1px), calc(100% - 2px) var(--fade-height, 20vw), 1px var(--fade-height, 20vw), 1px var(--fade-height, 20vw), calc(100% - 2px) calc(1em + 1px);
          mask-size: var(--gutter-width, 300px) var(--gutter-height, var(--gutter-width, 300px)), calc(100% - var(--gutter-width, 300px) + 0.5px) calc(var(--gutter-height, var(--gutter-width, 300px)) + 1px), 100% calc(100% - var(--gutter-height, var(--gutter-width, 300px)) - var(--fade-height, 20vw) + 1px), calc(100% - 2px) var(--fade-height, 20vw), 1px var(--fade-height, 20vw), 1px var(--fade-height, 20vw), calc(100% - 2px) calc(1em + 1px);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}

.glass-page-fade-bottom {
  --bottom-mask: linear-gradient(to bottom, red, transparent);
  border-bottom: none;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.glass-backdrop:has(.glass-service) {
  position: relative;
  -webkit-mask-image: linear-gradient(red, red), url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20885%20184%22%20preserveAspectRatio%3D%22none%22%3E%3Cpath%20fill%3D%22red%22%20d%3D%22M0%200V184C11.275%20179.9891%2054.5237%20165.3493%20137.319%20138.8774C240.813%20105.7875%20271.609%20171.9673%20396.811%20138.8774C496.973%20112.4054%20764.005%20149.9074%20885%20171.9673V0H0Z%22%2F%3E%3C%2Fsvg%3E");
          mask-image: linear-gradient(red, red), url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20885%20184%22%20preserveAspectRatio%3D%22none%22%3E%3Cpath%20fill%3D%22red%22%20d%3D%22M0%200V184C11.275%20179.9891%2054.5237%20165.3493%20137.319%20138.8774C240.813%20105.7875%20271.609%20171.9673%20396.811%20138.8774C496.973%20112.4054%20764.005%20149.9074%20885%20171.9673V0H0Z%22%2F%3E%3C%2Fsvg%3E");
  -webkit-mask-position: top, bottom;
          mask-position: top, bottom;
  -webkit-mask-size: 100% calc(100% - 100px), 100% 100px;
          mask-size: 100% calc(100% - 100px), 100% 100px;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}
@media screen and (min-width: 1025px) {
  .glass-backdrop:has(.glass-service) {
    min-height: 0;
    margin-bottom: 0;
    padding-bottom: 100px;
  }
}

.glass-service {
  -webkit-mask-image: linear-gradient(red, red), url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20885%20184%22%20preserveAspectRatio%3D%22none%22%3E%3Cpath%20fill%3D%22red%22%20d%3D%22M0%200V184C11.275%20179.9891%2054.5237%20165.3493%20137.319%20138.8774C240.813%20105.7875%20271.609%20171.9673%20396.811%20138.8774C496.973%20112.4054%20764.005%20149.9074%20885%20171.9673V0H0Z%22%2F%3E%3C%2Fsvg%3E");
          mask-image: linear-gradient(red, red), url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20885%20184%22%20preserveAspectRatio%3D%22none%22%3E%3Cpath%20fill%3D%22red%22%20d%3D%22M0%200V184C11.275%20179.9891%2054.5237%20165.3493%20137.319%20138.8774C240.813%20105.7875%20271.609%20171.9673%20396.811%20138.8774C496.973%20112.4054%20764.005%20149.9074%20885%20171.9673V0H0Z%22%2F%3E%3C%2Fsvg%3E");
  -webkit-mask-position: top, bottom;
          mask-position: top, bottom;
  -webkit-mask-size: 100% calc(100% - 50px + 1px), 100% 50px;
          mask-size: 100% calc(100% - 50px + 1px), 100% 50px;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  border-bottom: none;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.glass-service.glass-page-gutter {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg%20viewBox%3D%220%200%201%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22m5.17e-4%200-5.17e-4%205.17e-4v0.146c5.41e-4%20-0.0422%200.00875-0.0869%200.0264-0.133%200.0015-0.00399-4.48e-4%20-0.012-0.00878-0.0129zm0.101%200c-0.00433%200.00204-0.00967%200.00699-0.0119%200.0119-0.117%200.259%200.0944%200.393%200.288%200.489%200.221%200.109%200.447%200.242%200.595%200.389%200.0099%200.0097%200.0259%200.00316%200.0274-0.0103v-0.87952zm-0.101%200.158v0.842l5.17e-4%205.17e-4h0.999c-4.95e-5%20-5.15e-5%205.12e-5%20-4.64e-4%200-5.17e-4%20-0.0102-0.0106-0.0532-0.0511-0.0672-0.0656-0.14-0.138-0.362-0.271-0.58-0.378-0.1-0.049-0.209-0.109-0.282-0.201-0.0424-0.0537-0.0692-0.121-0.0708-0.197z%22%2F%3E%3C%2Fsvg%3E"), linear-gradient(red, red), linear-gradient(red, red), url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20885%20184%22%20preserveAspectRatio%3D%22none%22%3E%3Cpath%20fill%3D%22red%22%20d%3D%22M0%200V184C11.275%20179.9891%2054.5237%20165.3493%20137.319%20138.8774C240.813%20105.7875%20271.609%20171.9673%20396.811%20138.8774C496.973%20112.4054%20764.005%20149.9074%20885%20171.9673V0H0Z%22%2F%3E%3C%2Fsvg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg%20viewBox%3D%220%200%201%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22m5.17e-4%200-5.17e-4%205.17e-4v0.146c5.41e-4%20-0.0422%200.00875-0.0869%200.0264-0.133%200.0015-0.00399-4.48e-4%20-0.012-0.00878-0.0129zm0.101%200c-0.00433%200.00204-0.00967%200.00699-0.0119%200.0119-0.117%200.259%200.0944%200.393%200.288%200.489%200.221%200.109%200.447%200.242%200.595%200.389%200.0099%200.0097%200.0259%200.00316%200.0274-0.0103v-0.87952zm-0.101%200.158v0.842l5.17e-4%205.17e-4h0.999c-4.95e-5%20-5.15e-5%205.12e-5%20-4.64e-4%200-5.17e-4%20-0.0102-0.0106-0.0532-0.0511-0.0672-0.0656-0.14-0.138-0.362-0.271-0.58-0.378-0.1-0.049-0.209-0.109-0.282-0.201-0.0424-0.0537-0.0692-0.121-0.0708-0.197z%22%2F%3E%3C%2Fsvg%3E"), linear-gradient(red, red), linear-gradient(red, red), url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20885%20184%22%20preserveAspectRatio%3D%22none%22%3E%3Cpath%20fill%3D%22red%22%20d%3D%22M0%200V184C11.275%20179.9891%2054.5237%20165.3493%20137.319%20138.8774C240.813%20105.7875%20271.609%20171.9673%20396.811%20138.8774C496.973%20112.4054%20764.005%20149.9074%20885%20171.9673V0H0Z%22%2F%3E%3C%2Fsvg%3E");
  -webkit-mask-position: top right, top left, left 300px, bottom;
          mask-position: top right, top left, left 300px, bottom;
  -webkit-mask-size: 300px 300px, calc(100% - 300px + 0.5px) 300px, 100% calc(100% - 300px - 50px + 1px), 100% 50px;
          mask-size: 300px 300px, calc(100% - 300px + 0.5px) 300px, 100% calc(100% - 300px - 50px + 1px), 100% 50px;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}

.glass-backdrop__shader {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  pointer-events: none;
  z-index: 0;
  opacity: 0;
  transition: opacity 0.6s ease;
}
.glass-backdrop__shader.glass-backdrop-shader-active {
  opacity: 1;
}

.glass-backdrop:has(.glass-service) .glass-main {
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 1025px) {
  .glass-page-gutter {
    --top-right-mask: url("data:image/svg+xml,%3Csvg%20viewBox%3D%220%200%201%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22m5.17e-4%200-5.17e-4%205.17e-4v0.146c5.41e-4%20-0.0422%200.00875-0.0869%200.0264-0.133%200.0015-0.00399-4.48e-4%20-0.012-0.00878-0.0129zm0.101%200c-0.00433%200.00204-0.00967%200.00699-0.0119%200.0119-0.117%200.259%200.0944%200.393%200.288%200.489%200.221%200.109%200.447%200.242%200.595%200.389%200.0099%200.0097%200.0259%200.00316%200.0274-0.0103v-0.87952zm-0.101%200.158v0.842l5.17e-4%205.17e-4h0.999c-4.95e-5%20-5.15e-5%205.12e-5%20-4.64e-4%200-5.17e-4%20-0.0102-0.0106-0.0532-0.0511-0.0672-0.0656-0.14-0.138-0.362-0.271-0.58-0.378-0.1-0.049-0.209-0.109-0.282-0.201-0.0424-0.0537-0.0692-0.121-0.0708-0.197z%22%2F%3E%3C%2Fsvg%3E");
  }
}

.glass-page-section, .glass-page-section-inner {
  border: 1px solid var(--border-color);
  padding: 0.9rem;
}

.glass-page-section {
  background-color: hsla(var(--base-color-h), var(--base-color-s), calc(var(--base-color-l) * 0.8), 0.5);
  position: relative;
  border-radius: 0.5rem;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2) inset;
  isolation: isolate;
}

.glass-page-section-inner {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  border-radius: 0.3rem;
}

.glass-page-section-transparent {
  background-color: transparent !important;
}

.glass-page-section-inner-transparent {
  background-color: transparent !important;
  -webkit-backdrop-filter: none !important;
          backdrop-filter: none !important;
}

.glass-page-section-header {
  position: absolute;
  top: 0.45rem;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 9;
  border-radius: 0.2rem;
  padding: 0.5rem 2rem;
  font-weight: bold;
  font-size: larger;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

@property --wizard-crossfade {
  syntax: "<percentage>";
  inherits: true;
  initial-value: 0%;
}
.concierge-wizard-contents :is(h1, h2, h3):first-child {
  margin-top: 0;
  padding-top: 0;
  margin-bottom: 1rem;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}

.concierge-wizard-backdrop {
  --medium-width: 66%;
  --wizard-crossfade: 0%;
  display: flex;
  flex-direction: column;
  min-height: 50vh;
  background-image: url(/assets/hyve/concierge/wizard/purple-pink-1-bdbe46f628b8f84bc2a1333e8525d69e228cf873ca15ab2583a4950d64196de5.webp);
  background-blend-mode: normal;
  background-size: cover;
  background-position: center;
  padding-bottom: 2rem;
  align-items: center;
  transition: --wizard-crossfade 1s;
}
@media screen and (max-width: 767px) {
  .concierge-wizard-backdrop {
    height: auto;
  }
}
.concierge-wizard-backdrop.node-type-goal, .concierge-wizard-backdrop.node-type-service, .concierge-wizard-backdrop.node-type-functional-area, .concierge-wizard-backdrop.node-type-project-type {
  --wizard-crossfade: 100%;
  --wizard-color: var(--node-color, rgba(0, 0, 0, 0));
}
.concierge-wizard-backdrop[hidden], .concierge-wizard-backdrop *[hidden] {
  display: none;
}
@media screen and (min-width: 768px) {
  .concierge-wizard-backdrop {
    padding-top: calc(64px);
  }
}
@media screen and (max-width: 767px) {
  .concierge-wizard-backdrop {
    padding-top: 76.8px;
  }
}

.concierge-wizard-wrapper {
  width: min(100%, 1200px);
  flex: 1;
  padding: 0;
  position: relative;
  background-image: url(/assets/hyve/concierge/wizard/talk-to-us-527f6c1f45ccf9022b601a00208b9bfcc39dd4b6c0205030acc586259fe5e7ec.svg);
  background-position: top right 1rem;
  background-repeat: no-repeat;
  border-radius: 10px;
  isolation: isolate;
  margin: 3rem auto;
}
.concierge-wizard-wrapper::before, .concierge-wizard-wrapper::after {
  content: "";
  position: absolute;
  border-radius: inherit;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.25);
  z-index: 0;
}
.concierge-wizard-wrapper::before {
  width: calc(100% - 133px - 0.5rem);
  height: 100%;
  top: 0;
  left: 0;
}
.concierge-wizard-wrapper::after {
  width: 100%;
  height: calc(100% - 93px - 0.5rem);
  bottom: 0;
  right: 0;
}

.concierge-wizard {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  z-index: 1;
  -webkit-backdrop-filter: none;
          backdrop-filter: none;
  background-image: radial-gradient(circle at var(--wizard-bg-gradient-origin, center), var(--wizard-color, transparent) calc(var(--wizard-crossfade) * 0.2), rgba(0, 0, 0, 0) var(--wizard-crossfade)), var(--cutout-border-bg, url(/assets/hyve/concierge/wizard/top-right-cutout-neg-952c03dcb37af013a13c69b87d3fb7553b76755a487544dd4904aac5b90c2278.svg)), url(/assets/hyve/concierge/wizard/purple-pink-1.foggy-6af331d5f983fcea9f8cf03022921a37d7c14fed4267c7a16d7665e154123c86.svg);
  background-size: contain, auto, cover;
  background-position: bottom right, top 0 right -1px, center;
  background-blend-mode: color, normal, normal;
  background-repeat: no-repeat;
  -webkit-mask-image: linear-gradient(red, red), linear-gradient(red, red), url(/assets/hyve/concierge/wizard/top-right-cutout-f6cb6f92095375ccc812a6065c14e7367c11589316cc8b8756a77ae9c033e97b.svg);
          mask-image: linear-gradient(red, red), linear-gradient(red, red), url(/assets/hyve/concierge/wizard/top-right-cutout-f6cb6f92095375ccc812a6065c14e7367c11589316cc8b8756a77ae9c033e97b.svg);
  -webkit-mask-position: top left, left 93px, top right;
          mask-position: top left, left 93px, top right;
  -webkit-mask-size: calc(100% - 133px) 93px, 100% calc(100% - 93px), 133px 93px;
          mask-size: calc(100% - 133px) 93px, 100% calc(100% - 93px), 133px 93px;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  height: 100%;
  width: 100%;
  border-color: rgba(255, 255, 255, 0.25);
  padding: 4rem 6rem;
  color: white;
}
@media screen and (max-width: 767px) {
  .concierge-wizard {
    --cutout-border-bg: linear-gradient(transparent, transparent);
    -webkit-mask: none;
            mask: none;
    padding: 4rem 2rem;
    min-height: 100vh;
  }
}

.concierge-wizard-contents {
  position: relative;
  flex: 1;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  min-height: 58vh;
}

@media screen and (min-width: 768px) {
  .concierge-wizard-content--medium-width {
    width: var(--medium-width);
  }
}

.concierge-wizard-step {
  min-width: var(--medium-width);
  margin: 0;
}
@media screen and (max-width: 767px) {
  .concierge-wizard-step {
    align-self: stretch;
  }
}
.concierge-wizard-step turbo-frame[busy] {
  pointer-events: none;
  filter: blur(5px);
  animation: bw-fade-in-out 1.5s infinite ease-in-out;
}
.concierge-wizard-step turbo-frame[busy] .interest-pill {
  animation-play-state: paused;
}

.concierge-wizard-text-field {
  display: grid;
  grid-template-areas: "x";
  grid-template-rows: max-content;
  margin-bottom: 0.5rem;
}
.concierge-wizard-text-field:has(input:focus-visible) label {
  color: #5debe2;
}
.concierge-wizard-text-field label {
  display: flex;
  justify-content: center;
  align-items: center;
  grid-area: x;
  order: 2;
  height: auto;
  width: 3rem;
  color: rgba(0, 0, 0, 0.33);
  padding-left: 0.5rem;
}
.concierge-wizard-text-field label .far.fa-envelope {
  position: relative;
  top: -1px;
}
.concierge-wizard-text-field input[type=text], .concierge-wizard-text-field input[type=tel], .concierge-wizard-text-field input[type=email] {
  grid-area: x;
  order: 1;
  width: 100%;
  border: 3px solid #e374ff;
  box-shadow: inset 2px 2px 2px rgba(227, 116, 255, 0.5);
  background: linear-gradient(to right, rgba(255, 255, 255, 0.9) 66%, rgba(255, 255, 255, 0.75));
  padding: 0.8rem;
  padding-left: 3rem;
  border-radius: 3rem;
  color: #383838;
  outline: none;
  transition: all 0.3s;
}
.concierge-wizard-text-field input[type=text]:focus-visible, .concierge-wizard-text-field input[type=tel]:focus-visible, .concierge-wizard-text-field input[type=email]:focus-visible {
  border-color: #5debe2;
  box-shadow: inset 2px 2px 2px rgba(93, 235, 226, 0.5), 0 0 3rem rgba(93, 235, 226, 0.9);
  background: linear-gradient(to right, white 66%, rgba(255, 255, 255, 0.8));
}
.concierge-wizard-text-field input[type=text]::-moz-placeholder, .concierge-wizard-text-field input[type=tel]::-moz-placeholder, .concierge-wizard-text-field input[type=email]::-moz-placeholder {
  color: rgba(0, 0, 0, 0.33);
}
.concierge-wizard-text-field input[type=text]::placeholder, .concierge-wizard-text-field input[type=tel]::placeholder, .concierge-wizard-text-field input[type=email]::placeholder {
  color: rgba(0, 0, 0, 0.33);
}

.concierge-wizard-talk {
  position: absolute;
}

.concierge-wizard-breadcrumbs {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 1rem;
  width: calc(100% - 133px - 2rem * 5);
  top: 1rem;
  left: 2rem;
  mix-blend-mode: hard-light;
}
@media screen and (max-width: 767px) {
  .concierge-wizard-breadcrumbs {
    width: auto;
    right: 2rem;
  }
}

.concierge-wizard-breadcrumb {
  display: flex;
  flex: 1;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 0.75rem;
  align-items: center;
  font-size: small;
  color: rgba(255, 255, 255, 0.7);
}
.concierge-wizard-breadcrumb:last-child {
  flex-basis: auto;
  flex-grow: 0;
}
.concierge-wizard-breadcrumb.concierge-wizard-breadcrumb--current .concierge-wizard-breadcrumb-number, .concierge-wizard-breadcrumb.concierge-wizard-breadcrumb--done .concierge-wizard-breadcrumb-number {
  color: #4a4a4a;
}
.concierge-wizard-breadcrumb.concierge-wizard-breadcrumb--current {
  color: white;
}
.concierge-wizard-breadcrumb.concierge-wizard-breadcrumb--current .concierge-wizard-breadcrumb-number {
  background-color: rgba(255, 255, 255, 0.8);
  animation: bw-fade-in-out 2s infinite;
}
.concierge-wizard-breadcrumb.concierge-wizard-breadcrumb--done .concierge-wizard-breadcrumb-number {
  background-color: #28ce75;
}

.concierge-wizard-breadcrumb-number {
  width: 1rem;
  aspect-ratio: 1;
  border-radius: 1rem;
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.4), 0 0 0 3px rgba(255, 255, 255, 0.2);
  font-size: xx-small;
  font-weight: bold;
  line-height: 1rem;
  vertical-align: middle;
  text-align: center;
  transition: all 0.6s;
  color: rgba(255, 255, 255, 0.8);
}

@media screen and (max-width: 767px) {
  .concierge-wizard-breadcrumb-description {
    display: none;
  }
}

.concierge-wizard-start {
  display: grid;
  grid-gap: 2rem;
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .concierge-wizard-start {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 767px) {
  .concierge-wizard-start {
    grid-template-rows: max-content 1fr;
  }
}

.concierge-wizard-start-choices {
  display: grid;
  grid-template-areas: "a b" "c d";
  grid-gap: 1rem;
  perspective: 1000px;
  isolation: isolate;
}
.concierge-wizard-start-choices:has(.concierge-wizard-start-choice:hover) .concierge-wizard-start-choice:not(:hover) {
  filter: saturate(50%) blur(1.5px);
}

.concierge-wizard-start-choice {
  position: relative;
  display: grid;
  width: auto;
  height: 8rem;
  border-radius: 7px;
  background: linear-gradient(var(--node-color), var(--node-color)), url(/assets/hyve/concierge/wizard/bee-b7ba0dd0f2071d2e5a5a633de6f1670a22fa69efd608fa453b236bf83b73cfb7.webp);
  background-color: var(--node-color);
  background-blend-mode: color, normal;
  background-size: auto, cover;
  background-position: center;
  background-repeat: no-repeat;
  border: 2px solid white;
  box-shadow: 0 0 0.5rem hsl(var(--node-color-hs) 33%/0.5);
  padding: 5px;
  color: white;
  transition: all 0.3s;
  overflow: hidden;
}
.concierge-wizard-start-choice:hover, .concierge-wizard-start-choice:focus-visible {
  transform: scale(1.1) rotate3d(1, -0.3, 0.3, 10deg);
  filter: saturate(1.5);
  box-shadow: 0 0 1rem 3px var(--node-color), 0 3rem 2rem rgba(0, 0, 0, 0.8);
  color: white;
  z-index: 1;
}
.concierge-wizard-start-choice:hover::before, .concierge-wizard-start-choice:focus-visible::before {
  transform: translateX(-20%);
}
.concierge-wizard-start-choice::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  transform: translateX(-100%);
  transition: transform 0.3s;
  background-image: linear-gradient(30deg, white, rgba(255, 255, 255, 0) 50%);
  mix-blend-mode: lighten;
  pointer-events: none;
  z-index: 9;
}

.concierge-wizard-start-choice-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: linear-gradient(var(--node-color), var(--node-color)), url(/assets/hyve/concierge/wizard/bee.foggy-444c8681ed29a6e6b8ce0bc5da109007212645c0ae6b7fa8cd2a247d95a26d66.svg);
  background-blend-mode: inherit;
  background-size: inherit;
  background-repeat: inherit;
  background-position: inherit;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.33);
  border-radius: 3px;
  padding-inline: 10%;
  padding-bottom: 0.25rem;
  text-shadow: 0 0 3px hsl(var(--node-color-hs) 20%);
}
.concierge-wizard-start-choice-inner strong {
  display: block;
  font-size: x-large;
  line-height: 1em;
}

.concierge-wizard-node-type-list-container {
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.1);
  font-size: small;
  padding: 2rem 3rem;
  border-radius: 0.5rem;
  margin-top: 1rem;
}

.concierge-wizard-node-type-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .concierge-wizard-node-type-list {
    grid-template-columns: 1fr;
  }
}

.concierge-wizard-node {
  cursor: pointer;
}
.concierge-wizard-node::after {
  content: "\f004";
  font: var(--fa-font-regular);
  font-size: 110%;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  display: block;
  transition: opacity 0.3s;
}
.concierge-wizard-node:hover {
  background: white;
  color: black;
}
.concierge-wizard-node:is(:hover, :focus-visible)::after {
  opacity: 1 !important;
}
.concierge-wizard-node[aria-checked=false]::after {
  opacity: 0;
}
.concierge-wizard-node[aria-checked=true]::after {
  font-weight: 900;
}

.concierge-wizard-nav {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  align-self: center;
  width: var(--medium-width);
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .concierge-wizard-nav {
    width: 100%;
  }
}

.shaped-float {
  content: "";
  display: block;
  float: left;
  width: 100%;
  aspect-ratio: 1/3;
  height: var(--computed-height, auto);
  font-size: min(1.5vw, 15.5px);
  pointer-events: none;
  visibility: hidden;
  contain: strict;
}

.floating-banner, .concierge-refresh-prompt, .floating-banner-top, .floating-banner-bottom {
  position: fixed;
  left: 0;
  right: 0;
  margin: 20px auto;
  z-index: 2000000;
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: space-evenly;
  gap: 1rem;
  padding: 0.625rem 2rem;
  max-width: -moz-max-content;
  max-width: max-content;
  text-align: center;
  font-size: 0.8em;
  color: #7d7d7d;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  border-radius: 7px;
}
.floating-banner .button, .concierge-refresh-prompt .button, .floating-banner-top .button, .floating-banner-bottom .button {
  border: 1px solid rgba(255, 255, 255, 0.9);
  background-image: linear-gradient(to top, #fafafa 0%, white 51%, #fafafa 100%);
  padding: 10px 30px;
  color: #666;
  margin: 0;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.floating-banner .button:hover, .concierge-refresh-prompt .button:hover, .floating-banner-top .button:hover, .floating-banner-bottom .button:hover {
  background-color: initial;
  color: initial;
}
@media screen and (max-width: 767px) {
  .floating-banner .button, .concierge-refresh-prompt .button, .floating-banner-top .button, .floating-banner-bottom .button {
    margin-top: 3px;
  }
}
@media screen and (max-width: 767px) {
  .floating-banner, .concierge-refresh-prompt, .floating-banner-top, .floating-banner-bottom {
    max-width: initial;
    font-size: 0.75rem;
    padding: 0.625rem;
    flex-direction: column;
    gap: 1rem;
  }
}

.floating-banner-bottom {
  bottom: 0;
}

.floating-banner-top {
  top: 64px;
}

.concierge-splash-wrapper {
  display: flex;
  position: relative;
  flex-direction: column;
  margin-bottom: 2rem;
  min-height: clamp(28rem, 50vh, 34rem);
  padding-top: calc(64px + 2em);
  padding-bottom: 2em;
  justify-content: center;
  background-image: linear-gradient(180deg, rgba(33, 74, 136, 0.95) 22%, rgba(33, 74, 136, 0.6) 105%), url(/assets/hyve/concierge/concierge-splash-bg-small-1148b92aa35b8a48f5551829c75ca008da9b4becff4d9ac38902f18efcd30cba.webp);
  background-size: cover;
  background-color: #214A88;
  isolation: isolate;
}
.concierge-splash-wrapper::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url(/assets/hyve/concierge/downward-triangle-stroke-63b59425bd519a7276a95c18bcd7fa032e0df7a3c791cac21187982c6302dfae.svg), url(/assets/hyve/concierge/downward-triangle-stroke-63b59425bd519a7276a95c18bcd7fa032e0df7a3c791cac21187982c6302dfae.svg), url(/assets/hyve/concierge/concierge-splash-bg-small-1148b92aa35b8a48f5551829c75ca008da9b4becff4d9ac38902f18efcd30cba.webp);
  background-size: auto, auto, cover;
  background-position: left calc(50% - min(25vw, 600px) + 10 * var(--splash-mask-offset-x, 0px)) bottom calc(25% + 2em - 50 * var(--splash-mask-offset-y, 0px)), right calc(50% - min(25vw, 600px) + 10 * var(--splash-mask-offset-x, 0px)) bottom calc(25% + 2em + 50 * var(--splash-mask-offset-y, 0px)), top right;
  background-repeat: no-repeat;
  background-blend-mode: overlay;
  z-index: 1;
  pointer-events: none;
  -webkit-mask-image: url(/assets/hyve/concierge/downward-triangle-mask-de0eb7e34470e32668373001f28094a9b28e1f3ab3a62dde01cfe2b23dce93d1.svg), url(/assets/hyve/concierge/downward-triangle-mask-de0eb7e34470e32668373001f28094a9b28e1f3ab3a62dde01cfe2b23dce93d1.svg), linear-gradient(rgba(255, 0, 0, 0), rgba(255, 0, 0, 0));
          mask-image: url(/assets/hyve/concierge/downward-triangle-mask-de0eb7e34470e32668373001f28094a9b28e1f3ab3a62dde01cfe2b23dce93d1.svg), url(/assets/hyve/concierge/downward-triangle-mask-de0eb7e34470e32668373001f28094a9b28e1f3ab3a62dde01cfe2b23dce93d1.svg), linear-gradient(rgba(255, 0, 0, 0), rgba(255, 0, 0, 0));
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: left calc(50% - min(25vw, 600px) + 10 * var(--splash-mask-offset-x, 0px)) bottom calc(25% + 2em - 50 * var(--splash-mask-offset-y, 0px)), right calc(50% - min(25vw, 600px) + 10 * var(--splash-mask-offset-x, 0px)) bottom calc(25% + 2em + 50 * var(--splash-mask-offset-y, 0px)), top right;
          mask-position: left calc(50% - min(25vw, 600px) + 10 * var(--splash-mask-offset-x, 0px)) bottom calc(25% + 2em - 50 * var(--splash-mask-offset-y, 0px)), right calc(50% - min(25vw, 600px) + 10 * var(--splash-mask-offset-x, 0px)) bottom calc(25% + 2em + 50 * var(--splash-mask-offset-y, 0px)), top right;
}

.concierge-splash {
  color: white;
  text-align: center;
  position: relative;
  z-index: 2;
  max-width: 30rem;
  margin-inline: auto;
  contain: layout paint;
}
.concierge-splash h1 {
  display: none;
}
.concierge-splash * {
  color: inherit;
}

.concierge-splash-logo-wrapper {
  display: flex;
  margin: 0 auto;
  flex-direction: column;
  align-items: center;
  width: -moz-max-content;
  width: max-content;
}

.concierge-splash-logo {
  transform: scale(0.9);
}

.concierge-splash-heading {
  margin: 0 auto;
  text-transform: uppercase;
  letter-spacing: 0.5em;
  text-indent: 0.5em;
  font-weight: 300;
  font-size: clamp(1.5rem, 1vw, 3rem);
  text-shadow: none;
  background: url(/assets/hyve/concierge/concierge-splash-bg-small-1148b92aa35b8a48f5551829c75ca008da9b4becff4d9ac38902f18efcd30cba.webp);
  background-size: 250%;
  -webkit-background-clip: text;
          background-clip: text;
  background-position: calc(2em + -20 * var(--splash-mask-offset-x, 0)) calc(2em + -20 * var(--splash-mask-offset-y, 0));
  width: -moz-max-content;
  width: max-content;
  color: transparent;
}

.concierge-debug-link {
  position: absolute;
  top: calc(64px + 1rem);
  right: 1rem;
  color: white !important;
  opacity: 0.5;
}
.concierge-debug-link:hover {
  opacity: 1;
}

.concierge-desktop-required {
  padding: 60px 20px;
  text-align: center;
}
.concierge-desktop-required .container {
  max-width: 600px;
  margin: 0 auto;
}
.concierge-desktop-required h2 {
  margin-bottom: 20px;
}
.concierge-desktop-required p {
  margin-bottom: 15px;
  line-height: 1.6;
}
.concierge-desktop-required .button {
  margin-top: 30px;
}

.concierge-end-notice {
  grid-column: 1/-1;
  text-align: center;
  padding: 3rem 0;
}
.concierge-end-notice__separator {
  margin: 0 auto 1.5rem;
  width: 50%;
  max-width: 20rem;
  border: none;
  border-top: 2px solid var(--color-neutral-300);
  opacity: 0.5;
}
.concierge-end-notice__text {
  font-size: 1.5rem;
  font-weight: 300;
  letter-spacing: 0.2em;
  color: var(--color-neutral-500);
  margin: 0;
}

.concierge-pagination-loading {
  grid-column: 1/-1;
  display: contents;
}

.concierge-load-error {
  grid-column: 1/-1;
  text-align: center;
  padding: 2rem;
}
.concierge-load-error__message {
  color: var(--color-error);
  margin-bottom: 1rem;
  font-size: 1.1rem;
}
.concierge-load-error__retry {
  margin: 0 auto;
}

.concierge-cta__button, .concierge-continue-button {
  background: #f5b800;
  color: #1a1a1a;
  border: none;
  border-radius: 999px;
  padding: 0.6rem 1.25rem;
  font-weight: 600;
  font-size: 1.05rem;
  cursor: pointer;
  transition: filter 0.15s ease, transform 0.15s ease;
}
.concierge-cta__button:hover, .concierge-continue-button:hover {
  filter: brightness(0.95);
}
.concierge-cta__button:active, .concierge-continue-button:active {
  transform: translateY(1px);
}
.concierge-cta__button:disabled, .concierge-continue-button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.concierge-question--free-text textarea, .concierge-question input {
  flex: 1;
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-top-color: rgba(0, 0, 0, 0.12);
  border-radius: 6px;
  padding: 0.7rem 0.9rem;
  font-size: 0.95rem;
  font-family: inherit;
  background-color: rgba(255, 255, 255, 0.7);
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
  color: #1a1a1a;
  outline: none;
  box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.08), inset 0 1px 1px rgba(0, 0, 0, 0.04);
  transition: border-color 0.15s ease, box-shadow 0.15s ease, background-color 0.15s ease;
}
.concierge-question--free-text textarea::-moz-placeholder, .concierge-question input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.4);
}
.concierge-question--free-text textarea::placeholder, .concierge-question input::placeholder {
  color: rgba(0, 0, 0, 0.4);
}
.concierge-question--free-text textarea:hover, .concierge-question input:hover {
  background-color: rgba(255, 255, 255, 0.8);
}
.concierge-question--free-text textarea:focus, .concierge-question input:focus {
  border-color: #f5b800;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.06), 0 0 0 3px rgba(245, 184, 0, 0.28);
}

[data-controller~=concierge] {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  width: min(100%, 1200px);
  margin: 2rem auto;
  padding: 1.5rem;
  background: transparent;
  border-radius: 1rem;
  font-size: 1.125rem;
  line-height: 1.5;
}

.concierge-chat-page > .concierge-splash-wrapper {
  display: flex;
  margin-bottom: 0;
}
.concierge-chat-page > [data-controller~=concierge] {
  margin-top: 0;
  padding-top: 0;
}

.concierge-toolbar {
  position: fixed;
  top: calc(64px + 0.75rem);
  right: 1rem;
  z-index: 10;
  display: flex;
  align-items: center;
}
.concierge-toolbar__restart {
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 999px;
  padding: 0.4rem 0.95rem;
  font-size: 0.9rem;
  color: #1a1a1a;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
  transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease, transform 0.15s ease;
}
.concierge-toolbar__restart:hover {
  background: #fff;
  border-color: rgba(0, 0, 0, 0.18);
  transform: translateY(-1px);
}
.concierge-toolbar form {
  margin: 0;
}

#concierge-feed {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
#concierge-feed .concierge-grid {
  max-width: none;
}

.concierge-chat-bubble {
  align-self: flex-start;
  background: #ffffff;
  color: #1a1a1a;
  padding: 0.75rem 1rem;
  border-radius: 1rem 1rem 1rem 0.25rem;
  max-width: 80%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  line-height: 1.45;
}
.concierge-chat-bubble--user {
  align-self: flex-end;
  background: #f5b800;
  color: #1a1a1a;
  border-radius: 1rem 1rem 0.25rem 1rem;
}

.concierge-thinking-dock {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0.5rem;
  min-height: 3.75rem;
  position: sticky;
  bottom: 0.75rem;
  z-index: 5;
  pointer-events: none;
}

#concierge-thinking-dock-slot {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

#concierge-continue-slot {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0.5rem;
}
#concierge-continue-slot:empty {
  display: none;
}

.concierge-continue-button {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.concierge-thinking-bubble {
  background: #ffd939;
  color: #1a1a1a;
  padding: 0.4rem 1rem 0.4rem 0.4rem;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  font-size: 1rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  pointer-events: auto;
  white-space: nowrap;
}
.concierge-thinking-bubble__avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  flex-shrink: 0;
}
.concierge-thinking-bubble__text {
  display: inline-flex;
  flex-direction: row;
  align-items: baseline;
  gap: 0.5rem;
  line-height: 1;
}
.concierge-thinking-bubble__label {
  font-style: italic;
  font-weight: 700;
  color: #1a1a1a;
}
.concierge-thinking-bubble__elapsed {
  font-size: 0.8rem;
  font-style: normal;
  font-weight: 400;
  color: rgba(26, 26, 26, 0.55);
  font-variant-numeric: tabular-nums;
}
.concierge-thinking-bubble__dots {
  display: inline-flex;
  gap: 0.2rem;
}
.concierge-thinking-bubble__dots span {
  width: 0.35rem;
  height: 0.35rem;
  border-radius: 50%;
  background: #1a1a1a;
  animation: concierge-thinking-pulse 1.2s infinite ease-in-out;
}
.concierge-thinking-bubble__dots span:nth-child(2) {
  animation-delay: 0.15s;
}
.concierge-thinking-bubble__dots span:nth-child(3) {
  animation-delay: 0.3s;
}

@keyframes concierge-thinking-pulse {
  0%, 80%, 100% {
    transform: scale(0.6);
    opacity: 0.4;
  }
  40% {
    transform: scale(1);
    opacity: 1;
  }
}
.concierge-section-title, .concierge-interest-notification__heading {
  font-family: var(--font-display, inherit);
  font-size: clamp(1.5rem, 2.4cqi, 2.1rem);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.015em;
  color: #1a1a1a;
  text-align: center;
  margin: 0;
  padding-inline: 1rem;
  position: relative;
}
.concierge-section-title::after, .concierge-interest-notification__heading::after {
  content: "";
  display: block;
  width: 2.5rem;
  height: 3px;
  margin: 0.85rem auto 0;
  background: #f5b800;
  border-radius: 2px;
}

.concierge-interest-notification {
  align-self: stretch;
  background: transparent;
  border: none;
  padding: 1.75rem 0.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0.35rem;
}
.concierge-interest-notification__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #6b6b6b;
  font-weight: 600;
}
.concierge-interest-notification__eyebrow::before {
  content: "♥";
  color: #f5b800;
  font-size: 0.85rem;
  line-height: 1;
}
.concierge-interest-notification__heading {
  margin-top: 0.15rem;
}
.concierge-interest-notification__pills {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.4rem;
}
.concierge-interest-notification__hint {
  margin: 0.15rem 0 0;
  font-size: 0.9rem;
  line-height: 1.45;
  color: #6b6b6b;
}

.concierge-cta {
  align-self: stretch;
  background: #ffffff;
  border: 2px dashed #f5b800;
  border-radius: 1rem;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0.5rem;
}
.concierge-cta__placeholder {
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: #6b6b6b;
  font-weight: 600;
}
.concierge-cta__headline {
  font-family: var(--font-display, inherit);
  font-size: 1.4rem;
  font-weight: 700;
  color: #1a1a1a;
  line-height: 1.2;
}
.concierge-cta__body {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.45;
  color: #6b6b6b;
  max-width: 32rem;
}
.concierge-cta__button {
  margin-top: 0.5rem;
}

.concierge-error-bubble {
  align-self: stretch;
  background: #fff4f4;
  color: #8b1a1a;
  border: 1px solid #e7b3b3;
  border-left: 4px solid #c0392b;
  padding: 0.75rem 1rem;
  border-radius: 0.5rem;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 0.95rem;
  line-height: 1.45;
  white-space: pre-wrap;
  word-break: break-word;
}
.concierge-error-bubble strong {
  color: #5a0d0d;
}

.concierge-svg-defs {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  pointer-events: none;
}

.concierge-question-shell {
  width: min(100%, 1200px);
  margin-inline: auto;
  filter: drop-shadow(0 10px 22px rgba(0, 0, 0, 0.28)) drop-shadow(0 3px 8px rgba(0, 0, 0, 0.18));
}
.concierge-question-shell:first-of-type {
  margin-top: -4rem;
  position: relative;
  z-index: 2;
}

.concierge-question {
  width: 100%;
  background: url(/assets/hyve/concierge/questions-bg-3f42863dcd7e953ba2a1bcdf9bfbafe09dcf990a45399a1c3ad2b6b6063dddfb.jpg) center/cover no-repeat, #343755;
  padding: 1.75rem 1.5rem;
  display: flex;
  justify-content: center;
  position: relative;
  isolation: isolate;
  z-index: 1;
  clip-path: url(#concierge-question-clip);
  opacity: 0;
  transition: opacity 0.5s ease-out;
}
.concierge-question--ready {
  opacity: 1;
}
.concierge-question__shader {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
  display: block;
}
.concierge-question__panel {
  position: relative;
  z-index: 1;
  width: min(100%, 32rem);
  display: flex;
  flex-direction: column;
}
.concierge-question__panel hyve-glass-inner {
  display: flex;
  flex-direction: column;
  padding: 2rem 2.25rem;
}
.concierge-question__prompt {
  margin: 0 0 1rem;
  font-family: var(--font-display, inherit);
  font-size: clamp(1.15rem, 0.95rem + 0.7vw, 1.4rem);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.012em;
  color: #fff;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.35);
}
.concierge-question__answer {
  margin: 0.65rem 0 0;
  padding: 0.55rem 0 0.55rem 0.75rem;
  border-left: 3px solid #f5b800;
  font-size: 0.95rem;
  line-height: 1.5;
  color: #fff;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.35);
}
.concierge-question form {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0.85rem;
  margin: 0;
}
.concierge-question form > button[type=submit] {
  align-self: flex-end;
  min-width: 7rem;
  padding: 0.55rem 1.15rem;
  font-size: 0.9rem;
  font-weight: 700;
  box-shadow: 0 5px 14px rgba(0, 0, 0, 0.16), 0 1px 3px rgba(0, 0, 0, 0.08);
  transition: transform 0.15s ease, box-shadow 0.15s ease, filter 0.15s ease;
}
.concierge-question form > button[type=submit]:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2), 0 2px 5px rgba(0, 0, 0, 0.1);
}
.concierge-question form > button[type=submit]:active {
  transform: translateY(1px);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}
.concierge-question--free-text textarea {
  min-height: 3.25rem;
  max-height: 12rem;
  resize: vertical;
  line-height: 1.5;
}
.concierge-question__choices {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.concierge-question__choices .button {
  flex: 1 1 calc(50% - 0.25rem);
  min-width: 0;
  padding: 0.55rem 0.95rem;
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1.25;
  white-space: normal;
  overflow-wrap: anywhere;
  text-align: center;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.06);
}
.concierge-question__buttons {
  display: flex;
  gap: 0.6rem;
}
.concierge-question__buttons .button {
  padding: 0.6rem 1.1rem;
  font-size: 0.95rem;
  font-weight: 700;
  box-shadow: 0 5px 14px rgba(0, 0, 0, 0.16), 0 1px 3px rgba(0, 0, 0, 0.08);
}
.concierge-question__yes, .concierge-question__no {
  flex: 1;
}
.concierge-question__options {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
}
.concierge-question__option {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  padding: 0.6rem 0.85rem;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-top-color: rgba(0, 0, 0, 0.08);
  border-radius: 6px;
  background-color: rgba(255, 255, 255, 0.65);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.5);
  cursor: pointer;
  transition: border-color 0.15s ease, background-color 0.15s ease, transform 0.1s ease, box-shadow 0.15s ease;
}
.concierge-question__option:hover {
  border-color: #f5b800;
  background-color: rgba(255, 255, 255, 0.85);
  box-shadow: 0 5px 14px rgba(0, 0, 0, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.6);
  transform: translateY(-1px);
}
.concierge-question__option:active {
  transform: translateY(1px);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.concierge-question__option input[type=checkbox] {
  width: 1.05rem;
  height: 1.05rem;
  accent-color: #f5b800;
  flex-shrink: 0;
  margin: 0;
}
.concierge-question__option-label {
  font-size: 0.95rem;
  color: #1a1a1a;
  font-weight: 500;
}
.concierge-question__date-range {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}
.concierge-question__date-field {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  flex: 1;
  min-width: 9rem;
}
.concierge-question__date-label {
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: rgba(26, 26, 26, 0.65);
  font-weight: 700;
}
.concierge-question__fields {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(13rem, 1fr));
  gap: 0.75rem;
}
.concierge-question__field {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}
.concierge-question__field-label {
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: rgba(26, 26, 26, 0.65);
  font-weight: 700;
}
.concierge-question--file-upload input[type=file] {
  padding: 0.65rem 0.85rem;
  border: 1px dashed rgba(0, 0, 0, 0.25);
  border-radius: 6px;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
}
.concierge-question--file-upload input[type=file]::file-selector-button {
  margin-right: 0.85rem;
  padding: 0.4rem 0.9rem;
  border-radius: 5px;
  border: none;
  background: #f5b800;
  color: #1a1a1a;
  font-weight: 600;
  cursor: pointer;
  transition: filter 0.15s ease;
}
.concierge-question--file-upload input[type=file]::file-selector-button:hover {
  filter: brightness(0.95);
}
.concierge-question--answered .concierge-question__prompt {
  margin-bottom: 0;
}
.concierge-question--answered form,
.concierge-question--answered .concierge-question__options,
.concierge-question--answered .concierge-question__choices,
.concierge-question--answered .concierge-question__buttons,
.concierge-question--answered .concierge-question__fields,
.concierge-question--answered .concierge-question__date-range {
  display: none;
}

.concierge-main, .concierge-results, .card-preview__grid-container, #concierge-feed, .concierge-grid {
  container-type: inline-size;
}

.concierge-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: calc((min(100cqi, 900px) - 60px) / 4);
  gap: 20px;
  width: 100%;
  max-width: 900px;
  margin-inline: auto;
}

.concierge-section {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 1.25rem;
  width: 100%;
  padding-block: 1rem 0.5rem;
}

.concierge-main.service-related-concierge-grid {
  margin-top: 0;
}
.concierge-main.service-related-concierge-grid .concierge-grid {
  max-width: none;
  grid-auto-rows: calc((100cqi - 60px) / 4);
}

.card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  container-type: inline-size;
}
.card--columns-1 {
  grid-column: span 1;
}
.card--columns-2 {
  grid-column: span 2;
}
.card--columns-3 {
  grid-column: span 3;
}
.card--columns-4 {
  grid-column: span 4;
}
.card--rows-1 {
  grid-row: span 1;
}
.card--rows-2 {
  grid-row: span 2;
}
.card--rows-3 {
  grid-row: span 3;
}
.card--rows-4 {
  grid-row: span 4;
}

.card,
.card-container {
  border-radius: clamp(0.5rem, 4cqw, 1rem);
  padding: clamp(0.5rem, 4cqw, 1rem);
  display: flex;
  justify-content: center;
}

.card {
  background-color: #fefefe;
  position: relative;
}

.card-container {
  height: 100%;
  flex-direction: column;
  gap: clamp(0.5rem, 4cqw, 1rem);
}

.card__actions {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  display: flex;
  gap: 0.5rem;
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
  z-index: 10;
}

.card--debug-ui,
.card--code-icon {
  background-color: rgba(128, 128, 128, 0.2) !important;
  border-radius: 50%;
  width: 2rem;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  text-decoration: none !important;
  transition: background-color 0.2s ease-in-out;
  border: none;
}
.card--debug-ui .fa,
.card--code-icon .fa {
  font-size: 0.875rem;
  color: #4a4a4a;
}
.card--debug-ui:hover,
.card--code-icon:hover {
  background-color: rgba(128, 128, 128, 0.35) !important;
  text-decoration: none !important;
}

.card:hover .card__actions {
  opacity: 1;
}

.card__name {
  font-size: clamp(0.75rem, 4cqw, 1rem);
  font-weight: bold;
  color: #4a4a4a;
  margin: 0;
  width: 100%;
  min-width: 0;
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: break-word;
  line-height: 1.1;
  display: flex;
  align-items: flex-start;
  gap: clamp(0.25rem, 2cqw, 0.5rem);
}

.card__name .interest-heart {
  flex-shrink: 0;
  padding: 0;
  border: none;
  background: none;
  font-size: clamp(0.75rem, 4cqw, 1rem);
}

.card__name .interest-heart > .fa {
  font-size: clamp(0.75rem, 4cqw, 1rem);
}

.card__content {
  font-size: clamp(0.7rem, 3.5cqw, 0.9rem);
  font-weight: normal;
  color: #222222;
  margin: 0;
  width: 100%;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  box-sizing: border-box;
  align-content: flex-start;
  flex-shrink: 0;
}

.text--small-name .card__name,
.text--small-name .card--placeholder__name {
  font-size: clamp(0.7rem, 3.5cqw, 0.9rem) !important;
}

.text--small-summary .card__content,
.text--small-summary .card--placeholder__content {
  font-size: clamp(0.65rem, 3.25cqw, 0.875rem) !important;
}

.card__content-wrapper {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  width: 100%;
  gap: clamp(0.5rem, 4cqw, 1rem);
}

.card--icon-left {
  flex-direction: row-reverse;
}

.card__text-section {
  display: flex;
  flex-direction: column;
  flex: 2;
  min-width: 0;
  gap: clamp(0.25rem, 2cqw, 0.5rem);
}

.card__icon-section {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  min-width: 0;
}

.card__icon {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}

.card-summary-section--with-image {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: clamp(1rem, 8cqw, 2rem);
  width: 100%;
  align-items: center;
}

.card-summary-section--full-width {
  width: 100%;
}

.card-image {
  width: 100%;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: clamp(0.25rem, 2cqw, 0.5rem);
}
.card-image picture {
  width: 100%;
  height: 100%;
  display: flex;
}
.card-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.card-summary {
  font-size: clamp(0.7rem, 3.5cqw, 0.9rem);
  line-height: 1.4;
}

.text--large-summary .card-summary,
.card-summary.text--large-summary {
  font-size: clamp(0.75rem, 4cqw, 1rem);
}

.card-primary-why {
  font-size: clamp(0.63rem, 3.15cqw, 0.81rem);
  line-height: 1.4;
}

.card--with-background {
  background-image: var(--background-url);
  background-size: cover;
  background-position: center;
  background-attachment: scroll;
  position: relative;
  overflow: hidden;
}

.card--with-background {
  color: #fefefe;
}
.card--with-background .card__name {
  color: #fefefe !important;
}
.card--with-background .card__content {
  color: #fefefe !important;
}

.card--with-glass .card-container {
  border: 1px solid #7d7d7d;
  -webkit-backdrop-filter: blur(50px);
          backdrop-filter: blur(50px);
  box-shadow: 0 4px 16px rgba(var(--node-color-rgb, 0, 0, 0), 0.8);
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 1rem 3cqh;
}

.card--with-glass .card-container > * {
  position: relative;
  z-index: 1;
}

.card__canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  display: none;
}

.card--with-glass.glsl-active {
  background-image: none;
}
.card--with-glass.glsl-active .card__canvas {
  display: block;
}
.card--with-glass.glsl-active .card-container {
  -webkit-backdrop-filter: none;
          backdrop-filter: none;
  box-shadow: none;
  border: none;
}

.card--with-background {
  --icon-background-blur: 50px;
  --icon-background-size: 350%;
  --icon-background-position-x: 66%;
  --icon-wrapper-padding: 0.5rem;
  --icon-inner-padding: 0.5rem;
  --icon-section-min-height: 80px;
}

.card--with-background .card__icon-section {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  min-width: 0;
  min-height: var(--icon-section-min-height);
}

.card--with-background .card__icon {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  border-radius: 50%;
}

.card--with-background .card__icon-wrapper {
  background-color: transparent;
  -webkit-backdrop-filter: blur(var(--icon-background-blur));
          backdrop-filter: blur(var(--icon-background-blur));
  border: 1px solid #7d7d7d;
  border-radius: 50%;
  box-shadow: 0 4px 16px rgba(var(--node-color-rgb, 0, 0, 0), 0.8);
  padding: var(--icon-wrapper-padding);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.card--with-background .card__icon-inner {
  background-color: #fefefe;
  border-radius: 50%;
  padding: var(--icon-inner-padding);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.card--with-background .card__icon-background {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #7d7d7d;
  box-shadow: inset 0 4px 16px rgba(var(--node-color-rgb, 0, 0, 0), 0.8);
  padding: var(--icon-inner-padding);
  aspect-ratio: 1/1;
  width: 100%;
  height: 100%;
  background-image: var(--background-url);
  background-size: var(--icon-background-size) auto;
  background-position: var(--icon-background-position-x) center;
  background-attachment: scroll;
}

.card--columns-1.card--rows-1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: clamp(0.75rem, 6cqw, 1.5rem);
  gap: clamp(0.375rem, 3cqw, 0.75rem);
  min-height: 0;
  position: relative;
}

.card--columns-1.card--rows-1 .card-container {
  flex-direction: column;
}

.card[class*=card--universal-] {
  outline: 2px dashed rgba(255, 255, 255, 0.55);
  outline-offset: -6px;
  position: relative;
}

.card__placeholder-marker {
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  z-index: 2;
  padding: 0.15rem 0.5rem;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #fff;
  background: rgba(0, 0, 0, 0.55);
  border-radius: 3px;
  pointer-events: none;
}

.card--universal.card--columns-2.card--rows-1 {
  align-items: center;
  gap: 1rem;
}

.card--universal.card--columns-2.card--rows-1 .card__icon-section {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  min-width: 0;
  min-height: 80px;
}

.card--universal.card--columns-2.card--rows-1 .card__icon {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}

.card--service-full > .card-container,
.card--service-full-with-background > .card-container {
  position: relative;
  z-index: 1;
  padding-left: clamp(4.5rem, 18cqw, 9rem);
  padding-right: clamp(4.5rem, 18cqw, 9rem);
  padding-top: clamp(0.75rem, 6cqw, 1.5rem);
  padding-bottom: clamp(0.75rem, 6cqw, 1.5rem);
  gap: clamp(0.75rem, 6cqw, 1.5rem);
}
.card--service-full > .card-container .card__content-wrapper,
.card--service-full-with-background > .card-container .card__content-wrapper {
  padding: 0;
  gap: clamp(0.75rem, 6cqw, 1.5rem);
}
.card--service-full > .card-container .card__text-section,
.card--service-full-with-background > .card-container .card__text-section {
  gap: clamp(0.375rem, 3cqw, 0.75rem);
}
.card--service-full > .card-container .card__name,
.card--service-full-with-background > .card-container .card__name {
  font-size: clamp(1.35rem, 7.2cqw, 1.8rem);
}
.card--service-full > .card-container .card__name .interest-heart,
.card--service-full > .card-container .card__name .interest-heart > .fa,
.card--service-full-with-background > .card-container .card__name .interest-heart,
.card--service-full-with-background > .card-container .card__name .interest-heart > .fa {
  font-size: clamp(1.35rem, 7.2cqw, 1.8rem);
}
.card--service-full > .card-container .card__content,
.card--service-full-with-background > .card-container .card__content {
  font-size: clamp(1.013rem, 5.4cqw, 1.35rem);
}
.card--service-full > .card-container .card-summary,
.card--service-full-with-background > .card-container .card-summary {
  font-size: clamp(0.945rem, 4.725cqw, 1.215rem);
}
.card--service-full > .card-container .card-summary.text--large-summary,
.card--service-full > .card-container .text--large-summary .card-summary,
.card--service-full-with-background > .card-container .card-summary.text--large-summary,
.card--service-full-with-background > .card-container .text--large-summary .card-summary {
  font-size: clamp(1.013rem, 5.4cqw, 1.35rem);
}
.card--service-full > .card-container .card-primary-why,
.card--service-full-with-background > .card-container .card-primary-why {
  font-size: clamp(0.851rem, 4.253cqw, 1.094rem);
}
.card--service-full > .card-container .card__icon-section,
.card--service-full-with-background > .card-container .card__icon-section {
  max-width: 100px;
  max-height: 100px;
  margin-inline: auto;
}
.card--service-full > .card-container .card__icon,
.card--service-full-with-background > .card-container .card__icon {
  max-width: 100px;
  max-height: 100px;
  margin-inline: auto;
}

.card--service-full-with-background {
  background-color: #fefefe;
  background-image: none;
  color: #4a4a4a;
}
.card--service-full-with-background .card__name {
  color: #4a4a4a !important;
}
.card--service-full-with-background .card__content {
  color: #4a4a4a !important;
}
.card--service-full-with-background::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image: var(--background-url);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  -webkit-mask-image: url(/assets/concierge/cards/service-full-shape-4a4bb2a71fe51bd5e024a6898a250d68f74d4d2b1e02b5b6f7e895862a314faa.svg);
  mask-image: url(/assets/concierge/cards/service-full-shape-4a4bb2a71fe51bd5e024a6898a250d68f74d4d2b1e02b5b6f7e895862a314faa.svg);
  -webkit-mask-mode: alpha;
  mask-mode: alpha;
  -webkit-mask-size: 100% 63%;
  mask-size: 100% 63%;
  -webkit-mask-position: center bottom;
  mask-position: center bottom;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  pointer-events: none;
}

.card--variant-circle {
  border-radius: 50%;
  overflow: hidden;
}
.card--variant-circle .card__canvas {
  border-radius: 50%;
}
.card--variant-circle .card-container {
  border-radius: 50%;
  padding: clamp(0.75rem, 6cqw, 1.5rem) 15%;
  align-items: center;
  text-align: center;
}
.card--variant-circle .card__name {
  justify-content: center;
}
.card--variant-circle .card__content {
  text-align: center;
  -webkit-line-clamp: 2;
}

.card--blog-post {
  align-items: center;
  gap: 1rem;
}

.card__content-wrapper {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1rem;
}

.card__text-section {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-width: 0;
  gap: 0.5rem;
}

.card__author {
  font-size: 0.75rem;
  margin-top: 0.375rem;
  margin-bottom: 0.375rem;
}
.card__author .bee-tag {
  display: flex;
  gap: 0.375rem;
}
.card__author .bee-tag-headshot {
  width: 2.5rem;
  height: 2.5rem;
}
.card__author .bee-tag-name {
  font-weight: bold;
}
.card__author .bee-tag-date {
  font-size: 0.875em;
  color: #7d7d7d;
}

.card--with-background .card__author .bee-tag-name {
  color: white;
}
.card--with-background .card__author .bee-tag-date {
  color: rgba(255, 255, 255, 0.8);
}

.card__byline {
  font-size: 0.8rem;
  font-weight: normal;
  color: #7d7d7d;
  margin: 0;
  width: 100%;
}

.card .testimonial {
  padding: 0;
  flex: 0 1 auto;
  min-width: 0;
}
.card .testimonial-bubble {
  background: transparent;
  background-image: none;
  color: inherit;
  padding: clamp(0.1rem, 0.5cqw, 0.2rem) 0 clamp(0.1rem, 0.5cqw, 0.2rem) clamp(0.55rem, 3.25cqw, 0.85rem);
  margin: 0;
  border-radius: 0;
  border-left: 2px solid #ffd939;
  max-width: none;
  position: relative;
}
.card .testimonial-bubble::after {
  display: none;
}
.card .testimonial-quote {
  font-family: Georgia, "Times New Roman", serif;
  font-style: italic;
  font-size: clamp(0.66rem, 3cqw, 0.8rem);
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0;
}
.card .testimonial-meta {
  text-align: left;
  margin-top: clamp(0.2rem, 1.25cqw, 0.4rem);
  padding-left: clamp(0.55rem, 3.25cqw, 0.85rem);
  font-size: clamp(0.55rem, 2.5cqw, 0.66rem);
  line-height: 1.2;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: inherit;
  opacity: 0.75;
}
.card .testimonial-name-and-title {
  display: inline;
  font-size: inherit;
  font-weight: 700;
}
.card .testimonial-name-and-title::before {
  content: "— ";
  font-weight: 400;
  opacity: 0.7;
}
.card .testimonial-company {
  display: inline;
  font-weight: 400;
}
.card .testimonial-company::before {
  content: " · ";
  opacity: 0.5;
}
.card .testimonial-bubble.animate__bounce {
  animation: none;
}

.card--placeholder {
  background: rgba(238, 238, 238, 0.85);
  border: 1px solid rgba(204, 204, 204, 0.9);
  border-radius: 1rem;
  min-height: 0;
  position: relative;
}
.card--placeholder.animate__pulse {
  animation-name: pulseFade !important;
  animation-duration: 1.5s;
  animation-timing-function: ease-in-out;
}

@keyframes pulseFade {
  0%, 100% {
    opacity: 0.4;
  }
  50% {
    opacity: 0.8;
  }
}
.concierge-splash-wrapper {
  display: none;
}

body.wizard-complete .concierge-splash-wrapper {
  display: block;
}

turbo-frame#concierge-results[busy] {
  opacity: 0.5;
  pointer-events: none;
}

.concierge-refresh-prompt {
  position: fixed;
  top: var(--nav-size);
  right: 1rem;
  left: auto;
  width: max(20vw, 16rem);
  border-radius: 0.5rem;
  padding: 1rem;
  z-index: 9;
  display: none;
}

.concierge-wrapper {
  position: relative;
  top: -2rem;
}
.concierge-wrapper.concierge--refresh-pending .concierge-refresh-prompt {
  display: block;
}

.concierge-main {
  --animate-delay: 0.5s;
  padding: 0;
  margin-top: -2rem;
  margin-bottom: 3rem;
  position: relative;
  z-index: 1;
  overflow: visible;
}

.card-wrapper {
  display: contents;
}

#concierge-loading-state {
  display: contents;
}
#concierge-loading-state:has(.concierge-end-notice) {
  display: block;
  grid-column: 1/-1;
}
#concierge-loading-state .card--placeholder {
  visibility: hidden;
  height: 0;
  min-height: 0;
  overflow: hidden;
}
#concierge-loading-state.is-loading .card--placeholder {
  visibility: visible;
  height: auto;
}

body.controller-hyve-cards.action-show.no-header-image {
  padding-top: 0;
}

.card-preview {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  background-color: #f5f5f5;
  font-family: system-ui, -apple-system, sans-serif;
}
.card-preview__header {
  background: white;
  padding: 2rem;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  margin-bottom: 2rem;
}
.card-preview__title {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 1.5rem;
  color: #333;
}
.card-preview__selectors {
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
}
.card-preview__selector-group {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.card-preview__label {
  font-weight: 600;
  color: #555;
  white-space: nowrap;
}
.card-preview__select {
  min-width: 300px;
}
.card-preview__content {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 2rem 2rem;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.card-preview__requirements {
  background: white;
  border-radius: 8px;
  padding: 1.5rem;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.card-preview__section-title {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 1rem;
  color: #333;
}
.card-preview__metadata {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.card-preview__metadata-item {
  display: flex;
  gap: 0.5rem;
}
.card-preview__metadata-label {
  font-weight: 600;
  color: #555;
  min-width: 150px;
}
.card-preview__metadata-value {
  color: #333;
  font-family: "Monaco", "Menlo", "Consolas", monospace;
  font-size: 0.9em;
}
.card-preview__grid-container {
  background: #2a2a2a;
  border-radius: 8px;
  padding: 0;
  max-width: 1200px;
  width: 100%;
  margin-inline: auto;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.card-preview__empty-state {
  background: white;
  border-radius: 8px;
  padding: 3rem;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  text-align: center;
}
.card-preview__empty-message {
  color: #777;
  font-size: 1.1rem;
}

.card--code-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  margin-left: 4px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  color: #666;
  text-decoration: none;
  font-size: 12px;
  font-weight: bold;
  transition: all 0.15s ease;
}
.card--code-icon:hover {
  background: white;
  border-color: #4a90e2;
  color: #4a90e2;
  transform: translateY(-1px);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.card--code-icon span {
  line-height: 1;
}
