:root {
  --np-concierge-teal: #0d9488;
  --np-concierge-teal-dark: #0f766e;
  --np-concierge-ink: #07131d;
  --np-concierge-cream: #fffdf9;
  --np-concierge-line: #dfd6ca;
}

.np-concierge-section {
  position: relative;
  z-index: 4;
  padding: 1.25rem 1.5rem 0;
  background: #f5f0e8;
}

.np-concierge-root {
  width: min(1120px, 100%);
  margin: 0 auto;
  font-family: "Outfit", sans-serif;
}

.np-concierge {
  overflow: hidden;
  border: 1px solid rgba(13, 148, 136, .23);
  border-radius: 26px;
  background: #fffdf9;
  box-shadow: 0 24px 70px rgba(10, 30, 32, .1);
}

.np-concierge-top {
  display: grid;
  grid-template-columns: minmax(230px, .68fr) minmax(0, 1.32fr);
  min-height: 220px;
}

.np-concierge-top > *,
.np-concierge-query,
.np-concierge-form,
.np-concierge-input {
  min-width: 0;
}

.np-concierge-intro {
  position: relative;
  overflow: hidden;
  padding: 1.35rem;
  color: #fff;
  background:
    radial-gradient(280px 180px at 100% 0%, rgba(45, 212, 191, .24), transparent 68%),
    linear-gradient(145deg, #06131f, #0a302d 62%, #0f766e);
}

.np-concierge-intro::after {
  content: "";
  position: absolute;
  right: -70px;
  bottom: -90px;
  width: 220px;
  height: 220px;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 50%;
}

.np-concierge-brand {
  display: flex;
  align-items: center;
  gap: .72rem;
}

.np-concierge-mark {
  width: 46px;
  height: 46px;
  flex: 0 0 46px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 15px;
  background: rgba(255,255,255,.11);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.15);
  font-size: 21px;
}

.np-concierge-eyebrow {
  color: #9ce8df;
  font: 900 9px/1.2 "Outfit", sans-serif;
  letter-spacing: .9px;
  text-transform: uppercase;
}

.np-concierge-title {
  margin: .24rem 0 0;
  color: #fff;
  font: 900 21px/1.05 "Outfit", sans-serif;
  letter-spacing: -.45px;
}

.np-concierge-intro-copy {
  max-width: 340px;
  margin: 1rem 0 0;
  color: rgba(255,255,255,.72);
  font: 500 12px/1.65 "Outfit", sans-serif;
}

.np-concierge-live {
  display: inline-flex;
  align-items: center;
  gap: .48rem;
  margin-top: 1rem;
  padding: .46rem .65rem;
  border: 1px solid rgba(167,232,224,.22);
  border-radius: 999px;
  background: rgba(13,148,136,.12);
  color: #c9fff8;
  font: 800 9.5px/1 "Outfit", sans-serif;
}

.np-concierge-live-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #5eead4;
  box-shadow: 0 0 0 4px rgba(94,234,212,.14);
}

.np-concierge-query {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 1.35rem;
  background:
    radial-gradient(380px 200px at 100% 0%, rgba(13,148,136,.07), transparent 70%),
    #fffdf9;
}

.np-concierge-query label {
  display: block;
  margin-bottom: .55rem;
  color: #111827;
  font: 900 15px/1.25 "Outfit", sans-serif;
}

.np-concierge-query label span {
  display: block;
  margin-top: .28rem;
  color: #7a6f65;
  font: 500 10.5px/1.45 "Outfit", sans-serif;
}

.np-concierge-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: .55rem;
  align-items: stretch;
}

.np-concierge-input {
  width: 100%;
  min-height: 52px;
  border: 1px solid #d6cbbd;
  border-radius: 15px;
  padding: .82rem .9rem;
  outline: none;
  background: #fff;
  color: #172033;
  font: 600 12px/1.4 "Outfit", sans-serif;
}

.np-concierge-input:focus {
  border-color: var(--np-concierge-teal);
  box-shadow: 0 0 0 4px rgba(13,148,136,.1);
}

.np-concierge-submit {
  min-width: 142px;
  border: 0;
  border-radius: 15px;
  padding: .82rem 1rem;
  background: linear-gradient(135deg, #0f766e, #0d9488);
  color: #fff;
  font: 900 11px/1.2 "Outfit", sans-serif;
  cursor: pointer;
  box-shadow: 0 12px 26px rgba(13,148,136,.2);
}

.np-concierge-submit:disabled {
  opacity: .58;
  cursor: wait;
}

.np-concierge-examples {
  display: flex;
  gap: .42rem;
  margin-top: .62rem;
  overflow-x: auto;
  scrollbar-width: none;
}

.np-concierge-examples::-webkit-scrollbar {
  display: none;
}

.np-concierge-example {
  flex: 0 0 auto;
  border: 1px solid #cbe8e3;
  border-radius: 999px;
  padding: .46rem .65rem;
  background: #effcf9;
  color: #0f766e;
  font: 800 9px/1 "Outfit", sans-serif;
  cursor: pointer;
  white-space: nowrap;
}

.np-concierge-results {
  border-top: 1px solid var(--np-concierge-line);
  background: linear-gradient(180deg,#f7fbfa,#fffdf9);
}

.np-concierge-response {
  display: flex;
  align-items: flex-start;
  gap: .65rem;
  padding: 1rem 1.2rem;
  border-bottom: 1px solid #eee5da;
}

.np-concierge-response-mark {
  width: 32px;
  height: 32px;
  flex: 0 0 32px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  background: #0d9488;
  color: #fff;
  font-size: 14px;
}

.np-concierge-response-copy {
  color: #344054;
  font: 600 11.5px/1.58 "Outfit", sans-serif;
}

.np-concierge-response-copy strong {
  display: block;
  margin-bottom: .18rem;
  color: #111827;
  font-size: 12.5px;
}

.np-concierge-meta {
  display: flex;
  align-items: center;
  gap: .5rem;
  margin-left: auto;
  padding-left: .75rem;
  color: #7a6f65;
  font: 800 8.5px/1.2 "Outfit", sans-serif;
  white-space: nowrap;
}

.np-concierge-grid {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: .8rem;
  padding: 1rem 1.2rem 1.2rem;
}

.np-concierge-card {
  position: relative;
  min-width: 0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid #ded5ca;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(15,23,42,.055);
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.np-concierge-card:hover {
  transform: translateY(-2px);
  border-color: #8ddbd1;
  box-shadow: 0 15px 35px rgba(13,148,136,.1);
}

.np-concierge-card:first-child::before {
  content: "Best match";
  position: absolute;
  z-index: 2;
  top: .65rem;
  right: .65rem;
  padding: .32rem .5rem;
  border-radius: 999px;
  background: #0d9488;
  color: #fff;
  font: 900 8px/1 "Outfit", sans-serif;
  text-transform: uppercase;
  letter-spacing: .45px;
}

.np-concierge-card-image {
  height: 100px;
  overflow: hidden;
  border-bottom: 1px solid #e9e1d7;
  background:
    radial-gradient(160px 90px at 100% 0%,rgba(45,212,191,.22),transparent 68%),
    linear-gradient(135deg,#eafaf7,#f5f0e8);
}

.np-concierge-card-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  border-radius: 0;
}

.np-concierge-card-image-fallback {
  height: 100%;
  display: grid;
  place-items: center;
  color: #0f766e;
  font-size: 24px;
}

.np-concierge-card-body {
  flex: 1 1 auto;
  padding: .85rem;
}

.np-concierge-type {
  display: inline-flex;
  align-items: center;
  margin-bottom: .45rem;
  padding: .3rem .48rem;
  border: 1px solid #cbe8e3;
  border-radius: 999px;
  background: #effcf9;
  color: #0f766e;
  font: 900 8.5px/1 "Outfit", sans-serif;
}

.np-concierge-card h3 {
  margin: 0;
  color: #111827;
  font: 900 13px/1.32 "Outfit", sans-serif;
  letter-spacing: -.2px;
}

.np-concierge-card-meta {
  margin-top: .3rem;
  overflow: hidden;
  color: #7a6f65;
  font: 700 9px/1.35 "Outfit", sans-serif;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.np-concierge-reason {
  margin-top: .62rem;
  color: #475467;
  font: 500 10px/1.5 "Outfit", sans-serif;
}

.np-concierge-access {
  margin-top: .62rem;
  color: #0f766e;
  font: 900 10px/1.25 "Outfit", sans-serif;
}

.np-concierge-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: .45rem;
  padding: 0 .85rem .85rem;
}

.np-concierge-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  border: 1px solid #cfc5b9;
  border-radius: 11px;
  padding: .55rem .6rem;
  background: #fff;
  color: #62594f;
  text-align: center;
  text-decoration: none;
  font: 900 9.5px/1.15 "Outfit", sans-serif;
}

.np-concierge-actions a.primary {
  border-color: #0d9488;
  background: #0d9488;
  color: #fff;
}

.np-concierge-followup {
  padding: 0 1.2rem 1.2rem;
}

.np-concierge-followup button {
  width: 100%;
  border: 1px dashed #9ddfd6;
  border-radius: 13px;
  padding: .75rem;
  background: #f2fcfa;
  color: #0f766e;
  text-align: left;
  font: 800 10.5px/1.4 "Outfit", sans-serif;
  cursor: pointer;
}

.np-concierge-empty {
  margin: 1rem 1.2rem 1.2rem;
  padding: 1rem;
  border: 1px solid #dcd2c6;
  border-radius: 16px;
  background: #fff;
}

.np-concierge-empty strong {
  display: block;
  color: #111827;
  font: 900 13px/1.3 "Outfit", sans-serif;
}

.np-concierge-empty p {
  margin: .35rem 0 .75rem;
  color: #667085;
  font: 500 10.5px/1.55 "Outfit", sans-serif;
}

.np-concierge-empty-actions {
  display: flex;
  gap: .45rem;
  flex-wrap: wrap;
}

.np-concierge-empty-actions button,
.np-concierge-empty-actions a {
  border: 1px solid #cbe8e3;
  border-radius: 10px;
  padding: .58rem .72rem;
  background: #fff;
  color: #0f766e;
  text-decoration: none;
  font: 900 9.5px/1 "Outfit", sans-serif;
  cursor: pointer;
}

.np-concierge-empty-actions button.primary {
  border-color: #0d9488;
  background: #0d9488;
  color: #fff;
}

.np-concierge-thinking {
  min-height: 110px;
  display: grid;
  place-items: center;
  padding: 1rem;
  color: #0f766e;
  text-align: center;
  font: 800 11px/1.5 "Outfit", sans-serif;
}

.np-concierge-thinking span {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-bottom: .45rem;
  border: 3px solid #c5e9e3;
  border-top-color: #0d9488;
  border-radius: 50%;
  animation: np-concierge-spin .75s linear infinite;
}

@keyframes np-concierge-spin {
  to { transform: rotate(360deg); }
}

@media (max-width: 900px) {
  .np-concierge-top {
    grid-template-columns: minmax(0, 1fr);
  }

  .np-concierge-intro {
    min-height: 190px;
  }

  .np-concierge-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 640px) {
  .np-concierge-section {
    padding: .85rem .85rem 0;
  }

  .np-concierge {
    border-radius: 20px;
  }

  .np-concierge-top {
    min-height: 0;
  }

  .np-concierge-intro,
  .np-concierge-query {
    padding: 1rem;
  }

  .np-concierge-intro {
    min-height: 0;
  }

  .np-concierge-intro-copy {
    margin-top: .72rem;
  }

  .np-concierge-form {
    width: 100%;
    grid-template-columns: minmax(0, 1fr);
  }

  .np-concierge-query {
    overflow: hidden;
  }

  .np-concierge-submit {
    min-height: 48px;
  }

  .np-concierge-response {
    padding: .85rem;
  }

  .np-concierge-meta {
    display: none;
  }

  .np-concierge-grid {
    display: flex;
    gap: .7rem;
    overflow-x: auto;
    padding: .85rem;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .np-concierge-grid::-webkit-scrollbar {
    display: none;
  }

  .np-concierge-card {
    min-width: min(82vw, 330px);
    scroll-snap-align: center;
  }

  .np-concierge-followup {
    padding: 0 .85rem .85rem;
  }

  .np-concierge-empty {
    margin: .85rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .np-concierge-card,
  .np-concierge-thinking span {
    transition: none;
    animation-duration: .01ms;
  }
}
