/* ==========================================
   Signature Housekeeping Design System
   home.css
   Visual Source of Truth: V1 style-v7.css
========================================== */

/* Keyframe Animations */
@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Hero Section */
.hero {
  min-height: 640px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid var(--gold);
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #faf9f7 0%, #f4f1eb 45%, #ffffff 100%);
  padding: 80px 0;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(
    circle at top right,
    rgba(198, 155, 72, 0.12),
    transparent 40%
  );
  pointer-events: none;
}

.hero-copy,
.hero-content {
  background: transparent;
  padding: 10px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  animation: fadeUp 0.8s ease forwards;
  max-width: 100%;
}

.hero h1 {
  font-family: Georgia, serif;
  font-weight: 400;
  line-height: 1.08;
  margin: 0 0 24px 0;
  font-size: clamp(42px, 4.8vw, 68px);
  letter-spacing: -0.02em;
  color: var(--color-heading);
}

.hero h1 em {
  font-weight: 400;
}

.hero-text,
.hero-content p {
  font-family: Georgia, serif;
  font-size: 19px;
  line-height: 1.65;
  max-width: 520px;
  margin: 0 0 32px 0;
  color: #4b4943;
}

.hero-actions,
.hero-buttons {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
  margin-top: 8px;
}

.hero-image {
  background: var(--ivory);
  min-height: 520px;
  max-height: 600px;
  height: 100%;
  border-radius: var(--radius-xl);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  animation: fadeUp 1s ease forwards;
  position: relative;
}

.hero-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 0.7s ease;
}

.hero-image:hover img {
  transform: scale(1.03);
}

/* Trust Row Section */
.trust-row {
  min-height: 105px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
  padding: 0 8vw;
  border-bottom: 1px solid #dfd2bd;
}

.trust-row span {
  text-align: center;
  font-family: Georgia, serif;
  font-size: 17px;
  border-right: 1px solid #d2b676;
}

.trust-row span:last-child {
  border: 0;
}

.trust-row b {
  color: var(--gold);
  font-size: 25px;
  margin-right: 15px;
}

/* Services Section */
#services {
  background: #fff;
}

#services .container {
  max-width: 900px;
  text-align: center;
}

#services h2 {
  margin: 1rem 0 1.5rem;
  font-size: clamp(2.25rem, 4vw, 3.5rem);
}

#services p:last-child {
  font-size: 1.15rem;
  line-height: 1.9;
  color: var(--color-text);
}

.section-heading {
  display: grid;
  grid-template-columns: 1fr 2fr 1.2fr;
  gap: 50px;
  align-items: end;
  margin-bottom: 70px;
}

.section-heading h2 {
  font-family: Georgia, serif;
  font-weight: 400;
  line-height: 0.98;
  margin: 0;
  font-size: clamp(44px, 5vw, 70px);
}

.section-heading > p:last-child,
.section-intro {
  line-height: 1.8;
  color: var(--muted);
  margin: 0 auto 4rem;
  max-width: 760px;
  font-size: 1.15rem;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--taupe);
  margin-top: 4rem;
}

/* Why Us Section */
#why-us {
  background: #f8f8f8;
  padding: 7rem 0;
}

#why-us .container {
  text-align: center;
}

#why-us h2 {
  margin: 1rem 0 1.5rem;
  font-size: clamp(2.25rem, 4vw, 3.5rem);
}

/* Signature Standard Section */
.standard {
  display: grid;
  grid-template-columns: 1.35fr 0.65fr;
  background: var(--deep);
  color: #f9f4eb;
  padding: 110px clamp(24px, 8vw, 130px);
  gap: 10vw;
}

.standard h2 {
  font-family: Georgia, serif;
  font-weight: 400;
  line-height: 0.98;
  margin: 0;
  font-size: clamp(48px, 5vw, 72px);
}

.standard h2 em {
  font-weight: 400;
}

.standard-panel > p:not(.eyebrow) {
  max-width: 650px;
  line-height: 1.85;
  color: #d9d3c8;
}

.standard ul {
  list-style: none;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-top: 40px;
}

.standard li {
  border-top: 1px solid #826f4c;
  padding: 18px 0;
  font-family: Georgia, serif;
}

.standard li:before {
  content: "✦";
  color: #c6a96e;
  margin-right: 12px;
}

/* About Section */
.about {
  display: grid;
  grid-template-columns: 0.7fr 1.3fr;
  gap: 10vw;
  align-items: center;
}

.about h2 {
  font-family: Georgia, serif;
  font-weight: 400;
  line-height: 0.98;
  font-size: clamp(48px, 5vw, 72px);
  margin-bottom: 35px;
}

.about > div:last-child > p:not(.eyebrow) {
  font-family: Georgia, serif;
  color: #5d5850;
  font-size: 18px;
  line-height: 1.8;
}

/* Areas Section */
.areas {
  text-align: center;
  background: #b39767;
  color: #fffaf1;
  padding: 110px 20px;
}

.areas .eyebrow {
  color: #fff5df;
}

.areas h2 {
  font-family: Georgia, serif;
  font-weight: 400;
  line-height: 0.98;
  margin: 0;
  font-size: clamp(50px, 6vw, 82px);
}

.areas > p:not(.eyebrow) {
  max-width: 760px;
  margin: 35px auto;
  line-height: 1.8;
}

/* Reviews Section */
#reviews {
  background: #ffffff;
  padding: 7rem 0;
}

#reviews .container {
  text-align: center;
}

#reviews h2 {
  margin: 1rem 0 1.5rem;
  font-size: clamp(2.25rem, 4vw, 3.5rem);
}

#reviews .service-card {
  text-align: center;
}

#reviews strong {
  display: block;
  margin-top: 1.5rem;
  font-size: 1.4rem;
  color: var(--gold);
}

/* FAQ Section */
.faq,
#faq {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 10vw;
  background: #f8f8f8;
  padding: 7rem 0;
}

#faq .container {
  max-width: 900px;
}

#faq h2 {
  text-align: center;
  margin: 1rem 0 3rem;
  font-size: clamp(2.25rem, 4vw, 3.5rem);
}

#faq .eyebrow {
  text-align: center;
}

.faq .section-heading {
  display: block;
  margin: 0;
}

.faq .section-heading h2 {
  font-size: 58px;
}

.faq-list {
  border-top: 1px solid var(--taupe);
  display: grid;
  gap: 1.5rem;
}

.faq-item {
  background: #fff;
  padding: 2rem;
  border-radius: var(--radius-xl);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.06);
}

.faq-item h3 {
  margin-bottom: 1rem;
}

.faq-item p {
  margin: 0;
  line-height: 1.8;
}

/* Estimate Section Layout */
.estimate,
#estimate {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 9vw;
  padding: 110px clamp(24px, 8vw, 130px);
  background: var(--ivory);
  align-items: start;
}

.estimate h2,
#estimate h2 {
  font-family: Georgia, serif;
  font-weight: 400;
  line-height: 0.98;
  margin: 0;
  font-size: clamp(50px, 5vw, 72px);
}

.estimate > div > p:not(.eyebrow),
#estimate .section-intro {
  max-width: 540px;
  line-height: 1.8;
  color: var(--muted);
}

.contact-options {
  display: flex;
  gap: 25px;
  margin-top: 40px;
}

.contact-options a {
  font-weight: bold;
  border-bottom: 1px solid var(--gold);
  padding-bottom: 6px;
}

.estimate-cta {
  margin-top: 3rem;
}