/*
Theme Name: House of Glow
Theme URI: https://houseofglow.com
Author: Jamie Jarvis
Author URI: https://www.linkedin.com/in/jamie-jarvis-22a0a158/
Description: A light, luminous therapy and wellness theme for House of Glow — featuring a magenta-to-indigo accent palette, lotus motif, and a warm, airy design built for individual therapy and wellness practices.
Version: 1.1.7
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: house-of-glow
Tags: wellness, therapy, one-page, custom-colors, custom-logo, featured-images, full-width-template

*/

/* =============================================
   CSS CUSTOM PROPERTIES
   ============================================= */
:root {
  --white: #FFFFFF;
  --off-white: #FAFAF8;
  --surface: #F5F3F0;
  --surface2: #EFECEA;
  --text-dark: #1E1A2E;
  --text-mid: #6B6478;
  --text-light: #A49DB0;
  --magenta: #B8389A;
  --purple: #6B3FA0;
  --indigo: #2E2070;
  --lilac: #C9B8E8;
  --blush: #F0E8F6;
  --blush2: #E8D8F2;
  --grad: linear-gradient(135deg, #B8389A 0%, #6B3FA0 50%, #2E2070 100%);
  --grad-soft: linear-gradient(135deg, rgba(184,56,154,0.12) 0%, rgba(46,32,112,0.08) 100%);
  --border: rgba(107,63,160,0.12);
  --border-mid: rgba(107,63,160,0.22);
  --border-radius-sm: 8px;
  --border-radius-md: 14px;
  --border-radius-lg: 20px;
  --border-radius-pill: 50px;
  --shadow-soft: 0 8px 32px rgba(107,63,160,0.10);
  --shadow-card: 0 2px 16px rgba(107,63,160,0.07);
}

/* =============================================
   RESET & BASE
   ============================================= */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html { scroll-behavior: smooth; }

body {
  font-family: 'DM Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  background: var(--white);
  color: var(--text-dark);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; height: auto; display: block; }

a { color: var(--purple); text-decoration: none; transition: color 0.2s; }
a:hover { color: var(--magenta); }

ul, ol { list-style: none; }

/* =============================================
   TYPOGRAPHY
   ============================================= */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-weight: 300;
  line-height: 1.15;
  color: var(--text-dark);
}

h1 { font-size: clamp(42px, 5vw, 64px); }
h2 { font-size: clamp(32px, 4vw, 48px); }
h3 { font-size: clamp(22px, 3vw, 30px); }
h4 { font-size: 22px; }

p { font-size: 15px; line-height: 1.85; color: var(--text-mid); font-weight: 300; }

.gradient-text {
  background: var(--grad);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* =============================================
   LAYOUT UTILITIES
   ============================================= */
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 52px;
}

.section-pad { padding: 110px 52px; }

.text-center { text-align: center; }
.text-light { color: var(--text-light); }
.text-mid { color: var(--text-mid); }

/* =============================================
   BUTTONS
   ============================================= */
.btn { display: inline-block; cursor: pointer; font-family: 'DM Sans', sans-serif; font-weight: 400; font-size: 13px; letter-spacing: 0.03em; border: none; transition: all 0.25s; }

.btn-grad {
  background: var(--grad);
  color: #fff;
  padding: 14px 34px;
  border-radius: var(--border-radius-pill);
}
.btn-grad:hover { opacity: 0.88; color: #fff; transform: translateY(-1px); }

.btn-ghost {
  background: transparent;
  color: var(--purple);
  padding: 13px 28px;
  border-radius: var(--border-radius-pill);
  border: 1.5px solid var(--lilac);
  font-weight: 300;
}
.btn-ghost:hover { background: var(--blush); color: var(--purple); }

.btn-outline-dark {
  background: transparent;
  color: var(--text-dark);
  padding: 12px 28px;
  border-radius: var(--border-radius-pill);
  border: 1.5px solid var(--border-mid);
}
.btn-outline-dark:hover { background: var(--blush); border-color: var(--lilac); color: var(--purple); }

/* =============================================
   SECTION LABELS & HEADINGS
   ============================================= */
.sec-label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--purple);
  margin-bottom: 20px;
  font-weight: 400;
}

.sec-label-line {
  width: 20px;
  height: 1.5px;
  background: var(--grad);
  border-radius: 2px;
  display: inline-block;
  flex-shrink: 0;
}

/* =============================================
   NAVIGATION
   ============================================= */
.site-header {
  position: sticky;
  top: 0;
  z-index: 200;
  background: rgba(255,255,255,0.96);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--border);
}

.nav-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 52px;
}

.nav-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
}

.custom-logo {
  max-width: 200px;
  height: auto;
  width: auto;
}

.nav-logo-img { width: 32px; height: 32px; }

.nav-logo-text .house {
  font-size: 10px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--text-light);
  display: block;
  font-family: 'DM Sans', sans-serif;
  font-weight: 300;
  line-height: 1.2;
}

.nav-logo-text .glow {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 20px;
  letter-spacing: 0.1em;
  font-weight: 400;
  background: var(--grad);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  display: block;
  line-height: 1.2;
}

.nav-menu {
  display: flex;
  align-items: center;
  gap: 36px;
}

.nav-menu a {
  font-size: 13px;
  letter-spacing: 0.04em;
  color: var(--text-mid);
  font-weight: 300;
}
.nav-menu a:hover { color: var(--text-dark); }

.nav-menu .btn-grad {
  font-size: 12px;
  padding: 10px 22px;
  color: var(--white);
}

/* Mobile hamburger */
.nav-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  background: none;
  border: none;
  padding: 4px;
}
.nav-toggle span {
  display: block;
  width: 22px;
  height: 1.5px;
  background: var(--text-dark);
  border-radius: 2px;
  transition: all 0.25s;
}

/* =============================================
   HERO SECTION
   ============================================= */
.hero-section {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  min-height: 92vh;
}

.hero-left {
  background: var(--off-white);
  padding: 90px 64px 90px 52px;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
}

.hero-left::before {
  content: '';
  position: absolute;
  bottom: -80px;
  left: -80px;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background: radial-gradient(ellipse, rgba(184,56,154,0.07) 0%, transparent 70%);
  pointer-events: none;
}

.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--purple);
  margin-bottom: 28px;
  font-weight: 400;
}

.eyebrow-dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--grad);
  display: inline-block;
  flex-shrink: 0;
}

.hero-title {
  font-size: clamp(40px, 4.5vw, 64px);
  margin-bottom: 28px;
}

.hero-subtitle {
  font-size: 15px;
  line-height: 1.85;
  color: var(--text-mid);
  font-weight: 300;
  max-width: 420px;
  margin-bottom: 48px;
}

.hero-btns {
  display: flex;
  gap: 14px;
  align-items: center;
  flex-wrap: wrap;
}

.hero-stats {
  display: flex;
  gap: 40px;
  margin-top: 64px;
  padding-top: 40px;
  border-top: 1px solid var(--border);
}

.stat-num {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 32px;
  font-weight: 300;
  background: var(--grad);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1;
  display: block;
}

.stat-label {
  font-size: 11px;
  color: var(--text-light);
  margin-top: 5px;
  font-weight: 300;
  letter-spacing: 0.04em;
  display: block;
}

.hero-right {
  position: relative;
  overflow: hidden;
}

.hero-image-wrap {
  width: 100%;
  height: 100%;
  min-height: 500px;
  position: relative;
  display: flex;
  align-items: flex-end;
  padding: 52px;
}

.hero-image-wrap img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}

.hero-image-wrap .hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(160deg, rgba(240,232,246,0.3) 0%, rgba(200,176,224,0.4) 100%);
}

.hero-image-placeholder {
  width: 100%;
  height: 100%;
  min-height: 500px;
  background: linear-gradient(160deg, #F0E8F6 0%, #DDD0F0 40%, #C8B0E0 100%);
  position: absolute;
  inset: 0;
}

.hero-therapist-card {
  background: white;
  border-radius: var(--border-radius-lg);
  padding: 20px 24px;
  position: relative;
  z-index: 2;
  max-width: 240px;
  box-shadow: var(--shadow-soft);
}

.hero-card-label {
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--text-light);
  margin-bottom: 6px;
  display: block;
}

.hero-card-name {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 19px;
  font-weight: 400;
  color: var(--text-dark);
  display: block;
}

.hero-card-title {
  font-size: 12px;
  color: var(--text-mid);
  margin-top: 3px;
  font-weight: 300;
  display: block;
}

.hero-card-status {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: var(--blush);
  border: 1px solid var(--lilac);
  border-radius: var(--border-radius-pill);
  padding: 5px 12px;
  margin-top: 12px;
  font-size: 11px;
  color: var(--purple);
  font-weight: 400;
}

.status-dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--magenta);
  display: inline-block;
  flex-shrink: 0;
}

/* =============================================
   ABOUT / MEET THE THERAPIST
   ============================================= */
.about-section {
  padding: 110px 52px;
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 88px;
  align-items: center;
  background: var(--white);
}

.about-image-wrap { position: relative; }

.about-portrait {
  width: 100%;
  aspect-ratio: 3 / 4;
  border-radius: 120px 120px 16px 16px;
  overflow: hidden;
  position: relative;
  background: linear-gradient(160deg, #EDE0F8 0%, #D4C0EC 50%, #C0A8E0 100%);
}

.about-portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}

.about-badge {
  position: absolute;
  bottom: -16px;
  right: -16px;
  background: white;
  border: 1px solid var(--border-mid);
  border-radius: var(--border-radius-md);
  padding: 18px 22px;
  box-shadow: var(--shadow-soft);
}

.about-badge-name {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 17px;
  font-weight: 400;
  color: var(--text-dark);
  display: block;
}

.about-badge-cred {
  font-size: 11px;
  color: var(--text-mid);
  margin-top: 3px;
  font-weight: 300;
  letter-spacing: 0.04em;
  display: block;
}

.about-content { padding-top: 8px; }

.cred-list { margin-top: 30px; }

.cred-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 13px 0;
  border-top: 1px solid var(--border);
  font-size: 13px;
  color: var(--text-mid);
  font-weight: 300;
  line-height: 1.5;
}

.cred-pip {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--blush);
  border: 1.5px solid var(--lilac);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 1px;
}

.cred-pip-inner {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--grad);
}

/* =============================================
   SERVICES SECTION
   ============================================= */
.services-section {
  padding: 110px 52px;
  background: var(--off-white);
}

.services-header {
  text-align: center;
  max-width: 560px;
  margin: 0 auto 68px;
}

.services-header .sec-label { justify-content: center; }

.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.service-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--border-radius-lg);
  padding: 40px 32px;
  position: relative;
  overflow: hidden;
  transition: border-color 0.3s, box-shadow 0.3s, transform 0.3s;
  cursor: default;
}

.service-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: var(--grad);
  border-radius: var(--border-radius-lg) var(--border-radius-lg) 0 0;
  opacity: 0;
  transition: opacity 0.3s;
}

.service-card:hover {
  border-color: var(--lilac);
  box-shadow: var(--shadow-soft);
  transform: translateY(-3px);
}

.service-card:hover::before { opacity: 1; }

.service-icon-wrap {
  width: 52px;
  height: 52px;
  background: var(--blush);
  border-radius: var(--border-radius-md);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}

.service-icon-wrap img,
.service-icon-wrap svg {
  width: 28px;
  height: 28px;
}

.service-number {
  font-size: 10px;
  letter-spacing: 0.18em;
  color: var(--text-light);
  margin-bottom: 12px;
  display: block;
  text-transform: uppercase;
}

.service-name {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 26px;
  font-weight: 400;
  color: var(--text-dark);
  margin-bottom: 14px;
  line-height: 1.2;
}

.service-desc {
  font-size: 13px;
  line-height: 1.85;
  color: var(--text-mid);
  font-weight: 300;
  margin-bottom: 24px;
}

.service-price {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--blush);
  border-radius: var(--border-radius-pill);
  padding: 6px 16px;
  font-size: 12px;
  color: var(--purple);
  font-weight: 400;
}

.service-cta {
  display: inline-block;
  margin-top: 20px;
  font-size: 13px;
  text-decoration: none;
}

.services-section .service-card .service-image {
  width: 100%;
  aspect-ratio: 1;
  border-radius: var(--border-radius-lg);
  overflow: hidden;
  margin-bottom: 16px;
}

.services-section .service-card .service-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.services-section .service-card .service-image-placeholder {
  width: 100%;
  height: 100%;
  min-height: 200px;
  background: var(--surface);
}

.service-name a {
  color: inherit;
  text-decoration: none;
}

.service-name a:hover {
  color: var(--purple);
}

/* =============================================
   SINGLE SERVICE PAGE
   ============================================= */
.single-service {
  max-width: 820px;
  margin: 0 auto;
  padding: 60px 24px 80px;
}

.single-service-header {
  margin-bottom: 32px;
}

.single-service-back {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: var(--text-mid);
  text-decoration: none;
  margin-bottom: 24px;
}

.single-service-back:hover {
  color: var(--purple);
}

.single-service-back .back-icon {
  flex-shrink: 0;
}

.single-service-number {
  display: block;
  font-size: 10px;
  letter-spacing: 0.18em;
  color: var(--text-light);
  text-transform: uppercase;
  margin-bottom: 8px;
}

.single-service-title {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(32px, 5vw, 44px);
  font-weight: 400;
  color: var(--text-dark);
  line-height: 1.2;
  margin-bottom: 12px;
}

.single-service-price {
  font-size: 14px;
  color: var(--purple);
  font-weight: 400;
}

.single-service-image {
  width: 100%;
  border-radius: var(--border-radius-lg);
  overflow: hidden;
  margin-bottom: 40px;
}

.single-service-image img {
  width: 100%;
  height: auto;
  display: block;
  vertical-align: middle;
}

.single-service-content {
  font-size: 16px;
  line-height: 1.75;
  color: var(--text-mid);
}

.single-service-content p {
  margin-bottom: 1.25em;
}

.single-service-rates {
  margin-top: 48px;
  padding-top: 32px;
  border-top: 1px solid var(--border);
}

.single-service-rates-title {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 24px;
  font-weight: 400;
  color: var(--text-dark);
  margin-bottom: 20px;
}

.single-service-rates-empty {
  font-size: 14px;
  color: var(--text-mid);
  margin: 0;
  grid-column: 1 / -1;
}

.single-service-rates-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 16px;
}

.rate-card {
  background: var(--blush);
  border: 1px solid var(--border);
  border-radius: var(--border-radius-md);
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.rate-card-label {
  font-size: 12px;
  letter-spacing: 0.04em;
  color: var(--text-mid);
  font-weight: 400;
}

.rate-card-value {
  font-size: 20px;
  font-weight: 500;
  color: var(--purple);
}

.single-service-cta {
  margin-top: 48px;
  padding-top: 32px;
  border-top: 1px solid var(--border);
}

/* =============================================
   BOOKING / CONTACT SECTION
   ============================================= */
.booking-section {
  padding: 110px 52px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: start;
  background: var(--white);
}

.booking-detail-list { margin-top: 36px; }

.booking-detail-item {
  display: flex;
  gap: 18px;
  padding: 18px 0;
  border-top: 1px solid var(--border);
  align-items: flex-start;
}

.booking-icon {
  width: 42px;
  height: 42px;
  border-radius: var(--border-radius-sm);
  background: var(--blush);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.booking-icon svg {
  width: 18px;
  height: 18px;
  stroke: var(--purple);
  fill: none;
  stroke-width: 1.5;
}

.booking-detail-label {
  font-size: 10px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--text-light);
  margin-bottom: 4px;
  font-weight: 400;
  display: block;
}

.booking-detail-value {
  font-size: 14px;
  color: var(--text-dark);
  font-weight: 300;
  line-height: 1.6;
}

/* =============================================
   CONTACT FORM
   ============================================= */
.form-card {
  background: var(--off-white);
  border: 1px solid var(--border);
  border-radius: 24px;
  padding: 44px;
}

.form-card-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 32px;
}

.form-logo-sm { width: 26px; height: 26px; }

.form-card-title {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 24px;
  font-weight: 400;
  color: var(--text-dark);
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.form-field { margin-bottom: 16px; }

.form-field label {
  display: block;
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--text-mid);
  margin-bottom: 7px;
  font-weight: 400;
}

.form-field input,
.form-field select,
.form-field textarea {
  width: 100%;
  padding: 11px 14px;
  background: var(--white);
  border: 1px solid var(--border-mid);
  border-radius: 10px;
  font-family: 'DM Sans', sans-serif;
  font-size: 13px;
  color: var(--text-dark);
  font-weight: 300;
  outline: none;
  -webkit-appearance: none;
  appearance: none;
  transition: border-color 0.2s;
}

.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
  border-color: var(--lilac);
  box-shadow: 0 0 0 3px rgba(201, 184, 232, 0.25);
}

.form-field textarea {
  height: 88px;
  resize: vertical;
}

.form-submit {
  width: 100%;
  background: var(--grad);
  color: white;
  padding: 15px;
  font-family: 'DM Sans', sans-serif;
  font-size: 13px;
  letter-spacing: 0.04em;
  border: none;
  border-radius: var(--border-radius-pill);
  cursor: pointer;
  margin-top: 8px;
  font-weight: 400;
  transition: opacity 0.2s, transform 0.2s;
}

.form-submit:hover { opacity: 0.88; transform: translateY(-1px); }

.form-privacy-note {
  text-align: center;
  font-size: 11px;
  color: var(--text-light);
  margin-top: 14px;
  font-weight: 300;
}

/* =============================================
   TESTIMONIALS
   ============================================= */
.testimonials-section {
  padding: 110px 52px;
  background: var(--surface);
  text-align: center;
}

.testimonials-header { margin-bottom: 64px; }
.testimonials-header .sec-label { justify-content: center; }

.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  max-width: 1100px;
  margin: 0 auto;
}

.testimonial-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--border-radius-lg);
  padding: 36px 32px;
  text-align: left;
}

.testimonial-stars {
  display: flex;
  gap: 4px;
  margin-bottom: 20px;
}

.star {
  width: 14px;
  height: 14px;
  background: var(--grad);
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z'/%3E%3C/svg%3E") no-repeat center;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z'/%3E%3C/svg%3E") no-repeat center;
  -webkit-mask-size: contain;
  mask-size: contain;
}

.testimonial-quote {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 18px;
  font-style: italic;
  font-weight: 300;
  color: var(--text-dark);
  line-height: 1.6;
  margin-bottom: 20px;
}

.testimonial-author {
  font-size: 12px;
  color: var(--text-light);
  font-weight: 400;
  letter-spacing: 0.06em;
}

/* =============================================
   FOOTER
   ============================================= */
.site-footer {
  background: var(--surface);
  border-top: 1px solid var(--border);
  padding: 56px 52px;
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 32px;
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 12px;
}

.footer-lotus { width: 28px; height: 28px; }

.footer-brand-text .house {
  font-size: 9px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--text-light);
  display: block;
  font-family: 'DM Sans', sans-serif;
  font-weight: 300;
}

.footer-brand-text .glow {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 20px;
  letter-spacing: 0.1em;
  background: var(--grad);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  display: block;
}

.footer-tagline {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 15px;
  font-style: italic;
  color: var(--text-light);
}

.footer-badge {
  width: 150px;
}

.footer-nav {
  display: flex;
  gap: 28px;
}

.footer-nav a {
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--text-light);
  font-weight: 300;
}

.footer-nav a:hover { color: var(--purple); }

.footer-bottom {
  border-top: 1px solid var(--border);
  padding-top: 24px;
  margin-top: 40px;
  font-size: 11px;
  color: var(--text-light);
  font-weight: 300;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}

/* =============================================
   RESPONSIVE
   ============================================= */
@media (max-width: 1024px) {
  .hero-section { grid-template-columns: 1fr; }
  .hero-right { min-height: 400px; }
  .about-section { grid-template-columns: 1fr; gap: 60px; }
  .booking-section { grid-template-columns: 1fr; gap: 60px; }
  .services-grid { grid-template-columns: 1fr 1fr; }
  .testimonials-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 768px) {
  .nav-inner { padding: 16px 24px; }
  .nav-menu { display: none; }
  .nav-menu.is-open {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: white;
    padding: 24px;
    border-bottom: 1px solid var(--border);
    gap: 20px;
    z-index: 100;
  }
  .nav-toggle { display: flex; }
  .site-header { position: relative; }

  .hero-left { padding: 60px 24px; }
  .section-pad, .services-section, .about-section, .booking-section, .testimonials-section { padding: 72px 24px; }
  .services-grid { grid-template-columns: 1fr; }
  .testimonials-grid { grid-template-columns: 1fr; }
  .hero-stats { gap: 24px; flex-wrap: wrap; }
  .form-row { grid-template-columns: 1fr; }
  .footer-inner { flex-direction: column; align-items: flex-start; }
  .footer-nav { flex-wrap: wrap; }
  .form-card { padding: 28px 24px; }
  .about-badge { right: 0; bottom: -12px; }
}
