/*
  Junk2Go cartoon brand enhancement layer
  Visual/content-only additions. No booking, pricing, upload, coupon,
  payment, API, PHP, or JavaScript logic is changed by this stylesheet.
*/

body.j2g-cartoon-enhanced{
  --j2g-deep:#04351f;
  --j2g-deeper:#032719;
  --j2g-cream:#fbfaf5;
  --j2g-lime:#86c440;
  --j2g-soft-green:#eff8ee;
  background:#fff;
}

/* Dark branded navigation, while preserving the existing menu behaviour. */
body.j2g-cartoon-enhanced header.site-header{
  background:rgba(3,39,25,.96);
  border-bottom-color:rgba(255,255,255,.09);
  box-shadow:0 14px 34px rgba(2,24,15,.24);
}
body.j2g-cartoon-enhanced .brand img{
  filter:drop-shadow(0 10px 18px rgba(0,0,0,.22));
}
body.j2g-cartoon-enhanced .nav{
  background:rgba(255,255,255,.07);
  border-color:rgba(255,255,255,.10);
  box-shadow:none;
}
body.j2g-cartoon-enhanced .nav a{color:#e8f5ec}
body.j2g-cartoon-enhanced .nav a:hover,
body.j2g-cartoon-enhanced .nav .active{
  color:#fff;
  background:rgba(134,196,64,.18);
  border-color:rgba(134,196,64,.34);
  box-shadow:none;
}
body.j2g-cartoon-enhanced .header-actions .btn-outline{
  color:#fff;
  background:rgba(255,255,255,.08);
  border-color:rgba(255,255,255,.24);
  box-shadow:none;
}
body.j2g-cartoon-enhanced .mobile-toggle{
  color:#fff;
  background:rgba(255,255,255,.10);
  border-color:rgba(255,255,255,.22);
}

/* Homepage hero */
.j2g-home-hero{
  padding:64px 0 42px;
  background:
    radial-gradient(circle at 88% 16%,rgba(134,196,64,.22),transparent 30%),
    linear-gradient(135deg,#fff 0%,#f8fbf7 58%,#eef7ed 100%);
  border-bottom:1px solid rgba(15,23,42,.07);
}
.j2g-home-hero::before,
.j2g-home-hero::after{pointer-events:none}
.j2g-home-hero .hero-grid{align-items:stretch}
.j2g-hero-copy{position:relative;z-index:2;align-self:center}
.j2g-eyebrow{
  display:inline-flex;
  align-items:center;
  gap:10px;
  margin:0 0 14px;
  color:var(--brand-700);
  font-size:13px;
  font-weight:900;
  letter-spacing:.12em;
  text-transform:uppercase;
}
.j2g-eyebrow::before{
  content:"";
  width:38px;
  height:4px;
  border-radius:999px;
  background:linear-gradient(90deg,var(--brand-600),var(--j2g-lime));
}
.j2g-home-hero h1{
  max-width:14ch;
  font-size:clamp(42px,5.4vw,70px);
  line-height:1.02;
}
.j2g-hero-lead{
  max-width:63ch;
  margin-top:16px;
  color:var(--muted);
  font-size:18px;
}
.j2g-hero-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:18px}
.j2g-hero-card{
  position:relative;
  min-height:500px;
  overflow:hidden;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  padding:24px 24px 18px;
  background:
    radial-gradient(circle at 68% 24%,rgba(134,196,64,.34),transparent 35%),
    linear-gradient(160deg,#fdfcf8 0%,#eef7ed 100%);
  border-color:rgba(11,107,42,.20);
}
.j2g-hero-card::before{
  content:"";
  position:absolute;
  inset:auto -80px -100px auto;
  width:330px;
  height:330px;
  border-radius:50%;
  background:rgba(15,143,59,.10);
}
.j2g-hero-card__top{position:relative;z-index:2}
.j2g-hero-card__logo{width:190px;max-width:58%;filter:drop-shadow(0 10px 18px rgba(2,6,23,.14))}
.j2g-hero-card__tagline{margin-top:8px;font-weight:850;color:#174c2a}
.j2g-hero-truck{
  position:relative;
  z-index:1;
  width:min(650px,110%);
  max-width:none;
  align-self:center;
  margin:-2px -10% -6px 0;
  filter:drop-shadow(0 24px 34px rgba(2,38,23,.25));
}
.j2g-hero-card .badge{position:relative;z-index:3;background:rgba(255,255,255,.88)}

.j2g-trust-strip{
  position:relative;
  z-index:3;
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:0;
  margin-top:28px;
  padding:8px;
  border:1px solid rgba(15,23,42,.10);
  border-radius:20px;
  background:rgba(255,255,255,.95);
  box-shadow:0 18px 42px rgba(2,6,23,.09);
}
.j2g-trust-item{
  min-height:86px;
  display:grid;
  grid-template-columns:42px 1fr;
  gap:11px;
  align-items:center;
  padding:13px 15px;
  border-right:1px solid rgba(15,23,42,.08);
}
.j2g-trust-item:last-child{border-right:0}
.j2g-trust-icon{
  width:42px;height:42px;border-radius:14px;
  display:grid;place-items:center;
  background:rgba(34,197,94,.12);
  color:var(--brand-700);
  font-size:21px;
  font-weight:900;
}
.j2g-trust-item strong{display:block;font-size:14px;line-height:1.25}
.j2g-trust-item span{display:block;margin-top:4px;color:var(--muted);font-size:12px;line-height:1.35}

/* Photo upload and visual helper sections */
.j2g-photo-layout{
  display:grid;
  grid-template-columns:minmax(0,1fr) 330px;
  gap:24px;
  align-items:center;
  padding:24px;
  overflow:hidden;
  background:linear-gradient(135deg,#fff 0%,#f2f9f1 100%);
}
.j2g-photo-content{position:relative;z-index:2}
.j2g-photo-mascot{
  width:min(330px,100%);
  justify-self:center;
  align-self:end;
  margin-bottom:-24px;
  filter:drop-shadow(0 20px 28px rgba(2,38,23,.20));
}
.j2g-section-head-mascot{
  width:150px;
  max-height:150px;
  object-fit:contain;
  object-position:bottom;
  margin:-38px 8px -18px auto;
  filter:drop-shadow(0 14px 22px rgba(2,38,23,.16));
}

/* Stronger service cards without changing their links or behaviour. */
body.j2g-cartoon-enhanced #services .card,
body.j2g-cartoon-enhanced #remove .card,
body.j2g-cartoon-enhanced #service-areas .card,
body.j2g-cartoon-enhanced #how .card{
  transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease;
}
body.j2g-cartoon-enhanced #services .card:hover,
body.j2g-cartoon-enhanced #remove .card:hover,
body.j2g-cartoon-enhanced #service-areas .card:hover,
body.j2g-cartoon-enhanced #how .card:hover{
  transform:translateY(-3px);
  border-color:rgba(15,143,59,.28);
  box-shadow:0 18px 40px rgba(2,38,23,.11);
}

/* Added confidence/about section on the home page. */
.j2g-confidence{
  position:relative;
  overflow:hidden;
  color:#fff;
  background:
    radial-gradient(circle at 84% 14%,rgba(134,196,64,.24),transparent 32%),
    linear-gradient(135deg,var(--j2g-deeper),#07522f);
}
.j2g-confidence .section-head h2,
.j2g-confidence .section-head p{color:#fff}
.j2g-confidence .section-head p{opacity:.86}
.j2g-confidence-grid{
  display:grid;
  grid-template-columns:minmax(0,1.1fr) minmax(320px,.9fr);
  gap:28px;
  align-items:center;
}
.j2g-confidence-points{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:13px;
}
.j2g-confidence-point{
  padding:16px;
  border:1px solid rgba(255,255,255,.13);
  border-radius:16px;
  background:rgba(255,255,255,.07);
}
.j2g-confidence-point strong{display:block;color:#fff}
.j2g-confidence-point p{margin:6px 0 0;color:rgba(255,255,255,.78);font-size:13px}
.j2g-confidence-visual{
  position:relative;
  min-height:350px;
  border:1px solid rgba(255,255,255,.12);
  border-radius:22px;
  background:rgba(255,255,255,.06);
  overflow:hidden;
}
.j2g-confidence-visual img{
  position:absolute;
  inset:auto 0 0 0;
  width:100%;
  max-height:350px;
  object-fit:contain;
  object-position:center bottom;
  filter:drop-shadow(0 25px 35px rgba(0,0,0,.28));
}
.j2g-confidence-visual__label{
  position:absolute;
  z-index:2;
  left:18px;top:18px;
  max-width:240px;
  padding:12px 14px;
  border-radius:14px;
  color:#153d27;
  background:rgba(255,255,255,.93);
  box-shadow:0 12px 26px rgba(0,0,0,.16);
  font-weight:800;
}

/* Homepage process cards use the same mascot in distinct working poses. */
body.j2g-cartoon-enhanced #how .grid .card{
  position:relative;
  min-height:178px;
  padding-right:124px;
  overflow:hidden;
}
body.j2g-cartoon-enhanced #how .grid .card::after{
  content:"";
  position:absolute;
  right:-12px;
  bottom:-18px;
  width:132px;
  height:152px;
  background-position:center bottom;
  background-repeat:no-repeat;
  background-size:contain;
  filter:drop-shadow(0 12px 18px rgba(2,38,23,.14));
}
body.j2g-cartoon-enhanced #how .grid .card:nth-child(1)::after{background-image:url('/assets/images/mascot/mascot-phone.webp')}
body.j2g-cartoon-enhanced #how .grid .card:nth-child(2)::after{background-image:url('/assets/images/mascot/mascot-quote.webp')}
body.j2g-cartoon-enhanced #how .grid .card:nth-child(3)::after{background-image:url('/assets/images/mascot/mascot-truck.webp');width:175px}
body.j2g-cartoon-enhanced #how .grid .card:nth-child(4)::after{background-image:url('/assets/images/mascot/mascot-thumb.webp')}

.j2g-service-area-visual{
  margin-top:18px;
  padding:18px 22px 0;
  border:1px solid rgba(15,23,42,.10);
  border-radius:20px;
  background:linear-gradient(135deg,#eff8ee,#fff);
  overflow:hidden;
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(290px,.8fr);
  gap:20px;
  align-items:center;
}
.j2g-service-area-visual img{
  width:100%;
  align-self:end;
  filter:drop-shadow(0 18px 25px rgba(2,38,23,.18));
}

.j2g-contact-mascot{
  width:230px;
  margin:18px auto -18px;
  filter:drop-shadow(0 16px 24px rgba(2,38,23,.18));
}

/* Generic customer-facing SEO/internal pages. */
body.j2g-cartoon-enhanced .seo-hero{
  background:
    radial-gradient(circle at 90% 18%,rgba(134,196,64,.25),transparent 30%),
    linear-gradient(135deg,#fff 0%,#f3faf2 64%,#fff8ee 100%);
}
body.j2g-cartoon-enhanced .seo-hero-panel{
  position:relative;
  min-height:280px;
  padding-right:188px;
  overflow:hidden;
  background:rgba(255,255,255,.93);
}
body.j2g-cartoon-enhanced .seo-hero-panel::after{
  content:"";
  position:absolute;
  right:-18px;
  bottom:-20px;
  width:210px;
  height:245px;
  background:url('/assets/images/mascot/mascot-welcome.webp') center bottom/contain no-repeat;
  filter:drop-shadow(0 18px 24px rgba(2,38,23,.18));
  pointer-events:none;
}
body.j2g-cartoon-enhanced .seo-cta{
  position:relative;
  overflow:hidden;
  padding-right:210px;
}
body.j2g-cartoon-enhanced .seo-cta::after{
  content:"";
  position:absolute;
  right:18px;
  bottom:-24px;
  width:176px;
  height:205px;
  background:url('/assets/images/mascot/mascot-phone.webp') center bottom/contain no-repeat;
  pointer-events:none;
}
body.j2g-cartoon-enhanced .seo-card{transition:transform .16s ease,box-shadow .16s ease}
body.j2g-cartoon-enhanced .seo-card:hover{transform:translateY(-2px);box-shadow:0 18px 40px rgba(2,38,23,.10)}

/* Expanded About page */
.j2g-about-main{padding-bottom:58px}
.j2g-about-hero{
  margin-top:28px;
  display:grid;
  grid-template-columns:minmax(0,1.05fr) minmax(330px,.95fr);
  gap:26px;
  align-items:center;
  border:1px solid rgba(15,23,42,.10);
  border-radius:24px;
  overflow:hidden;
  background:
    radial-gradient(circle at 88% 15%,rgba(134,196,64,.28),transparent 33%),
    linear-gradient(135deg,#fff,#eff8ee);
  box-shadow:var(--shadow);
}
.j2g-about-copy{padding:36px 0 36px 36px}
.j2g-about-copy h1{max-width:12ch}
.j2g-about-copy p{max-width:64ch;color:var(--muted);font-size:17px}
.j2g-about-visual{position:relative;min-height:410px;align-self:stretch;overflow:hidden}
.j2g-about-visual img{
  position:absolute;
  inset:auto -12px 0 0;
  width:105%;
  max-width:none;
  filter:drop-shadow(0 24px 36px rgba(2,38,23,.22));
}
.j2g-about-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-top:24px}
.j2g-about-card{
  border:1px solid rgba(15,23,42,.10);
  border-radius:18px;
  padding:22px;
  background:#fff;
  box-shadow:0 14px 32px rgba(2,6,23,.07);
}
.j2g-about-card h2{font-size:23px}
.j2g-about-card p,.j2g-about-card li{color:var(--muted)}
.j2g-about-card ul{margin:12px 0 0;padding-left:20px}
.j2g-about-band{
  margin-top:24px;
  display:grid;
  grid-template-columns:minmax(0,1fr) 260px;
  gap:22px;
  align-items:center;
  border-radius:22px;
  padding:26px 28px;
  color:#fff;
  background:linear-gradient(135deg,var(--j2g-deeper),#08713e);
  overflow:hidden;
}
.j2g-about-band h2,.j2g-about-band p{color:#fff}
.j2g-about-band p{opacity:.84}
.j2g-about-band img{width:250px;margin-bottom:-36px;justify-self:center;filter:drop-shadow(0 18px 25px rgba(0,0,0,.25))}

/* Dark, branded footer. */
body.j2g-cartoon-enhanced footer,
body.j2g-cartoon-enhanced .footer{
  color:#d7e9dd;
  background:linear-gradient(135deg,#032719,#064629);
  border-top-color:rgba(255,255,255,.09);
}
body.j2g-cartoon-enhanced footer a,
body.j2g-cartoon-enhanced footer .note,
body.j2g-cartoon-enhanced footer .muted,
body.j2g-cartoon-enhanced .footer a,
body.j2g-cartoon-enhanced .footer .muted{color:#d7e9dd}
body.j2g-cartoon-enhanced footer strong,
body.j2g-cartoon-enhanced footer h4,
body.j2g-cartoon-enhanced .footer h4{color:#fff}

@media(max-width:980px){
  body.j2g-cartoon-enhanced header.site-header[data-open="true"] .nav{
    background:rgba(255,255,255,.99);
    border-color:rgba(15,23,42,.10);
  }
  body.j2g-cartoon-enhanced header.site-header[data-open="true"] .nav a{color:var(--muted)}
  body.j2g-cartoon-enhanced header.site-header[data-open="true"] .nav a:hover,
  body.j2g-cartoon-enhanced header.site-header[data-open="true"] .nav .active{color:var(--text)}
  .j2g-trust-strip{grid-template-columns:repeat(2,minmax(0,1fr))}
  .j2g-trust-item:nth-child(2){border-right:0}
  .j2g-trust-item:nth-child(-n+2){border-bottom:1px solid rgba(15,23,42,.08)}
  .j2g-photo-layout,.j2g-confidence-grid,.j2g-service-area-visual,.j2g-about-hero,.j2g-about-band{grid-template-columns:1fr}
  .j2g-photo-mascot{width:270px;margin-bottom:-24px}
  .j2g-confidence-visual{min-height:310px}
  .j2g-about-copy{padding:30px}
  .j2g-about-visual{min-height:360px}
  .j2g-about-visual img{width:min(650px,100%);left:50%;right:auto;transform:translateX(-50%)}
  .j2g-about-grid{grid-template-columns:1fr}
  .j2g-about-band img{margin-bottom:-26px}
  body.j2g-cartoon-enhanced .seo-hero-panel{min-height:250px}
  body.j2g-cartoon-enhanced .seo-cta{padding-right:190px}
}

@media(max-width:700px){
  .j2g-home-hero{padding-top:44px}
  .j2g-home-hero h1{font-size:clamp(39px,12vw,56px)}
  .j2g-hero-lead{font-size:16px}
  .j2g-hero-actions .btn{width:100%}
  .j2g-hero-card{min-height:410px;padding:20px}
  .j2g-hero-truck{width:115%;margin-left:-8%;margin-right:-8%}
  .j2g-trust-strip{grid-template-columns:1fr}
  .j2g-trust-item{border-right:0;border-bottom:1px solid rgba(15,23,42,.08)}
  .j2g-trust-item:last-child{border-bottom:0}
  .j2g-section-head-mascot{display:none}
  .j2g-confidence-points{grid-template-columns:1fr}
  body.j2g-cartoon-enhanced #how .grid .card{padding-right:104px}
  body.j2g-cartoon-enhanced #how .grid .card::after{width:112px}
  body.j2g-cartoon-enhanced #how .grid .card:nth-child(3)::after{width:138px}
  body.j2g-cartoon-enhanced .seo-hero-panel{
    padding-right:22px;
    padding-bottom:190px;
  }
  body.j2g-cartoon-enhanced .seo-hero-panel::after{
    width:180px;height:195px;right:8px;
  }
  body.j2g-cartoon-enhanced .seo-cta{
    padding-right:24px;
    padding-bottom:190px;
  }
  body.j2g-cartoon-enhanced .seo-cta::after{right:50%;transform:translateX(50%);width:165px}
  .j2g-about-copy{padding:24px}
  .j2g-about-visual{min-height:300px}
  .j2g-about-band{padding:24px}
}

/* The legacy booking stylesheet also uses .photo-upload inside the dark modal.
   These higher-specificity rules keep the public photo section light without
   changing the modal or its JavaScript. */
body.j2g-cartoon-enhanced .card.photo-upload.j2g-photo-layout{
  border:1px solid rgba(15,143,59,.18);
  background:linear-gradient(135deg,#fff 0%,#f2f9f1 100%);
}
body.j2g-cartoon-enhanced .photo-upload.j2g-photo-layout .muted{color:var(--muted)}
body.j2g-cartoon-enhanced .photo-upload.j2g-photo-layout .help{color:var(--muted-2)}

/* Keep the light navigation logo readable inside the light hero artwork. */
.j2g-hero-card__top{
  width:fit-content;
  padding:12px 15px;
  border-radius:16px;
  background:linear-gradient(135deg,#032719,#07522f);
  box-shadow:0 14px 28px rgba(2,38,23,.20);
}
.j2g-hero-card__tagline{color:#eff9f1;margin-bottom:0}
