/*
Theme Name: Lullaby Baby Services
Theme URI: https://lullabybabyservice.com
Author: Bhai Dhawa Music Lab
Description: A responsive one-page WordPress theme for Lullaby Baby Services, including services, owner profile, care process, and a native consultation form.
Version: 1.6.0
Requires at least: 6.4
Requires PHP: 7.4
Text Domain: lullaby-baby-services
*/

:root {
  --ink: #14213d;
  --ink-soft: #263653;
  --cream: #fbf7f0;
  --paper: #fffdf9;
  --sage: #9cb8a5;
  --sage-dark: #436b59;
  --rose: #d9978f;
  --gold: #d7aa5e;
  --line: rgba(20, 33, 61, 0.14);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: "Avenir Next", "Segoe UI", Arial, sans-serif;
}

body.admin-bar .site-header { top: 32px; }
.site-main { overflow: hidden; }
.screen-reader-text { clip: rect(1px, 1px, 1px, 1px); clip-path: inset(50%); height: 1px; overflow: hidden; position: absolute !important; width: 1px; word-wrap: normal !important; }

a { color: inherit; text-decoration: none; }

button, input, select, textarea { font: inherit; }

.site-header {
  align-items: center;
  background: rgba(251, 247, 240, 0.94);
  border-bottom: 1px solid var(--line);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  min-height: 86px;
  padding: 0 clamp(24px, 5vw, 78px);
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(14px);
}

.brand { align-items: center; display: inline-flex; justify-self: start; }
.brand-logo, .custom-logo { display: block; height: 76px; object-fit: contain; width: auto; }

.desktop-nav { display: flex; gap: clamp(24px, 3vw, 48px); }
.desktop-nav a { font-size: 13px; font-weight: 650; }
.desktop-nav a:hover { color: var(--sage-dark); }

.mobile-nav { display: none; }

.nav-cta {
  background: var(--ink);
  border-radius: 999px;
  color: white;
  font-size: 13px;
  font-weight: 700;
  justify-self: end;
  padding: 13px 21px;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(480px, 1.1fr);
  min-height: calc(100vh - 132px);
  overflow: hidden;
}

.hero-copy {
  align-self: center;
  padding: clamp(70px, 9vw, 128px) clamp(30px, 6.5vw, 104px);
}

.eyebrow {
  align-items: center;
  color: var(--sage-dark);
  display: flex;
  font-size: 11px;
  font-weight: 750;
  gap: 10px;
  letter-spacing: 0.16em;
  margin: 0 0 25px;
  text-transform: uppercase;
}
.eyebrow span { background: var(--rose); border-radius: 50%; height: 8px; width: 8px; }

h1 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(52px, 5.3vw, 82px);
  font-weight: 400;
  letter-spacing: -0.055em;
  line-height: 0.98;
  margin: 0;
  max-width: 700px;
}
h1 em { color: var(--rose); font-weight: 400; }

.hero-lede {
  color: #536075;
  font-size: 17px;
  line-height: 1.75;
  margin: 32px 0 0;
  max-width: 590px;
}

.hero-actions { align-items: center; display: flex; flex-wrap: wrap; gap: 27px; margin-top: 36px; }
.button { align-items: center; border-radius: 999px; display: inline-flex; font-size: 13px; font-weight: 750; gap: 18px; padding: 16px 22px; }
.button-primary { background: var(--ink); color: #fff; box-shadow: 0 14px 30px rgba(20, 33, 61, 0.15); }
.button-primary:hover, .nav-cta:hover { background: var(--sage-dark); transform: translateY(-1px); }
.text-link { border-bottom: 1px solid var(--ink); font-size: 13px; font-weight: 700; padding: 9px 0; }
.text-link span { color: var(--rose); margin-left: 5px; }

.trust-row { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 47px; }
.trust-row span { align-items: center; color: #5d6879; display: flex; font-size: 11px; font-weight: 650; gap: 7px; }
.trust-row span::before { color: var(--sage-dark); content: "✓"; font-weight: 900; }

.hero-visual {
  background: #f1ede8;
  min-height: 690px;
  overflow: hidden;
  position: relative;
  touch-action: pan-y;
  user-select: none;
}
.hero-visual:focus-visible { outline: 4px solid var(--rose); outline-offset: -4px; }
.hero-visual::after {
  background: linear-gradient(180deg, transparent 68%, rgba(20, 33, 61, 0.14));
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}
.hero-slide {
  height: 100%;
  inset: 0;
  object-fit: cover;
  opacity: 0;
  position: absolute;
  transform: scale(1.025);
  transition: opacity 1.1s ease, transform 7s ease;
  width: 100%;
}
.hero-slide.active { opacity: 1; transform: scale(1); }
.hero-slide.slide-one { object-position: 54% center; }
.hero-slide.slide-two { object-position: 50% center; }
.hero-slide.slide-three { object-position: 52% center; }
.night-card {
  background: rgba(255, 253, 249, 0.93);
  bottom: 36px;
  box-shadow: 0 18px 50px rgba(20, 33, 61, 0.2);
  padding: 22px 27px;
  position: absolute;
  right: 36px;
  width: min(330px, calc(100% - 72px));
  z-index: 3;
}
.night-card p { font-family: Georgia, serif; font-size: 24px; line-height: 1.12; margin: 0 0 10px; }
.night-card span { color: #6b7380; font-size: 11px; line-height: 1.5; }
.carousel-controls { bottom: 42px; display: flex; gap: 8px; left: 36px; position: absolute; z-index: 3; }
.carousel-controls button { background: rgba(255,255,255,0.72); border: 1px solid rgba(20,33,61,0.28); border-radius: 999px; cursor: pointer; height: 9px; padding: 0; transition: background 180ms ease, width 180ms ease; width: 9px; }
.carousel-controls button.active { background: var(--ink); width: 28px; }
.carousel-controls button:focus-visible { outline: 3px solid white; outline-offset: 3px; }

.care-ribbon {
  align-items: center;
  background: var(--ink);
  color: white;
  display: flex;
  gap: clamp(15px, 2vw, 33px);
  justify-content: center;
  min-height: 74px;
  overflow: hidden;
  padding: 16px 24px;
}
.care-ribbon p { font-family: Georgia, serif; font-size: 15px; margin: 0; white-space: nowrap; }
.care-ribbon span { color: var(--gold); }

.section-shell { padding: clamp(90px, 10vw, 150px) clamp(24px, 6.5vw, 104px); }
.services-section { background: var(--paper); }
.section-intro { display: grid; grid-template-columns: 0.6fr 1.15fr 0.9fr; gap: clamp(28px, 5vw, 80px); align-items: start; }
.section-intro .eyebrow { margin-top: 12px; }
.section-intro h2, .approach-copy h2, .care-copy h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(38px, 4.3vw, 64px);
  font-weight: 400;
  letter-spacing: -0.045em;
  line-height: 1.03;
  margin: 0;
}
.section-intro > p, .approach-copy > p, .care-copy > p { color: #5c6777; line-height: 1.8; margin: 8px 0 0; }

.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 72px; }
.service-card { background: var(--cream); border: 1px solid var(--line); min-height: 390px; padding: 30px; position: relative; transition: transform 180ms ease, box-shadow 180ms ease; }
.service-card:hover { box-shadow: 0 22px 48px rgba(20, 33, 61, 0.1); transform: translateY(-4px); }
.featured-card { background: #e9f0ea; }
.card-number { color: #8b94a1; font-size: 10px; font-weight: 800; letter-spacing: 0.14em; position: absolute; right: 26px; top: 26px; }
.service-icon { align-items: center; background: var(--ink); border-radius: 50%; color: white; display: flex; font-family: Georgia, serif; font-size: 26px; height: 58px; justify-content: center; margin-bottom: 55px; width: 58px; }
.sun-icon { background: var(--gold); color: var(--ink); }
.rose-icon { background: var(--rose); }
.service-card h3 { font-family: Georgia, serif; font-size: 27px; font-weight: 400; line-height: 1.15; margin: 0; }
.service-card p { color: #5c6777; font-size: 14px; line-height: 1.75; margin: 17px 0 30px; }
.service-card a { bottom: 28px; font-size: 12px; font-weight: 800; position: absolute; }
.service-card a span { color: var(--rose); margin-left: 5px; }

.about-section {
  background: #e8efea;
  display: grid;
  grid-template-columns: minmax(420px, 0.95fr) minmax(0, 1.05fr);
  min-height: 760px;
}
.about-visual {
  background:
    linear-gradient(180deg, rgba(20, 33, 61, 0.02), rgba(20, 33, 61, 0.34)),
    url("assets/images/lullaby-hero-night-nursery.png") 73% center / cover no-repeat;
  min-height: 720px;
  position: relative;
}
.about-quote {
  background: rgba(255, 253, 249, 0.94);
  bottom: 38px;
  left: 38px;
  max-width: 390px;
  padding: 28px 32px;
  position: absolute;
}
.about-quote > span { color: var(--rose); font-family: Georgia, serif; font-size: 45px; line-height: 0.5; }
.about-quote p { font-family: Georgia, serif; font-size: 22px; line-height: 1.3; margin: 9px 0 0; }
.about-copy { align-self: center; padding: clamp(70px, 8vw, 125px); }
.about-copy h2, .owner-intro h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(40px, 4.4vw, 66px);
  font-weight: 400;
  letter-spacing: -0.045em;
  line-height: 1.02;
  margin: 0;
}
.about-copy > p { color: #5c6777; line-height: 1.8; max-width: 650px; }
.about-copy .about-lede { color: var(--ink); font-family: Georgia, serif; font-size: 20px; line-height: 1.55; margin-top: 29px; }
.values-row { border-top: 1px solid rgba(20, 33, 61, 0.16); display: grid; gap: 18px; grid-template-columns: repeat(3, 1fr); margin-top: 38px; padding-top: 28px; }
.values-row div { display: flex; flex-direction: column; gap: 7px; }
.values-row strong { color: var(--sage-dark); font-family: Georgia, serif; font-size: 18px; font-weight: 400; }
.values-row span { color: #667080; font-size: 11px; line-height: 1.55; }

.owner-section { background: var(--paper); display: grid; gap: clamp(55px, 8vw, 120px); grid-template-columns: 0.65fr 1.35fr; padding: clamp(90px, 10vw, 145px) clamp(24px, 7vw, 118px); }
.owner-intro { padding-top: 22px; }
.owner-intro > p:not(.eyebrow) { color: #5c6777; line-height: 1.8; margin-top: 28px; max-width: 500px; }
.owner-card { border: 1px solid var(--line); display: grid; grid-template-columns: minmax(260px, 0.8fr) minmax(0, 1.2fr); min-height: 590px; }
.owner-photo-wrap { background: #343638; margin: 0; min-height: 590px; overflow: hidden; position: relative; }
.owner-photo-wrap::after { background: linear-gradient(180deg, transparent 68%, rgba(20,33,61,0.18)); content: ""; inset: 0; pointer-events: none; position: absolute; }
.owner-photo-wrap img { display: block; height: 100%; object-fit: cover; object-position: 50% 22%; width: 100%; }
.owner-details { align-self: center; padding: clamp(34px, 5vw, 65px); }
.placeholder-label { color: var(--rose); font-size: 9px; font-weight: 800; letter-spacing: 0.15em; margin: 0 0 13px; text-transform: uppercase; }
.owner-details h3 { font-family: Georgia, serif; font-size: 38px; font-weight: 400; margin: 0; }
.owner-title { color: var(--sage-dark); font-size: 12px; font-weight: 800; letter-spacing: 0.04em; margin: 7px 0 24px; }
.owner-details > p:not(.placeholder-label):not(.owner-title) { color: #5c6777; font-size: 13px; line-height: 1.75; }
.credential-list { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 24px; }
.credential-list span { background: #edf2ed; border: 1px solid #d4dfd7; color: var(--sage-dark); font-size: 9px; font-weight: 800; letter-spacing: 0.04em; padding: 9px 11px; text-transform: uppercase; }
.owner-details blockquote { border-left: 3px solid var(--rose); color: var(--ink); font-family: Georgia, serif; font-size: 17px; line-height: 1.55; margin: 26px 0 0; padding: 3px 0 3px 18px; }

.approach-section { background: var(--ink); color: white; display: grid; grid-template-columns: 0.85fr 1.15fr; gap: clamp(60px, 10vw, 150px); padding: clamp(90px, 10vw, 145px) clamp(24px, 7vw, 118px); }
.light-eyebrow { color: #b7d1c0; }
.approach-copy > p { color: #bac3d1; max-width: 520px; }
.button-light { background: var(--cream); color: var(--ink); margin-top: 28px; }
.steps-list { counter-reset: none; list-style: none; margin: 0; padding: 0; }
.steps-list li { border-top: 1px solid rgba(255,255,255,0.18); display: grid; grid-template-columns: 62px 1fr; gap: 22px; padding: 30px 0; }
.steps-list li:last-child { border-bottom: 1px solid rgba(255,255,255,0.18); }
.steps-list > li > span { align-items: center; border: 1px solid rgba(255,255,255,0.35); border-radius: 50%; color: var(--gold); display: flex; font-family: Georgia, serif; height: 42px; justify-content: center; width: 42px; }
.steps-list h3 { font-family: Georgia, serif; font-size: 25px; font-weight: 400; margin: 0 0 8px; }
.steps-list p { color: #bac3d1; font-size: 13px; line-height: 1.65; margin: 0; max-width: 550px; }

.video-section { background: var(--paper); padding: clamp(90px, 10vw, 145px) clamp(24px, 7vw, 118px); }
.video-intro { align-items: end; display: grid; gap: clamp(25px, 5vw, 80px); grid-template-columns: 0.65fr 1.2fr 0.85fr; }
.video-intro .eyebrow { margin-bottom: 10px; }
.video-intro h2 { font-family: Georgia, "Times New Roman", serif; font-size: clamp(40px, 4.4vw, 66px); font-weight: 400; letter-spacing: -0.045em; line-height: 1.02; margin: 0; }
.video-intro > p { color: #5c6777; line-height: 1.8; margin: 0; }
.video-grid { display: grid; gap: 22px; grid-template-columns: repeat(2, minmax(0, 1fr)); margin-top: 64px; }
.video-card { background: var(--cream); border: 1px solid var(--line); margin: 0; padding: 14px 14px 20px; }
.video-frame { aspect-ratio: 16 / 9; background: #0c172d; overflow: hidden; }
.video-frame iframe { border: 0; display: block; height: 100%; width: 100%; }
.video-card > p { color: var(--ink); font-family: Georgia, serif; font-size: 19px; line-height: 1.35; margin: 18px 8px 0; }

.blog-section { background: #f4ece6; padding: clamp(90px, 10vw, 145px) clamp(24px, 7vw, 118px); }
.blog-intro { align-items: end; display: grid; gap: clamp(40px, 9vw, 140px); grid-template-columns: 1.25fr 0.75fr; }
.blog-intro h2, .blog-hero h1 { font-family: Georgia, "Times New Roman", serif; font-size: clamp(40px, 4.4vw, 66px); font-weight: 400; letter-spacing: -0.045em; line-height: 1.02; margin: 0; }
.blog-intro > p { color: #5c6777; line-height: 1.8; margin: 0; max-width: 560px; }
.blog-grid { display: grid; gap: 18px; grid-template-columns: repeat(3, minmax(0, 1fr)); margin-top: 64px; }
.blog-card { background: var(--paper); border: 1px solid rgba(20,33,61,0.12); display: flex; flex-direction: column; min-height: 350px; padding: 32px; transition: box-shadow 180ms ease, transform 180ms ease; }
a.blog-card:hover { box-shadow: 0 22px 48px rgba(20,33,61,0.1); transform: translateY(-4px); }
.blog-card-image { height: 190px; margin: -32px -32px 28px; object-fit: cover; width: calc(100% + 64px); }
.blog-category { color: var(--sage-dark); font-size: 9px; font-weight: 850; letter-spacing: 0.14em; text-transform: uppercase; }
.blog-card h3 { font-family: Georgia, serif; font-size: 27px; font-weight: 400; line-height: 1.2; margin: 31px 0 14px; }
.blog-card p { color: #5c6777; font-size: 13px; line-height: 1.75; margin: 0 0 30px; }
.blog-card strong, .blog-card-link { font-size: 11px; font-weight: 800; margin-top: auto; }
.blog-card strong span, .blog-card-link span, .blog-all-link span { color: var(--rose); margin-left: 5px; }
.blog-all-link { border-bottom: 1px solid var(--ink); display: inline-flex; font-size: 12px; font-weight: 800; margin-top: 38px; padding: 8px 0; }

.blog-archive-page, .single-post-page { background: var(--paper); min-height: 65vh; }
.blog-hero { background: #e8efea; padding: clamp(80px, 9vw, 130px) clamp(24px, 12vw, 190px); }
.blog-hero > div { margin: 0 auto; max-width: 1050px; }
.blog-hero p:last-child { color: #536075; font-size: 17px; line-height: 1.75; margin: 27px 0 0; max-width: 720px; }
.blog-archive-grid { display: grid; gap: 18px; grid-template-columns: repeat(3, minmax(0, 1fr)); margin: 0 auto; max-width: 1180px; padding: clamp(75px, 9vw, 125px) 24px; }
.blog-pagination { grid-column: 1 / -1; margin-top: 30px; }
.blog-pagination .nav-links { display: flex; gap: 12px; }
.blog-pagination a, .blog-pagination .current { border: 1px solid var(--line); display: inline-flex; font-size: 12px; padding: 10px 14px; }
.blog-pagination .current { background: var(--ink); color: white; }
.single-post-shell { margin: 0 auto; max-width: 850px; padding: clamp(75px, 9vw, 125px) 24px; }
.single-post-shell h1 { font-size: clamp(45px, 6vw, 76px); margin-top: 24px; }
.single-post-meta { color: #6d7787; font-size: 11px; margin-top: 20px; }
.single-post-image { height: auto; margin: 48px 0; width: 100%; }
.single-post-content { color: #4f5d72; font-size: 16px; line-height: 1.85; }
.single-post-content h2, .single-post-content h3 { color: var(--ink); font-family: Georgia, serif; font-weight: 400; line-height: 1.2; margin-top: 42px; }
.single-post-content h2 { font-size: 34px; }
.single-post-content h3 { font-size: 25px; }
.single-post-back { border-bottom: 1px solid var(--ink); display: inline-flex; font-size: 12px; font-weight: 800; margin-top: 50px; padding-bottom: 7px; }

.community-section { background: #e8efea; display: grid; padding: clamp(90px, 10vw, 145px) clamp(24px, 7vw, 118px); }
.community-section.has-testimonials { gap: clamp(55px, 8vw, 120px); grid-template-columns: minmax(0, 0.75fr) minmax(0, 1.25fr); }
.service-area-panel h2, .testimonials-panel h2, .faq-intro h2 { font-family: Georgia, "Times New Roman", serif; font-size: clamp(38px, 4.2vw, 62px); font-weight: 400; letter-spacing: -0.045em; line-height: 1.03; margin: 0; }
.service-area-panel > p:not(.eyebrow), .faq-intro > p { color: #5c6777; line-height: 1.8; margin: 26px 0 0; max-width: 620px; }
.service-area-panel .button { margin-top: 34px; }
.community-list { display: flex; flex-wrap: wrap; gap: 9px; list-style: none; margin: 27px 0 0; padding: 0; }
.community-list li { background: rgba(255, 253, 249, 0.78); border: 1px solid rgba(20,33,61,0.12); color: var(--sage-dark); font-size: 10px; font-weight: 800; padding: 9px 12px; text-transform: uppercase; }
.testimonial-grid { display: grid; gap: 14px; margin-top: 34px; }
.testimonial-card { background: var(--paper); border: 1px solid rgba(20,33,61,0.12); margin: 0; padding: 27px 30px; }
.testimonial-card > span { color: var(--rose); font-family: Georgia, serif; font-size: 42px; line-height: 0.55; }
.testimonial-card p { color: var(--ink); font-family: Georgia, serif; font-size: 19px; line-height: 1.5; margin: 12px 0; }
.testimonial-card cite { color: var(--sage-dark); font-size: 10px; font-style: normal; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; }
.faq-section { background: var(--paper); display: grid; gap: clamp(55px, 9vw, 130px); grid-template-columns: minmax(0, 0.75fr) minmax(0, 1.25fr); padding: clamp(90px, 10vw, 145px) clamp(24px, 7vw, 118px); }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { align-items: center; cursor: pointer; display: flex; font-family: Georgia, serif; font-size: 20px; gap: 24px; justify-content: space-between; list-style: none; padding: 25px 0; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--rose); font-family: Arial, sans-serif; font-size: 25px; font-weight: 300; transition: transform 180ms ease; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { color: #5c6777; font-size: 13px; line-height: 1.8; margin: -4px 50px 26px 0; max-width: 720px; }

.care-section { background: #edf2ed; display: grid; grid-template-columns: 0.8fr 1.2fr; gap: clamp(55px, 9vw, 130px); padding: clamp(90px, 10vw, 145px) clamp(24px, 7vw, 118px); }
.care-copy { padding-top: 26px; }
.care-copy > p { max-width: 500px; }
.care-note { border-left: 3px solid var(--rose); display: flex; flex-direction: column; gap: 6px; margin-top: 38px; padding: 2px 0 2px 19px; }
.care-note strong { font-family: Georgia, serif; font-size: 18px; font-weight: 400; }
.care-note span { color: #5c6777; font-size: 12px; }
.contact-options { display: grid; font-style: normal; gap: 10px; margin-top: 30px; max-width: 470px; }
.contact-options a { align-items: center; background: rgba(255, 253, 249, 0.66); border: 1px solid #d7dfd8; display: flex; gap: 22px; justify-content: space-between; padding: 16px 18px; transition: border-color 180ms ease, transform 180ms ease; }
.contact-options a:hover { border-color: var(--sage-dark); transform: translateX(3px); }
.contact-options span { color: var(--sage-dark); font-size: 9px; font-weight: 800; letter-spacing: 0.14em; text-transform: uppercase; }
.contact-options strong { font-family: Georgia, serif; font-size: 17px; font-weight: 400; overflow-wrap: anywhere; text-align: right; }
.form-card { background: var(--paper); box-shadow: 0 24px 60px rgba(20, 33, 61, 0.09); min-height: 520px; padding: clamp(28px, 4vw, 54px); }
.form-card form { display: flex; flex-direction: column; gap: 22px; }
.form-honeypot { height: 0 !important; left: -9999px !important; opacity: 0 !important; padding: 0 !important; pointer-events: none !important; position: absolute !important; width: 0 !important; }
.field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.form-card label { color: var(--ink-soft); display: flex; flex-direction: column; font-size: 11px; font-weight: 800; gap: 8px; letter-spacing: 0.03em; }
.form-card label small { color: #8b94a1; font-size: 9px; font-weight: 600; margin-left: 4px; }
.form-card input, .form-card select, .form-card textarea { background: #fbfaf7; border: 1px solid #d7dcd8; border-radius: 0; color: var(--ink); font-size: 13px; font-weight: 450; outline: none; padding: 14px 15px; width: 100%; }
.form-card input:focus, .form-card select:focus, .form-card textarea:focus { border-color: var(--sage-dark); box-shadow: 0 0 0 3px rgba(67, 107, 89, 0.1); }
.form-card textarea { resize: vertical; }
.submit-button { align-items: center; align-self: flex-start; background: var(--ink); border: 0; border-radius: 999px; color: white; cursor: pointer; display: inline-flex; font-size: 12px; font-weight: 800; gap: 18px; padding: 16px 22px; }
.submit-button:hover { background: var(--sage-dark); }
.submit-button:disabled { cursor: wait; opacity: 0.72; }
.form-disclaimer { color: #7a8492; font-size: 10px; margin: -10px 0 0; }
.form-error { color: #8c2f39; font-size: 11px; line-height: 1.6; margin: -10px 0 0; }
.form-error a { color: inherit; font-weight: 800; text-decoration: underline; }
.success-message { align-items: flex-start; display: flex; flex-direction: column; justify-content: center; min-height: 420px; }
.success-message > span { align-items: center; background: var(--sage-dark); border-radius: 50%; color: white; display: flex; font-size: 22px; height: 52px; justify-content: center; width: 52px; }
.success-message h3 { font-family: Georgia, serif; font-size: 34px; font-weight: 400; margin: 24px 0 10px; }
.success-message p { color: #5c6777; line-height: 1.7; max-width: 500px; }
.success-message button { background: transparent; border: 0; border-bottom: 1px solid var(--ink); color: var(--ink); cursor: pointer; font-size: 12px; font-weight: 800; margin-top: 17px; padding: 7px 0; }

footer { align-items: center; background: #0c172d; color: white; display: grid; grid-template-columns: 1fr 1fr auto; gap: 35px; padding: 48px clamp(24px, 7vw, 118px); }
.footer-brand { background: #fffdf9; border-radius: 2px; padding: 5px 8px; }
.footer-brand .brand-logo { height: 92px; }
footer > p { color: #aeb8c8; font-family: Georgia, serif; font-size: 15px; margin: 0; }
footer nav { display: flex; gap: 24px; }
footer nav a { color: #dbe0e9; font-size: 11px; font-weight: 700; }
.footer-contact { color: #b9c3d1; display: flex; flex-wrap: wrap; font-size: 11px; font-style: normal; gap: 10px; grid-column: 1 / -1; }
.footer-contact a { color: #fff; font-weight: 700; }
.footer-contact a:hover { color: #f9bd59; }

.legal-page { background: var(--paper); min-height: 65vh; padding: clamp(75px, 9vw, 125px) clamp(24px, 12vw, 190px); }
.legal-page article { margin: 0 auto; max-width: 900px; }
.legal-page h1 { font-size: clamp(44px, 5vw, 68px); margin-bottom: 45px; }
.legal-page h2 { font-family: Georgia, serif; font-size: 27px; font-weight: 400; margin: 42px 0 12px; }
.legal-page p, .legal-page li { color: #4f5d72; font-size: 15px; line-height: 1.8; }
.legal-page a { color: var(--sage-dark); font-weight: 750; text-decoration: underline; }

@media (max-width: 980px) {
  .site-header { grid-template-columns: 1fr auto; }
  .desktop-nav { display: none; }
  .nav-cta { display: none; }
  .mobile-nav { display: block; justify-self: end; }
  .menu-toggle {
    align-items: center;
    background: transparent;
    border: 1px solid var(--line);
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    gap: 5px;
    height: 46px;
    justify-content: center;
    padding: 0;
    width: 46px;
  }
  .menu-toggle span {
    background: var(--ink);
    border-radius: 2px;
    display: block;
    height: 2px;
    transition: transform 180ms ease, opacity 180ms ease;
    width: 19px;
  }
  .menu-toggle.is-open span:first-child { transform: translateY(7px) rotate(45deg); }
  .menu-toggle.is-open span:nth-child(2) { opacity: 0; }
  .menu-toggle.is-open span:last-child { transform: translateY(-7px) rotate(-45deg); }
  .mobile-menu-panel {
    background: var(--paper);
    border-bottom: 1px solid var(--line);
    box-shadow: 0 18px 36px rgba(20, 33, 61, 0.14);
    display: grid;
    left: 0;
    max-height: calc(100dvh - 86px);
    overflow-y: auto;
    padding: 15px clamp(24px, 5vw, 78px) 24px;
    position: absolute;
    right: 0;
    top: 100%;
  }
  .mobile-menu-panel[hidden] { display: none; }
  .mobile-menu-panel > a {
    align-items: center;
    border-bottom: 1px solid var(--line);
    display: flex;
    font-size: 15px;
    font-weight: 700;
    justify-content: space-between;
    min-height: 49px;
  }
  .mobile-menu-panel > a::after { color: var(--rose); content: "→"; }
  .mobile-menu-panel > a:hover, .mobile-menu-panel > a:focus-visible { color: var(--sage-dark); }
  .mobile-menu-panel .mobile-call-link {
    background: var(--ink);
    border: 0;
    border-radius: 999px;
    color: white;
    justify-content: center;
    margin-top: 18px;
    min-height: 48px;
  }
  .mobile-menu-panel .mobile-call-link::after { content: none; }
  .hero { grid-template-columns: 1fr; }
  .hero-copy { padding-bottom: 70px; }
  .hero-visual { min-height: 560px; }
  .care-ribbon { justify-content: flex-start; overflow-x: auto; }
  .section-intro { grid-template-columns: 1fr; gap: 20px; }
  .section-intro > p { max-width: 650px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 330px; }
  .about-section, .owner-section, .approach-section, .community-section.has-testimonials, .faq-section, .care-section { grid-template-columns: 1fr; }
  .video-intro { align-items: start; grid-template-columns: 1fr; }
  .blog-grid, .blog-archive-grid { grid-template-columns: 1fr; }
  .blog-card { min-height: 285px; }
  .about-visual { min-height: 640px; }
  .owner-card { grid-template-columns: 0.85fr 1.15fr; }
  footer { grid-template-columns: 1fr; }
  footer nav { flex-wrap: wrap; }
}

@media (max-width: 600px) {
  .site-header { min-height: 74px; padding: 0 18px; }
  .brand-logo { height: 64px; }
  .mobile-menu-panel { max-height: calc(100dvh - 74px); padding-left: 18px; padding-right: 18px; }
  .hero-copy { padding: 64px 22px 56px; }
  h1 { font-size: clamp(46px, 14vw, 62px); }
  .hero-lede { font-size: 16px; }
  .trust-row { align-items: flex-start; flex-direction: column; gap: 10px; margin-top: 36px; }
  .hero-visual { min-height: 470px; }
  .night-card { bottom: 22px; right: 22px; width: calc(100% - 44px); }
  .carousel-controls { bottom: 31px; left: 34px; }
  .section-shell, .owner-section, .approach-section, .community-section, .faq-section, .care-section { padding-left: 22px; padding-right: 22px; }
  .video-section, .blog-section { padding-left: 22px; padding-right: 22px; }
  .section-intro h2, .about-copy h2, .owner-intro h2, .approach-copy h2, .service-area-panel h2, .testimonials-panel h2, .faq-intro h2, .care-copy h2 { font-size: 42px; }
  .video-intro h2 { font-size: 42px; }
  .video-grid { grid-template-columns: 1fr; margin-top: 42px; }
  .blog-intro { align-items: start; grid-template-columns: 1fr; }
  .blog-grid { margin-top: 42px; }
  .about-visual { min-height: 500px; }
  .about-quote { bottom: 20px; left: 20px; max-width: calc(100% - 40px); padding: 22px; }
  .about-copy { padding: 70px 22px; }
  .values-row { grid-template-columns: 1fr; }
  .owner-card { grid-template-columns: 1fr; }
  .owner-photo-wrap { min-height: 520px; }
  .field-grid { grid-template-columns: 1fr; }
  .form-card { padding: 27px 20px; }
  .steps-list li { grid-template-columns: 48px 1fr; gap: 12px; }
  footer { padding: 42px 22px; }
  .footer-brand .brand-logo { height: 82px; }
  .legal-page { padding-left: 22px; padding-right: 22px; }
}

@media (max-width: 782px) {
  body.admin-bar .site-header { top: 46px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .hero-slide { transform: none; transition: none; }
  .service-card, .button-primary, .nav-cta { transition: none; }
}
