/*
Theme Name: Shakti Holistic Wellness
Author: Summit Technology
Author URI: https://summit-mi.com/
Description: A standalone WordPress theme for Shakti, with responsive layouts, service filtering, MassageBook links, a Services sidebar editor, wellness spotlight, a sanctuary story editor, practitioner profiles, multi-duration pricing, and an opt-in draft-page setup. No Node.js or parent theme required.
Version: 1.2.1
Requires at least: 6.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: shakti-holistic-wellness
Tags: custom-logo, custom-menu, featured-images, theme-options, full-width-template
*/

:root {
  --ink: #183431;
  --ink-soft: #46605c;
  --forest: #244f49;
  --forest-deep: #173b36;
  --teal: #5ca7a1;
  --mint: #cfe7e1;
  --sage: #dbe5d8;
  --cream: #f7f3ea;
  --paper: #fcfaf5;
  --white: #fffefb;
  --gold: #c6a66b;
  --line: rgba(24, 52, 49, .14);
  --shadow: 0 24px 60px rgba(22, 55, 50, .12);
  --radius-lg: 34px;
  --radius-md: 22px;
  --radius-sm: 14px;
  --serif: 'Libre Caslon Display', Georgia, serif;
  --sans: 'DM Sans', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--sans);
  color: var(--ink);
  background: var(--paper);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
body.nav-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, textarea { font: inherit; }
::selection { background: var(--mint); color: var(--forest-deep); }

.sr-only {
  position: absolute !important;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0,0,0,0);
  white-space: nowrap; border: 0;
}
.skip-link {
  position: fixed; z-index: 9999; left: 1rem; top: .75rem;
  transform: translateY(-200%);
  background: var(--forest-deep); color: white;
  padding: .8rem 1rem; border-radius: 8px;
  text-decoration: none;
}
.skip-link:focus { transform: none; }

h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.05; }
h1, h2 { font-family: var(--serif); font-weight: 400; letter-spacing: -.025em; }
h1 em, h2 em { color: var(--teal); font-weight: 400; }

.section { padding: 7.5rem 1.5rem; }
.section-shell, .hero-shell, .nav-shell, .footer-shell, .footer-bottom {
  width: min(1180px, 100%);
  margin: 0 auto;
}
.eyebrow {
  margin-bottom: 1.25rem;
  font-size: .74rem;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.eyebrow.dark { color: var(--teal); }
.eyebrow.light { color: #bde0d8; }

/* Header */
.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 1000;
  padding: 1rem 1.5rem;
  transition: background .25s ease, box-shadow .25s ease, padding .25s ease;
}
.site-header.scrolled {
  background: rgba(252, 250, 245, .93);
  box-shadow: 0 10px 32px rgba(20, 54, 49, .08);
  backdrop-filter: blur(16px);
  padding-block: .65rem;
}
.nav-shell { display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.brand { display: inline-flex; align-items: center; gap: .75rem; text-decoration: none; }
.brand-mark {
  display: grid; place-items: center;
  width: 42px; height: 42px;
  border: 1px solid rgba(36, 79, 73, .35);
  border-radius: 50% 50% 50% 12px;
  color: var(--forest);
  font-family: var(--serif); font-size: 1.5rem;
  background: rgba(255,255,255,.42);
}
.brand-mark::first-letter { transform: rotate(-45deg); }
.brand-mark { text-indent: 0; }
.brand-mark::after { content: ''; }
.brand-copy { display: flex; flex-direction: column; line-height: 1.02; color: var(--forest-deep); }
.brand-copy strong { font-family: var(--serif); font-size: 1.45rem; font-weight: 400; letter-spacing: .03em; }
.brand-copy small { margin-top: .18rem; font-size: .64rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.primary-nav { display: flex; align-items: center; gap: 1.65rem; }
.primary-nav > a { position: relative; text-decoration: none; font-size: .91rem; font-weight: 600; color: var(--ink); }
.primary-nav > a:not(.nav-book)::after {
  content: ''; position: absolute; left: 0; right: 100%; bottom: -.38rem; height: 1px; background: var(--forest);
  transition: right .2s ease;
}
.primary-nav > a:hover::after, .primary-nav > a.active::after { right: 0; }
.primary-nav .nav-book {
  padding: .72rem 1.12rem;
  border-radius: 999px;
  background: var(--forest);
  color: white;
  transition: transform .2s ease, background .2s ease;
}
.primary-nav .nav-book:hover { transform: translateY(-1px); background: var(--forest-deep); }
.nav-toggle { display: none; border: 0; background: none; padding: .5rem; }
.nav-toggle span:not(.sr-only) { display: block; width: 24px; height: 1.5px; background: var(--forest); margin: 5px 0; }

/* Buttons */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .65rem;
  min-height: 48px;
  padding: .86rem 1.35rem;
  border-radius: 999px;
  border: 1px solid transparent;
  text-decoration: none;
  font-weight: 700;
  font-size: .91rem;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease, color .2s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--forest); color: white; box-shadow: 0 12px 30px rgba(36,79,73,.19); }
.btn-primary:hover { background: var(--forest-deep); box-shadow: 0 16px 34px rgba(36,79,73,.27); }
.btn-outline { border-color: rgba(36,79,73,.35); color: var(--forest); background: transparent; }
.btn-outline:hover { background: var(--forest); color: white; }
.btn-quiet { color: var(--forest); border-color: transparent; }
.btn-light { background: var(--cream); color: var(--forest-deep); }
.btn-light:hover { background: white; }
.text-link { display: inline-flex; gap: .5rem; color: var(--forest); font-weight: 700; text-decoration-thickness: 1px; text-underline-offset: 5px; }
.text-link span { transition: transform .2s ease; }
.text-link:hover span { transform: translateX(4px); }

/* Home hero */
.home-hero {
  position: relative;
  overflow: hidden;
  min-height: 760px;
  padding: 9.5rem 1.5rem 6.5rem;
  background: linear-gradient(135deg, #eef3e9 0%, #f7f3ea 44%, #e5f0ed 100%);
}
.hero-shell {
  position: relative; z-index: 2;
  display: grid; grid-template-columns: 1.03fr .97fr; align-items: center; gap: 5rem;
}
.hero-copy h1 { max-width: 670px; margin-bottom: 1.5rem; font-size: clamp(4.3rem, 7vw, 7rem); }
.hero-copy .eyebrow { color: var(--forest); }
.hero-lead { max-width: 600px; color: var(--ink-soft); font-size: 1.16rem; }
.button-row { display: flex; gap: .6rem; flex-wrap: wrap; margin-top: 2rem; }
.hero-proof { display: flex; flex-wrap: wrap; gap: 1.25rem 2rem; margin-top: 3rem; padding-top: 1.5rem; border-top: 1px solid var(--line); color: var(--ink-soft); font-size: .82rem; }
.hero-proof span { display: flex; align-items: baseline; gap: .32rem; }
.hero-proof strong { font-family: var(--serif); font-size: 1.35rem; color: var(--forest); font-weight: 400; }
.hero-visual { position: relative; max-width: 530px; margin-left: auto; }
.hero-image-wrap { position: relative; overflow: hidden; border-radius: 240px 240px 40px 40px; box-shadow: var(--shadow); background: var(--sage); }
.hero-image-wrap img { width: 100%; aspect-ratio: .88; object-fit: cover; object-position: center 20%; }
.hero-image-wrap::after { content: ''; position: absolute; inset: 0; background: linear-gradient(to top, rgba(11,44,40,.5), transparent 48%); pointer-events: none; }
.hero-image-note { position: absolute; z-index: 2; left: 1.75rem; right: 1.75rem; bottom: 1.6rem; color: white; }
.hero-image-note span, .hero-image-note small { display: block; }
.hero-image-note span { margin-bottom: .3rem; font-size: .68rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; opacity: .78; }
.hero-image-note strong { display: block; font-family: var(--serif); font-size: 2rem; font-weight: 400; }
.hero-image-note small { margin-top: .2rem; font-size: .76rem; opacity: .88; }
.orbit-badge {
  position: absolute; right: -36px; top: 15%; z-index: 4;
  display: grid; place-items: center;
  width: 112px; height: 112px; border-radius: 50%;
  background: var(--forest); color: white; box-shadow: 0 16px 40px rgba(26,70,64,.25);
  font-size: .55rem; letter-spacing: .12em; text-align: center;
}
.orbit-badge b { font-size: 1rem; color: #cfb887; }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(1px); opacity: .55; }
.hero-glow-one { width: 430px; height: 430px; background: radial-gradient(circle, #c5e2db, transparent 68%); right: -90px; top: -70px; }
.hero-glow-two { width: 350px; height: 350px; border: 1px solid rgba(36,79,73,.13); left: -170px; bottom: -160px; }

.soft-strip { padding: 1.15rem 1.5rem; background: var(--forest); color: rgba(255,255,255,.78); }
.soft-strip-inner { width: min(1120px,100%); margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 1rem; font-size: .7rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.soft-strip i { width: 4px; height: 4px; border-radius: 50%; background: var(--gold); }

/* Shared home sections */
.intro-section { background: var(--paper); }
.split-intro { display: grid; grid-template-columns: .9fr 1.1fr; gap: 7rem; align-items: start; }
.intro-kicker h2 { max-width: 540px; font-size: clamp(3rem, 5vw, 5.2rem); }
.intro-copy { padding-top: 2.1rem; }
.intro-copy p { color: var(--ink-soft); font-size: 1.08rem; }
.intro-copy .text-link { margin-top: .8rem; }

.photo-story-section { padding-top: 2rem; background: var(--paper); }
.photo-story-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: center; }
.photo-stack { position: relative; min-height: 610px; }
.photo-main { width: 80%; height: 540px; object-fit: cover; border-radius: var(--radius-lg); box-shadow: var(--shadow); }
.photo-float { position: absolute; right: 0; bottom: 0; width: 49%; aspect-ratio: 1; object-fit: cover; border: 10px solid var(--paper); border-radius: 50%; box-shadow: 0 16px 45px rgba(26,60,55,.15); }
.story-card h2 { margin-bottom: 1.5rem; font-size: clamp(2.7rem, 4.7vw, 4.6rem); }
.story-card > p { color: var(--ink-soft); font-size: 1.05rem; }
.experience-list { margin-top: 2.2rem; border-top: 1px solid var(--line); }
.experience-list > div { display: grid; grid-template-columns: 52px 1fr; gap: 1rem; padding: 1.2rem 0; border-bottom: 1px solid var(--line); }
.experience-list span { font-family: var(--serif); color: var(--teal); font-size: 1.2rem; }
.experience-list p { margin: 0; color: var(--ink-soft); }
.experience-list strong { color: var(--ink); }

.services-preview-section { background: linear-gradient(180deg, #edf2e8 0%, #e7f0ed 100%); }
.section-heading { max-width: 720px; margin-bottom: 3.5rem; }
.section-heading.centered { margin-left: auto; margin-right: auto; text-align: center; }
.section-heading h2 { margin-bottom: 1rem; font-size: clamp(3rem, 5vw, 5rem); }
.section-heading > p:last-child { color: var(--ink-soft); font-size: 1.05rem; }
.featured-services { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.1rem; }
.featured-service { display: flex; flex-direction: column; min-height: 480px; padding: 2rem; border: 1px solid rgba(36,79,73,.12); border-radius: var(--radius-md); background: rgba(255,254,251,.78); transition: transform .25s ease, box-shadow .25s ease, background .25s ease; }
.featured-service:hover { transform: translateY(-6px); box-shadow: var(--shadow); background: var(--white); }
.service-number { font-family: var(--serif); font-size: 2.3rem; color: rgba(36,79,73,.18); }
.service-category { margin: 1.2rem 0 .65rem; color: var(--teal); font-size: .68rem; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.featured-service h3 { min-height: 3.4rem; margin-bottom: 1rem; font-family: var(--serif); font-size: 2rem; font-weight: 400; }
.featured-service > p:not(.service-category) { color: var(--ink-soft); }
.service-meta { display: flex; justify-content: space-between; gap: 1rem; margin-top: auto; padding-top: 1.4rem; border-top: 1px solid var(--line); color: var(--ink-soft); font-size: .87rem; }
.service-meta strong { color: var(--forest); font-size: 1rem; }
.featured-service > a { display: flex; justify-content: space-between; margin-top: 1.15rem; color: var(--forest); font-weight: 700; text-decoration: none; }
.center-action { margin-top: 2.4rem; text-align: center; }

.signature-section { position: relative; overflow: hidden; background: var(--forest-deep); color: white; }
.signature-section::before { content: ''; position: absolute; width: 500px; height: 500px; border: 1px solid rgba(255,255,255,.08); border-radius: 50%; top: -290px; right: -160px; }
.signature-shell { display: grid; grid-template-columns: .75fr 1.25fr; gap: 6rem; align-items: start; }
.signature-copy h2 { font-size: clamp(3rem, 5vw, 5rem); }
.signature-copy p:last-child { color: rgba(255,255,255,.68); }
.signature-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: rgba(255,255,255,.12); }
.signature-grid > div { min-height: 220px; padding: 2rem; background: var(--forest-deep); }
.signature-grid > div > span { display: block; margin-bottom: 2.4rem; color: #d8bf8c; font-size: 1.45rem; }
.signature-grid h3 { margin-bottom: .65rem; font-family: var(--serif); font-size: 1.65rem; font-weight: 400; }
.signature-grid p { margin: 0; color: rgba(255,255,255,.62); font-size: .9rem; }

.visit-section { background: var(--cream); }
.visit-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 2rem; }
.visit-card, .hours-card { padding: 3rem; border-radius: var(--radius-lg); background: var(--white); box-shadow: 0 14px 40px rgba(25,55,50,.07); }
.visit-card h2 { max-width: 580px; font-size: clamp(3.2rem, 5vw, 5.2rem); }
.visit-address { max-width: 360px; margin-top: 2rem; color: var(--ink-soft); font-size: 1.05rem; }
.visit-actions { margin-top: 2rem; }
.hours-heading { display: flex; align-items: baseline; justify-content: space-between; gap: 1rem; margin-bottom: 1rem; }
.hours-heading span { font-family: var(--serif); font-size: 2.2rem; }
.hours-heading small { color: var(--teal); font-weight: 700; }
.hours-list > div { display: flex; justify-content: space-between; gap: 1rem; padding: .82rem 0; border-bottom: 1px solid var(--line); font-size: .88rem; }
.hours-list span { color: var(--ink-soft); }
.hours-note { margin: 1.4rem 0 0; color: var(--ink-soft); font-size: .78rem; line-height: 1.7; }

.closing-cta { padding: 7rem 1.5rem; background: linear-gradient(135deg, #244f49, #173b36); color: white; text-align: center; }
.closing-cta-inner { width: min(770px,100%); margin: 0 auto; }
.closing-cta h2 { margin-bottom: 1.2rem; font-size: clamp(3.2rem, 6vw, 6rem); }
.closing-cta p:not(.eyebrow) { color: rgba(255,255,255,.72); }
.closing-cta .btn { margin-top: 1.3rem; }
.compact-cta { padding-block: 5.5rem; }

/* Page heroes */
.page-hero {
  padding: 11rem 1.5rem 6.5rem;
  background: linear-gradient(135deg, var(--forest-deep), #2d665e);
  color: white;
}
.page-hero-inner { max-width: 900px; margin-left: max(calc((100% - 1180px)/2),0px); }
.page-hero h1 { max-width: 900px; margin-bottom: 1.6rem; font-size: clamp(4rem, 7vw, 7rem); }
.page-hero p:last-child { max-width: 660px; color: rgba(255,255,255,.72); font-size: 1.12rem; }

/* Services */
.service-browser { background: var(--paper); }
.service-browser-top { display: flex; align-items: end; justify-content: space-between; gap: 2rem; margin-bottom: 2.5rem; }
.service-browser-top h2 { margin: 0; font-size: clamp(3rem,4.5vw,4.5rem); }
.filter-row { display: flex; flex-wrap: wrap; gap: .45rem; }
.filter-btn { padding: .58rem .9rem; border: 1px solid var(--line); border-radius: 999px; background: transparent; color: var(--ink-soft); cursor: pointer; font-size: .78rem; font-weight: 700; }
.filter-btn.active, .filter-btn:hover { background: var(--forest); color: white; border-color: var(--forest); }
.service-list { border-top: 1px solid var(--line); }
.service-row { display: grid; grid-template-columns: 70px minmax(0,1fr) 180px; gap: 2rem; padding: 2.5rem 0; border-bottom: 1px solid var(--line); }
.service-row[hidden] { display: none; }
.service-row-number { font-family: var(--serif); font-size: 1.6rem; color: rgba(36,79,73,.28); }
.service-row-topline { display: flex; align-items: center; gap: .7rem; min-height: 24px; }
.service-row .service-category { margin: 0; }
.service-badge { padding: .25rem .55rem; border-radius: 999px; background: var(--sage); color: var(--forest); font-size: .65rem; font-weight: 700; }
.service-row h2 { margin: .65rem 0 .85rem; font-family: var(--serif); font-size: clamp(1.8rem,3vw,2.8rem); font-weight: 400; }
.service-row-main > p:last-child { max-width: 760px; margin: 0; color: var(--ink-soft); }
.service-row-meta { display: flex; flex-direction: column; align-items: flex-end; text-align: right; }
.service-row-meta span { color: var(--ink-soft); font-size: .8rem; }
.service-row-meta strong { margin-top: .2rem; font-family: var(--serif); font-size: 1.65rem; color: var(--forest); font-weight: 400; }
.service-book { display: inline-flex; gap: .5rem; margin-top: auto; color: var(--forest); font-weight: 700; text-decoration: none; }
.service-book span { transition: transform .2s ease; }
.service-book:hover span { transform: translateX(4px); }
.service-note-section { background: #e9efea; }
.service-note-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: 5rem; align-items: center; }
.service-note-photo img { width: 100%; aspect-ratio: 4/3; object-fit: cover; border-radius: var(--radius-lg); box-shadow: var(--shadow); }
.service-note-copy h2 { font-size: clamp(3rem,5vw,5rem); }
.service-note-copy > p:not(.eyebrow) { color: var(--ink-soft); font-size: 1.05rem; }
.service-note-copy .btn { margin-top: 1rem; }

/* About */
.about-hero { padding: 10.5rem 1.5rem 6.5rem; background: linear-gradient(135deg, #f5f0e5, #e6efeb); }
.about-hero-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 5rem; align-items: center; }
.about-hero-copy h1 { max-width: 720px; margin-bottom: 1.5rem; font-size: clamp(4.2rem, 7vw, 6.8rem); }
.about-hero-copy > p:not(.eyebrow) { max-width: 610px; color: var(--ink-soft); font-size: 1.12rem; }
.about-hero-photo img { width: 100%; aspect-ratio: .93; object-fit: cover; border-radius: 48% 48% 24px 24px; box-shadow: var(--shadow); }
.about-credentials { display: flex; gap: 2rem; flex-wrap: wrap; margin-top: 2.5rem; padding-top: 1.5rem; border-top: 1px solid var(--line); color: var(--ink-soft); font-size: .78rem; }
.about-credentials span { max-width: 260px; }
.about-credentials strong { display: block; margin-bottom: .18rem; color: var(--forest); font-family: var(--serif); font-size: 1.35rem; font-weight: 400; }
.founder-story-section { background: var(--paper); }
.founder-story-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 7rem; align-items: start; }
.founder-quote { position: sticky; top: 120px; padding: 2.2rem; border-left: 2px solid var(--gold); background: var(--cream); }
.founder-quote p { font-family: var(--serif); font-size: clamp(2.1rem,4vw,3.2rem); line-height: 1.1; }
.founder-quote span { color: var(--teal); font-size: .8rem; font-weight: 700; }
.founder-story h2 { font-size: clamp(3rem,5vw,5rem); }
.founder-story p:not(.eyebrow) { color: var(--ink-soft); font-size: 1.05rem; }
.journey-section { background: #eaf0eb; }
.journey-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 1px; background: rgba(36,79,73,.14); }
.journey-card { min-height: 310px; padding: 2rem; background: #eaf0eb; }
.journey-card span { display: block; margin-bottom: 4rem; color: var(--teal); font-family: var(--serif); font-size: 1.35rem; }
.journey-card h3 { margin-bottom: .65rem; font-family: var(--serif); font-size: 2rem; font-weight: 400; }
.journey-card p { color: var(--ink-soft); font-size: .9rem; }
.gallery-section { padding-top: 3rem; background: var(--paper); }
.gallery-grid { display: grid; grid-template-columns: 1.2fr .8fr; grid-template-rows: 1fr 1fr; gap: 1rem; }
.gallery-grid figure { margin: 0; overflow: hidden; border-radius: var(--radius-md); min-height: 270px; }
.gallery-grid .gallery-tall { grid-row: 1 / span 2; }
.gallery-grid img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.gallery-grid figure:hover img { transform: scale(1.025); }
.philosophy-section { background: var(--cream); }
.philosophy-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 5rem; align-items: center; }
.philosophy-image img { width: 100%; aspect-ratio: 4/5; object-fit: cover; object-position: center top; border-radius: var(--radius-lg); }
.philosophy-copy h2 { font-size: clamp(3rem,5vw,5rem); }
.philosophy-copy > p:not(.eyebrow) { color: var(--ink-soft); }
.check-list { margin: 2rem 0; padding: 0; list-style: none; }
.check-list li { position: relative; padding: .8rem 0 .8rem 2rem; border-bottom: 1px solid var(--line); color: var(--ink-soft); }
.check-list li::before { content: '✦'; position: absolute; left: 0; color: var(--gold); }

/* 404 */
.not-found { min-height: 70vh; padding-top: 12rem; text-align: center; }
.not-found-inner { max-width: 700px; }
.not-found h1 { font-size: clamp(3.5rem,7vw,6rem); }
.not-found p:not(.eyebrow) { color: var(--ink-soft); }

/* Footer */
.site-footer { padding: 5rem 1.5rem 1.5rem; background: #102f2b; color: white; }
.footer-shell { display: grid; grid-template-columns: 2fr 1.1fr .75fr .75fr; gap: 3rem; padding-bottom: 4rem; }
.brand-footer .brand-mark { color: white; border-color: rgba(255,255,255,.35); background: rgba(255,255,255,.05); }
.brand-footer .brand-copy { color: white; }
.footer-brand > p { max-width: 320px; margin: 1.4rem 0 0; color: rgba(255,255,255,.58); }
.footer-column { display: flex; flex-direction: column; align-items: flex-start; gap: .55rem; }
.footer-column h2 { margin-bottom: .6rem; font-family: var(--sans); font-size: .72rem; letter-spacing: .15em; text-transform: uppercase; color: #b7d9d2; }
.footer-column p, .footer-column a { margin: 0; color: rgba(255,255,255,.64); font-size: .86rem; text-decoration: none; }
.footer-column a:hover { color: white; }
.footer-bottom { display: flex; justify-content: space-between; gap: 2rem; padding-top: 1.4rem; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.45); font-size: .72rem; }
.footer-bottom p { margin: 0; }
.footer-bottom a { color: inherit; }

/* Motion */
.reveal { opacity: 1; transform: none; transition: opacity .7s ease, transform .7s ease; }
.reveal-delay { transition-delay: .13s; }
.reveal.is-visible { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}

@media (max-width: 980px) {
  .section { padding-block: 5.5rem; }
  .primary-nav { gap: 1rem; }
  .hero-shell, .about-hero-grid { gap: 3rem; }
  .hero-copy h1, .about-hero-copy h1 { font-size: clamp(3.8rem,8vw,5.8rem); }
  .featured-services { grid-template-columns: 1fr 1fr; }
  .featured-service:last-child { grid-column: 1 / -1; min-height: 350px; }
  .signature-shell, .founder-story-grid { grid-template-columns: 1fr; gap: 3.5rem; }
  .founder-quote { position: static; }
  .journey-grid { grid-template-columns: 1fr 1fr; }
  .footer-shell { grid-template-columns: 1.7fr 1fr 1fr; }
  .footer-column:last-child { grid-column: 2 / -1; }
}

@media (max-width: 760px) {
  .site-header { padding: .75rem 1rem; background: rgba(252,250,245,.94); backdrop-filter: blur(12px); }
  .brand-copy strong { font-size: 1.25rem; }
  .brand-copy small { font-size: .56rem; }
  .brand-mark { width: 38px; height: 38px; }
  .nav-toggle { display: block; position: relative; z-index: 1002; cursor: pointer; }
  .primary-nav {
    position: fixed; inset: 0; z-index: 1001;
    display: flex; flex-direction: column; align-items: stretch; justify-content: center;
    gap: 0; padding: 6rem 2rem 2rem;
    background: var(--cream);
    transform: translateY(-102%); transition: transform .3s ease;
  }
  .primary-nav.open { transform: none; }
  .primary-nav > a { padding: 1rem 0; border-bottom: 1px solid var(--line); font-family: var(--serif); font-size: 2rem; font-weight: 400; }
  .primary-nav > a::after { display: none; }
  .primary-nav .nav-book { margin-top: 1.4rem; padding: 1rem 1.2rem; text-align: center; font-family: var(--sans); font-size: .9rem; font-weight: 700; }

  .home-hero { min-height: auto; padding: 8.5rem 1rem 4rem; }
  .hero-shell, .about-hero-grid, .split-intro, .photo-story-grid, .visit-grid, .service-note-grid, .philosophy-grid { grid-template-columns: 1fr; }
  .hero-shell { gap: 3.5rem; }
  .hero-copy h1 { font-size: clamp(3.8rem,16vw,5.2rem); }
  .hero-visual { margin: 0 auto; }
  .orbit-badge { right: -6px; width: 94px; height: 94px; }
  .hero-proof { gap: 1rem; }
  .soft-strip-inner { justify-content: center; flex-wrap: wrap; }
  .soft-strip-inner i:nth-of-type(2), .soft-strip-inner span:nth-of-type(n+3) { display: none; }
  .section { padding: 4.7rem 1rem; }
  .split-intro, .photo-story-grid { gap: 2.8rem; }
  .intro-kicker h2, .story-card h2, .section-heading h2, .visit-card h2, .service-note-copy h2, .founder-story h2, .philosophy-copy h2 { font-size: clamp(2.8rem,13vw,4rem); }
  .intro-copy { padding-top: 0; }
  .photo-stack { min-height: 450px; }
  .photo-main { height: 410px; width: 86%; }
  .photo-float { width: 50%; border-width: 6px; }
  .featured-services { grid-template-columns: 1fr; }
  .featured-service:last-child { grid-column: auto; }
  .featured-service { min-height: auto; }
  .signature-grid { grid-template-columns: 1fr; }
  .signature-grid > div { min-height: 180px; }
  .visit-card, .hours-card { padding: 2rem; border-radius: var(--radius-md); }

  .page-hero { padding: 9rem 1rem 4.5rem; }
  .page-hero h1 { font-size: clamp(3.5rem,15vw,5rem); }
  .service-browser-top { align-items: flex-start; flex-direction: column; }
  .service-row { grid-template-columns: 42px 1fr; gap: 1rem; padding: 2rem 0; }
  .service-row-meta { grid-column: 2; flex-direction: row; align-items: center; justify-content: space-between; gap: 1rem; padding-top: 1rem; border-top: 1px dashed var(--line); text-align: left; }
  .service-row-meta strong { margin: 0 auto 0 .35rem; }
  .service-book { margin-top: 0; }

  .about-hero { padding: 8.5rem 1rem 4.5rem; }
  .about-hero-grid { gap: 3rem; }
  .about-hero-copy h1 { font-size: clamp(3.6rem,15vw,5rem); }
  .about-hero-photo { max-width: 520px; }
  .journey-grid { grid-template-columns: 1fr; }
  .journey-card { min-height: 250px; }
  .journey-card span { margin-bottom: 2rem; }
  .gallery-grid { grid-template-columns: 1fr; grid-template-rows: auto; }
  .gallery-grid .gallery-tall { grid-row: auto; }
  .gallery-grid figure { min-height: 310px; }
  .philosophy-image { max-width: 520px; }

  .closing-cta { padding: 5rem 1rem; }
  .closing-cta h2 { font-size: clamp(3rem,14vw,4.6rem); }
  .footer-shell { grid-template-columns: 1fr 1fr; gap: 2.5rem 1.5rem; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-column:last-child { grid-column: auto; }
  .footer-bottom { flex-direction: column; gap: .45rem; }
}

@media (max-width: 480px) {
  .hero-proof { flex-direction: column; }
  .button-row .btn { width: 100%; }
  .soft-strip-inner span:nth-of-type(2) { display: none; }
  .soft-strip-inner i { display: none; }
  .signature-grid > div { padding: 1.5rem; }
  .service-row { grid-template-columns: 1fr; }
  .service-row-number { display: none; }
  .service-row-meta { grid-column: 1; flex-wrap: wrap; }
  .service-row-meta strong { margin-left: 0; }
  .service-book { width: 100%; justify-content: space-between; margin-top: .5rem; }
  .footer-shell { grid-template-columns: 1fr; }
}

/* A single, uncropped experience photograph, editable in Shakti Story. */
.photo-single { min-width: 0; }
.photo-single .photo-main { display: block; width: 100%; height: auto; aspect-ratio: 4 / 3; object-fit: cover; }
