/* ─────────────────────────────────────────────────────────────────────────
   Bees Bouncers — shared design system for the inner pages
   (about, faq, book). The homepage keeps its own inline <style> because it
   carries hero-only scenery; the tokens below are copied from it verbatim.

   Palette values are sampled from BeesMockUp.PNG — don't "tidy" them, the
   mockup is deliberately high-saturation and rounding flattens it.
   ───────────────────────────────────────────────────────────────────────── */

:root {
  --sky-top: #0083FB; --sky: #009DFC; --sky-mid: #00B0FD;
  --sky-low: #6ED6FD; --sky-pale: #AAEBFD;
  --gold: #FDD005; --gold-hi: #FDE87A; --gold-lo: #F7B000; --gold-deep: #E08E00;
  --gold-btn: #F5B402; --gold-btn-hi: #FBCE01;
  --red: #E41D02; --red-deep: #B60501; --red-pill: #E0230F;
  --purple: #300F58; --purple-outline: #36094B; --purple-bar: #47208B;
  --purple-foot: #3A1F86; --purple-mid: #6B2FA0; --purple-pale: #8E5BC8;
  --grass-hi: #A7CB02; --grass: #96C101; --grass-lo: #7AB002; --trees: #015E57;
  --cream: #FDF4D9; --cream-deep: #F7E7BE;
  --ink: #2B1B3D;

  /* Legacy aliases. The old pages carry inline style="…var(--honey)…"
     attributes; keeping these mapped means no inline style silently breaks. */
  --honey: #FDD005; --honey-deep: #E08E00; --soft: #FDF4D9;
  --line: rgba(43, 27, 61, 0.12);
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  background: var(--cream); color: var(--ink);
  font-family: 'Baloo 2', system-ui, sans-serif;
  font-size: 17px; line-height: 1.6; -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
.visually-hidden { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }

/* ─── NAV (sky band, matching the homepage) ─── */
nav.topnav {
  position: relative; z-index: 100; padding: 14px 24px 16px;
  background: linear-gradient(180deg, var(--sky-top) 0%, #0090FC 55%, var(--sky) 100%);
}
nav.topnav::before {
  content: ''; position: absolute; inset: 0; pointer-events: none;
  background: repeating-conic-gradient(from 0.6deg at 50% -40%,
    rgba(255,255,255,0.13) 0deg 3.2deg, rgba(255,255,255,0) 3.2deg 8.4deg);
}
.nav-inner { position: relative; z-index: 2; max-width: 1280px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.logo { display: block; line-height: 0; flex: none; text-decoration: none; }
.logo img { display: block; width: 176px; height: auto; filter: drop-shadow(0 3px 4px rgba(20,10,40,0.35)); }
.nav-links { display: flex; align-items: center; gap: 6px; flex-wrap: wrap; justify-content: center; }
.nav-links a { font-family: 'Lilita One', cursive; font-size: 17px; letter-spacing: 0.04em; text-transform: uppercase; color: #fff; text-decoration: none; padding: 9px 15px; border-radius: 999px; text-shadow: 0 2px 3px rgba(43,27,61,0.35); transition: background 0.2s; }
.nav-links a:hover { background: rgba(255,255,255,0.2); }
.nav-links a.active { background: var(--red); box-shadow: 0 4px 0 var(--red-deep); text-shadow: none; }
.phone-pill { display: inline-flex; align-items: center; gap: 9px; background: var(--red-pill); color: #fff; font-family: 'Lilita One', cursive; font-size: 19px; letter-spacing: 0.02em; text-decoration: none; padding: 11px 22px; border-radius: 999px; box-shadow: 0 5px 0 var(--red-deep); white-space: nowrap; }
.phone-pill:hover { transform: translateY(1px); box-shadow: 0 4px 0 var(--red-deep); }
.phone-pill svg { width: 17px; height: 17px; fill: #fff; flex: none; }
@media (max-width: 1080px) {
  .nav-inner { flex-wrap: wrap; justify-content: center; row-gap: 12px; }
  .nav-links { order: 3; width: 100%; }
  .nav-links a { font-size: 14px; padding: 7px 12px; }
  .logo img { width: 148px; }
}
@media (max-width: 480px) { .logo img { width: 124px; } .phone-pill { font-size: 16px; padding: 9px 16px; } }

/* ─── PAGE HEADER: sky band that ends on the grass line ─── */
header.hero, header.page-hero {
  position: relative; overflow: hidden; text-align: center;
  padding: 34px 24px 118px;
  background: linear-gradient(180deg, var(--sky) 0%, var(--sky-mid) 42%, var(--sky-low) 76%, var(--sky-pale) 100%);
}
header.hero::before, header.page-hero::before {
  content: ''; position: absolute; inset: -40% -30% 20% -30%; pointer-events: none;
  background: repeating-conic-gradient(from 0.6deg at 50% 30%,
    rgba(255,255,255,0.15) 0deg 3.2deg, rgba(255,255,255,0) 3.2deg 8.4deg);
  -webkit-mask-image: linear-gradient(180deg, #000 0%, #000 50%, transparent 92%);
  mask-image: linear-gradient(180deg, #000 0%, #000 50%, transparent 92%);
}
.hero-inner { position: relative; z-index: 3; max-width: 860px; margin: 0 auto; }
.page-scenery { position: absolute; left: 0; right: 0; bottom: 0; z-index: 2; line-height: 0; pointer-events: none; }
.page-scenery svg { display: block; width: 100%; height: auto; }

.eyebrow { display: inline-block; background: var(--gold); color: var(--purple); padding: 7px 18px; border-radius: 999px; font-family: 'Lilita One', cursive; font-size: 13px; letter-spacing: 0.08em; text-transform: uppercase; margin-bottom: 18px; box-shadow: 0 4px 0 var(--gold-deep); }
header.hero h1, header.page-hero h1 {
  font-family: 'Luckiest Guy', 'Lilita One', cursive; font-weight: 400;
  font-size: clamp(2.1rem, 5.6vw, 3.9rem); line-height: 1.02; letter-spacing: 0.01em;
  color: var(--gold); -webkit-text-stroke: 0.085em var(--purple-outline); paint-order: stroke fill;
  text-shadow: 0 0.028em 0 #2A0740, 0 0.056em 0 #2A0740, 0 0.084em 0 #26063A, 0 0.10em 0.03em rgba(0,0,0,0.35);
  margin-bottom: 16px;
}
header.hero h1 em, header.page-hero h1 em { font-style: normal; color: #fff; }
header.hero p, header.page-hero p { position: relative; color: #fff; font-size: 1.08rem; font-weight: 600; max-width: 620px; margin: 0 auto; text-shadow: 0 2px 4px rgba(20,10,40,0.35); }
header.hero p a, header.page-hero p a { color: var(--gold); font-weight: 700; }

/* ─── SECTIONS ─── */
section { max-width: 1200px; margin: 0 auto; padding: 56px 24px; }
section.tight { padding: 38px 24px; }
.cream-bg { background: var(--cream-deep); max-width: 100%; padding: 56px 24px; }
.cream-bg .inner { max-width: 1200px; margin: 0 auto; }
.section-header { text-align: center; max-width: 720px; margin: 0 auto 34px; }
.section-header h2 { font-family: 'Luckiest Guy', 'Lilita One', cursive; font-weight: 400; font-size: clamp(1.5rem, 3.6vw, 2.2rem); letter-spacing: 0.02em; color: var(--purple); margin-bottom: 12px; }
.section-header h2 em { font-style: normal; color: var(--red); }
.section-header p { color: rgba(43,27,61,0.75); }

/* Purple ribbon heading with folded tails */
.ribbon-head { position: relative; display: block; width: fit-content; max-width: 100%; margin: 0 auto 28px; background: var(--purple); color: #fff; font-family: 'Luckiest Guy', 'Lilita One', cursive; font-size: clamp(1.15rem, 2.7vw, 1.75rem); letter-spacing: 0.03em; text-transform: uppercase; text-align: center; padding: 12px 34px; border-radius: 9px; box-shadow: 0 6px 0 rgba(25,8,48,0.45); }
.ribbon-head .hl { color: var(--gold); }
.ribbon-head::before, .ribbon-head::after { content: ''; position: absolute; top: 50%; width: 30px; height: 76%; background: var(--purple-mid); transform: translateY(-50%); z-index: -1; }
.ribbon-head::before { left: -22px; clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 34% 50%); }
.ribbon-head::after { right: -22px; clip-path: polygon(0 0, 100% 0, 66% 50%, 100% 100%, 0 100%); }

/* ─── BUTTONS ─── */
.btn-primary, .btn-secondary {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  font-family: 'Luckiest Guy', 'Lilita One', cursive; letter-spacing: 0.03em; text-transform: uppercase;
  text-decoration: none; padding: 14px 30px; border-radius: 14px; font-size: 1.05rem;
  transition: transform 0.15s, box-shadow 0.15s; border: none; cursor: pointer;
}
.btn-primary { background: linear-gradient(180deg, var(--gold-btn-hi), var(--gold-btn)); color: var(--purple); box-shadow: 0 6px 0 var(--gold-deep); }
.btn-primary:hover { transform: translateY(2px); box-shadow: 0 4px 0 var(--gold-deep); }
.btn-secondary { background: var(--purple); color: #fff; box-shadow: 0 6px 0 rgba(25,8,48,0.5); }
.btn-secondary:hover { transform: translateY(2px); box-shadow: 0 4px 0 rgba(25,8,48,0.5); }
.hero-buttons { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

/* ─── CARDS / BADGES ─── */
.about-badges { display: grid; grid-template-columns: repeat(auto-fit, minmax(170px, 1fr)); gap: 16px; margin-top: 34px; }
.about-badge { background: #fff; border-radius: 16px; padding: 18px 16px; box-shadow: 0 5px 0 rgba(43,27,61,0.14); text-align: center; }
.about-badge strong { display: block; font-family: 'Lilita One', cursive; font-weight: 400; color: var(--purple); font-size: 1.05rem; letter-spacing: 0.02em; text-transform: uppercase; margin-bottom: 4px; }
.about-badge span { font-size: 13.5px; color: rgba(43,27,61,0.7); }

/* ─── TRUST BAR ─── */
.trust-bar { background: var(--purple-bar); max-width: 100%; padding: 26px 24px; }
.trust-inner { max-width: 1080px; margin: 0 auto; display: flex; align-items: center; justify-content: center; flex-wrap: wrap; }
.trust-item { display: flex; align-items: center; gap: 14px; padding: 8px 40px; color: #fff; font-family: 'Luckiest Guy', 'Lilita One', cursive; font-size: 1.15rem; line-height: 1.15; letter-spacing: 0.02em; text-transform: uppercase; }
.trust-item + .trust-item { border-left: 2px solid rgba(255,255,255,0.25); }
.trust-item svg { width: 40px; height: 40px; flex: none; }
@media (max-width: 780px) {
  .trust-inner { flex-direction: column; }
  .trust-item { padding: 12px 0; width: 100%; justify-content: center; }
  .trust-item + .trust-item { border-left: none; border-top: 2px solid rgba(255,255,255,0.25); }
}

/* ─── FORMS & WIDGETS ─── */
.delivery-widget, .weather-widget { background: #fff; border-radius: 18px; padding: 20px; box-shadow: 0 6px 0 rgba(43,27,61,0.14); max-width: 780px; margin: 0 auto; border: none; }
.delivery-form, .weather-form { display: flex; gap: 9px; }
.weather-form { margin-bottom: 16px; }
.delivery-form input, .weather-form input { flex: 1; min-width: 0; background: #fff; border: 2px solid #E3E0EA; border-radius: 10px; padding: 12px 14px; font-family: 'Baloo 2', sans-serif; font-size: 15px; color: var(--ink); }
.delivery-form input:focus, .weather-form input:focus { outline: none; border-color: var(--sky); }
.delivery-form button, .weather-form button { background: var(--red); color: #fff; border: none; padding: 12px 20px; border-radius: 10px; font-family: 'Lilita One', cursive; font-size: 14px; letter-spacing: 0.04em; text-transform: uppercase; cursor: pointer; box-shadow: 0 4px 0 var(--red-deep); white-space: nowrap; }
.delivery-form button:hover, .weather-form button:hover { transform: translateY(1px); box-shadow: 0 3px 0 var(--red-deep); }
.delivery-display { min-height: 0; display: flex; align-items: center; justify-content: center; text-align: center; }
.delivery-display:not(:empty) { margin-top: 12px; }
.delivery-hint { font-size: 14px; color: rgba(43,27,61,0.65); }
.delivery-error { color: var(--red-deep); font-size: 14px; font-weight: 600; }
.delivery-result { width: 100%; padding: 14px 16px; border-radius: 12px; text-align: left; }
.delivery-result.good { background: rgba(122,176,2,0.16); color: #4E7A00; }
.delivery-result.warn { background: rgba(253,208,5,0.20); color: #8A6100; }
.delivery-result.bad  { background: rgba(228,29,2,0.10); color: var(--red-deep); }
.delivery-headline { font-family: 'Lilita One', cursive; font-size: 1.2rem; margin-bottom: 3px; }
.delivery-sub { font-size: 14px; opacity: 0.9; line-height: 1.5; }

.weather-tabs { display: flex; gap: 8px; margin-bottom: 18px; }
.weather-tab { flex: 1; background: var(--cream); border: 2px solid var(--cream-deep); border-radius: 10px; padding: 10px 12px; font-family: 'Lilita One', cursive; font-size: 13px; letter-spacing: 0.03em; text-transform: uppercase; cursor: pointer; color: rgba(43,27,61,0.6); }
.weather-tab.active { background: var(--purple); color: #fff; border-color: var(--purple); }
.weather-display { min-height: 180px; display: flex; align-items: center; justify-content: center; color: rgba(43,27,61,0.6); }
.weather-loading { font-size: 14px; color: rgba(43,27,61,0.5); }
.weather-results { width: 100%; }
.weather-location { font-family: 'Lilita One', cursive; font-size: 1.2rem; color: var(--purple); }
.weather-sub { font-size: 13px; color: rgba(43,27,61,0.55); margin-bottom: 16px; }
.weather-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(100px, 1fr)); gap: 9px; }
.weather-day { background: var(--cream); border-radius: 12px; padding: 12px 8px; text-align: center; border: none; }
.weather-day-label { font-size: 10.5px; font-weight: 700; color: rgba(43,27,61,0.5); text-transform: uppercase; letter-spacing: 0.05em; margin-bottom: 4px; }
.weather-icon { font-size: 1.7rem; margin: 3px 0; }
.weather-temp { font-family: 'Lilita One', cursive; font-size: 1.05rem; color: var(--purple); }
.weather-rain { font-size: 10.5px; color: rgba(43,27,61,0.55); margin-top: 3px; }
.weather-verdict { margin-top: 14px; padding: 11px 15px; border-radius: 10px; font-size: 14px; font-weight: 600; }
.weather-verdict.good { background: rgba(122,176,2,0.16); color: #4E7A00; }
.weather-verdict.warn { background: rgba(253,208,5,0.20); color: #8A6100; }
.weather-verdict.bad { background: rgba(228,29,2,0.10); color: var(--red-deep); }
.weather-error { color: var(--red-deep); font-size: 14px; text-align: center; font-weight: 600; }

form.enquiry { background: #fff; padding: 28px; border-radius: 20px; border: none; box-shadow: 0 7px 0 rgba(43,27,61,0.14); max-width: 720px; margin: 0 auto; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-bottom: 14px; }
@media (max-width: 600px) { .form-row { grid-template-columns: 1fr; } }
.form-field { display: flex; flex-direction: column; }
.form-field label { font-family: 'Lilita One', cursive; font-size: 12.5px; color: var(--purple); margin-bottom: 6px; text-transform: uppercase; letter-spacing: 0.05em; }
.form-field input, .form-field select, .form-field textarea { background: #fff; border: 2px solid #E3E0EA; border-radius: 10px; padding: 12px 14px; font-family: 'Baloo 2', sans-serif; font-size: 15px; color: var(--ink); transition: border-color 0.2s; }
.form-field input:focus, .form-field select:focus, .form-field textarea:focus { outline: none; border-color: var(--sky); }
.form-field textarea { resize: vertical; min-height: 84px; }
.form-field.full { grid-column: 1 / -1; }
.submit-btn { width: 100%; background: linear-gradient(180deg, var(--gold-btn-hi), var(--gold-btn)); color: var(--purple); border: none; padding: 17px; border-radius: 14px; font-family: 'Luckiest Guy', 'Lilita One', cursive; letter-spacing: 0.03em; text-transform: uppercase; font-size: 1.05rem; cursor: pointer; margin-top: 8px; box-shadow: 0 6px 0 var(--gold-deep); transition: transform 0.15s, box-shadow 0.15s; }
.submit-btn:hover:not(:disabled) { transform: translateY(2px); box-shadow: 0 4px 0 var(--gold-deep); }
.submit-btn:disabled { opacity: 0.65; cursor: not-allowed; }
.form-note { text-align: center; margin-top: 14px; font-size: 13.5px; color: rgba(43,27,61,0.6); }
.quick-enquiry { display: inline-block; background: var(--gold); color: var(--purple); padding: 6px 14px; border-radius: 999px; font-family: 'Lilita One', cursive; font-size: 12px; letter-spacing: 0.08em; text-transform: uppercase; margin-bottom: 14px; }
.form-intro { text-align: center; margin-bottom: 26px; max-width: 720px; margin-left: auto; margin-right: auto; }
.form-intro p { color: rgba(43,27,61,0.75); }
.form-intro a { color: var(--purple); font-weight: 700; }

/* ─── FAQ ─── */
.faq-jump-nav { max-width: 820px; margin: 0 auto 26px; display: flex; flex-wrap: wrap; gap: 9px; justify-content: center; }
.faq-jump-nav a { background: #fff; border: none; color: var(--purple); padding: 9px 18px; border-radius: 999px; font-family: 'Lilita One', cursive; font-size: 13px; letter-spacing: 0.03em; text-transform: uppercase; text-decoration: none; box-shadow: 0 3px 0 rgba(43,27,61,0.14); transition: transform 0.15s; }
.faq-jump-nav a:hover { background: var(--gold); transform: translateY(1px); }
.faq-list { max-width: 820px; margin: 0 auto; }
.faq-item { background: #fff; border-radius: 14px; border: none; box-shadow: 0 4px 0 rgba(43,27,61,0.12); margin-bottom: 12px; overflow: hidden; }
.faq-question { padding: 17px 22px; font-weight: 700; cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 14px; font-size: 16px; user-select: none; color: var(--purple); }
.faq-question:hover { background: var(--cream); }
.faq-question::after { content: '+'; font-family: 'Lilita One', cursive; font-size: 1.6rem; color: var(--red); font-weight: 400; transition: transform 0.2s; flex: none; }
.faq-item.open .faq-question::after { transform: rotate(45deg); }
.faq-answer { padding: 0 22px; max-height: 0; overflow: hidden; transition: all 0.3s ease; color: rgba(43,27,61,0.82); font-size: 15px; }
.faq-item.open .faq-answer { padding: 0 22px 20px; max-height: 1400px; }
.faq-answer ul { margin: 10px 0; padding-left: 20px; }
.faq-answer li { margin-bottom: 6px; }
.faq-cat { font-family: 'Luckiest Guy', 'Lilita One', cursive; font-weight: 400; font-size: 1.3rem; letter-spacing: 0.02em; color: var(--purple); margin: 34px 0 16px; padding-top: 8px; }

/* ─── AREA TAGS ─── */
.area-tags { display: flex; flex-wrap: wrap; justify-content: center; gap: 9px; max-width: 760px; margin: 0 auto; }
.area-tags span { background: #fff; padding: 8px 16px; border-radius: 999px; font-size: 14px; font-weight: 700; color: var(--purple); box-shadow: 0 3px 0 rgba(43,27,61,0.12); }

/* ─── FOOTER ─── */
footer { background: var(--purple-foot); color: rgba(255,255,255,0.8); padding: 46px 24px 26px; position: relative; }
footer::before { content: ''; position: absolute; top: -12px; left: 0; right: 0; height: 12px; background: var(--purple-foot);
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='12'%3E%3Cpath d='M0 12 L12 0 L24 12 Z' fill='%23000'/%3E%3C/svg%3E") repeat-x bottom left / 24px 12px;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='12'%3E%3Cpath d='M0 12 L12 0 L24 12 Z' fill='%23000'/%3E%3C/svg%3E") repeat-x bottom left / 24px 12px; }
.footer-contact { max-width: 1080px; margin: 0 auto 34px; display: flex; align-items: center; justify-content: center; flex-wrap: wrap; }
.fc-item { display: flex; align-items: center; gap: 16px; padding: 10px 46px; text-decoration: none; }
.fc-item + .fc-item { border-left: 2px solid rgba(255,255,255,0.22); }
.fc-icon { flex: none; width: 56px; height: 56px; border-radius: 50%; background: var(--red-pill); display: flex; align-items: center; justify-content: center; box-shadow: 0 4px 0 var(--red-deep); }
.fc-icon svg { width: 27px; height: 27px; fill: #fff; }
.fc-label { font-family: 'Lilita One', cursive; font-size: 1.05rem; color: #fff; letter-spacing: 0.02em; line-height: 1.2; display: block; }
.fc-value { font-family: 'Luckiest Guy', 'Lilita One', cursive; font-size: 1.5rem; color: var(--gold); letter-spacing: 0.01em; line-height: 1.2; display: block; }
@media (max-width: 780px) {
  .footer-contact { flex-direction: column; gap: 22px; }
  .fc-item { padding: 0; }
  .fc-item + .fc-item { border-left: none; }
}
.footer-meta { max-width: 1080px; margin: 0 auto; border-top: 2px solid rgba(255,255,255,0.14); padding-top: 20px; display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 8px 22px; font-size: 14px; }
.footer-meta a { color: rgba(255,255,255,0.78); text-decoration: none; }
.footer-meta a:hover { color: var(--gold); }
.copyright { text-align: center; font-size: 13px; margin-top: 18px; color: rgba(255,255,255,0.55); border: none; }

/* ─── STICKY MOBILE BAR ─── */
.mobile-bar { display: none; position: fixed; left: 0; right: 0; bottom: 0; z-index: 200; background: var(--purple); box-shadow: 0 -4px 14px rgba(43,27,61,0.3); padding: 9px 10px calc(9px + env(safe-area-inset-bottom)); gap: 9px; }
.mobile-bar a { flex: 1; display: flex; align-items: center; justify-content: center; gap: 8px; padding: 13px 10px; border-radius: 12px; font-family: 'Lilita One', cursive; font-size: 15px; letter-spacing: 0.03em; text-transform: uppercase; text-decoration: none; }
.mobile-bar svg { width: 17px; height: 17px; flex: none; }
.mb-call { background: var(--red-pill); color: #fff; box-shadow: 0 3px 0 var(--red-deep); }
.mb-call svg { fill: #fff; }
.mb-book { background: var(--gold-btn); color: var(--purple); box-shadow: 0 3px 0 var(--gold-deep); }
.mb-book svg { fill: var(--purple); }
@media (max-width: 780px) {
  .mobile-bar { display: flex; }
  body { padding-bottom: 74px; }
}

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

/* ─── ABOUT PAGE ─── */
.about-section { background: var(--cream); max-width: 100%; padding: 54px 24px 60px; }
.about-inner { max-width: 780px; margin: 0 auto; text-align: center; }
.about-text p { color: rgba(43,27,61,0.85); font-size: 1.06rem; margin-bottom: 18px; }
