:root {
  --ink: #f2f0e8;
  --muted: #c3c2b8;
  --dark: #292929;
  --panel: #1a1d1a;
  --panel-soft: #24261f;
  --line: rgba(242, 240, 232, .15);
  --mint: #b8d0c8;
  --gold: #d5b779;
  --amber: #a46b42;
  --paper: #f2eee4;
  --paper-ink: #20231f;
  --shadow: 0 18px 55px rgba(0, 0, 0, .34);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

[id] {
  scroll-margin-top: 112px;
}

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--dark);
  color: var(--ink);
  font-family: "Source Sans 3", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

:focus-visible {
  outline: 2px solid #ffffff;
  outline-offset: 4px;
}

button,
input {
  font: inherit;
}

.topbar {
  position: fixed;
  z-index: 20;
  inset: 0 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  padding: 18px 14px;
  background: rgba(12, 13, 12, .72);
  border-bottom: 1px solid rgba(242, 240, 232, .12);
  backdrop-filter: blur(16px);
}

.brand {
  display: grid;
  min-width: 0;
  gap: 4px;
  text-transform: uppercase;
}

.brand span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: .82rem;
  font-weight: 500;
  letter-spacing: .14em;
}

.nav {
  display: none;
}

.brand small {
  display: block;
  overflow: hidden;
  color: var(--muted);
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: "Abel", Inter, ui-sans-serif, system-ui, sans-serif;
  font-weight: 300;
  font-size: .58rem;
  letter-spacing: .18em;
}

.brand-phone {
  text-decoration: none;
  -webkit-text-decoration: none;
}

.book,
.ghost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 48px;
  padding: 0 18px;
  border-radius: 999px;
  border: 0;
  font-weight: 850;
  letter-spacing: .06em;
  text-align: center;
  text-transform: uppercase;
  font-size: .76rem;
  cursor: pointer;
}

.book {
  background: var(--mint);
  color: #101816;
  box-shadow: 0 14px 34px rgba(184, 208, 200, .18);
}

.ghost {
  border: 1px solid rgba(242, 240, 232, .28);
  color: var(--ink);
  background: rgba(242, 240, 232, .04);
}

.book-small {
  width: auto;
  min-height: 32px;
  padding-inline: 18px;
  font-size: .7rem;
}

.topbar .book-small,
.hero-actions .book {
  background: #7fa4a2;
  color: #111312;
}

.topbar .book-small {
  width: 128px;
}

.hero-actions .ghost {
  border-color: #7fa4a2;
  color: #7fa4a2;
}

.hero {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 62px 0 0;
  background: var(--dark);
}

.hero-media {
  position: relative;
  width: 100%;
  height: clamp(504px, calc(132vw - 36px), 584px);
  min-height: 0;
  overflow: hidden;
  margin-bottom: -36px;
  clip-path: inset(0 0 36px 0);
  background-image: url("assets/portrait-mobile-hero.png");
  background-image: image-set(
    url("assets/portrait-mobile-hero.jpg") type("image/jpeg"),
    url("assets/portrait-mobile-hero.png") type("image/png")
  );
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  transform: translateZ(0);
}

.hero-media::after {
  content: "";
  position: absolute;
  z-index: 2;
  inset: auto 0 0;
  height: 36%;
  background: linear-gradient(180deg, rgba(17, 19, 18, 0), rgba(17, 19, 18, .7));
  pointer-events: none;
}

.hero-overlay {
  display: none;
  pointer-events: none;
}

.hero-title {
  position: absolute;
  z-index: 3;
  left: 24px;
  right: 24px;
  bottom: clamp(38px, calc(7vw + 26px), 60px);
  max-width: 16ch;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.78rem, 8.6vw, 2.55rem);
  line-height: 1.12;
  font-weight: 700;
  text-shadow:
    0 1px 1px rgba(0, 0, 0, .42),
    0 4px 12px rgba(0, 0, 0, .34),
    0 0 20px rgba(0, 0, 0, .24);
  text-wrap: balance;
}

.hero-title span {
  color: var(--gold);
  font-style: italic;
  white-space: nowrap;
}

.hero-title .hero-question {
  display: block;
  margin-top: .32em;
  font-family: Fraunces, Georgia, "Times New Roman", serif;
  font-size: .67em;
  font-weight: 400;
  line-height: 1.24;
  white-space: normal;
}

.hero-title-solo .hero-question {
  margin-top: 0;
  color: #fff;
  font-size: .94em;
  font-weight: 500;
  -webkit-text-stroke: .45px rgba(0, 0, 0, .82);
  paint-order: stroke fill;
  text-shadow:
    0 1px 2px rgba(0, 0, 0, .9),
    0 4px 14px rgba(0, 0, 0, .58);
}

.hero-client-link {
  position: absolute;
  z-index: 4;
  right: 20px;
  bottom: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 24px;
  padding: 3px 10px;
  border: .5px solid rgba(255, 255, 255, .82);
  border-radius: 2px;
  background: transparent;
  color: #fff;
  font-family: "Abel", sans-serif;
  font-size: .58rem;
  font-weight: 500;
  letter-spacing: .1em;
  line-height: 1;
  text-transform: uppercase;
}

.hero-client-link:hover,
.hero-client-link:focus-visible {
  background: rgba(255, 255, 255, .1);
  border-color: #fff;
}

.hero-content {
  position: relative;
  display: grid;
  gap: 18px;
  width: 100%;
  max-width: 520px;
  margin: 0 auto;
  padding: 38px 24px 38px;
  background:
    linear-gradient(180deg, rgba(17, 19, 18, 0), var(--dark) 18%),
    var(--dark);
}

.hero-transition-copy {
  margin: 0 0 18px;
  color: var(--gold);
  font-family: "Fraunces", Georgia, "Times New Roman", serif;
  font-size: 2.12rem;
  font-style: italic;
  font-weight: 400;
  line-height: 1.42;
}

.hero-transition-copy span {
  display: block;
}

.hero-transition-detail {
  margin: -4px 0 18px;
  color: #f6f4ee;
  font-family: "Source Sans 3", Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 300;
  line-height: 1.52;
}

.hero-transition-detail span {
  display: block;
}

.hero-transition-detail-main {
  font-size: 1.14rem;
}

.hero-transition-detail .hero-transition-detail-break {
  margin-top: .75em;
}

.hero-transition-detail-after {
  margin: 0;
  font-size: 1.14rem;
}

.hero-transition-heading {
  margin: 40px 0 0;
  font-size: 1.78rem;
  line-height: 1.34;
}

.eyebrow {
  margin: 0;
  color: var(--gold);
  font-weight: 850;
  letter-spacing: .14em;
  text-transform: uppercase;
  font-size: .68rem;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  margin-bottom: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.55rem, 14vw, 4.25rem);
  line-height: .95;
  font-weight: 700;
  text-wrap: balance;
}

.lead {
  margin-bottom: 0;
  color: #f6f4ee;
  font-family: "Source Sans 3", Inter, ui-sans-serif, system-ui, sans-serif;
  font-weight: 300;
  letter-spacing: .018em;
  font-size: 1.32rem;
  line-height: 1.68;
}

.hero-content .lead {
  line-height: 1.6;
}

.lead .fraunces-gold {
  color: var(--gold);
  font-family: "Fraunces", Georgia, "Times New Roman", serif;
  font-weight: 500;
}

.lead .fraunces-gold-italic {
  font-style: italic;
}

.lead-line {
  display: block;
}

.lead .lead-section-break {
  margin-top: 1.18em;
}

.lead .client-quote {
  margin: 1.18em 0;
}

.lead .pure-white {
  color: #ffffff;
  font-family: "Fraunces", Georgia, "Times New Roman", serif;
  font-weight: 500;
}

.lead .photo-blue {
  display: block;
  margin-top: .2em;
  color: #7fa4a2;
  font-family: "Fraunces", Georgia, "Times New Roman", serif;
  font-weight: 600;
  font-style: italic;
}

.lead .photo-blue-inline {
  display: block;
  margin-top: .2em;
  color: #7fa4a2;
  font-family: "Fraunces", Georgia, "Times New Roman", serif;
  font-weight: 600;
  font-style: italic;
}

.hero-actions {
  display: grid;
  gap: 22px;
  margin-top: 20px;
}

.pricing-summary {
  display: grid;
  width: calc(100% - 48px);
  max-width: 1040px;
  margin: 0 auto 36px;
  padding: 38px 0 0;
  background: var(--dark);
  border: 1px solid rgba(242, 240, 232, .18);
  border-radius: 14px;
  color: #f6f4ee;
  font-family: "Source Sans 3", Inter, ui-sans-serif, system-ui, sans-serif;
  font-weight: 300;
  letter-spacing: .018em;
  overflow: hidden;
}

#seances-tarifs {
  scroll-margin-top: 180px;
}

.pricing-summary h2 {
  margin: 0 0 22px;
  padding: 0 24px;
  color: #ffffff;
  font-family: "Fraunces", Georgia, "Times New Roman", serif;
  font-size: 2.12rem;
  font-weight: 500;
  letter-spacing: .03em;
}

.pricing-summary > div {
  padding: 30px 0 32px;
  border-top: 1px solid rgba(242, 240, 232, .16);
}

.pricing-summary > div:not(.pricing-group-heading) {
  padding-right: 24px;
  padding-left: 24px;
}

.pricing-summary > div.pricing-specialized {
  background: rgba(213, 183, 121, .055);
}

.pricing-summary > div:last-child {
  border-bottom: 1px solid rgba(242, 240, 232, .16);
}

.pricing-summary > .pricing-group-heading {
  padding: 8px 24px;
  border-top: 1px solid rgba(242, 240, 232, .16);
  background: #a2a7a2;
}

.pricing-summary > .pricing-group-heading-specialized {
  background: #b0a58e;
}

.pricing-group-heading p {
  margin: 0;
  color: #171917;
  font-family: "Abel", sans-serif;
  font-size: .78rem;
  font-weight: 600;
  letter-spacing: .14em;
  line-height: 1.2;
}

.pricing-line {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 14px;
  align-items: baseline;
  margin: 0;
}

.pricing-line span {
  min-width: 0;
  color: #fffaf2;
  font-size: 1.32rem;
}

.pricing-summary ul.pricing-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 14px 0 0;
  padding: 0;
  -webkit-padding-start: 0;
  list-style: none;
}

.pricing-summary ul.pricing-tags > li {
  display: inline-flex;
  align-items: center;
  min-height: 14px;
  padding: 3px 7px;
  border: 1px solid rgba(127, 164, 162, .62);
  border-radius: 999px;
  color: rgba(255, 250, 242, .82);
  font-family: "Abel", sans-serif;
  font-size: .5rem;
  font-weight: 600;
  letter-spacing: .08em;
  line-height: 1;
  list-style: none;
  text-transform: uppercase;
}

.pricing-summary ul.pricing-tags > li::marker {
  content: "";
}

.pricing-summary ul.pricing-tags > .pricing-tag-featured {
  border-color: #e2c778;
  background: #e2c778;
  color: #171917;
}

.offer-saving {
  margin: 12px 0 0;
  color: rgba(255, 250, 242, .78);
  font-size: 1rem;
  line-height: 1.5;
}

.offer-proof {
  margin-top: 6px;
  font-size: .76rem;
  line-height: 1.4;
}

.pricing-title-italic {
  font-style: italic;
}

.pricing-summary strong {
  color: var(--gold);
  font-family: "Source Sans 3", Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 1.16rem;
  font-weight: 300;
  white-space: nowrap;
}

.pricing-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  width: min(100%, 250px);
  gap: 10px;
  margin-top: 20px;
  margin-left: 0;
}

.pricing-more,
.pricing-book {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 24px;
  min-width: 0;
  padding: 0 5px;
  border-radius: 999px;
  color: #111312;
  font-family: "Source Sans 3", Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: .65rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-align: center;
  text-transform: uppercase;
}

.pricing-more {
  border: 0;
  background: #7fa4a2;
  cursor: pointer;
}

.pricing-book {
  background: var(--gold);
}

.pricing-info {
  margin-top: 18px;
  color: rgba(255, 250, 242, .88);
  font-family: "Source Sans 3", Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 1.08rem;
  font-weight: 300;
  letter-spacing: .018em;
  line-height: 1.62;
}

.pricing-info p {
  margin: 0;
}

.pricing-info p + p {
  margin-top: .8em;
}

.pricing-cases {
  display: grid;
  gap: 1.15em;
  margin: 1em 0 0;
  padding-left: 1.35em;
}

.pricing-cases li {
  padding-left: .15em;
}

.pricing-cases li::marker {
  color: var(--gold);
  font-family: "Fraunces", serif;
  font-weight: 500;
}

.certifications {
  width: calc(100% - 48px);
  max-width: 1040px;
  margin: 0 auto 48px;
  padding: 30px 24px 26px;
  overflow: hidden;
  border: 1px solid rgba(242, 240, 232, .18);
  border-radius: 14px;
  background: #5f6062;
  box-shadow: 0 16px 42px rgba(0, 0, 0, .22);
  text-align: center;
}

.certifications h2 {
  max-width: 490px;
  margin: 0 auto 20px;
  color: #fffaf2;
  font-family: "Fraunces", Georgia, "Times New Roman", serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.24;
}

.certifications-logos {
  display: block;
  width: 100%;
  max-width: 240px;
  height: auto;
  max-height: 80px;
  min-width: 0;
  margin: 0 auto;
  object-fit: contain;
}

.certifications-note {
  max-width: 500px;
  margin: 20px auto 0;
  padding-top: 15px;
  border-top: 1px solid rgba(255, 255, 255, .22);
  color: #fffaf2;
  font-family: "Fraunces", Georgia, "Times New Roman", serif;
  font-size: 1rem;
  font-style: italic;
  line-height: 1.45;
}

.faq-section {
  width: calc(100% - 48px);
  max-width: 680px;
  margin: 0 auto 64px;
  color: var(--ink);
}

.faq-heading {
  margin-bottom: 28px;
}

.faq-heading .eyebrow {
  margin: 0 0 8px;
  color: var(--gold);
}

.faq-heading h2 {
  margin: 0;
  color: var(--gold);
  font-family: "Fraunces", Georgia, "Times New Roman", serif;
  font-size: 2.12rem;
  font-style: italic;
  font-weight: 500;
  line-height: 1.05;
}

.faq-list {
  border-top: 1px solid rgba(242, 240, 232, .22);
}

.faq-item {
  border-bottom: 1px solid rgba(242, 240, 232, .22);
}

.faq-item summary {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 76px;
  padding: 18px 50px 18px 0;
  color: #f6f4ee;
  cursor: pointer;
  font-family: "Source Sans 3", Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 1.15rem;
  font-weight: 500;
  line-height: 1.3;
  list-style: none;
}

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

.faq-item summary::after {
  position: absolute;
  right: 4px;
  top: 50%;
  color: var(--gold);
  content: "+";
  font-family: "Source Sans 3", Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 1;
  transform: translateY(-52%);
  transition: transform .22s ease;
}

.faq-item[open] summary::after {
  transform: translateY(-52%) rotate(45deg);
}

.faq-item summary:hover,
.faq-item summary:focus-visible {
  color: var(--mint);
}

.faq-item summary:focus-visible {
  outline: 2px solid var(--mint);
  outline-offset: 5px;
}

.faq-answer {
  padding: 0 0 27px;
  color: rgba(242, 240, 232, .86);
  font-family: "Source Sans 3", Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 1.04rem;
  font-weight: 300;
  line-height: 1.62;
}

.faq-answer p {
  margin: 0;
}

.faq-answer p + p,
.faq-answer ol + p {
  margin-top: 1em;
}

.faq-answer ol,
.faq-answer ul {
  display: grid;
  gap: .7em;
  margin: .8em 0 0;
  padding-left: 1.4em;
}

.faq-answer ul + p {
  margin-top: 1em;
}

.faq-answer li {
  padding-left: .15em;
}

.faq-answer li::marker {
  color: var(--gold);
  font-family: "Fraunces", Georgia, "Times New Roman", serif;
}

.faq-options {
  list-style: disc;
}

.faq-options li {
  padding-bottom: .45em;
}

.faq-options strong,
.faq-options span {
  display: block;
}

.faq-options strong {
  margin-bottom: .28em;
  color: #fffaf2;
  font-weight: 600;
}

.faq-answer a {
  color: var(--gold);
  font-weight: 600;
  text-decoration: underline;
  text-decoration-color: rgba(220, 184, 112, .48);
  text-underline-offset: .2em;
}

.faq-answer a:hover {
  color: #f2d69c;
}

.booking-stage,
.client-access {
  padding: 76px 24px;
}

.studio-page-main {
  padding-top: 112px;
}

.booking-stage {
  background: #4d6270;
}

.booking-stage .section-head .lead,
.booking-stage .session-copy p {
  color: #fffaf2;
}

.client-access {
  background: #0e1110;
}

.client-access .section-head h1,
.client-access .section-head h2 {
  font-family: "Fraunces", Georgia, "Times New Roman", serif;
  font-size: 2.44rem;
  font-weight: 500;
}

.client-access .section-head .lead {
  color: #f6f4ee;
}

.legal-strip {
  padding: 28px 24px;
  border-top: 1px solid rgba(242, 240, 232, .14);
  background: #242827;
}

.legal-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 18px;
  margin: 0 auto;
  color: rgba(242, 240, 232, .82);
  font-family: "Abel", sans-serif;
  font-size: .76rem;
  font-weight: 500;
  letter-spacing: .12em;
  text-align: center;
  text-transform: uppercase;
}

.legal-links a:hover {
  color: #ffffff;
}

.legal-page-main {
  padding: 126px 24px 68px;
  background: var(--dark);
}

.legal-document {
  max-width: 680px;
  margin: 0 auto;
  color: rgba(242, 240, 232, .9);
  font-family: "Source Sans 3", Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 1.08rem;
  font-weight: 300;
  line-height: 1.68;
}

.legal-document h1,
.legal-document h2 {
  color: #ffffff;
  font-family: "Fraunces", Georgia, "Times New Roman", serif;
  font-weight: 500;
}

.legal-document h1 {
  margin: 0 0 24px;
  font-size: 2.44rem;
  line-height: 1.05;
}

.legal-document h2 {
  margin: 34px 0 10px;
  font-size: 1.45rem;
  line-height: 1.18;
}

.legal-document p,
.legal-document li {
  margin: 0;
}

.legal-document p + p,
.legal-document p + ul,
.legal-document ul + p {
  margin-top: 1em;
}

.legal-document ul {
  margin-bottom: 0;
  padding-left: 1.25em;
}

.legal-document li + li {
  margin-top: .45em;
}

.legal-intro {
  color: var(--muted);
}

.legal-note {
  margin-top: 24px;
  padding: 16px 18px;
  border-left: 2px solid var(--gold);
  background: rgba(242, 240, 232, .06);
  color: rgba(242, 240, 232, .82);
}

.legal-placeholder {
  color: #e1c680;
  font-family: "Abel", sans-serif;
  font-size: .82em;
  font-weight: 400;
  letter-spacing: .06em;
}

.legal-back {
  display: inline-flex;
  margin-top: 42px;
  color: #9bc7b4;
  font-family: "Abel", sans-serif;
  font-size: .82rem;
  font-weight: 400;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.section-head {
  max-width: 760px;
  margin: 0 auto 36px;
  text-align: left;
}

.section-head h2 {
  margin-bottom: 16px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.8rem, 8.8vw, 3rem);
  line-height: 1.06;
  text-wrap: balance;
}

.heading-italic {
  display: block;
  font-style: italic;
}

.studio-hypnose {
  color: var(--gold);
  font-style: italic;
}

.booking-stage .section-head h1,
.booking-stage .section-head h2 {
  font-family: "Fraunces", Georgia, "Times New Roman", serif;
  font-size: 2.44rem;
}

.section-head p:not(.eyebrow) {
  color: var(--muted);
  line-height: 1.65;
}

.section-head .lead {
  max-width: 680px;
  margin: 0;
  color: #f6f4ee;
  text-align: left;
}

.hero-content > .lead,
.booking-stage .section-head > .lead {
  font-size: 1.45rem;
  line-height: 1.68;
}

.hero-content > .lead {
  font-size: 1.36rem;
  line-height: 1.58;
}

.section-lead-break {
  display: block;
  margin-top: 1.18em;
}

@media (max-width: 639px) {
  .lead {
    font-size: 1.32rem;
    line-height: 1.68;
  }

  .section-head p:not(.eyebrow),
  .session-copy p,
  .footer span {
    font-size: 1.06rem;
    line-height: 1.68;
  }

  .pricing-info {
    font-size: 1.04rem;
    line-height: 1.62;
  }

  .studio-offer .session-kicker {
    font-size: 1rem;
  }

  .session-copy #session-title {
    font-size: 1.65rem;
  }

  .studio-audio-caption {
    font-size: .74rem;
  }

  .studio-subscribe {
    font-size: .78rem;
  }

  .studio-payment > span {
    font-size: .66rem;
  }
}

.session-focus {
  position: relative;
  display: grid;
  gap: 26px;
  max-width: 1040px;
  margin: 0 auto;
  padding: 26px 22px;
  overflow: hidden;
  border: 1px solid rgba(210, 228, 236, .3);
  border-radius: 8px;
  background: #395361;
  box-shadow: var(--shadow);
}

.pulse-rings {
  position: absolute;
  right: -46px;
  top: 24px;
  width: 178px;
  height: 178px;
  opacity: .42;
  pointer-events: none;
}

.pulse-rings-secondary {
  right: auto;
  left: -46px;
  top: 62px;
}

.pulse-rings span {
  position: absolute;
  inset: 0;
  border: 1px solid rgba(213, 183, 121, .58);
  border-radius: 999px;
  animation: pulse 3.6s infinite ease-out;
}

.pulse-rings span:nth-child(2) {
  animation-delay: .8s;
}

.pulse-rings span:nth-child(3) {
  animation-delay: 1.6s;
}

@keyframes pulse {
  0% {
    transform: scale(.45);
    opacity: .8;
  }
  100% {
    transform: scale(1.22);
    opacity: 0;
  }
}

.session-copy {
  position: relative;
}

.session-focus .session-copy h3 {
  margin-bottom: 13px;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(242, 240, 232, .34);
  font-family: "Fraunces", Georgia, "Times New Roman", serif;
  font-size: clamp(1.55rem, 7vw, 2.35rem);
  font-style: italic;
  line-height: 1.08;
}

.session-copy .session-kicker {
  margin: 0 0 7px;
  color: #dcebe5;
  font-family: "Abel", "Source Sans 3", Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: .74rem;
  font-weight: 400;
  letter-spacing: .14em;
  line-height: 1.2;
  text-transform: uppercase;
}

.session-copy #session-title {
  font-size: clamp(1.35rem, 6vw, 1.9rem);
}

.session-copy p {
  color: var(--muted);
  font-family: "Source Sans 3", Inter, ui-sans-serif, system-ui, sans-serif;
  font-weight: 300;
  letter-spacing: .018em;
  line-height: 1.65;
}

.studio-access {
  display: grid;
  justify-items: center;
  gap: 26px;
  margin-top: 30px;
}

.studio-offer {
  display: grid;
  justify-items: center;
  text-align: center;
}

.audio-wave {
  display: flex;
  width: min(100%, 154px);
  height: 34px;
  align-items: center;
  justify-content: center;
  gap: 3px;
  margin: 13px auto 2px;
}

.audio-wave span {
  width: 2px;
  height: 16px;
  border-radius: 999px;
  background: rgba(235, 208, 153, .88);
  box-shadow: 0 0 7px rgba(235, 208, 153, .35);
  animation: audioWave 1.2s ease-in-out infinite;
}

.audio-wave span:nth-child(3n + 1) { height: 11px; }
.audio-wave span:nth-child(3n + 2) { height: 24px; }
.audio-wave span:nth-child(4n) { height: 18px; }
.audio-wave span:nth-child(1) { animation-delay: -.95s; }
.audio-wave span:nth-child(2) { animation-delay: -.62s; }
.audio-wave span:nth-child(3) { animation-delay: -.35s; }
.audio-wave span:nth-child(4) { animation-delay: -.78s; }
.audio-wave span:nth-child(5) { animation-delay: -.16s; }
.audio-wave span:nth-child(6) { animation-delay: -.52s; }
.audio-wave span:nth-child(7) { animation-delay: -.88s; }
.audio-wave span:nth-child(8) { animation-delay: -.27s; }
.audio-wave span:nth-child(9) { animation-delay: -.69s; }
.audio-wave span:nth-child(10) { animation-delay: -.08s; }
.audio-wave span:nth-child(11) { animation-delay: -.43s; }
.audio-wave span:nth-child(12) { animation-delay: -.82s; }
.audio-wave span:nth-child(13) { animation-delay: -.21s; }
.audio-wave span:nth-child(14) { animation-delay: -.57s; }
.audio-wave span:nth-child(15) { animation-delay: -.12s; }
.audio-wave span:nth-child(16) { animation-delay: -.73s; }
.audio-wave span:nth-child(17) { animation-delay: -.39s; }

@keyframes audioWave {
  0%, 100% {
    opacity: .42;
    transform: scaleY(.45);
  }

  50% {
    opacity: 1;
    transform: scaleY(1.25);
  }
}

.studio-audio-link {
  position: relative;
  display: block;
  width: min(100%, 180px);
  overflow: hidden;
  border: 1px solid rgba(213, 183, 121, .38);
  border-radius: 8px;
  box-shadow: 0 12px 28px rgba(0, 0, 0, .2);
}

.studio-audio-link img {
  display: block;
  width: 100%;
  height: auto;
}

.studio-audio-caption {
  display: grid;
  min-height: 30px;
  place-items: center;
  padding: 5px 10px;
  background: rgba(12, 18, 23, .9);
  color: #fffaf2;
  font-size: .62rem;
  font-weight: 700;
  letter-spacing: .045em;
  text-align: center;
  text-transform: uppercase;
}

.studio-subscribe {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 40px;
  padding: 0 15px;
  border-radius: 999px;
  background: var(--gold);
  color: #21190c;
  font-size: .7rem;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.studio-payment {
  display: grid;
  width: 240px;
  max-width: 100%;
  justify-items: center;
  gap: 6px;
  margin-top: 24px;
}

.studio-payment > span {
  color: rgba(255, 250, 242, .72);
  font-family: "Source Sans 3", Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: .58rem;
  font-weight: 300;
  letter-spacing: .035em;
}

.cb-badge {
  display: inline-grid;
  min-width: 23px;
  min-height: 14px;
  place-items: center;
  border: 1px solid rgba(33, 25, 12, .58);
  border-radius: 3px;
  font-size: .48rem;
  font-weight: 800;
  letter-spacing: .04em;
}

.account-shell {
  display: grid;
  gap: 28px;
  max-width: 1120px;
  margin: 30px auto 0;
}

.account-form {
  display: grid;
  max-width: 460px;
  margin: 0 auto;
  padding: 28px 24px;
  border: 1px solid rgba(184, 208, 200, .3);
  border-radius: 8px;
  background: #151b19;
  box-shadow: var(--shadow);
}

.account-form {
  gap: 20px;
}

.account-fields,
.account-field {
  display: grid;
  gap: 8px;
}

.account-fields {
  gap: 16px;
}

.account-field label {
  color: #dcebe5;
  font-family: "Source Sans 3", Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: .92rem;
  font-weight: 600;
}

.account-field input {
  min-height: 52px;
  font-family: "Source Sans 3", Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 1rem;
}

.account-submit,
.account-continue {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 999px;
  background: var(--gold);
  color: #21190c;
  font-family: "Abel", Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: .8rem;
  font-weight: 400;
  letter-spacing: .16em;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
}

.account-help {
  margin: 0;
  color: rgba(255, 250, 242, .72);
  font-family: "Source Sans 3", Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: .86rem;
  font-weight: 300;
  line-height: 1.55;
  text-align: center;
}

.account-error {
  margin: 0;
  color: #ffd6c0;
  font-family: "Source Sans 3", Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: .94rem;
  line-height: 1.45;
  text-align: center;
}

.account-submit:disabled {
  cursor: wait;
  opacity: .72;
}

.client-login-page {
  background: #0e1110;
}

.client-login-topbar {
  grid-template-columns: minmax(0, 1fr);
}

.client-access.client-login-section {
  display: grid;
  min-height: 100svh;
  align-content: center;
  padding-top: 142px;
  padding-bottom: 76px;
}

.client-login-section .section-head {
  max-width: 520px;
  margin-right: auto;
  margin-left: auto;
}

.client-login-section .section-head .eyebrow {
  margin-bottom: 12px;
}

.client-login-section .section-head h1 {
  margin-bottom: 18px;
}

.client-login-section .section-head .lead {
  line-height: 1.78;
}

.client-dashboard {
  min-height: 100vh;
  padding: 132px 24px 76px;
  background: #0e1110;
}

.client-dashboard > h1,
.client-status,
.client-dashboard > .lead,
.client-dashboard > .client-booking-actions,
.client-dashboard > .client-section-nav,
.client-dashboard-panel {
  max-width: 520px;
  margin-right: auto;
  margin-left: auto;
}

.client-dashboard h1 {
  margin-bottom: 18px;
  color: #fffaf2;
  font-family: "Fraunces", Georgia, "Times New Roman", serif;
  font-size: 2.44rem;
  font-weight: 500;
}

.client-dashboard h1 span {
  color: var(--gold);
  font-style: italic;
}

.client-status {
  margin-top: 22px;
  padding-top: 12px;
  border-top: 1px solid rgba(255, 250, 242, .32);
  color: rgba(255, 250, 242, .68);
  font-family: "Abel", Arial, sans-serif;
  font-size: .72rem;
  font-weight: 400;
  letter-spacing: .16em;
}

.client-dashboard > .lead {
  margin-top: 24px;
}

.client-booking-actions {
  display: grid;
  gap: 16px;
  margin-top: 20px;
  margin-bottom: 8px;
}

.client-booking-actions a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 8px 18px;
  border: 1px solid rgba(220, 193, 143, .72);
  border-radius: 999px;
  color: var(--gold);
  font-family: "Abel", Arial, sans-serif;
  font-size: .76rem;
  font-weight: 400;
  letter-spacing: .13em;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.client-booking-actions a:last-child {
  border-color: transparent;
  background: var(--gold);
  color: #21190c;
}

.client-section-nav {
  margin-top: 24px;
  overflow: hidden;
  border: 1px solid rgba(184, 208, 200, .3);
  border-radius: 8px;
  background: #151b19;
}

.client-section-nav-links {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.client-section-nav a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  min-height: 42px;
  padding: 7px 5px;
  border-left: 1px solid rgba(255, 250, 242, .12);
  color: rgba(255, 250, 242, .9);
  font-family: "Abel", Arial, sans-serif;
  font-size: .68rem;
  font-weight: 400;
  letter-spacing: .07em;
  line-height: 1;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
}

.client-section-nav a:first-child {
  border-left: 0;
}

.client-section-nav a:hover,
.client-section-nav a:focus-visible {
  background: rgba(184, 208, 200, .08);
  color: #fffaf2;
}

.client-dashboard-panel {
  display: grid;
  gap: 14px;
  margin-top: 40px;
  padding: 28px 24px;
  border: 1px solid rgba(184, 208, 200, .3);
  border-radius: 8px;
  background: #151b19;
  box-shadow: var(--shadow);
}

.client-dashboard-panel h2,
.client-dashboard-panel p {
  margin: 0;
}

.client-dashboard-panel h2 {
  color: #fffaf2;
  font-family: "Fraunces", Georgia, "Times New Roman", serif;
  font-size: 1.65rem;
  font-weight: 500;
}

.client-dashboard-panel p:not(.eyebrow) {
  color: rgba(255, 250, 242, .82);
  font-family: "Source Sans 3", Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.6;
}

.appointment-panel {
  gap: 14px;
  padding: 22px 20px;
}

.appointment-details {
  display: grid;
  margin: 0;
  border-top: 1px solid rgba(255, 250, 242, .16);
}

.appointment-details > div {
  display: grid;
  grid-template-columns: minmax(88px, .72fr) minmax(0, 1.28fr);
  gap: 16px;
  padding: 10px 0;
  border-bottom: 1px solid rgba(255, 250, 242, .12);
}

.appointment-details dt {
  color: rgba(255, 250, 242, .62);
  font-family: "Abel", Arial, sans-serif;
  font-size: .78rem;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.appointment-details dd {
  margin: 0;
  color: #fffaf2;
  font-family: "Source Sans 3", Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 1.08rem;
  font-weight: 300;
  line-height: 1.45;
  text-align: right;
}

.appointment-details .appointment-price {
  color: var(--gold);
  font-family: "Source Sans 3", Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 1.08rem;
  font-weight: 300;
}

.appointment-access-panel {
  gap: 16px;
}

.appointment-access-panel p {
  margin: 0;
  color: rgba(255, 250, 242, .88);
}

.appointment-access-guide {
  width: min(188px, 58%);
  margin: 2px 0;
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 250, 242, .14);
  border-radius: 4px;
  background: #0c0e0d;
  cursor: zoom-in;
}

.appointment-access-guide img {
  display: block;
  width: 100%;
  height: auto;
}

.access-guide-dialog {
  width: min(92vw, 620px);
  max-height: 90svh;
  margin: auto;
  padding: 0;
  overflow: visible;
  border: 1px solid rgba(255, 250, 242, .22);
  border-radius: 4px;
  background: #0c0e0d;
}

.access-guide-dialog::backdrop {
  background: rgba(0, 0, 0, .78);
}

.access-guide-dialog img {
  display: block;
  width: 100%;
  max-height: 90svh;
  object-fit: contain;
}

.access-guide-close {
  position: absolute;
  top: 8px;
  right: 8px;
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border: 1px solid rgba(255, 250, 242, .35);
  border-radius: 50%;
  background: rgba(12, 14, 13, .82);
  color: #fffaf2;
  font-family: Arial, sans-serif;
  font-size: 1.55rem;
  font-weight: 300;
  line-height: 1;
  cursor: pointer;
}

.appointment-access-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 20px;
  justify-self: start;
  border: 1px solid rgba(220, 193, 143, .72);
  border-radius: 999px;
  color: var(--gold);
  font-family: "Abel", Arial, sans-serif;
  font-size: .76rem;
  letter-spacing: .14em;
  text-decoration: none;
  text-transform: uppercase;
}

.session-recommendations {
  gap: 0;
  border-color: rgba(220, 193, 143, .38);
}

.session-recommendations > h2 {
  margin-bottom: 24px;
}

.session-recommendations-title {
  width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  text-align: left;
  cursor: pointer;
}

.session-recommendations-title:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 6px;
}

.session-recommendations-content {
  display: grid;
}

.session-recommendations.is-collapsed > h2 {
  margin-bottom: 0;
}

.session-recommendations.is-collapsed .session-recommendations-content {
  display: none;
}

.session-recommendation {
  padding: 20px 0;
  border-top: 1px solid rgba(255, 250, 242, .14);
}

.session-recommendation h3 {
  margin: 0 0 10px;
  color: var(--gold);
  font-family: "Abel", Arial, sans-serif;
  font-size: .82rem;
  font-weight: 400;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.session-recommendation p {
  margin: 0;
}

.session-recommendation p + p {
  margin-top: 12px;
}

.session-recommendation ul {
  display: grid;
  gap: 9px;
  margin: 12px 0 0;
  padding-left: 1.2rem;
  color: rgba(255, 250, 242, .82);
  font-family: "Source Sans 3", Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.55;
}

.session-recommendation li::marker {
  color: var(--gold);
}

.session-recommendations-close {
  min-height: 42px;
  margin-top: 6px;
  padding: 0 22px;
  justify-self: end;
  border: 1px solid rgba(220, 193, 143, .68);
  border-radius: 999px;
  background: transparent;
  color: var(--gold);
  font-family: "Abel", Arial, sans-serif;
  font-size: .78rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  cursor: pointer;
}

.session-recommendations-close:hover,
.session-recommendations-close:focus-visible {
  border-color: var(--gold);
  color: #fffaf2;
}

.audio-panel {
  gap: 20px;
  border-color: rgba(123, 174, 192, .42);
  background: #101c2d;
}

.audio-panel-copy {
  display: grid;
  gap: 22px;
}

.audio-panel-copy p {
  margin: 0;
}

.audio-artwork {
  width: min(300px, 100%);
  aspect-ratio: 1;
  margin: 4px auto;
  overflow: hidden;
  border: 1px solid rgba(220, 193, 143, .42);
  border-radius: 8px;
  background: #081224;
  box-shadow: 0 16px 38px rgba(0, 0, 0, .32);
}

.audio-artwork img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.audio-guidance {
  width: 100%;
  margin-top: 2px;
}

.audio-guidance summary {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 46px 0 20px;
  border: 1px solid rgba(220, 193, 143, .68);
  border-radius: 999px;
  color: var(--gold);
  font-family: "Abel", Arial, sans-serif;
  font-size: .85rem;
  font-weight: 700;
  letter-spacing: .12em;
  line-height: 1.2;
  text-transform: uppercase;
  cursor: pointer;
  list-style: none;
}

.audio-guidance summary::-webkit-details-marker {
  display: none;
}

.audio-guidance summary::after {
  content: "+";
  position: absolute;
  right: 18px;
  top: 50%;
  color: #fffaf2;
  font-family: Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1;
  transform: translateY(-52%);
}

.audio-guidance[open] summary::after {
  content: "−";
}

.audio-guidance summary:hover,
.audio-guidance summary:focus-visible {
  border-color: var(--gold);
  color: #fffaf2;
}

.audio-guidance-content {
  margin-top: 14px;
  padding: 16px 18px;
  border: 1px solid rgba(255, 250, 242, .14);
  border-radius: 8px;
  background: rgba(3, 10, 20, .28);
}

label {
  color: var(--mint);
  font-weight: 800;
}

input {
  width: 100%;
  min-height: 54px;
  padding: 0 15px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #0d1110;
  color: var(--ink);
}

.footer {
  display: grid;
  gap: 14px;
  padding: 28px 16px;
  background: #090b0a;
  color: var(--muted);
}

.footer div {
  display: grid;
  gap: 4px;
}

.footer strong {
  color: var(--ink);
  text-transform: uppercase;
  letter-spacing: .14em;
}

@media (min-width: 560px) {
  .hero {
    padding-top: 66px;
  }

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

}

@media (min-width: 760px) {
  .topbar {
    grid-template-columns: minmax(190px, 1fr) auto;
    padding: 24px 32px;
  }

  .brand small {
    display: block;
  }

  .brand small {
    overflow: hidden;
    color: var(--muted);
    text-overflow: ellipsis;
    white-space: nowrap;
    font-family: "Abel", Inter, ui-sans-serif, system-ui, sans-serif;
    font-weight: 300;
    font-size: .62rem;
    letter-spacing: .22em;
  }

  .hero {
    min-height: 92vh;
    display: grid;
    align-items: end;
    padding: 128px 46px 56px;
  }

  .hero-media,
  .hero-overlay {
    position: absolute;
    inset: 0;
  }

  .hero-media {
    min-height: 0;
  }

  .hero-media {
    background-position: center 18%;
  }

  .hero-overlay {
    display: block;
    background:
      linear-gradient(90deg, rgba(17, 19, 18, .88) 0%, rgba(17, 19, 18, .58) 44%, rgba(17, 19, 18, .08) 100%),
      linear-gradient(180deg, rgba(17, 19, 18, .08), #111312 96%);
  }

  .hero-content {
    max-width: 560px;
    margin: 0;
    padding: 0;
    background: transparent;
  }

  .hero-title {
    left: auto;
    right: 46px;
    bottom: 40px;
    max-width: 12ch;
    font-size: clamp(2.25rem, 4.7vw, 3.8rem);
  }

  .hero-actions {
    display: flex;
    flex-wrap: wrap;
  }

  .book,
  .ghost {
    width: auto;
  }

  .booking-stage,
  .client-access {
    padding: 108px 36px;
  }

  .section-head {
    text-align: center;
  }

  .session-focus {
    grid-template-columns: minmax(0, 1fr) minmax(250px, .58fr);
    gap: 36px;
    padding: 44px;
  }

  .pulse-rings {
    right: 6%;
    top: 50%;
    width: 230px;
    height: 230px;
    transform: translateY(-50%);
  }

  .pulse-rings-secondary {
    right: auto;
    left: 4%;
    top: 58%;
  }

  .portal {
    grid-template-columns: 290px minmax(0, 1fr);
    gap: 18px;
  }

  .footer {
    grid-template-columns: 1fr auto;
    align-items: center;
    padding-inline: 36px;
  }
}

@media (min-width: 1040px) {
  .topbar {
    grid-template-columns: minmax(210px, 1fr) auto auto auto;
    padding-inline: 54px;
  }

  .nav {
    display: flex;
    gap: 18px;
    color: var(--muted);
    font-size: .84rem;
  }

  .nav a:hover {
    color: var(--ink);
  }

  .hero {
    padding-inline: 72px;
  }

  .hero-media {
    background-size: min(58vw, 760px) auto;
    background-position: right 10% top;
    background-repeat: no-repeat;
    background-color: #111312;
  }

  .hero-title {
    right: clamp(72px, 8vw, 128px);
    bottom: 50px;
  }

  .hero-overlay {
    background:
      radial-gradient(circle at 75% 34%, rgba(213, 183, 121, .14), transparent 28%),
      linear-gradient(90deg, #111312 0%, rgba(17, 19, 18, .92) 38%, rgba(17, 19, 18, .46) 72%, #111312 100%),
      linear-gradient(180deg, transparent 0%, #111312 100%);
  }

  h1 {
    font-size: clamp(4.8rem, 7.4vw, 6.7rem);
  }

  .lead {
    max-width: 590px;
    font-size: 1.32rem;
  }

}

/* On desktop, preserve the deliberately vertical, mobile-first reading flow. */
@media (min-width: 760px) {
  body {
    background: #161918;
  }

  main,
  .footer {
    width: min(100%, 720px);
    margin-inline: auto;
    box-shadow: 0 0 56px rgba(0, 0, 0, .22);
  }

  .topbar {
    inset: 0 auto auto 50%;
    width: min(100%, 720px);
    grid-template-columns: minmax(0, 1fr) auto;
    padding: 18px 14px;
    transform: translateX(-50%);
  }

  .topbar .nav {
    display: none;
  }

  .hero {
    display: block;
    min-height: 0;
    padding: 62px 0 0;
  }

  .hero-media {
    position: relative;
    height: 584px;
    background-color: transparent;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .hero-overlay {
    display: none;
  }

  .hero-content {
    max-width: 520px;
    margin: 0 auto;
    padding: 38px 24px;
    background:
      linear-gradient(180deg, rgba(17, 19, 18, 0), var(--dark) 18%),
      var(--dark);
  }

  .hero-title {
    left: calc(50% - 236px);
    right: auto;
    bottom: 60px;
    max-width: 16ch;
    font-size: 2.55rem;
  }

  .booking-stage,
  .client-access {
    padding: 76px 24px;
  }

  .section-head {
    text-align: left;
  }

  .session-focus {
    grid-template-columns: 1fr;
    gap: 26px;
    padding: 26px 22px;
  }

  .pulse-rings {
    right: -46px;
    top: 24px;
    width: 178px;
    height: 178px;
    transform: none;
  }

  .pulse-rings-secondary {
    right: auto;
    left: -46px;
    top: 62px;
  }

  .portal {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .footer {
    grid-template-columns: 1fr;
    padding: 28px 16px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }
}

/* Catalogue des seances a la carte */
.catalog-auth-status {
  display: none;
}

.catalog-protected.auth-pending .topbar,
.catalog-protected.auth-pending .catalog-page {
  visibility: hidden;
}

.catalog-protected.auth-pending .catalog-auth-status {
  position: fixed;
  inset: 0;
  z-index: 20;
  display: grid;
  place-items: center;
  padding: 24px;
  color: rgba(255, 250, 242, .82);
  background: var(--dark);
  font-family: "Abel", "Source Sans 3", Inter, sans-serif;
  font-size: .92rem;
  letter-spacing: .12em;
  text-align: center;
  text-transform: uppercase;
}

.catalog-page {
  min-height: 100vh;
  padding: 128px 24px 76px;
  background:
    radial-gradient(110% 74% at 26% 0%, #394846 0%, rgba(57, 72, 70, 0) 55%),
    var(--dark);
}

.catalog-shell {
  width: min(100%, 560px);
  margin: 0 auto;
}

.catalog-back {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  color: rgba(242, 240, 232, .76);
  font-family: "Abel", Inter, sans-serif;
  font-size: .82rem;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.catalog-intro {
  margin-top: 28px;
}

.catalog-kicker,
.catalog-family-title,
.catalog-meta-label {
  margin: 0;
  font-family: "Abel", Inter, sans-serif;
  font-size: .86rem;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.catalog-kicker {
  color: rgba(242, 240, 232, .52);
}

.catalog-title {
  margin: 10px 0 0;
  color: var(--ink);
  font-family: "Fraunces", Georgia, "Times New Roman", serif;
  font-size: 2.44rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.06;
}

.catalog-question {
  margin: 26px 0 0;
  color: #f6f4ee;
  font-family: "Source Sans 3", Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 1.32rem;
  font-style: normal;
  font-weight: 300;
  letter-spacing: .018em;
  line-height: 1.68;
}

.catalog-entry-gate {
  margin-top: 19px;
}

.catalog-entry-gate p {
  max-width: 38ch;
  margin: 9px 0 0;
  color: rgba(242, 240, 232, .76);
  font-family: "Source Sans 3", Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 1.04rem;
  font-weight: 300;
  letter-spacing: .018em;
  line-height: 1.45;
}

.catalog-access-notice {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 2px 8px;
  color: var(--gold);
  border: 1px solid rgba(213, 183, 121, .48);
  border-radius: 999px;
  background: rgba(213, 183, 121, .08);
  font-family: "Abel", Inter, sans-serif;
  font-size: .7rem;
  letter-spacing: .1em;
  line-height: 1.2;
  text-transform: uppercase;
}

.catalog-lead {
  margin: 18px 0 0;
  color: #f6f4ee;
  font-family: "Source Sans 3", Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 1.32rem;
  font-weight: 300;
  letter-spacing: .018em;
  line-height: 1.68;
}

.catalog-format-fit {
  margin: 24px 0 0;
  color: var(--gold);
  font-family: "Fraunces", Georgia, "Times New Roman", serif;
  font-size: 1.42rem;
  font-style: italic;
  font-weight: 500;
  line-height: 1.3;
}

.catalog-price-note {
  margin: 18px 0 0;
  color: var(--gold);
  font-family: "Abel", Inter, sans-serif;
  font-size: 1rem;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.catalog-entry-book {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  margin-top: 15px;
  padding: 0 16px;
  color: #101816;
  background: var(--mint);
  border-radius: 999px;
  box-shadow: 0 12px 30px rgba(184, 208, 200, .16);
  font-family: "Abel", Inter, sans-serif;
  font-size: .86rem;
  letter-spacing: .1em;
  text-align: center;
  text-transform: uppercase;
}

.catalog-entry-book:hover {
  background: #d8e9df;
}

.catalog-entry-card-book {
  min-height: 31px;
  margin-top: 13px;
  padding-inline: 11px;
  font-size: .68rem;
  letter-spacing: .075em;
}

.catalog-family {
  margin-top: 52px;
}

.catalog-family-head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 8px;
}

.catalog-family-bar {
  width: 28px;
  height: 3px;
  background: var(--gold);
}

.catalog-family-bar.sage {
  background: var(--mint);
}

.catalog-family-title {
  color: var(--gold);
}

.catalog-family-title.sage {
  color: var(--mint);
}

.catalog-card {
  display: grid;
  grid-template-columns: clamp(96px, 27%, 132px) minmax(0, 1fr);
  gap: 17px;
  padding: 23px 0;
  border-bottom: 1px solid rgba(242, 240, 232, .16);
}

.catalog-family .catalog-card:first-of-type {
  border-top: 1px solid rgba(242, 240, 232, .16);
}

.catalog-art {
  min-height: 198px;
  overflow: hidden;
  background: #202a29;
  box-shadow: inset 0 0 0 1px rgba(242, 240, 232, .1);
}

.catalog-art img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.catalog-card-body {
  min-width: 0;
}

.catalog-badge {
  display: inline-flex;
  align-items: center;
  min-height: 23px;
  margin-bottom: 9px;
  padding: 2px 9px;
  color: #18201d;
  background: var(--gold);
  border-radius: 999px;
  font-family: "Abel", Inter, sans-serif;
  font-size: .68rem;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.catalog-name {
  margin: 0;
  color: var(--ink);
  font-family: "Fraunces", Georgia, "Times New Roman", serif;
  font-size: clamp(1.35rem, 6vw, 1.9rem);
  font-style: italic;
  font-weight: 500;
  line-height: 1.08;
}

.catalog-price {
  display: block;
  margin-top: 5px;
  color: var(--gold);
  font-family: "Abel", Inter, sans-serif;
  font-size: 1rem;
  letter-spacing: .08em;
}

.catalog-description,
.catalog-objectives,
.catalog-bonus,
.catalog-availability {
  color: rgba(242, 240, 232, .82);
  font-family: "Source Sans 3", Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 1.06rem;
  font-weight: 300;
  letter-spacing: .018em;
  line-height: 1.65;
}

.catalog-description,
.catalog-objectives,
.catalog-bonus {
  margin: 12px 0 0;
}

.catalog-meta-label {
  display: block;
  margin-bottom: 2px;
  color: rgba(242, 240, 232, .54);
  font-size: .7rem;
}

.catalog-bonus-label {
  display: inline-block;
  margin-right: 6px;
  padding: 1px 7px;
  color: #15201d;
  background: var(--mint);
  border-radius: 999px;
  font-family: "Abel", Inter, sans-serif;
  font-size: .68rem;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.catalog-availability {
  display: flex;
  align-items: center;
  gap: 7px;
  margin: 13px 0 0;
  color: rgba(242, 240, 232, .72);
  font-family: "Abel", Inter, sans-serif;
  font-size: .88rem;
  letter-spacing: .03em;
}

.catalog-availability::before {
  width: 7px;
  height: 7px;
  flex: 0 0 7px;
  background: var(--mint);
  border-radius: 50%;
  content: "";
}

.catalog-book {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 110px;
  min-height: 34px;
  margin-top: 15px;
  padding: 0 14px;
  color: #13201d;
  background: var(--mint);
  border-radius: 999px;
  font-family: "Abel", Inter, sans-serif;
  font-size: .78rem;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.catalog-book:hover {
  background: #d8e9df;
}

.catalog-footer {
  margin-top: 54px;
  padding-top: 25px;
  border-top: 1px solid rgba(242, 240, 232, .16);
  color: rgba(242, 240, 232, .56);
  font-family: "Abel", Inter, sans-serif;
  font-size: .78rem;
  letter-spacing: .1em;
  text-align: center;
  text-transform: uppercase;
}

@media (min-width: 760px) {
  .catalog-page {
    padding-top: 142px;
  }
}

@media (max-width: 390px) {
  .catalog-page {
    padding-inline: 18px;
  }

  .catalog-card {
    grid-template-columns: 92px minmax(0, 1fr);
    gap: 14px;
  }

  .catalog-art {
    min-height: 178px;
  }

  .catalog-name {
    font-size: 1.35rem;
  }

  .catalog-access-notice {
    font-size: .66rem;
  }

  .catalog-description,
  .catalog-objectives,
  .catalog-bonus {
    font-size: .96rem;
  }
}
