/* Approved page styles generated from Good Pages/homepage.html. */
:root {
  --black:       #2b2b2b;
  --tile:        #323230;
  --yellow:      #F2F13C;
  --green:       #80BB24;
  --green-dark:  #5a8a0f;
  --green-light: #f0f7e0;
  --body:        #313131;
  --muted:       #555;
  --white:       #fff;
  --off:         #f8f8f8;
  --border:      #e4e4e4;
  --font:        'Asap', system-ui, sans-serif;
  --font-head:   'Petrona', serif;
}

    * { box-sizing: border-box; }
    body { margin: 0; font-family: 'Asap', system-ui, sans-serif; background: #fdf9f0; }
    a { color: #5a8a0f; text-decoration: none; }
    a:hover { color: #80BB24; }
    .wc-nav-link:hover { color: #5a8a0f !important; }
    .wc-nav-item { position: relative; }
    .wc-nav-item-trigger { display: flex; align-items: center; gap: 6px; }
    .wc-nav-chevron { transition: transform .15s ease; }
    .wc-nav-item:hover .wc-nav-chevron { transform: rotate(180deg); }
    .wc-dropdown-wrap { position: absolute; top: 100%; left: 50%; transform: translateX(-50%) translateY(-4px); padding-top: 16px; opacity: 0; visibility: hidden; transition: opacity .15s ease, transform .15s ease, visibility .15s; z-index: 80; }
    .wc-nav-item:hover .wc-dropdown-wrap { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(0); }
    .wc-dropdown { background: #fff; border: 1px solid rgba(43,43,43,0.10); border-top: 2px solid #80BB24; min-width: 258px; padding: 10px 0; }
    .wc-dropdown a { display: block; padding: 11px 22px; font-family: 'Asap', sans-serif; font-size: 14.5px; font-weight: 600; letter-spacing: .1px; color: #4a4a42; white-space: nowrap; transition: background .12s, color .12s; }
    .wc-dropdown a:hover { background: #f7f4ea; color: #5a8a0f !important; }
    .wc-cta-btn:hover { background: #232323 !important; }
    .wc-cta2-btn:hover { background: #232323 !important; }
    .wc-footer-link:hover { color: #5a8a0f !important; }
    .wc-press-logo { filter: grayscale(100%); opacity: 0.5; transition: filter .25s, opacity .25s; }
    .wc-press-logo:hover { filter: grayscale(0%); opacity: 1; }
    .wc-press-grid {
      gap: 0 !important;
      background: #fff;
      border: 1px solid rgba(43,43,43,0.10);
      border-radius: 12px;
      overflow: hidden;
    }
    .wc-press-grid > div {
      height: 64px !important;
      padding: 12px;
      border-right: 1px solid rgba(43,43,43,0.08);
      border-bottom: 1px solid rgba(43,43,43,0.08);
    }
    .wc-press-grid > div:nth-child(6n) { border-right: none; }
    .wc-press-grid > div:nth-last-child(-n+6) { border-bottom: none; }
    .wc-case-title:hover, .wc-post-title:hover { color: #5a8a0f !important; }
    .wc-case-img, .wc-post-thumb { transition: opacity .2s; }
    .wc-hp-card-link { display: block; color: inherit; text-decoration: none; }
    .wc-hp-card-link:hover h3 { color: #5a8a0f !important; }

    /* ============ HOMEPAGE - "From Our Blog" flat row list ============
       These classes are shared by homepage.php's static fallback markup
       and by wc2026_render_recent_blog_posts_section() in
       inc/renderers.php (the live path once real "blogs" category posts
       exist), so they are real CSS rules here rather than inline styles
       on one page -- both code paths need to pick them up. */
    .wc-blog-row { display: flex; align-items: center; gap: 20px; padding: 20px 0; border-bottom: 1px solid rgba(43,43,43,0.10); text-decoration: none; }
    .wc-hp-87 { border-bottom: none; }
    .wc-blog-thumb { width: 110px; height: 78px; border-radius: 10px; overflow: hidden; flex-shrink: 0; background: #f0ede2; }
    .wc-post-thumb { width: 100%; height: 100%; object-fit: cover; display: block; }
    .wc-post-title { font-family: 'Asap', sans-serif; font-size: 16.5px; font-weight: 700; color: #2b2b2b; margin: 0 0 6px; line-height: 1.4; }
    .wc-hp-86 { font-family: 'Asap', sans-serif; font-size: 14px; color: #6b6b62; line-height: 1.6; margin: 0; }

    /* ============ RESPONSIVE / MOBILE NAV ============ */
    .wc-mobile-nav-toggle-input { display: none; }
    .wc-hamburger-btn { display: none; cursor: pointer; align-items: center; justify-content: center; width: 40px; height: 40px; flex-shrink: 0; }
    .wc-mobile-menu { display: none; }
    .wc-macc-input { display: none; }
    .wc-macc-panel-about, .wc-macc-panel-services, .wc-macc-panel-resources { display: none; }
    .wc-macc-label:hover { background: #f7f4ea; }
    .wc-mmenu-link:hover { background: #f7f4ea; color: #5a8a0f !important; }

    @media (max-width: 860px) {
      .wc-nav-desktop { display: none !important; }
      .wc-hamburger-btn { display: flex !important; }
      .wc-mobile-nav-toggle-input:checked ~ .wc-mobile-menu { display: flex !important; }
      .wc-mobile-nav-toggle-input:checked ~ .wc-hamburger-btn .wc-hamburger-icon { display: none !important; }
      .wc-mobile-nav-toggle-input:checked ~ .wc-hamburger-btn .wc-close-icon { display: block !important; }
      #wc-macc-about:checked ~ .wc-macc-panel-about,
      #wc-macc-services:checked ~ .wc-macc-panel-services,
      #wc-macc-resources:checked ~ .wc-macc-panel-resources { display: flex !important; }
      #wc-macc-about:checked ~ label[for="wc-macc-about"] .wc-macc-chevron,
      #wc-macc-services:checked ~ label[for="wc-macc-services"] .wc-macc-chevron,
      #wc-macc-resources:checked ~ label[for="wc-macc-resources"] .wc-macc-chevron { transform: rotate(180deg); }

      .wc-nav-bar { padding: 12px 20px !important; }
      .wc-nav-logo { height: 46px !important; }

      .wc-pad-40 { padding-left: 20px !important; padding-right: 20px !important; }
      .wc-pad-v { padding-top: 52px !important; padding-bottom: 52px !important; }

      .wc-hero-pad { padding: 40px 20px 36px !important; }
      .wc-hero-grid { grid-template-columns: 1fr !important; gap: 30px !important; }
      .wc-hero-art { max-width: 260px !important; margin: 0 auto !important; }
      .wc-hero-h1 { font-size: 38px !important; }
      .wc-hero-sub, .wc-hero-copy { max-width: 100% !important; }

      .wc-stats-grid { grid-template-columns: repeat(3, minmax(0,1fr)) !important; gap: 22px 10px !important; }

      .wc-h2 { font-size: 27px !important; font-family:'Petrona',serif !important; font-weight:400 !important; }

      .wc-2col-grid { grid-template-columns: 1fr !important; }
      .wc-2col-grid > div { border-right: none !important; padding-left: 0 !important; padding-right: 0 !important; }

      .wc-3col-grid { grid-template-columns: 1fr !important; gap: 34px !important; border-top: none !important; }
      .wc-3col-grid > div { padding: 0 !important; border-left: none !important; }

      .wc-badges-grid { grid-template-columns: repeat(2, minmax(0,1fr)) !important; }
      .wc-press-grid, .wc-ason-grid { grid-template-columns: repeat(3, minmax(0,1fr)) !important; }
      .wc-blogpost-grid { grid-template-columns: 1fr !important; }

      .wc-blog-row { gap: 16px !important; }
      .wc-blog-thumb { width: 84px !important; height: 64px !important; }

      .wc-cta-band { flex-direction: column !important; align-items: flex-start !important; padding: 34px 24px !important; }
      .wc-cta-band-btn { width: 100%; text-align: center; justify-content: center; white-space: normal !important; }
      .wc-cta-section { padding-top: 40px !important; padding-bottom: 40px !important; }

      .wc-founder-grid { grid-template-columns: 1fr !important; }
      .wc-founder-grid > div:first-child { text-align: center; }
      .wc-founder-photo { max-width: 180px !important; margin: 0 auto 20px !important; }
      .wc-founder-tags { justify-content: center !important; }

      .wc-footer-grid { grid-template-columns: 1fr !important; gap: 30px !important; }
      .wc-footer-bottom { flex-direction: column !important; align-items: flex-start !important; }
    }
  
/* -- WC HEADER (real, from header.php) -- */
#wc-header { background: #1f1f1f; font-family: 'Asap', system-ui, sans-serif; position: relative; z-index: 200; }
.wc-hdr-inner { max-width: 1240px; margin: 0 auto; padding: 0 32px; display: flex; align-items: center; justify-content: space-between; height: 84px; }
.wc-hdr-logo { display: flex; align-items: center; flex-shrink: 0; }
.wc-hdr-logo img { height: 52px; width: auto; display: block; }
.wc-hdr-nav { display: flex; align-items: center; gap: 4px; }
.wc-hdr-item { position: relative; }
.wc-hdr-item > a, .wc-hdr-item > .wc-hdr-parent-label { display: flex; align-items: center; gap: 6px; padding: 10px 16px; font-size: 14.5px; font-weight: 700; letter-spacing: .2px; color: #fff; text-decoration: none; cursor: pointer; border: none; background: none; font-family: 'Asap', system-ui, sans-serif; }
.wc-hdr-item > a:hover, .wc-hdr-item > .wc-hdr-parent-label:hover, .wc-hdr-item.wc-open > .wc-hdr-parent-label { color: #a9d46b; }
.wc-hdr-caret { width: 9px; height: 9px; flex-shrink: 0; transition: transform .18s; }
.wc-hdr-item.wc-open .wc-hdr-caret { transform: rotate(180deg); }
.wc-hdr-dropdown { position: absolute; top: 100%; left: 0; min-width: 240px; background: #323230; border: 1px solid rgba(255,255,255,.08); border-radius: 10px; padding: 8px; margin-top: 6px; opacity: 0; visibility: hidden; transform: translateY(-6px); transition: opacity .16s, transform .16s, visibility .16s; }
.wc-hdr-item:hover .wc-hdr-dropdown, .wc-hdr-item.wc-open .wc-hdr-dropdown { opacity: 1; visibility: visible; transform: translateY(0); }
.wc-hdr-dropdown a { display: block; padding: 10px 14px; font-size: 14px; font-weight: 500; color: rgba(255,255,255,.82); text-decoration: none; border-radius: 6px; }
.wc-hdr-dropdown a:hover { background: rgba(169,212,107,.12); color: #a9d46b; }
.wc-hdr-toggle { display: none; flex-direction: column; justify-content: center; gap: 5px; width: 40px; height: 40px; background: none; border: none; cursor: pointer; padding: 0; }
.wc-hdr-toggle span { display: block; width: 22px; height: 2px; background: #fff; transition: transform .2s, opacity .2s; }
.wc-hdr-toggle.wc-open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.wc-hdr-toggle.wc-open span:nth-child(2) { opacity: 0; }
.wc-hdr-toggle.wc-open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
@media (max-width: 900px) {
  .wc-hdr-inner { height: 68px; padding: 0 20px; }
  .wc-hdr-logo img { height: 40px; }
  .wc-hdr-toggle { display: flex; }
  .wc-hdr-nav { position: fixed; top: 68px; left: 0; right: 0; bottom: 0; background: #1f1f1f; flex-direction: column; align-items: stretch; gap: 0; padding: 8px 20px 32px; overflow-y: auto; transform: translateX(100%); transition: transform .22s ease; }
  .wc-hdr-nav.wc-open { transform: translateX(0); }
  .wc-hdr-item { width: 100%; border-bottom: 1px solid rgba(255,255,255,.08); }
  .wc-hdr-item > a, .wc-hdr-item > .wc-hdr-parent-label { width: 100%; padding: 16px 4px; font-size: 15px; justify-content: space-between; }
  .wc-hdr-dropdown { position: static; opacity: 1; visibility: visible; transform: none; display: none; background: none; border: none; padding: 0 0 8px 12px; margin: 0; }
  .wc-hdr-item.wc-open .wc-hdr-dropdown { display: block; }
  .wc-hdr-dropdown a { color: rgba(255,255,255,.7); padding: 11px 10px; }
}


/* -- WC FOOTER (real, from footer.php) -- */
#wc-footer { background: var(--black); color: #fff; font-family: var(--font); }
.wf-blog { padding: 32px 40px; border-bottom: 1px solid rgba(255,255,255,.08); }
.wf-blog-hd { display: flex; align-items: baseline; gap: 14px; margin-bottom: 16px; }
.wf-blog-hd span { font-size: 9px; font-weight: 700; letter-spacing: 2.5px; text-transform: uppercase; color: rgba(255,255,255,.5); }
.wf-blog-hd a { font-size: 11px; color: var(--green); text-decoration: none; font-weight: 600; }
.wf-blog-hd a:hover { color: var(--yellow); }
.wf-blog-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 1px; background: rgba(255,255,255,.07); }
.wf-blog-cell { background: var(--black); padding: 14px 16px; }
.wf-blog-cell a { font-size: 12.5px; color: rgba(255,255,255,.72); text-decoration: none; line-height: 1.55; display: block; }
.wf-blog-cell a:hover { color: var(--yellow); }
.wf-main { padding: 40px 40px; display: grid; grid-template-columns: 170px 1fr 1fr 1fr 1fr; gap: 28px; border-bottom: 1px solid rgba(255,255,255,.08); }
.wf-brand img { width: 72px; height: 72px; border-radius: 50%; display: block; margin-bottom: 12px; }
.wf-brand p { font-size: 12px; color: rgba(255,255,255,.58); line-height: 1.75; margin-bottom: 14px; }
.wf-social { display: flex; gap: 7px; }
.wf-soc { width: 28px; height: 28px; border: 1px solid rgba(255,255,255,.2); display: flex; align-items: center; justify-content: center; text-decoration: none; transition: background .15s, border-color .15s; flex-shrink: 0; }
.wf-soc svg { width: 12px; height: 12px; fill: rgba(255,255,255,.5); transition: fill .15s; }
.wf-soc:hover { background: var(--green); border-color: var(--green); }
.wf-soc:hover svg { fill: var(--black); }
.wf-soc-x svg { fill: none; }
.wf-soc-x svg path { stroke: rgba(255,255,255,.5); stroke-width: 2.2; stroke-linecap: round; transition: stroke .15s; }
.wf-soc-x:hover svg path { stroke: var(--black); }
.wf-col h4 { font-size: 12px; font-weight: 700; color: #fff; margin-bottom: 12px; padding-bottom: 9px; border-bottom: 2px solid var(--green); text-transform: uppercase; letter-spacing: .5px; }
.wf-col ul { list-style: none; }
.wf-col ul li a { font-size: 12.5px; color: rgba(255,255,255,.72); text-decoration: none; display: block; padding: 5px 0; border-bottom: 1px solid rgba(255,255,255,.04); transition: color .15s; line-height: 1.4; }
.wf-col ul li:last-child a { border-bottom: none; }
.wf-col ul li a:hover { color: var(--yellow); }
.wf-col ul li.wf-hl a { color: var(--green); font-weight: 600; }
.wf-col ul li.wf-hl a:hover { color: var(--yellow); }
.wf-seo-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0 10px; }
.wf-seo-grid li a { font-size: 12px; }
.wf-bottom { padding: 14px 40px; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 10px; }
.wf-copy { font-size: 11px; color: rgba(255,255,255,.45); }
.wf-policies { display: flex; gap: 16px; flex-wrap: wrap; }
.wf-policies a { font-size: 11px; color: rgba(255,255,255,.48); text-decoration: none; transition: color .15s; }
.wf-policies a:hover { color: var(--green); }
@media (max-width: 900px) {
  .wf-blog { padding: 28px 24px; } .wf-blog-grid { grid-template-columns: 1fr 1fr; }
  .wf-main { padding: 32px 24px; grid-template-columns: 1fr 1fr; gap: 24px; }
  .wf-brand { grid-column: 1 / -1; display: grid; grid-template-columns: auto 1fr; gap: 16px; align-items: start; }
  .wf-brand img { width: 56px; height: 56px; margin-bottom: 0; }
  .wf-seo-grid { grid-template-columns: 1fr; }
  .wf-bottom { padding: 14px 24px; }
}
@media (max-width: 600px) {
  .wf-blog { padding: 24px 16px; } .wf-blog-grid { grid-template-columns: 1fr 1fr; } .wf-blog-cell { padding: 12px 12px; } .wf-blog-cell a { font-size: 12px; }
  .wf-main { padding: 28px 16px; gap: 20px; } .wf-brand { gap: 12px; } .wf-brand img { width: 48px; height: 48px; }
  .wf-bottom { padding: 14px 16px; flex-direction: column; align-items: flex-start; gap: 10px; } .wf-policies { gap: 10px; }
}



.wc-home-hero-grid > div:first-child h1 { font-size: 64px; }
@media (max-width: 900px) {
  .wc-home-hero { padding: 40px 20px 36px !important; }
  .wc-home-hero-grid { grid-template-columns: 1fr !important; gap: 28px !important; }
  .wc-home-hero-grid > div:first-child h1 { font-size: 34px !important; line-height: 1.12 !important; margin-bottom: 16px !important; }
  .wc-home-hero-grid > div:first-child p { font-size: 16px !important; margin-bottom: 24px !important; }
  .wc-home-hero-grid > div:last-child > div { padding: 18px 14px !important; }
  .wc-home-hero-grid > div:last-child > div > div:first-child { font-size: 26px !important; }
  .wc-home-hero-grid > div:last-child > div > div:last-child { font-size: 9.5px !important; }
}
