:root {
  --hero:#FAF8F5;
  --ink:#1A1A1A;
  --green:#3D6851;
  --sage:#EAEDE8;
  --white:#FFFFFF;
  --line:#E4E5E1;
  --muted:#656A66;
  --soft:#F6F7F4;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  color:var(--ink);
  background:#fff;
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  line-height:1.65;
  font-size:16px;
}
a{color:var(--green);text-decoration-thickness:1px;text-underline-offset:3px}
a:hover{text-decoration-thickness:2px}
img{max-width:100%;display:block}
.site-header{
  position:sticky;top:0;z-index:30;
  background:rgba(255,255,255,.94);
  backdrop-filter:blur(10px);
  border-bottom:1px solid rgba(61,104,81,.1);
}
.header-inner{
  max-width:1180px;margin:0 auto;padding:14px 24px;
  display:flex;align-items:center;justify-content:space-between;gap:24px
}
.logo{width:218px;height:auto}
.header-cta,.btn{
  display:inline-flex;align-items:center;justify-content:center;
  min-height:48px;padding:0 22px;border-radius:10px;
  background:var(--green);color:#fff;text-decoration:none;font-weight:750;
  box-shadow:0 7px 18px rgba(61,104,81,.18);
}
.header-cta:hover,.btn:hover{transform:translateY(-1px)}
.hero{
  background:var(--hero);
  border-bottom:1px solid #eee9e2;
}
.hero-inner{
  max-width:1180px;margin:0 auto;padding:72px 24px 62px;
  display:grid;grid-template-columns:minmax(0,1.15fr) minmax(320px,.85fr);gap:56px;align-items:center
}
.eyebrow{font-size:13px;letter-spacing:.12em;text-transform:uppercase;color:var(--green);font-weight:800;margin:0 0 14px}
h1{font-size:clamp(42px,6vw,68px);line-height:1.02;letter-spacing:-.045em;margin:0 0 24px}
.hero-copy p{font-size:18px;max-width:720px;margin:0 0 16px;color:#393D39}
.hero-actions{margin-top:28px}
.hero-card{
  background:#fff;border:1px solid rgba(61,104,81,.12);
  border-radius:20px;padding:28px;
  box-shadow:0 20px 50px rgba(31,42,35,.08)
}
.hero-card h2{font-size:20px;margin:0 0 18px}
.trust-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.trust-item{
  display:flex;align-items:flex-start;gap:9px;
  background:var(--soft);border:1px solid #eceeea;border-radius:10px;padding:11px 12px;
  font-size:14px;font-weight:650
}
.dot{width:8px;height:8px;border-radius:50%;background:var(--green);margin-top:7px;flex:0 0 auto}
.container{max-width:1060px;margin:0 auto;padding:0 24px}
.section{padding:72px 0;border-bottom:1px solid #f0f0ed}
.section.alt{background:var(--soft)}
.section h2{font-size:clamp(30px,4vw,42px);line-height:1.15;letter-spacing:-.03em;margin:0 0 18px}
.section h3{font-size:22px;line-height:1.28;margin:30px 0 10px}
.section p{max-width:850px;margin:0 0 14px;color:#333733}
.lead{font-size:18px;color:#3a3e3a!important}
.reviews-wrap{
  background:#fff;border:1px solid var(--line);border-radius:18px;padding:18px;
  box-shadow:0 12px 34px rgba(20,30,24,.06);overflow:hidden
}
.pricing-wrap{display:grid;grid-template-columns:1.08fr .92fr;gap:26px;align-items:start;margin-top:28px}
.price-card,.info-card{
  background:#fff;border:1px solid var(--line);border-radius:16px;overflow:hidden;
  box-shadow:0 10px 30px rgba(20,30,24,.05)
}
.price-card h3,.info-card h3{margin:0;padding:20px 22px;background:var(--green);color:#fff;font-size:19px}
table{width:100%;border-collapse:collapse}
th,td{padding:14px 18px;border-bottom:1px solid #eceeea;text-align:left}
th{font-size:13px;text-transform:uppercase;letter-spacing:.07em;background:#f7f8f6}
td:last-child,th:last-child{text-align:right;font-weight:750}
.note{padding:16px 18px;background:var(--hero);font-size:14px;font-weight:650}
.cta-row{margin-top:24px}
.cta-band{
  background:var(--green);color:#fff;border-radius:18px;padding:28px 30px;
  display:flex;align-items:center;justify-content:space-between;gap:24px
}
.cta-band p{color:#eef4ef!important;margin:0}
.cta-band .btn{background:#fff;color:var(--green);box-shadow:none;white-space:nowrap}
.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:28px}
.step{background:#fff;border:1px solid var(--line);border-radius:16px;padding:24px}
.step-num{width:36px;height:36px;border-radius:10px;background:var(--sage);color:var(--green);display:grid;place-items:center;font-weight:850;margin-bottom:16px}
.cards-4{display:grid;grid-template-columns:repeat(2,1fr);gap:18px;margin-top:28px}
.card{background:#fff;border:1px solid var(--line);border-radius:16px;padding:24px}
.card h3{margin-top:0}
.item-list{display:grid;grid-template-columns:repeat(2,1fr);gap:8px 18px;padding:0;margin:12px 0 0;list-style:none}
.item-list li{position:relative;padding-left:18px}
.item-list li:before{content:"";position:absolute;left:0;top:.68em;width:7px;height:7px;border-radius:50%;background:var(--green)}
.feature-list{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;list-style:none;padding:0;margin:18px 0}
.feature-list li{background:#fff;border:1px solid var(--line);border-radius:12px;padding:13px 14px;font-weight:650}
.two-col{display:grid;grid-template-columns:1fr 1fr;gap:30px}
.boroughs{display:flex;flex-wrap:wrap;gap:10px;list-style:none;padding:0;margin:20px 0 0}
.boroughs a{display:inline-flex;padding:10px 14px;border-radius:999px;background:var(--sage);text-decoration:none;font-weight:750}
.faq-list{margin-top:28px;border-top:1px solid var(--line)}
details{border-bottom:1px solid var(--line);padding:0}
summary{cursor:pointer;list-style:none;padding:20px 2px;font-weight:750;font-size:18px;display:flex;justify-content:space-between;gap:18px}
summary::-webkit-details-marker{display:none}
summary:after{content:"+";color:var(--green);font-size:25px;line-height:1}
details[open] summary:after{content:"−"}
details p{padding:0 34px 20px 2px}
.services-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-top:24px}
.service-link{display:block;background:#fff;border:1px solid var(--line);border-radius:12px;padding:17px;text-decoration:none;font-weight:750}
.service-link:hover{background:var(--sage)}
.final-cta{background:var(--green);color:#fff;padding:74px 24px;text-align:center}
.final-cta h2{font-size:clamp(34px,5vw,52px);line-height:1.1;margin:0 0 14px}
.final-cta p{color:#f2f6f2;margin:0 auto 10px;max-width:700px}
.final-cta .btn{background:#fff;color:var(--green);margin-top:20px}
.footer-note{padding:28px 24px;text-align:center;font-size:13px;color:#777}
@media(max-width:900px){
  .hero-inner,.pricing-wrap,.two-col{grid-template-columns:1fr}
  .hero-inner{gap:28px;padding-top:52px}
  .steps{grid-template-columns:1fr}
  .feature-list{grid-template-columns:repeat(2,1fr)}
  .services-grid{grid-template-columns:repeat(2,1fr)}
  .cards-4{grid-template-columns:1fr}
}
@media(max-width:620px){
  .header-inner{padding:11px 16px}
  .logo{width:180px}
  .header-cta{display:none}
  .hero-inner,.container{padding-left:18px;padding-right:18px}
  .section{padding:54px 0}
  .trust-grid,.feature-list,.services-grid,.item-list{grid-template-columns:1fr}
  .cta-band{align-items:flex-start;flex-direction:column}
  h1{font-size:42px}
}

/* V2 HERO + TRUST REFINEMENT */
.site-header{
  background:rgba(255,255,255,.97);
  box-shadow:0 1px 0 rgba(26,26,26,.05);
}
.header-inner{max-width:1220px}
.header-actions{display:flex;align-items:center;gap:10px}
.header-call{
  display:inline-flex;align-items:center;gap:8px;
  min-height:44px;padding:0 14px;border-radius:10px;
  color:var(--green);font-weight:800;text-decoration:none;
  border:1px solid rgba(61,104,81,.18);background:#fff;
}
.hero{position:relative;overflow:hidden}
.hero:before{
  content:"";position:absolute;width:520px;height:520px;border-radius:50%;
  right:-210px;top:-220px;background:rgba(61,104,81,.055);
}
.hero:after{
  content:"";position:absolute;width:280px;height:280px;border-radius:50%;
  left:-150px;bottom:-150px;background:rgba(61,104,81,.04);
}
.hero-inner{
  max-width:1220px;padding:78px 24px 72px;
  grid-template-columns:minmax(0,1.08fr) minmax(390px,.92fr);
  gap:68px;position:relative;z-index:2;
}
.hero-copy{max-width:690px}
.hero-copy h1 span{color:var(--green)}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:30px}
.btn-call{
  display:inline-flex;align-items:center;justify-content:center;gap:9px;
  min-height:48px;padding:0 22px;border-radius:10px;
  color:var(--green);background:#fff;border:1px solid rgba(61,104,81,.24);
  text-decoration:none;font-weight:800;
}
.btn-call:hover{background:var(--sage)}
.quote-card{
  position:relative;background:#fff;border:1px solid rgba(61,104,81,.14);
  border-radius:22px;padding:30px;
  box-shadow:0 28px 70px rgba(34,52,41,.13),0 4px 12px rgba(34,52,41,.05);
}
.quote-card:before{
  content:"";position:absolute;inset:10px -10px -10px 10px;
  border-radius:22px;background:rgba(61,104,81,.05);z-index:-1;
}
.quote-rating{
  display:flex;align-items:center;gap:10px;margin-bottom:16px;
  padding-bottom:16px;border-bottom:1px solid #eef0ec;
}
.stars{color:#D39A2C;letter-spacing:1px;font-size:15px}
.quote-rating strong{font-size:14px}
.quote-card h2{font-size:28px;line-height:1.15;letter-spacing:-.025em;margin:0 0 10px}
.quote-card>p{margin:0 0 20px;color:#5c625d}
.quote-main-btn{
  display:flex;width:100%;min-height:54px;border-radius:11px;
  align-items:center;justify-content:center;
  background:var(--green);color:#fff;text-decoration:none;font-weight:850;
  box-shadow:0 9px 22px rgba(61,104,81,.2);
}
.quote-meta{text-align:center;font-size:13px;color:#7a7e7a;margin:12px 0 14px!important}
.quote-or{display:flex;align-items:center;gap:10px;color:#969996;font-size:12px;margin:2px 0 12px}
.quote-or:before,.quote-or:after{content:"";height:1px;background:#e6e8e4;flex:1}
.quote-phone{
  display:flex;width:100%;min-height:50px;border-radius:11px;
  align-items:center;justify-content:center;gap:9px;
  color:var(--green);background:var(--hero);
  border:1px solid rgba(61,104,81,.15);text-decoration:none;font-weight:850;
}
.quote-foot{
  display:flex;justify-content:center;gap:16px;flex-wrap:wrap;
  margin-top:16px;font-size:12px;color:#6d726e
}
.trust-band{
  background:#fff;border-bottom:1px solid #eceeea;
  box-shadow:0 8px 25px rgba(26,26,26,.025);
}
.trust-band-inner{
  max-width:1180px;margin:0 auto;padding:20px 24px;
  display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:10px;
}
.trust-chip{
  min-height:52px;padding:10px 12px;border:1px solid #e2e7e2;
  background:#fbfcfa;border-radius:12px;display:flex;align-items:center;
  justify-content:center;gap:8px;text-align:center;
  color:#35443b;font-weight:750;font-size:13px;
}
.trust-icon{
  display:grid;place-items:center;width:22px;height:22px;border-radius:50%;
  background:var(--sage);color:var(--green);font-size:12px;flex:0 0 auto
}

/* More editorial section rhythm */
.section:nth-of-type(even):not(.hero){background:#fbfcfa}
.section h2{max-width:850px}
.card,.step,.price-card,.info-card,.reviews-wrap{transition:transform .2s ease,box-shadow .2s ease}
.card:hover,.step:hover{transform:translateY(-2px);box-shadow:0 12px 30px rgba(26,26,26,.06)}
@media(max-width:1050px){
  .trust-band-inner{grid-template-columns:repeat(4,1fr)}
}
@media(max-width:900px){
  .hero-inner{grid-template-columns:1fr;gap:36px}
  .hero-copy{max-width:760px}
  .quote-card{max-width:620px}
}
@media(max-width:700px){
  .header-call{display:none}
  .trust-band-inner{grid-template-columns:repeat(2,1fr);padding:16px 18px}
}
@media(max-width:620px){
  .hero-inner{padding-top:48px;padding-bottom:46px}
  .hero-actions{display:grid;grid-template-columns:1fr}
  .hero-actions .btn,.btn-call{width:100%}
  .quote-card{padding:22px}
  .quote-card h2{font-size:24px}
  .trust-band-inner{grid-template-columns:1fr}
}


/* PROFESSIONAL CUSTOMER REVIEWS */
.reviews-section-head{
  display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:28px
}
.reviews-kicker{
  font-size:13px;letter-spacing:.1em;text-transform:uppercase;
  color:var(--green);font-weight:850;margin:0 0 7px
}
.review-grid{
  display:grid;grid-template-columns:repeat(3,1fr);gap:18px
}
.review-card{
  position:relative;background:#fff;border:1px solid #e1e6e1;
  border-radius:18px;padding:26px 24px 22px;
  box-shadow:0 10px 28px rgba(35,52,42,.055);
  overflow:hidden
}
.review-card:before{
  content:"“";position:absolute;right:17px;top:-13px;
  font-family:Georgia,serif;font-size:94px;line-height:1;
  color:rgba(61,104,81,.08);pointer-events:none
}
.review-stars{
  color:#D39A2C;font-size:15px;letter-spacing:2px;margin-bottom:17px
}
.review-copy{
  position:relative;z-index:1;margin:0 0 22px!important;
  color:#2e332f!important;font-size:16px;line-height:1.62
}
.reviewer{
  display:flex;align-items:center;gap:12px;
  padding-top:17px;border-top:1px solid #edf0ec
}
.reviewer-avatar{
  width:38px;height:38px;border-radius:50%;
  background:var(--sage);display:grid;place-items:center;
  color:var(--green);font-weight:900;font-size:13px
}
.reviewer-name{font-weight:850;color:var(--ink);font-size:14px}
.reviewer-loc{color:#747a75;font-size:12px;margin-top:2px}
.review-proof{
  display:inline-flex;align-items:center;gap:7px;
  padding:8px 11px;border-radius:999px;background:var(--sage);
  color:var(--green);font-weight:800;font-size:12px;white-space:nowrap
}
@media(max-width:900px){
  .review-grid{grid-template-columns:1fr}
  .reviews-section-head{align-items:flex-start;flex-direction:column}
}


/* DISASSEMBLY SECTION V2 */
.disassembly-shell{
  display:grid;
  grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr);
  gap:34px;
  align-items:start;
  margin-top:28px;
}
.disassembly-main{
  background:linear-gradient(180deg,#ffffff 0%,#fbfcfa 100%);
  border:1px solid #e2e7e2;
  border-radius:20px;
  padding:30px;
  box-shadow:0 12px 32px rgba(35,52,42,.055);
}
.disassembly-side{
  display:grid;
  gap:20px;
}
.disassembly-panel{
  background:#fff;
  border:1px solid #e2e7e2;
  border-radius:18px;
  padding:26px;
  box-shadow:0 8px 24px rgba(35,52,42,.045);
}
.disassembly-main h2{
  margin-bottom:18px;
}
.disassembly-intro{
  padding-bottom:22px;
  border-bottom:1px solid #edf0ec;
  margin-bottom:24px;
}
.disassembly-main h3,
.disassembly-panel h3{
  margin-top:0;
}
.disassembly-list{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:10px 18px;
  list-style:none;
  padding:0;
  margin:16px 0 0;
}
.disassembly-list li{
  position:relative;
  padding-left:30px;
  min-height:26px;
}
.disassembly-list li:before{
  content:"✓";
  position:absolute;
  left:0;
  top:1px;
  width:20px;
  height:20px;
  border-radius:6px;
  background:var(--sage);
  color:var(--green);
  display:grid;
  place-items:center;
  font-size:12px;
  font-weight:900;
}
.disassembly-panel.accent{
  background:var(--hero);
  border-color:#ebe6de;
}
.disassembly-panel.accent h3{
  color:var(--green);
}
.disassembly-callout{
  display:flex;
  gap:12px;
  align-items:flex-start;
  margin-top:18px;
  padding:14px 15px;
  border-radius:12px;
  background:var(--sage);
  color:#35443b;
  font-size:14px;
  font-weight:650;
}
.disassembly-callout .callout-icon{
  width:24px;height:24px;border-radius:50%;
  background:var(--green);color:#fff;
  display:grid;place-items:center;
  flex:0 0 auto;font-size:12px;font-weight:900;
}
@media(max-width:900px){
  .disassembly-shell{grid-template-columns:1fr}
}
@media(max-width:620px){
  .disassembly-main,.disassembly-panel{padding:22px}
  .disassembly-list{grid-template-columns:1fr}
}


/* BOROUGH SECTION V2 */
.borough-section-wrap{
  background:linear-gradient(180deg,#ffffff 0%,#fbfcfa 100%);
  border:1px solid #e2e7e2;
  border-radius:22px;
  padding:28px;
  box-shadow:0 12px 32px rgba(35,52,42,.05);
}
.borough-section-wrap h2{
  margin-bottom:8px;
}
.borough-grid{
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:14px;
  list-style:none;
  padding:0;
  margin:24px 0 0;
}
.borough-card{
  position:relative;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  min-height:88px;
  padding:18px 18px;
  border-radius:16px;
  background:#fff;
  border:1px solid #e0e6e1;
  text-decoration:none;
  color:var(--ink);
  box-shadow:0 6px 18px rgba(35,52,42,.04);
  transition:transform .2s ease, box-shadow .2s ease, border-color .2s ease, background .2s ease;
}
.borough-card:hover{
  transform:translateY(-3px);
  border-color:rgba(61,104,81,.35);
  background:var(--hero);
  box-shadow:0 12px 26px rgba(35,52,42,.08);
}
.borough-card-left{
  display:flex;
  align-items:center;
  gap:12px;
  min-width:0;
}
.borough-pin{
  width:36px;
  height:36px;
  border-radius:10px;
  background:var(--sage);
  color:var(--green);
  display:grid;
  place-items:center;
  flex:0 0 auto;
  font-size:16px;
  font-weight:900;
}
.borough-name{
  font-weight:850;
  font-size:16px;
  color:var(--green);
  line-height:1.2;
}
.borough-arrow{
  width:28px;
  height:28px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:#f5f7f4;
  color:var(--green);
  font-size:14px;
  flex:0 0 auto;
}
@media(max-width:1050px){
  .borough-grid{grid-template-columns:repeat(3,1fr)}
}
@media(max-width:760px){
  .borough-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:520px){
  .borough-section-wrap{padding:20px}
  .borough-grid{grid-template-columns:1fr}
}


.borough-pin svg{display:block}
.borough-card:hover .borough-pin{
  background:var(--green);
  color:#fff;
}


/* TYPOGRAPHY CONSISTENCY */
:root{
  --body-size:16px;
  --body-line:1.68;
}
body{
  font-size:var(--body-size);
  line-height:var(--body-line);
}
.section p,
.hero-copy p,
.card p,
.step p,
.info-card p,
.disassembly-main p,
.disassembly-panel p,
details p,
.final-cta p,
.note,
.item-list li,
.feature-list li,
.trust-item,
.borough-name,
.service-link{
  font-size:var(--body-size) !important;
  line-height:var(--body-line) !important;
}
.lead{
  font-size:var(--body-size) !important;
  line-height:var(--body-line) !important;
}
.quote-card>p,
.quote-meta,
.quote-foot,
.review-copy,
.reviewer-name,
.reviewer-loc,
.review-proof,
.trust-chip{
  line-height:1.55;
}
@media(max-width:620px){
  body{
    font-size:16px;
  }
}


/* BOROUGH SECTION V3 - match related services style */
.borough-section-wrap{
  background:transparent;
  border:0;
  border-radius:0;
  padding:0;
  box-shadow:none;
}
.borough-grid{
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:12px;
  list-style:none;
  padding:0;
  margin:24px 0 0;
}
.borough-card{
  display:flex;
  align-items:center;
  gap:12px;
  min-height:62px;
  padding:16px 18px;
  border-radius:12px;
  background:#fff;
  border:1px solid var(--line);
  text-decoration:none;
  color:var(--green);
  font-weight:750;
  box-shadow:none;
  transition:background .2s ease,border-color .2s ease,transform .2s ease;
}
.borough-card:hover{
  background:var(--sage);
  border-color:#d9e0da;
  transform:translateY(-1px);
}
.borough-card-left{
  display:flex;
  align-items:center;
  gap:12px;
  min-width:0;
}
.borough-pin{
  width:34px;
  height:34px;
  border-radius:10px;
  background:var(--sage);
  color:var(--green);
  display:grid;
  place-items:center;
  flex:0 0 auto;
}
.borough-name{
  font-weight:750;
  font-size:16px !important;
  line-height:1.3 !important;
  color:var(--green);
  white-space:nowrap;
}
.borough-arrow{display:none}
@media(max-width:1050px){
  .borough-grid{grid-template-columns:repeat(3,1fr)}
}
@media(max-width:760px){
  .borough-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:520px){
  .borough-grid{grid-template-columns:1fr}
  .borough-name{white-space:normal}
}


/* ═══ JUNKRABBIT BRAND OVERRIDES (fonts + palette only — layout untouched) ═══ */
:root{
  --green:#2D6A4F;
  --sage:#EAF3EE;
}
body{font-family:'DM Sans',Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif}
.stars,.review-stars{color:#F59E0B}
.logo{width:auto;height:46px}
summary h3{display:inline;font-size:18px;font-weight:750;margin:0;line-height:inherit}
.footer-real{background:#FAF8F5;border-top:1px solid #E8E2DA;padding:32px 24px 24px;font-size:13px;color:#6B7280;text-align:center}
.footer-real a{text-decoration:none}
summary{align-items:center}
.section:has(.cta-row:last-child){padding-bottom:28px}
.cta-row{margin-top:28px}
.section{padding:46px 0}
.review-card{display:flex;flex-direction:column}
.review-copy{flex:1}

/* ═══ SPA-PARITY HERO ART: market art image under the cream gradient wash (same recipe as the SPA
   landing: hero-bg image + linear-gradient(to right, #FAF8F5A0 0/100%, #FAF8F5E8 20-80%)).
   Replaces the template's decorative circles. Per-city pages can override --hero-art. ═══ */
:root{--hero-art:url(https://junkrabbit.nyc/hero-bg-miami.webp)}
.hero:before{
  content:"";position:absolute;inset:0;width:auto;height:auto;border-radius:0;
  left:0;right:0;top:0;bottom:0;
  background-image:var(--hero-art);
  background-size:cover;background-position:center;
}
.hero:after{
  content:"";position:absolute;inset:0;width:auto;height:auto;border-radius:0;
  left:0;right:0;top:0;bottom:0;
  background:linear-gradient(to right,#FAF8F5A0 0%,#FAF8F5E8 20%,#FAF8F5E8 80%,#FAF8F5A0 100%);
}
@media(max-width:640px){
  :root{--hero-art:url(https://junkrabbit.nyc/hero-bg-miami-m.webp)}
}
.section ul:not([class]){margin:12px 0 0;padding-left:22px;display:grid;gap:8px}

/* ── NAV + FOOTER MENUS + MOBILE GRID FIX (2026-09-03) ─────────────── */
.cards-4.cols3{grid-template-columns:repeat(3,1fr)}
@media(max-width:900px){.cards-4.cols3{grid-template-columns:1fr}}
.nav-cb{display:none}
.site-nav{margin-right:auto;margin-left:4px}
.nav-drop{position:relative}
.nav-drop-btn{cursor:pointer;font-weight:650;color:#1F2937;font-size:15px;padding:10px 6px;user-select:none;display:inline-block}
.nav-drop-menu{display:none;position:absolute;top:100%;left:-8px;background:#fff;border:1px solid #E5E7EB;border-radius:14px;box-shadow:0 14px 36px rgba(16,24,40,.14);padding:8px;min-width:262px;z-index:70}
.nav-drop:hover .nav-drop-menu,.nav-drop:focus-within .nav-drop-menu{display:block}
.nav-drop-menu a{display:block;padding:9px 12px;border-radius:9px;color:#1F2937;text-decoration:none;font-size:14.5px;font-weight:550}
.nav-drop-menu a:hover{background:var(--sage);color:var(--green)}
.nav-burger{display:none;cursor:pointer;width:44px;height:44px;border:1px solid #E5E7EB;border-radius:10px;align-items:center;justify-content:center;flex-direction:column;gap:5px;order:99;flex:0 0 auto}
.nav-burger span{display:block;width:20px;height:2px;background:#1F2937;border-radius:2px}
@media(max-width:900px){
  .site-nav{display:none;position:absolute;top:100%;left:0;right:0;background:#fff;border-bottom:1px solid #E5E7EB;box-shadow:0 18px 34px rgba(16,24,40,.14);margin:0;padding:8px 14px 14px;max-height:72vh;overflow:auto}
  .nav-cb:checked ~ .site-nav{display:block}
  .nav-drop-btn{display:none}
  .nav-drop-menu{display:block;position:static;border:0;box-shadow:none;padding:0;min-width:0}
  .nav-burger{display:flex}
}
.footer-menus{max-width:1180px;margin:0 auto 26px;display:grid;grid-template-columns:minmax(0,2.2fr) minmax(0,1fr);gap:28px;text-align:left;padding-bottom:22px;border-bottom:1px solid #E8E2DA}
.footer-h{font-size:12px;letter-spacing:.09em;text-transform:uppercase;color:#4B5563;font-weight:700;margin-bottom:10px}
.footer-links{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px 18px}
.footer-links.col1{grid-template-columns:1fr}
.footer-links a{color:#6B7280;text-decoration:none;font-size:13.5px;padding:2px 0}
.footer-links a:hover{color:var(--green);text-decoration:underline}
@media(max-width:760px){.footer-menus{grid-template-columns:1fr}.footer-links{grid-template-columns:1fr 1fr}}
@media(max-width:480px){.footer-links{grid-template-columns:1fr}}
