/* ============================================================
   1st Beetley Scout Group — Main Stylesheet
   Brand: UK Scouts "Skills for Life"
   ============================================================ */

/* ---- Fonts ---- */
@font-face { font-family: "Nunito Sans"; font-style: normal; font-weight: 200; font-display: swap; src: url("../assets/fonts/NunitoSans-ExtraLight.ttf") format("truetype"); }
@font-face { font-family: "Nunito Sans"; font-style: italic; font-weight: 200; font-display: swap; src: url("../assets/fonts/NunitoSans-ExtraLightItalic.ttf") format("truetype"); }
@font-face { font-family: "Nunito Sans"; font-style: normal; font-weight: 300; font-display: swap; src: url("../assets/fonts/NunitoSans-Light.ttf") format("truetype"); }
@font-face { font-family: "Nunito Sans"; font-style: italic; font-weight: 300; font-display: swap; src: url("../assets/fonts/NunitoSans-LightItalic.ttf") format("truetype"); }
@font-face { font-family: "Nunito Sans"; font-style: normal; font-weight: 400; font-display: swap; src: url("../assets/fonts/NunitoSans-Regular.ttf") format("truetype"); }
@font-face { font-family: "Nunito Sans"; font-style: italic; font-weight: 400; font-display: swap; src: url("../assets/fonts/NunitoSans-Italic.ttf") format("truetype"); }
@font-face { font-family: "Nunito Sans"; font-style: normal; font-weight: 600; font-display: swap; src: url("../assets/fonts/NunitoSans-SemiBold.ttf") format("truetype"); }
@font-face { font-family: "Nunito Sans"; font-style: normal; font-weight: 700; font-display: swap; src: url("../assets/fonts/NunitoSans-Bold.ttf") format("truetype"); }
@font-face { font-family: "Nunito Sans"; font-style: italic; font-weight: 700; font-display: swap; src: url("../assets/fonts/NunitoSans-BoldItalic.ttf") format("truetype"); }
@font-face { font-family: "Nunito Sans"; font-style: normal; font-weight: 800; font-display: swap; src: url("../assets/fonts/NunitoSans-ExtraBold.ttf") format("truetype"); }
@font-face { font-family: "Nunito Sans"; font-style: italic; font-weight: 800; font-display: swap; src: url("../assets/fonts/NunitoSans-ExtraBoldItalic.ttf") format("truetype"); }
@font-face { font-family: "Nunito Sans"; font-style: normal; font-weight: 900; font-display: swap; src: url("../assets/fonts/NunitoSans-Black.ttf") format("truetype"); }
@font-face { font-family: "Nunito Sans"; font-style: italic; font-weight: 900; font-display: swap; src: url("../assets/fonts/NunitoSans-BlackItalic.ttf") format("truetype"); }

/* ---- Design tokens ---- */
:root {
  --purple:       #7413dc;
  --purple-dark:  #5a0fad;
  --teal:         #088486;
  --teal-deep:    #004851;
  --red:          #e22e12;
  --green:        #23a950;
  --pink:         #ffb4e5;
  --blue:         #006ddf;
  --navy:         #003982;
  --yellow:       #ffe627;
  --white:        #ffffff;
  --black:        #000000;
  --grey-80:      #333333;
  --grey-60:      #666666;
  --grey-40:      #999999;
  --grey-20:      #cccccc;
  --grey-10:      #e5e5e5;
  --grey-5:       #f2f2f2;
  --bg-purple-soft: #faf7fd;
  --section-squirrels: var(--red);
  --section-beavers:   var(--blue);
  --section-cubs:      var(--green);
  --section-scouts:    var(--teal-deep);
  --font: "Nunito Sans", system-ui, -apple-system, sans-serif;
  --container: 1200px;
  --radius-sm: 4px;
  --radius:    8px;
  --radius-lg: 12px;
  --radius-pill: 999px;
  --shadow: 0 4px 16px rgba(20,10,35,0.08);
  --ease: cubic-bezier(0.2,0.8,0.2,1);
  --header-h: 76px;
}

/* ---- Reset ---- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { font-family: var(--font); color: var(--black); background: var(--white); scroll-behavior: smooth; }
body { font-size: 1.0625rem; line-height: 1.55; font-weight: 300; -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; }
a { color: var(--purple); text-decoration: underline; text-underline-offset: 2px; text-decoration-thickness: 1.5px; }
a:hover { color: var(--purple-dark); }
a:focus-visible { outline: 3px solid var(--purple); outline-offset: 2px; border-radius: 2px; }
button:focus-visible { outline: 3px solid var(--purple); outline-offset: 2px; border-radius: 2px; }
ul, ol { list-style: none; }
h1, h2, h3, h4, h5 { font-weight: 900; line-height: 1.05; letter-spacing: -0.02em; }
p { text-wrap: pretty; }
p + p { margin-top: 1rem; }
details summary { list-style: none; }
details summary::-webkit-details-marker { display: none; }
strong, b { font-weight: 700; }

/* ---- Skip link ---- */
.skip-link { position: absolute; top: -100px; left: 16px; background: var(--purple); color: #fff; padding: 8px 16px; border-radius: var(--radius); font-weight: 700; font-size: 14px; z-index: 100; transition: top 0.1s; }
.skip-link:focus { top: 16px; }

/* ---- Layout ---- */
.container { max-width: var(--container); margin: 0 auto; padding: 0 32px; }
.container--narrow { max-width: 780px; margin: 0 auto; padding: 0 32px; }

/* ---- Typography ---- */
.eyebrow { font-size: 13px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.12em; color: var(--purple); display: block; }
.eyebrow--yellow { color: var(--yellow); }
.eyebrow--section { color: currentColor; opacity: 0.75; }
.display { font-size: clamp(2.5rem, 5vw + 1rem, 4.5rem); font-weight: 900; line-height: 0.98; letter-spacing: -0.02em; }
h1 { font-size: clamp(2.25rem, 4vw + 1rem, 4.5rem); }
h2 { font-size: clamp(1.75rem, 2.5vw + 0.5rem, 2.5rem); }
h3 { font-size: clamp(1.25rem, 1vw + 1rem, 1.5rem); }
.hashtag { font-weight: 900; font-size: 1.25rem; color: var(--yellow); letter-spacing: -0.005em; }

/* ---- Buttons ---- */
.btn { display: inline-block; padding: 14px 26px; border-radius: var(--radius-pill); font-weight: 700; font-size: 17px; font-family: var(--font); text-decoration: none; cursor: pointer; border: none; transition: transform 120ms var(--ease), box-shadow 120ms var(--ease); line-height: 1; min-height: 44px; vertical-align: middle; }
.btn:hover { transform: translateY(-1px); box-shadow: var(--shadow); text-decoration: none; }
.btn:active { transform: none; }
.btn--primary { background: var(--purple); color: #fff; }
.btn--primary:hover { color: #fff; background: var(--purple-dark); }
.btn--yellow { background: var(--yellow); color: #111; font-weight: 800; }
.btn--yellow:hover { color: #111; background: #f5dc00; }
.btn--outline { background: transparent; color: #111; border: 2px solid #111; padding: 12px 24px; }
.btn--outline:hover { color: #111; background: rgba(0,0,0,0.04); }
.btn--ghost { background: transparent; color: var(--purple); border: 2px solid var(--purple); padding: 12px 24px; }
.btn--ghost:hover { color: var(--purple); background: rgba(116,19,220,0.04); }
.btn--on-purple { background: #fff; color: var(--purple); }
.btn--on-purple:hover { color: var(--purple); background: #f4f0ff; }
.btn--full { display: block; width: 100%; text-align: center; }
.btn-group { display: flex; gap: 12px; flex-wrap: wrap; align-items: center; }

/* ---- Header ---- */
.site-header { position: sticky; top: 0; z-index: 50; background: #fff; border-bottom: 1px solid var(--grey-10); height: var(--header-h); display: flex; align-items: center; }
.site-header__inner { display: flex; align-items: center; justify-content: space-between; width: 100%; max-width: var(--container); margin: 0 auto; padding: 0 32px; }
.site-header__brand { display: flex; align-items: center; gap: 12px; text-decoration: none; color: inherit; }
.site-header__brand:hover { color: inherit; text-decoration: none; }
.site-header__logo { height: 44px; width: auto; }
.site-header__name { font-weight: 800; font-size: 18px; letter-spacing: -0.01em; color: #111; }
.site-nav { display: flex; align-items: center; gap: 24px; }
.site-nav__link { font-size: 15px; font-weight: 700; color: #222; text-decoration: none; padding-bottom: 2px; border-bottom: 2px solid transparent; transition: color 120ms, border-color 120ms; }
.site-nav__link:hover { color: var(--purple); text-decoration: none; }
.site-nav__link[aria-current="page"] { color: var(--purple); border-bottom-color: var(--purple); }
.site-nav__cta { background: var(--purple); color: #fff; padding: 10px 20px; border-radius: var(--radius-pill); font-weight: 700; font-size: 15px; text-decoration: none; transition: background 120ms; white-space: nowrap; }
.site-nav__cta:hover { background: var(--purple-dark); color: #fff; text-decoration: none; }
.hamburger { display: none; background: none; border: none; cursor: pointer; padding: 8px; color: #222; }
.hamburger svg { display: block; }

/* ---- Mobile nav ---- */
.mobile-nav { display: none; position: fixed; inset: 0; background: var(--purple); z-index: 100; flex-direction: column; align-items: center; justify-content: center; gap: 8px; }
.mobile-nav.is-open { display: flex; }
.mobile-nav__link { font-size: 24px; font-weight: 900; color: #fff; text-decoration: none; padding: 12px 24px; border-radius: var(--radius); }
.mobile-nav__link:hover { background: rgba(255,255,255,0.12); color: #fff; text-decoration: none; }
.mobile-nav__cta { margin-top: 16px; background: var(--yellow); color: #111; font-size: 20px; padding: 14px 32px; border-radius: var(--radius-pill); font-weight: 900; text-decoration: none; }
.mobile-nav__close { position: absolute; top: 20px; right: 24px; background: none; border: none; color: #fff; cursor: pointer; font-size: 32px; line-height: 1; font-weight: 700; padding: 8px; }

/* ---- Footer ---- */
.site-footer { background: var(--purple); color: #fff; padding: 56px 0 0; }
.site-footer__grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 40px; max-width: var(--container); margin: 0 auto; padding: 0 32px; }
.site-footer__brand { display: flex; flex-direction: column; gap: 12px; }
.site-footer__logo { height: 60px; width: auto; filter: brightness(0) invert(1); }
.site-footer__groupname { font-weight: 900; font-size: 18px; }
.site-footer__address { font-size: 14px; font-weight: 400; opacity: 0.85; line-height: 1.6; }
.site-footer__col-title { font-weight: 900; font-size: 13px; text-transform: uppercase; letter-spacing: 0.1em; color: var(--yellow); margin-bottom: 12px; }
.site-footer__links { display: flex; flex-direction: column; gap: 2px; }
.site-footer__links a { font-size: 15px; font-weight: 400; color: rgba(255,255,255,0.9); text-decoration: none; padding: 4px 0; }
.site-footer__links a:hover { color: var(--yellow); text-decoration: none; }
.site-footer__bottom { border-top: 1px solid rgba(255,255,255,0.2); margin-top: 40px; padding: 16px 32px; max-width: var(--container); margin-left: auto; margin-right: auto; display: flex; justify-content: space-between; font-size: 13px; opacity: 0.8; }

/* ---- Breadcrumbs ---- */
.breadcrumbs { padding: 14px 0; font-size: 13px; color: var(--grey-60); background: #fafafa; border-bottom: 1px solid var(--grey-10); }
.breadcrumbs__inner { max-width: var(--container); margin: 0 auto; padding: 0 32px; display: flex; align-items: center; gap: 4px; flex-wrap: wrap; }
.breadcrumbs a { color: var(--purple); font-weight: 600; text-decoration: none; }
.breadcrumbs a:hover { text-decoration: underline; }
.breadcrumbs__sep { margin: 0 4px; opacity: 0.5; }
.breadcrumbs__current { font-weight: 700; color: #222; }

/* ---- Page title block ---- */
.page-title { padding: 64px 0; background: var(--bg-purple-soft); border-bottom: 1px solid var(--grey-10); }
.page-title__inner { max-width: var(--container); margin: 0 auto; padding: 0 32px; }
.page-title h1 { margin-top: 10px; margin-bottom: 14px; max-width: 24ch; }
.page-title__sub { font-size: 19px; font-weight: 300; line-height: 1.5; max-width: 60ch; color: #333; }

/* ---- Hero: Rotating ---- */
.hero { position: relative; background: #000; }
.hero__track { position: relative; height: 620px; overflow: hidden; }
.hero__slide-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0; transition: opacity 600ms ease; }
.hero__slide-img.is-active { opacity: 1; }
.hero__overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 45%, rgba(0,0,0,0.15) 75%, transparent 100%); pointer-events: none; }
.hero__tag { position: absolute; top: 32px; left: 64px; }
.hero__tag-pill { display: inline-block; padding: 6px 14px; border-radius: var(--radius-pill); font-weight: 800; font-size: 12px; letter-spacing: 0.08em; text-transform: uppercase; color: #fff; transition: background 400ms ease; }
.hero__content { position: absolute; left: 64px; right: 64px; bottom: 80px; max-width: 760px; color: #fff; }
.hero__eyebrow { font-size: 13px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.12em; color: var(--yellow); margin-bottom: 12px; }
.hero__headline { font-size: clamp(2.5rem, 5vw + 1rem, 4.75rem); font-weight: 900; line-height: 0.98; letter-spacing: -0.02em; margin-bottom: 16px; text-shadow: 0 2px 24px rgba(0,0,0,0.4); }
.hero__headline span { color: var(--yellow); }
.hero__sub { font-size: 19px; font-weight: 400; line-height: 1.45; max-width: 52ch; margin-bottom: 24px; color: #f4f0ff; text-shadow: 0 1px 12px rgba(0,0,0,0.5); }
.hero__ctas { display: flex; gap: 12px; flex-wrap: wrap; }
.hero__btn-primary { display: inline-block; padding: 16px 28px; border-radius: var(--radius-pill); font-weight: 700; font-size: 17px; text-decoration: none; color: #fff; transition: background 400ms ease, transform 120ms; }
.hero__btn-primary:hover { color: #fff; text-decoration: none; transform: translateY(-1px); }
.hero__btn-secondary { display: inline-block; padding: 16px 28px; border-radius: var(--radius-pill); font-weight: 700; font-size: 17px; text-decoration: none; color: #fff; border: 2px solid rgba(255,255,255,0.7); transition: background 120ms; }
.hero__btn-secondary:hover { background: rgba(255,255,255,0.12); color: #fff; text-decoration: none; }
.hero__arrow { position: absolute; top: 50%; transform: translateY(-50%); width: 48px; height: 48px; border-radius: var(--radius-pill); border: 2px solid rgba(255,255,255,0.6); background: rgba(0,0,0,0.25); color: #fff; font-size: 22px; font-weight: 800; cursor: pointer; display: flex; align-items: center; justify-content: center; transition: background 120ms; }
.hero__arrow:hover { background: rgba(0,0,0,0.45); }
.hero__arrow--prev { left: 16px; }
.hero__arrow--next { right: 16px; }
.hero__dots { position: absolute; left: 64px; bottom: 32px; display: flex; gap: 10px; align-items: center; }
.hero__dot { border: none; cursor: pointer; padding: 0; height: 12px; border-radius: var(--radius-pill); background: rgba(255,255,255,0.55); transition: width 300ms ease, background 300ms ease; width: 12px; }
.hero__dot.is-active { width: 32px; background: var(--yellow); }
.hero__counter { margin-left: 12px; font-size: 12px; color: rgba(255,255,255,0.7); font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; }
@keyframes heroFade { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: none; } }
.hero__headline.is-animating { animation: heroFade 600ms ease; }

/* ---- Decision split ---- */
.decision { display: grid; grid-template-columns: 1fr 1fr; border-bottom: 1px solid var(--grey-10); }
.decision__pane { padding: 64px 56px; position: relative; overflow: hidden; }
.decision__pane--light { background: var(--bg-purple-soft); }
.decision__pane--dark { background: var(--purple); color: #fff; }
.decision__eyebrow { font-size: 13px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.12em; }
.decision__pane--light .decision__eyebrow { color: var(--purple); }
.decision__pane--dark .decision__eyebrow { color: var(--yellow); }
.decision__heading { font-size: clamp(2rem, 3vw, 3rem); font-weight: 900; line-height: 1.0; letter-spacing: -0.02em; margin: 10px 0 14px; }
.decision__pane--light .decision__heading { color: #111; }
.decision__pane--dark .decision__heading { color: #fff; }
.decision__pane--dark .decision__heading span { color: var(--yellow); }
.decision__body { font-size: 18px; font-weight: 300; line-height: 1.5; max-width: 36ch; margin-bottom: 22px; }
.decision__pane--dark .decision__body { font-weight: 400; color: #f4f0ff; }
.decision__photo { position: absolute; right: -20px; bottom: -20px; width: 200px; height: 160px; object-fit: cover; border-radius: var(--radius); transform: rotate(3deg); box-shadow: 0 8px 24px rgba(0,0,0,0.15); }

/* ---- Sections grid ---- */
.sections-block { padding: 80px 0; background: #fff; }
.sections-block__inner { max-width: var(--container); margin: 0 auto; padding: 0 32px; }
.sections-block__header { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 32px; }
.sections-block__more { color: var(--purple); font-weight: 700; font-size: 15px; text-decoration: none; }
.sections-block__more:hover { text-decoration: underline; }
.sections-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.section-card { border: 1px solid var(--grey-10); border-radius: var(--radius); background: #fff; text-decoration: none; color: inherit; display: flex; flex-direction: column; overflow: hidden; transition: box-shadow 200ms var(--ease), transform 200ms var(--ease); }
.section-card:hover { box-shadow: var(--shadow); transform: translateY(-2px); text-decoration: none; color: inherit; }
.section-card--squirrels { border-top: 6px solid var(--section-squirrels); }
.section-card--beavers   { border-top: 6px solid var(--section-beavers); }
.section-card--cubs      { border-top: 6px solid var(--section-cubs); }
.section-card--scouts    { border-top: 6px solid var(--section-scouts); }
.section-card__img { width: 100%; height: 220px; object-fit: cover; display: block; }
.section-card__body { padding: 24px; display: flex; flex-direction: column; gap: 8px; flex: 1; }
.section-card__meta { display: flex; align-items: center; gap: 10px; }
.section-card__logo { height: 40px; width: auto; }
.section-card__badge { padding: 3px 10px; border-radius: var(--radius-pill); font-weight: 800; font-size: 11px; text-transform: uppercase; letter-spacing: 0.04em; }
.section-card__name { font-weight: 900; font-size: 30px; letter-spacing: -0.01em; margin-top: 4px; }
.section-card__when { font-size: 13px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.08em; color: var(--grey-60); }
.section-card__desc { font-weight: 300; font-size: 16px; line-height: 1.5; color: #333; flex: 1; }
.section-card__cta { color: var(--purple); font-weight: 700; font-size: 15px; margin-top: 4px; }
.section-card--small .section-card__name { font-size: 24px; }
.section-card--small .section-card__when { margin-top: 0; }
.section-card__foot { display: flex; justify-content: space-between; align-items: center; padding-top: 10px; border-top: 1px solid var(--grey-5); font-size: 13px; margin-top: auto; }
.section-card__status { padding: 3px 10px; border-radius: var(--radius-pill); font-weight: 800; font-size: 10px; text-transform: uppercase; letter-spacing: 0.04em; }

/* ---- Events + News columns ---- */
.two-col { padding: 0 0 80px; }
.two-col__inner { max-width: var(--container); margin: 0 auto; padding: 0 32px; display: grid; grid-template-columns: 1fr 1.2fr; gap: 56px; }
.col-title { font-size: 13px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.12em; color: var(--purple); }
.col-heading { font-size: 36px; font-weight: 900; letter-spacing: -0.01em; margin: 8px 0 20px; }

/* ---- Events list ---- */
.event-row { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 18px; padding: 18px 0; border-bottom: 1px solid var(--grey-10); }
.event-row__title { font-weight: 800; font-size: 17px; }
.event-row__meta { font-size: 14px; color: var(--grey-60); margin-top: 2px; }
.event-row__arrow { color: var(--purple); font-weight: 700; font-size: 18px; text-decoration: none; }
.date-block { background: var(--purple); color: #fff; padding: 10px 14px; border-radius: 6px; text-align: center; min-width: 64px; flex-shrink: 0; }
.date-block__day { font-size: 11px; font-weight: 700; color: var(--yellow); text-transform: uppercase; letter-spacing: 0.08em; }
.date-block__num { font-weight: 900; font-size: 28px; line-height: 1; }
.date-block__mon { font-size: 11px; font-weight: 700; color: var(--yellow); text-transform: uppercase; letter-spacing: 0.08em; }

/* ---- News grid ---- */
.news-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.news-card { text-decoration: none; color: inherit; display: flex; flex-direction: column; gap: 8px; }
.news-card:hover { text-decoration: none; color: inherit; }
.news-card:hover .news-card__title { color: var(--purple); }
.news-card__img { width: 100%; height: 140px; object-fit: cover; border-radius: 6px; }
.news-card__meta { font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.08em; color: var(--grey-60); }
.news-card__title { font-weight: 900; font-size: 18px; line-height: 1.2; letter-spacing: -0.005em; }
.news-card__excerpt { font-size: 14px; font-weight: 300; color: #444; line-height: 1.4; }

/* ---- Stats band ---- */
.stats { padding: 64px 0; background: var(--grey-5); }
.stats__inner { max-width: var(--container); margin: 0 auto; padding: 0 32px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 32px; }
.stat__number { font-size: clamp(2.5rem, 4vw, 3.5rem); font-weight: 900; letter-spacing: -0.02em; color: var(--purple); line-height: 0.95; }
.stat__label { font-size: 14px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.1em; color: #444; margin-top: 6px; }

/* ---- Volunteer band ---- */
.volunteer-band { background: var(--purple); color: #fff; padding: 48px 0; }
.volunteer-band__inner { max-width: var(--container); margin: 0 auto; padding: 0 32px; display: grid; grid-template-columns: 1.4fr auto; gap: 32px; align-items: center; }
.volunteer-band__eyebrow { color: var(--yellow); }
.volunteer-band__heading { font-size: clamp(1.5rem, 2vw + 0.5rem, 2.25rem); font-weight: 900; line-height: 1.05; letter-spacing: -0.015em; margin: 8px 0 8px; max-width: 26ch; }
.volunteer-band__body { font-size: 17px; font-weight: 400; line-height: 1.45; max-width: 50ch; opacity: 0.95; }

/* ---- Section page hero ---- */
.section-hero { border-bottom-width: 8px; border-bottom-style: solid; }
.section-hero__grid { display: grid; grid-template-columns: 1.15fr 1fr; }
.section-hero__copy { padding: 72px 64px 64px; }
.section-hero__logo-row { display: flex; align-items: center; gap: 16px; margin-bottom: 20px; }
.section-hero__logo { height: 80px; width: auto; max-width: 100%; }
.section-hero__age-pill { color: #fff; font-weight: 900; font-size: 13px; padding: 5px 14px; border-radius: var(--radius-pill); text-transform: uppercase; letter-spacing: 0.08em; }
.section-hero__heading { font-size: clamp(2.25rem, 4vw, 4.75rem); font-weight: 900; line-height: 0.95; letter-spacing: -0.025em; margin-bottom: 20px; }
.section-hero__body { font-size: 20px; font-weight: 300; line-height: 1.45; max-width: 44ch; margin-bottom: 28px; color: #222; }
.section-hero__when { margin-top: 32px; display: inline-flex; align-items: center; gap: 14px; padding: 12px 18px; background: #fff; border-radius: var(--radius); font-size: 14px; }
.section-hero__when-dot { width: 8px; height: 8px; border-radius: var(--radius-pill); flex-shrink: 0; }
.section-hero__when-time { font-weight: 700; }
.section-hero__when-place { color: var(--grey-60); }
.section-hero__photo { background-size: cover; background-position: center; min-height: 480px; }

/* ---- What-we-do grid ---- */
.what-we-do { padding: 80px 0; }
.what-we-do__inner { max-width: var(--container); margin: 0 auto; padding: 0 32px; display: grid; grid-template-columns: 1fr 1fr; gap: 64px; }
.weekly-list { list-style: none; padding: 0; margin: 0; }
.weekly-list__item { display: grid; grid-template-columns: 44px 1fr; gap: 16px; padding: 14px 0; border-top: 1px solid var(--grey-10); align-items: center; }
.weekly-list__item:first-child { border-top: none; }
.weekly-list__num { width: 36px; height: 36px; border-radius: var(--radius-pill); color: #fff; display: flex; align-items: center; justify-content: center; font-weight: 900; font-size: 18px; flex-shrink: 0; }
.yearly-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.yearly-card { background: #fff; border: 1.5px solid var(--grey-10); border-radius: var(--radius); padding: 16px 18px; font-size: 16px; font-weight: 600; line-height: 1.3; }
.cost-note { margin-top: 28px; padding: 20px; border-radius: var(--radius); font-size: 15px; line-height: 1.5; color: #222; }

/* ---- Badges ---- */
.badges { padding: 60px 0; background: var(--grey-5); border-top: 1px solid var(--grey-10); border-bottom: 1px solid var(--grey-10); }
.badges__inner { max-width: var(--container); margin: 0 auto; padding: 0 32px; }
.badges-grid { display: grid; gap: 16px; margin-top: 28px; }
.badge-card { background: #fff; border: 1.5px solid var(--grey-10); border-radius: var(--radius); padding: 20px 14px; text-align: center; }
.badge-card__icon { width: 56px; height: 56px; margin: 0 auto 12px; border-radius: var(--radius-pill); color: #fff; display: flex; align-items: center; justify-content: center; font-weight: 900; font-size: 10px; text-transform: uppercase; letter-spacing: 0.05em; }
.badge-card__name { font-size: 14px; font-weight: 700; }

/* ---- Leader quote ---- */
.leader-quote { padding: 72px 0; }
.leader-quote__inner { max-width: var(--container); margin: 0 auto; padding: 0 32px; display: grid; grid-template-columns: auto 1fr; gap: 40px; align-items: center; }
.leader-quote__photo { width: 200px; height: 200px; border-radius: var(--radius-pill); object-fit: cover; flex-shrink: 0; border: 4px solid; }
.leader-quote__mark { font-size: 64px; font-weight: 900; line-height: 0.6; margin-bottom: 14px; }
.leader-quote__text { font-size: 26px; font-weight: 300; line-height: 1.35; max-width: 44ch; margin-bottom: 18px; color: #111; }
.leader-quote__name { font-size: 14px; font-weight: 700; }

/* ---- FAQ ---- */
.faq { padding: 64px 0 96px; }
.faq__inner { max-width: var(--container); margin: 0 auto; padding: 0 32px; }
.faq-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 24px; }
.faq-item { background: #fff; border: 1.5px solid var(--grey-10); border-radius: var(--radius); padding: 18px 22px; }
.faq-item summary { font-weight: 700; font-size: 17px; cursor: pointer; }
.faq-item p { margin-top: 10px; font-size: 15px; line-height: 1.5; color: #333; }

/* ---- Join page ---- */
.join-section-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; }
.join-card { border-radius: 12px; overflow: hidden; border: 1px solid var(--grey-10); background: #fff; display: flex; flex-direction: column; transition: box-shadow 200ms, transform 200ms; }
.join-card:hover { box-shadow: var(--shadow); transform: translateY(-2px); }
.join-card__img-wrap { position: relative; height: 180px; overflow: hidden; }
.join-card__img { width: 100%; height: 100%; object-fit: cover; }
.join-card__age-pill { position: absolute; bottom: 12px; right: 12px; color: #fff; padding: 5px 12px; border-radius: var(--radius-pill); font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.06em; }
.join-card__body { padding: 20px 22px 22px; display: flex; flex-direction: column; gap: 8px; flex: 1; }
.join-card__logo { height: 38px; align-self: flex-start; margin-bottom: 4px; }
.join-card__when { font-size: 13px; color: var(--grey-60); font-weight: 600; }
.join-card__promise { font-size: 15px; color: #333; line-height: 1.4; flex: 1; }
.join-card__link { font-weight: 800; font-size: 14px; margin-top: auto; text-decoration: none; }
.join-card__link:hover { text-decoration: underline; }

.journey { background: var(--bg-purple-soft); border: 1px solid #ece2f7; border-radius: 12px; padding: 36px 40px; }
.journey-steps { display: grid; grid-template-columns: repeat(5,1fr); gap: 12px; margin-top: 24px; }
.journey-step { background: currentColor; border-radius: 10px; padding: 20px 16px; text-align: center; }
.journey-step__name { font-weight: 900; font-size: 20px; color: #fff; }
.journey-step__age { font-size: 13px; font-weight: 600; color: #fff; opacity: 0.9; margin-top: 4px; }
.journey-step__note { text-align: center; font-size: 12px; color: var(--grey-60); margin-top: 6px; }

.how-it-works { padding: 48px 0 80px; background: var(--grey-5); border-top: 1px solid var(--grey-10); border-bottom: 1px solid var(--grey-10); }
.steps-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 20px; margin-top: 32px; }
.step-num { font-size: 56px; font-weight: 900; color: var(--purple); line-height: 1; margin-bottom: 12px; }
.step-title { font-weight: 800; font-size: 18px; margin-bottom: 8px; }
.step-body { font-size: 15px; color: #444; line-height: 1.5; }

/* ---- Volunteer page ---- */
.vol-hero { background: var(--purple); color: #fff; }
.vol-hero__grid { display: grid; grid-template-columns: 1.1fr 1fr; min-height: 540px; max-width: var(--container); margin: 0 auto; }
.vol-hero__copy { padding: 80px 64px; display: flex; flex-direction: column; justify-content: center; }
.vol-hero__heading { font-size: clamp(2.5rem, 4vw, 4.75rem); font-weight: 900; line-height: 0.95; letter-spacing: -0.025em; color: #fff; margin: 10px 0 18px; }
.vol-hero__body { font-size: 20px; font-weight: 300; line-height: 1.5; max-width: 46ch; color: rgba(255,255,255,0.95); margin-bottom: 28px; }
.vol-hero__photo { background-size: cover; background-position: center; }
.vol-stats { padding: 32px 0; background: var(--grey-5); border-bottom: 1px solid var(--grey-10); }
.vol-stats__inner { max-width: var(--container); margin: 0 auto; padding: 0 32px; display: grid; grid-template-columns: repeat(4,1fr); gap: 24px; }
.vol-stat { display: flex; align-items: baseline; gap: 12px; }
.vol-stat__num { font-weight: 900; font-size: 44px; color: var(--purple); letter-spacing: -0.02em; }
.vol-stat__label { font-size: 14px; color: #444; font-weight: 600; line-height: 1.3; }
.roles-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; margin-top: 32px; }
.role-card { border: 1.5px solid var(--grey-10); border-radius: 10px; background: #fff; padding: 22px 24px 24px; display: flex; flex-direction: column; gap: 10px; }
.role-card__badge { display: inline-block; align-self: flex-start; padding: 5px 12px; border-radius: var(--radius-pill); font-weight: 800; font-size: 12px; text-transform: uppercase; letter-spacing: 0.08em; color: #fff; }
.role-card__badge--yellow { color: #111; }
.role-card__title { font-weight: 900; font-size: 24px; letter-spacing: -0.01em; }
.role-card__body { font-size: 15px; color: #444; line-height: 1.5; flex: 1; }
.role-card__cta { font-weight: 800; color: var(--purple); font-size: 14px; text-decoration: none; }
.what-you-get { padding: 72px 0; background: var(--yellow); border-top: 4px solid #111; }
.what-you-get__inner { max-width: var(--container); margin: 0 auto; padding: 0 32px; }
.what-you-get__grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 24px; margin-top: 28px; }
.benefit__title { font-weight: 900; font-size: 20px; margin-bottom: 6px; }
.benefit__body { font-size: 15px; line-height: 1.5; color: #222; }
.vol-process { padding: 72px 0; }
.vol-process__inner { max-width: var(--container); margin: 0 auto; padding: 0 32px; }
.vol-steps { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; margin-top: 28px; }
.vol-step { border-top: 3px solid var(--purple); padding-top: 18px; }
.vol-step__num { font-weight: 900; font-size: 14px; color: var(--purple); letter-spacing: 0.1em; margin-bottom: 8px; }
.vol-step__title { font-weight: 800; font-size: 20px; margin-bottom: 10px; line-height: 1.2; }
.vol-step__body { font-size: 15px; line-height: 1.5; color: #444; }

/* ---- About ---- */
.about-hero { padding: 80px 0; background: var(--bg-purple-soft); border-bottom: 1px solid var(--grey-10); }
.about-hero__grid { max-width: var(--container); margin: 0 auto; padding: 0 32px; display: grid; grid-template-columns: 1.4fr 1fr; gap: 56px; align-items: end; }
.about-hero__heading { font-size: clamp(2.5rem, 4vw, 4.75rem); font-weight: 900; line-height: 0.95; letter-spacing: -0.025em; margin: 12px 0 16px; }
.about-hero__body { font-size: 21px; font-weight: 300; line-height: 1.5; max-width: 48ch; }
.about-stats { background: var(--purple); color: #fff; padding: 28px 32px; border-radius: 10px; }
.about-stats__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-top: 14px; }
.about-stat__num { font-weight: 900; font-size: 28px; line-height: 1; }
.about-stat__label { font-size: 12px; opacity: 0.8; margin-top: 4px; }
.about-story { padding: 80px 0; }
.about-story__inner { max-width: var(--container); margin: 0 auto; padding: 0 32px; display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: start; }
.about-story__photo { border-radius: var(--radius); object-fit: cover; width: 100%; height: 520px; }
.about-story p { font-size: 17px; line-height: 1.6; color: #222; }
.values { border-top: 1px solid var(--grey-10); border-bottom: 1px solid var(--grey-10); }
.values__grid { display: grid; grid-template-columns: repeat(4,1fr); }
.value-block { padding: 44px 28px 36px; min-height: 220px; }
.value-block__title { font-weight: 900; font-size: 32px; margin-bottom: 14px; letter-spacing: -0.01em; }
.value-block__body { font-size: 16px; line-height: 1.5; }
.team { padding: 80px 0; }
.team__inner { max-width: var(--container); margin: 0 auto; padding: 0 32px; }
.team-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; margin-top: 28px; }
.team-card { border: 1.5px solid var(--grey-10); border-radius: var(--radius); padding: 16px; display: flex; gap: 14px; align-items: center; background: #fff; }
.team-card__avatar { width: 56px; height: 56px; border-radius: var(--radius-pill); color: #fff; display: flex; align-items: center; justify-content: center; font-weight: 900; font-size: 18px; flex-shrink: 0; }
.team-card__name { font-weight: 800; font-size: 15px; line-height: 1.2; }
.team-card__role { font-size: 13px; color: var(--grey-60); margin-top: 2px; }
.orgs { padding: 60px 0; background: var(--grey-5); border-top: 1px solid var(--grey-10); border-bottom: 1px solid var(--grey-10); }
.orgs__inner { max-width: var(--container); margin: 0 auto; padding: 0 32px; display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 32px; }
.org__title { font-weight: 900; font-size: 22px; margin-bottom: 8px; letter-spacing: -0.01em; }
.org__body { font-size: 15px; line-height: 1.5; color: #444; margin-bottom: 8px; }
.org__link { color: var(--purple); font-weight: 700; font-size: 14px; text-decoration: none; }
.org__link:hover { text-decoration: underline; }

/* ---- Events page ---- */
.filter-chips { display: flex; gap: 8px; flex-wrap: wrap; padding: 16px 0; border-bottom: 1px solid var(--grey-10); align-items: center; }
.chip { padding: 8px 16px; border-radius: var(--radius-pill); font-size: 14px; font-weight: 700; cursor: pointer; border: 1.5px solid var(--grey-20); background: #fff; color: #222; transition: background 120ms, color 120ms, border-color 120ms; }
.chip.is-active { border-color: transparent; color: #fff; }
.chip--squirrels.is-active { background: var(--section-squirrels); }
.chip--beavers.is-active   { background: var(--section-beavers); }
.chip--cubs.is-active      { background: var(--section-cubs); }
.chip--scouts.is-active    { background: var(--section-scouts); }
.chip--all.is-active       { background: var(--purple); }
.chip--group.is-active     { background: var(--grey-60); }
.chip--ical { margin-left: auto; color: var(--grey-60); border-color: transparent; background: transparent; text-decoration: none; }
.chip--events.is-active { background: var(--purple); }

/* Dynamic calendar elements */
.events-month-heading { font-size: 13px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.1em; color: var(--grey-60); margin: 32px 0 4px; }
.events-month-heading:first-child { margin-top: 8px; }
.event-tag { display: inline-flex; align-items: center; padding: 4px 10px; border-radius: var(--radius-pill); font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.07em; background: color-mix(in srgb, var(--tag-colour) 12%, #fff); color: var(--tag-colour); white-space: nowrap; }
.event-row__desc { font-size: 13px; color: var(--grey-60); margin-top: 3px; }
.no-events { color: var(--grey-60); font-size: 15px; padding: 24px 0; }
.events-list { padding: 16px 0 80px; }
.section-tag { display: inline-block; padding: 3px 10px; border-radius: var(--radius-pill); font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.08em; margin-bottom: 6px; color: #fff; }
.section-tag--squirrels { background: var(--section-squirrels); }
.section-tag--beavers   { background: var(--section-beavers); }
.section-tag--cubs      { background: var(--section-cubs); }
.section-tag--scouts    { background: var(--section-scouts); }
.section-tag--all       { background: var(--purple); }
.section-tag--group     { background: var(--purple); }

/* ---- Event detail ---- */
.event-hero { position: relative; }
.event-hero__grid { display: grid; grid-template-columns: 1.4fr 1fr; max-width: var(--container); margin: 0 auto; }
.event-hero__copy { padding: 64px 64px; }
.event-hero__meta { display: grid; grid-template-columns: auto auto auto; gap: 32px; font-size: 15px; margin-top: 22px; }
.event-hero__meta-label { font-size: 11px; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase; opacity: 0.85; }
.event-hero__meta-val { font-weight: 700; font-size: 17px; margin-top: 2px; }
.event-hero__meta-sub { font-size: 13px; opacity: 0.9; }
.event-hero__photo { background-size: cover; background-position: center; min-height: 360px; }
.event-body { padding: 64px 0; }
.event-body__inner { max-width: var(--container); margin: 0 auto; padding: 0 32px; display: grid; grid-template-columns: 1.4fr 1fr; gap: 56px; }
.event-body p { font-size: 17px; line-height: 1.6; color: #222; }
.event-body ul { padding-left: 22px; font-size: 16px; line-height: 1.7; color: #222; list-style: disc; }
.event-sidebar__card { border-radius: 10px; padding: 24px 26px; margin-bottom: 16px; }
.event-sidebar__card--yellow { background: var(--yellow); border: 2px solid #111; }
.event-sidebar__card--border { border: 1.5px solid var(--grey-10); }
.event-sidebar__card--purple-soft { background: var(--bg-purple-soft); }
.cal-btns { display: flex; gap: 8px; flex-wrap: wrap; margin-top: 8px; }
.cal-btn { padding: 6px 12px; border: 1px solid var(--grey-20); border-radius: var(--radius-sm); font-size: 13px; font-weight: 600; text-decoration: none; color: #222; }
.cal-btn:hover { border-color: var(--purple); color: var(--purple); text-decoration: none; }

/* ---- News index ---- */
.news-featured-grid { display: grid; grid-template-columns: 2fr 1fr; gap: 24px; margin-bottom: 48px; }
.news-featured { border-radius: 10px; overflow: hidden; border: 1px solid var(--grey-10); }
.news-featured__img { width: 100%; height: 380px; object-fit: cover; }
.news-featured__body { padding: 24px 28px 28px; }
.news-featured__title { font-weight: 900; font-size: 32px; line-height: 1.1; letter-spacing: -0.015em; margin: 10px 0 8px; }
.news-featured__date { font-size: 13px; color: var(--grey-60); margin-bottom: 10px; }
.news-featured__excerpt { font-size: 17px; color: #333; line-height: 1.5; }
.news-featured__cta { margin-top: 16px; color: var(--purple); font-weight: 700; font-size: 15px; text-decoration: none; }
.news-sidebar { display: flex; flex-direction: column; gap: 16px; }
.news-sidebar-card { display: grid; grid-template-columns: 100px 1fr; gap: 14px; padding: 14px; border: 1px solid var(--grey-10); border-radius: var(--radius); text-decoration: none; color: inherit; transition: box-shadow 200ms; }
.news-sidebar-card:hover { box-shadow: var(--shadow); text-decoration: none; color: inherit; }
.news-sidebar-card__thumb { border-radius: 6px; height: 80px; background-size: cover; background-position: center; }
.news-sidebar-card__tag { font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.08em; }
.news-sidebar-card__title { font-weight: 800; font-size: 16px; line-height: 1.2; margin: 4px 0; }
.news-sidebar-card__date { font-size: 12px; color: var(--grey-60); }
.news-older-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.news-older-card { border-radius: var(--radius); overflow: hidden; border: 1px solid var(--grey-10); background: #fff; display: flex; flex-direction: column; text-decoration: none; color: inherit; transition: box-shadow 200ms, transform 200ms; }
.news-older-card:hover { box-shadow: var(--shadow); transform: translateY(-2px); text-decoration: none; color: inherit; }
.news-older-card__img { width: 100%; height: 160px; object-fit: cover; }
.news-older-card__body { padding: 16px 18px 18px; display: flex; flex-direction: column; gap: 6px; flex: 1; }
.news-older-card__tag { font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.08em; }
.news-older-card__title { font-weight: 800; font-size: 16px; line-height: 1.25; }
.news-older-card__date { font-size: 12px; color: var(--grey-60); margin-top: auto; }
.news-pagination { display: flex; justify-content: space-between; align-items: center; padding-top: 24px; font-size: 14px; color: var(--grey-60); }

/* ---- News article ---- */
.article-header { padding: 56px 0 32px; }
.article-header__inner { max-width: 920px; margin: 0 auto; padding: 0 32px; }
.article-header__title { font-size: clamp(2rem, 3vw, 3.5rem); font-weight: 900; line-height: 1.0; letter-spacing: -0.025em; margin: 16px 0; }
.article-header__byline { display: flex; align-items: center; gap: 14px; font-size: 14px; color: var(--grey-60); }
.article-header__avatar { width: 36px; height: 36px; border-radius: var(--radius-pill); color: #fff; display: flex; align-items: center; justify-content: center; font-weight: 900; font-size: 13px; }
.article-hero-img { padding: 0 32px 32px; max-width: 1200px; margin: 0 auto; }
.article-hero-img img { width: 100%; height: 460px; object-fit: cover; border-radius: var(--radius); }
.article-hero-img figcaption { font-size: 13px; color: var(--grey-60); margin-top: 8px; font-style: italic; }
.article-body { padding: 16px 0 48px; max-width: 760px; margin: 0 auto; font-size: 18px; line-height: 1.7; color: #222; padding-left: 32px; padding-right: 32px; }
.article-body .lead { font-size: 22px; font-weight: 300; line-height: 1.5; margin-bottom: 24px; }
.article-body h3 { font-size: 26px; font-weight: 900; letter-spacing: -0.01em; margin: 32px 0 12px; }
.article-body blockquote { border-left: 4px solid var(--green); padding: 16px 24px; margin: 32px 0; font-size: 24px; font-weight: 300; line-height: 1.4; font-style: italic; }
.article-body blockquote cite { display: block; font-size: 14px; color: var(--grey-60); margin-top: 10px; font-style: normal; font-weight: 600; }
.article-related { padding: 48px 0 80px; background: var(--grey-5); border-top: 1px solid var(--grey-10); }
.article-related__inner { max-width: var(--container); margin: 0 auto; padding: 0 32px; }

/* ---- Hire the hut ---- */
.hire-hero { background: var(--grey-5); border-bottom: 1px solid var(--grey-10); }
.hire-hero__grid { display: grid; grid-template-columns: 1.1fr 1fr; max-width: 1400px; margin: 0 auto; }
.hire-hero__copy { padding: 72px 64px; }
.hire-hero__heading { font-size: clamp(2.25rem, 4vw, 4.5rem); font-weight: 900; line-height: 0.95; letter-spacing: -0.025em; margin: 10px 0 16px; }
.hire-hero__body { font-size: 19px; font-weight: 300; line-height: 1.5; max-width: 48ch; margin-bottom: 24px; color: #222; }
.hire-hero__photo { background-size: cover; background-position: center; min-height: 460px; }
.hire-what { padding: 72px 0; }
.hire-what__inner { max-width: var(--container); margin: 0 auto; padding: 0 32px; display: grid; grid-template-columns: 1.2fr 1fr; gap: 64px; align-items: start; }
.facilities-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 18px; }
.facility { border: 1.5px solid var(--grey-10); border-radius: var(--radius); padding: 14px 16px; }
.facility__name { font-weight: 800; font-size: 16px; }
.facility__desc { font-size: 13px; color: #444; margin-top: 4px; }
.pricing-card { background: var(--purple); color: #fff; border-radius: 10px; padding: 28px 30px; }
.pricing-card__eyebrow { font-size: 12px; font-weight: 800; color: var(--yellow); letter-spacing: 0.1em; text-transform: uppercase; }
.pricing-row { display: grid; grid-template-columns: 1fr auto; gap: 8px; padding-bottom: 14px; border-bottom: 1px solid rgba(255,255,255,0.18); margin-top: 14px; }
.pricing-row:last-of-type { border-bottom: none; }
.pricing-row__title { font-weight: 800; font-size: 18px; }
.pricing-row__note { font-size: 12px; opacity: 0.85; margin-top: 2px; }
.pricing-row__price { font-weight: 900; font-size: 28px; align-self: center; }
.pricing-card__note { font-size: 13px; opacity: 0.85; margin-top: 10px; }
.hire-calendar { padding: 48px 0 72px; background: var(--grey-5); border-top: 1px solid var(--grey-10); }
.hire-calendar__inner { max-width: var(--container); margin: 0 auto; padding: 0 32px; }
.cal-legend { display: flex; gap: 16px; font-size: 13px; align-items: center; }
.cal-legend-item { display: inline-flex; align-items: center; gap: 6px; }
.cal-legend-swatch { width: 12px; height: 12px; border-radius: 3px; }
.cal-grid { display: grid; grid-template-columns: repeat(7,1fr); gap: 6px; margin-top: 16px; }
.cal-day-head { font-size: 12px; font-weight: 700; color: var(--grey-60); padding: 6px 4px; text-align: center; }
.cal-day { background: #fff; border-radius: 6px; padding: 6px 8px; height: 70px; font-size: 13px; font-weight: 700; }
.cal-day--free    { border: 2px solid var(--green); }
.cal-day--partial { border: 2px solid var(--yellow); }
.cal-day--booked  { border: 2px solid var(--grey-20); color: var(--grey-40); }
.cal-day--empty   { background: transparent; }
.cal-day__label { font-size: 10px; color: #888; margin-top: 4px; }
.hire-rules { padding: 64px 0; }
.hire-rules__inner { max-width: var(--container); margin: 0 auto; padding: 0 32px; display: grid; grid-template-columns: 1fr 1fr; gap: 56px; }
.hire-rules ul, .hire-rules ol { font-size: 16px; line-height: 1.7; padding-left: 22px; color: #222; list-style-type: disc; }
.hire-rules ol { list-style-type: decimal; }

/* ---- Contact ---- */
.contact-cards { padding: 32px 0 40px; }
.contact-cards__inner { max-width: var(--container); margin: 0 auto; padding: 0 32px; display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 18px; }
.contact-card { border-radius: 10px; padding: 26px 28px; border-width: 2px; border-style: solid; }
.contact-card__label { font-weight: 900; font-size: 22px; letter-spacing: -0.01em; }
.contact-card__value { font-weight: 800; font-size: 22px; margin-top: 10px; color: #111; }
.contact-card__sub { font-size: 14px; color: #444; line-height: 1.5; margin-top: 10px; }
.contact-body { padding: 0 0 80px; }
.contact-body__inner { max-width: var(--container); margin: 0 auto; padding: 0 32px; display: grid; grid-template-columns: 1.3fr 1fr; gap: 56px; }
.form-grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-label { display: block; font-size: 13px; font-weight: 700; margin-bottom: 6px; }
.form-input, .form-select, .form-textarea { width: 100%; padding: 14px 16px; border: 1.5px solid var(--grey-20); border-radius: 6px; font-size: 15px; font-family: var(--font); transition: border-color 120ms, box-shadow 120ms; }
.form-input:focus, .form-select:focus, .form-textarea:focus { outline: none; border-color: var(--purple); box-shadow: 0 0 0 3px rgba(116,19,220,0.12); }
.form-group { margin-bottom: 16px; }
.form-checkbox { display: flex; gap: 10px; align-items: flex-start; font-size: 13px; color: #444; }
.form-checkbox input { margin-top: 4px; accent-color: var(--purple); }
.map-card { border-radius: 10px; overflow: hidden; border: 1px solid var(--grey-10); }
.map-placeholder { height: 240px; background: linear-gradient(135deg, #cce4d6 0%, #b6d4cc 50%, #cce4d6 100%); position: relative; }
.map-card__body { padding: 20px 22px; }
.map-card__title { font-weight: 900; font-size: 18px; }
.map-card__address { font-size: 14px; color: #444; margin-top: 4px; line-height: 1.5; }
.map-card__link { margin-top: 14px; display: block; font-size: 13px; color: var(--purple); font-weight: 700; text-decoration: none; }
.map-card__link:hover { text-decoration: underline; }
.safeguarding-note { margin-top: 16px; padding: 20px 22px; background: #fff8d6; border: 1.5px solid #f5e98e; border-radius: 10px; }
.safeguarding-note__title { font-weight: 800; font-size: 15px; margin-bottom: 8px; }
.safeguarding-note p { font-size: 14px; line-height: 1.5; margin: 0; color: #222; }

/* ---- 404 ---- */
.not-found { padding: 120px 0 100px; text-align: center; background: var(--bg-purple-soft); border-bottom: 1px solid var(--grey-10); }
.not-found__num { font-size: clamp(8rem, 20vw, 12.5rem); font-weight: 900; line-height: 0.9; color: var(--purple); letter-spacing: -0.04em; }
.not-found__heading { font-size: clamp(1.75rem, 3vw, 3rem); font-weight: 900; line-height: 1.05; letter-spacing: -0.02em; margin: 10px 0 14px; }
.not-found__body { font-size: 19px; font-weight: 300; line-height: 1.5; max-width: 44ch; margin: 0 auto 28px; color: #333; }
.not-found-links { padding: 48px 0; }
.not-found-links__inner { max-width: var(--container); margin: 0 auto; padding: 0 32px; }
.not-found-links-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 14px; margin-top: 18px; }
.nfl-card { border-radius: var(--radius); padding: 18px 22px; font-weight: 800; font-size: 17px; border-width: 2px; border-style: solid; text-decoration: none; color: #111; display: flex; justify-content: space-between; align-items: center; transition: background 120ms; }
.nfl-card:hover { text-decoration: none; }

/* ---- Responsive ---- */
@media (max-width: 1024px) {
  .sections-grid { grid-template-columns: repeat(2, 1fr); }
  .two-col__inner { grid-template-columns: 1fr; }
  .stats__inner { grid-template-columns: repeat(2, 1fr); }
  .volunteer-band__inner { grid-template-columns: 1fr; gap: 24px; }
  .section-hero__grid { grid-template-columns: 1fr; }
  .section-hero__photo { display: none; }
  .about-hero__grid { grid-template-columns: 1fr; }
  .about-story__inner { grid-template-columns: 1fr; }
  .team-grid { grid-template-columns: repeat(2, 1fr); }
  .values__grid { grid-template-columns: repeat(2,1fr); }
  .news-featured-grid { grid-template-columns: 1fr; }
  .news-sidebar { display: none; }
  .event-body__inner { grid-template-columns: 1fr; }
  .event-hero__grid { grid-template-columns: 1fr; }
  .event-hero__photo { display: none; }
  .decision { grid-template-columns: 1fr; }
  .join-section-grid { grid-template-columns: repeat(2,1fr); }
  .steps-grid { grid-template-columns: repeat(2,1fr); }
  .roles-grid { grid-template-columns: repeat(2,1fr); }
  .what-you-get__grid { grid-template-columns: repeat(2,1fr); }
  .vol-steps { grid-template-columns: 1fr 1fr; }
  .vol-hero__grid { grid-template-columns: 1fr; }
  .vol-hero__photo { display: none; }
  .hire-hero__grid { grid-template-columns: 1fr; }
  .hire-hero__photo { display: none; }
  .hire-what__inner { grid-template-columns: 1fr; }
  .contact-cards__inner { grid-template-columns: 1fr; }
  .contact-body__inner { grid-template-columns: 1fr; }
  .not-found-links-grid { grid-template-columns: repeat(2,1fr); }
  .what-we-do__inner { grid-template-columns: 1fr; }
  .leader-quote__inner { grid-template-columns: 1fr; }
  .orgs__inner { grid-template-columns: 1fr; }
  .journey-steps { grid-template-columns: repeat(3,1fr); }
  .site-footer__grid { grid-template-columns: 1fr 1fr; }
  .hire-rules__inner { grid-template-columns: 1fr; }
  .vol-stats__inner { grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 768px) {
  :root { --header-h: 64px; }
  .site-nav { display: none; }
  .hamburger { display: flex; }
  .hero__tag { left: 24px; }
  .hero__content { left: 24px; right: 24px; bottom: 60px; }
  .hero__dots { left: 24px; }
  .hero__track { height: 480px; }
  .decision__pane { padding: 48px 24px; }
  .decision__photo { display: none; }
  .sections-block__inner { padding: 0 16px; }
  .sections-grid { grid-template-columns: 1fr; }
  .stats__inner { grid-template-columns: repeat(2,1fr); gap: 20px; }
  .join-section-grid { grid-template-columns: 1fr 1fr; }
  .steps-grid { grid-template-columns: 1fr; }
  .roles-grid { grid-template-columns: 1fr; }
  .what-you-get__grid { grid-template-columns: 1fr 1fr; }
  .vol-stats__inner { grid-template-columns: 1fr 1fr; }
  .vol-steps { grid-template-columns: 1fr; }
  .badges-grid { grid-template-columns: repeat(3,1fr); }
  .faq-grid { grid-template-columns: 1fr; }
  .news-older-grid { grid-template-columns: 1fr 1fr; }
  .team-grid { grid-template-columns: 1fr 1fr; }
  .values__grid { grid-template-columns: 1fr 1fr; }
  .yearly-grid { grid-template-columns: 1fr; }
  .journey-steps { grid-template-columns: repeat(2,1fr); }
  .not-found-links-grid { grid-template-columns: 1fr 1fr; }
  .site-footer__grid { grid-template-columns: 1fr; }
  .container, .container--narrow { padding: 0 16px; }
  .page-title { padding: 48px 0; }
  .page-title__inner { padding: 0 16px; }
  .section-hero__copy { padding: 48px 24px; }
  .article-body { padding-left: 16px; padding-right: 16px; }
  .article-hero-img { padding-left: 16px; padding-right: 16px; }
  .event-hero__copy { padding: 40px 24px; }
  .hire-hero__copy { padding: 48px 24px; }
  .about-hero__grid, .about-story__inner { padding: 0 16px; }
  .cal-grid { gap: 4px; }
  .cal-day { height: 50px; font-size: 12px; }
}

@media (max-width: 480px) {
  .join-section-grid { grid-template-columns: 1fr; }
  .news-older-grid { grid-template-columns: 1fr; }
  .values__grid { grid-template-columns: 1fr; }
  .what-you-get__grid { grid-template-columns: 1fr; }
  .team-grid { grid-template-columns: 1fr; }
  .badges-grid { grid-template-columns: repeat(2,1fr); }
  .not-found-links-grid { grid-template-columns: 1fr; }
}

/* ---- OSM waiting list embed (join page) ---- */
.osm-section { padding: 64px 0 80px; background: var(--grey-05, #f7f7f9); }
.osm-section__header { margin-bottom: 24px; }
.osm-embed { border-radius: 10px; overflow: hidden; border: 1.5px solid var(--grey-10); background: #fff; box-shadow: 0 4px 24px rgba(0,0,0,0.06); }
.osm-embed iframe { display: block; width: 100%; height: 760px; border: none; }
.osm-embed--no-iframe { padding: 48px 32px; text-align: center; }
.osm-embed__notice { font-size: 1rem; color: var(--grey-60); margin-bottom: 24px; line-height: 1.6; }
.btn--large { font-size: 1.125rem; padding: 16px 36px; }
@media (max-width: 768px) { .osm-embed iframe { height: 860px; } }

/* ---- Volunteer enquiry form section ---- */
.vol-form-section { padding: 72px 0 88px; }
.vol-form-section__inner { display: grid; grid-template-columns: 1fr 1.6fr; gap: 64px; align-items: start; max-width: var(--container); margin: 0 auto; }
.form-checks { display: flex; flex-wrap: wrap; gap: 10px 24px; margin-top: 6px; }
@media (max-width: 900px) { .vol-form-section__inner { grid-template-columns: 1fr; gap: 32px; } }

/* ---- Thanks page ---- */
.thanks-section { padding: 96px 24px; text-align: center; }
.thanks-section__inner { max-width: 520px; margin: 0 auto; }
.thanks-section__icon { font-size: 3rem; background: #e8f5ec; width: 72px; height: 72px; border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 24px; color: var(--green); }
.thanks-section__heading { font-size: clamp(1.75rem, 4vw, 2.5rem); font-weight: 900; letter-spacing: -0.02em; margin: 10px 0 16px; }
.thanks-section__body { font-size: 1.0625rem; line-height: 1.65; color: var(--grey-60); }

/* ---- Photo album cards ---- */
.photo-albums-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 20px; }
.photo-album-card { display: flex; flex-direction: column; background: #fff; border-radius: var(--radius-lg); border: 1.5px solid var(--grey-10); text-decoration: none; color: inherit; overflow: hidden; transition: box-shadow 0.15s, border-color 0.15s; }
.photo-album-card:hover { box-shadow: var(--shadow); border-color: var(--purple); }
.photo-album-card__header { height: 100px; display: flex; align-items: center; justify-content: center; opacity: 0.9; }
.photo-album-card__icon { width: 48px; height: 48px; stroke: rgba(255,255,255,0.9); }
.photo-album-card__body { padding: 20px; flex: 1; display: flex; flex-direction: column; gap: 4px; }
.photo-album-card__section { font-size: 12px; font-weight: 800; letter-spacing: 0.04em; text-transform: uppercase; }
.photo-album-card__title { font-weight: 800; font-size: 1.05rem; color: var(--black); line-height: 1.25; }
.photo-album-card__date { font-size: 13px; color: var(--grey-60); }
.photo-album-card__desc { font-size: 14px; color: var(--grey-60); margin-top: 4px; flex: 1; }
.photo-album-card__cta { font-size: 14px; font-weight: 700; color: var(--purple); margin-top: 12px; }
.photo-album-card:hover .photo-album-card__cta { text-decoration: underline; }

.photo-albums-empty { text-align: center; padding: 80px 24px; }
.photo-albums-empty__icon { font-size: 3rem; margin-bottom: 16px; }
.photo-albums-empty__heading { font-size: 1.4rem; font-weight: 800; margin-bottom: 8px; }
.photo-albums-empty__body { color: var(--grey-60); }

/* ---- Reduced motion ---- */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: 0.01ms !important; transition-duration: 0.01ms !important; }
}
