/* ============================================================
   Yalla Dawg Scoopers — Approved BRIGHT homepage theme
   Loaded ONLY on index.html, layered over styles.css.
   Bright green / yellow / cream / white / black. Fredoka + Nunito Sans.
   ============================================================ */
body.home {
  --g:#3f9b3a; --g-deep:#1f5c2e; --g-dark:#2e7d32; --g-soft:#eaf5e8;
  --y:#f4c542; --y-dark:#e0ad2a; --cream:#f7f3e8; --white:#fff; --ink:#1a1a1a; --muted:#5a5a5a;
  background:var(--cream); color:var(--ink);
  font-family:"Nunito Sans", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
}
body.home h1,body.home h2,body.home h3,body.home .display {
  font-family:"Fredoka", system-ui, sans-serif; color:var(--g-dark); letter-spacing:0; line-height:1.05;
}
body.home p{ color:#333; }
body.home .wrap{ max-width:1180px; }

/* buttons (override base) */
body.home .btn{ border-radius:14px; font-family:"Nunito Sans",sans-serif; font-weight:800; }
body.home .btn-gold{ background:var(--y); color:#3a2f00; box-shadow:0 4px 0 var(--y-dark); }
body.home .btn-gold:hover{ background:#ffd35a; transform:translateY(-1px); }
body.home .btn-green{ background:var(--g); color:#fff; box-shadow:0 4px 0 var(--g-deep); }
body.home .btn-green:hover{ background:#47ab41; }
body.home .btn-ghost{ background:#fff; color:var(--g-dark); border:2px solid var(--g); }
body.home .btn-ghost:hover{ background:var(--g-soft); color:var(--g-dark); }

/* announcement top bar */
.topbar{ background:var(--g-deep); color:#fff; font-size:.82rem; font-weight:700; }
.topbar .wrap{ display:flex; flex-wrap:wrap; gap:8px 22px; align-items:center; justify-content:space-between; padding:8px 20px; }
.topbar .tb-item{ display:inline-flex; align-items:center; gap:7px; }
.topbar svg{ width:16px; height:16px; color:var(--y); }

/* header */
body.home .site-header{ background:#fff; border-bottom:3px solid var(--g-soft); backdrop-filter:none; }
body.home .nav{ height:82px; }
body.home .brand{ gap:14px; color:var(--g-dark); }
.logo-card{ background:#161616; border-radius:14px; padding:6px; display:block; box-shadow:0 2px 8px rgba(0,0,0,.15); }
.logo-card img{ width:68px; height:auto; display:block; border-radius:8px; }
body.home .brand .brand-word{ font-family:"Fredoka",sans-serif; font-weight:700; font-size:1.24rem; line-height:1; color:var(--g-dark); }
body.home .brand .brand-word b{ color:var(--ink); }
body.home .brand small{ display:block; font-family:"Nunito Sans"; font-weight:700; font-size:.58rem; letter-spacing:.16em; text-transform:uppercase; color:var(--muted); }
body.home .brand .slogan-mini{ display:block; color:var(--y-dark); font-weight:800; font-size:.72rem; font-style:italic; }
body.home .nav-links a{ color:#26492b; font-weight:700; }
body.home .nav-links a:hover{ color:var(--g); }
body.home .nav-links a.nav-goose{ color:var(--g-dark); }
body.home .menu-toggle span{ background:var(--g-dark); }
body.home .mobile-nav{ background:#fff; border-top:1px solid var(--g-soft); }
body.home .mobile-nav a{ color:#26492b; font-weight:700; border-bottom:1px solid var(--g-soft); }

/* HERO */
.home-hero{ background:linear-gradient(180deg,#fbfaf3 0%, #eef6e6 100%); position:relative; overflow:hidden; }
.home-hero .wrap{ display:grid; gap:24px; align-items:center; padding:34px 20px 12px; }
@media(min-width:900px){ .home-hero .wrap{ grid-template-columns:1fr 1fr; padding-block:42px 18px; } }
.hero-eyebrow{ display:inline-flex; align-items:center; gap:8px; background:var(--g-soft); color:var(--g-dark); font-weight:800; font-size:.8rem; padding:6px 14px; border-radius:999px; }
.hero-h1{ margin:.4rem 0 .3rem; }
.hero-h1 .l1{ display:block; font-size:clamp(2.6rem,7vw,5rem); font-weight:700; color:var(--g); text-shadow:1px 2px 0 rgba(31,92,46,.15); }
.hero-h1 .l2{ display:block; font-size:clamp(1.3rem,3.4vw,2.3rem); font-weight:600; color:var(--ink); }
.hero-h1 .l1,.hero-h1 .l2,.home-hero .lead{ overflow-wrap:break-word; }
.home-hero .lead{ font-size:1.15rem; color:#333; max-width:46ch; }
.hero-cta{ display:flex; flex-wrap:wrap; gap:12px; margin-top:14px; }
.hero-benefit-row{ display:flex; flex-wrap:wrap; gap:8px; margin-top:16px; }
.hero-benefit-row span{ background:#fff; border:1px solid var(--g-soft); color:var(--g-dark); border-radius:999px; padding:8px 12px; font-weight:900; font-size:.86rem; box-shadow:0 4px 10px rgba(31,92,46,.08); }
.hero-media{ position:relative; text-align:center; display:flex; align-items:center; justify-content:center; }
.hero-media img{ width:100%; max-width:560px; height:auto; margin-inline:auto; filter:drop-shadow(0 18px 26px rgba(0,0,0,.22)); }
.hero-service-card{ width:min(100%,440px); min-height:clamp(260px,32vw,390px); background:#fff; border:2px solid var(--g-soft); border-radius:18px; padding:clamp(24px,4vw,38px); display:flex; flex-direction:column; align-items:center; justify-content:center; gap:22px; box-shadow:0 12px 28px rgba(31,92,46,.12); }
.hero-media .hero-service-card img{ width:clamp(118px,18vw,168px); height:auto; filter:none; box-shadow:none; border-radius:18px; }
.hero-service-card.has-bulldog{ width:min(100%,520px); min-height:clamp(350px,42vw,520px); padding:clamp(16px,3vw,26px); border:3px solid #dff0d4; background:linear-gradient(180deg,#fff 0%,#f5ffe9 100%); gap:12px; }
.hero-media .hero-service-card.has-bulldog img{ width:min(100%,390px)!important; max-width:390px!important; filter:drop-shadow(0 18px 18px rgba(31,92,46,.22)); border-radius:0; }
.hero-yard-badge{ align-self:flex-start; background:var(--y); color:#1f1f16; border-radius:999px; padding:7px 12px; font-weight:900; font-size:.82rem; box-shadow:0 5px 0 rgba(31,92,46,.08); }
.hero-service-list{ display:grid; gap:10px; width:min(100%,260px); }
.hero-service-card.has-bulldog .hero-service-list{ grid-template-columns:repeat(3,minmax(0,1fr)); width:100%; gap:8px; }
.hero-service-list span{ display:flex; align-items:center; justify-content:center; gap:8px; min-height:42px; padding:9px 12px; border-radius:999px; background:var(--g-soft); color:var(--g-dark); font-weight:900; }
.hero-service-list svg{ width:18px; height:18px; flex:none; color:var(--g); }
.service-emblem{ width:128px; height:128px; border-radius:50%; background:var(--g-soft); color:var(--g-dark); display:grid; place-items:center; }
.service-emblem svg{ width:70px; height:70px; }
.goose-emblem{ background:#fff7d8; color:#6b560b; border:3px solid var(--y); }
.hero-badges{ position:absolute; top:12px; right:0; background:var(--g-deep); color:#fff; border-radius:16px; padding:14px 16px; display:none; }
@media(min-width:1040px){ .hero-badges{ display:grid; gap:12px; } }
.hero-badges .hb{ display:flex; align-items:center; gap:10px; font-weight:800; font-size:.85rem; }
.hero-badges .hb svg{ width:20px; height:20px; color:var(--y); }

/* TRUST strip */
.trust-strip{ background:#fff; border-top:1px solid var(--g-soft); border-bottom:1px solid var(--g-soft); }
.trust-strip .wrap{ display:grid; gap:14px; padding:18px 20px; }
@media(min-width:760px){ .trust-strip .wrap{ grid-template-columns:repeat(auto-fit,minmax(150px,1fr)); } }
.trust-item{ display:flex; align-items:center; gap:10px; background:#fbfff7; border:1px solid var(--g-soft); border-radius:16px; padding:12px; }
.trust-item svg{ width:26px; height:26px; color:var(--g); flex:none; }
.trust-item b{ display:block; font-weight:800; color:var(--ink); font-size:.95rem; }
.trust-item span{ font-size:.82rem; color:var(--muted); }

/* generic bright section */
body.home section{ padding:clamp(40px,6vw,72px) 0; }
body.home .home-hero{ padding:0; }
.sec-head{ text-align:center; max-width:720px; margin:0 auto 8px; }
.sec-head .kicker{ color:var(--y-dark); font-weight:800; text-transform:uppercase; letter-spacing:.12em; font-size:.8rem; }
.paw-h2{ display:inline-flex; align-items:center; gap:10px; }
.paw-h2 svg{ width:26px; height:26px; color:var(--g); }

/* STORY */
.story{ background:#fff; }
.story .wrap{ display:grid; gap:26px; align-items:center; }
@media(min-width:820px){ .story .wrap{ grid-template-columns:minmax(280px,.82fr) 1.18fr; } }
.story-card{ background:var(--g-soft); border-radius:18px; padding:clamp(10px,2vw,14px); text-align:center; display:flex; align-items:center; justify-content:center; min-height:clamp(300px,34vw,410px); }
.story-card picture{ display:flex; align-items:center; justify-content:center; width:100%; }
.story-card img{ display:block; width:auto; max-width:min(100%,340px); max-height:380px; height:auto; margin-inline:auto; object-fit:contain; object-position:center; filter:none; box-shadow:none; }
.story-symbol-card{ display:flex; flex-direction:column; align-items:center; justify-content:center; gap:16px; color:var(--g-dark); padding:18px; min-height:230px; }
.story-symbol-card svg{ width:clamp(118px,18vw,170px); height:clamp(118px,18vw,170px); color:var(--g); filter:drop-shadow(0 8px 0 rgba(244,197,66,.45)); }
.story-symbol-card p{ margin:0; font-weight:900; color:var(--g-dark); font-size:1.05rem; }
.story h2{ color:var(--g-dark); }
.story-subheading{ color:var(--g); font-weight:800; font-size:1.15rem; margin-top:-.25rem; }
@media(max-width:819px){
  .story .wrap{ gap:18px; }
  .story-card{ max-width:390px; margin-inline:auto; min-height:auto; }
}

/* SERVICES */
.services{ background:var(--cream); }
.svc-grid{ display:grid; gap:18px; margin-top:26px; }
@media(min-width:640px){ .svc-grid{ grid-template-columns:repeat(2,1fr); } }
@media(min-width:1000px){ .svc-grid{ grid-template-columns:repeat(5,1fr); } }
.svc-grid-balanced{ max-width:980px; margin-inline:auto; }
@media(min-width:1000px){ .svc-grid.svc-grid-balanced{ grid-template-columns:repeat(3,minmax(0,1fr)); } }
.svc-card{ background:#fff; border:1px solid var(--g-soft); border-radius:18px; padding:22px 16px; text-align:center; box-shadow:0 3px 10px rgba(0,0,0,.04); transition:transform .15s; }
.svc-card:hover{ transform:translateY(-3px); }
.svc-ic{ width:64px; height:64px; border-radius:50%; background:var(--y); display:grid; place-items:center; margin:0 auto 12px; }
.svc-ic svg{ width:34px; height:34px; color:#1a1a1a; }
.svc-card h3{ font-size:1rem; color:var(--g-dark); margin:.2rem 0; text-transform:uppercase; letter-spacing:.02em; }
.svc-card p{ font-size:.86rem; color:var(--muted); margin:0; }
.svc-card.goose .svc-ic{ background:var(--g); } .svc-card.goose .svc-ic svg{ color:#fff; }

/* Reusable brand illustration marks */
.yd-ill{ width:58px; height:58px; border-radius:18px; background:var(--g-soft); color:var(--g-dark); border:2px solid rgba(63,155,58,.16); display:inline-grid; place-items:center; flex:none; }
.yd-ill svg{ width:32px; height:32px; display:block; }
.yd-ill--gold{ background:var(--y); color:#1a1a1a; border-color:rgba(224,173,42,.38); }
.yd-ill--green{ background:var(--g); color:#fff; border-color:var(--g); }
.yd-ill--white{ background:#fff; color:var(--g-dark); border-color:var(--g-soft); }
.yd-ill--small{ width:46px; height:46px; border-radius:14px; }
.yd-ill--small svg{ width:26px; height:26px; }
.yd-ill--hero{ width:104px; height:104px; border-radius:28px; margin-inline:auto; }
.yd-ill--hero svg{ width:62px; height:62px; }
.card .yd-ill,.plan .yd-ill{ margin-bottom:14px; }
.svc-card .yd-ill{ margin:0 auto 12px; }
.zipbox .yd-ill{ margin-bottom:12px; }
.step-ill{ width:72px; height:72px; margin:0 auto 12px; border-radius:22px; background:#fff; color:var(--g-dark); border:2px solid var(--g-soft); display:grid; place-items:center; position:relative; }
.step-ill svg{ width:34px; height:34px; }
.step-ill span{ position:absolute; top:-10px; right:-10px; width:30px; height:30px; border-radius:50%; background:var(--g); color:#fff; display:grid; place-items:center; font-family:"Fredoka",sans-serif; font-weight:700; font-size:.95rem; }
.faq-heading-icon{ margin:0 auto 14px; }
@media(max-width:520px){
  .yd-ill{ width:52px; height:52px; border-radius:16px; }
  .yd-ill svg{ width:29px; height:29px; }
  .step-ill{ width:66px; height:66px; }
}

/* COMMUNITY strip */
.community{ background:#fff; }
.comm-band{ background:var(--g-deep); color:#fff; border-radius:20px; padding:18px; display:grid; gap:12px; margin-top:8px; }
@media(min-width:760px){ .comm-band{ grid-template-columns:1.1fr repeat(5,1fr); align-items:center; } }
.comm-lead{ font-family:"Fredoka",sans-serif; font-weight:600; }
.comm-lead .cities{ display:block; font-family:"Nunito Sans"; font-weight:700; font-size:.9rem; color:#dff3d8; margin-top:4px; }
.comm-band img{ width:100%; height:92px; object-fit:cover; border-radius:12px; }
.comm-tile{ min-height:92px; border-radius:12px; background:#fff; color:var(--g-dark); display:flex; align-items:center; justify-content:center; text-align:center; padding:12px; font-weight:900; box-shadow:inset 0 0 0 3px rgba(244,197,66,.42); }

/* how it works quick */
.how-grid{ display:grid; gap:16px; margin-top:24px; }
@media(min-width:720px){ .how-grid{ grid-template-columns:repeat(4,1fr); } }
.how-step{ background:#fff; border-radius:16px; padding:20px; border:1px solid var(--g-soft); text-align:center; }
.how-step .n{ width:44px; height:44px; border-radius:50%; background:var(--g); color:#fff; font-family:"Fredoka"; font-weight:700; font-size:1.3rem; display:grid; place-items:center; margin:0 auto 10px; }

/* footer tagline band */
.tagline-band{ background:var(--cream); border-top:3px solid var(--g-soft); text-align:center; padding:22px 20px; }
.tagline-band strong{ font-family:"Fredoka"; color:var(--g-dark); font-size:clamp(1.1rem,3vw,1.6rem); }
.tagline-band .slog{ color:var(--y-dark); font-style:italic; font-weight:800; }

body.home .site-footer{ background:var(--g-deep); }
body.home .site-footer h4{ color:#fff; }
body.home .site-footer a{ color:#e7f4e2; }
body.home .sticky-cta{ background:var(--g-deep); }

.disclaim{ font-size:.8rem; color:var(--muted); text-align:center; max-width:760px; margin:16px auto 0; }

/* ===== Sitewide rollout: remap base tokens + tame dark sections so every page matches ===== */
body.home{ --green:#3f9b3a; --green-dark:#2e7d32; --green-soft:#eaf5e8; --gold-dark:#e0ad2a; }
body.home .hero{ background:linear-gradient(180deg,#fbfaf3,#eef6e6)!important; color:var(--ink); }
body.home .hero h1,body.home .hero .lead,body.home .hero p{ color:var(--ink)!important; }
body.home .hero .eyebrow{ color:var(--g-dark)!important; }
body.home .hero .btn-ghost{ color:var(--g-dark)!important; border-color:var(--g)!important; background:#fff!important; }
body.home .bg-charcoal{ background:var(--g-deep)!important; color:#fff; }
body.home .bg-charcoal .eyebrow{ color:var(--y)!important; }
body.home .cta-final{ background:var(--g-deep)!important; }
body.home .cta-final h2,body.home .cta-final p{ color:#fff!important; }
body.home .trust{ background:var(--g-deep)!important; }
body.home .bg-green{ background:var(--g)!important; }
body.home .offer{ background:linear-gradient(90deg,var(--y),var(--y-dark))!important; }
body.home .plan.featured{ border-color:var(--g)!important; }
body.home .eyebrow{ color:var(--y-dark); }
body.home .badge,body.home .pill{ background:var(--g-soft); color:var(--g-dark); }
body.home .standards li{ color:var(--ink); }
body.home h1,body.home h2,body.home h3{ font-family:"Fredoka",sans-serif; }
body.home .nav-links a[aria-current="page"]{ color:var(--g); border-bottom:3px solid var(--y); padding-bottom:2px; }
body.home .zipbox,body.home .card,body.home .plan{ border-color:var(--g-soft); }
body.home input:focus,body.home select:focus,body.home textarea:focus{ outline-color:var(--g); border-color:var(--g); }
body.home .choice input:checked + label{ border-color:var(--g); background:var(--g-soft); }

/* Subtle local-pride accent (footer) */
.us-flag-note{ display:flex; align-items:center; gap:8px; color:#e7f4e2; font-weight:800; font-size:.82rem; margin-top:10px; }
.us-flag{ width:26px; height:auto; border-radius:2px; box-shadow:0 0 0 1px rgba(255,255,255,.35); flex:none; }

/* Real photo treatments (animal/property presence) */
.story-photo{ width:100%; height:auto; display:block; border-radius:16px; }
.story-photo-cap{ margin-top:8px; font-weight:800; color:var(--g-dark); font-size:.9rem; text-align:center; }
.hero-service-card.has-photo{ padding:0; overflow:hidden; }
.hero-service-card.has-photo picture{ display:block; }
.hero-service-card.has-photo .hero-photo{ display:block; width:100%; aspect-ratio:4/3; object-fit:cover; }
.hero-service-card.has-photo .hero-service-list{ padding:14px 16px 16px; }
.goose-property-panel{ width:min(100%,520px); background:#fff; border:3px solid var(--g-soft); border-radius:18px; padding:18px; box-shadow:0 12px 28px rgba(31,92,46,.12); }
.goose-panel-top{ display:flex; justify-content:space-between; gap:12px; align-items:center; color:var(--g-dark); font-weight:900; margin-bottom:14px; }
.goose-panel-top span{ background:var(--y); color:#1f1f16; border-radius:999px; padding:7px 12px; font-size:.8rem; }
.goose-panel-top strong{ font-family:"Fredoka",sans-serif; font-size:1.25rem; }
.goose-property-map{ position:relative; min-height:250px; border-radius:16px; overflow:hidden; background:linear-gradient(180deg,#edf8e5 0%,#dff0d4 100%); border:1px solid var(--g-soft); }
.goose-map-path{ position:absolute; left:-8%; top:54%; width:116%; height:42px; background:#fff7d8; border-top:3px solid rgba(31,92,46,.18); border-bottom:3px solid rgba(31,92,46,.18); transform:rotate(-10deg); }
.goose-map-water{ position:absolute; right:-20px; bottom:-18px; width:52%; height:98px; border-radius:70% 0 0 0; background:#cfe9ff; border:3px solid rgba(31,92,46,.16); }
.goose-zone{ position:absolute; z-index:1; display:inline-flex; align-items:center; justify-content:center; min-height:38px; padding:8px 12px; border-radius:999px; background:#fff; color:var(--g-dark); border:2px solid var(--g-soft); font-weight:900; font-size:.84rem; box-shadow:0 5px 14px rgba(31,92,46,.1); }
.zone-hoa{ left:18px; top:22px; }
.zone-path{ left:34%; top:104px; }
.zone-pond{ right:18px; bottom:32px; }
.zone-play{ left:22px; bottom:28px; }
.goose-panel-list{ display:grid; gap:8px; grid-template-columns:repeat(3,minmax(0,1fr)); margin-top:12px; }
.goose-panel-list span{ display:grid; place-items:center; min-height:42px; border-radius:14px; background:var(--g-soft); color:var(--g-dark); font-weight:900; font-size:.82rem; text-align:center; padding:8px; }
.property-cred{ background:#fff; }
.property-cred-grid{ display:grid; gap:22px; align-items:center; }
@media(min-width:820px){ .property-cred-grid{ grid-template-columns:.9fr 1.1fr; } }
.property-photo-row{ display:grid; gap:14px; grid-template-columns:repeat(2,minmax(0,1fr)); }
.property-photo-row picture{ display:block; overflow:hidden; border-radius:18px; border:1px solid var(--g-soft); box-shadow:0 8px 20px rgba(0,0,0,.08); background:#fff; }
.property-photo-row img{ display:block; width:100%; height:100%; min-height:190px; object-fit:cover; }
.photo-frame{ border-radius:18px; overflow:hidden; background:#fff; box-shadow:0 8px 20px rgba(0,0,0,.08); border:1px solid var(--g-soft); }
.photo-frame img{ display:block; width:100%; height:auto; }
.photo-wide img{ aspect-ratio:24/9; object-fit:cover; }
.market-context-strip{ display:grid; gap:24px; align-items:center; max-width:1080px; margin-inline:auto; }
@media(min-width:860px){ .market-context-strip{ grid-template-columns:.95fr 1.05fr; } .market-context-strip--reverse .market-context-photo{ order:2; } }
.market-context-photo img{ width:100%; aspect-ratio:16/9; object-fit:cover; }
.market-context-copy{ display:grid; gap:12px; }
.market-context-copy h2,.market-context-copy h3{ color:var(--g-dark); margin:0; }
.market-context-copy .kicker{ color:var(--y-dark); font-weight:800; text-transform:uppercase; letter-spacing:.12em; font-size:.8rem; margin:0; }
.market-context-pills{ display:flex; flex-wrap:wrap; gap:10px; margin-top:4px; }
.goose-context-section{ background:#fff; }
.offer-page-wrap{ max-width:980px; display:grid; gap:22px; }
.offer-panel{ background:linear-gradient(135deg,#fff 0%,#f8fcf5 100%); border:2px solid var(--g-soft); border-radius:18px; padding:clamp(24px,4vw,38px); box-shadow:0 8px 22px rgba(31,92,46,.08); }
.offer-panel h2{ margin:.35rem 0 .75rem; color:var(--g-dark); }
.offer-detail-grid{ display:grid; gap:18px; }
@media(min-width:820px){ .offer-detail-grid{ grid-template-columns:1.15fr .85fr; } }
.offer-detail{ background:#fff; border:1px solid var(--g-soft); border-radius:18px; padding:22px; box-shadow:0 3px 12px rgba(0,0,0,.04); }
.offer-detail h3{ margin-top:0; color:var(--g-dark); }
.offer-detail li{ margin:.45rem 0; }
.offer-disclaimer{ background:#fff; border:1px solid var(--g-soft); border-radius:14px; padding:14px 16px; }

/* Goose no-photo property-cleanup system */
.goose-page .home-hero .lead{ max-width:52ch; }
.goose-operations-section{ background:#fff; }
.goose-operations-panel{ display:grid; gap:22px; align-items:center; background:linear-gradient(135deg,#fff 0%,#f4fbef 100%); border:2px solid var(--g-soft); border-radius:22px; padding:clamp(22px,4vw,34px); box-shadow:0 10px 26px rgba(31,92,46,.08); }
@media(min-width:900px){ .goose-operations-panel{ grid-template-columns:.9fr 1.1fr; } }
.goose-operations-panel .kicker{ color:var(--y-dark); font-weight:800; text-transform:uppercase; letter-spacing:.12em; font-size:.8rem; }
.goose-ops-checklist{ display:grid; gap:10px; margin-top:18px; }
@media(min-width:640px){ .goose-ops-checklist{ grid-template-columns:repeat(2,minmax(0,1fr)); } }
.goose-ops-checklist span{ display:flex; align-items:center; min-height:46px; border-radius:14px; background:#fff; border:1px solid var(--g-soft); color:var(--g-dark); font-weight:900; padding:10px 12px; }
.goose-ops-checklist span::before{ content:""; width:11px; height:11px; border-radius:50%; background:var(--y); box-shadow:0 0 0 4px #fff7d8; margin-right:10px; flex:none; }
.goose-dashboard{ background:#fff; border:3px solid var(--g-soft); border-radius:18px; padding:18px; box-shadow:0 12px 28px rgba(31,92,46,.1); }
.goose-dashboard-head{ display:flex; justify-content:space-between; gap:12px; align-items:center; color:var(--g-dark); font-weight:900; margin-bottom:14px; }
.goose-dashboard-head span{ background:var(--y); color:#1f1f16; border-radius:999px; padding:7px 12px; font-size:.8rem; }
.goose-dashboard-head strong{ font-family:"Fredoka",sans-serif; font-size:1.2rem; }
.goose-dashboard-grid{ display:grid; gap:10px; }
@media(min-width:640px){ .goose-dashboard-grid{ grid-template-columns:repeat(2,minmax(0,1fr)); } }
.goose-dashboard-card{ min-height:108px; border:1px solid var(--g-soft); border-radius:16px; background:linear-gradient(180deg,#f8fff2 0%,#fff 100%); padding:14px; display:flex; flex-direction:column; justify-content:center; }
.goose-dashboard-card b{ color:var(--g-dark); text-transform:uppercase; font-size:.9rem; letter-spacing:.02em; }
.goose-dashboard-card small{ color:var(--muted); font-size:.85rem; line-height:1.35; margin-top:6px; }
.goose-report-panel{ display:grid; grid-template-columns:auto 1fr; gap:12px; align-items:center; margin-top:12px; border-radius:16px; background:#fff7d8; border:1px solid #f0d568; padding:14px; color:#4b3b00; }
.goose-report-panel p{ margin:4px 0 0; color:#5b5130; font-size:.9rem; }
.goose-quote-section{ background:var(--cream); }
.goose-factor-grid{ display:grid; gap:16px; margin-top:30px; }
@media(min-width:860px){ .goose-factor-grid{ grid-template-columns:repeat(3,minmax(0,1fr)); } }
.goose-factor-card{ position:relative; background:#fff; border:2px solid var(--g-soft); border-radius:18px; padding:22px 18px; box-shadow:0 8px 22px rgba(31,92,46,.08); }
.goose-factor-card .yd-ill{ margin:10px 0 14px; }
.goose-factor-card h3{ color:var(--g-dark); margin:0 0 8px; text-transform:uppercase; letter-spacing:.02em; font-size:1rem; }
.factor-tag{ display:inline-flex; align-items:center; min-height:28px; border-radius:999px; background:var(--g-dark); color:#fff; font-weight:900; font-size:.76rem; padding:6px 10px; }
.goose-process-section{ background:linear-gradient(180deg,#fff 0%,#f6fbf1 100%); }
.goose-timeline{ position:relative; display:grid; gap:16px; margin-top:28px; }
@media(min-width:980px){
  .goose-timeline{ grid-template-columns:repeat(4,minmax(0,1fr)); }
  .goose-timeline::before{ content:""; position:absolute; left:calc(12.5% + 18px); right:calc(12.5% + 18px); top:36px; height:3px; border-radius:999px; background:var(--g-soft); }
}
.goose-timeline-card{ position:relative; z-index:1; background:#fff; border:2px solid var(--g-soft); border-radius:18px; padding:22px 18px; min-height:230px; box-shadow:0 8px 20px rgba(31,92,46,.08); }
.goose-timeline-card::before{ content:""; display:block; width:19px; height:19px; border-radius:50%; background:var(--y); border:4px solid #fff; box-shadow:0 0 0 3px var(--g-soft); margin-bottom:14px; }
.goose-timeline-card h3{ color:var(--g-dark); font-size:1rem; margin:0 0 10px; text-transform:uppercase; letter-spacing:.02em; }
.goose-timeline-card p{ color:var(--muted); font-size:.9rem; line-height:1.35; margin:0; }
.goose-final-cta{ padding:clamp(30px,5vw,46px) 20px; }
.goose-final-actions{ margin-top:16px; display:flex; flex-wrap:wrap; gap:10px; justify-content:center; }

/* Commercial no-photo visual system */
.commercial-hero-badges{ display:flex; flex-wrap:wrap; gap:8px; margin-top:16px; }
.commercial-hero-badges span{ background:#fff; border:1px solid var(--g-soft); border-radius:999px; color:var(--g-dark); font-weight:900; font-size:.84rem; padding:8px 12px; box-shadow:0 4px 12px rgba(31,92,46,.08); }
.commercial-dashboard{ width:min(100%,540px); background:#fff; border:3px solid var(--g-soft); border-radius:18px; padding:18px; box-shadow:0 12px 28px rgba(31,92,46,.12); }
.commercial-dashboard-head{ display:flex; justify-content:space-between; gap:12px; align-items:center; color:var(--g-dark); font-weight:900; margin-bottom:14px; }
.commercial-dashboard-head span{ background:var(--y); color:#1f1f16; border-radius:999px; padding:7px 12px; font-size:.8rem; }
.commercial-dashboard-head strong{ font-family:"Fredoka",sans-serif; font-size:1.25rem; }
.commercial-map{ position:relative; min-height:286px; border-radius:16px; overflow:hidden; background:linear-gradient(180deg,#f8fff2 0%,#e5f3dd 100%); border:1px solid var(--g-soft); }
.commercial-map::before{ content:""; position:absolute; inset:22px; border:2px dashed rgba(46,125,50,.18); border-radius:22px; }
.commercial-map::after{ content:""; position:absolute; left:8%; right:8%; top:50%; height:46px; transform:rotate(-7deg); background:#fff7d8; border-top:3px solid rgba(31,92,46,.14); border-bottom:3px solid rgba(31,92,46,.14); }
.map-chip{ position:absolute; z-index:2; display:inline-flex; align-items:center; justify-content:center; min-height:38px; padding:8px 12px; border-radius:999px; background:#fff; border:2px solid var(--g-soft); color:var(--g-dark); font-weight:900; font-size:.82rem; box-shadow:0 6px 16px rgba(31,92,46,.12); }
.map-common{ left:22px; top:26px; }
.map-stations{ right:22px; top:34px; }
.map-paths{ left:35%; top:118px; }
.map-play{ left:22px; bottom:30px; }
.map-pond{ right:20px; bottom:34px; }
.map-line{ position:absolute; z-index:1; height:4px; border-radius:999px; background:rgba(46,125,50,.22); transform-origin:left center; }
.map-line-a{ left:104px; top:76px; width:286px; transform:rotate(11deg); }
.map-line-b{ left:112px; bottom:72px; width:310px; transform:rotate(-9deg); }
.map-node{ position:absolute; z-index:1; width:18px; height:18px; border-radius:50%; background:var(--g); box-shadow:0 0 0 7px rgba(63,155,58,.14); }
.map-node-a{ left:28%; top:34%; }
.map-node-b{ right:24%; top:42%; }
.map-node-c{ left:48%; bottom:24%; }
.commercial-panel-grid{ display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:8px; margin-top:12px; }
.commercial-panel-grid span{ min-height:42px; border-radius:14px; background:var(--g-soft); color:var(--g-dark); display:grid; place-items:center; text-align:center; font-weight:900; font-size:.82rem; padding:8px; }
.commercial-trust-section{ background:#fff; }
.commercial-trust-panel{ display:grid; gap:22px; align-items:center; background:linear-gradient(135deg,#fff 0%,#f4fbef 100%); border:2px solid var(--g-soft); border-radius:22px; padding:clamp(22px,4vw,34px); box-shadow:0 10px 26px rgba(31,92,46,.08); }
@media(min-width:860px){ .commercial-trust-panel{ grid-template-columns:.86fr 1.14fr; } }
.commercial-trust-list{ display:grid; gap:10px; }
@media(min-width:640px){ .commercial-trust-list{ grid-template-columns:repeat(2,minmax(0,1fr)); } }
.commercial-trust-list span{ display:flex; align-items:center; min-height:48px; border-radius:14px; background:#fff; border:1px solid var(--g-soft); color:var(--g-dark); font-weight:900; padding:10px 12px; }
.commercial-trust-list span::before{ content:""; width:12px; height:12px; border-radius:50%; background:var(--y); box-shadow:0 0 0 4px #fff7d8; margin-right:10px; flex:none; }
.commercial-zone-grid{ display:grid; gap:16px; margin-top:28px; }
@media(min-width:640px){ .commercial-zone-grid{ grid-template-columns:repeat(2,minmax(0,1fr)); } }
@media(min-width:1040px){ .commercial-zone-grid{ grid-template-columns:repeat(4,minmax(0,1fr)); } }
/* capability section: 6 cards balance better as 3-up on desktop */
@media(min-width:1040px){ .commercial-zone-grid.capability-grid{ grid-template-columns:repeat(3,minmax(0,1fr)); } }
.capability-grid .commercial-zone-card{ min-height:0; }
.commercial-zone-card{ background:#fff; border:1px solid var(--g-soft); border-radius:18px; padding:20px 16px; min-height:196px; box-shadow:0 3px 12px rgba(0,0,0,.04); }
.commercial-zone-card h3{ color:var(--g-dark); font-size:1rem; margin:.2rem 0 .35rem; text-transform:uppercase; letter-spacing:.02em; }
.commercial-zone-card p{ color:var(--muted); font-size:.9rem; margin:0; }
.commercial-properties{ background:#fff; }
.commercial-selector-section{ background:#fff; }
.commercial-profile-grid{ display:grid; gap:16px; margin-top:28px; }
@media(min-width:900px){ .commercial-profile-grid{ grid-template-columns:repeat(3,minmax(0,1fr)); } }
.commercial-profile-card{ display:flex; flex-direction:column; align-items:flex-start; min-height:315px; background:linear-gradient(180deg,#fff 0%,#f8fcf5 100%); border:2px solid var(--g-soft); border-radius:18px; padding:22px; box-shadow:0 8px 22px rgba(31,92,46,.08); }
.commercial-profile-card h3{ margin:.1rem 0 .45rem; color:var(--g-dark); font-size:1.18rem; text-transform:uppercase; letter-spacing:.02em; }
.commercial-profile-card p{ color:var(--muted); margin:0 0 14px; font-size:.94rem; }
.selector-icon{ width:58px; height:58px; display:grid; place-items:center; border-radius:16px; background:var(--g-soft); color:var(--g-dark); margin-bottom:14px; box-shadow:inset 0 0 0 2px rgba(46,125,50,.08); }
.selector-icon svg{ width:30px; height:30px; }
.selector-icon--gold{ background:#fff3b6; color:#665400; }
.selector-icon--green{ background:#e1f1da; color:var(--g-dark); }
.intake-hints{ display:flex; flex-wrap:wrap; gap:8px; margin:2px 0 18px; }
.intake-hints span{ display:inline-flex; align-items:center; min-height:30px; border-radius:999px; background:#fff; border:1px solid var(--g-soft); color:var(--g-dark); font-weight:900; font-size:.78rem; padding:6px 10px; }
.commercial-profile-card .btn{ width:100%; justify-content:center; margin-top:auto; }
.commercial-process{ background:linear-gradient(180deg,#f6fbf1 0%,#fff 100%); }
.commercial-timeline{ position:relative; display:grid; gap:16px; margin-top:28px; }
@media(min-width:980px){
  .commercial-timeline{ grid-template-columns:repeat(4,minmax(0,1fr)); }
  .commercial-timeline::before{ content:""; position:absolute; left:calc(12.5% + 18px); right:calc(12.5% + 18px); top:37px; height:3px; border-radius:999px; background:var(--g-soft); }
}
.commercial-timeline-card{ position:relative; z-index:1; background:#fff; border:2px solid var(--g-soft); border-radius:18px; padding:22px 18px; min-height:250px; box-shadow:0 8px 20px rgba(31,92,46,.08); }
.commercial-timeline-card::before{ content:""; display:block; width:19px; height:19px; border-radius:50%; background:var(--y); border:4px solid #fff; box-shadow:0 0 0 3px var(--g-soft); margin-bottom:14px; }
.phase-tag{ display:inline-flex; align-items:center; min-height:28px; border-radius:999px; background:var(--g-dark); color:#fff; font-weight:900; font-size:.78rem; padding:6px 10px; margin-bottom:10px; }
.commercial-timeline-card h3{ color:var(--g-dark); font-size:1rem; margin:0 0 10px; text-transform:uppercase; letter-spacing:.02em; }
.commercial-timeline-card ul{ list-style:none; padding:0; margin:0; display:grid; gap:8px; }
.commercial-timeline-card li{ display:flex; gap:8px; color:var(--muted); font-size:.9rem; line-height:1.32; }
.commercial-timeline-card li::before{ content:""; width:8px; height:8px; border-radius:50%; background:var(--g); flex:0 0 auto; margin-top:.42em; }

/* Service Areas interactive map */
.service-area-hero .wrap{ padding-bottom:42px; }
.service-area-h1{ color:var(--g); font-family:"Fredoka",sans-serif; font-size:clamp(2.25rem,5.6vw,4.35rem); line-height:.98; margin:.45rem 0 .45rem; text-shadow:1px 2px 0 rgba(31,92,46,.12); overflow-wrap:break-word; }
.service-map-card{ width:min(100%,620px); background:#fff; border:3px solid var(--g-soft); border-radius:18px; padding:14px; box-shadow:0 12px 28px rgba(31,92,46,.12); }
.service-area-map{ width:100%; height:clamp(360px,42vw,500px); min-height:360px; border-radius:14px; overflow:hidden; background:#eaf5e8; border:1px solid var(--g-soft); }
.service-area-map .leaflet-control-attribution{ font-size:.68rem; }
.service-area-map--fallback{ display:grid; place-items:center; padding:18px; }
.map-fallback{ color:var(--g-dark); font-weight:900; text-align:center; max-width:32ch; }
.service-map-legend{ display:flex; flex-wrap:wrap; gap:8px; margin-top:12px; }
.service-map-legend span{ display:inline-flex; align-items:center; gap:8px; min-height:34px; border:1px solid var(--g-soft); border-radius:999px; background:#fff; color:var(--g-dark); font-weight:900; font-size:.78rem; padding:7px 10px; }
.service-map-legend i{ width:14px; height:14px; border-radius:50%; flex:none; display:inline-block; }
.legend-primary{ background:#3f9b3a; box-shadow:0 0 0 5px rgba(63,155,58,.18); }
.legend-route{ background:var(--y); box-shadow:0 0 0 5px rgba(249,204,61,.24); }
.legend-expansion{ background:#fff; border:2px dashed var(--g); }
.service-map-disclaimer{ color:var(--muted); font-size:.82rem; line-height:1.35; margin:12px 0 2px; }
.service-zip-section{ background:#fff; }
.service-zip-grid{ display:grid; gap:22px; align-items:center; }
@media(min-width:820px){ .service-zip-grid{ grid-template-columns:1fr 1fr; } }
.service-area-card-grid{ display:grid; gap:18px; margin-top:30px; }
@media(min-width:720px){ .service-area-card-grid{ grid-template-columns:repeat(2,minmax(0,1fr)); } }
@media(min-width:1080px){ .service-area-card-grid{ grid-template-columns:repeat(3,minmax(0,1fr)); } }
.service-area-card{ display:flex; flex-direction:column; text-decoration:none; color:inherit; min-height:250px; }
.service-area-card h3{ color:var(--g-dark); margin:.55rem 0 .35rem; }
.service-area-card strong{ color:var(--g-dark); margin-top:auto; }
.route-status{ align-self:flex-start; border-radius:999px; font-weight:900; font-size:.76rem; padding:7px 10px; }
.route-status.primary{ background:var(--g-soft); color:var(--g-dark); }
.route-status.route{ background:#fff4c8; color:#715900; }
.route-status.expansion{ background:#fff; color:var(--g-dark); border:1px dashed var(--g); }
.service-coverage-section{ background:#fff; }
.service-coverage-panel{ display:grid; gap:22px; align-items:start; background:linear-gradient(135deg,#fff 0%,#f4fbef 100%); border:2px solid var(--g-soft); border-radius:22px; padding:clamp(22px,4vw,34px); box-shadow:0 10px 26px rgba(31,92,46,.08); }
@media(min-width:980px){ .service-coverage-panel{ grid-template-columns:.75fr 1.25fr; } }
.coverage-step-grid{ display:grid; gap:12px; }
@media(min-width:720px){ .coverage-step-grid{ grid-template-columns:repeat(2,minmax(0,1fr)); } }
.coverage-step{ background:#fff; border:1px solid var(--g-soft); border-radius:16px; padding:16px; }
.coverage-step span{ display:inline-flex; border-radius:999px; background:var(--g-dark); color:#fff; font-weight:900; font-size:.76rem; padding:6px 9px; margin-bottom:10px; }
.coverage-step h3{ color:var(--g-dark); font-size:1rem; margin:0 0 6px; text-transform:uppercase; letter-spacing:.02em; }
.coverage-step p{ color:var(--muted); font-size:.9rem; margin:0; }
@media(max-width:640px){
  body.home{ overflow-x:hidden; }
  body.home .nav{ gap:8px; }
  body.home .nav-cta .btn{ display:none; }
  body.home .brand{ min-width:0; }
  body.home .nav{ height:76px; }
  .logo-card img{ width:58px; }
  body.home .brand .brand-word{ font-size:1.06rem; }
  body.home .brand .slogan-mini{ font-size:.66rem; }
  .home-hero .wrap > div,.hero-h1,.home-hero .lead,.hero-cta,.hero-benefit-row,.hero-eyebrow{ width:100%; max-width:calc(100vw - 40px); }
  .hero-eyebrow{ display:block; white-space:normal; line-height:1.25; }
  .hero-eyebrow svg{ display:inline-block; vertical-align:-3px; margin-right:8px; }
  .hero-h1 .l1{ font-size:clamp(2.15rem,12vw,3.25rem); }
  .hero-h1 .l2{ font-size:clamp(1.08rem,6vw,1.45rem); }
  .hero-cta .btn{ width:100%; justify-content:center; }
  .commercial-dashboard-head{ align-items:flex-start; flex-direction:column; }
  .commercial-panel-grid,.hero-service-card.has-bulldog .hero-service-list,.goose-panel-list{ grid-template-columns:1fr; }
  .commercial-map{ min-height:340px; }
  .commercial-page .tagline-band{ padding-bottom:92px; }
  .service-area-h1{ font-size:clamp(2.05rem,10.5vw,3.1rem); }
  .service-map-card{ padding:10px; }
  .service-area-map{ height:380px; min-height:380px; }
  .service-map-legend{ display:grid; grid-template-columns:1fr; }
  .service-area-page .zip-form{ grid-template-columns:1fr; }
  .service-area-page .zip-form .btn,.service-area-page .cta-final .btn{ width:100%; justify-content:center; }
  body.service-area-page{ padding-bottom:0; }
  .service-area-page .sticky-cta{ display:none; }
  .service-area-page .cta-final{ padding-bottom:56px; }
  .map-common{ left:16px; top:24px; }
  .map-stations{ right:16px; top:88px; }
  .map-paths{ left:18px; top:154px; }
  .map-play{ left:16px; bottom:82px; }
  .map-pond{ right:16px; bottom:28px; }
  .map-line-a,.map-line-b{ width:220px; }
  .goose-panel-top{ align-items:flex-start; flex-direction:column; }
  .goose-dashboard-head{ align-items:flex-start; flex-direction:column; }
  .goose-report-panel{ grid-template-columns:1fr; }
  .goose-final-actions .btn{ width:100%; justify-content:center; }
  .goose-page .tagline-band{ padding-bottom:96px; }
  .property-photo-row{ grid-template-columns:1fr; }
  .photo-wide img{ aspect-ratio:16/9; }
}

/* Homepage customer access band */
.access-card{ display:flex; flex-direction:column; text-align:center; align-items:center; gap:8px; }
.access-card .yd-ill{ margin:0 auto; }
.access-card h3{ margin:.2rem 0 0; }
.access-card p{ margin:0; }
.access-card .btn{ margin-top:auto; }

/* Story card: real photo stacks above its caption, centred in the card */
.story-card{ flex-direction:column; gap:10px; }
.story-card .story-photo-cap{ margin-top:0; max-width:34ch; }

/* Real YDS bulldog hero photograph (replaces illustrated mascot) */
.hero-service-card.has-bulldog picture{ display:block; width:100%; }
.hero-media .hero-service-card.has-bulldog img.hero-photo-yds{
  width:100%!important; max-width:100%!important; height:auto;
  aspect-ratio:4/3; object-fit:cover; object-position:50% 44%;
  border-radius:14px; filter:none; box-shadow:0 10px 24px rgba(31,92,46,.20);
}
/* Mobile: keep the photo from dominating the first screen */
@media(max-width:430px){
  .home-hero .wrap{ padding-top:18px; gap:16px; }
  .hero-service-card.has-bulldog{ min-height:0; padding:12px; gap:10px; }
  .hero-media .hero-service-card.has-bulldog img.hero-photo-yds{ aspect-ratio:16/10; object-position:50% 40%; }
  .hero-service-card.has-bulldog .hero-service-list{ gap:6px; }
  .hero-service-card.has-bulldog .hero-service-list span{ min-height:36px; padding:7px 8px; font-size:.78rem; }
  .home-hero .lead{ font-size:1rem; }
}
