/* Shared presentation for the homepage and the route to a private session. */
.hero .wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: max(740px, 100svh);
  padding-top: 112px;
  padding-bottom: 42px;
}
.hero-copy { max-width: 100%; }
.hero h1 { margin-bottom: 18px; }
.hero-sub { max-width: 48ch; margin-bottom: 0; }
.hero-actions { margin-top: 240px; }
.hero-trust { margin-top: 22px; }
.strip a { color: inherit; text-decoration: underline; text-underline-offset: 4px; }
#studio, #services, #session, #testimonials, #about, #visit, #faq, #booking-calendar, #reviews { scroll-margin-top: 84px; }
.pad { padding-top: clamp(48px, 6vw, 78px); padding-bottom: clamp(48px, 6vw, 78px); }
.studio-welcome__grid, .session-story {
  display: grid;
  grid-template-columns: minmax(230px, .75fr) minmax(0, 1fr);
  align-items: center;
  gap: clamp(30px, 7vw, 84px);
  max-width: 980px;
}
.studio-welcome__photo { display: block; width: 100%; max-width: 310px; margin: auto; }
.studio-welcome__photo img, .session-story > img {
  width: 100%; height: auto; display: block; border-radius: 5px;
}
.studio-welcome .lede { margin: 20px 0; }
.comfort-list { list-style: none; margin: 22px 0 28px; padding: 0; }
.comfort-list li { border-bottom: 1px solid var(--rule); padding: 10px 0; font-size: 15px; }
.comfort-list li::before { content: '✓'; color: var(--green); margin-right: 12px; }
.session-choice { background: var(--cream-2); }
.section-intro { max-width: 56ch; margin: 18px auto 0; color: var(--text-soft); }
.choice-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; margin-top: 36px; }
.choice-card { display: flex; flex-direction: column; background: var(--cream); border: 1px solid var(--rule); border-radius: 6px; padding: 28px 24px; }
.choice-card .eyebrow { font-size: 10px; letter-spacing: .15em; margin-bottom: 16px; }
.choice-card h3 { font-size: 29px; margin-bottom: 14px; }
.choice-card > p:not(.choice-regular) { flex-grow: 1; font-size: 15px; }
.choice-price { font-family: var(--serif); font-size: 38px; color: var(--green); margin-top: 26px; }
.choice-price span { display: block; font-family: var(--sans); font-size: 13px; color: var(--text-soft); }
.choice-regular { margin: 8px 0 24px; font-size: 12px; color: var(--text-soft); }
.choice-card .btn { padding: 15px 12px; font-size: 10px; letter-spacing: .13em; text-align: center; justify-content: center; }
.session-story > img { max-width: 300px; margin: auto; }
.session-story .lede { margin: 18px 0; }
.session-flow { list-style: none; counter-reset: steps; margin: 24px 0; padding: 0; }
.session-flow li { counter-increment: steps; position: relative; padding: 0 0 20px 42px; }
.session-flow li::before { content: '0' counter(steps); position: absolute; left: 0; top: 2px; font-size: 13px; color: var(--green); }
.session-flow strong { display: block; font-weight: 500; color: var(--green); margin-bottom: 4px; }
.session-flow span, .small-note { font-size: 14px; color: var(--text-soft); }
.reviews-section { background: var(--cream-2); }
.reviews-section .google-review { background: var(--cream); }
.practitioner-intro { display: grid; grid-template-columns: 220px minmax(0, 1fr); max-width: 870px; align-items: center; gap: 46px; }
.practitioner-intro > img { width: 220px; height: 300px; object-fit: cover; object-position: center 35%; border-radius: 5px; }
.credential-line { font-size: 11px; letter-spacing: .09em; color: var(--green); margin: 18px 0; }
.practitioner-intro .lede { margin-bottom: 14px; }
.media-disclosure { border-block: 1px solid var(--rule); margin: 22px 0; }
.media-disclosure summary { cursor: pointer; padding: 16px 0; font-size: 14px; color: var(--green); }
.media-disclosure .vmedia { margin: 20px auto 30px; max-width: 260px; }
.studio-gallery { grid-template-columns: repeat(2, minmax(0, 1fr)); max-width: 600px; margin: 28px auto 36px; }
.studio-gallery img { width: 100%; height: auto; }
.studio-gallery figure:first-child { grid-column: auto; width: auto; max-width: none; }
.space-grid { align-items: start; }
.location-desc { margin-bottom: 24px; }
.faq-wrap { margin-top: 24px; }
.final { padding-top: 60px; padding-bottom: 60px; }
/* The booking page keeps price, trust and the route to the calendar together. */
.booking-intro-grid { display: grid; grid-template-columns: minmax(220px, .7fr) minmax(0, 1fr); gap: 32px; align-items: center; max-width: 850px; margin: 26px auto 0; }
.booking-room { margin: 0 auto; width: 100%; max-width: 280px; }
.booking-room img { display: block; width: 100%; height: auto; border-radius: 5px; }
.booking-room figcaption { font-size: 12px; color: var(--text-soft); text-align: center; margin-top: 10px; }
.booking-intro-grid .offer { margin: 0; padding: 24px; width: 100%; }
.booking-intro-grid .pricing-option { min-height: 96px; }
.booking-intro-grid .pricing-price { font-size: 36px; }
.booking-intro-grid .booking-summary { margin: 20px 0 0; padding: 18px 0 0; border: 0; border-top: 1px solid var(--rule); box-shadow: none; background: none; }
.booking-intro-grid .booking-summary strong { font-size: 22px; }
.booking-intro-grid .booking-summary p { margin: 8px 0 14px; font-size: 13px; }
.booking-intro-grid .primary-cta { width: 100%; }
.booking-intro-grid .chips { display: none; }
.booking-trust-line { margin: 22px auto 10px; text-align: center; font-size: 13px; color: var(--text-soft); }
.booking-trust-line a, .booking-payment-note a { color: var(--green); text-decoration: underline; text-underline-offset: 3px; }
.booking-payment-note { max-width: 62ch; margin: 12px auto 18px; font-size: 14px; color: var(--text-soft); text-align: center; }
.booking-google-reviews { margin: 46px 0; }
.booking-intro-grid ~ .steps3 { margin-top: 30px; }
/* Selection page: identify the experience before comparing visit rates. */
#service-list .card-main { display: flex; flex-direction: column; }
#service-list .service-name { order: 0; }
#service-list .description { order: 1; }
#service-list .session-meta { order: 2; margin: 12px 0; }
#service-list .pricing-pair { order: 3; }
#service-list .chips { order: 4; }
#service-list .pricing-option + .pricing-option { background: transparent; border-color: transparent; }
#service-list .pricing-option + .pricing-option .pricing-price { font-size: 28px; }
@media (max-width: 860px) {
  .choice-grid { grid-template-columns: 1fr; max-width: 520px; margin-inline: auto; }
  .choice-card { padding: 24px; }
  .choice-card > p:not(.choice-regular) { max-width: 48ch; }
  .studio-welcome__grid, .session-story { gap: 32px; }
}
@media (max-width: 600px) {
  .nav { gap: 12px; }
  .nav .brand { gap: 7px; min-width: 0; }
  .nav .brand img { width: 24px; flex-shrink: 0; }
  .nav .brand-name { font-size: 16px; max-width: 110px; }
  .nav .btn { padding: 13px 12px; font-size: 9px; letter-spacing: .1em; }
  .hero .wrap { min-height: max(740px, 100svh); padding-top: 105px; padding-bottom: 28px; }
  .hero h1 { font-size: 38px; margin-bottom: 14px; }
  .hero-sub { font-size: 16px; line-height: 1.55; max-width: 30ch; }
  .hero .eyebrow { font-size: 10px; letter-spacing: .18em; margin-bottom: 14px; }
  .hero-actions { margin-top: 200px; }
  .hero-cta { gap: 10px; }
  .hero-trust { font-size: 10px; letter-spacing: .13em; margin-top: 18px; }
  .studio-welcome__grid, .session-story { grid-template-columns: 1fr; }
  .studio-welcome__photo { max-width: 280px; }
  .studio-welcome h2, .session-story h2 { font-size: 35px; }
  .studio-welcome .lede { font-size: 17px; }
  .choice-price span { display: inline; margin-left: 6px; }
  .choice-regular { margin-bottom: 18px; }
  .choice-price { margin-top: 18px; }
  .practitioner-intro { grid-template-columns: 90px minmax(0, 1fr); gap: 20px; align-items: start; }
  .practitioner-intro > img { width: 90px; height: 120px; }
  .practitioner-intro > div { display: contents; }
  .practitioner-intro > img { grid-row: 1 / 3; }
  .practitioner-intro .eyebrow { align-self: end; margin-bottom: 0; }
  .practitioner-intro h2 { font-size: 32px; align-self: start; margin-bottom: 0; }
  .practitioner-intro .lede { font-size: 16px; }
  .practitioner-intro p, .practitioner-intro details { grid-column: 1 / -1; }
  .studio-gallery { margin-bottom: 24px; }
  .booking-intro-grid { grid-template-columns: 1fr; gap: 18px; }
  .booking-room { display: grid; grid-template-columns: 100px minmax(0, 1fr); align-items: center; gap: 18px; max-width: 100%; }
  .booking-room img { width: 100px; height: 150px; object-fit: cover; object-position: center 60%; }
  .booking-room figcaption { font-family: var(--serif); color: var(--green); font-size: 23px; line-height: 1.2; text-align: left; margin: 0; }
  .booking-intro-grid .offer { padding: 18px; }
  .booking-intro-grid .offer-name { display: none; }
  .booking-intro-grid .pricing-pair { margin-top: 0; }
  .booking-intro-grid .booking-summary { padding-top: 14px; margin-top: 14px; }
  .booking-intro-grid .booking-summary p { display: none; }
  .booking-intro-grid .booking-summary strong { display: block; margin-bottom: 14px; font-size: 21px; }
  .intro { padding-top: 26px; }
  .intro h1 { font-size: 34px; }
  .intro p { font-size: 15px; }
  .booking-trust-line { font-size: 12px; line-height: 1.7; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

/* Keep wayfinding and the studio tour visible without disclosure controls. */
.visit-media { margin: 22px 0; }
.visit-media h3 { font-size: 22px; margin-bottom: 18px; }
.visit-media .vmedia { max-width: 300px; margin: 20px auto 30px; }
/* A subtle 8% horizontal correction to the wide-angle studio portrait.
   Apply one ratio everywhere, including the mobile thumbnail and Reiki page. */
img[src="/images/studio-anastasia-m-256.jpg"] {
  aspect-ratio: 243 / 400;
  height: auto;
  object-fit: fill;
}
