/* Calm Yoga — Soft Lavender / Warm White / Mauve yoga & mindfulness studio */
:root {
  --primary: #7c6a98; --primary-light: #9a88b8;
  --accent: #c4a0b0; --accent-light: #d8b8c8;
  --text: #2a2030; --text-muted: #7a7080;
  --bg: #fdfcff; --bg-alt: #f5f0f8;
  --border: #e0d8ec; --radius: 4px;
  --font-sans: 'Jost', 'Helvetica Neue', Arial, sans-serif;
  --font-serif: 'Cormorant Garamond', Georgia, serif;
  --font-body: 'Jost', 'Helvetica Neue', Arial, sans-serif;
  --max-w: 1140px;
  --shadow: 0 2px 20px rgba(42,32,48,0.07);
}
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
body { font-family: var(--font-body); color: var(--text); background: var(--bg); line-height: 1.85; }
.skip-link { position: absolute; top: -40px; left: 0; background: var(--primary); color: #fff; padding: 8px 16px; z-index: 9999; transition: top 0.35s; }
.skip-link:focus { top: 0; }
.container { max-width: var(--max-w); margin: 0 auto; padding: 0 2rem; }
.btn { display: inline-block; padding: 0.875rem 2.5rem; font-family: var(--font-body); font-weight: 500; text-decoration: none; cursor: pointer; transition: all 0.35s; border: 1px solid transparent; font-size: 0.85rem; letter-spacing: 0.1em; text-transform: uppercase; border-radius: 100px; }
.btn-primary { background: var(--primary); color: #fff; }
.btn-primary:hover { background: var(--primary-light); }
.btn-outline { background: transparent; color: var(--primary); border-color: var(--primary); }
.btn-outline:hover { background: var(--primary); color: #fff; }
.btn-lg { padding: 1.1rem 3rem; }
.btn-full { width: 100%; text-align: center; }
.site-header { position: sticky; top: 0; background: rgba(253,252,255,0.97); backdrop-filter: blur(8px); border-bottom: 1px solid var(--border); z-index: 100; padding: 1.5rem 0; }
.header-inner { display: flex; align-items: center; gap: 2rem; }
.site-logo { flex: 1; }
.logo-text { font-family: var(--font-serif); font-size: 1.625rem; font-weight: 400; color: var(--text); letter-spacing: 0.04em; font-style: italic; }
.site-logo img { height: 40px; width: auto; }
.site-nav ul { display: flex; gap: 2rem; list-style: none; }
.site-nav a { color: var(--text-muted); text-decoration: none; font-size: 0.8rem; font-weight: 400; letter-spacing: 0.1em; text-transform: uppercase; transition: color 0.35s; }
.site-nav a:hover { color: var(--primary); }
.hero { min-height: 88vh; display: flex; align-items: center; background: linear-gradient(150deg, #ece8f8 0%, #f5f0f8 50%, #fdfcff 100%); }
.hero-inner { width: 100%; }
.hero-content { max-width: 540px; }
.hero-eyebrow { font-size: 0.82rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--accent); margin-bottom: 1.5rem; display: block; }
.hero h1 { font-family: var(--font-serif); font-size: clamp(2.5rem, 6vw, 4.5rem); font-weight: 400; line-height: 1.15; letter-spacing: 0.02em; margin-bottom: 1.5rem; font-style: italic; }
.hero-sub { color: var(--text-muted); margin-bottom: 2.5rem; font-size: 1.0625rem; line-height: 1.9; }
.hero-actions { display: flex; gap: 1rem; flex-wrap: wrap; margin-bottom: 1.75rem; }
.hero-hours { font-size: 0.85rem; color: var(--text-muted); margin-bottom: 1rem; }
.instagram-link { display: inline-flex; align-items: center; gap: 0.4rem; font-size: 0.85rem; color: var(--text-muted); text-decoration: none; }
.instagram-link:hover { color: var(--primary); }
.services-section { padding: 6rem 0; }
.services-section h2 { font-family: var(--font-serif); font-size: 2.75rem; font-weight: 400; text-align: center; margin-bottom: 0.5rem; font-style: italic; }
.section-sub { text-align: center; color: var(--text-muted); font-size: 0.9375rem; margin-bottom: 3.5rem; }
.services-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(230px, 1fr)); gap: 1.5rem; margin-bottom: 3rem; }
.service-card { padding: 2.5rem 2rem; background: var(--bg-alt); border: 1px solid var(--border); border-radius: var(--radius); }
.service-card h3 { font-family: var(--font-serif); font-size: 1.375rem; font-weight: 400; margin-bottom: 0.75rem; font-style: italic; }
.service-card p { font-size: 0.875rem; color: var(--text-muted); margin-bottom: 0.75rem; line-height: 1.8; }
.service-price { font-size: 0.875rem; font-weight: 500; color: var(--primary); display: block; }
.service-duration { font-size: 0.775rem; color: var(--text-muted); }
.services-cta { text-align: center; }
.gallery-section { padding: 6rem 0; background: var(--bg-alt); }
.gallery-section h2 { font-family: var(--font-serif); font-size: 2.75rem; font-weight: 400; text-align: center; margin-bottom: 2.5rem; font-style: italic; }
.gallery-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; margin-bottom: 1.5rem; }
.gallery-item img { width: 100%; aspect-ratio: 1; object-fit: cover; display: block; border-radius: 4px; }
.gallery-cta, .gallery-empty { text-align: center; font-size: 0.9rem; color: var(--text-muted); }
.gallery-cta a, .gallery-empty a { color: var(--primary); text-decoration: none; }
.team-section { padding: 6rem 0; }
.team-section h2 { font-family: var(--font-serif); font-size: 2.75rem; font-weight: 400; text-align: center; margin-bottom: 2.5rem; font-style: italic; }
.team-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: 2.5rem; }
.team-card { text-align: center; }
.team-card img { width: 100%; aspect-ratio: 1; object-fit: cover; margin-bottom: 1.5rem; border-radius: 50%; }
.team-card h3 { font-family: var(--font-serif); font-size: 1.25rem; font-weight: 400; margin-bottom: 0.25rem; font-style: italic; }
.member-role { font-size: 0.78rem; color: var(--accent); font-weight: 500; letter-spacing: 0.12em; text-transform: uppercase; margin-bottom: 0.4rem; }
.member-specialty { font-size: 0.875rem; color: var(--text-muted); margin-bottom: 0.75rem; }
.book-section { padding: 6rem 0; background: var(--bg-alt); }
.book-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: start; }
.book-info h2 { font-family: var(--font-serif); font-size: 2.5rem; font-weight: 400; margin-bottom: 0.75rem; font-style: italic; }
.book-info > p { color: var(--text-muted); margin-bottom: 1.5rem; font-size: 1rem; line-height: 1.9; }
.book-contact { list-style: none; display: flex; flex-direction: column; gap: 0.5rem; margin-bottom: 1.5rem; }
.book-contact li, .book-contact a { font-size: 0.9375rem; color: var(--text); text-decoration: none; }
.book-contact a:hover { color: var(--primary); }
.book-form { background: var(--bg); padding: 2.5rem; border: 1px solid var(--border); border-radius: var(--radius); box-shadow: var(--shadow); }
.book-form h3 { font-family: var(--font-serif); font-size: 1.75rem; font-weight: 400; margin-bottom: 1.5rem; font-style: italic; }
.form-group { margin-bottom: 1.25rem; }
.form-group label { display: block; font-size: 0.78rem; font-weight: 500; letter-spacing: 0.1em; text-transform: uppercase; color: var(--text-muted); margin-bottom: 0.4rem; }
.form-group input, .form-group select, .form-group textarea { width: 100%; padding: 0.875rem 1rem; border: 1px solid var(--border); background: var(--bg-alt); color: var(--text); font-family: var(--font-body); font-size: 0.9375rem; border-radius: var(--radius); transition: border-color 0.35s; }
.form-group input:focus, .form-group select:focus, .form-group textarea:focus { outline: none; border-color: var(--primary); }
.site-footer { background: #2a2030; color: rgba(253,252,255,0.5); padding: 2.5rem 0; font-size: 0.85rem; }
.footer-inner { display: flex; flex-wrap: wrap; align-items: center; gap: 1.5rem; justify-content: space-between; }
.footer-brand strong { font-family: var(--font-serif); color: rgba(253,252,255,0.9); font-size: 1.25rem; font-weight: 400; font-style: italic; }
.footer-nav { display: flex; gap: 2rem; }
.footer-nav a { color: rgba(253,252,255,0.45); text-decoration: none; font-size: 0.75rem; letter-spacing: 0.1em; text-transform: uppercase; }
.footer-nav a:hover { color: var(--accent-light); }
.footer-contact { display: flex; flex-direction: column; gap: 0.25rem; }
.footer-contact a { color: rgba(253,252,255,0.45); text-decoration: none; }
.footer-contact a:hover { color: var(--accent-light); }
.footer-copy { width: 100%; text-align: center; font-size: 0.78rem; opacity: 0.35; }
.reviews-section { background: var(--bg); }
.reviews-section h2 { font-family: var(--font-serif); font-weight: 400; font-style: italic; }
.review-card { background: var(--bg-alt); border-color: var(--border); border-radius: var(--radius); }
.star--filled { color: var(--accent); }
.review-text { color: var(--text-muted); }
@media (max-width: 900px) { .book-inner { grid-template-columns: 1fr; } .gallery-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 768px) { .site-nav { display: none; } .hero { min-height: 72vh; } .hero-actions { flex-direction: column; } .gallery-grid { grid-template-columns: repeat(2, 1fr); } }
