/* =========================================================
   ROOT / BRAND VARIABLES (FROM LOGO)
   ========================================================= */
:root{
  /* surfaces */
  --paper:#ffffff;
  --bg:#fafafa;

  /* text */
  --ink:#111111;
  --muted:#6b6b6b;

  /* lines */
  --line:rgba(17,17,17,.12);

  /* brand */
  --brand:#FDBE5B;     /* honey gold */
  --brand2:#F4A942;    /* deeper gold */
  --brandInk:#111111;
  --brandSoft:rgba(253,190,91,.18);

  /* UI */
  --radius:18px;
  --shadow:0 18px 60px rgba(0,0,0,.10);
  --max:1060px;
}

/* =========================================================
   RESET / BASE
   ========================================================= */
*{ box-sizing:border-box; }
html{ -webkit-text-size-adjust:100%; }

body{
  margin:0;
  font:16px/1.55 system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
  color:var(--ink);
  background:
    radial-gradient(900px 420px at 15% 0%, rgba(253,190,91,.18), transparent 60%),
    var(--bg);
}

a{ color:inherit; text-decoration:none; }
a:hover{ text-decoration:underline; }

.container{
  max-width:var(--max);
  margin:0 auto;
  padding:0 18px;
}

.skip{
  position:absolute;
  left:-999px;
}
.skip:focus{
  left:18px;
  top:18px;
  background:#fff;
  padding:10px 12px;
  border-radius:12px;
  border:1px solid var(--line);
  z-index:999;
}

/* =========================================================
   HEADER / NAV
   ========================================================= */
.topbar{
  position:sticky;
  top:0;
  z-index:50;
  backdrop-filter:blur(10px);
  background:rgba(250,250,250,.92);
  border-bottom:1px solid var(--line);
}

.nav{
  display:flex;
  align-items:center;
  justify-content:space-between;
  min-height:92px; /* breathing room */
}

.brand{
  display:flex;
  align-items:center;
  gap:12px;
}

/* REAL LOGO IMAGE (HEADER) */
.logo-img{
  width:180px;
  height:180px;
  object-fit:contain;
  display:block;
  padding:6px;
  background:#fff;
  border-radius:50%;
  border:3px solid var(--brand);
  box-shadow:0 6px 18px rgba(244,169,66,.35);
}

.brand strong{
  letter-spacing:.2px;
  font-size:18px;
  line-height:1.1;
}

.brand span{
  display:block;
  font-size:12px;
  color:var(--muted);
  margin-top:2px;
}

.navlinks{
  display:flex;
  gap:14px;
  align-items:center;
}

.navlinks a{
  padding:10px 12px;
  border-radius:12px;
  color:var(--ink);
}

.navlinks a[aria-current="page"]{
  background:var(--brandSoft);
  border:1px solid rgba(244,169,66,.45);
  text-decoration:none;
}

/* =========================================================
   BUTTONS
   ========================================================= */
.cta{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  padding:12px 16px;
  border-radius:14px;
  border:1px solid var(--line);
  background:#fff;
  font-weight:600;
}

.cta.primary{
  color:var(--brandInk);
  background:linear-gradient(135deg, var(--brand), var(--brand2));
  border:1px solid rgba(0,0,0,.18);
  box-shadow:0 12px 30px rgba(244,169,66,.35);
}

.cta.primary:hover{
  filter:brightness(1.05);
}

/* =========================================================
   HERO
   ========================================================= */
.hero{
  padding:44px 0 10px;
}

.heroGrid{
  display:grid;
  grid-template-columns:1.15fr .85fr;
  gap:20px;
}

.card{
  background:var(--paper);
  border:1px solid var(--line);
  border-radius:var(--radius);
  box-shadow:var(--shadow);
}

.heroMain{
  padding:28px;
}

.badge{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:8px 10px;
  border-radius:999px;
  border:1px solid var(--line);
  background:#fff;
  font-size:13px;
}

.badgeDot{
  width:8px;
  height:8px;
  border-radius:50%;
  background:var(--brand);
}

h1{
  margin:14px 0 10px;
  font-size:clamp(28px,4vw,42px);
  line-height:1.1;
}

.lede{
  color:var(--muted);
  max-width:62ch;
}

.heroActions{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  margin-top:16px;
}

/* =========================================================
   SIDE PANEL
   ========================================================= */
.heroPanel{
  padding:22px;
}

.panelTitle{
  font-weight:700;
}

.panelP{
  color:var(--muted);
}

.panelList{
  display:grid;
  gap:10px;
  margin-top:10px;
}

.panelItem{
  display:flex;
  gap:10px;
  padding:10px 12px;
  border-radius:14px;
  border:1px solid var(--line);
  background:#fafafa;
}

.icon{
  width:28px;
  height:28px;
  border-radius:10px;
  background:var(--brandSoft);
  border:1px solid rgba(244,169,66,.45);
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight:700;
}

/* =========================================================
   SECTIONS / GRIDS
   ========================================================= */
.section{
  padding:24px 0;
}

.sectionHeader{
  display:flex;
  justify-content:space-between;
  align-items:flex-end;
  gap:14px;
  margin-bottom:14px;
}

.sectionHeader h2{
  margin:0;
}

.grid3{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:14px;
}

.feature{
  padding:18px;
}

.feature h3{
  margin:10px 0 6px;
}

.feature p{
  color:var(--muted);
  margin:0;
}

.split{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:14px;
}
/* =========================================================
   ABOUT SECTION (TEXT + IMAGE)
   ========================================================= */
.about-card{
  padding:22px;
}

.about-grid{
  display:grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 22px;
  align-items: start;
}

.about-text h1{
  margin:0 0 8px;
}

.about-text .lede{
  margin: 0 0 12px;
}

.about-image img{
  width:100%;
  height:auto;
  display:block;
  border-radius:16px;
  box-shadow: 0 18px 40px rgba(0,0,0,.18);
  object-fit: cover;
}

/* Mobile */
@media (max-width:900px){
  .about-grid{
    grid-template-columns: 1fr;
  }

  .about-image{
    order: 2; /* image drops below text */
  }
}

/* =========================================================
   TRUST / MEMBERSHIP BADGES (replaces old service cards)
   ========================================================= */
.trust-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:18px;
  align-items:center;
}

.trust-card{
  background:#fff;
  border:1px solid var(--line);
  border-radius:16px;
  padding:18px;
  display:flex;
  align-items:center;
  justify-content:center;
  box-shadow:var(--shadow);
}

.trust-card img{
  max-width:100%;
  max-height:80px;
  object-fit:contain;
}
/* =========================================================
   TESTIMONIALS
   ========================================================= */
.testimonials-head{
  margin-bottom: 14px;
}

.testimonials-grid{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 12px;
}

.t-card{
  margin:0;
  padding:16px;
  border:1px solid var(--line);
  border-radius:16px;
  background: #fff;
  box-shadow: 0 12px 34px rgba(0,0,0,.08);
  position: relative;
}

.t-card blockquote{
  margin:0;
  color: var(--ink);
  font-size: 14px;
  line-height: 1.55;
}

.t-card blockquote::before{
  content:"“";
  position:absolute;
  top:10px;
  left:12px;
  font-size: 42px;
  line-height: 1;
  color: rgba(253,190,91,.45); /* honey */
}

.t-card figcaption{
  margin-top: 10px;
  font-weight: 700;
  font-size: 13px;
  color: rgba(17,17,17,.72);
}

.testimonials-actions{
  display:flex;
  gap:12px;
  justify-content:flex-end;
  align-items:center;
  flex-wrap:wrap;
  margin-top: 16px;
  padding-top: 14px;
  border-top: 1px solid var(--line);
}

/* Responsive */
@media (max-width: 900px){
  .testimonials-grid{
    grid-template-columns: 1fr;
  }

  .testimonials-actions{
    justify-content:flex-start;
  }
}

/* =========================================================
   FORMS
   ========================================================= */
.form{
  display:grid;
  gap:10px;
}

.input{
  width:100%;
  padding:12px;
  border-radius:14px;
  border:1px solid var(--line);
  font:inherit;
}

textarea.input{
  min-height:140px;
  resize:vertical;
}

/* =========================================================
   BOOKING EMBED
   ========================================================= */
.embedWrap{
  overflow:hidden;
  border-radius:var(--radius);
  border:1px solid var(--line);
  background:#fff;
}

.embedWrap iframe{
  width:100%;
  height:720px;
  border:0;
}

/* =========================================================
   DEFAULT FOOTER (if used elsewhere)
   ========================================================= */
.footer{
  margin-top:24px;
  padding:28px 0 36px;
  border-top:1px solid var(--line);
}

.footerGrid{
  display:grid;
  grid-template-columns:1.2fr .8fr;
  gap:14px;
}

.small{
  font-size:13px;
  color:var(--muted);
}

.hr{
  height:1px;
  background:var(--line);
  margin:16px 0;
}

/* =========================================================
   BUSYBEE FOOTER (warm charcoal + hours + map)
   ========================================================= */
.bb-footer{
  margin-top: 28px;
  background:#1b1a17; /* warm charcoal */
  color:#f5f5f5;
}

.bb-footer a{ color:#f5f5f5; }
.bb-footer a:hover{ color: var(--brand); text-decoration: underline; }

.bb-footer-inner{
  display:grid;
  grid-template-columns: 1fr 1.2fr 1.4fr;
  gap: 28px;
  padding: 28px 0;
  align-items: start;
}

/* Left: social + logo */
.bb-footer-left{
  display:flex;
  flex-direction: column;
  gap: 18px;
}

.bb-social{
  display:flex;
  gap: 10px;
  align-items:center;
}

.bb-social-btn{
  width: 30px;
  height: 30px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius: 10px;
  border: 1px solid rgba(255,255,255,.18);
  background: rgba(255,255,255,.06);
  text-decoration:none !important;
}

.bb-social-btn:hover{
  background: rgba(253,190,91,.15);
  border-color: rgba(253,190,91,.45);
}

.bb-social-btn svg{
  width: 18px;
  height: 18px;
  fill: currentColor;
}

.bb-footer-logo img{
  width: 170px;
  max-width: 100%;
  height: auto;
  display:block;
  filter: drop-shadow(0 10px 24px rgba(0,0,0,.35));
}

/* Middle: Hours */
.bb-footer-hours h3{
  margin:0 0 12px;
  font-size: 26px;
  letter-spacing: .2px;
}

.bb-hours-grid{
  display:grid;
  grid-template-columns: 1fr auto;
  gap: 8px 18px;
  align-items: baseline;
  font-size: 13px;
  font-weight: 600;
}

.bb-time{ text-align:right; }

.bb-hours-notes{
  margin-top: 10px;
  font-size: 12px;
  color: rgba(255,255,255,.78);
}
.bb-hours-notes p{ margin: 6px 0 0; }

/* Right: Map */
.bb-map-wrap{
  border-radius: 16px;
  overflow:hidden;
  border: 1px solid rgba(255,255,255,.16);
  background: rgba(255,255,255,.04);
}

.bb-map-wrap iframe{
  width:100% !important;
  height: 210px !important;
  border:0 !important;
  display:block;
}

/* Bottom bar */
.bb-footer-bottom{
  border-top: 1px solid rgba(253,190,91,.25);
  padding: 14px 0;
}

.bb-footer-bottom-inner{
  display:flex;
  gap: 18px;
  align-items:flex-end;
  justify-content: space-between;
  flex-wrap: wrap;
}

.bb-contact{
  font-size: 12px;
  line-height: 1.35;
  color: rgba(255,255,255,.86);
}
.bb-contact a{ color: rgba(255,255,255,.92); }

.bb-copy{
  font-size: 12px;
  color: rgba(255,255,255,.60);
}

/* =========================================================
   MOBILE / RESPONSIVE
   ========================================================= */
.burger{ display:none; }

@media (max-width:900px){
  /* layout stacks */
  .heroGrid{ grid-template-columns:1fr; }
  .grid3{ grid-template-columns:1fr; }
  .split{ grid-template-columns:1fr; }
  .navlinks{ display:none; }

  /* header sizing */
  .nav{ min-height:84px; }
  .logo-img{ width:60px; height:60px; }

  /* burger menu */
  .burger{
    display:inline-flex;
    padding:10px 12px;
    border-radius:12px;
    border:1px solid var(--line);
    background:#fff;
    cursor:pointer;
  }
  .navlinks.open{
    display:flex;
    flex-direction:column;
    gap:6px;
    padding:10px 0 16px;
  }

  /* trust grid */
  .trust-grid{
    grid-template-columns:repeat(2,1fr);
  }
  .trust-card img{
    max-height:70px;
  }

  /* footer stacks */
  .bb-footer-inner{
    grid-template-columns: 1fr;
  }
  .bb-footer-logo img{
    width: 160px;
  }
  .bb-map-wrap iframe{
    height: 260px !important;
  }
  .bb-time{
    text-align:left;
  }
}

@media (max-width:520px){
  .trust-grid{
    grid-template-columns:1fr;
  }
  .trust-card img{
    max-height:64px;
  }
}
/* =========================================================
   BUSYBEE FOOTER (warm charcoal + hours + map)
   ========================================================= */
.bb-footer{
  margin-top: 28px;
  background:#1b1a17; /* warm charcoal */
  color:#f5f5f5;
}

.bb-footer a{ color:#f5f5f5; }
.bb-footer a:hover{ color: var(--brand); text-decoration: underline; }

.bb-footer-inner{
  display:grid;
  grid-template-columns: 1fr 1.2fr 1.4fr;
  gap: 28px;
  padding: 28px 0;
  align-items: start;
}

/* Left: social + logo */
.bb-footer-left{
  display:flex;
  flex-direction: column;
  gap: 18px;
}

.bb-social{
  display:flex;
  gap: 10px;
  align-items:center;
}

.bb-social-btn{
  width: 30px;
  height: 30px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius: 10px;
  border: 1px solid rgba(255,255,255,.18);
  background: rgba(255,255,255,.06);
  text-decoration:none !important;
}

.bb-social-btn:hover{
  background: rgba(253,190,91,.15);
  border-color: rgba(253,190,91,.45);
}

.bb-social-btn svg{
  width: 18px;
  height: 18px;
  fill: currentColor;
}

.bb-footer-logo img{
  width: 170px;
  max-width: 100%;
  height: auto;
  display:block;
  filter: drop-shadow(0 10px 24px rgba(0,0,0,.35));
}

/* Middle: Hours */
.bb-footer-hours h3{
  margin:0 0 12px;
  font-size: 26px;
  letter-spacing: .2px;
}

.bb-hours-grid{
  display:grid;
  grid-template-columns: 1fr auto;
  gap: 8px 18px;
  align-items: baseline;
  font-size: 13px;
  font-weight: 600;
}

.bb-day{ color:#f5f5f5; }
.bb-time{ text-align:right; color:#f5f5f5; }

.bb-hours-notes{
  margin-top: 10px;
  font-size: 12px;
  color: rgba(255,255,255,.78);
}
.bb-hours-notes p{ margin: 6px 0 0; }

/* Right: Map */
.bb-map-wrap{
  border-radius: 16px;
  overflow:hidden;
  border: 1px solid rgba(255,255,255,.16);
  background: rgba(255,255,255,.04);
}

.bb-map-wrap iframe{
  width:100% !important;
  height: 210px !important;
  border:0 !important;
  display:block;
}

/* Bottom bar */
.bb-footer-bottom{
  border-top: 1px solid rgba(253,190,91,.25);
  padding: 14px 0;
}

.bb-footer-bottom-inner{
  display:flex;
  gap: 18px;
  align-items:flex-end;
  justify-content: space-between;
  flex-wrap: wrap;
}

.bb-contact{
  font-size: 12px;
  line-height: 1.35;
  color: rgba(255,255,255,.86);
}
.bb-contact a{ color: rgba(255,255,255,.92); }

.bb-copy{
  font-size: 12px;
  color: rgba(255,255,255,.60);
}

/* Responsive */
@media (max-width: 900px){
  .bb-footer-inner{
    grid-template-columns: 1fr;
  }

  .bb-footer-logo img{
    width: 160px;
  }

  .bb-map-wrap iframe{
    height: 260px !important;
  }

  .bb-time{
    text-align:left;
  }
}

/* =========================================================
   SERVICES (2-column text blocks like screenshot)
   ========================================================= */
.services-grid{
  display:grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px 28px;
}

.service{
  display:flex;
  gap: 14px;
  align-items:flex-start;
  padding: 18px;
  border-radius: 16px;
  border: 1px solid var(--line);
  background: #fff;
  box-shadow: 0 12px 34px rgba(0,0,0,.08);
}

.service h3{
  margin: 0 0 6px;
}

.service p{
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
}

.service-icon{
  width: 44px;
  height: 44px;
  border-radius: 14px;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size: 22px;
  background: var(--brandSoft);
  border: 1px solid rgba(244,169,66,.45);
  flex: 0 0 44px;
}

/* Mobile */
@media (max-width: 900px){
  .services-grid{
    grid-template-columns: 1fr;
  }
}
