/* =========================================================================
   Spa template: inner-page components
   ========================================================================= */

/* ---------- page hero (centered, optional arch image) ---------- */
.page-hero { padding: clamp(8rem, 16vw, 11rem) 0 clamp(2.5rem, 5vw, 4rem); text-align: center; }
.page-hero__title { margin: 0 auto 1rem; max-width: 16ch; }
.page-hero__sub { font-size: 1.12rem; color: var(--ink-soft); max-width: 52ch; margin-inline: auto; }
.page-hero__img { aspect-ratio: 21 / 9; border-radius: var(--arch); overflow: hidden; background: var(--surface-2); margin: clamp(2.5rem, 5vw, 4rem) auto 0; }
.page-hero__img img { width: 100%; height: 100%; object-fit: cover; }
@media (max-width: 720px) { .page-hero__img { aspect-ratio: 4 / 5; } }

/* ---------- treatments menu ---------- */
.menu-chips { display: flex; gap: .5rem; flex-wrap: wrap; justify-content: center; margin-bottom: 2.5rem; position: sticky; top: 4.6rem; z-index: 5; padding: .6rem 0; background: linear-gradient(var(--bg) 70%, transparent); }
.menu-chips button { padding: .55rem 1.1rem; border-radius: 999px; border: 1px solid var(--line); font-size: .7rem; letter-spacing: .18em; text-transform: uppercase; font-weight: 500; color: var(--ink-soft); background: var(--bg); transition: background-color .3s var(--ease), color .3s var(--ease), border-color .3s var(--ease); }
.menu-chips button.active, .menu-chips button:hover { background: var(--ink); color: var(--bg); border-color: var(--ink); }
.menu-group { padding: 2.6rem 0; border-top: 1px solid var(--line); display: grid; grid-template-columns: 280px 1fr; gap: 2rem 3rem; }
.menu-group__head h3 { font-size: clamp(1.7rem, 3vw, 2.4rem); position: sticky; top: 8rem; font-weight: 300; }
.menu-group__head p { color: var(--muted); font-size: .92rem; margin-top: .6rem; font-style: italic; font-family: var(--serif); font-size: 1.05rem; }
.menu-list { list-style: none; margin: 0; padding: 0; }
.menu-list .treatment:last-child { border-bottom: 0; }
.menu-note { margin: 2rem auto 0; color: var(--muted); font-size: .9rem; max-width: 60ch; text-align: center; }
@media (max-width: 860px) { .menu-group { grid-template-columns: 1fr; gap: 1rem; } .menu-group__head h3 { position: static; } .menu-chips { top: 4rem; } }

/* ---------- packages page: memberships + gift ---------- */
.plans { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.6rem; }
.plan { border: 1px solid var(--line); padding: 2.2rem 2rem; display: flex; flex-direction: column; gap: .7rem; background: var(--bg); border-radius: 2px; }
.plan h3 { font-size: 1.5rem; }
.plan__price { font-family: var(--serif); font-size: 2.4rem; line-height: 1; }
.plan__price small { font-family: var(--sans); font-size: .72rem; letter-spacing: .18em; text-transform: uppercase; color: var(--muted); margin-left: .3rem; }
.plan__desc { color: var(--ink-soft); font-size: .95rem; margin: 0; flex: 1; }
.plan__perks { list-style: none; margin: .4rem 0 0; padding: 0; display: flex; flex-direction: column; gap: .35rem; font-size: .9rem; color: var(--ink-soft); }
.plan__perks li { display: flex; gap: .6rem; align-items: baseline; }
.plan__perks li::before { content: ""; width: .8rem; height: 1px; background: var(--accent); flex-shrink: 0; transform: translateY(-.35em); }
.plan .btn { margin-top: 1.2rem; }
@media (max-width: 960px) { .plans { grid-template-columns: 1fr 1fr; } }
@media (max-width: 620px) { .plans { grid-template-columns: 1fr; } }
.gift { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: clamp(2rem, 6vw, 5rem); }
.gift__img { aspect-ratio: 4 / 5; border-radius: var(--arch); overflow: hidden; background: var(--surface-2); max-width: 440px; margin-inline: auto; }
.gift__img img { width: 100%; height: 100%; object-fit: cover; }
.gift__text h2 { margin-bottom: 1rem; }
.gift__text .lead { margin-bottom: 1.8rem; }
@media (max-width: 860px) { .gift { grid-template-columns: 1fr; } }

/* ---------- team page ---------- */
.team--page { grid-template-columns: repeat(3, 1fr); gap: 2.5rem 2rem; }
@media (max-width: 860px) { .team--page { grid-template-columns: repeat(2, 1fr); gap: 1.4rem; } }

/* ---------- about ---------- */
.story { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 6vw, 6rem); align-items: center; }
.story__text p { font-size: 1.05rem; color: var(--ink-soft); }
.story__text p:first-of-type { font-family: var(--serif); font-size: 1.6rem; color: var(--ink); line-height: 1.35; font-style: italic; }
.story__img { aspect-ratio: 4 / 5; border-radius: var(--arch); overflow: hidden; background: var(--surface-2); max-width: 480px; margin-inline: auto; }
.story__img img { width: 100%; height: 100%; object-fit: cover; }
.stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.5rem; margin-top: clamp(3rem, 6vw, 5rem); text-align: center; }
.stat { border-top: 1px solid var(--line); padding-top: 1.2rem; }
.stat__value { font-family: var(--serif); font-size: clamp(2.6rem, 5vw, 3.8rem); line-height: 1; font-weight: 300; }
.stat__label { font-size: .7rem; letter-spacing: .22em; text-transform: uppercase; color: var(--muted); margin-top: .6rem; }
.values { display: grid; grid-template-columns: repeat(3, 1fr); gap: 3rem; text-align: center; }
.value__num { font-family: var(--serif); font-style: italic; color: var(--accent-deep); font-size: 1.3rem; display: block; margin-bottom: .6rem; }
.value h3 { margin-bottom: .6rem; }
.value p { color: var(--ink-soft); margin: 0; font-size: .96rem; }
@media (max-width: 860px) { .story { grid-template-columns: 1fr; } .stats { grid-template-columns: repeat(2, 1fr); } .values { grid-template-columns: 1fr; gap: 2rem; } }

/* ---------- visit page ---------- */
.visit__note { margin-top: 1.5rem; color: var(--ink-soft); font-size: .95rem; }
.prep { list-style: none; margin: 1.2rem 0 0; padding: 0; display: flex; flex-direction: column; gap: .6rem; color: var(--ink-soft); font-size: .95rem; }
.prep li { display: flex; gap: .7rem; align-items: baseline; }
.prep li::before { content: ""; width: .9rem; height: 1px; background: var(--accent); flex-shrink: 0; transform: translateY(-.35em); }

/* ---------- book ---------- */
.book { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(2rem, 6vw, 6rem); align-items: start; }
.book__intro h2 { margin-bottom: 1rem; }
.book__contact { display: flex; flex-direction: column; gap: .8rem; margin-top: 1.5rem; }
.book__contact-btn { display: flex; align-items: center; gap: 1rem; padding: 1rem 1.2rem; border: 1px solid var(--line); border-radius: 2px; background: var(--bg); transition: border-color .3s var(--ease), transform .3s var(--ease); }
.book__contact-btn:hover { border-color: var(--accent-deep); transform: translateX(4px); }
.book__contact-btn__ico { width: 42px; height: 42px; border-radius: 50%; background: var(--accent-soft); color: var(--accent-deep); display: grid; place-items: center; flex-shrink: 0; }
.book__contact-btn small { display: block; font-size: .68rem; letter-spacing: .2em; text-transform: uppercase; color: var(--muted); }
.book__contact-btn strong { font-weight: 500; }
.book__form { background: var(--surface); padding: clamp(1.6rem, 3vw, 2.6rem); display: grid; grid-template-columns: 1fr 1fr; gap: 1.2rem; border-radius: 2px; }
.field { display: flex; flex-direction: column; gap: .4rem; }
.field--full { grid-column: 1 / -1; }
.field--hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; opacity: 0; pointer-events: none; }
.field label { font-size: .68rem; letter-spacing: .2em; text-transform: uppercase; color: var(--muted); font-weight: 500; }
.field input, .field select, .field textarea {
  font: inherit; color: var(--ink); background: var(--bg); border: 1px solid transparent; border-bottom-color: var(--line); border-radius: 0; padding: .85rem 1rem; outline: none;
  transition: border-color .3s var(--ease);
}
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--accent-deep); }
.field textarea { resize: vertical; min-height: 110px; }
.book__form .btn { grid-column: 1 / -1; }
.book__form-note { grid-column: 1 / -1; font-size: .88rem; min-height: 1.2rem; margin: 0; }
@media (max-width: 860px) { .book { grid-template-columns: 1fr; } .book__form { grid-template-columns: 1fr; } }
