/* Victoria Cleaning — home page
   Palette mirrored from the postcard:
   forest green panel, cream type, soft sage back-section. */
:root {
  --green:      #3f4a34;  /* deep olive/forest panel */
  --green-deep: #353f2c;
  --sage:       #8a9a70;  /* muted accent green */
  --sage-soft:  #e9ede0;  /* light sage back-section bg */
  --sage-tint:  #f1f3ea;
  --cream:      #f5f3ea;  /* off-white type on green */
  --ink:        #3a4230;  /* dark green-grey text on light */
  --ink-soft:   #5c6650;
}

* { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

body {
  font-family: 'Mulish', system-ui, -apple-system, sans-serif;
  color: var(--ink);
  background: var(--sage-soft);
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}

em { font-style: italic; }

/* ---------- shared bits ---------- */
.eyebrow {
  font-size: .8rem;
  font-weight: 700;
  letter-spacing: .28em;
  text-transform: uppercase;
}

/* ============ FRONT / HERO ============ */
.hero {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  min-height: 100vh;
  background: var(--green);
}

.hero__panel {
  color: var(--cream);
  padding: clamp(2rem, 5vw, 5rem) clamp(1.5rem, 5vw, 4.5rem);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.hero__panel .eyebrow {
  color: rgba(245,243,234,.72);
  position: relative;
  padding-bottom: 1.1rem;
  margin-bottom: 2.2rem;
}
.hero__panel .eyebrow::after {
  content: "";
  position: absolute;
  left: 0; bottom: 0;
  width: 140px; height: 1px;
  background: rgba(245,243,234,.35);
}

.wordmark__intro {
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-size: clamp(1.4rem, 2.6vw, 1.9rem);
  color: rgba(245,243,234,.85);
  margin-bottom: -.2rem;
}
.wordmark {
  font-family: 'Playfair Display', serif;
  font-weight: 600;
  font-size: clamp(3.4rem, 8vw, 6rem);
  line-height: 1;
  letter-spacing: .01em;
}
.wordmark__sub {
  font-size: clamp(1rem, 2vw, 1.35rem);
  font-weight: 600;
  letter-spacing: .42em;
  text-transform: uppercase;
  color: rgba(245,243,234,.6);
  margin-top: .35rem;
}

.hero__headline {
  font-family: 'Playfair Display', serif;
  font-weight: 500;
  font-size: clamp(1.5rem, 3.2vw, 2.35rem);
  line-height: 1.25;
  margin-top: 2.6rem;
  max-width: 18ch;
}

.hero__tagline {
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-size: clamp(1rem, 2vw, 1.2rem);
  color: rgba(245,243,234,.78);
  margin-top: 1.6rem;
  max-width: 30ch;
}

.hero__points {
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: .7rem 1.5rem;
  margin-top: 2.4rem;
  max-width: 26rem;
}
.hero__points li {
  position: relative;
  padding-left: 1.7rem;
  font-size: .98rem;
  color: rgba(245,243,234,.92);
}
.hero__points li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--sage);
  font-weight: 700;
}

.hero__contact {
  display: inline-flex;
  flex-direction: column;
  align-self: flex-start;
  margin-top: 2.8rem;
  padding: .85rem 1.4rem;
  background: var(--cream);
  color: var(--green-deep);
  text-decoration: none;
  border-radius: 4px;
  font-weight: 700;
  font-size: 1.15rem;
  transition: transform .15s ease, box-shadow .15s ease;
}
.hero__contact span {
  font-size: .68rem;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--sage);
  margin-bottom: .15rem;
}
.hero__contact:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(0,0,0,.18);
}

.hero__image {
  background-image: url('hero.jpg');
  background-size: cover;
  background-position: center;
  min-height: 320px;
}

/* ============ BACK / PITCH ============ */
.pitch {
  background: linear-gradient(160deg, var(--sage-tint), var(--sage-soft));
  text-align: center;
  padding: clamp(3.5rem, 8vw, 6.5rem) 1.5rem clamp(3rem, 6vw, 5rem);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.leaf { color: var(--sage); margin-bottom: 1.4rem; }

.pitch__title {
  font-family: 'Playfair Display', serif;
  font-weight: 600;
  font-size: clamp(2rem, 5.5vw, 3.4rem);
  line-height: 1.12;
  color: var(--ink);
}
.pitch__title em { color: var(--sage); }

.pitch__lede {
  max-width: 44ch;
  margin: 1.5rem auto 0;
  font-size: clamp(1rem, 2vw, 1.15rem);
  color: var(--ink-soft);
}

.pitch__list {
  list-style: none;
  text-align: left;
  margin: 2.8rem auto 0;
  display: inline-flex;
  flex-direction: column;
  gap: 1rem;
}
.pitch__list li {
  position: relative;
  padding-left: 2rem;
  font-size: clamp(1rem, 2vw, 1.18rem);
  color: var(--ink-soft);
}
.pitch__list strong { color: var(--ink); font-weight: 700; }
.pitch__list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--sage);
  font-weight: 700;
  font-size: 1.15em;
}

.pitch__book {
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-size: clamp(1.35rem, 3vw, 1.8rem);
  color: var(--ink);
  margin-top: 2.8rem;
}

.pitch__cta {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  margin-top: 1.4rem;
  padding: 1rem 2.4rem;
  background: var(--green);
  color: var(--cream);
  text-decoration: none;
  border-radius: 5px;
  font-weight: 700;
  font-size: clamp(1.2rem, 2.6vw, 1.5rem);
  transition: transform .15s ease, box-shadow .15s ease;
}
.pitch__cta span {
  font-size: .68rem;
  letter-spacing: .26em;
  text-transform: uppercase;
  color: rgba(245,243,234,.65);
  margin-bottom: .2rem;
}
.pitch__cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(63,74,52,.3);
}

.pitch__footer {
  margin-top: 2.6rem;
  font-size: .82rem;
  font-weight: 700;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--sage);
}

/* ============ FOOTER ============ */
.site-footer {
  background: var(--green-deep);
  color: rgba(245,243,234,.65);
  text-align: center;
  padding: 1.6rem 1.5rem;
  font-size: .85rem;
}
.site-footer a { color: rgba(245,243,234,.85); }

/* ============ RESPONSIVE ============ */
@media (max-width: 820px) {
  .hero { grid-template-columns: 1fr; }
  .hero__image { min-height: 46vh; order: -1; }
  .hero__panel { padding-top: 3rem; padding-bottom: 3.5rem; }
  .hero__points { max-width: none; }
}
@media (max-width: 460px) {
  .hero__points { grid-template-columns: 1fr; }
}
