/* ============================================================
   Birdiy Brand Stylesheet — makes WordPress match /tools/
   Loaded sitewide. Theme: Kadence. Safe to delete to revert.
   v1.0 · Aug 2026
   ============================================================ */
:root{
  --bd-green-950:#0c2e19; --bd-green-900:#123f24; --bd-green-800:#17552f;
  --bd-green-700:#1e6b3c; --bd-green-600:#268a4c; --bd-green-500:#33a35e;
  --bd-green-100:#e7f4ec; --bd-green-50:#f2f9f4;
  --bd-amber-500:#e8a13a; --bd-amber-600:#c8842b; --bd-amber-100:#fdf3e3;
  --bd-ink:#182420; --bd-ink-soft:#51615a; --bd-line:#e2eae4; --bd-soft:#f6faf7;
  --bd-radius:16px;
  --bd-shadow-sm:0 1px 3px rgba(12,46,25,.07);
  --bd-shadow:0 4px 16px rgba(12,46,25,.09);
  --bd-shadow-lg:0 12px 32px rgba(12,46,25,.14);
}

/* ---------- Typography ---------- */
body{color:var(--bd-ink);line-height:1.7;-webkit-font-smoothing:antialiased}
.entry-content h1,.entry-content h2,.entry-content h3,
.entry-title,.page-title{color:var(--bd-green-950);letter-spacing:-.02em}
.entry-content h1,.page-title,.entry-title{font-weight:800;line-height:1.14}
.entry-content h2{font-weight:750;font-size:clamp(1.3rem,3vw,1.65rem);margin-top:2.2em}
.entry-content h3{font-weight:700}
.entry-content a{color:var(--bd-green-700);text-decoration-thickness:1px;text-underline-offset:2px}
.entry-content a:hover{color:var(--bd-green-900)}
:focus-visible{outline:3px solid var(--bd-green-500);outline-offset:2px;border-radius:4px}

/* ---------- Header: match /tools/ ---------- */
header.site-header{background:rgba(255,255,255,.94)!important;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-bottom:1px solid var(--bd-line)!important;box-shadow:none!important}
.site-branding img,.site-branding .custom-logo{max-height:46px!important;width:auto!important;object-fit:contain}
header.site-header ul.menu > li > a{
  font-weight:600!important;font-size:.94rem!important;color:var(--bd-ink)!important;
  padding:9px 14px!important;border-radius:99px!important;
  transition:background .18s,color .18s}
header.site-header ul.menu > li > a:hover,
header.site-header ul.menu > li.current-menu-item > a{
  background:var(--bd-green-100)!important;color:var(--bd-green-900)!important}
/* "Bird Tools" menu item rendered as the green pill CTA */
header.site-header ul.menu > li a[href*="/tools"]{
  background:var(--bd-green-700)!important;color:#fff!important;box-shadow:var(--bd-shadow-sm)}
header.site-header ul.menu > li a[href*="/tools"]:hover{background:var(--bd-green-900)!important;color:#fff!important}

/* ---------- Blog archive: attractive card grid ---------- */
.post-archive .entry-list-item,
.loop-entry.entry.content-bg{transition:transform .18s,box-shadow .18s,border-color .18s}
article.loop-entry.content-bg{
  background:#fff;border:1px solid var(--bd-line);border-radius:var(--bd-radius);
  box-shadow:var(--bd-shadow-sm);overflow:hidden;position:relative;height:100%}
article.loop-entry.content-bg::before{
  content:"";position:absolute;top:0;left:0;right:0;height:4px;
  background:linear-gradient(90deg,var(--bd-green-600),var(--bd-green-500),var(--bd-amber-500))}
article.loop-entry.content-bg:hover{transform:translateY(-4px);box-shadow:var(--bd-shadow-lg);border-color:var(--bd-green-500)}
article.loop-entry .entry-content-wrap{padding:26px 24px 24px}
article.loop-entry .entry-title{font-size:1.16rem!important;line-height:1.35;margin:0 0 10px;font-weight:750}
article.loop-entry .entry-title a{color:var(--bd-green-950);text-decoration:none}
article.loop-entry .entry-title a:hover{color:var(--bd-green-700)}
article.loop-entry .entry-summary,article.loop-entry .entry-content{color:var(--bd-ink-soft);font-size:.94rem;line-height:1.62}
article.loop-entry .entry-meta{font-size:.78rem;color:var(--bd-ink-soft);text-transform:uppercase;letter-spacing:.06em;font-weight:600}
article.loop-entry .entry-meta a{color:var(--bd-ink-soft);text-decoration:none}
/* Read-more as a button */
article.loop-entry .post-more-link,article.loop-entry .more-link{
  display:inline-block;margin-top:12px;font-weight:700;color:var(--bd-green-700);text-decoration:none;font-size:.9rem;transition:transform .18s}
article.loop-entry:hover .post-more-link,article.loop-entry:hover .more-link{transform:translateX(4px)}
/* Featured image, when posts have one */
article.loop-entry .post-thumbnail img{width:100%;height:190px;object-fit:cover;display:block}

/* Pagination */
.navigation.pagination .page-numbers{
  display:inline-flex;align-items:center;justify-content:center;min-width:44px;height:44px;
  border-radius:12px;border:1px solid var(--bd-line);background:#fff;color:var(--bd-ink);
  font-weight:700;text-decoration:none;margin:0 3px;transition:background .15s,color .15s}
.navigation.pagination .page-numbers:hover{background:var(--bd-green-100);color:var(--bd-green-900)}
.navigation.pagination .page-numbers.current{background:var(--bd-green-700);color:#fff;border-color:var(--bd-green-700)}

/* ---------- Footer: dark green like /tools/ ---------- */
footer.site-footer{background:var(--bd-green-950)!important;color:#c4dccd!important}
footer.site-footer h2,footer.site-footer h3,footer.site-footer h4,
footer.site-footer .widget-title{color:#fff!important}
footer.site-footer a{color:#c4dccd!important;text-decoration:none}
footer.site-footer a:hover{color:#fff!important;text-decoration:underline}
footer.site-footer p,footer.site-footer li,footer.site-footer span{color:#c4dccd}
@media (max-width:860px){footer.site-footer a{padding:9px 0;display:inline-block}}

/* ============================================================
   Page content components (.birdiy-pg wrapper)
   ============================================================ */
.birdiy-pg{max-width:100%}
.birdiy-pg .bd-hero{
  background:linear-gradient(155deg,var(--bd-green-950) 0%,var(--bd-green-800) 55%,var(--bd-green-700) 100%);
  color:#fff;border-radius:var(--bd-radius);padding:clamp(32px,5vw,54px) clamp(22px,4vw,44px);
  text-align:center;margin-bottom:30px;position:relative;overflow:hidden}
.birdiy-pg .bd-hero::before{content:"";position:absolute;inset:0;
  background:radial-gradient(600px 300px at 78% 18%,rgba(232,161,58,.22),transparent 65%),
             radial-gradient(500px 260px at 12% 85%,rgba(51,163,94,.25),transparent 60%)}
.birdiy-pg .bd-hero > *{position:relative}
.birdiy-pg .bd-hero h1{color:#fff!important;margin:0 0 12px;font-size:clamp(1.7rem,4.2vw,2.5rem);font-weight:800;letter-spacing:-.025em}
.birdiy-pg .bd-hero p{color:#d8ecdf;max-width:640px;margin:0 auto;font-size:clamp(1rem,2vw,1.12rem)}
.birdiy-pg .bd-eyebrow{display:inline-block;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.22);
  border-radius:99px;padding:6px 16px;font-size:.75rem;font-weight:700;letter-spacing:.12em;
  text-transform:uppercase;color:#ffe9c8;margin-bottom:16px}

.birdiy-pg .bd-capsule{background:linear-gradient(135deg,var(--bd-green-50),var(--bd-green-100));
  border:1px solid #d5eadd;border-left:5px solid var(--bd-green-600);
  border-radius:6px var(--bd-radius) var(--bd-radius) 6px;padding:18px 22px;margin:0 0 26px;
  font-size:1.05rem;box-shadow:var(--bd-shadow-sm)}

.birdiy-pg .bd-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:18px;margin:22px 0}
.birdiy-pg .bd-card{background:#fff;border:1px solid var(--bd-line);border-radius:var(--bd-radius);
  padding:24px;box-shadow:var(--bd-shadow-sm);transition:transform .18s,box-shadow .18s,border-color .18s;
  display:flex;flex-direction:column;gap:9px;text-decoration:none;color:var(--bd-ink)}
a.bd-card:hover{transform:translateY(-4px);box-shadow:var(--bd-shadow-lg);border-color:var(--bd-green-500);text-decoration:none}
.birdiy-pg .bd-card .bd-ico{font-size:1.5rem;width:52px;height:52px;display:flex;align-items:center;
  justify-content:center;background:var(--bd-green-100);border-radius:14px}
.birdiy-pg .bd-card h3{margin:2px 0 0!important;color:var(--bd-green-950);font-size:1.08rem;font-weight:700}
.birdiy-pg .bd-card p{margin:0;font-size:.91rem;color:var(--bd-ink-soft);line-height:1.6}
.birdiy-pg .bd-card .bd-go{margin-top:auto;font-weight:700;color:var(--bd-green-700);font-size:.9rem}

.birdiy-pg .bd-btn{display:inline-block;background:linear-gradient(135deg,var(--bd-green-700),var(--bd-green-800));
  color:#fff!important;border-radius:12px;padding:14px 30px;font-weight:700;text-decoration:none!important;
  box-shadow:0 4px 14px rgba(30,107,60,.28);transition:transform .15s,filter .15s;border:none;cursor:pointer}
.birdiy-pg .bd-btn:hover{filter:brightness(1.08);transform:translateY(-1px)}
.birdiy-pg .bd-btn-amber{background:linear-gradient(135deg,var(--bd-amber-500),var(--bd-amber-600));box-shadow:0 4px 14px rgba(200,132,43,.3)}

.birdiy-pg .bd-cta{background:linear-gradient(135deg,var(--bd-green-900),var(--bd-green-700));color:#fff;
  border-radius:var(--bd-radius);padding:clamp(22px,3vw,30px);margin:32px 0;display:flex;flex-wrap:wrap;
  align-items:center;justify-content:space-between;gap:16px;box-shadow:var(--bd-shadow)}
.birdiy-pg .bd-cta p{margin:0;font-size:1.06rem;max-width:560px;color:#fff}
.birdiy-pg .bd-cta a{background:#fff;color:var(--bd-green-900)!important;border-radius:12px;padding:13px 24px;
  font-weight:700;text-decoration:none!important;white-space:nowrap}

.birdiy-pg .bd-contact-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:18px;margin:22px 0}
.birdiy-pg .bd-contact{background:var(--bd-soft);border:1px solid var(--bd-line);border-radius:var(--bd-radius);padding:24px;text-align:center}
.birdiy-pg .bd-contact .bd-ico{margin:0 auto}
.birdiy-pg .bd-contact strong{display:block;margin:10px 0 4px;color:var(--bd-green-950);font-size:1.05rem}
.birdiy-pg .bd-contact a{font-weight:700;word-break:break-word}

.birdiy-pg .bd-note{font-size:.82rem;color:var(--bd-ink-soft);margin-top:14px}
.birdiy-pg details.bd-faq{border:1px solid var(--bd-line);border-radius:12px;margin-bottom:10px;background:#fff;box-shadow:var(--bd-shadow-sm)}
.birdiy-pg details.bd-faq summary{cursor:pointer;font-weight:700;padding:16px 18px;list-style:none;position:relative;padding-right:44px}
.birdiy-pg details.bd-faq summary::-webkit-details-marker{display:none}
.birdiy-pg details.bd-faq summary::after{content:"+";position:absolute;right:18px;top:50%;transform:translateY(-50%);
  font-size:1.5rem;font-weight:400;color:var(--bd-green-600);transition:transform .2s}
.birdiy-pg details.bd-faq[open] summary::after{transform:translateY(-50%) rotate(45deg)}
.birdiy-pg details.bd-faq .bd-a{padding:0 18px 16px;color:var(--bd-ink-soft)}

/* Product cards — hidden until an affiliate link is supplied */
.birdiy-pg .bd-pick{background:#fff;border:1px solid #f0e6d2;border-radius:12px;padding:18px;
  display:flex;flex-direction:column;gap:6px;box-shadow:var(--bd-shadow-sm)}
.birdiy-pg .bd-pick .bd-tag{font-size:.7rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase;color:var(--bd-amber-600)}
.birdiy-pg .bd-picks{background:linear-gradient(150deg,var(--bd-amber-100),#fbf7ee);border:1px solid #f0dfc0;
  border-radius:var(--bd-radius);padding:clamp(20px,3vw,28px);margin:26px 0}
.birdiy-pg .bd-pick[data-href=""]{display:none}

@media (prefers-reduced-motion:reduce){*,*::before,*::after{animation:none!important;transition:none!important}}


/* ===== v1.1 overrides: kill theme gradients so header/footer match /tools/ ===== */
header.site-header,.site-header-wrap,.site-header-inner-wrap,
.site-top-header-wrap,.site-main-header-wrap{
  background-image:none!important;
  background-color:transparent!important}
header.site-header,.site-header-wrap{
  background-color:rgba(255,255,255,.94)!important;
  border-bottom:1px solid var(--bd-line)!important;
  box-shadow:none!important}
header.site-header .site-branding{background:transparent!important;box-shadow:none!important;padding:0!important;border-radius:0!important}
header.site-header .site-branding img{border-radius:0!important;background:transparent!important}
header.site-header ul.menu > li > a{color:var(--bd-ink)!important}
header.site-header ul.menu > li.current-menu-item > a{background:var(--bd-green-100)!important;color:var(--bd-green-900)!important}

/* Page/archive title band -> clean, matches tool pages */
.entry-hero,.entry-hero-container,section.entry-hero{
  background:#fff!important;background-image:none!important;border-bottom:1px solid var(--bd-line)}
.entry-hero .entry-header,.entry-hero .site-container{padding-top:34px!important;padding-bottom:26px!important}
.entry-hero h1,.entry-hero .entry-title,.entry-hero .page-title,.archive-title{
  font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif!important;
  color:var(--bd-green-950)!important;font-weight:800!important;
  font-size:clamp(1.75rem,4.5vw,2.6rem)!important;letter-spacing:-.025em!important;text-align:left!important}
.entry-hero .archive-description,.entry-hero .taxonomy-description{text-align:left!important;color:var(--bd-ink-soft)!important}

/* Footer -> dark green like /tools/ */
footer.site-footer,.site-footer-wrap,.site-top-footer-wrap,.site-bottom-footer-wrap,.site-middle-footer-wrap{
  background-image:none!important;background-color:var(--bd-green-950)!important}
footer.site-footer *{border-color:rgba(255,255,255,.14)!important}
.birdiy-footer-logo-wrap{background:transparent!important;box-shadow:none!important}
footer.site-footer .birdiy-footer-col p,footer.site-footer .birdiy-footer-col li{color:#c4dccd!important}

/* Blog archive: real grid */
.post-archive .content-wrap,.archive .content-wrap{display:grid!important;
  grid-template-columns:repeat(auto-fill,minmax(290px,1fr))!important;gap:22px!important;align-items:stretch}
.entry-list-item{display:block!important;width:auto!important;padding:0!important}


/* ===== v1.2: beat the site's existing !important custom CSS via specificity ===== */
html body header.site-header,
html body header.site-header .site-header-wrap,
html body header.site-header .site-header-inner-wrap,
html body header.site-header .site-top-header-wrap,
html body header.site-header .site-main-header-wrap,
html body header.site-header .site-header-row-container-inner{
  background-image:none!important;
  background-color:transparent!important;
  box-shadow:none!important}
html body header.site-header{
  background-color:rgba(255,255,255,.94)!important;
  -webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);
  border-bottom:1px solid #e2eae4!important}
html body header.site-header a{color:#182420!important}
html body header.site-header ul.menu > li > a{
  color:#182420!important;font-weight:600!important;border-radius:99px!important;padding:9px 14px!important}
html body header.site-header ul.menu > li > a:hover,
html body header.site-header ul.menu > li.current-menu-item > a{
  background:#e7f4ec!important;color:#123f24!important}
html body header.site-header ul.menu > li > a[href*="/tools"]{
  background:#1e6b3c!important;color:#fff!important}
html body header.site-header ul.menu > li > a[href*="/tools"]:hover{background:#123f24!important;color:#fff!important}
html body header.site-header .site-branding,
html body header.site-header .site-branding a{background:transparent!important;box-shadow:none!important}
html body header.site-header .site-branding img{max-height:46px!important;width:auto!important;border-radius:0!important}
html body header.site-header .menu-toggle,
html body header.site-header .mobile-toggle-open-container button{color:#123f24!important}

/* Title band */
html body .entry-hero,
html body .entry-hero-container,
html body .entry-hero-container-inner{
  background-color:#fff!important;background-image:none!important}
html body .entry-hero-container-inner{border-bottom:1px solid #e2eae4}
html body .entry-hero h1,
html body .entry-hero .entry-title,
html body .entry-hero .archive-title,
html body .entry-hero .page-title{
  font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif!important;
  color:#0c2e19!important;font-weight:800!important;text-align:left!important;
  font-size:clamp(1.75rem,4.5vw,2.6rem)!important;letter-spacing:-.025em!important}
html body .entry-hero .entry-header,
html body .entry-hero-container-inner .site-container{
  padding-top:30px!important;padding-bottom:24px!important;text-align:left!important;min-height:0!important}

/* Footer */
html body footer.site-footer,
html body footer.site-footer .site-footer-wrap,
html body footer.site-footer .site-top-footer-wrap,
html body footer.site-footer .site-middle-footer-wrap,
html body footer.site-footer .site-bottom-footer-wrap{
  background-image:none!important;background-color:#0c2e19!important}
html body footer.site-footer a{color:#c4dccd!important}
html body footer.site-footer a:hover{color:#fff!important}
html body footer.site-footer h2,html body footer.site-footer h3,
html body footer.site-footer h4,html body footer.site-footer .widget-title{color:#fff!important}


/* ===== v1.3: outrank the inline #masthead rule (ID specificity) ===== */
html body header#masthead.site-header,
html body header#masthead .site-header-wrap,
html body header#masthead .site-header-inner-wrap,
html body header#masthead .site-top-header-wrap,
html body header#masthead .site-main-header-wrap,
html body header#masthead .site-header-row-container-inner{
  background:rgba(255,255,255,.94)!important;
  background-image:none!important;
  box-shadow:none!important}
html body header#masthead.site-header{
  border-bottom:1px solid #e2eae4!important;
  -webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}
html body header#masthead .site-header-wrap,
html body header#masthead .site-top-header-wrap{border-bottom:0!important}
html body header#masthead a,
html body header#masthead ul.menu > li > a{color:#182420!important}
html body header#masthead ul.menu > li > a{font-weight:600!important;border-radius:99px!important;padding:9px 14px!important}
html body header#masthead ul.menu > li > a:hover,
html body header#masthead ul.menu > li.current-menu-item > a{background:#e7f4ec!important;color:#123f24!important}
html body header#masthead ul.menu > li > a[href*="/tools"]{background:#1e6b3c!important;color:#fff!important}
html body header#masthead ul.menu > li > a[href*="/tools"]:hover{background:#123f24!important;color:#fff!important}
html body header#masthead .site-branding,
html body header#masthead .site-branding a{background:transparent!important;box-shadow:none!important;padding:0!important}
html body header#masthead .site-branding img{max-height:46px!important;width:auto!important;border-radius:0!important;box-shadow:none!important}
html body header#masthead button,html body header#masthead .menu-toggle{color:#123f24!important}

/* Footer with the same ID-level strength */
html body footer#colophon,
html body footer#colophon .site-footer-wrap,
html body footer#colophon .site-top-footer-wrap,
html body footer#colophon .site-middle-footer-wrap,
html body footer#colophon .site-bottom-footer-wrap{
  background:#0c2e19!important;background-image:none!important}
html body footer#colophon a{color:#c4dccd!important}
html body footer#colophon a:hover{color:#fff!important}
html body footer#colophon h2,html body footer#colophon h3,
html body footer#colophon h4,html body footer#colophon .widget-title{color:#fff!important}

/* Title band, ID strength */
html body .entry-hero-container-inner,
html body section.entry-hero,
html body .entry-hero-container{background:#fff!important;background-image:none!important}
html body .entry-hero h1,html body .entry-hero .entry-title,html body .entry-hero .archive-title{
  text-align:left!important;color:#0c2e19!important;
  font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif!important}
html body .entry-hero .entry-header{text-align:left!important}


/* ===== v1.4: force Inter on Birdiy page components ===== */
html body .birdiy-pg,
html body .birdiy-pg h1,html body .birdiy-pg h2,html body .birdiy-pg h3,
html body .birdiy-pg p,html body .birdiy-pg a,html body .birdiy-pg summary,
html body .birdiy-pg .bd-hero h1{
  font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif!important}
html body .birdiy-pg .bd-hero h1{color:#fff!important;font-weight:800!important;letter-spacing:-.025em!important}
html body .birdiy-pg .bd-hero p{color:#d8ecdf!important}
html body .birdiy-pg .bd-hero .bd-eyebrow{color:#ffe9c8!important}
html body .birdiy-pg h2{color:#123f24!important;font-weight:750!important}
html body .birdiy-pg .bd-card h3{color:#0c2e19!important}
html body .birdiy-pg .bd-cta p{color:#fff!important}


/* ===== v1.5: brand lockup — logo + wordmark, identical to /tools/ ===== */
html body header#masthead .site-branding{
  display:grid!important;
  grid-template-columns:auto auto;
  grid-template-rows:auto auto;
  align-items:center;
  column-gap:11px;
  row-gap:0}
html body header#masthead .site-branding > a.brand{
  grid-column:1;grid-row:1 / span 2;
  display:flex!important;align-items:center;margin:0!important;padding:0!important}
html body header#masthead .site-branding > a.brand img{
  max-height:46px!important;width:auto!important;object-fit:contain}
html body header#masthead .site-branding::before{
  content:"Birdiy";
  grid-column:2;grid-row:1;
  align-self:end;
  font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;
  font-size:1.3rem;font-weight:800;line-height:1.1;
  letter-spacing:-.02em;color:#123f24}
html body header#masthead .site-branding::after{
  content:"USA AVIAN ADVENTURES";
  grid-column:2;grid-row:2;
  align-self:start;
  font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;
  font-size:.6rem;font-weight:700;line-height:1.5;
  letter-spacing:.18em;text-transform:uppercase;color:#268a4c}
@media (max-width:420px){
  html body header#masthead .site-branding::before{font-size:1.12rem}
  html body header#masthead .site-branding::after{font-size:.52rem;letter-spacing:.14em}}
