/* ============================================================
   staffy.uk — Main Stylesheet
   ============================================================ */

:root {
  --red:        #8B1A1A;
  --red-dark:   #6B1212;
  --red-light:  #B52020;
  --gold:       #E8971A;
  --gold-light: #F5B942;
  --charcoal:   #1E2329;
  --mid-grey:   #5A6070;
  --light-grey: #EEF0F3;
  --warm-white: #FDF8F4;
  --white:      #FFFFFF;
  --font-body:  'Segoe UI', system-ui, -apple-system, sans-serif;
  --font-head:  Georgia, 'Times New Roman', serif;
  --shadow-sm:  0 2px 8px rgba(0,0,0,.08);
  --shadow-md:  0 4px 20px rgba(0,0,0,.12);
  --shadow-lg:  0 8px 40px rgba(0,0,0,.18);
  --radius:     10px;
  --transition: 0.25s ease;
}

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

html { scroll-behavior: smooth; }

body {
  font-family: var(--font-body);
  color: var(--charcoal);
  background: var(--warm-white);
  line-height: 1.7;
  font-size: 16px;
}

img { max-width: 100%; height: auto; display: block; }

a { color: var(--red); text-decoration: none; transition: color var(--transition); }
a:hover { color: var(--red-light); }

/* ============================================================
   TYPOGRAPHY
   ============================================================ */

h1, h2, h3, h4, h5 {
  font-family: var(--font-head);
  line-height: 1.25;
  color: var(--charcoal);
}

h1 { font-size: clamp(2rem, 5vw, 3.5rem); }
h2 { font-size: clamp(1.6rem, 3.5vw, 2.4rem); }
h3 { font-size: clamp(1.2rem, 2.5vw, 1.6rem); }
h4 { font-size: 1.15rem; }

p { margin-bottom: 1.1em; }
p:last-child { margin-bottom: 0; }

.lead {
  font-size: 1.2rem;
  color: var(--mid-grey);
  line-height: 1.8;
}

/* ============================================================
   LAYOUT UTILITIES
   ============================================================ */

.container {
  width: 100%;
  max-width: 1100px;
  margin-inline: auto;
  padding-inline: 1.25rem;
}

.container--narrow { max-width: 760px; }

.section { padding-block: 5rem; }
.section--alt { background: var(--light-grey); }
.section--dark { background: var(--charcoal); color: var(--warm-white); }
.section--dark h2, .section--dark h3 { color: var(--warm-white); }

.section-label {
  font-size: .8rem;
  font-weight: 700;
  letter-spacing: .15em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: .5rem;
}

.section-title {
  margin-bottom: 1rem;
}

.section-intro {
  max-width: 680px;
  color: var(--mid-grey);
  margin-bottom: 3rem;
}

.section--dark .section-intro { color: #9aa3b0; }

.grid-2 { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 2rem; }
.grid-3 { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 2rem; }
.grid-4 { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 1.5rem; }

.text-center { text-align: center; }
.text-center .section-intro { margin-inline: auto; }

/* ============================================================
   HEADER / NAV
   ============================================================ */

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: var(--white);
  border-bottom: 3px solid var(--red);
  box-shadow: var(--shadow-sm);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-block: .9rem;
}

.site-logo {
  display: flex;
  align-items: center;
  gap: .65rem;
  text-decoration: none;
}

.site-logo .paw { font-size: 1.8rem; line-height: 1; }

.logo-text { line-height: 1.1; }
.logo-text strong {
  display: block;
  font-family: var(--font-head);
  font-size: 1.4rem;
  color: var(--red);
  font-weight: 700;
}
.logo-text span {
  font-size: .72rem;
  text-transform: uppercase;
  letter-spacing: .1em;
  color: var(--mid-grey);
}

.site-nav ul {
  list-style: none;
  display: flex;
  align-items: center;
  gap: .25rem;
}

.site-nav a {
  display: block;
  padding: .45rem .8rem;
  border-radius: 6px;
  font-size: .9rem;
  font-weight: 600;
  color: var(--charcoal);
  transition: background var(--transition), color var(--transition);
}

.site-nav a:hover,
.site-nav a.active { background: var(--light-grey); color: var(--red); }

.nav-cta a {
  background: var(--red) !important;
  color: var(--white) !important;
  padding: .45rem 1rem !important;
}

.nav-cta a:hover { background: var(--red-light) !important; }

.hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: .4rem;
}
.hamburger span {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--charcoal);
  border-radius: 2px;
  transition: var(--transition);
}

/* ============================================================
   HERO
   ============================================================ */

.hero {
  background: linear-gradient(135deg, var(--red-dark) 0%, var(--red) 60%, #A82020 100%);
  color: var(--white);
  padding-block: 6rem;
  position: relative;
  overflow: hidden;
}

.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.hero-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: center;
  position: relative;
}

.hero-badge {
  display: inline-block;
  background: rgba(255,255,255,.15);
  border: 1px solid rgba(255,255,255,.3);
  border-radius: 50px;
  padding: .35rem .9rem;
  font-size: .8rem;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 1.25rem;
  color: var(--gold-light);
}

.hero h1 { color: var(--white); margin-bottom: 1.25rem; }

.hero .lead { color: rgba(255,255,255,.85); margin-bottom: 2rem; }

.hero-actions { display: flex; gap: 1rem; flex-wrap: wrap; }

.hero-image-wrap {
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
}

/* ============================================================
   BUTTONS
   ============================================================ */

.btn {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  padding: .75rem 1.6rem;
  border-radius: 8px;
  font-weight: 700;
  font-size: .95rem;
  cursor: pointer;
  transition: transform var(--transition), box-shadow var(--transition), background var(--transition);
  border: 2px solid transparent;
  text-decoration: none;
  white-space: nowrap;
}

.btn:hover { transform: translateY(-2px); box-shadow: var(--shadow-md); }
.btn:active { transform: translateY(0); }

.btn-primary { background: var(--gold); color: var(--charcoal); border-color: var(--gold); }
.btn-primary:hover { background: var(--gold-light); border-color: var(--gold-light); color: var(--charcoal); }

.btn-outline { background: transparent; color: var(--white); border-color: rgba(255,255,255,.6); }
.btn-outline:hover { background: rgba(255,255,255,.1); color: var(--white); border-color: var(--white); }

.btn-red { background: var(--red); color: var(--white); border-color: var(--red); }
.btn-red:hover { background: var(--red-light); border-color: var(--red-light); color: var(--white); }

.btn-ghost { background: transparent; color: var(--red); border-color: var(--red); }
.btn-ghost:hover { background: var(--red); color: var(--white); }

.btn-sm { padding: .5rem 1rem; font-size: .85rem; }
.btn-lg { padding: 1rem 2rem; font-size: 1.05rem; }

/* ============================================================
   PLACEHOLDER IMAGES
   ============================================================ */

.img-placeholder {
  background: linear-gradient(135deg, #c8d6e5 0%, #a0b4c8 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #6a8090;
  font-size: .85rem;
  font-weight: 600;
  text-align: center;
  gap: .5rem;
}

.img-placeholder svg { opacity: .4; }

.placeholder-hero { min-height: 380px; border-radius: var(--radius); }
.placeholder-card { height: 220px; border-radius: var(--radius) var(--radius) 0 0; }
.placeholder-blog { height: 240px; }
.placeholder-about { min-height: 420px; border-radius: var(--radius); }

/* ============================================================
   CARDS
   ============================================================ */

.card {
  background: var(--white);
  border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
  overflow: hidden;
  transition: transform var(--transition), box-shadow var(--transition);
}

.card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }

.card-body { padding: 1.5rem; }

.card-tag {
  display: inline-block;
  background: var(--light-grey);
  color: var(--mid-grey);
  font-size: .75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
  padding: .25rem .65rem;
  border-radius: 4px;
  margin-bottom: .75rem;
}

.card-title { font-size: 1.15rem; margin-bottom: .6rem; }
.card-title a { color: inherit; }
.card-title a:hover { color: var(--red); }

.card-excerpt { color: var(--mid-grey); font-size: .92rem; margin-bottom: 1rem; }

.card-meta {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: .8rem;
  color: var(--mid-grey);
  border-top: 1px solid var(--light-grey);
  padding-top: 1rem;
  margin-top: .5rem;
}

/* ============================================================
   STAT BLOCKS
   ============================================================ */

.stat-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 1.5rem; }

.stat-card {
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: var(--radius);
  padding: 1.75rem 1.25rem;
  text-align: center;
}

.stat-number {
  font-family: var(--font-head);
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 700;
  color: var(--gold-light);
  line-height: 1;
  margin-bottom: .4rem;
}

.stat-label {
  font-size: .85rem;
  color: rgba(255,255,255,.7);
  line-height: 1.4;
}

/* Light stat variant */
.stat-card--light {
  background: var(--white);
  border: 2px solid var(--light-grey);
  box-shadow: var(--shadow-sm);
}
.stat-card--light .stat-number { color: var(--red); }
.stat-card--light .stat-label { color: var(--mid-grey); }

/* ============================================================
   QUOTE / CALLOUT
   ============================================================ */

.callout {
  border-left: 5px solid var(--gold);
  background: #FFF8EC;
  border-radius: 0 var(--radius) var(--radius) 0;
  padding: 1.5rem 1.75rem;
  margin-block: 2rem;
}

.callout p { margin: 0; font-size: 1.05rem; }

blockquote {
  border-left: 4px solid var(--red);
  padding-left: 1.5rem;
  margin-block: 2rem;
  color: var(--mid-grey);
  font-style: italic;
  font-size: 1.1rem;
}

blockquote cite { display: block; font-size: .85rem; margin-top: .5rem; font-style: normal; font-weight: 700; }

/* ============================================================
   CHARITY CARDS
   ============================================================ */

.charity-card {
  background: var(--white);
  border-radius: var(--radius);
  padding: 1.75rem;
  box-shadow: var(--shadow-sm);
  border-top: 4px solid var(--red);
  transition: transform var(--transition), box-shadow var(--transition);
}

.charity-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }

.charity-logo {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: var(--light-grey);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.75rem;
  margin-bottom: 1rem;
}

.charity-name { font-size: 1.1rem; font-weight: 700; margin-bottom: .4rem; }
.charity-desc { font-size: .9rem; color: var(--mid-grey); margin-bottom: 1.25rem; }

/* ============================================================
   EVENT CARDS
   ============================================================ */

.event-card {
  background: var(--white);
  border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
  overflow: hidden;
  display: grid;
  grid-template-columns: auto 1fr;
  transition: transform var(--transition), box-shadow var(--transition);
}

.event-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); }

.event-date {
  background: var(--red);
  color: var(--white);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1.25rem 1rem;
  min-width: 80px;
  text-align: center;
}

.event-date .day { font-size: 2rem; font-weight: 700; font-family: var(--font-head); line-height: 1; }
.event-date .month { font-size: .75rem; text-transform: uppercase; letter-spacing: .08em; opacity: .85; }

.event-info { padding: 1.25rem 1.5rem; }
.event-title { font-size: 1.05rem; font-weight: 700; margin-bottom: .35rem; }
.event-meta { font-size: .82rem; color: var(--mid-grey); display: flex; gap: .75rem; flex-wrap: wrap; }
.event-desc { font-size: .9rem; color: var(--mid-grey); margin-top: .5rem; }
.event-raised { margin-top: .75rem; font-size: .85rem; font-weight: 600; color: var(--red); }

/* ============================================================
   HERO STRIP (inner pages)
   ============================================================ */

.page-hero {
  background: linear-gradient(135deg, var(--red-dark) 0%, var(--red) 100%);
  color: var(--white);
  padding-block: 4rem;
}

.page-hero h1 { color: var(--white); margin-bottom: .75rem; }
.page-hero .lead { color: rgba(255,255,255,.8); max-width: 620px; }

/* ============================================================
   BREADCRUMB
   ============================================================ */

.breadcrumb { list-style: none; display: flex; gap: .5rem; font-size: .83rem; color: rgba(255,255,255,.6); margin-bottom: 1rem; }
.breadcrumb li:not(:last-child)::after { content: '/'; margin-left: .5rem; opacity: .5; }
.breadcrumb a { color: rgba(255,255,255,.75); }
.breadcrumb a:hover { color: var(--white); }

/* ============================================================
   BLOG
   ============================================================ */

.blog-hero-image { border-radius: var(--radius); overflow: hidden; margin-bottom: 2.5rem; }

.blog-post h2 { margin-top: 2.5rem; margin-bottom: .75rem; }
.blog-post h3 { margin-top: 2rem; margin-bottom: .6rem; }
.blog-post ul, .blog-post ol { padding-left: 1.5rem; margin-bottom: 1.25em; }
.blog-post li { margin-bottom: .4em; }

.tag-list { display: flex; gap: .5rem; flex-wrap: wrap; margin-top: 1rem; }

.tag {
  display: inline-block;
  background: var(--light-grey);
  color: var(--mid-grey);
  font-size: .78rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .07em;
  padding: .25rem .65rem;
  border-radius: 4px;
}

/* ============================================================
   SIDEBAR
   ============================================================ */

.sidebar-widget {
  background: var(--white);
  border-radius: var(--radius);
  padding: 1.5rem;
  box-shadow: var(--shadow-sm);
  margin-bottom: 1.5rem;
}

.widget-title {
  font-size: 1rem;
  font-weight: 700;
  border-bottom: 2px solid var(--light-grey);
  padding-bottom: .75rem;
  margin-bottom: 1rem;
  color: var(--charcoal);
  font-family: var(--font-head);
}

.widget-list { list-style: none; }
.widget-list li { padding-block: .5rem; border-bottom: 1px solid var(--light-grey); font-size: .9rem; }
.widget-list li:last-child { border-bottom: none; padding-bottom: 0; }

/* ============================================================
   NEWSLETTER / CTA STRIP
   ============================================================ */

.cta-strip {
  background: linear-gradient(135deg, var(--gold) 0%, var(--gold-light) 100%);
  padding-block: 3.5rem;
}

.cta-strip h2 { color: var(--charcoal); margin-bottom: .75rem; }
.cta-strip p { color: rgba(30,35,41,.75); max-width: 560px; margin-inline: auto; margin-bottom: 2rem; }

.newsletter-form {
  display: flex;
  gap: .75rem;
  max-width: 480px;
  margin-inline: auto;
  flex-wrap: wrap;
}

.newsletter-form input {
  flex: 1;
  min-width: 200px;
  padding: .75rem 1rem;
  border: none;
  border-radius: 8px;
  font-size: .95rem;
  outline: none;
  box-shadow: var(--shadow-sm);
}

.newsletter-form input:focus { box-shadow: 0 0 0 3px rgba(139,26,26,.25); }

/* ============================================================
   FOOTER
   ============================================================ */

.site-footer {
  background: var(--charcoal);
  color: rgba(255,255,255,.6);
  padding-block: 4rem 2rem;
}

.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1.5fr;
  gap: 2.5rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid rgba(255,255,255,.1);
}

.footer-brand .logo-text strong { color: var(--gold-light); }
.footer-brand .logo-text span { color: rgba(255,255,255,.4); }
.footer-brand p { font-size: .88rem; margin-top: 1rem; line-height: 1.6; }

.footer-heading {
  font-size: .8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .1em;
  color: rgba(255,255,255,.9);
  margin-bottom: 1rem;
}

.footer-links { list-style: none; }
.footer-links li { margin-bottom: .5rem; }
.footer-links a { color: rgba(255,255,255,.55); font-size: .88rem; transition: color var(--transition); }
.footer-links a:hover { color: var(--gold-light); }

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 2rem;
  font-size: .82rem;
  flex-wrap: wrap;
  gap: 1rem;
}

.footer-bottom a { color: rgba(255,255,255,.5); }
.footer-bottom a:hover { color: var(--gold-light); }

/* ============================================================
   ABOUT STRIP
   ============================================================ */

.split-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
}

.split-section.reverse { direction: rtl; }
.split-section.reverse > * { direction: ltr; }

/* ============================================================
   FACT BOXES
   ============================================================ */

.fact-box {
  background: var(--white);
  border-radius: var(--radius);
  padding: 1.5rem;
  box-shadow: var(--shadow-sm);
  border-left: 4px solid var(--gold);
}

.fact-icon { font-size: 2rem; margin-bottom: .75rem; }
.fact-title { font-weight: 700; margin-bottom: .4rem; }
.fact-body { font-size: .9rem; color: var(--mid-grey); }

/* ============================================================
   TRUTH PAGE — comparison table
   ============================================================ */

.comparison-table {
  width: 100%;
  border-collapse: collapse;
  background: var(--white);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  font-size: .92rem;
}

.comparison-table thead { background: var(--red); color: var(--white); }
.comparison-table th { padding: 1rem 1.25rem; text-align: left; font-weight: 700; }
.comparison-table td { padding: .9rem 1.25rem; border-bottom: 1px solid var(--light-grey); vertical-align: top; }
.comparison-table tr:last-child td { border-bottom: none; }
.comparison-table tr:nth-child(even) td { background: #FAFBFC; }

.myth { color: #c0392b; }
.truth { color: #27ae60; }

/* ============================================================
   MOBILE NAV
   ============================================================ */

@media (max-width: 800px) {
  .hamburger { display: flex; }

  .site-nav {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: var(--white);
    padding: 1rem;
    border-bottom: 3px solid var(--red);
    box-shadow: var(--shadow-md);
  }

  .site-nav.open { display: block; }

  .site-nav ul {
    flex-direction: column;
    align-items: stretch;
    gap: .25rem;
  }

  .site-nav a { padding: .65rem 1rem; }

  .hero-inner { grid-template-columns: 1fr; }
  .hero-image-wrap { display: none; }

  .footer-grid { grid-template-columns: 1fr 1fr; }
  .split-section { grid-template-columns: 1fr; gap: 2rem; }
  .split-section.reverse { direction: ltr; }

  .event-card { grid-template-columns: 1fr; }
  .event-date { flex-direction: row; gap: .5rem; padding: .75rem 1rem; min-width: auto; }
}

@media (max-width: 520px) {
  .section { padding-block: 3rem; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; text-align: center; }
  .hero { padding-block: 4rem; }
}

/* ============================================================
   UTILITY
   ============================================================ */

.sr-only {
  position: absolute;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
  border: 0;
}

.mt-1 { margin-top: .5rem; }
.mt-2 { margin-top: 1rem; }
.mt-3 { margin-top: 1.5rem; }
.mt-4 { margin-top: 2rem; }
.mb-1 { margin-bottom: .5rem; }
.mb-2 { margin-bottom: 1rem; }
.mb-3 { margin-bottom: 1.5rem; }
.mb-4 { margin-bottom: 2rem; }

.badge {
  display: inline-flex;
  align-items: center;
  gap: .35rem;
  background: var(--light-grey);
  border-radius: 50px;
  padding: .3rem .85rem;
  font-size: .8rem;
  font-weight: 600;
}

.badge--red { background: rgba(139,26,26,.1); color: var(--red); }
.badge--gold { background: rgba(232,151,26,.15); color: #A86800; }
.badge--green { background: rgba(39,174,96,.1); color: #1a7a45; }
