/* ================================================================
   DENVER HOUSE CLEANING CO. — Additional Pages
   Design: Editorial / Magazine — NOT hero/cards/grid pattern
   Fonts: Cormorant Garamond (display) + Inter (body)
   Palette: Inherited mint/sage — used typographically, not in blocks
   ================================================================ */

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

:root {
  --mint:      #e8f5f0;
  --green:     #2d7a5f;
  --green-dk:  #1a5c44;
  --green-lt:  #3a9a78;
  --sage:      #8fbc9e;
  --cream:     #faf9f6;
  --warm:      #f5f0e8;
  --stone:     #ece8e0;
  --charcoal:  #1c1c1c;
  --text:      #1a2e27;
  --mid:       #4a6558;
  --muted:     #8aaa98;
  --white:     #ffffff;
  --lh:        1.75;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }

body {
  font-family: 'Inter', sans-serif;
  background: var(--cream);
  color: var(--text);
  line-height: var(--lh);
  overflow-x: hidden;
}

/* ── TYPOGRAPHY ── */
.serif { font-family: 'Cormorant Garamond', serif; }

h1, h2, h3 { font-family: 'Cormorant Garamond', serif; line-height: 1.1; }
h1 { font-size: clamp(3.2rem, 7vw, 7rem); font-weight: 300; letter-spacing: -0.02em; }
h2 { font-size: clamp(2.4rem, 5vw, 4.5rem); font-weight: 300; }
h3 { font-size: clamp(1.6rem, 3vw, 2.4rem); font-weight: 400; }
h4 { font-family: 'Inter', sans-serif; font-size: .78rem; font-weight: 600; text-transform: uppercase; letter-spacing: .14em; }

p { color: var(--mid); line-height: 1.8; font-weight: 300; font-size: .97rem; }
a { color: var(--green); text-decoration: none; }

/* ── NAV (same brand feel, not identical) ── */
.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 500;
  height: 64px;
  display: flex; align-items: center; justify-content: space-between;
  padding: 0 52px;
  background: rgba(250,249,246,.96);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(45,122,95,.07);
}
.nav-logo {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.15rem; font-weight: 500; color: var(--green-dk);
  letter-spacing: .02em;
}
.nav-links { display: flex; gap: 28px; list-style: none; }
.nav-links a {
  font-size: .78rem; font-weight: 500; letter-spacing: .08em;
  text-transform: uppercase; color: var(--mid);
  transition: color .22s;
}
.nav-links a:hover, .nav-links a.active { color: var(--green); }
.nav-book {
  font-size: .75rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase;
  border: 1.5px solid var(--green); color: var(--green);
  padding: 9px 22px; border-radius: 2px;
  transition: all .22s;
}
.nav-book:hover { background: var(--green); color: var(--white); }
.nav-burger { display: none; background: none; border: none; cursor: pointer; flex-direction: column; gap: 5px; }
.nav-burger span { display: block; width: 22px; height: 1.5px; background: var(--text); }
.nav-mobile {
  display: none; position: fixed; top: 64px; left: 0; right: 0; z-index: 499;
  background: var(--cream); border-bottom: 1px solid rgba(45,122,95,.08);
  padding: 24px 32px; flex-direction: column; gap: 12px;
}
.nav-mobile a { font-size: .85rem; font-weight: 500; color: var(--mid); padding: 8px 0; border-bottom: 1px solid var(--stone); display: block; }
.nav-mobile a.book-mob { color: var(--green); font-weight: 700; border: none; margin-top: 8px; }

/* ── LAYOUT UTILITIES ── */
.wrap { max-width: 1200px; margin: 0 auto; padding: 0 52px; }
.wrap-narrow { max-width: 780px; margin: 0 auto; padding: 0 52px; }

/* ── PAGE OPENING (replaces hero) ── */
.page-open {
  padding: 160px 52px 80px;
  max-width: 1200px;
  margin: 0 auto;
}
.page-open .label {
  font-size: .72rem; font-weight: 600; letter-spacing: .2em; text-transform: uppercase;
  color: var(--sage); display: flex; align-items: center; gap: 12px; margin-bottom: 28px;
}
.page-open .label::before { content: ''; width: 32px; height: 1px; background: var(--sage); }
.page-open h1 { color: var(--text); max-width: 900px; margin-bottom: 28px; }
.page-open .lead {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.2rem, 2.5vw, 1.6rem);
  font-weight: 300; font-style: italic;
  color: var(--mid); max-width: 620px; line-height: 1.6;
}

/* ── DIAGONAL DIVIDER ── */
.diag { height: 80px; background: var(--green); clip-path: polygon(0 0, 100% 40%, 100% 100%, 0 100%); }
.diag-inv { height: 80px; background: var(--cream); clip-path: polygon(0 0, 100% 0, 100% 60%, 0 100%); }
.diag-warm { height: 80px; background: var(--warm); clip-path: polygon(0 40%, 100% 0, 100% 100%, 0 100%); }

/* ── NUMBERED EDITORIAL SERVICE ROWS ── */
.svc-rows { padding: 0 0 120px; }
.svc-row {
  display: grid; grid-template-columns: 80px 1fr 1fr; gap: 0;
  border-top: 1px solid var(--stone); padding: 64px 52px;
  max-width: 1200px; margin: 0 auto;
  transition: background .3s;
}
.svc-row:hover { background: rgba(232,245,240,.4); }
.svc-num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 5rem; font-weight: 300; color: var(--stone);
  line-height: 1; padding-top: 4px;
  transition: color .3s;
}
.svc-row:hover .svc-num { color: var(--sage); }
.svc-title-col { padding-right: 48px; }
.svc-title-col h3 { margin-bottom: 14px; }
.svc-title-col .tag {
  display: inline-block; font-size: .68rem; font-weight: 600; letter-spacing: .12em;
  text-transform: uppercase; color: var(--green); background: var(--mint);
  padding: 4px 12px; margin-bottom: 16px;
}
.svc-body-col { border-left: 1px solid var(--stone); padding-left: 48px; }
.svc-body-col p { margin-bottom: 14px; }
.svc-body-col ul { list-style: none; margin: 14px 0; }
.svc-body-col ul li {
  font-size: .88rem; color: var(--mid); padding: 7px 0;
  border-bottom: 1px solid rgba(143,188,158,.2);
  display: flex; gap: 10px; align-items: flex-start;
}
.svc-body-col ul li::before { content: '—'; color: var(--sage); flex-shrink: 0; }

/* ── GREEN PANEL (replaces CTA dark bands) ── */
.panel-green {
  background: var(--green);
  padding: 100px 52px;
  clip-path: polygon(0 6%, 100% 0, 100% 94%, 0 100%);
  margin: -30px 0;
}
.panel-green-inner { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.panel-green h2 { color: var(--white); font-size: clamp(2.4rem,4vw,4rem); font-style: italic; }
.panel-green p { color: rgba(255,255,255,.7); margin: 18px 0 28px; font-size: 1rem; }
.btn-light {
  display: inline-block; font-size: .75rem; font-weight: 600; letter-spacing: .12em;
  text-transform: uppercase; color: var(--green); background: var(--white);
  padding: 14px 32px; border-radius: 2px; transition: all .22s;
}
.btn-light:hover { background: var(--mint); color: var(--green-dk); }
.btn-ghost-white {
  display: inline-block; font-size: .75rem; font-weight: 600; letter-spacing: .12em;
  text-transform: uppercase; color: var(--white);
  border: 1.5px solid rgba(255,255,255,.5);
  padding: 14px 32px; border-radius: 2px; transition: all .22s; margin-left: 14px;
}
.btn-ghost-white:hover { border-color: var(--white); background: rgba(255,255,255,.1); }

/* ── PROCESS STEPS (full-width panels, no cards) ── */
.step-panel {
  min-height: 380px;
  display: grid; grid-template-columns: 1fr 1fr;
  align-items: stretch; overflow: hidden;
}
.step-panel.alt { direction: rtl; }
.step-panel.alt > * { direction: ltr; }
.step-num-panel {
  background: var(--green); color: var(--white);
  display: flex; align-items: center; justify-content: center; flex-direction: column;
  padding: 64px;
}
.step-num-panel .big-num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 9rem; font-weight: 300; line-height: 1;
  color: rgba(255,255,255,.18); margin-bottom: -30px;
}
.step-num-panel h3 { font-size: clamp(1.8rem,3vw,2.8rem); color: var(--white); text-align: center; }
.step-num-panel p { color: rgba(255,255,255,.65); text-align: center; font-size: .9rem; margin-top: 14px; }
.step-detail { background: var(--white); padding: 72px 80px; display: flex; flex-direction: column; justify-content: center; }
.step-detail .step-label {
  font-size: .68rem; letter-spacing: .2em; text-transform: uppercase;
  color: var(--sage); margin-bottom: 18px; display: flex; align-items: center; gap: 10px;
}
.step-detail .step-label::before { content: ''; width: 24px; height: 1px; background: var(--sage); }
.step-detail ul { list-style: none; margin-top: 20px; }
.step-detail ul li { padding: 9px 0; border-bottom: 1px solid var(--stone); font-size: .9rem; color: var(--mid); display: flex; gap: 12px; }
.step-detail ul li::before { content: '✓'; color: var(--green); font-weight: 700; }

/* ── WARM PANEL ── */
.panel-warm {
  background: var(--warm);
  padding: 100px 52px;
}
.panel-warm-inner { max-width: 1200px; margin: 0 auto; }

/* ── FAQ ── */
.faq-wrap { max-width: 900px; margin: 0 auto; padding: 80px 52px 120px; }
.faq-section-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.1rem; font-style: italic; color: var(--sage);
  margin: 48px 0 8px;
}
.faq-entry { border-bottom: 1px solid var(--stone); }
.faq-q {
  display: flex; justify-content: space-between; align-items: flex-start;
  padding: 24px 0; cursor: pointer; gap: 24px;
}
.faq-q-text { font-family: 'Cormorant Garamond', serif; font-size: 1.35rem; font-weight: 400; color: var(--text); line-height: 1.3; }
.faq-toggle {
  width: 28px; height: 28px; border: 1px solid var(--stone); border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 1rem; color: var(--sage); flex-shrink: 0; transition: all .22s;
}
.faq-entry.open .faq-toggle { background: var(--green); border-color: var(--green); color: var(--white); transform: rotate(45deg); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .4s ease; }
.faq-a p { padding-bottom: 24px; font-size: .93rem; }
.faq-entry.open .faq-a { max-height: 300px; }

/* ── AREAS LAYOUT ── */
.areas-layout { display: grid; grid-template-columns: 1fr 2fr; gap: 0; min-height: 600px; }
.areas-left { background: var(--green); padding: 80px 60px; display: flex; flex-direction: column; justify-content: center; }
.areas-left h2 { color: var(--white); font-style: italic; margin-bottom: 20px; }
.areas-left p { color: rgba(255,255,255,.65); }
.areas-right { background: var(--warm); padding: 80px 60px; }
.areas-right h4 { font-size: .7rem; letter-spacing: .18em; color: var(--sage); margin-bottom: 24px; }
.area-list { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 40px; }
.area-tag {
  font-size: .82rem; font-weight: 500; color: var(--text);
  border: 1px solid var(--stone); padding: 8px 18px; border-radius: 2px;
  background: var(--white); transition: all .2s;
}
.area-tag:hover { border-color: var(--green); color: var(--green); background: var(--mint); }

/* ── ABOUT ── */
.about-opener { padding: 160px 52px 0; max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: 3fr 2fr; gap: 80px; align-items: end; }
.about-opener h1 { font-style: italic; }
.about-opener .aside-quote {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.3rem; font-weight: 300; font-style: italic;
  color: var(--mid); line-height: 1.7; padding-left: 28px;
  border-left: 2px solid var(--sage); margin-bottom: 20px;
}
.values-row { display: grid; grid-template-columns: repeat(3,1fr); gap: 0; border-top: 1px solid var(--stone); margin-top: 80px; }
.val {
  padding: 52px; border-right: 1px solid var(--stone);
  transition: background .25s;
}
.val:last-child { border-right: none; }
.val:hover { background: var(--mint); }
.val-num { font-family: 'Cormorant Garamond', serif; font-size: 3.5rem; font-weight: 300; color: var(--stone); line-height: 1; margin-bottom: 18px; }
.val h4 { color: var(--green-dk); margin-bottom: 10px; font-size: .8rem; letter-spacing: .14em; }
.val p { font-size: .88rem; }

/* ── CONTACT PAGE ── */
.contact-page { display: grid; grid-template-columns: 1fr 1fr; min-height: 100vh; }
.contact-left { background: var(--green-dk); padding: 120px 80px; display: flex; flex-direction: column; justify-content: center; }
.contact-left h1 { color: var(--white); font-style: italic; font-size: clamp(2.5rem,5vw,5rem); margin-bottom: 30px; }
.contact-left p { color: rgba(255,255,255,.6); font-size: .95rem; margin-bottom: 40px; }
.contact-detail { display: flex; gap: 16px; align-items: flex-start; margin-bottom: 24px; }
.c-ico { width: 36px; height: 36px; border: 1px solid rgba(255,255,255,.2); display: flex; align-items: center; justify-content: center; font-size: 1rem; flex-shrink: 0; }
.c-label { font-size: .65rem; letter-spacing: .16em; text-transform: uppercase; color: rgba(255,255,255,.4); margin-bottom: 4px; }
.c-value { font-size: .93rem; color: rgba(255,255,255,.85); font-weight: 400; }
.c-value a { color: rgba(255,255,255,.85); }
.contact-right { background: var(--cream); padding: 120px 80px; overflow-y: auto; display: flex; flex-direction: column; justify-content: center; }
.contact-right h2 { font-family: 'Cormorant Garamond', serif; font-size: 2rem; font-weight: 400; margin-bottom: 32px; color: var(--text); }

/* ── FORM ── */
.fgroup { margin-bottom: 16px; }
.fgroup label { display: block; font-size: .68rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); margin-bottom: 6px; }
.fgroup input, .fgroup select, .fgroup textarea {
  width: 100%; padding: 12px 16px;
  border: 1px solid var(--stone); border-radius: 2px;
  font-family: 'Inter', sans-serif; font-size: .9rem; color: var(--text);
  background: var(--white); outline: none; transition: border-color .2s;
}
.fgroup input:focus, .fgroup select:focus, .fgroup textarea:focus { border-color: var(--green); }
.fgroup textarea { min-height: 100px; resize: vertical; }
.f2 { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.btn-submit-pg {
  width: 100%; padding: 15px;
  font-family: 'Inter', sans-serif; font-size: .78rem; font-weight: 600;
  letter-spacing: .1em; text-transform: uppercase;
  background: var(--green); color: var(--white);
  border: none; border-radius: 2px; cursor: pointer;
  transition: background .22s; margin-top: 4px;
}
.btn-submit-pg:hover { background: var(--green-dk); }

/* ── FOOTER ── */
.site-footer {
  background: var(--charcoal); color: rgba(255,255,255,.45);
  padding: 64px 52px 36px;
}
.footer-inner { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 48px; margin-bottom: 48px; }
.footer-logo-txt { font-family: 'Cormorant Garamond', serif; font-size: 1.2rem; color: var(--white); display: block; margin-bottom: 12px; }
.footer-tagline { font-size: .82rem; line-height: 1.7; max-width: 260px; }
.footer-col h5 { font-size: .65rem; letter-spacing: .16em; text-transform: uppercase; color: rgba(255,255,255,.25); margin-bottom: 16px; }
.footer-col a { display: block; font-size: .83rem; color: rgba(255,255,255,.45); margin-bottom: 8px; transition: color .2s; }
.footer-col a:hover { color: var(--sage); }
.footer-col p { font-size: .83rem; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.06); padding-top: 24px; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 8px; font-size: .75rem; }
.footer-designed { font-size: .72rem; color: rgba(255,255,255,.3); }
.footer-designed a { color: rgba(255,255,255,.3); transition: color .2s; }
.footer-designed a:hover { color: var(--sage); }

/* ── RESPONSIVE ── */
@media(max-width: 1024px) {
  .wrap, .wrap-narrow, .page-open, .panel-green, .panel-warm, .faq-wrap { padding-left: 32px; padding-right: 32px; }
  .nav { padding: 0 32px; }
  .svc-row { grid-template-columns: 60px 1fr; padding: 48px 32px; }
  .svc-body-col { grid-column: 1 / -1; border-left: none; border-top: 1px solid var(--stone); padding-left: 60px; padding-top: 28px; margin-top: 20px; }
  .panel-green-inner { grid-template-columns: 1fr; gap: 32px; }
  .step-panel { grid-template-columns: 1fr; }
  .step-panel.alt { direction: ltr; }
  .areas-layout { grid-template-columns: 1fr; }
  .areas-left { padding: 56px 40px; }
  .areas-right { padding: 56px 40px; }
  .about-opener { grid-template-columns: 1fr; gap: 40px; padding-top: 120px; }
  .values-row { grid-template-columns: 1fr; }
  .val { border-right: none; border-bottom: 1px solid var(--stone); }
  .contact-page { grid-template-columns: 1fr; }
  .contact-left { padding: 80px 40px; }
  .contact-right { padding: 60px 40px; }
  .footer-inner { grid-template-columns: 1fr 1fr; gap: 32px; }
  .nav-links { display: none; }
  .nav-book.desktop { display: none; }
  .nav-burger { display: flex; }
  .nav-mobile.open { display: flex; }
}
@media(max-width: 640px) {
  .footer-inner { grid-template-columns: 1fr; }
  h1 { font-size: 3rem; }
  .footer-bottom { flex-direction: column; align-items: flex-start; }
}

@keyframes fadeIn { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: translateY(0); } }
.fade-in { animation: fadeIn .8s ease forwards; }
