/* A real catalogue, before editorial content. */
body.qivya-studio.qivya-atlas #marketplace {
  margin: 0 auto;
  padding: 65px 0 55px;
}
body.qivya-studio.qivya-atlas #marketplace .offers-head h2 {
  max-width: none;
  font-size: clamp(2rem, 3.2vw, 3rem);
  letter-spacing: -0.05em;
  font-weight: 600;
}
body.qivya-studio.qivya-atlas .offers-head-copy {
  font-size: 0.88rem;
  line-height: 1.8;
}
.atlas-results-toolbar {
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 14px;
  align-items: end;
  margin: 26px 0;
}
.atlas-results-toolbar label {
  display: grid;
  gap: 8px;
  font-size: 0.67rem;
  font-weight: 700;
  color: var(--atlas-muted);
}
.atlas-results-toolbar :is(input, select) {
  width: 100%;
  min-height: 46px;
  padding: 10px 14px;
  background: var(--atlas-surface);
  color: var(--atlas-ink);
  border: 1px solid var(--atlas-line);
  border-radius: 9px;
  font-size: 0.84rem;
}
.atlas-results-toolbar p {
  grid-column: 1/-1;
  margin: 0;
  font-size: 0.76rem;
  line-height: 1.6;
  color: var(--atlas-muted);
}
body.qivya-studio.qivya-atlas .marketplace-block {
  padding: 25px;
  background: var(--atlas-surface) !important;
  border-radius: 18px;
  border: 1px solid var(--atlas-line);
}
body.qivya-studio.qivya-atlas #servicesPanel.offer-grid,
body.qivya-studio.qivya-atlas #productsPanel.offer-grid {
  grid-template-columns: repeat(auto-fill, minmax(min(100%, 290px), 1fr));
  gap: 19px;
  align-items: stretch;
}
body.qivya-studio.qivya-atlas .offer-card.atlas-offer {
  display: flex;
  flex-direction: column;
  padding: 0;
  border: 1px solid var(--atlas-line);
  border-radius: 14px;
  background: var(--atlas-paper) !important;
  overflow: hidden;
  box-shadow: none;
}
body.qivya-studio.qivya-atlas .atlas-offer:hover {
  transform: translateY(-4px);
  border-color: var(--atlas-accent);
  box-shadow: 0 18px 40px rgba(40, 20, 55, 0.07);
}
.atlas-offer-media {
  position: relative;
  height: 158px;
  overflow: hidden;
  background: var(--atlas-lilac);
  display: grid;
  place-items: center;
}
.atlas-offer-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.atlas-offer-media--product img {
  object-fit: contain;
  padding: 10px;
  background: var(--atlas-surface);
}
.atlas-offer-placeholder {
  font-family: Georgia, serif;
  font-style: italic;
  font-size: 1.75rem;
  letter-spacing: -0.03em;
  color: var(--atlas-accent);
}
.atlas-offer-media:has(.atlas-offer-placeholder)::after {
  content: "Q";
  position: absolute;
  right: -10px;
  bottom: -40px;
  font:
    italic 160px/1 Georgia,
    serif;
  color: var(--atlas-accent);
  opacity: 0.09;
}
body.qivya-studio.qivya-atlas .atlas-offer .offer-card-body {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 21px;
  flex: 1;
}
.atlas-offer-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  font-size: 0.65rem;
  color: var(--atlas-muted);
}
.atlas-offer-category {
  padding: 5px 8px;
  background: var(--atlas-lilac);
  color: var(--atlas-accent);
  border-radius: 5px;
  font-weight: 700;
}
body.qivya-studio.qivya-atlas .atlas-offer .offer-name {
  margin: 0;
  font-size: 1.13rem;
  line-height: 1.4;
  font-weight: 700;
  color: var(--atlas-ink);
}
.atlas-offer-partner {
  margin: 0;
  font-size: 0.74rem;
  color: var(--atlas-muted);
  line-height: 1.65;
}
.atlas-offer-partner strong {
  color: var(--atlas-ink);
  font-weight: 600;
}
.atlas-offer-rating {
  color: var(--atlas-ink);
  font-size: 0.68rem;
  font-weight: 600;
}
body.qivya-studio.qivya-atlas .atlas-offer .offer-description {
  margin: 0;
  font-size: 0.76rem;
  line-height: 1.75;
  color: var(--atlas-muted);
}
.atlas-offer-price-row {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 12px;
  margin-top: auto;
  padding-top: 12px;
  border-top: 1px solid var(--atlas-line);
}
body.qivya-studio.qivya-atlas .atlas-offer .offer-price {
  font-size: 1.15rem;
  color: var(--atlas-ink);
  font-weight: 750;
}
.atlas-offer-price-row small {
  font-size: 0.6rem;
  color: var(--atlas-muted);
}
body.qivya-studio.qivya-atlas .atlas-offer .offer-action {
  margin: 0;
  background: #30213f !important;
  color: #fff !important;
  font-family: var(--font-main);
  font-size: 0.79rem;
  min-height: 46px;
  border: 0;
  border-radius: 9px;
}
body.qivya-studio.qivya-atlas .offer-grid > .empty {
  grid-column: 1/-1;
  padding: 26px;
  border: 1px dashed var(--atlas-line);
  border-radius: 12px;
  background: var(--atlas-paper);
  color: var(--atlas-muted);
  font-size: 0.85rem;
  line-height: 1.8;
}
body.qivya-studio.qivya-atlas .atlas-experiences {
  margin: 0;
  padding: 76px 0 70px;
  border: 0;
  background: var(--atlas-paper) !important;
}
.atlas-section-top {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  align-items: end;
  gap: 70px;
  margin-bottom: 36px;
}
.atlas-section-top h2,
.atlas-faq h2 {
  margin: 20px 0 0;
  font-size: clamp(2.3rem, 4.1vw, 4rem);
  line-height: 1.12;
  letter-spacing: -0.055em;
  font-weight: 550;
  color: var(--atlas-ink);
}
.atlas-section-top h2 em {
  font-family: Georgia, serif;
  color: var(--atlas-accent);
  font-weight: 400;
}
.atlas-section-top > p {
  max-width: 44ch;
  margin: 0 0 4px;
  font-size: 0.91rem;
  line-height: 1.9;
  color: var(--atlas-muted);
}
.atlas-experience-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr 1fr;
  gap: 20px;
  align-items: start;
}
.atlas-experience {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  overflow: hidden;
  height: 455px;
  border-radius: 100px 18px 18px 18px;
  background: #33253e;
  text-align: left;
  color: #fff;
  isolation: isolate;
}
.atlas-experience--nails {
  height: 390px;
  margin-top: 65px;
  border-radius: 18px;
}
.atlas-experience--care {
  height: 390px;
  border-radius: 18px 18px 100px 18px;
}
.atlas-experience img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s ease;
}
.atlas-experience:hover img {
  transform: scale(1.035);
}
.atlas-experience::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(30, 17, 36, 0.2),
    transparent 25%,
    rgba(30, 17, 36, 0.8) 100%
  );
  pointer-events: none;
}
.atlas-experience-number {
  position: absolute;
  top: 26px;
  right: 24px;
  z-index: 1;
  font-size: 0.53rem;
  letter-spacing: 0.13em;
  padding: 7px 9px;
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 50px;
  background: rgba(25, 13, 31, 0.38);
}
.atlas-experience-copy {
  position: absolute;
  inset: auto 27px 27px;
  z-index: 1;
}
.atlas-experience-copy strong {
  display: block;
  font-size: clamp(1.4rem, 2vw, 1.9rem);
  font-weight: 500;
  letter-spacing: -0.04em;
  line-height: 1.2;
}
.atlas-experience-copy > span {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 20px;
  padding-top: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.35);
  font-size: 0.67rem;
}
.atlas-experience-copy b {
  font-size: 1.5rem;
  font-weight: 400;
}
.atlas-editorial-note {
  margin: 23px 0 0;
  font-size: 0.62rem;
  line-height: 1.7;
  color: var(--atlas-muted);
}
/* The original real map stays available, without an invented location or route. */
body.qivya-studio.qivya-atlas .search-shell {
  padding: 70px 0;
  margin-top: 0;
  background: var(--atlas-lilac) !important;
  border-block: 1px solid var(--atlas-line);
  color: var(--atlas-ink);
}
body.qivya-studio.qivya-atlas .search-grid {
  grid-template-columns: 1fr 1fr;
  gap: 65px;
  align-items: center;
}
body.qivya-studio.qivya-atlas .search-card h2 {
  max-width: 17ch;
  color: var(--atlas-ink) !important;
  font-size: clamp(2rem, 3.2vw, 3rem);
  font-weight: 550;
  letter-spacing: -0.05em;
}
body.qivya-studio.qivya-atlas .search-card :is(p, .section-kicker) {
  color: var(--atlas-muted) !important;
}
body.qivya-studio.qivya-atlas .search-actions .primary-btn {
  background: var(--atlas-ink) !important;
  color: var(--atlas-paper) !important;
  border: 0;
}
body.qivya-studio.qivya-atlas .search-card .status-line {
  background: var(--atlas-surface);
  border: 1px solid var(--atlas-line);
  color: var(--atlas-muted) !important;
}
body.qivya-studio.qivya-atlas .atlas-map .hero-visual {
  width: 100%;
  max-width: none;
  min-height: 0;
  display: block;
  margin: 0;
  padding: 0;
}
body.qivya-studio.qivya-atlas .atlas-map .hero-device-frame {
  border-radius: 26px;
  padding: 0;
  transform: none;
  border: 1px solid var(--atlas-line);
  box-shadow: 0 20px 60px rgba(40, 20, 55, 0.08);
}
body.qivya-studio.qivya-atlas
  .atlas-map
  :is(.hero-map-shell, .hero-map-canvas) {
  height: 470px;
  min-height: 470px;
  border-radius: inherit;
}
body.qivya-studio.qivya-atlas .atlas-map .hero-map-cta {
  inset: 17px 17px auto auto;
  position: absolute;
  margin: 0;
  min-width: 0;
  min-height: 43px;
  width: auto;
  font-size: 0.68rem;
  animation: none;
}
body.qivya-studio.qivya-atlas .atlas-map .hero-map-status {
  padding: 17px;
  border-radius: 13px;
  background: rgba(34, 19, 39, 0.86) !important;
  color: #fff;
}
body.qivya-studio.qivya-atlas .atlas-map .hero-map-status :is(strong, p) {
  color: #fff !important;
}
body.qivya-studio.qivya-atlas .atlas-map .hero-map-status__eyebrow {
  color: #dfc9f3 !important;
}
body.qivya-studio.qivya-atlas .atlas-map .hero-live-proof {
  margin-top: 13px;
  background: var(--atlas-surface) !important;
}
body.qivya-studio.qivya-atlas .atlas-map .hero-map-overlay {
  padding: 19px;
}
body.qivya-studio.qivya-atlas .atlas-map .studio-motion-control {
  right: 20px;
  top: 70px;
  font-size: 0.62rem;
  min-height: 38px;
}
body.qivya-studio.qivya-atlas .proof-strip {
  margin-top: 55px;
}
body.qivya-studio.qivya-atlas .trust-strip {
  margin-bottom: 0;
}
body.qivya-studio.qivya-atlas .journey {
  margin-top: 74px;
  margin-bottom: 68px;
}
body.qivya-studio.qivya-atlas .journey h2 {
  font-weight: 550;
  font-size: clamp(2.1rem, 3.4vw, 3.3rem);
}
body.qivya-studio.qivya-atlas .journey-grid article > span {
  color: var(--atlas-accent);
  font-size: 3.3rem;
}
body.qivya-studio.qivya-atlas .journey-grid p {
  font-size: 0.85rem;
}
body.qivya-studio.qivya-atlas .journey-grid h3 {
  font-weight: 650;
}
.atlas-faq {
  padding: 68px 0 80px;
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 85px;
  border-top: 1px solid var(--atlas-line);
}
.atlas-faq h2 {
  font-size: clamp(2.2rem, 3.3vw, 3.3rem);
  margin-top: 18px;
}
.atlas-faq > div > p {
  font-size: 0.87rem;
  line-height: 1.8;
  color: var(--atlas-muted);
}
.atlas-faq details {
  border-bottom: 1px solid var(--atlas-line);
}
.atlas-faq summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 24px 0;
  min-height: 60px;
  font-size: 0.88rem;
  line-height: 1.5;
  font-weight: 650;
  cursor: pointer;
  list-style: none;
}
.atlas-faq summary::-webkit-details-marker {
  display: none;
}
.atlas-faq summary span {
  font-size: 1.4rem;
  font-weight: 400;
  color: var(--atlas-accent);
  transition: transform 0.2s;
}
.atlas-faq details[open] summary span {
  transform: rotate(45deg);
}
.atlas-faq details p {
  margin: 0;
  padding: 0 0 24px;
  font-size: 0.84rem;
  line-height: 1.85;
  color: var(--atlas-muted);
}
.atlas-finale {
  position: relative;
  overflow: hidden;
  background: #30213f;
  color: #fff;
  padding: 72px 0 80px;
}
.atlas-finale > .container {
  position: relative;
  isolation: isolate;
}
.atlas-finale .atlas-kicker {
  color: #d8c3f0;
}
.atlas-finale h2 {
  position: relative;
  z-index: 1;
  font-size: clamp(2.9rem, 5.9vw, 5.7rem);
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: -0.055em;
  margin: 26px 0 32px;
}
.atlas-finale h2 em {
  font-family: Georgia, serif;
  font-weight: 400;
  color: #e3c9f5;
}
.atlas-finale > .container > div {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 30px;
}
.atlas-finale .atlas-search-submit {
  background: #e6d4f5 !important;
  color: #2d1c3d !important;
}
.atlas-finale .atlas-text-link {
  color: #fff;
}
.atlas-finale-q {
  position: absolute;
  right: -70px;
  top: -80px;
  font:
    500 520px/1 Georgia,
    serif;
  letter-spacing: -0.07em;
  color: #e3c9f5;
  opacity: 0.08;
  z-index: 0;
  pointer-events: none;
}
body.qivya-studio.qivya-atlas .main-shell {
  padding-bottom: 0;
}
body.qivya-studio.qivya-atlas .site-footer {
  background: var(--atlas-paper) !important;
  padding: 0;
}
body.qivya-studio.qivya-atlas .footer-inner {
  display: grid;
  grid-template-columns: 1fr auto;
  padding: 46px 0 28px;
  gap: 30px;
}
body.qivya-studio.qivya-atlas .footer-mark {
  width: 145px;
  max-width: none;
  height: auto !important;
  margin-bottom: 19px;
}
body.qivya-studio.qivya-atlas .site-footer p {
  font-size: 0.75rem;
  max-width: 50ch;
  line-height: 1.9;
}
.atlas-footer-legal {
  grid-column: 1/-1;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 18px;
  padding-top: 23px;
  border-top: 1px solid var(--atlas-line);
  color: var(--atlas-muted);
  font-size: 0.63rem;
}
.atlas-footer-legal button {
  border: 0;
  background: none;
  color: inherit;
  font-size: inherit;
  min-height: 44px;
  padding: 0;
}
.atlas-footer-legal > span {
  margin-left: auto;
}
.atlas-footer-legal a:hover {
  text-decoration: underline;
}
.atlas-consent {
  position: fixed;
  bottom: 24px;
  left: 24px;
  z-index: 2147482999;
  max-width: 370px;
  width: calc(100% - 48px);
  padding: 21px;
  border: 1px solid var(--atlas-line);
  border-radius: 17px;
  background: var(--atlas-surface);
  color: var(--atlas-ink);
  box-shadow: 0 14px 70px rgba(20, 10, 27, 0.2);
}
.atlas-consent > strong {
  font-size: 0.86rem;
}
.atlas-consent p {
  font-size: 0.72rem;
  line-height: 1.8;
  margin: 9px 0 14px;
  color: var(--atlas-muted);
}
.atlas-consent > div {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}
.atlas-consent button {
  border: 1px solid var(--atlas-line);
  border-radius: 8px;
  min-height: 45px;
  padding: 9px;
  background: var(--atlas-lilac);
  color: var(--atlas-ink);
  font-size: 0.64rem;
  font-weight: 650;
}
.atlas-consent > a {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  margin-top: 5px;
  font-size: 0.61rem;
  text-decoration: underline;
  color: var(--atlas-muted);
}
body.qivya-studio.qivya-atlas[data-auth-shell="member"]
  :is(
    .atlas-hero,
    .atlas-categories,
    .atlas-experiences,
    .atlas-faq,
    .atlas-finale
  ) {
  display: none !important;
}
body.qivya-studio.qivya-atlas[data-page-route="blog"]
  :is(
    .atlas-hero,
    .atlas-categories,
    .atlas-experiences,
    .atlas-faq,
    .atlas-finale
  ) {
  display: none !important;
}
.atlas-offer [hidden] {
  display: none !important;
}
body.qivya-studio.qivya-atlas .atlas-search select option {
  background: var(--atlas-surface);
  color: var(--atlas-ink);
}
@keyframes atlas-pulse {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}
@keyframes atlas-enter {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (prefers-reduced-motion: no-preference) {
  .atlas-hero-copy {
    animation: atlas-enter 0.65s both;
  }
  .atlas-visual {
    animation: atlas-enter 0.85s both;
  }
  .atlas-reveal {
    animation: atlas-enter 0.6s both;
  }
}
