:root {
  --ink: #3f332f;
  --muted: #8f7d76;
  --paper: #fbf7f5;
  --warm: #f0e8e5;
  --warm-2: #e6dcda;
  --accent: #a56d5e;
  --accent-dark: #7d5046;
  --cream: #fffaf7;
  --line: rgba(94, 70, 62, 0.14);
  --shadow: 0 20px 54px rgba(98, 68, 60, 0.16);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Manrope", sans-serif;
  overflow-x: hidden;
}

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

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

p {
  color: var(--muted);
  line-height: 1.72;
}

h1,
h2,
h3 {
  color: var(--accent);
  font-family: "Cormorant Garamond", serif;
  font-weight: 600;
  letter-spacing: 0;
}

.mobile-top {
  display: none;
  padding: 0.22rem 0.8rem;
  color: #fff;
  background: var(--accent);
  font-size: 0.72rem;
  text-align: right;
}

.site-nav {
  top: 0;
  padding: 1.1rem 0;
  background: rgba(255, 250, 247, 0.82);
  border-bottom: 1px solid transparent;
  backdrop-filter: blur(12px);
  transition: 0.28s ease;
}

.site-nav.nav-scrolled {
  padding: 0.72rem 0;
  border-color: var(--line);
  box-shadow: 0 10px 30px rgba(89, 63, 55, 0.09);
}

.navbar-brand,
.footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  color: var(--accent-dark);
  font-family: "Cormorant Garamond", serif;
  font-size: 1.45rem;
  font-weight: 700;
}

.brand-mark {
  display: inline-grid;
  place-items: center;
  width: 38px;
  height: 38px;
  color: #fff;
  background: var(--accent);
  border-radius: 50%;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.35rem;
}

.navbar-nav .nav-link {
  color: var(--ink);
  font-size: 0.86rem;
  font-weight: 700;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link:hover {
  color: var(--accent);
}

.btn {
  border-radius: 999px;
  padding: 0.78rem 1.45rem;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.btn-accent {
  color: #fff;
  background: var(--accent);
  border-color: var(--accent);
  box-shadow: 0 12px 28px rgba(165, 109, 94, 0.24);
}

.btn-accent:hover,
.btn-accent:focus {
  color: #fff;
  background: var(--accent-dark);
  border-color: var(--accent-dark);
}

.btn-soft,
.btn-cream {
  color: var(--accent-dark);
  background: var(--cream);
  border-color: rgba(255, 255, 255, 0.6);
}

.section-pad {
  padding: 6rem 0;
}

.section-pad-sm {
  padding: 4.5rem 0;
}

.hero-wrap {
  padding: 6.8rem 0 2.5rem;
}

.hero-card {
  position: relative;
  min-height: 560px;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: var(--shadow);
}

.hero-card img {
  width: 100%;
  height: 100%;
  min-height: 560px;
  object-fit: cover;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(51, 43, 39, 0.78), rgba(51, 43, 39, 0.34) 52%, rgba(51, 43, 39, 0.45)),
    rgba(165, 109, 94, 0.08);
}

.hero-content {
  position: absolute;
  left: clamp(1.4rem, 6vw, 5rem);
  bottom: clamp(1.5rem, 7vw, 5rem);
  max-width: 650px;
  color: #fff;
}

.rating {
  margin-bottom: 0.8rem;
  color: #fff;
  font-size: 1.2rem;
  letter-spacing: 0.12em;
}

.hero-content h1 {
  max-width: 620px;
  margin-bottom: 0.9rem;
  color: #fff;
  font-size: clamp(2.3rem, 5.4vw, 5.5rem);
  line-height: 0.9;
}

.hero-content p {
  max-width: 520px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 1.02rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 1.4rem;
}

.hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 2rem;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.78rem;
  font-weight: 700;
}

.section-heading {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}

.section-heading span,
.proof-copy span,
.home-copy span,
.service-copy span,
.faq-title span,
.cta-card span,
.advantage-copy span {
  display: block;
  margin-bottom: 0.7rem;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.section-heading h2,
.proof-copy h2,
.home-copy h2,
.faq-title h2,
.cta-card h2,
.advantage-copy h2 {
  margin-bottom: 1rem;
  font-size: clamp(2.1rem, 4vw, 3.8rem);
  line-height: 1.03;
}

.intro-section {
  background: var(--paper);
}

.team-proof,
.home-care,
.faq-section {
  background: var(--warm);
}

.rounded-photo {
  margin: 0;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: var(--shadow);
}

.rounded-photo img {
  width: 100%;
  aspect-ratio: 1.2;
  object-fit: cover;
}

.team-proof .rounded-photo img {
  aspect-ratio: 1.05;
  object-position: top center;
}

.proof-copy,
.home-copy,
.service-copy,
.advantage-copy {
  max-width: 620px;
}

.services-section {
  background: var(--paper);
}

.service-image-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.65rem;
}

.service-image-grid img {
  width: 100%;
  aspect-ratio: 0.82;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 12px 28px rgba(98, 68, 60, 0.12);
}

.service-image-grid img:first-child {
  grid-column: span 2;
  aspect-ratio: 1.6;
}

.service-pills {
  display: grid;
  gap: 0.72rem;
}

.service-pills button {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  width: 100%;
  padding: 0.92rem 1rem;
  color: var(--accent-dark);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 12px 26px rgba(98, 68, 60, 0.06);
  font-size: 0.86rem;
  font-weight: 800;
  text-align: left;
}

.service-pills button:first-child {
  color: #fff;
  background: var(--accent);
}

.service-pills i {
  font-size: 1.25rem;
}

.service-copy {
  padding: 2rem;
  background: var(--warm);
  border-radius: 10px;
}

.service-copy h3 {
  color: var(--accent);
  font-size: 2rem;
}

.mission-band {
  min-height: 300px;
  display: grid;
  place-items: center;
  background: #fff;
  text-align: center;
}

.mission-text h2 {
  color: var(--ink);
  font-size: clamp(2.1rem, 4vw, 3.4rem);
}

.mission-text p {
  color: var(--ink);
  font-family: "Cormorant Garamond", serif;
  font-size: 1.5rem;
}

.results-section {
  background: var(--paper);
}

.results-section .section-heading {
  margin: 0 0 2rem;
}

.testimonial-card {
  height: 100%;
  padding: 1.25rem;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 16px 34px rgba(98, 68, 60, 0.08);
}

.stars {
  color: var(--accent);
  letter-spacing: 0.08em;
}

.testimonial-card p {
  min-height: 90px;
  margin: 0.8rem 0 1rem;
  font-size: 0.9rem;
}

.feel-better {
  padding: 2rem 0;
  background: #fff;
  overflow: hidden;
}

.marquee-text {
  display: flex;
  justify-content: center;
  gap: clamp(2rem, 8vw, 8rem);
  color: var(--accent);
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2.4rem, 6vw, 5rem);
  line-height: 1;
  white-space: nowrap;
}

.stats-section {
  background: var(--warm);
}

.stat-card {
  height: 100%;
  padding: 1.35rem 1rem;
  text-align: center;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 12px 26px rgba(98, 68, 60, 0.08);
}

.stat-card strong {
  display: block;
  color: var(--accent);
  font-family: "Cormorant Garamond", serif;
  font-size: 2.4rem;
  line-height: 1;
}

.stat-card span {
  display: block;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 800;
}

.advantage-copy {
  margin-top: 2rem;
}

.accordion-item {
  margin-bottom: 0.75rem;
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(94, 70, 62, 0.18);
}

.accordion-button {
  padding: 1rem 0;
  color: var(--ink);
  background: transparent;
  font-weight: 800;
}

.accordion-button:not(.collapsed) {
  color: var(--accent);
  background: transparent;
  box-shadow: none;
}

.accordion-button:focus {
  box-shadow: none;
}

.accordion-body {
  padding: 0 0 1rem;
  color: var(--muted);
}

.cta-photo {
  background: var(--paper);
}

.cta-card {
  position: relative;
  min-height: 360px;
  display: grid;
  align-items: center;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: var(--shadow);
}

.cta-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cta-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(69, 50, 45, 0.78), rgba(69, 50, 45, 0.28));
}

.cta-card > div {
  position: relative;
  z-index: 1;
  max-width: 560px;
  padding: clamp(1.5rem, 6vw, 4rem);
}

.cta-card span,
.cta-card h2 {
  color: #fff;
}

.site-footer {
  padding: 4.5rem 0 1.4rem;
  color: rgba(255, 255, 255, 0.72);
  background: var(--accent);
}

.site-footer p,
.site-footer a,
.site-footer li {
  color: rgba(255, 255, 255, 0.78);
}

.site-footer h3 {
  color: #fff;
  font-family: "Manrope", sans-serif;
  font-size: 1rem;
  font-weight: 800;
}

.footer-brand {
  color: #fff;
  margin-bottom: 1rem;
}

.footer-brand .brand-mark {
  background: rgba(255, 255, 255, 0.2);
}

.site-footer ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.site-footer li {
  margin-bottom: 0.55rem;
}

.footer-bottom {
  margin-top: 2.4rem;
  padding-top: 1.2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  font-size: 0.82rem;
}

.back-to-top {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 40;
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  color: #fff;
  background: var(--accent);
  border: 0;
  border-radius: 50%;
  box-shadow: 0 14px 28px rgba(165, 109, 94, 0.28);
  opacity: 0;
  visibility: hidden;
  transform: translateY(12px);
  transition: 0.25s ease;
}

.back-to-top.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.reveal-delay-1 {
  transition-delay: 0.08s;
}

.reveal-delay-2 {
  transition-delay: 0.16s;
}

@media (max-width: 991.98px) {
  .mobile-top {
    display: block;
  }

  .site-nav {
    top: 1.45rem;
    padding: 0.75rem 0;
    background: rgba(255, 250, 247, 0.96);
  }

  .navbar-brand {
    font-size: 1.18rem;
  }

  .navbar-collapse {
    margin-top: 0.8rem;
    padding: 1rem;
    background: var(--cream);
    border: 1px solid var(--line);
    border-radius: 10px;
  }

  .hero-wrap {
    padding-top: 6rem;
  }

  .hero-card,
  .hero-card img {
    min-height: 610px;
  }

  .hero-overlay {
    background: linear-gradient(180deg, rgba(51, 43, 39, 0.25), rgba(51, 43, 39, 0.82));
  }

  .hero-content {
    left: 1.25rem;
    right: 1.25rem;
    bottom: 1.4rem;
  }

  .hero-content h1 {
    font-size: 3rem;
  }
}

@media (max-width: 767.98px) {
  .section-pad {
    padding: 4rem 0;
  }

  .section-pad-sm {
    padding: 3rem 0;
  }

  .hero-wrap .container {
    padding-inline: 0.85rem;
  }

  .hero-card {
    border-radius: 8px;
  }

  .hero-content h1 {
    font-size: 2.45rem;
  }

  .hero-content p {
    font-size: 0.92rem;
  }

  .hero-actions .btn {
    width: 100%;
  }

  .hero-meta {
    display: grid;
    gap: 0.4rem;
  }

  .section-heading {
    text-align: center;
  }

  .service-copy {
    padding: 1.25rem;
  }

  .mission-band {
    min-height: 240px;
  }

  .marquee-text {
    justify-content: flex-start;
    padding-left: 1rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
