/* ============================================================
   Serene Serenity — Main Stylesheet
   Brand: Premium therapeutic massage | San Marcos, TX
   Includes: Legal pages styles
   ============================================================ */

/* ============================================================
   LEGAL PAGES
   ============================================================ */
.legal-hero {
  padding: 140px 0 80px;
  background: linear-gradient(160deg, var(--charcoal) 0%, #042A3D 100%);
  text-align: center;
  position: relative;
  overflow: hidden;
}
.legal-hero::before {
  content: '';
  position: absolute;
  top: -80px; right: -80px;
  width: 320px; height: 320px;
  border-radius: 50%;
  background: rgba(0,119,182,.07);
}
.legal-hero .breadcrumb {
  font-size: .78rem;
  letter-spacing: .15em;
  text-transform: uppercase;
  color: var(--brown-light);
  margin-bottom: 1rem;
}
.legal-hero .breadcrumb a { color: rgba(255,255,255,.45); }
.legal-hero h1 { color: var(--white); font-size: clamp(1.8rem, 4vw, 2.8rem); }
.legal-hero .legal-meta {
  display: flex;
  gap: 2rem;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 1.4rem;
}
.legal-hero .legal-meta span {
  font-size: .8rem;
  color: rgba(255,255,255,.45);
  letter-spacing: .08em;
}
.legal-hero .legal-meta span strong { color: var(--brown-light); }

/* Legal body */
.legal-body { padding: 70px 0 100px; }
.legal-layout {
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 4rem;
  align-items: start;
}

/* Sticky Table of Contents */
.legal-toc {
  position: sticky;
  top: 100px;
}
.legal-toc h4 {
  font-size: .72rem;
  font-weight: 600;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--brown);
  margin-bottom: 1rem;
}
.legal-toc ul { list-style: none; }
.legal-toc ul li { margin-bottom: .4rem; }
.legal-toc ul li a {
  font-size: .88rem;
  color: var(--text-light);
  text-decoration: none;
  transition: color .25s;
  display: block;
  padding: .3rem 0 .3rem .8rem;
  border-left: 2px solid var(--cream);
}
.legal-toc ul li a:hover {
  color: var(--brown);
  border-left-color: var(--brown-light);
}

/* Legal content */
.legal-content h2 {
  font-size: 1.5rem;
  color: var(--charcoal);
  margin: 2.5rem 0 .8rem;
  padding-top: .5rem;
  border-top: 1px solid var(--cream);
}
.legal-content h2:first-child { margin-top: 0; border-top: none; }
.legal-content h3 {
  font-size: 1.1rem;
  color: var(--charcoal);
  margin: 1.6rem 0 .5rem;
}
.legal-content p {
  font-size: .95rem;
  color: var(--text);
  line-height: 1.85;
  margin-bottom: 1rem;
}
.legal-content ul, .legal-content ol {
  padding-left: 1.5rem;
  margin-bottom: 1rem;
}
.legal-content ul { list-style: disc; }
.legal-content ol { list-style: decimal; }
.legal-content li {
  font-size: .95rem;
  color: var(--text);
  line-height: 1.8;
  margin-bottom: .4rem;
}
.legal-content a {
  color: var(--brown);
  text-decoration: underline;
}
.legal-content a:hover { color: var(--brown-dark); }
.legal-highlight {
  background: var(--ivory-dark);
  border-left: 3px solid var(--brown-light);
  border-radius: 0 var(--radius) var(--radius) 0;
  padding: 1.2rem 1.5rem;
  margin: 1.5rem 0;
  font-size: .93rem;
  color: var(--text);
  line-height: 1.8;
}
.legal-contact-box {
  background: var(--charcoal);
  border-radius: var(--radius-lg);
  padding: 2rem 2.2rem;
  margin-top: 2rem;
  color: var(--white);
}
.legal-contact-box h3 { color: var(--white); margin-bottom: .8rem; font-size: 1.2rem; }
.legal-contact-box p  { color: rgba(255,255,255,.65); font-size: .92rem; }
.legal-contact-box a  { color: var(--brown-light); text-decoration: none; }

/* Legal pages nav links */
.legal-pages-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1rem;
  margin-top: 3rem;
}
.legal-page-link {
  display: block;
  padding: 1.2rem 1.5rem;
  background: var(--white);
  border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
  border-left: 3px solid var(--brown-light);
  transition: var(--transition);
}
.legal-page-link:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
  border-left-color: var(--brown);
}
.legal-page-link .lpl-label {
  font-size: .72rem;
  font-weight: 600;
  letter-spacing: .15em;
  text-transform: uppercase;
  color: var(--brown);
  margin-bottom: .3rem;
}
.legal-page-link .lpl-title {
  font-family: var(--ff-serif);
  font-size: 1rem;
  color: var(--charcoal);
}

@media (max-width: 768px) {
  .legal-layout { grid-template-columns: 1fr; }
  .legal-toc { display: none; }
}

/* ---------- Google Fonts ---------- */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500&family=Inter:wght@300;400;500;600&display=swap');

/* ---------- CSS Variables ---------- */
:root {
  /* ── Brand Blue Palette (#0077B6) ── */
  --ivory:       #F0F6FA;          /* light blue-tint background      */
  --ivory-dark:  #E3EFF6;          /* section alt background          */
  --cream:       #C8DDE9;          /* borders / dividers              */
  --brown:       #0077B6;          /* PRIMARY — main blue             */
  --brown-dark:  #005F8E;          /* hover / darker blue             */
  --brown-light: #48B4E0;          /* light blue accent               */
  --sage:        #00B4D8;          /* secondary accent — cyan-blue    */
  --sage-dark:   #0096C7;          /* secondary dark                  */
  --charcoal:    #03293D;          /* dark navy (was warm charcoal)   */
  --text:        #2D3E4A;          /* body text                       */
  --text-light:  #6B8490;          /* muted text                      */
  --white:       #FFFFFF;
  --shadow-sm:   0 2px 12px rgba(0,119,182,.08);
  --shadow-md:   0 8px 32px rgba(0,119,182,.14);
  --shadow-lg:   0 20px 60px rgba(0,119,182,.18);
  --radius:      12px;
  --radius-lg:   20px;
  --transition:  all .35s ease;
  --ff-serif:    'Playfair Display', Georgia, serif;
  --ff-sans:     'Inter', system-ui, sans-serif;
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }
body {
  font-family: var(--ff-sans);
  background-color: var(--ivory);
  color: var(--text);
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; height: auto; }
a { text-decoration: none; color: inherit; }
ul { list-style: none; }
button { cursor: pointer; border: none; background: none; font-family: inherit; }

/* ---------- Typography ---------- */
h1, h2, h3, h4 { font-family: var(--ff-serif); line-height: 1.25; color: var(--charcoal); }
h1 { font-size: clamp(2.4rem, 5vw, 4rem); font-weight: 500; }
h2 { font-size: clamp(1.8rem, 3.5vw, 2.8rem); font-weight: 500; }
h3 { font-size: clamp(1.2rem, 2.5vw, 1.5rem); font-weight: 500; }
p  { font-size: 1rem; color: var(--text); line-height: 1.8; }

/* ---------- Utility ---------- */
.container { max-width: 1200px; margin: 0 auto; padding: 0 2rem; }
.section-pad { padding: 100px 0; }
.section-pad-sm { padding: 70px 0; }
.text-center { text-align: center; }
.text-white { color: var(--white) !important; }
.bg-ivory-dark { background-color: var(--ivory-dark); }
.bg-charcoal { background-color: var(--charcoal); }

/* Section label */
.section-label {
  display: inline-block;
  font-size: .75rem;
  font-weight: 600;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--brown);
  margin-bottom: 1rem;
}
/* Section subtitle */
.section-subtitle {
  max-width: 560px;
  margin: 1rem auto 0;
  color: var(--text-light);
  font-size: 1.05rem;
}

/* Divider line */
.divider {
  width: 52px;
  height: 2px;
  background: var(--brown-light);
  margin: 1.2rem auto 0;
}
.divider-left { margin: 1.2rem 0 0; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  padding: .85rem 2rem;
  border-radius: 50px;
  font-size: .88rem;
  font-weight: 600;
  letter-spacing: .06em;
  text-transform: uppercase;
  transition: var(--transition);
}
.btn-primary {
  background: var(--brown);
  color: var(--white);
  box-shadow: 0 4px 20px rgba(0,119,182,.35);
}
.btn-primary:hover {
  background: var(--brown-dark);
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(0,119,182,.45);
}
.btn-outline {
  border: 2px solid var(--brown);
  color: var(--brown);
}
.btn-outline:hover {
  background: var(--brown);
  color: var(--white);
  transform: translateY(-2px);
}
.btn-outline-white {
  border: 2px solid rgba(255,255,255,.6);
  color: var(--white);
}
.btn-outline-white:hover {
  background: var(--white);
  color: var(--charcoal);
}
.btn-sage {
  background: var(--sage);
  color: var(--white);
  box-shadow: 0 4px 20px rgba(0,180,216,.35);
}
.btn-sage:hover {
  background: var(--sage-dark);
  transform: translateY(-2px);
}

/* ---------- Navigation ---------- */
.navbar {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 1000;
  padding: 1.2rem 0;
  transition: var(--transition);
  background-color: #fff;
}
.navbar.scrolled {
  background: rgba(240,246,250,.97);
  backdrop-filter: blur(14px);
  box-shadow: 0 2px 16px rgba(0,119,182,.10);
  padding: .85rem 0;
}
.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nav-logo {
  display: flex;
  flex-direction: column;
  line-height: 1;
}
.nav-logo-main {
  font-family: var(--ff-serif);
  font-size: 1.45rem;
  font-weight: 700;
  color: var(--charcoal);
  letter-spacing: .02em;
  color: #c36;
  
}
.nav-logo-sub {
  font-size: .65rem;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--brown);
  margin-top: .2rem;
}
/* White logo variant (over dark hero) */
/*.navbar:not(.scrolled) .nav-logo-main { color: var(--white); }
.navbar:not(.scrolled) .nav-logo-sub  { color: rgba(255,255,255,.75); }
.navbar:not(.scrolled) .nav-link      { color: rgba(255,255,255,.9); }
.navbar:not(.scrolled) .nav-cta       { border-color: rgba(255,255,255,.65); color: var(--white); }
.navbar:not(.scrolled) .nav-cta:hover { background: var(--white); color: var(--charcoal); }
.navbar:not(.scrolled) .hamburger span { background: var(--white); }*/

.nav-links {
  display: flex;
  align-items: center;
  gap: 2.5rem;
}
.nav-link {
  font-size: .85rem;
  font-weight: 500;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--charcoal);
  position: relative;
  transition: var(--transition);
}
.nav-link::after {
  content: '';
  position: absolute;
  bottom: -4px; left: 0;
  width: 0; height: 1.5px;
  background: var(--brown);
  transition: width .3s ease;
}
.nav-link:hover::after,
.nav-link.active::after { width: 100%; }
.nav-link:hover { color: var(--brown); }
.nav-link.active { color: var(--brown); }

.nav-cta {
  padding: .6rem 1.5rem;
  border: 1.5px solid var(--brown);
  border-radius: 50px;
  color: var(--brown);
  font-size: .82rem;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
  transition: var(--transition);
}
.nav-cta:hover { background: var(--brown); color: var(--white); }

/* Hamburger */
.hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  padding: 4px;
  background: none;
  border: none;
  cursor: pointer;
}
.hamburger span {
  display: block;
  width: 24px; height: 2px;
  background: var(--charcoal);
  border-radius: 2px;
  transition: var(--transition);
}
.hamburger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.hamburger.open span:nth-child(2) { opacity: 0; }
.hamburger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* Mobile menu */
.mobile-menu {
  display: none;
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  background: var(--ivory);
  z-index: 999;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2.5rem;
  transform: translateX(100%);
  transition: transform .4s ease;
}
.mobile-menu.open {
  display: flex;
  transform: translateX(0);
}
.mobile-menu .nav-link {
  font-size: 1.5rem;
  letter-spacing: .1em;
  color: var(--charcoal);
}
.mobile-close {
  position: absolute;
  top: 1.5rem; right: 1.5rem;
  font-size: 1.5rem;
  color: var(--charcoal);
  background: none;
  border: none;
  cursor: pointer;
  font-family: var(--ff-sans);
}

/* ---------- Hero ---------- */
.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.hero-bg {
  position: absolute;
  inset: 0;
  background: url('../images/banner.jpg') center/cover no-repeat;
}
.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(3,41,61,.78) 0%, rgba(0,119,182,.50) 60%, rgba(0,180,216,.20) 100%);
}
.hero-content {
  position: relative;
  z-index: 2;
  max-width: 700px;
}
.hero-label {
  display: inline-block;
  font-size: .72rem;
  font-weight: 600;
  letter-spacing: .25em;
  text-transform: uppercase;
  color: var(--brown-light);
  margin-bottom: 1.2rem;
}
.hero h1 {
  color: var(--white);
  margin-bottom: 1.4rem;
  font-style: italic;
}
.hero h1 span { font-style: normal; color: var(--brown-light); }
.hero-sub {
  color: rgba(255,255,255,.82);
  font-size: 1.1rem;
  max-width: 500px;
  margin-bottom: 2.4rem;
}
.hero-actions { display: flex; gap: 1rem; flex-wrap: wrap; }
.hero-scroll {
  position: absolute;
  bottom: 2.5rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: .5rem;
  color: rgba(255,255,255,.6);
  font-size: .72rem;
  letter-spacing: .15em;
  text-transform: uppercase;
  animation: bounce 2.2s ease-in-out infinite;
}
.hero-scroll::after {
  content: '';
  display: block;
  width: 1.5px;
  height: 40px;
  background: rgba(255,255,255,.4);
  margin-top: .3rem;
}
@keyframes bounce {
  0%,100% { transform: translateX(-50%) translateY(0); }
  50%      { transform: translateX(-50%) translateY(6px); }
}

/* ---------- Intro strip ---------- */
.intro-strip {
  background: var(--charcoal);
  padding: 3rem 0;
}
.intro-strip-inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  text-align: center;
}
.strip-item { padding: 1rem; }
.strip-item .strip-num {
  font-family: var(--ff-serif);
  font-size: 2.8rem;
  font-weight: 600;
  color: var(--brown-light);
  line-height: 1;
}
.strip-item .strip-label {
  font-size: .78rem;
  letter-spacing: .15em;
  text-transform: uppercase;
  color: rgba(255,255,255,.55);
  margin-top: .4rem;
}

/* ---------- Services overview (home) ---------- */
.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.8rem;
  margin-top: 3.5rem;
}
.service-card {
  background: var(--white);
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  transition: var(--transition);
  position: relative;
}
.service-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-md);
}
.service-card-img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  transition: transform .5s ease;
  transform: scale(1.14);
}
.service-card:hover .service-card-img { transform: scale(1.16); }
.service-card-img-wrap { overflow: hidden; }
.service-card-body {
  padding: 1.6rem 1.8rem 2rem;
}
.service-card-icon {
  width: 42px; height: 42px;
  border-radius: 50%;
  background: var(--ivory-dark);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  margin-bottom: 1rem;
}
.service-card-body h3 { margin-bottom: .55rem; font-size: 1.2rem; }
.service-card-body p  { font-size: .92rem; color: var(--text-light); line-height: 1.7; }
.service-tag {
  display: inline-block;
  margin-top: 1rem;
  font-size: .73rem;
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--brown);
  padding: .3rem .85rem;
  border: 1px solid var(--brown-light);
  border-radius: 50px;
}

/* ---------- About teaser (home) ---------- */
.about-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
  align-items: center;
}
.about-split-img-wrap {
  position: relative;
}
.about-split-img {
  width: 100%;
  height: 540px;
  object-fit: cover;
  border-radius: var(--radius-lg);
}
.about-badge {
  position: absolute;
  bottom: -1.5rem;
  right: -1.5rem;
  background: var(--brown);
  color: var(--white);
  padding: 1.6rem;
  border-radius: var(--radius);
  text-align: center;
  box-shadow: var(--shadow-md);
}
.about-badge .badge-num {
  font-family: var(--ff-serif);
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1;
}
.about-badge .badge-label {
  font-size: .72rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  opacity: .85;
  margin-top: .35rem;
}
.about-text { padding-left: 1rem; }
.about-text .section-label { display: block; }
.about-text h2 { margin-bottom: 1.4rem; }
.about-text p  { margin-bottom: 1.2rem; }
.about-features {
  display: flex;
  flex-wrap: wrap;
  gap: .8rem;
  margin: 1.8rem 0 2.4rem;
}
.about-feat-chip {
  display: flex;
  align-items: center;
  gap: .5rem;
  font-size: .85rem;
  font-weight: 500;
  color: var(--text);
  padding: .5rem 1rem;
  background: var(--ivory-dark);
  border-radius: 50px;
}
.about-feat-chip::before {
  content: '';
  display: block;
  width: 7px; height: 7px;
  border-radius: 50%;
  background: var(--sage);
  flex-shrink: 0;
}

/* ---------- Why choose us ---------- */
.why-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 2rem;
  margin-top: 3.5rem;
}
.why-card {
  background: var(--white);
  padding: 2.2rem 2rem;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-sm);
  transition: var(--transition);
  border-bottom: 3px solid transparent;
}
.why-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-md);
  border-bottom-color: var(--brown-light);
}
.why-icon {
  font-size: 2rem;
  margin-bottom: 1.2rem;
}
.why-card h3 { font-size: 1.1rem; margin-bottom: .6rem; }
.why-card p  { font-size: .9rem; color: var(--text-light); }

/* ---------- Lifestyle gallery ---------- */
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: 240px 240px;
  gap: 1rem;
  margin-top: 3rem;
}
.gallery-item { overflow: hidden; border-radius: var(--radius); }
.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .55s ease;
}
.gallery-item:hover img { transform: scale(1.06); }
.gallery-item:nth-child(1) { grid-column: span 2; }
.gallery-item:nth-child(4) { grid-column: span 2; }

/* ---------- CTA Banner ---------- */
.cta-banner {
  background: linear-gradient(135deg, var(--charcoal) 0%, #053548 100%);
  padding: 90px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.cta-banner::before {
  content: '';
  position: absolute;
  top: -60px; right: -60px;
  width: 320px; height: 320px;
  border-radius: 50%;
  background: rgba(0,119,182,.08);
}
.cta-banner::after {
  content: '';
  position: absolute;
  bottom: -80px; left: -40px;
  width: 280px; height: 280px;
  border-radius: 50%;
  background: rgba(0,180,216,.07);
}
.cta-banner h2 { color: var(--white); margin-bottom: 1rem; }
.cta-banner p  { color: rgba(255,255,255,.65); max-width: 500px; margin: 0 auto 2.5rem; }
.cta-actions { display: flex; gap: 1.2rem; justify-content: center; flex-wrap: wrap; }

/* ---------- Testimonial ---------- */
.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
  gap: 1.8rem;
  margin-top: 3.5rem;
}
.testimonial-card {
  background: var(--white);
  padding: 2.2rem;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-sm);
  position: relative;
}
.testimonial-card::before {
  content: '"';
  font-family: var(--ff-serif);
  font-size: 5rem;
  line-height: 1;
  color: var(--cream);
  position: absolute;
  top: 1rem; left: 1.5rem;
}
.testimonial-text {
  font-style: italic;
  color: var(--text);
  margin-bottom: 1.5rem;
  padding-top: 1.5rem;
  font-size: 1rem;
  line-height: 1.8;
}
.testimonial-author {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.testimonial-avatar {
  width: 46px; height: 46px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
  background: var(--cream);
}
.testimonial-name { font-weight: 600; font-size: .9rem; color: var(--charcoal); }
.testimonial-role { font-size: .8rem; color: var(--text-light); }
.stars { color: #F4A500; font-size: .9rem; margin-bottom: .25rem; }

/* ---------- Footer ---------- */
.footer {
  background: var(--charcoal);
  color: rgba(255,255,255,.7);
  padding: 70px 0 0;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr 1.2fr;
  gap: 3rem;
  padding-bottom: 3rem;
}
.footer-brand .nav-logo-main { color: var(--white); font-size: 1.6rem; }
.footer-brand .nav-logo-sub  { color: rgba(255,255,255,.45); }
.footer-brand p {
  font-size: .9rem;
  color: rgba(255,255,255,.55);
  margin-top: 1.2rem;
  line-height: 1.8;
}
.footer-social {
  display: flex;
  gap: .7rem;
  margin-top: 1.5rem;
}
.social-link {
  width: 36px; height: 36px;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: .85rem;
  color: rgba(255,255,255,.6);
  transition: var(--transition);
}
.social-link:hover {
  background: var(--brown);
  border-color: var(--brown);
  color: var(--white);
}
.footer-col h4 {
  color: var(--white);
  font-family: var(--ff-sans);
  font-size: .78rem;
  font-weight: 600;
  letter-spacing: .18em;
  text-transform: uppercase;
  margin-bottom: 1.4rem;
}
.footer-links li { margin-bottom: .7rem; }
.footer-links a {
  font-size: .9rem;
  color: rgba(255,255,255,.55);
  transition: color .25s;
}
.footer-links a:hover { color: var(--brown-light); }
.footer-contact-item {
  display: flex;
  align-items: flex-start;
  gap: .75rem;
  margin-bottom: 1rem;
}
.footer-contact-item .icon {
  font-size: 1rem;
  margin-top: .1rem;
  flex-shrink: 0;
  color: var(--brown-light);
}
.footer-contact-item span { font-size: .9rem; color: rgba(255,255,255,.55); line-height: 1.6; }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,.08);
  padding: 1.5rem 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
}
.footer-bottom p { font-size: .82rem; color: rgba(255,255,255,.35); }
.footer-bottom a { color: var(--brown-light); }

/* ============================================================
   ABOUT PAGE
   ============================================================ */
.page-hero {
  padding: 160px 0 100px;
  background: linear-gradient(160deg, var(--charcoal) 0%, #042A3D 100%);
  text-align: center;
  position: relative;
  overflow: hidden;
}
.page-hero::before {
  content: '';
  position: absolute;
  top: -100px; right: -100px;
  width: 400px; height: 400px;
  border-radius: 50%;
  background: rgba(0,119,182,.07);
}
.page-hero h1 { color: var(--white); font-style: italic; }
.page-hero p  { color: rgba(255,255,255,.65); max-width: 540px; margin: 1.2rem auto 0; font-size: 1.05rem; }
.page-hero .breadcrumb {
  font-size: .78rem;
  letter-spacing: .15em;
  text-transform: uppercase;
  color: var(--brown-light);
  margin-bottom: 1.2rem;
}
.page-hero .breadcrumb a { color: rgba(255,255,255,.45); }
.page-hero .breadcrumb span { color: var(--brown-light); }

/* Mission Vision */
.mv-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  margin-top: 3.5rem;
}
.mv-card {
  padding: 3rem;
  border-radius: var(--radius-lg);
  position: relative;
  overflow: hidden;
}
.mv-card-mission { background: var(--charcoal); color: var(--white); }
.mv-card-vision  { background: var(--ivory-dark); }
.mv-card-label {
  font-size: .72rem;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--brown-light);
  margin-bottom: .8rem;
}
.mv-card h3 { color: var(--white); margin-bottom: 1rem; font-size: 1.4rem; }
.mv-card-vision h3 { color: var(--charcoal); }
.mv-card p  { color: rgba(255,255,255,.65); }
.mv-card-vision p { color: var(--text); }
.mv-deco {
  position: absolute;
  bottom: -40px; right: -40px;
  font-family: var(--ff-serif);
  font-size: 10rem;
  font-weight: 700;
  line-height: 1;
  opacity: .05;
  color: var(--white);
  pointer-events: none;
}

/* Team */
.team-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 2rem;
  margin-top: 3.5rem;
}
.team-card {
  background: var(--white);
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  transition: var(--transition);
  text-align: center;
}
.team-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-md);
}
.team-card img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  object-position: top;
}
.team-card-body { padding: 1.8rem; }
.team-card-body h3 { margin-bottom: .3rem; }
.team-card-body .role {
  font-size: .8rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--brown);
  margin-bottom: .9rem;
}
.team-card-body p { font-size: .9rem; color: var(--text-light); }

/* Values */
.values-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1.5rem;
  margin-top: 3.5rem;
}
.value-item {
  padding: 2rem 1.5rem;
  background: var(--white);
  border-radius: var(--radius);
  text-align: center;
  box-shadow: var(--shadow-sm);
  transition: var(--transition);
}
.value-item:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.value-item .v-icon { font-size: 2.2rem; margin-bottom: 1rem; }
.value-item h3 { font-size: 1rem; margin-bottom: .5rem; }
.value-item p  { font-size: .88rem; color: var(--text-light); }

/* ============================================================
   SERVICES PAGE
   ============================================================ */
.services-full-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  margin-top: 3.5rem;
}
.service-full-card {
  background: var(--white);
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  transition: var(--transition);
  display: flex;
  flex-direction: column;
}
.service-full-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-md);
}
.service-full-img-wrap { overflow: hidden; position: relative; }
.service-full-img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  transition: transform .5s ease;
  transform: scale(1.18);
}
.service-full-card:hover .service-full-img { transform: scale(1.21); }
.service-duration {
  position: absolute;
  top: 1rem; right: 1rem;
  background: rgba(3,41,61,.75);
  color: var(--white);
  font-size: .72rem;
  letter-spacing: .1em;
  text-transform: uppercase;
  padding: .35rem .85rem;
  border-radius: 50px;
  backdrop-filter: blur(4px);
}
.service-full-body {
  padding: 1.8rem 2rem 2.2rem;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.service-full-body h3 { margin-bottom: .7rem; }
.service-full-body p  { font-size: .93rem; color: var(--text-light); flex: 1; margin-bottom: 1.5rem; }
.service-full-body .benefits {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
  margin-bottom: 1.8rem;
}
.benefit-tag {
  font-size: .74rem;
  font-weight: 500;
  color: var(--sage-dark);
  background: rgba(0,180,216,.12);
  padding: .3rem .75rem;
  border-radius: 50px;
}
.service-full-body .btn { align-self: flex-start; }

/* Pricing table */
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1.5rem;
  margin-top: 3rem;
}
.pricing-card {
  background: var(--white);
  border-radius: var(--radius-lg);
  padding: 2rem;
  box-shadow: var(--shadow-sm);
  text-align: center;
  transition: var(--transition);
  border: 2px solid transparent;
}
.pricing-card.featured {
  background: var(--charcoal);
  border-color: var(--brown);
}
.pricing-card:not(.featured):hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
  border-color: var(--brown-light);
}
.pricing-card h4 {
  font-size: 1rem;
  letter-spacing: .05em;
  margin-bottom: .5rem;
}
.pricing-card.featured h4 { color: var(--white); }
.pricing-time {
  font-size: .8rem;
  color: var(--text-light);
  margin-bottom: 1rem;
}
.pricing-card.featured .pricing-time { color: rgba(255,255,255,.5); }
.pricing-price {
  font-family: var(--ff-serif);
  font-size: 2.2rem;
  font-weight: 600;
  color: var(--brown);
  line-height: 1;
}
.pricing-card.featured .pricing-price { color: var(--brown-light); }

/* Add-ons */
.addons-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1.5rem;
  margin-top: 2.5rem;
}
.addon-card {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 1.5rem;
  background: var(--white);
  border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
}
.addon-icon {
  font-size: 1.5rem;
  flex-shrink: 0;
  margin-top: .1rem;
}
.addon-card h4 { font-size: 1rem; margin-bottom: .3rem; }
.addon-card p  { font-size: .87rem; color: var(--text-light); }

/* Policy accordion */
.policy-list { margin-top: 2.5rem; }
.policy-item {
  border-bottom: 1px solid var(--cream);
  padding: 1.4rem 0;
}
.policy-q {
  font-family: var(--ff-serif);
  font-size: 1.1rem;
  color: var(--charcoal);
  margin-bottom: .6rem;
}
.policy-a { font-size: .93rem; color: var(--text-light); }

/* ============================================================
   CONTACT PAGE
   ============================================================ */
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 4rem;
  align-items: start;
}
.contact-info-card {
  background: var(--charcoal);
  border-radius: var(--radius-lg);
  padding: 3rem;
  color: var(--white);
}
.contact-info-card h3 {
  color: var(--white);
  margin-bottom: .6rem;
  font-size: 1.5rem;
}
.contact-info-card > p {
  color: rgba(255,255,255,.55);
  margin-bottom: 2.5rem;
  font-size: .95rem;
}
.info-item {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: 1.8rem;
}
.info-icon {
  width: 44px; height: 44px;
  border-radius: 50%;
  background: rgba(0,119,182,.2);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  flex-shrink: 0;
}
.info-item h4 {
  color: rgba(255,255,255,.5);
  font-size: .72rem;
  letter-spacing: .15em;
  text-transform: uppercase;
  font-family: var(--ff-sans);
  font-weight: 600;
  margin-bottom: .3rem;
}
.info-item p, .info-item a {
  color: var(--white);
  font-size: .95rem;
  line-height: 1.6;
  text-decoration: none;
}
.info-item a:hover { color: var(--brown-light); }
.contact-hours {
  margin-top: 2.5rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(255,255,255,.1);
}
.contact-hours h4 {
  color: rgba(255,255,255,.5);
  font-size: .72rem;
  letter-spacing: .15em;
  text-transform: uppercase;
  font-family: var(--ff-sans);
  font-weight: 600;
  margin-bottom: 1rem;
}
.hours-row {
  display: flex;
  justify-content: space-between;
  font-size: .9rem;
  color: rgba(255,255,255,.7);
  padding: .4rem 0;
  border-bottom: 1px solid rgba(255,255,255,.05);
}
.hours-row:last-child { border-bottom: none; }
.hours-row span:last-child { color: var(--brown-light); }

/* Contact form */
.contact-form-wrap {
  background: var(--white);
  border-radius: var(--radius-lg);
  padding: 3rem;
  box-shadow: var(--shadow-sm);
}
.contact-form-wrap h3 { margin-bottom: .5rem; }
.contact-form-wrap > p { color: var(--text-light); margin-bottom: 2rem; font-size: .95rem; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1.2rem; }
.form-group { margin-bottom: 1.4rem; }
.form-group label {
  display: block;
  font-size: .8rem;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--charcoal);
  margin-bottom: .6rem;
}
.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  padding: .9rem 1.2rem;
  border: 1.5px solid var(--cream);
  border-radius: var(--radius);
  font-family: var(--ff-sans);
  font-size: .95rem;
  color: var(--text);
  background: var(--ivory);
  transition: var(--transition);
  outline: none;
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  border-color: var(--brown-light);
  background: var(--white);
  box-shadow: 0 0 0 3px rgba(0,119,182,.1);
}
.form-group textarea { resize: vertical; min-height: 130px; }
.form-submit { margin-top: .5rem; }
.form-submit .btn { width: 100%; justify-content: center; padding: 1rem; font-size: .9rem; }

/* Map placeholder */
.map-placeholder {
  margin-top: 4rem;
  border-radius: var(--radius-lg);
  overflow: hidden;
  height: 380px;
  background: var(--ivory-dark);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.map-placeholder iframe {
  width: 100%;
  height: 100%;
  border: none;
}
.map-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: var(--ivory-dark);
  text-align: center;
}
.map-icon { font-size: 3rem; margin-bottom: 1rem; }
.map-overlay h4 { margin-bottom: .4rem; }
.map-overlay p  { font-size: .9rem; color: var(--text-light); }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1024px) {
  .about-split        { grid-template-columns: 1fr; gap: 3rem; }
  .about-split-img    { height: 400px; }
  .about-badge        { bottom: -1rem; right: 1rem; }
  .about-text         { padding-left: 0; }
  .footer-grid        { grid-template-columns: 1fr 1fr; gap: 2.5rem; }
  .contact-grid       { grid-template-columns: 1fr; }
}

@media (max-width: 768px) {
  .section-pad        { padding: 70px 0; }
  .nav-links          { display: none; }
  .hamburger          { display: flex; }
  .intro-strip-inner  { grid-template-columns: 1fr; gap: 1rem; }
  .about-split-img    { height: 320px; }
  .gallery-grid       { grid-template-columns: 1fr 1fr; grid-template-rows: auto; }
  .gallery-item:nth-child(1),
  .gallery-item:nth-child(4) { grid-column: span 1; }
  .mv-grid            { grid-template-columns: 1fr; }
  .form-row           { grid-template-columns: 1fr; }
  .footer-grid        { grid-template-columns: 1fr; }
  .footer-bottom      { flex-direction: column; text-align: center; }
  .contact-form-wrap  { padding: 2rem 1.5rem; }
  .contact-info-card  { padding: 2rem 1.5rem; }
}

@media (max-width: 480px) {
  .container          { padding: 0 1.2rem; }
  .hero-actions       { flex-direction: column; }
  .hero-actions .btn  { text-align: center; justify-content: center; }
  .pricing-grid       { grid-template-columns: 1fr; }
  .services-full-grid { grid-template-columns: 1fr; }
}
