/* Serenity Pilates landing — ported from the designer's updated site
   (serenity-pilates.vercel.app). Framed, square-corner editorial redesign.
   The loading curtain is intentionally omitted. Modal styles are appended below. */
/* Segoe UI is the logo's own typeface, and this page asked for it by name — but Segoe
   ships only on Windows, so on a Mac or a phone the stack fell straight through to
   system-ui and the page was set in San Francisco or Roboto. Nothing reported it; it just
   quietly was not the brand.

   Selawik now follows Segoe in the stack: Microsoft's own metric-compatible open
   substitute (SIL OFL, see /fonts/selawik/LICENSE.txt), which the portal and the app
   already use for exactly this. Metric-compatible means the same text occupies the same
   space, so nothing on this page reflows. */
@font-face {
    font-family: 'Selawik';
    src: url('/fonts/selawik/selawk.woff2') format('woff2');
    font-weight: 400; font-style: normal; font-display: swap;
}
@font-face {
    font-family: 'Selawik';
    src: url('/fonts/selawik/selawksb.woff2') format('woff2');
    font-weight: 600; font-style: normal; font-display: swap;
}
@font-face {
    font-family: 'Selawik';
    src: url('/fonts/selawik/selawkb.woff2') format('woff2');
    font-weight: 700; font-style: normal; font-display: swap;
}
:root { --deep: #285260; --teal: #548C92; --aqua: #B4D7D8; --cream: #E0D7CF; --tan: #AB9072; --ink: #1c343d; --paper: #EEF2F0; --sans: "Segoe UI", "Selawik", system-ui, -apple-system, "Helvetica Neue", Roboto, sans-serif; --serif: "Fraunces", Georgia, "Times New Roman", serif; --glass-light: rgba(255,255,255,0.55); --glass-light-brd: rgba(255,255,255,0.6); --glass-dark: rgba(255,255,255,0.08); --glass-dark-brd: rgba(255,255,255,0.18); }
* { margin: 0px; padding: 0px; box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 80px; }
body { font-family: var(--sans); background: var(--paper); color: var(--ink); overflow-x: hidden; font-weight: 400; line-height: 1.5; -webkit-font-smoothing: antialiased; cursor: none; }
@media (hover: none) {
  body { cursor: auto; }
}
h1, h2, h3, h4 { font-weight: 400; letter-spacing: -0.01em; line-height: 1.05; }
strong, b { font-weight: 600; }
.cursor, .cursor-ring { position: fixed; border-radius: 50%; pointer-events: none; transform: translate(-50%, -50%); z-index: 9999; mix-blend-mode: difference; }
.cursor { width: 7px; height: 7px; background: rgb(255, 255, 255); transition: width 0.3s, height 0.3s; }
.cursor-ring { width: 34px; height: 34px; border: 1px solid rgb(255, 255, 255); z-index: 9998; transition: width 0.4s cubic-bezier(0.2, 0.8, 0.2, 1), height 0.4s cubic-bezier(0.2, 0.8, 0.2, 1), opacity 0.3s; }
.cursor.hover { width: 12px; height: 12px; }
.cursor-ring.hover { width: 56px; height: 56px; opacity: 0.5; }
@media (hover: none), (pointer: coarse), (max-width: 860px) {
  .cursor, .cursor-ring { display: none !important; }
}
.progress { position: fixed; top: 0px; left: 0px; height: 2px; background: var(--deep); z-index: 300; transform-origin: left center; transform: scaleX(0); }
:root { --page-gap: 0px; --card-radius: 0px; --wrap-pad: 30px; }
.wrap { max-width: 1440px; margin: 0px auto; padding: 0 var(--wrap-pad); }
section { position: relative; padding: 6rem 0px; }
@media (max-width: 760px) {
  :root { --wrap-pad: 16px; }
  section { padding: 4rem 0px; }
}
.eyebrow { font-size: 0.7rem; letter-spacing: 0.28em; text-transform: uppercase; display: inline-flex; align-items: center; gap: 0.7rem; color: var(--teal); margin-bottom: 1.1rem; font-weight: 500; }
.eyebrow::before { display: none; }
.eyebrow.light { color: var(--aqua); }
.h-display { font-family: var(--serif); font-weight: 300; font-style: italic; letter-spacing: -0.01em; line-height: 1; }
.h-xl { font-size: clamp(2.4rem, 6vw, 4.6rem); }
.h-lg { font-size: clamp(2rem, 4.6vw, 3.4rem); }
.h-md { font-size: clamp(1.4rem, 2.8vw, 1.9rem); }
em.acc { font-family: var(--serif); font-style: italic; color: var(--teal); font-weight: 300; }
em.acc.lite { color: var(--aqua); }
.glass { background: var(--glass-light); backdrop-filter: blur(18px); border: 1px solid var(--glass-light-brd); border-radius: var(--card-radius); box-shadow: rgba(28, 52, 61, 0.45) 0px 24px 60px -32px, rgba(255, 255, 255, 0.6) 0px 1px 0px inset; }
.glass.dark { background: rgba(255, 255, 255, 0.07); border: 1px solid rgba(224, 215, 207, 0.18); box-shadow: rgba(0, 0, 0, 0.25) 0px 8px 32px, rgba(0, 0, 0, 0.15) 0px 2px 8px, rgba(224, 215, 207, 0.22) 0px 1px 0px inset, rgba(0, 0, 0, 0.1) 0px -1px 0px inset; backdrop-filter: blur(20px); }
.mist { position: absolute; border-radius: 50%; filter: blur(80px); opacity: 0.55; pointer-events: none; z-index: 0; }
.btn { display: inline-flex; align-items: center; gap: 0.55rem; padding: 0.95rem 2.1rem; border-radius: 0px; font-size: 0.72rem; font-weight: 600; letter-spacing: 0.18em; text-transform: uppercase; text-decoration: none; cursor: pointer; border: 1px solid; background: transparent; transition: background 0.35s, color 0.35s; font-family: inherit; white-space: nowrap; }
.btn-primary { background: transparent; color: var(--deep); border-color: var(--deep); }
.btn-fill { background: var(--deep); color: var(--paper); border-color: var(--deep); }
.btn-fill:hover { background: transparent; color: var(--deep); }
.reformer-cta { margin-top: 2.6rem; display: flex; justify-content: center; }
.btn-primary:hover { background: var(--deep); color: var(--paper); }
.btn-light { background: transparent; color: rgb(255, 255, 255); border-color: rgba(255, 255, 255, 0.8); }
.btn-light:hover { background: rgb(255, 255, 255); color: var(--deep); }
.btn-dark { background: transparent; color: var(--ink); border-color: var(--ink); }
.btn-dark:hover { background: var(--ink); color: var(--paper); }
.btn-ghost { background: transparent; border: 1px solid; color: inherit; }
.btn-ghost-light { color: var(--paper); }
.btn-ghost:hover, .btn-ghost-light:hover { background: rgb(255, 255, 255); color: var(--deep); }
.btn .arrow { display: none; }
.more-wrap { position: relative; }
.more-content { overflow: hidden; transition: max-height 0.5s cubic-bezier(0.2, 0.8, 0.2, 1); }
.more-btn { margin-top: 0.8rem; background: none; border-width: medium; border-style: none; border-color: currentcolor; border-image: none; cursor: pointer; font-family: inherit; font-size: 0.78rem; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; color: var(--deep); display: inline-flex; align-items: center; gap: 0.5rem; padding: 0px; }
.more-btn::after { content: "+"; font-size: 1rem; line-height: 1; transition: transform 0.3s; }
.more-btn.open::after { content: "−"; transform: rotate(0deg); }
.more-content[data-open="false"] { max-height: 0px; }
.dark .more-btn { color: var(--aqua); }
.nav-fixed-wrap { position: fixed; top: 0px; left: 0px; right: 0px; z-index: 300; padding: var(--page-gap) 0 0; pointer-events: auto; }
.nav-fixed-wrap .wrap { padding: 0 var(--wrap-pad); }
.nav { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 1rem; padding: 1.4rem 0px; background: transparent; border-width: medium; border-style: none; border-color: currentcolor; border-image: none; border-radius: 0px; color: var(--deep); transition: background 0.4s, padding 0.4s, color 0.4s; }
.nav-fixed-wrap.scrolled { position: fixed; background: rgba(22, 46, 56, 0.96); backdrop-filter: blur(18px); }
.nav-fixed-wrap.scrolled .nav { padding: 0.9rem 0px; color: rgb(255, 255, 255); }
.nav-links { display: flex; gap: 1.6rem; list-style: none; font-size: 0.82rem; letter-spacing: 0.02em; }
.nav-links a { color: inherit; text-decoration: none; opacity: 0.85; position: relative; padding: 0.3rem 0px; }
.nav-links a:hover { opacity: 1; }
.nav-links a::after { content: ""; position: absolute; left: 0px; bottom: -2px; width: 100%; height: 1px; background: currentcolor; transform: scaleX(0); transform-origin: right center; transition: transform 0.45s cubic-bezier(0.7, 0, 0.3, 1); }
.nav-links a:hover::after { transform: scaleX(1); transform-origin: left center; }
.nav-brand { display: flex; align-items: center; gap: 0.55rem; justify-content: center; text-decoration: none; color: inherit; font-family: var(--sans); font-size: 1.4rem; font-weight: 400; letter-spacing: 0.01em; }
.nav-brand-text { display: inline-flex; align-items: baseline; gap: 0.4rem; }
.nav-logo { height: 1.85rem; width: auto; display: block; flex: 0 0 auto; }
.nav-brand small { font-family: var(--serif); font-style: italic; font-weight: 300; font-size: 0.78em; opacity: 0.8; margin-left: 0.1rem; letter-spacing: 0.01em; }
.nav-right { display: flex; justify-content: flex-end; }
.nav-cta { display: inline-flex; align-items: center; gap: 0.6rem; padding: 0.7rem 1.4rem; background: transparent; color: var(--deep); border: 1px solid var(--deep); border-radius: 0px; text-decoration: none; font-size: 0.7rem; font-weight: 600; letter-spacing: 0.18em; text-transform: uppercase; transition: background 0.3s, color 0.3s, border-color 0.3s; }
.nav-cta:hover { background: var(--deep); color: var(--frame); }
.nav-fixed-wrap.scrolled .nav-cta { color: rgb(255, 255, 255); border-color: rgba(255, 255, 255, 0.7); }
.nav-fixed-wrap.scrolled .nav-cta:hover { background: rgb(255, 255, 255); color: var(--deep); }
.nav-cta .arrow { display: none; }
@media (max-width: 860px) {
  .nav { grid-template-columns: auto 1fr auto; }
  .nav-links { display: none; }
  .nav-brand { justify-content: flex-start; }
}
@media (max-width: 600px) {
  .nav { gap: 0.5rem; }
  .nav-brand { font-size: 1.05rem; }
  .nav-logo { height: 1.45rem; }
  .nav-cta { padding: 0.55rem 1rem; font-size: 0.62rem; }
}
.nav-burger { display: none; position: relative; z-index: 310; flex-direction: column; justify-content: center; gap: 5px; width: 38px; height: 38px; padding: 0px; margin-left: 0.6rem; background: transparent; border-width: medium; border-style: none; border-color: currentcolor; border-image: none; cursor: pointer; color: inherit; }
.nav-burger span { display: block; width: 22px; height: 1.5px; background: currentcolor; margin: 0px auto; border-radius: 2px; transition: transform 0.35s cubic-bezier(0.7, 0, 0.3, 1), opacity 0.25s; }
body.menu-open .nav-burger { color: rgb(255, 255, 255); }
body.menu-open .nav-burger span:nth-child(1) { transform: translateY(6.5px) rotate(45deg); }
body.menu-open .nav-burger span:nth-child(2) { opacity: 0; }
body.menu-open .nav-burger span:nth-child(3) { transform: translateY(-6.5px) rotate(-45deg); }
.mobile-menu { position: fixed; left: 0px; right: 0px; top: 0px; z-index: 290; background: rgba(22, 46, 56, 0.98); backdrop-filter: blur(20px); padding: 6.5rem var(--wrap-pad) 2.6rem; transform: translateY(-100%); opacity: 0; visibility: hidden; transition: transform 0.5s cubic-bezier(0.7, 0, 0.3, 1), opacity 0.4s, visibility 0.5s; }
body.menu-open .mobile-menu { transform: translateY(0px); opacity: 1; visibility: visible; }
.mobile-menu-inner { display: flex; flex-direction: column; align-items: center; gap: 0.4rem; }
.mobile-menu-inner a { color: rgb(255, 255, 255); text-decoration: none; font-family: var(--serif); font-style: italic; font-weight: 300; font-size: 1.7rem; letter-spacing: 0.01em; padding: 0.7rem 0px; opacity: 0.92; transition: opacity 0.3s; }
.mobile-menu-inner a:hover { opacity: 0.6; }
.mobile-menu-inner .mm-cta { margin-top: 1.2rem; font-family: var(--sans); font-style: normal; font-weight: 600; font-size: 0.72rem; letter-spacing: 0.18em; text-transform: uppercase; border: 1px solid rgba(255, 255, 255, 0.7); padding: 0.85rem 2.2rem; transition: background 0.3s, color 0.3s; }
.mobile-menu-inner .mm-cta:hover { background: rgb(255, 255, 255); color: var(--deep); opacity: 1; }
@media (max-width: 860px) {
  .nav-burger { display: flex; }
  .nav-right .nav-cta { display: none; }
}
#hero-photo { position: absolute; inset: 0px; width: 100%; height: 100%; object-fit: cover; object-position: center 55%; display: block; }
@media (max-width: 760px) {
  #hero-photo { object-position: center 50%; }
}
.hero-stage::after { content: ""; position: absolute; inset: 0px; background: linear-gradient(rgba(28, 52, 61, 0.3) 0%, rgba(28, 52, 61, 0.05) 35%, rgba(28, 52, 61, 0.45) 70%, rgba(20, 36, 42, 0.78) 100%); }
:root { --frame: #E7E0D5; --frame-pad: 30px; }
body { padding-top: 0px; background: var(--paper); }
.nav-fixed-wrap { position: absolute; top: 0px; left: 0px; right: 0px; z-index: 300; padding: 0px; pointer-events: auto; transition: background 0.4s; }
.nav-fixed-wrap .wrap { padding: 0 calc(var(--frame-pad) + 1rem); max-width: none; }
.hero { padding: 0px; background: var(--frame); }
.hero .wrap { max-width: none; padding: 0px; }
.hero-stage-wrap { padding: calc(64px + var(--frame-pad)) var(--frame-pad) var(--frame-pad); }
.hero-stage { position: relative; border-radius: 0px; overflow: hidden; height: min(82vh, 820px); min-height: 520px; }
@media (max-width: 760px) {
  :root { --frame-pad: 16px; }
}
.hero-content { position: absolute; inset: 0px; z-index: 5; padding: 2rem 2.4rem 2.4rem; display: flex; flex-direction: column; justify-content: space-between; color: rgb(255, 255, 255); pointer-events: none; }
.hero-content > * { pointer-events: auto; }
.hero-welcome { align-self: flex-end; font-size: 1.15rem; font-weight: 300; letter-spacing: 0.01em; opacity: 0; font-family: var(--serif); font-style: italic; text-align: right; }
.hero-bottom { display: flex; justify-content: space-between; align-items: flex-end; gap: 2rem; }
@media (max-width: 900px) {
  .hero-bottom { flex-direction: column; align-items: flex-start; gap: 1.4rem; }
}
.hero-title { font-family: var(--sans); font-weight: 300; line-height: 1.08; letter-spacing: -0.02em; color: rgb(255, 255, 255); }
.hero-title .line { display: block; overflow: hidden; padding-bottom: 0.08em; }
.hero-title .line span { display: inline-block; transform: translateY(110%); }
.hero-title .hero-line1 { font-size: clamp(2.2rem, 7.4vw, 5.2rem); font-weight: 300; }
.hero-title .hero-line2 { font-size: clamp(2.4rem, 8vw, 5.8rem); font-weight: 300; }
.hero-title .hero-line2 .acc-italic { font-family: var(--serif); font-style: italic; font-weight: 300; color: rgba(180, 215, 216, 0.82); }
.hero-right { max-width: 22rem; flex-shrink: 0; text-align: left; margin-bottom: 0.2rem; }
.hero-sub { font-size: 0.95rem; line-height: 1.55; opacity: 0; margin-bottom: 1.4rem; }
.hero-actions { opacity: 0; }
.hero-scroll { position: absolute; inset: 50% 1.4rem auto auto; transform: translateY(-50%); display: flex; flex-direction: column; align-items: center; gap: 0.75rem; text-decoration: none; color: rgb(255, 255, 255); opacity: 0; pointer-events: auto; transition: opacity 0.5s; }
.hero-scroll-label { writing-mode: vertical-rl; font-size: 0.6rem; letter-spacing: 0.34em; text-transform: uppercase; font-weight: 500; opacity: 0.78; text-shadow: rgba(0, 0, 0, 0.45) 0px 1px 6px; }
.hero-scroll-line { position: relative; display: block; width: 1px; height: 34px; background: rgba(255, 255, 255, 0.3); overflow: hidden; }
.hero-scroll-line::after { content: ""; position: absolute; left: 0px; top: 0px; width: 100%; height: 40%; background: rgba(255, 255, 255, 0.95); animation: 2.1s cubic-bezier(0.7, 0, 0.3, 1) 0s infinite normal none running scrollTravel; }
@keyframes scrollTravel { 
  0% { transform: translateY(-100%); }
  60% { transform: translateY(250%); }
  100% { transform: translateY(250%); }
}
.hero-scroll:hover .hero-scroll-label { opacity: 1; }
@media (max-width: 600px) {
  .hero-scroll { bottom: 1rem; }
  .hero-scroll-line { height: 36px; }
}
@media (max-width: 900px) {
  .hero-right { max-width: 100%; }
}
@media (max-width: 600px) {
  .hero-content { padding: 5rem 1.4rem 2.4rem; }
  .hero-stage { border-radius: 0px; }
  .hero-title .hero-line1 { font-size: clamp(1.5rem, 7.2vw, 3rem); }
  .hero-title .hero-line2 { font-size: clamp(1.7rem, 8vw, 3.4rem); }
}
.banner { padding: 13rem 0px; background: var(--frame); position: relative; overflow: hidden; }
.banner .wrap { max-width: 900px; }
.banner-statement { text-align: center; color: var(--deep); line-height: 1.22; letter-spacing: -0.01em; }
.banner-statement p { font-family: var(--sans); font-size: clamp(1.45rem, 3.4vw, 2.6rem); font-weight: 300; color: var(--deep); margin: 0px; display: block; }
.banner-statement p + p { margin-top: 0.18em; }
.banner-statement .serif-ital { font-family: var(--serif); font-style: italic; font-weight: 300; font-size: 1.08em; letter-spacing: -0.015em; line-height: inherit; }
@media (max-width: 700px) {
  .banner { padding: 8rem 0px; }
  .banner-statement p { font-size: clamp(1.2rem, 5.5vw, 1.75rem); }
}
.difference { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 6vw, 6rem); background: var(--frame); align-items: stretch; padding: clamp(3.5rem,7vw,7rem) var(--frame-pad); }
.difference-img { position: relative; border-radius: 0px; align-self: start; background: linear-gradient(160deg,var(--cream),var(--tan)); }
.difference-img img { width: 100%; height: auto; display: block; }
.difference-img .img-placeholder { position: absolute; inset: 0px; display: flex; align-items: center; justify-content: center; color: rgba(255, 255, 255, 0.7); font-size: 0.72rem; letter-spacing: 0.22em; text-transform: uppercase; background: linear-gradient(160deg, rgb(111, 98, 83), rgb(61, 54, 46)); }
.difference-text { display: flex; flex-direction: column; padding: clamp(0.5rem, 1vw, 1.5rem) 0px; }
.difference-text .eyebrow-serif { font-size: 0.7rem; letter-spacing: 0.28em; text-transform: uppercase; font-weight: 500; font-family: var(--sans); font-style: normal; color: var(--tan); margin-bottom: 1.3rem; }
.difference-text h2 { font-family: var(--sans); font-weight: 300; font-size: clamp(2rem, 3.8vw, 3.1rem); line-height: 1.12; letter-spacing: -0.01em; color: var(--deep); margin-bottom: 0px; max-width: 20ch; }
.difference-text h2 .acc-ital { font-family: var(--serif); font-style: italic; font-weight: 300; color: var(--tan); }
.difference-lower { margin-top: auto; padding-top: clamp(3rem, 8vw, 6rem); display: flex; flex-direction: column; align-items: flex-end; text-align: right; }
.difference-text p { color: var(--ink); opacity: 0.78; font-size: 0.98rem; line-height: 1.75; max-width: 38ch; margin-bottom: 0px; }
.difference-link { text-decoration: none; font-size: 0.72rem; letter-spacing: 0.2em; text-transform: uppercase; font-weight: 600; color: var(--deep); padding-bottom: 0.6rem; border-bottom: 1px solid var(--deep); transition: opacity 0.3s, border-color 0.3s; min-width: clamp(11rem, 18vw, 16rem); text-align: right; }
.difference-link:hover { opacity: 0.6; }
@media (max-width: 820px) {
  .difference { grid-template-columns: 1fr; gap: 2rem; padding: 3.5rem var(--frame-pad); }
  .difference-lower { align-items: flex-start; text-align: left; padding-top: 1.6rem; }
  .difference-text p { max-width: none; }
  .difference-link { text-align: left; align-self: flex-start; }
}
.why { background: rgb(84, 140, 146); overflow: hidden; position: relative; padding: clamp(4.5rem, 8vw, 8rem) 0px; }
.why::before { content: ""; position: absolute; inset: 0px; background: radial-gradient(at 12% 0%, rgba(224, 215, 207, 0.1) 0%, transparent 55%), radial-gradient(at 90% 100%, rgba(28, 52, 61, 0.16) 0%, transparent 60%); pointer-events: none; z-index: 0; }
.why .wrap { position: relative; z-index: 1; }
.why-head { margin-bottom: clamp(3rem, 6vw, 5rem); max-width: 1240px; }
.why .eyebrow-serif { font-size: 0.7rem; letter-spacing: 0.28em; text-transform: uppercase; font-weight: 500; font-family: var(--sans); font-style: normal; color: rgba(224, 215, 207, 0.78); margin-bottom: 1.3rem; display: inline-block; }
.why-title { font-family: var(--sans); font-weight: 300; font-size: clamp(2rem, 4.4vw, 3.4rem); line-height: 1.1; letter-spacing: -0.01em; color: var(--paper); margin-bottom: 1.4rem; width: max-content; max-width: 100%; }
.why-title .acc-ital { font-family: var(--serif); font-style: italic; font-weight: 300; color: var(--aqua); }
.why-head p { color: var(--cream); opacity: 0.85; width: max-content; max-width: 100%; font-size: 1rem; line-height: 1.7; }
.folders { display: grid; grid-template-columns: repeat(4, 1fr); gap: clamp(1.25rem, 2vw, 1.75rem); position: relative; z-index: 1; align-items: stretch; }
@media (max-width: 900px) {
  .folders { grid-template-columns: repeat(2, 1fr); gap: clamp(1.25rem, 2.4vw, 2.25rem); }
}
@media (max-width: 560px) {
  .folders { grid-template-columns: 1fr; gap: 1rem; }
}
.folder { border-radius: 3px; position: relative; overflow: hidden; display: flex; flex-direction: column; min-height: 330px; cursor: default; background: rgb(246, 242, 236); border: 1px solid rgba(28, 52, 61, 0.08); transition: transform 0.45s cubic-bezier(0.22, 0.68, 0, 1.2), box-shadow 0.45s, border-color 0.45s; will-change: transform; }
@media (max-width: 560px) {
  .folder { min-height: 230px; }
}
.folder:hover { transform: translateY(-5px); border-color: rgba(28, 52, 61, 0.14); box-shadow: rgba(40, 82, 96, 0.4) 0px 26px 50px -30px; }
.folder:nth-child(1) .fnum, .folder:nth-child(2) .fnum, .folder:nth-child(4) .fnum { color: var(--tan); }
.folder:nth-child(1) h3, .folder:nth-child(2) h3, .folder:nth-child(4) h3 { color: var(--deep); opacity: 1; }
.folder:nth-child(1) .blurb, .folder:nth-child(2) .blurb, .folder:nth-child(4) .blurb { color: var(--ink); opacity: 0.62; }
.folders:not(.testi-folders) .folder:nth-child(3) { background: var(--deep); color: var(--cream); border-color: rgba(28, 52, 61, 0.2); }
.folders:not(.testi-folders) .folder:nth-child(3) .card-photo { position: absolute; inset: 0px; width: 100%; height: 100%; object-fit: cover; object-position: center 35%; display: block; transition: transform 0.6s cubic-bezier(0.22, 0.68, 0, 1.2); }
.folders:not(.testi-folders) .folder:nth-child(3):hover .card-photo { transform: scale(1.06); }
.folders:not(.testi-folders) .folder:nth-child(3)::after { content: ""; position: absolute; inset: 0px; background: linear-gradient(to top, rgba(10, 30, 36, 0.94) 0%, rgba(10, 30, 36, 0.72) 45%, rgba(10, 30, 36, 0.62) 100%); z-index: 1; }
.folders:not(.testi-folders) .folder:nth-child(3) .card-inner { position: relative; z-index: 2; }
.folders:not(.testi-folders) .folder:nth-child(3) .fnum { color: rgb(226, 201, 166); }
.folders:not(.testi-folders) .folder:nth-child(3) h3 { color: rgb(255, 255, 255); text-shadow: rgba(8, 24, 30, 0.6) 0px 1px 14px; }
.folders:not(.testi-folders) .folder:nth-child(3) .blurb { color: var(--cream); opacity: 0.92; }
.card-inner { padding: clamp(1.8rem, 3vw, 2.6rem); display: flex; flex-direction: column; justify-content: flex-start; flex: 1 1 0%; height: 100%; box-sizing: border-box; hyphens: none; }
.folder .fnum { font-size: 0.62rem; letter-spacing: 0.26em; font-weight: 600; margin-bottom: 1.4rem; text-transform: uppercase; opacity: 0.75; }
.folder h3 { font-family: var(--serif); font-style: italic; font-weight: 300; font-size: clamp(1.6rem, 2.4vw, 2rem); line-height: 1.18; letter-spacing: -0.02em; margin-bottom: 1.4rem; display: block; }
.folder .blurb { font-size: 0.92rem; line-height: 1.75; margin-top: auto; max-width: 34ch; hyphens: none; word-break: normal; }
.why.js-ready .folder { opacity: 0; transform: translateY(32px); }
.why.js-ready .folder.visible { opacity: 1; transform: translateY(0px); transition: opacity 0.65s, transform 0.65s cubic-bezier(0.22, 0.68, 0, 1.2), box-shadow 0.45s; }
.why.js-ready .folder.visible:nth-child(1) { transition-delay: 0.05s; }
.why.js-ready .folder.visible:nth-child(2) { transition-delay: 0.15s; }
.why.js-ready .folder.visible:nth-child(3) { transition-delay: 0.25s; }
.why.js-ready .folder.visible:nth-child(4) { transition-delay: 0.35s; }
.reformer { background: var(--paper); overflow: hidden; }
.reformer-grid { display: grid; grid-template-columns: 1fr; justify-items: center; text-align: center; }
@media (max-width: 880px) {
  .reformer-grid { grid-template-columns: 1fr; gap: 2.4rem; }
}
.reformer-hook { font-family: var(--serif); font-style: italic; font-size: clamp(1.5rem, 2.6vw, 2rem); font-weight: 300; line-height: 1.25; color: var(--deep); margin: 1.2rem auto 2.2rem; max-width: 40rem; }
.reformer-desc { max-width: 44rem; margin: 0px auto 2.4rem; }
.reformer-desc p { font-size: 1.02rem; line-height: 1.95; color: var(--deep); }
.reformer-desc .kw { font-family: var(--serif); font-style: italic; color: var(--teal); font-weight: 400; }
.reformer-reveal .word { will-change: opacity; }
.who-for { margin-top: 0.8rem; display: flex; flex-wrap: wrap; gap: 0.5rem; align-items: center; justify-content: center; }
.who-for span { font-size: 0.76rem; padding: 0.45rem 0.85rem; border-radius: 0px; background: rgba(84, 140, 146, 0.12); color: var(--deep); border: 1px solid rgba(84, 140, 146, 0.22); }
@media (max-width: 880px) {
  .reformer-grid { grid-template-columns: 1fr; gap: 2.4rem; }
}
.method { background: radial-gradient(ellipse at 15% 50%, rgba(84,140,146,.55) 0%, transparent 55%),
      radial-gradient(ellipse at 85% 10%, rgba(180,215,216,.22) 0%, transparent 45%),
      radial-gradient(ellipse at 60% 90%, rgba(28,52,61,.8) 0%, transparent 50%),
      linear-gradient(145deg, #2a5f66 0%, var(--deep) 50%, #1a3a42 100%); color: var(--paper); overflow: hidden; position: relative; }
.method-head { max-width: 42rem; margin-bottom: 2.8rem; }
.method-head p { opacity: 0.82; margin-top: 0.8rem; font-size: 0.96rem; }
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.1rem; position: relative; z-index: 1; }
@media (max-width: 900px) {
  .steps { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 520px) {
  .steps { grid-template-columns: 1fr; }
}
.step { padding: 1.7rem 1.5rem 1.9rem; color: var(--paper); position: relative; overflow: hidden; min-height: 200px; display: flex; flex-direction: column; }
.step .snum { font-family: var(--serif); font-style: italic; font-size: 3.2rem; font-weight: 300; line-height: 1; color: rgba(180, 215, 216, 0.55); margin-bottom: auto; }
.step h4 { font-size: 1.1rem; margin-bottom: 0.45rem; font-weight: 500; }
.step p { font-size: 0.82rem; opacity: 0.8; line-height: 1.5; }
.step { transition: transform 0.38s cubic-bezier(0.22, 0.68, 0, 1.2), box-shadow 0.38s, border-color 0.38s; }
.step:hover { transform: translateY(-6px); box-shadow: rgba(0, 0, 0, 0.3) 0px 20px 50px, rgba(0, 0, 0, 0.18) 0px 4px 12px, rgba(224, 215, 207, 0.35) 0px 1px 0px inset, rgba(0, 0, 0, 0.12) 0px -1px 0px inset; border-color: rgba(180, 215, 216, 0.45) !important; }
.equip { background: var(--cream); padding-bottom: 4rem; }
.equip-cards { margin-top: 3rem; display: flex; flex-direction: column; gap: 0px; }
.eq-card { position: sticky; top: calc(-233px + 50vh); border-radius: 4px; overflow: hidden; display: grid; grid-template-columns: 1fr 1fr; min-height: 420px; margin-bottom: calc(-173px + 50vh); }
.eq-card:nth-child(1) { z-index: 1; }
.eq-card:nth-child(2) { z-index: 2; }
.eq-card:nth-child(3) { z-index: 3; }
.eq-card:nth-child(4) { z-index: 4; margin-bottom: calc(-173px + 50vh); }
.eq-card:nth-child(1) { background: var(--deep); }
.eq-card:nth-child(2) { background: var(--teal); }
.eq-card:nth-child(2) .eq-photo { background: rgb(233, 222, 203); }
.eq-card:nth-child(3) { background: rgb(255, 255, 255); }
.eq-card:nth-child(4) { background: var(--deep); }
.eq-card:nth-child(4) .eq-photo { background: rgb(221, 207, 186); }
.eq-photo { position: relative; overflow: hidden; }
.eq-photo svg { width: 100%; height: 100%; position: absolute; inset: 0px; display: block; }
.eq-photo img { position: absolute; inset: 0px; width: 100%; height: 100%; object-fit: cover; object-position: center; display: block; }
.eq-body { padding: 3rem 2.6rem; display: flex; flex-direction: column; justify-content: center; }
.eq-num { font-size: 0.6rem; letter-spacing: 0.24em; font-weight: 700; text-transform: uppercase; margin-bottom: 1rem; display: flex; align-items: center; gap: 0.6rem; }
.eq-num::before { display: none; }
.eq-body h4 { font-family: var(--serif); font-style: italic; font-weight: 300; font-size: clamp(1.7rem, 2.8vw, 2.3rem); line-height: 1.1; letter-spacing: -0.02em; margin-bottom: 1rem; }
.eq-body p { font-size: 0.98rem; line-height: 1.7; max-width: 26rem; }
.eq-tags { display: flex; flex-wrap: wrap; gap: 0.5rem; margin-top: 1.3rem; }
.eq-tag { font-size: 0.72rem; font-weight: 600; letter-spacing: 0.05em; padding: 0.35rem 0.9rem; border-radius: 0px; border: 1px solid; cursor: default; }
.eq-card:nth-child(1) .eq-num { color: var(--tan); }
.eq-card:nth-child(1) h4 { color: var(--cream); }
.eq-card:nth-child(1) p { color: rgba(224, 215, 207, 0.82); }
.eq-card:nth-child(1) .eq-tag { color: var(--aqua); border-color: rgba(180, 215, 216, 0.4); }
.eq-card:nth-child(2) .eq-num { color: var(--cream); }
.eq-card:nth-child(2) h4 { color: rgb(255, 255, 255); }
.eq-card:nth-child(2) p { color: rgba(255, 255, 255, 0.82); }
.eq-card:nth-child(2) .eq-tag { color: var(--cream); border-color: rgba(224, 215, 207, 0.4); }
.eq-card:nth-child(3) .eq-num { color: var(--teal); }
.eq-card:nth-child(3) .eq-num::before { background: var(--teal); }
.eq-card:nth-child(3) h4 { color: var(--deep); }
.eq-card:nth-child(3) p { color: var(--deep); opacity: 0.78; }
.eq-card:nth-child(3) .eq-tag { color: var(--deep); border-color: rgba(40, 82, 96, 0.25); }
.eq-card:nth-child(4) .eq-num { color: var(--tan); }
.eq-card:nth-child(4) h4 { color: var(--cream); }
.eq-card:nth-child(4) p { color: rgba(224, 215, 207, 0.82); }
.eq-card:nth-child(4) .eq-tag { color: var(--aqua); border-color: rgba(180, 215, 216, 0.4); }
@media (max-width: 760px) {
  .eq-card { grid-template-columns: 1fr; min-height: 480px; top: 80px; margin-bottom: 1.5rem; }
  .eq-card:nth-child(4) { margin-bottom: 1.5rem; }
  .eq-photo { aspect-ratio: 4 / 3; min-height: 0px; }
  .eq-card:nth-child(2) .eq-photo { aspect-ratio: 4 / 3; min-height: 0px; }
  .eq-card:nth-child(4) .eq-photo { aspect-ratio: 4 / 3; min-height: 0px; }
  .eq-body { padding: 1.8rem 1.4rem; }
}
.classes { background: linear-gradient(180deg,var(--deep),#1f424d); color: var(--paper); overflow: hidden; position: relative; }
.classes .mist { z-index: 0; }
.ghost-text { position: absolute; left: 50%; top: 0px; transform: translateX(-50%); width: 120%; text-align: center; font-family: var(--sans); font-size: clamp(5rem, 14vw, 14rem); font-weight: 800; letter-spacing: -0.04em; line-height: 0.9; color: rgba(180, 215, 216, 0.06); pointer-events: none; white-space: nowrap; z-index: 0; user-select: none; }
.classes .wrap { position: relative; z-index: 1; }
.classes-head { max-width: 42rem; margin-bottom: 2.6rem; }
.classes-head p { opacity: 0.82; margin-top: 0.8rem; font-size: 0.96rem; }
.subhead { font-size: 0.7rem; letter-spacing: 0.24em; text-transform: uppercase; color: var(--aqua); margin: 3rem 0px 1.2rem; display: flex; align-items: center; gap: 0.7rem; font-weight: 600; }
.subhead::after { content: ""; flex: 1 1 0%; height: 1px; background: rgba(180, 215, 216, 0.25); }
.format-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.2rem; }
@media (max-width: 760px) {
  .format-grid { grid-template-columns: 1fr; }
}
.fcard { position: relative; border-radius: var(--card-radius); overflow: hidden; aspect-ratio: 5 / 3.4; min-height: 300px; color: rgb(255, 255, 255); display: flex; flex-direction: column; justify-content: space-between; padding: 1.6rem; transition: transform 0.5s cubic-bezier(0.2, 0.8, 0.2, 1); }
@media (max-width: 760px) {
  .fcard { aspect-ratio: auto; min-width: 0px; min-height: 260px; }
}
.fcard:hover { transform: translateY(-4px); }
.fcard .fbg { position: absolute; inset: 0px; z-index: 0; }
.fcard.f1 .fbg { background: url(/images/serenity/img-01.jpg) center center / cover no-repeat; }
.fcard.f2 .fbg { background: url(/images/serenity/img-02.jpg) center center / cover no-repeat; }
.fcard .fbg::before { content: ""; position: absolute; inset: 0px; background: linear-gradient(rgba(0, 0, 0, 0.3), transparent 35%, transparent 58%, rgba(0, 0, 0, 0.18)); }
.fcard .fbg::after { content: ""; position: absolute; left: 0px; right: 0px; bottom: 0px; height: 60%; background: linear-gradient(transparent, rgba(0, 0, 0, 0.5)); }
.fcard > * { position: relative; z-index: 1; }
.fcard .ftop { display: flex; justify-content: space-between; align-items: flex-start; }
.fcard .ftag { font-size: 0.62rem; letter-spacing: 0.22em; text-transform: uppercase; color: var(--aqua); padding: 0.4rem 0.8rem; border: 1px solid rgba(180, 215, 216, 0.4); border-radius: 0px; background: rgba(0, 0, 0, 0.18); backdrop-filter: blur(8px); }
.fcard .fphoto-chip { font-size: 0.54rem; letter-spacing: 0.16em; text-transform: uppercase; color: rgba(255, 255, 255, 0.7); opacity: 0.7; padding: 0.32rem 0.65rem; border: 1px solid rgba(255, 255, 255, 0.3); border-radius: 0px; }
.fcard .fbody h3 { font-family: var(--serif); font-style: italic; font-weight: 300; font-size: clamp(2rem, 4vw, 2.8rem); line-height: 1; margin-bottom: 0.5rem; }
.fcard .fmeta { display: flex; gap: 1.4rem; font-size: 0.78rem; opacity: 0.85; margin-top: 0.6rem; flex-wrap: wrap; }
.fcard .fmeta div span { display: block; }
.fcard .fmeta div span:first-child { font-size: 0.58rem; letter-spacing: 0.2em; text-transform: uppercase; opacity: 0.55; margin-bottom: 0.15rem; }
.price-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.1rem; }
.price-grid > * { min-width: 0px; }
@media (max-width: 1024px) {
  .price-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 640px) {
  .price-grid { grid-template-columns: 1fr; }
}
.price { padding: 1.8rem; color: var(--paper); position: relative; display: flex; flex-direction: column; }
.price.featured { background: var(--aqua); color: var(--deep); border-color: var(--aqua); box-shadow: rgba(180, 215, 216, 0.55) 0px 30px 70px -30px; }
.price .badge { position: absolute; top: -11px; left: 1.8rem; background: var(--deep); color: var(--aqua); font-size: 0.58rem; letter-spacing: 0.2em; text-transform: uppercase; padding: 0.35rem 0.8rem; border-radius: 0px; font-weight: 600; }
.price .pname { font-size: 1rem; font-weight: 600; margin-bottom: 0.25rem; }
.price .psub { font-size: 0.7rem; letter-spacing: 0.06em; opacity: 0.7; text-transform: uppercase; margin-bottom: 1.2rem; }
.price .pamt { font-family: var(--serif); font-style: italic; font-weight: 300; font-size: 2.4rem; line-height: 1; margin-bottom: 1.2rem; }
.price .pamt.tba { font-size: 1.5rem; }
.price ul { list-style: none; margin-bottom: 1.6rem; font-size: 0.84rem; }
.price li { padding: 0.35rem 0px; display: flex; gap: 0.55rem; align-items: flex-start; opacity: 0.9; }
.price li::before { content: "✓"; color: var(--teal); font-weight: 700; }
.price.featured li::before { color: var(--deep); }
.price .btn { margin-top: auto; justify-content: center; }
.intro-offer { margin-top: 2rem; padding: 1.8rem 2rem; display: flex; align-items: center; justify-content: space-between; gap: 1.4rem; flex-wrap: wrap; }
.intro-offer > div { min-width: 0px; flex: 1 1 16rem; }
.intro-offer h4 { font-family: var(--serif); font-style: italic; font-weight: 300; font-size: 1.4rem; margin-bottom: 0.3rem; line-height: 1.15; color: var(--paper); }
.intro-offer .pop { color: var(--aqua); }
.intro-offer p { font-size: 0.82rem; opacity: 0.8; max-width: 100%; }
.booking-section { background: var(--paper); overflow: hidden; position: relative; }
.booking.glass.dark { background: linear-gradient(180deg,var(--deep),#1f424d); color: var(--paper); }
.booking { margin-top: 2rem; padding: 2.4rem; text-align: center; }
.booking h3 { font-family: var(--serif); font-style: italic; font-weight: 300; font-size: clamp(1.7rem, 3.4vw, 2.4rem); margin-bottom: 0.6rem; }
.booking p { opacity: 0.82; margin-bottom: 1.4rem; width: max-content; max-width: 100%; margin-left: auto; margin-right: auto; font-size: 0.92rem; }
.booking .actions { display: flex; gap: 0.7rem; justify-content: center; flex-wrap: wrap; }
.pay-note { margin-top: 1.2rem; font-size: 0.7rem; letter-spacing: 0.04em; opacity: 0.55; }
.instructors { background: var(--paper); overflow: hidden; }
.inst-head { max-width: none; margin: 0px auto 3rem; text-align: center; }
.inst-head h2 { width: max-content; max-width: 100%; margin-left: auto; margin-right: auto; }
.inst-head .eyebrow { justify-content: center; }
.inst-head .eyebrow::before { display: none; }
.inst-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; align-items: stretch; }
@media (max-width: 1024px) {
  .inst-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 640px) {
  .inst-grid { grid-template-columns: 1fr; }
  .inst-grid .inst-card.featured { order: -1; }
}
.inst-card { padding: 0px; background: rgb(246, 242, 236); border: 1px solid rgba(28, 52, 61, 0.1); border-radius: 3px; overflow: hidden; display: flex; flex-direction: column; transition: transform 0.45s cubic-bezier(0.22, 0.68, 0, 1.2), box-shadow 0.45s, border-color 0.45s; }
.inst-card:hover { transform: translateY(-5px); border-color: rgba(28, 52, 61, 0.16); box-shadow: rgba(40, 82, 96, 0.4) 0px 26px 50px -30px; }
.inst-card.featured { border-color: rgba(40, 82, 96, 0.28); box-shadow: rgba(40, 82, 96, 0.4) 0px 18px 44px -26px; }
.inst-card.featured .inst-cta { background: var(--deep); }
.inst-card.featured .inst-cta:hover { background: var(--ink); }
.inst-photo { aspect-ratio: 4 / 3; border-radius: 0px; overflow: hidden; position: relative; margin: 0px; background: linear-gradient(160deg,var(--cream),var(--tan)); }
.inst-card.featured .inst-photo { background: linear-gradient(160deg,var(--aqua),var(--teal)); }
.inst-photo img { position: absolute; inset: 0px; width: 100%; height: 100%; object-fit: cover; display: block; }
.inst-photo .sil { position: absolute; inset: 0px; display: grid; place-items: end center; }
.inst-photo .sil svg { width: 42%; height: auto; }
.inst-photo .pc { position: absolute; top: 0.7rem; left: 0.7rem; font-size: 0.54rem; letter-spacing: 0.16em; text-transform: uppercase; color: rgb(255, 255, 255); opacity: 0.8; padding: 0.35rem 0.65rem; border: 1px solid rgba(255, 255, 255, 0.4); border-radius: 0px; }
.inst-body { padding: clamp(1.3rem, 1.8vw, 1.7rem); display: flex; flex-direction: column; align-items: center; text-align: center; flex: 1 1 0%; }
.inst-role { font-size: 0.6rem; letter-spacing: 0.22em; text-transform: uppercase; color: var(--tan); margin-bottom: 0.5rem; font-weight: 600; }
.inst-name { font-family: var(--serif); font-style: italic; font-weight: 300; font-size: 1.45rem; color: var(--deep); margin-bottom: 0.7rem; line-height: 1.15; }
.inst-blurb { font-size: 0.84rem; opacity: 0.7; line-height: 1.55; color: var(--ink); max-width: 34ch; margin-bottom: 0.8rem; min-height: 3.9rem; }
.inst-blurb-full { font-size: 0.84rem; opacity: 0.72; line-height: 1.6; color: var(--ink); text-align: left; }
.inst-blurb-full p { padding-top: 0.6rem; }
.more-wrap { width: 100%; }
.inst-card .more-btn { justify-content: center; margin: 0px auto 0.2rem; color: var(--teal); font-size: 0.72rem; }
.creds { margin: 0.4rem 0px 0.2rem; display: flex; flex-wrap: wrap; gap: 0.35rem; place-content: flex-start center; min-height: 4.2rem; }
.creds span { font-size: 0.62rem; padding: 0.3rem 0.6rem; border-radius: 0px; background: rgba(40, 82, 96, 0.08); border: 1px solid rgba(40, 82, 96, 0.14); color: var(--deep); }
.inst-cta { margin-top: auto; display: inline-flex; align-items: center; justify-content: center; align-self: stretch; padding: 0.8rem 1.4rem; background: var(--teal); color: var(--paper); border-width: medium; border-style: none; border-color: currentcolor; border-image: none; font-family: inherit; font-size: 0.66rem; font-weight: 600; letter-spacing: 0.2em; text-transform: uppercase; text-decoration: none; cursor: pointer; transition: background 0.35s; }
.inst-cta:hover { background: var(--deep); }
.testi { background: rgb(84, 140, 146); color: var(--deep); overflow: hidden; position: relative; padding: clamp(4.5rem, 8vw, 8rem) 0px; }
.testi .wrap { position: relative; z-index: 1; }
.testi .eyebrow-serif { font-size: 0.7rem; letter-spacing: 0.28em; text-transform: uppercase; font-weight: 500; font-family: var(--sans); font-style: normal; color: rgba(224, 215, 207, 0.78); margin-bottom: 1.3rem; display: inline-block; }
.testi .why-title { color: var(--paper); }
.testi .why-title .acc-ital { font-family: var(--serif); font-style: italic; font-weight: 300; color: var(--aqua); }
.testi .why-head p { color: var(--cream); opacity: 0.85; max-width: 100%; font-size: 1rem; line-height: 1.7; }
.testi-folders { grid-template-columns: repeat(4, 1fr); }
@media (max-width: 1080px) {
  .testi-folders { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 560px) {
  .testi-folders { grid-template-columns: 1fr; }
}
@media (min-width: 1081px) {
  .testi-folders .tquote { font-size: 0.9rem; line-height: 1.62; margin-bottom: 1.3rem; }
}
.testi-folders .folder { min-height: 0px; }
.testi-folders .tquote { font-family: var(--serif); font-style: italic; font-weight: 300; font-size: 0.98rem; line-height: 1.7; color: rgba(28, 52, 61, 0.8); margin: 0px 0px 1.6rem; }
.testi-folders .tname { margin-top: auto; font-family: var(--sans); font-style: normal; font-size: 0.62rem; letter-spacing: 0.26em; text-transform: uppercase; font-weight: 600; color: var(--tan); }
.faq { background: var(--paper); }
.faq-grid { display: grid; grid-template-columns: 2fr 3fr; gap: 4rem; align-items: start; }
.faq-grid > * { min-width: 0px; }
@media (max-width: 880px) {
  .faq-grid { grid-template-columns: 1fr; gap: 2rem; }
}
.faq-list { display: flex; flex-direction: column; gap: 0.85rem; }
.faq-item { overflow: hidden; border-radius: 4px; background: var(--deep); color: var(--paper); border-width: medium; border-style: none; border-color: currentcolor; border-image: none; box-shadow: rgba(28, 52, 61, 0.55) 0px 18px 40px -30px; }
.faq-q { width: 100%; background: none; border-width: medium; border-style: none; border-color: currentcolor; border-image: none; cursor: pointer; font-family: inherit; color: var(--paper); display: flex; justify-content: space-between; align-items: center; gap: 1.2rem; padding: 1.2rem 1.4rem; text-align: left; font-size: 1rem; font-weight: 500; }
.faq-q .plus { width: 18px; height: 18px; position: relative; flex-shrink: 0; }
.faq-q .plus::before, .faq-q .plus::after { content: ""; position: absolute; background: var(--paper); top: 50%; left: 50%; transform: translate(-50%, -50%); }
.faq-q .plus::before { width: 13px; height: 1.5px; }
.faq-q .plus::after { width: 1.5px; height: 13px; transition: transform 0.4s; }
.faq-item.open .plus::after { transform: translate(-50%, -50%) scaleY(0); }
.faq-a { max-height: 0px; overflow: hidden; transition: max-height 0.5s cubic-bezier(0.2, 0.8, 0.2, 1); }
.faq-a-inner { padding: 0px 1.4rem 1.2rem; font-size: 0.9rem; opacity: 0.84; line-height: 1.6; max-width: 40rem; }
.cta { overflow: hidden; }
.cta-stage { position: relative; border-radius: var(--card-radius); overflow: hidden; padding: 5rem 2rem; text-align: center; background: linear-gradient(160deg,var(--teal),var(--deep)); color: var(--paper); }
.cta-stage .mist { z-index: 0; }
.cta-inner { position: relative; z-index: 2; max-width: 680px; margin: 0px auto; }
.cta-inner h2 { font-family: var(--serif); font-style: italic; font-weight: 300; font-size: clamp(2.2rem, 5vw, 3.6rem); margin-bottom: 0.9rem; line-height: 1; }
.cta-inner h2 b { font-family: var(--sans); font-style: normal; font-weight: 500; letter-spacing: -0.01em; }
.cta-inner p { opacity: 0.85; margin-bottom: 1.8rem; font-size: 0.98rem; }
.cta-inner .actions { display: flex; gap: 0.7rem; justify-content: center; flex-wrap: wrap; }
footer { background: var(--ink); color: var(--paper); padding: 4rem 0px 1.8rem; }
.foot-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 3rem; padding-bottom: 2.6rem; border-bottom: 1px solid rgba(255, 255, 255, 0.14); text-align: center; align-items: start; }
@media (max-width: 860px) {
  .foot-grid { grid-template-columns: 1fr 1fr; gap: 2.4rem; }
}
@media (max-width: 520px) {
  .foot-grid { grid-template-columns: 1fr; gap: 2rem; }
}
.foot-brand { display: flex; flex-direction: column; align-items: center; }
.foot-brand .fb-logo { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 0.7rem; margin-bottom: 0.9rem; }
.foot-brand .fb-logo-img { height: 2.35rem; width: auto; display: block; flex: 0 0 auto; order: 2; }
.foot-brand .fb-logo .txt { font-size: 1.15rem; font-weight: 600; text-align: center; }
.foot-brand .fb-logo .txt small { display: block; font-family: var(--serif); font-style: italic; font-weight: 300; font-size: 0.82rem; opacity: 0.7; letter-spacing: 0.01em; }
.foot-brand p { opacity: 0.7; font-size: 0.88rem; line-height: 1.6; max-width: 22rem; }
.foot-col { display: flex; flex-direction: column; align-items: center; }
.foot-col h4 { font-size: 0.6rem; letter-spacing: 0.24em; text-transform: uppercase; opacity: 0.55; margin-bottom: 1.1rem; font-weight: 600; }
.foot-col ul { list-style: none; }
.foot-col a { color: inherit; text-decoration: none; transition: opacity 0.3s; }
.foot-col a:hover { opacity: 0.55; }
.foot-contact { display: flex; flex-direction: column; align-items: center; }
.foot-contact li { font-size: 0.88rem; opacity: 0.85; margin-bottom: 0.6rem; line-height: 1.45; text-align: center; }
.foot-social-tag { font-family: var(--serif); font-style: italic; font-weight: 300; font-size: 0.9rem; opacity: 0.65; margin-bottom: 1rem; }
.foot-socials { display: flex; justify-content: center; gap: 0.8rem; }
.soc-btn { display: flex; align-items: center; justify-content: center; width: 42px; height: 42px; border-radius: 50%; background: rgba(180, 215, 216, 0.14); color: var(--aqua); transition: background 0.3s, transform 0.3s, color 0.3s; }
.soc-btn svg { width: 20px; height: 20px; }
.soc-btn:hover { background: var(--aqua); color: var(--ink); transform: translateY(-3px); }
.foot-bottom { display: flex; justify-content: flex-end; align-items: center; flex-wrap: wrap; gap: 0.7rem; margin-top: 1.8rem; font-size: 0.72rem; opacity: 0.5; letter-spacing: 0.04em; }
@media (max-width: 520px) {
  .foot-bottom { justify-content: flex-start; }
}
.r-up { opacity: 0; transform: translateY(32px); }
.r-fade { opacity: 0; }
.intro-video { background: var(--deep); }
.intro-video .eyebrow { color: var(--tan); }
.intro-video .btn-fill { background: var(--paper); color: var(--deep); border-color: var(--paper); }
.intro-video .btn-fill:hover { background: transparent; color: var(--paper); }
.iv-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 4vw, 3.6rem); align-items: center; }
.iv-copy { order: 1; }
.iv-media { order: 2; }
.iv-media { width: 100%; display: flex; flex-direction: column; align-items: center; }
.iv-frame { position: relative; width: 100%; max-width: 357px; aspect-ratio: 9 / 16; background: var(--ink); overflow: hidden; border-radius: 4px; border: 1px solid rgba(180, 215, 216, 0.18); box-shadow: rgba(0, 0, 0, 0.5) 0px 30px 60px -24px; }
.iv-frame video { position: absolute; inset: 0px; width: 100%; height: 100%; object-fit: cover; display: block; cursor: pointer; }
.iv-play { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 74px; height: 74px; border-radius: 50%; border-width: medium; border-style: none; border-color: currentcolor; border-image: none; background: rgba(255, 255, 255, 0.92); color: var(--deep); display: flex; align-items: center; justify-content: center; cursor: pointer; transition: transform 0.3s, opacity 0.3s, background 0.3s; box-shadow: rgba(0, 0, 0, 0.25) 0px 8px 24px; }
.iv-play:hover { transform: translate(-50%, -50%) scale(1.08); background: rgb(255, 255, 255); }
.iv-play svg { width: 26px; height: 26px; }
.iv-play .ic-play { margin-left: 3px; }
.iv-play .ic-pause { display: none; }
.iv-frame.is-playing .iv-play { opacity: 0; pointer-events: none; }
.iv-frame.is-playing:hover .iv-play { opacity: 1; pointer-events: auto; }
.iv-frame.is-playing .ic-play { display: none; }
.iv-frame.is-playing .ic-pause { display: block; }
.iv-caption { margin-top: 1rem; font-size: 0.78rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--aqua); text-align: center; }
.iv-copy .eyebrow { margin-bottom: 1.1rem; }
.iv-title { font-family: var(--sans); font-size: clamp(1.9rem, 3.4vw, 2.7rem); font-weight: 300; line-height: 1.1; color: var(--paper); letter-spacing: -0.01em; margin-bottom: 1.1rem; }
.iv-title .acc-ital { font-family: var(--serif); font-style: italic; font-weight: 300; color: var(--aqua); }
.iv-sub { font-size: 1.02rem; line-height: 1.7; color: var(--cream); opacity: 0.85; max-width: 34rem; margin-bottom: 1.5rem; }
.iv-cta { margin-top: 1.8rem; }
@media (max-width: 720px) {
  .iv-grid { grid-template-columns: 1fr; gap: 1.9rem; justify-items: center; text-align: center; }
  .iv-copy { order: 0; }
  .iv-media { order: 0; max-width: 300px; }
  .iv-sub { margin-left: auto; margin-right: auto; }
  .iv-copy .who-for { justify-content: center; }
  .iv-caption { font-size: 0.6rem; letter-spacing: 0.06em; white-space: nowrap; }
}

/* ============================================================
   Member login + booking dialogs (app-specific, preserved from
   the previous landing.css — the designer's static page has no
   working dialogs). Animated via resources/js/*-dialog.js.
   ============================================================ */
.login-modal{position:fixed;inset:0;z-index:1000;display:flex;align-items:center;justify-content:center;padding:1.25rem;opacity:0;background:rgba(28,52,61,.55);backdrop-filter:blur(6px);}
.login-modal[hidden]{display:none !important;}
.login-card{position:relative;width:100%;max-width:420px;padding:2rem 1.75rem;border-radius:24px;background:var(--cream);border:1px solid var(--glass-light-brd);box-shadow:0 30px 80px rgba(40,82,96,.28);opacity:0;transform:translateY(16px) scale(.92);}
.login-close{position:absolute;top:.9rem;right:1rem;border:0;background:transparent;font-size:1.6rem;line-height:1;color:var(--teal);cursor:pointer;}
.login-close:hover{color:var(--deep);}
.login-head{margin-bottom:1.25rem;}
/* The logo's typeface, not the page's editorial serif. Fraunces belongs to the marketing
   page around it; the moment a member signs in they are in the product, and the product —
   portal and app alike — is set in Segoe. Signing in should look like the thing being
   signed into. */
.login-head .txt{font-family:var(--sans);font-weight:600;font-size:1.15rem;color:var(--deep);}
.login-head .txt small{display:block;font-weight:400;font-size:.7rem;letter-spacing:.06em;text-transform:uppercase;opacity:.6;}
.login-head h3{font-family:var(--sans);font-weight:600;font-size:1.5rem;color:var(--deep);margin-top:.4rem;}
/* Shown only when the member arrived by scanning the studio's code. */
.login-scan-note{margin-top:.5rem;font-size:.9rem;line-height:1.45;color:var(--teal);}
.login-form{display:flex;flex-direction:column;gap:.85rem;}
.login-label{font-size:.85rem;font-weight:600;color:var(--deep);}
.login-field{width:100%;padding:.75rem .9rem;border:1px solid rgba(40,82,96,.22);border-radius:12px;font:inherit;background:#fff;color:var(--ink);}
.login-field:focus{outline:none;border-color:var(--teal);box-shadow:0 0 0 3px rgba(84,140,146,.18);}
.login-btn{display:inline-flex;align-items:center;justify-content:center;gap:.4rem;padding:.8rem 1.25rem;border:0;border-radius:999px;background:var(--deep);color:#fff;font:inherit;font-weight:600;cursor:pointer;transform-origin:center;will-change:transform;}
.login-btn:hover{background:var(--teal);}
.login-btn:disabled{opacity:.7;cursor:default;}
.login-foot{font-size:.85rem;color:var(--teal);text-align:center;margin-top:.2rem;}
.login-foot a{color:var(--deep);text-decoration:underline;}
.login-status{font-size:.9rem;color:var(--deep);background:var(--aqua);padding:.6rem .8rem;border-radius:10px;}
.login-error{font-size:.9rem;color:#7f1d1d;background:#fde2e1;padding:.6rem .8rem;border-radius:10px;}
.book-card{max-width:440px;}
.book-plan{font-size:.9rem;color:var(--deep);background:var(--aqua);padding:.6rem .8rem;border-radius:10px;}
.book-phone-row{display:flex;gap:.5rem;}
.book-cc{flex:0 0 62px;text-align:center;}
.book-phone-row #book-phone{flex:1;}
/* Sign-in takes a real country picker rather than a fixed +91, so the cell has to hold
   a four-digit code plus the select's own arrow. */
.book-phone-row #login-phone{flex:1;min-width:0;}
select.book-cc{flex:0 0 88px;padding-left:.5rem;padding-right:.5rem;text-align:left;}
.book-btn{transform-origin:center;will-change:transform;}
.book-signin{display:inline-block;margin-left:.25rem;padding:.25rem .7rem;border-radius:999px;background:var(--deep);color:#fff !important;text-decoration:none !important;font-weight:600;}

/* ------------------------------------------------------------
   App nav additions: the "Member login" link (the designer's
   static nav had no member sign-in). Inherit the nav colour so
   it reads on both the transparent and scrolled states.
   ------------------------------------------------------------ */
.nav-right{align-items:center;gap:1rem;}
.nav-login{color:inherit;text-decoration:none;font-size:.82rem;letter-spacing:.02em;opacity:.85;white-space:nowrap;transition:opacity .3s;}
.nav-login:hover{opacity:1;}
@media (max-width:860px){ .nav-right .nav-login{display:none;} }
