
  :root{
    --ink:#0D110E;
    --ink-2:#141310;
    --paper:#FAF9F5;
    --cream:#F1EBDC;
    --forest:#1E3D2C;
    --forest-light:#2E5A41;
    --sage:#7FA88B;
    --stone:#6B6B62;
    --stone-light:#9A988C;
    --line:#DEDACB;
    --line-on-dark:rgba(247,243,234,0.14);
    --white:#F7F3EA;
    --radius-md:18px;
    --radius-lg:28px;
    --ease:cubic-bezier(.22,.61,.36,1);
    --ease-spring:cubic-bezier(.34,1.28,.64,1);
  }
  *{box-sizing:border-box;}
  html{scroll-behavior:smooth;overflow-x:hidden;}
  body{margin:0;background:var(--paper);color:var(--ink);font-family:'Inter',-apple-system,sans-serif;font-size:17px;-webkit-font-smoothing:antialiased;overflow-x:hidden;}
  h1,h2,h3,h4{font-family:'Fraunces',serif;font-weight:600;letter-spacing:-0.02em;margin:0;}
  p{margin:0;}
  a{color:inherit;text-decoration:none;}
  .wrap{max-width:1180px;margin:0 auto;padding:0 32px;}
  .wrap-narrow{max-width:920px;margin:0 auto;padding:0 32px;}
  section{position:relative;}
  .btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:17px 30px;border-radius:100px;font-family:'Inter';font-weight:600;font-size:15px;cursor:pointer;transition:transform .3s var(--ease-spring),background .3s,box-shadow .3s,color .3s,border-color .3s;border:1px solid transparent;white-space:nowrap;}
  .btn-primary{background:var(--forest);color:var(--white);}
  .btn-primary:hover{background:var(--forest-light);transform:translateY(-2px);box-shadow:0 16px 32px -14px rgba(30,61,44,0.5);}
  .btn:active,.nav-cta:active{transform:scale(0.96);}
  .quiet-link{font-size:14.5px;font-weight:600;display:inline-flex;align-items:center;gap:7px;border-bottom:1px solid currentColor;padding-bottom:2px;opacity:0.85;transition:opacity .3s;}
  .quiet-link:hover{opacity:1;}
  .quiet-link:active{opacity:0.6;}
  .reveal{opacity:0;transform:translateY(26px);transition:opacity 1s var(--ease),transform 1s var(--ease);}
  .reveal.in{opacity:1;transform:translateY(0);}
  .sec-pad{padding:150px 0;}
  @media(max-width:700px){.sec-pad{padding:88px 0;}}
  .sec-head{max-width:560px;margin-bottom:64px;}
  .sec-head h2{font-size:clamp(30px,3.6vw,46px);line-height:1.08;}
  .sec-head p{font-size:17px;color:var(--stone);line-height:1.6;margin-top:14px;}
  @media(prefers-reduced-motion:reduce){*{animation:none !important;transition:none !important;}.hero-photo{clip-path:none !important;}}

  /* NAV */
  #nav{position:fixed;top:0;left:0;right:0;z-index:100;padding:26px 0;transition:padding .4s var(--ease),background .4s;}
  #nav .wrap{display:flex;align-items:center;justify-content:space-between;}
  #nav.solid{background:rgba(250,249,245,0.9);backdrop-filter:blur(14px);padding:16px 0;box-shadow:0 1px 0 var(--line);}
  .logo{display:inline-flex;align-items:center;gap:12px;}
  .logo-img{width:52px;height:52px;display:block;}
  .logo-word{font-family:'Fraunces',serif;font-size:20px;font-weight:600;color:var(--white);transition:color .4s;}
  #nav.solid .logo-word{color:var(--ink);}
  .navlinks{display:flex;align-items:center;gap:36px;}
  .navlinks a{font-size:14px;font-weight:500;color:var(--white);opacity:0.75;transition:opacity .25s,color .4s;}
  .navlinks a:hover{opacity:1;}
  .nav-cta{font-size:13.5px;font-weight:600;color:var(--white);border:1px solid rgba(247,243,234,0.4);border-radius:100px;padding:10px 20px;transition:border-color .3s,background .3s,color .4s,transform .3s var(--ease-spring);}
  .nav-cta:hover{border-color:var(--white);background:var(--white);color:var(--ink);}
  #nav.solid .logo,#nav.solid .navlinks a{color:var(--ink);}
  #nav.solid .nav-cta{color:var(--ink);border-color:rgba(13,17,14,0.2);}
  #nav.solid .nav-cta:hover{border-color:var(--ink);background:var(--ink);color:var(--white);}
  @media(max-width:880px){.navlinks{display:none;}.nav-hamburger{display:inline-flex;}}

  /* HERO */
  #hero{background:var(--ink);color:var(--white);padding:170px 0 0;overflow:hidden;}
  .hero-h1{font-family:'Fraunces',serif;font-weight:500;font-size:15px;letter-spacing:.04em;text-transform:uppercase;color:rgba(247,243,234,0.55);margin:0 0 22px;}
  .hero-grid{display:flex;flex-direction:column;gap:0;}
  .hero-photo{position:relative;border-radius:var(--radius-lg);overflow:hidden;aspect-ratio:16/9;background:linear-gradient(160deg,#1B2620,#0D110E);clip-path:inset(0 0 0 100%);animation:unveil 1.1s var(--ease) .5s forwards;}
  @keyframes unveil{to{clip-path:inset(0 0 0 0);}}
  .hero-photo-inner{position:absolute;inset:-4% -4%;z-index:0;}
  .hero-photo--full{width:100%;}
  .hero-hotspot{position:absolute;z-index:3;display:block;}
  .hero-hotspot--quote{left:3%;top:82.5%;width:16.5%;height:11%;border-radius:100px;}
  .hero-hotspot--pricing{left:19%;top:84%;width:15%;height:8.5%;}
  .hero-hotspot:focus-visible{outline:2px solid var(--white);outline-offset:2px;}
  .hero-reviews{position:absolute;left:3.9%;top:79%;z-index:2;display:flex;align-items:center;gap:clamp(6px,1vw,10px);pointer-events:none;}
  .hero-reviews-stars{color:#D6A550;font-size:clamp(11px,2.4vw,17px);letter-spacing:1px;line-height:1;}
  .hero-reviews-text{color:var(--white);font-family:'Inter';font-size:clamp(10px,2vw,14px);white-space:nowrap;}
  .hero-reviews-text strong{font-weight:700;}
  @media(max-width:1023px){.hero-reviews{top:75.5%;gap:5px;}}
  @media(max-width:340px){.hero-reviews{top:74.5%;}}
  .hero-photo-img{width:100%;height:100%;object-fit:cover;object-position:center 30%;display:block;}

  /* SERVICES — editorial index, not a card grid */
  #services{background:var(--paper);}
  .idx-list{}
  .idx-row{display:grid;grid-template-columns:2fr 3fr auto;align-items:center;gap:24px;padding:38px 0;cursor:pointer;transition:padding-left .4s var(--ease);}
  .idx-row:hover{padding-left:14px;}
  .idx-name{font-family:'Fraunces';font-size:clamp(20px,2.4vw,28px);font-weight:500;}
  .idx-desc{font-size:14.5px;color:var(--stone);}
  .idx-arrow{width:16px;height:16px;stroke:var(--stone);transition:transform .4s var(--ease),stroke .3s;}
  .idx-row:hover .idx-arrow{transform:translateX(6px);stroke:var(--forest);}
  @media(max-width:700px){.idx-row{grid-template-columns:1fr;gap:6px;}.idx-arrow{display:none;}}

  /* MANIFESTO — full-bleed statement */
  #manifesto{background:var(--ink-2);color:var(--white);padding:170px 0;text-align:center;}
  .manifesto-text{font-family:'Fraunces';font-weight:500;font-size:clamp(26px,3.8vw,46px);line-height:1.4;max-width:720px;margin:0 auto;}
  @media(max-width:700px){#manifesto{padding:110px 0;}}

  /* PROCESS — asymmetric timeline */
  #process{background:var(--cream);}
  .tl{}
  .tl-step{position:relative;padding:64px 0 0 120px;}
  .tl-step:first-child{padding-top:0;}
  .tl-num{position:absolute;left:0;top:48px;font-family:'Fraunces';font-size:80px;font-weight:600;color:var(--line);line-height:1;}
  .tl-step h3{font-size:24px;margin-bottom:10px;}
  .tl-step p{font-size:15.5px;color:var(--stone);max-width:440px;line-height:1.6;}
  @media(max-width:700px){.tl-step{padding-left:0;padding-top:84px;}.tl-step:first-child{padding-top:84px;}.tl-num{top:0;font-size:48px;}}

  /* LOAD METER */
  #loadmeter{background:var(--ink);color:var(--white);}
  .lm-shell{display:grid;grid-template-columns:0.9fr 1.1fr;gap:80px;align-items:center;}
  .truck-outline{position:relative;width:100%;aspect-ratio:16/10;}
  .truck-svg{width:100%;height:100%;}
  .truck-fill{fill:var(--sage);transition:width .6s var(--ease-spring);}
  .lm-readout{display:flex;justify-content:space-between;align-items:flex-end;margin-top:34px;}
  .lm-price{font-family:'Fraunces';font-size:48px;}
  .lm-price small{display:block;font-family:'IBM Plex Mono';font-size:12px;color:var(--sage);letter-spacing:.06em;margin-bottom:8px;}
  .lm-fraction{font-family:'IBM Plex Mono';font-size:13px;color:rgba(247,243,234,0.62);}
  .lm-slider{width:100%;margin-top:30px;-webkit-appearance:none;height:2px;background:rgba(247,243,234,0.2);outline:none;}
  .lm-slider::-webkit-slider-thumb{-webkit-appearance:none;width:18px;height:18px;border-radius:50%;background:var(--sage);cursor:pointer;border:4px solid var(--ink);box-shadow:0 0 0 1px var(--sage);}
  .lm-slider::-moz-range-thumb{width:18px;height:18px;border-radius:50%;background:var(--sage);cursor:pointer;border:4px solid var(--ink);}
  @keyframes lmNudge{0%,100%{transform:translateX(0);}30%{transform:translateX(-5px);}60%{transform:translateX(5px);}80%{transform:translateX(-2px);}}
  .lm-slider.nudge::-webkit-slider-thumb{animation:lmNudge 1s ease-in-out;}
  .lm-slider.nudge::-moz-range-thumb{animation:lmNudge 1s ease-in-out;}
  .lm-copy h2{font-size:clamp(28px,3.4vw,42px);line-height:1.12;margin-bottom:18px;color:var(--white);}
  .lm-copy p{font-size:17px;color:rgba(247,243,234,0.9);line-height:1.6;max-width:440px;}
  .lm-inline{margin-top:26px;font-size:13.5px;color:rgba(247,243,234,0.6);}
  .lm-inline b{color:rgba(247,243,234,0.9);font-weight:500;}

  /* PRICE TABLES */
  .price-detail{margin-top:110px;padding-top:70px;border-top:1px solid var(--line-on-dark);}
  .pt-head{display:flex;justify-content:space-between;align-items:flex-end;flex-wrap:wrap;gap:16px;}
  .pt-head h3{font-size:22px;color:var(--white);}
  .pt-tabs{display:flex;gap:0;margin-top:34px;border-bottom:1px solid var(--line-on-dark);overflow-x:auto;}
  .pt-tab{padding:14px 0;margin-right:32px;font-size:14px;font-weight:600;color:rgba(247,243,234,0.58);cursor:pointer;background:none;border:none;border-bottom:2px solid transparent;white-space:nowrap;transition:color .3s,border-color .3s;font-family:'Inter';}
  .pt-tab:focus-visible{outline:2px solid var(--sage);outline-offset:4px;}
  .pt-tab.active{color:var(--white);border-color:var(--sage);}
  .pt-table{width:100%;border-collapse:collapse;margin-top:8px;}
  .pt-table th{text-align:left;font-family:'IBM Plex Mono';font-size:10px;letter-spacing:.07em;text-transform:uppercase;color:rgba(247,243,234,0.5);font-weight:500;padding:18px 0 12px;border-bottom:1px solid var(--line-on-dark);}
  .pt-table th:last-child{text-align:right;}
  .pt-table td{padding:15px 0;border-bottom:1px solid var(--line-on-dark);font-size:15px;color:rgba(247,243,234,0.9);vertical-align:top;}
  .pt-table td.pt-price{text-align:right;font-family:'IBM Plex Mono';font-weight:600;color:var(--white);white-space:nowrap;}
  .pt-table td.pt-why{color:rgba(247,243,234,0.6);font-size:13.5px;text-align:right;max-width:260px;}
  .pt-note{font-size:13.5px;color:rgba(247,243,234,0.62);margin-top:16px;line-height:1.6;}
  .pt-foot-grid{display:grid;grid-template-columns:1fr 1fr;gap:60px;margin-top:60px;}
  .pt-foot-grid h4{font-size:15px;color:var(--white);margin-bottom:8px;font-family:'Inter';font-weight:600;}
  .pt-foot-grid p{font-size:14px;color:rgba(247,243,234,0.78);line-height:1.6;}
  @media(max-width:900px){.lm-shell{grid-template-columns:1fr;}.pt-foot-grid{grid-template-columns:1fr;gap:24px;}}
  @media(max-width:700px){.pt-table td.pt-why{display:none;}.pt-table th:last-child{display:none;}}

  /* DONATION FLOW — editorial, not cards */
  #impact{background:var(--paper);}
  .flow-row{display:grid;grid-template-columns:1fr 1fr 1fr;gap:56px;}
  .flow-item{padding:0;}
  .flow-word{font-family:'Fraunces';font-size:32px;}
  .flow-item p{font-size:14.5px;color:var(--stone);line-height:1.6;margin-top:12px;}
  .proof-line{margin-top:36px;display:flex;align-items:baseline;gap:10px;font-size:14.5px;color:var(--stone);}
  .proof-line strong{color:var(--ink);}
  @media(max-width:700px){.flow-row{grid-template-columns:1fr;gap:36px;}}

  /* AREAS */
  #areas{background:var(--cream);}
  .area-quads{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--line);}
  .quad{padding:28px 24px 0 0;}
  .quad h4{font-family:'IBM Plex Mono';font-size:11px;letter-spacing:.08em;text-transform:uppercase;color:var(--stone-light);margin-bottom:14px;}
  .quad ul{list-style:none;margin:0;padding:0;}
  .quad li{font-size:15px;padding:8px 0;color:var(--ink);transition:color .25s,padding-left .25s;}
  .quad li:hover{color:var(--forest);padding-left:6px;cursor:default;}
  @media(max-width:900px){.area-quads{grid-template-columns:1fr 1fr;}}
  @media(max-width:560px){.area-quads{grid-template-columns:1fr;}}

  /* FEATURED REVIEW — one voice, not a grid */
  #story{background:var(--ink-2);color:var(--white);padding:180px 0;}
  .story-quote{font-family:'Fraunces';font-style:italic;font-weight:400;font-size:clamp(24px,3.2vw,38px);line-height:1.45;max-width:780px;}
  .story-attr{margin-top:36px;font-size:13.5px;color:rgba(247,243,234,0.62);font-family:'IBM Plex Mono';letter-spacing:.03em;}
  .story-more{margin-top:56px;}

  /* FAQ */
  #faq{background:var(--paper);}
  .faq-shell{max-width:760px;}
  .faq-item{border-top:1px solid var(--line);padding:26px 0;}
  .faq-item:last-child{border-bottom:1px solid var(--line);}
  .faq-q-wrap{margin:0;}
  .faq-q{display:flex;width:100%;justify-content:space-between;align-items:center;gap:20px;background:none;border:none;padding:0;margin:0;color:inherit;cursor:pointer;text-align:left;font-size:18px;font-weight:500;font-family:'Fraunces';}
  .faq-q:focus-visible{outline:2px solid var(--forest);outline-offset:6px;}
  .faq-plus{width:20px;height:20px;flex-shrink:0;position:relative;}
  .faq-plus::before,.faq-plus::after{content:'';position:absolute;background:var(--forest);top:50%;left:50%;transform:translate(-50%,-50%);transition:transform .35s var(--ease),opacity .35s;}
  .faq-plus::before{width:13px;height:1.5px;}
  .faq-plus::after{width:1.5px;height:13px;}
  .faq-item.open .faq-plus::after{transform:translate(-50%,-50%) rotate(90deg);opacity:0;}
  .faq-a{max-height:0;overflow:hidden;transition:max-height .5s var(--ease);}
  .faq-item.open .faq-a{max-height:220px;padding-top:14px;}
  .faq-a p{font-size:14.5px;line-height:1.65;color:var(--stone);max-width:640px;}

  /* ESTIMATE FORM */
  #estimate{background:var(--cream);}
  .est-hp{position:absolute;left:-9999px;}
  .est-form{display:flex;flex-direction:column;gap:20px;}
  .est-row{display:grid;grid-template-columns:1fr 1fr;gap:20px;}
  .est-field{display:flex;flex-direction:column;gap:8px;}
  .est-field label{font-size:13px;font-weight:600;color:var(--stone);}
  .est-field input,.est-field select,.est-field textarea{
    font-family:'Inter';font-size:15px;color:var(--ink);background:var(--paper);
    border:1px solid var(--line);border-radius:10px;padding:13px 16px;outline:none;
    transition:border-color .25s;resize:vertical;
  }
  .est-field input:focus,.est-field select:focus,.est-field textarea:focus{border-color:var(--forest);}
  .est-form .btn{align-self:flex-start;margin-top:8px;}
  .est-address-wrap{position:relative;}
  .est-suggest{display:none;position:absolute;top:100%;left:0;right:0;margin-top:6px;background:var(--paper);border:1px solid var(--line);border-radius:10px;list-style:none;padding:6px;max-height:230px;overflow-y:auto;z-index:20;box-shadow:0 16px 32px -18px rgba(13,17,14,0.35);}
  .est-suggest.show{display:block;}
  .est-suggest li{padding:11px 12px;font-size:14px;color:var(--ink);border-radius:7px;cursor:pointer;}
  .est-suggest li:hover,.est-suggest li.active{background:var(--cream);}
  .est-optional{font-weight:400;color:var(--stone-light);}
  .est-photo-note{font-size:13px;color:var(--stone);margin-top:-6px;line-height:1.5;}
  .est-submit-row{display:flex;align-items:center;gap:18px;flex-wrap:wrap;margin-top:8px;}
  .est-submit-row .btn{margin-top:0;}
  .est-privacy{font-size:12.5px;color:var(--stone-light);}
  .est-success{display:none;text-align:center;padding:40px 0;}
  .est-error{display:none;text-align:center;padding:24px;margin-top:20px;border:1px solid rgba(180,60,50,0.3);border-radius:var(--radius-md);background:rgba(180,60,50,0.06);}
  .est-error h3{color:#a03f34;}
  .est-success h3{font-size:24px;margin-bottom:12px;}
  .est-success p{font-size:15px;color:var(--stone);}
  @media(max-width:600px){.est-row{grid-template-columns:1fr;}}

  /* FINAL CTA */
  #cta{background:var(--forest);color:var(--white);padding:150px 0;text-align:center;}
  #cta h2{font-size:clamp(32px,4.6vw,54px);line-height:1.08;color:var(--white);}
  #cta h2 em{font-style:italic;font-weight:400;}
  .cta-sub{margin-top:18px;font-size:15px;color:rgba(247,243,234,0.94);}
  .cta-actions{margin-top:34px;display:flex;flex-direction:column;align-items:center;gap:18px;}
  .cta-micro{font-size:12.5px;color:rgba(247,243,234,0.62);margin-top:-8px;}
  #cta .quiet-link{color:rgba(247,243,234,0.85);}
  #cta .btn-primary{background:var(--white);color:var(--forest);}
  #cta .btn-primary:hover{background:var(--cream);}

  /* FOOTER — minimal */
  footer{background:var(--ink);color:rgba(247,243,234,0.78);padding:70px 0 28px;}
  .foot-top{display:flex;justify-content:space-between;flex-wrap:wrap;gap:40px;padding-bottom:44px;border-bottom:1px solid var(--line-on-dark);}
  .foot-brand .logo{margin-bottom:14px;display:inline-flex;}
  .foot-brand .logo-img{width:64px;height:64px;}
  .foot-brand .logo-word{color:var(--white);font-size:22px;}
  .foot-brand p{font-size:13.5px;color:rgba(247,243,234,0.7);}
  .foot-nav{display:flex;gap:48px;flex-wrap:wrap;}
  .foot-col h5{font-family:'IBM Plex Mono';font-size:10.5px;letter-spacing:.08em;text-transform:uppercase;color:rgba(247,243,234,0.5);margin-bottom:14px;}
  .foot-col ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:9px;}
  .foot-col a{font-size:13.5px;color:rgba(247,243,234,0.78);transition:color .25s;}
  .foot-col a:hover{color:var(--white);}
  .foot-bottom{display:flex;justify-content:space-between;align-items:center;padding-top:24px;font-size:12px;color:rgba(247,243,234,0.48);flex-wrap:wrap;gap:10px;}
  @media(max-width:480px){#nav .logo-word{display:none;}#nav .logo-img{width:40px;height:40px;}}
  @media(max-width:560px){#hero{padding-top:120px;}.foot-top{flex-direction:column;}}


/* ============================================
   PHASE 1 ADDITIONS — navigation dropdown,
   mobile menu, breadcrumbs, skip link,
   placeholder pages. Everything below uses the
   existing design tokens only; no new colours,
   fonts, radii, or easing curves introduced.
   ============================================ */

/* Skip link (accessibility) */
.skip-link{position:absolute;left:16px;top:-60px;z-index:200;background:var(--white);color:var(--ink);padding:12px 20px;border-radius:10px;font-family:'Inter';font-weight:600;font-size:14px;transition:top .25s var(--ease);}
.skip-link:focus{top:16px;}

/* Services dropdown (desktop) */
.nav-item-dropdown{position:relative;}
.nav-dd-trigger{display:inline-flex;align-items:center;gap:5px;font-size:14px;font-weight:500;color:var(--white);opacity:0.75;background:none;border:none;cursor:pointer;font-family:'Inter';padding:0;transition:opacity .25s,color .4s;}
.nav-dd-trigger:hover,.nav-dd-trigger[aria-expanded="true"]{opacity:1;}
#nav.solid .nav-dd-trigger{color:var(--ink);}
.nav-dd-caret{width:9px;height:9px;transition:transform .3s var(--ease);}
.nav-dd-trigger[aria-expanded="true"] .nav-dd-caret{transform:rotate(180deg);}
.nav-dd-panel{position:absolute;top:calc(100% + 18px);left:50%;transform:translateX(-50%) translateY(6px);min-width:280px;background:var(--paper);border:1px solid var(--line);border-radius:var(--radius-md);padding:10px;box-shadow:0 24px 48px -20px rgba(13,17,14,0.28);display:grid;grid-template-columns:1fr 1fr;gap:2px;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .25s var(--ease),transform .25s var(--ease),visibility .25s;}
.nav-item-dropdown:hover .nav-dd-panel,.nav-dd-panel.show{opacity:1;visibility:visible;pointer-events:auto;transform:translateX(-50%) translateY(0);}
.nav-dd-panel a{display:block;font-size:13.5px;font-weight:500;color:var(--ink);padding:10px 12px;border-radius:8px;transition:background .2s;white-space:nowrap;}
.nav-dd-panel a:hover,.nav-dd-panel a:focus-visible{background:var(--cream);}
@media(max-width:880px){.nav-dd-panel{display:none;}}

/* Mobile hamburger + menu panel */
.nav-hamburger{width:40px;height:40px;align-items:center;justify-content:center;background:none;border:none;cursor:pointer;padding:0;position:relative;z-index:101;}
.nav-hamburger span{position:absolute;left:9px;right:9px;height:1.5px;background:var(--white);transition:transform .35s var(--ease),opacity .3s,background .4s;}
#nav.solid .nav-hamburger span{background:var(--ink);}
.nav-hamburger span:nth-child(1){top:15px;}
.nav-hamburger span:nth-child(2){top:20px;}
.nav-hamburger span:nth-child(3){top:25px;}
.nav-hamburger[aria-expanded="true"] span:nth-child(1){transform:translateY(5px) rotate(45deg);}
.nav-hamburger[aria-expanded="true"] span:nth-child(2){opacity:0;}
.nav-hamburger[aria-expanded="true"] span:nth-child(3){transform:translateY(-5px) rotate(-45deg);}
.nav-hamburger[aria-expanded="true"] span{background:var(--white);}

.mobile-menu{position:fixed;inset:0;z-index:99;background:var(--ink);display:flex;flex-direction:column;padding:110px 32px 40px;opacity:0;visibility:hidden;transition:opacity .35s var(--ease),visibility .35s;overflow-y:auto;}
.mobile-menu.show{opacity:1;visibility:visible;}
.mobile-menu a,.mobile-menu button{color:var(--white);}
.mobile-menu-links{display:flex;flex-direction:column;gap:4px;}
.mobile-menu-links>a,.mobile-menu-links>.mm-group>button{font-family:'Fraunces';font-size:22px;font-weight:500;padding:16px 0;border-bottom:1px solid var(--line-on-dark);background:none;border-left:none;border-right:none;border-top:none;text-align:left;width:100%;display:flex;align-items:center;justify-content:space-between;cursor:pointer;}
.mm-group{display:flex;flex-direction:column;}
.mm-caret{width:14px;height:14px;transition:transform .3s var(--ease);flex-shrink:0;}
.mm-group button[aria-expanded="true"] .mm-caret{transform:rotate(180deg);}
.mm-sublist{max-height:0;overflow:hidden;transition:max-height .4s var(--ease);display:flex;flex-direction:column;}
.mm-group button[aria-expanded="true"] + .mm-sublist{max-height:600px;padding-bottom:12px;}
.mm-sublist a{font-family:'Inter';font-size:15.5px;font-weight:500;color:rgba(247,243,234,0.78);padding:10px 0 10px 4px;}
.mobile-menu-cta{margin-top:auto;padding-top:32px;display:flex;flex-direction:column;gap:14px;}
.mobile-menu-cta .btn{width:100%;}
.mobile-menu-cta a.quiet-link{color:rgba(247,243,234,0.85);justify-content:center;}
body.menu-open{overflow:hidden;}
@media(min-width:881px){.mobile-menu,.nav-hamburger{display:none !important;}}

/* Breadcrumbs (inner pages only, never the homepage) */
.breadcrumb{padding:130px 0 0;}
.breadcrumb ol{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;align-items:center;gap:8px;font-family:'IBM Plex Mono';font-size:12px;letter-spacing:.02em;color:var(--stone);}
.breadcrumb li{display:flex;align-items:center;gap:8px;}
.breadcrumb li:not(:last-child)::after{content:'/';color:var(--stone-light);}
.breadcrumb a{color:var(--stone);border-bottom:1px solid transparent;transition:color .2s,border-color .2s;}
.breadcrumb a:hover{color:var(--forest);border-color:var(--forest);}
.breadcrumb li[aria-current="page"]{color:var(--ink);}

/* Placeholder / development pages (Phase 1 only) */
.placeholder-page{background:var(--paper);min-height:70vh;display:flex;align-items:center;}
.placeholder-notice{max-width:640px;margin:0 auto;padding:60px 32px 160px;text-align:center;}
.placeholder-badge{display:inline-block;font-family:'IBM Plex Mono';font-size:11px;letter-spacing:.08em;text-transform:uppercase;color:var(--stone);background:var(--cream);border-radius:100px;padding:8px 18px;margin-bottom:28px;}
.placeholder-notice h1{font-size:clamp(28px,4vw,42px);line-height:1.15;margin-bottom:18px;}
.placeholder-notice p{font-size:16px;color:var(--stone);line-height:1.6;max-width:480px;margin:0 auto;}
.placeholder-notice .btn{margin-top:32px;}

/* ============================================
   PHASE 2 ADDITIONS
   ============================================ */

/* Visually-hidden but screen-reader/crawler-accessible content.
   Used for the homepage H1: the hero photo already communicates
   "Junk removal with purpose" visually, so a duplicate visible
   heading would be redundant - but a real, crawlable H1 is still
   valuable for accessibility and search structure. */
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0;}

/* ============================================
   PHASE 3 ADDITIONS — service-page hero, CTA
   row, item-tag chips. Reuses existing tokens
   only; no new colours or type scales.
   ============================================ */
.svc-hero{background:var(--ink);color:var(--white);padding:56px 0 72px;}
.svc-eyebrow{font-family:'IBM Plex Mono';font-size:12px;letter-spacing:.08em;text-transform:uppercase;color:var(--sage);margin-bottom:16px;}
.svc-hero h1{font-family:'Fraunces',serif;font-weight:600;letter-spacing:-0.02em;font-size:clamp(30px,4vw,48px);line-height:1.1;color:var(--white);max-width:16ch;}
.svc-hero .svc-sub{margin-top:18px;font-size:16.5px;color:rgba(247,243,234,0.85);max-width:56ch;line-height:1.6;}
.svc-cta-row{display:flex;flex-wrap:wrap;align-items:center;gap:20px;margin-top:32px;}
.svc-cta-row .quiet-link{color:rgba(247,243,234,0.85);}
.item-tags{display:flex;flex-wrap:wrap;gap:10px;margin-top:22px;}
.item-tag{font-family:'Inter';font-size:14px;font-weight:500;color:var(--ink);background:var(--cream);border-radius:100px;padding:9px 18px;}
.svc-callout{padding:60px 0;text-align:center;}
.svc-callout .wrap-narrow{max-width:640px;}
.svc-callout h3{color:var(--white);font-size:clamp(22px,2.8vw,30px);}
.svc-callout p{margin-top:14px;color:rgba(247,243,234,0.9);font-size:15.5px;line-height:1.6;}
.svc-2col{display:grid;grid-template-columns:1fr 1fr;gap:48px;}
@media(max-width:800px){.svc-2col{grid-template-columns:1fr;gap:32px;}}
