/*
Theme Name: HCA Modern Cooperative
Theme URI: https://www.house-cleaning-alliance.com/
Author: House Cleaning Alliance
Description: The official Modern Cooperative theme for House Cleaning Alliance.
Version: 1.0.1
Requires at least: 5.5
Requires PHP: 7.4
Text Domain: hca-modern-cooperative
*/

:root {
  --hca-forest: #173f3b;
  --hca-teal: #2d8178;
  --hca-gold: #e2ae48;
  --hca-coral: #d96543;
  --hca-cream: #f4ead6;
  --hca-paper: #fbf6eb;
  --hca-ink: #183b38;
  --hca-muted: #58706c;
  --hca-line: #d9d6c9;
  --hca-white: #fffdf7;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--hca-paper); color: var(--hca-ink); font-family: Arial, Helvetica, sans-serif; font-size: 16px; line-height: 1.65; }
body.admin-bar .site-header { top: 32px; }
a { color: inherit; }
img { max-width: 100%; height: auto; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.screen-reader-text:focus { position: fixed; top: 8px; left: 8px; z-index: 100000; width: auto; height: auto; padding: 12px 16px; clip: auto; background: white; color: var(--hca-forest); }

.site-header { position: sticky; top: 0; z-index: 100; display: flex; align-items: center; justify-content: space-between; min-height: 80px; padding: 0 5vw; border-bottom: 1px solid rgba(23,63,59,.1); background: rgba(251,246,235,.96); backdrop-filter: blur(14px); }
.wordmark { display: inline-flex; align-items: center; gap: 14px; text-decoration: none; }
.coop-logo { display: inline-flex; align-items: center; min-width: 86px; }
.coop-logo i { display: grid; place-items: center; width: 34px; height: 34px; margin-right: -6px; border: 2px solid var(--hca-paper); border-radius: 50%; background: var(--hca-coral); color: white; font-size: 13px; font-style: normal; font-weight: 900; }
.coop-logo i:nth-child(2) { background: var(--hca-teal); }
.coop-logo i:nth-child(3) { background: var(--hca-gold); color: var(--hca-forest); }
.wordmark-name { color: var(--hca-forest); font-size: 15px; font-weight: 850; }
.site-nav { display: flex; align-items: center; gap: 28px; }
.site-nav a { color: #365753; font-size: 14px; font-weight: 750; text-decoration: none; }
.site-nav a:hover, .site-nav a:focus { color: var(--hca-coral); }
.site-nav .nav-cta { padding: 10px 18px; border-radius: 999px; background: var(--hca-coral); color: white; }
.site-nav .nav-cta:hover, .site-nav .nav-cta:focus { background: #bf4e31; color: white; }

.hero { position: relative; display: grid; grid-template-columns: minmax(0,1.25fr) minmax(330px,.75fr); gap: clamp(48px,7vw,104px); align-items: center; min-height: 710px; padding: 84px 7vw 100px; overflow: hidden; }
.hero::before { content: ""; position: absolute; width: 420px; height: 420px; top: -210px; right: 18%; z-index: -1; border-radius: 50%; background: #f0c965; opacity: .42; }
.hero::after { content: ""; position: absolute; width: 220px; height: 220px; left: -100px; bottom: -110px; z-index: -1; border-radius: 50%; background: #e89273; opacity: .5; }
.hero-copy { max-width: 790px; }
.eyebrow { margin: 0 0 16px; color: var(--hca-coral); font-size: 11px; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow.light { color: #f4cf73; }
h1, h2, h3 { margin-top: 0; color: var(--hca-forest); font-family: Arial, Helvetica, sans-serif; line-height: 1.08; }
h1 { max-width: 840px; margin-bottom: 28px; font-size: clamp(50px,6.5vw,88px); font-weight: 850; letter-spacing: -.055em; }
.hero-intro { max-width: 700px; margin: 0; color: #536c68; font-size: clamp(18px,2vw,22px); line-height: 1.62; }
.hero-actions { display: flex; align-items: center; gap: 26px; margin-top: 38px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 25px; border: 0; border-radius: 999px; font-family: inherit; font-size: 14px; font-weight: 850; text-decoration: none; cursor: pointer; }
.button-primary { background: var(--hca-coral); color: white; box-shadow: 0 10px 25px rgba(217,101,67,.2); }
.button-primary:hover, .button-primary:focus { background: #bf4e31; transform: translateY(-1px); }
.button-light { background: var(--hca-paper); color: var(--hca-forest); }
.button-light:hover, .button-light:focus { background: white; }
.text-link { color: var(--hca-teal); font-size: 14px; font-weight: 850; text-decoration: none; }
.text-link span { display: inline-block; margin-left: 5px; transition: transform .2s ease; }
.text-link:hover span, .text-link:focus span { transform: translateX(4px); }
.hero-proof { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 44px; color: var(--hca-forest); font-size: 11px; font-weight: 850; }
.hero-proof span { padding: 7px 12px; border-radius: 999px; background: #efe6d4; }

.succession-card { position: relative; padding: 48px 38px 38px; border-radius: 150px 150px 28px 28px; background: #e7c569; color: var(--hca-forest); box-shadow: 0 30px 70px rgba(23,63,59,.12); }
.succession-card::after { content: ""; position: absolute; right: -24px; bottom: 52px; width: 48px; height: 48px; border-radius: 50%; background: var(--hca-coral); opacity: .9; }
.card-kicker { margin: 0 0 12px; color: #a94127; font-size: 11px; font-weight: 900; letter-spacing: .15em; text-align: center; text-transform: uppercase; }
.succession-card h2 { margin: 0 auto 28px; color: var(--hca-forest); font-size: 30px; font-weight: 850; text-align: center; }
.succession-card ol { display: grid; gap: 14px; margin: 0; padding: 0; list-style: none; }
.succession-card li { display: grid; grid-template-columns: 46px 1fr; gap: 15px; padding: 19px 20px; border-radius: 24px; background: #fff9ec; }
.succession-card li > span { display: grid; place-items: center; align-self: start; width: 36px; height: 36px; border-radius: 50%; background: var(--hca-coral); color: white; font-size: 10px; font-weight: 900; }
.succession-card li:nth-child(2) > span { background: var(--hca-teal); }
.succession-card li:nth-child(3) > span { background: var(--hca-gold); color: var(--hca-forest); }
.succession-card li p { margin: 0; color: #60716e; font-size: 13px; line-height: 1.5; }
.succession-card li strong { display: block; margin-bottom: 2px; color: var(--hca-forest); font-size: 15px; }
.card-note { margin: 23px 0 0; color: #6c5428; font-size: 12px; font-weight: 850; text-align: center; }

.statement { padding: 76px 7vw; border-top: 1px solid var(--hca-line); border-bottom: 1px solid var(--hca-line); background: #efe5d3; text-align: center; }
.statement p { margin: 0 0 10px; color: #687975; }
.statement h2 { margin: 0; font-size: clamp(32px,4vw,50px); font-weight: 850; }
.section { padding: 112px 7vw; }
.section-heading { display: grid; grid-template-columns: 1fr 1.2fr; column-gap: 70px; max-width: 1160px; margin: 0 auto 64px; }
.section-heading .eyebrow { grid-column: 1/-1; }
.section-heading h2 { margin-bottom: 0; font-size: clamp(40px,4.7vw,64px); font-weight: 850; letter-spacing: -.045em; }
.section-heading > p:last-child { align-self: end; max-width: 540px; margin: 0; color: var(--hca-muted); font-size: 18px; }
.section-heading.narrow { display: block; max-width: 850px; margin-left: 0; }
.section-heading.narrow h2 { margin-bottom: 22px; }
.section-heading.narrow > p:last-child { max-width: 720px; }
.steps-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; max-width: 1280px; margin: 0 auto; }
.step { min-height: 310px; padding: 34px; border-radius: 26px; background: #f0e7d6; }
.step:nth-child(2) { background: #dcece6; }
.step:nth-child(3) { background: #f3dfd5; }
.step:nth-child(4) { background: #f3e2ad; }
.step-number { color: var(--hca-coral); font-size: 12px; font-weight: 900; }
.step h3 { margin: 52px 0 16px; font-size: 25px; font-weight: 850; }
.step p { margin: 0; color: var(--hca-muted); font-size: 15px; }

.comparison-section { background: #e4efeb; }
.comparison-table { max-width: 1180px; margin: 0 auto; overflow: hidden; border-radius: 28px; background: white; box-shadow: 0 20px 55px rgba(23,63,59,.08); }
.comparison-row { display: grid; grid-template-columns: .65fr 1fr 1fr; }
.comparison-row > div { padding: 22px 26px; border-bottom: 1px solid #e3e5de; }
.comparison-row > div + div { border-left: 1px solid #e3e5de; }
.comparison-head { background: var(--hca-forest); color: white; font-size: 11px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.comparison-head > div { border-color: rgba(255,255,255,.12); }
.decision { color: var(--hca-forest); font-weight: 850; }
.hca-choice { background: #fff5d8; color: var(--hca-forest); font-weight: 750; }

.research-band { display: grid; grid-template-columns: .55fr 1.45fr; gap: 72px; align-items: center; padding: 96px 9vw; background: var(--hca-forest); color: white; }
.research-number { display: flex; flex-direction: column; padding-right: 64px; border-right: 1px solid rgba(255,255,255,.17); }
.research-number strong { color: var(--hca-gold); font-size: clamp(90px,13vw,168px); font-weight: 850; letter-spacing: -.07em; line-height: .85; }
.research-number span { max-width: 190px; margin-top: 20px; color: #b9d4cf; font-size: 12px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.research-copy h2 { max-width: 850px; margin-bottom: 24px; color: white; font-size: clamp(40px,5vw,65px); font-weight: 850; letter-spacing: -.04em; }
.research-copy > p:not(.eyebrow) { max-width: 760px; margin: 0; color: #c9ddda; font-size: 18px; }
.research-actions { display: flex; align-items: center; gap: 24px; margin-top: 34px; }
.research-actions span { color: #a8c3be; font-size: 13px; }

.audiences { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; padding: 16px; }
.audiences article { padding: 76px 7vw; border-radius: 28px; background: #f0e7d6; }
.audiences article:nth-child(2) { background: #f3dfd5; }
.audiences h2 { max-width: 590px; margin-bottom: 20px; font-size: clamp(34px,3.5vw,52px); font-weight: 850; letter-spacing: -.04em; }
.audiences article > p:not(.eyebrow) { max-width: 580px; color: var(--hca-muted); }
.audiences .text-link { display: inline-block; margin-top: 16px; }

.conversation { padding: 104px 8vw; background: var(--hca-teal); color: white; }
.conversation-heading { max-width: 760px; margin: 0 auto 42px; text-align: center; }
.conversation h2 { margin-bottom: 18px; color: white; font-size: clamp(44px,5vw,68px); font-weight: 850; letter-spacing: -.04em; }
.conversation-heading > p:not(.eyebrow) { color: #d8eeea; font-size: 18px; }
.contact-wrap { display: grid; grid-template-columns: minmax(0,1.2fr) minmax(260px,.8fr); gap: 36px; max-width: 1040px; margin: 0 auto; }
.contact-form { padding: 34px; border-radius: 28px; background: var(--hca-paper); color: var(--hca-ink); text-align: left; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.form-field { display: flex; flex-direction: column; gap: 7px; }
.form-field.full { grid-column: 1 / -1; }
.form-field label { color: var(--hca-forest); font-size: 13px; font-weight: 850; }
.form-field input, .form-field select, .form-field textarea { width: 100%; padding: 13px 14px; border: 1px solid #c7d3cf; border-radius: 10px; background: white; color: var(--hca-ink); font: inherit; }
.form-field textarea { min-height: 150px; resize: vertical; }
.form-field input:focus, .form-field select:focus, .form-field textarea:focus { outline: 3px solid rgba(226,174,72,.45); border-color: var(--hca-teal); }
.human-check { display: grid; grid-template-columns: 1fr 130px; gap: 14px; align-items: end; }
.form-actions { display: flex; align-items: center; gap: 18px; margin-top: 22px; }
.form-note { margin: 0; color: #6b7d79; font-size: 12px; }
.form-alert { max-width: 1040px; margin: 0 auto 24px; padding: 15px 18px; border-radius: 12px; background: #fff5d8; color: var(--hca-forest); font-weight: 750; }
.form-alert.success { background: #dff1e6; }
.contact-aside { align-self: start; padding: 34px; border: 1px solid rgba(255,255,255,.22); border-radius: 28px; color: #d8eeea; }
.contact-aside h3 { color: white; font-size: 26px; }
.contact-aside a { color: white; font-weight: 850; }
.contact-aside small { display: block; margin-top: 28px; color: #c5e3de; }
.hca-honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }

.site-footer { display: grid; grid-template-columns: 1fr auto; gap: 36px; align-items: center; padding: 48px 6vw; background: #102f2c; color: #bed2ce; }
.footer-brand { display: flex; align-items: center; gap: 15px; }
.footer-brand .coop-logo i { border-color: #102f2c; }
.footer-brand p { margin: 0; font-size: 13px; line-height: 1.5; }
.footer-brand strong { color: white; font-size: 16px; }
.footer-links { display: flex; gap: 24px; }
.footer-links a { font-size: 13px; font-weight: 750; text-decoration: none; }
.copyright { grid-column: 1/-1; margin: 0; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.1); font-size: 11px; }

.report-hero { position: relative; padding: 110px 8vw 92px; overflow: hidden; background: var(--hca-forest); color: white; }
.report-hero::after { content: ""; position: absolute; width: 280px; height: 280px; right: 8vw; bottom: -170px; border-radius: 50%; background: var(--hca-gold); }
.report-hero h1 { max-width: 900px; margin-bottom: 18px; color: white; font-size: clamp(56px,7vw,92px); }
.report-subtitle { max-width: 830px; margin: 0; color: #c5dbd7; font-size: clamp(24px,3vw,36px); font-weight: 650; }
.report-byline { margin: 32px 0 0; color: var(--hca-gold); font-size: 13px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.report-summary { display: grid; grid-template-columns: repeat(4,1fr); border-bottom: 1px solid var(--hca-line); background: var(--hca-cream); }
.report-summary div { display: flex; flex-direction: column; padding: 36px 4vw; border-right: 1px solid var(--hca-line); }
.report-summary div:last-child { border-right: 0; }
.report-summary strong { color: var(--hca-forest); font-size: 36px; font-weight: 850; }
.report-summary span { color: var(--hca-muted); font-size: 11px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.report-layout { display: grid; grid-template-columns: 320px minmax(0,780px); gap: 8vw; justify-content: center; padding: 96px 6vw 120px; }
.report-contents { align-self: start; position: sticky; top: 112px; padding: 28px; border-radius: 22px; background: var(--hca-cream); }
.report-contents ol { display: grid; gap: 8px; margin: 0; padding: 0; list-style: none; }
.report-contents li { display: grid; grid-template-columns: 25px 1fr; gap: 8px; color: #59666a; font-size: 12px; line-height: 1.4; }
.report-contents li span { color: var(--hca-coral); font-weight: 850; }
.report-article section { padding: 0 0 72px; margin-bottom: 72px; border-bottom: 1px solid var(--hca-line); }
.report-article section:last-child { margin-bottom: 0; border-bottom: 0; }
.section-label { margin: 0 0 12px; color: var(--hca-coral); font-size: 12px; font-weight: 850; letter-spacing: .12em; }
.report-article h2 { margin-bottom: 26px; font-size: clamp(36px,4vw,54px); font-weight: 850; letter-spacing: -.035em; }
.report-article h3 { font-size: 31px; font-weight: 850; }
.report-article > section > p:not(.section-label) { color: #4f5c60; font-size: 18px; }
.report-callout { margin: 34px 0; padding: 25px 28px; border-left: 5px solid var(--hca-teal); border-radius: 0 18px 18px 0; background: #e4efeb; color: #3f5155; }
.report-callout strong { display: block; margin-bottom: 4px; color: var(--hca-forest); }
.factor-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 34px; }
.factor-grid div { padding: 24px; border-radius: 18px; background: #efe6d4; }
.factor-grid div:nth-child(2), .factor-grid div:nth-child(3) { background: #e4efeb; }
.factor-grid strong { display: block; margin-bottom: 8px; color: var(--hca-forest); font-size: 21px; }
.factor-grid span { color: var(--hca-muted); font-size: 14px; }
.findings-list { margin-top: 32px; }
.findings-list p { margin: 0; padding: 22px 0; border-top: 1px solid var(--hca-line); color: #4f5c60; }
.findings-list strong { color: var(--hca-forest); }
.report-next { margin-top: 40px; padding: 36px; border-radius: 24px; background: var(--hca-teal); color: white; }
.report-next h3 { color: white; }
.report-next p:not(.eyebrow) { color: #d4ebe7; }
.report-next > span { display: inline-block; margin-top: 12px; padding: 8px 12px; border: 1px solid rgba(255,255,255,.45); border-radius: 999px; font-size: 11px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }

.content-page { max-width: 850px; min-height: 55vh; margin: 0 auto; padding: 90px 24px; }
.content-page h1 { font-size: clamp(44px,6vw,70px); }
.content-page p, .content-page li { color: #4f5c60; font-size: 18px; }
.not-found { text-align: center; }

@media (max-width: 980px) {
  body.admin-bar .site-header { top: 46px; }
  .site-nav a:not(.nav-cta) { display: none; }
  .hero { grid-template-columns: 1fr; padding-top: 72px; }
  .hero-copy { max-width: none; }
  .succession-card { max-width: 680px; border-radius: 120px 120px 28px 28px; }
  .section-heading { display: block; }
  .section-heading h2 { margin-bottom: 24px; }
  .steps-grid { grid-template-columns: 1fr 1fr; }
  .research-band { grid-template-columns: 1fr; }
  .research-number { flex-direction: row; gap: 30px; align-items: end; padding: 0 0 36px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.17); }
  .research-number span { margin: 0 0 12px; }
  .report-summary { grid-template-columns: 1fr 1fr; }
  .report-layout { grid-template-columns: 1fr; }
  .report-contents { position: static; }
}

@media (max-width: 720px) {
  .contact-wrap { grid-template-columns: 1fr; }
  .form-grid { grid-template-columns: 1fr; }
  .form-field.full { grid-column: auto; }
  .human-check { grid-template-columns: 1fr; }
}

@media (max-width: 680px) {
  .site-header { min-height: 68px; padding: 0 20px; }
  .wordmark-name { display: none; }
  .site-nav { gap: 0; }
  .site-nav .nav-cta { padding: 9px 12px; font-size: 12px; }
  .hero { min-height: 0; padding: 64px 22px 72px; }
  h1 { font-size: 48px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 18px; }
  .succession-card { padding: 44px 22px 28px; border-radius: 80px 80px 24px 24px; }
  .statement, .section { padding: 72px 22px; }
  .steps-grid { grid-template-columns: 1fr; }
  .step { min-height: auto; }
  .step h3 { margin-top: 30px; }
  .comparison-row { grid-template-columns: .72fr 1fr; }
  .comparison-row > div:nth-child(2) { display: none; }
  .comparison-row > div:nth-child(3) { border-left: 1px solid #dfe5e2; }
  .research-band { gap: 40px; padding: 72px 22px; }
  .research-number { align-items: center; }
  .research-number strong { font-size: 90px; }
  .research-actions { align-items: flex-start; flex-direction: column; }
  .audiences { grid-template-columns: 1fr; }
  .audiences article { padding: 64px 22px; }
  .conversation { padding: 76px 22px; }
  .contact-form, .contact-aside { padding: 24px; }
  .form-actions { align-items: flex-start; flex-direction: column; }
  .site-footer { grid-template-columns: 1fr; padding: 42px 22px; }
  .footer-links { flex-wrap: wrap; }
  .report-hero { padding: 76px 22px 66px; }
  .report-summary { grid-template-columns: 1fr; }
  .report-summary div { border-right: 0; border-bottom: 1px solid var(--hca-line); }
  .report-layout { padding: 64px 22px 90px; }
  .factor-grid { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}
