  /* Type fonts via Google Fonts (loaded in <head>): Newsreader (display/headings), Nunito Sans (body), Leckerli One ("calmer" accent), Kalam (web fallback for Bradley Hand on the review quotes). */

  html{color-scheme:light only;background:#FFFEF0;-webkit-text-size-adjust:100%;text-size-adjust:100%}
  :root{
    --ivory:#FFFEF0; --ivory-2:#F3ECE2; --cocoa:#211714;
    --teal:#00747F; --teal-deep:#0B3E42;
    --rose:#DC8495; --honey:#F2B84B;
    --plate-cool:#DDE7E5; --plate-warm:#EBDDD3; --plate-neutral:#E6DED3;
    /* Type system (matches Figma) — all Google Fonts. Display = Newsreader (serif), body = Nunito Sans. */
    --display:"Newsreader", Georgia, serif; --body:"Nunito Sans", Arial, sans-serif;
    --font-accent:"Leckerli One", cursive;
    --font-handwrite:"Bradley Hand", "Bradley Hand ITC", "Kalam", cursive;
  }
  *{box-sizing:border-box;margin:0}
  /* fixed ivory underlay: paints the ground even if a host viewer overrides body/html backgrounds */
  body::before{content:"";position:fixed;inset:0;background:#FFFEF0;z-index:-1}
  .hero,.fork-sec,.quotes,.stub{background:var(--ivory)}
  body{background:var(--ivory);color:var(--cocoa);font-family:var(--body);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}
    .wrap{max-width:1500px;margin:0 auto;padding:0 clamp(20px,4vw,48px)}
  a{color:inherit;text-decoration:none}

  /* header */
  /* scope to the top-level nav header ONLY — `header` alone also matched the <header class="fork-intro"> section intro, making "Come to us…" sticky */
  body > header{position:sticky;top:0;background:var(--ivory);z-index:40;color:var(--cocoa)}
  .nav{display:flex;align-items:center;justify-content:space-between;padding:14px 0}
  .brand{display:flex;align-items:center;gap:12px;font-weight:700;font-size:16px}
  .badge{width:46px;height:46px;border-radius:50%;border:1.5px dashed rgba(33,23,20,.3);display:flex;align-items:center;justify-content:center;font-size:8.5px;text-align:center;color:rgba(33,23,20,.45);line-height:1.15}
  .links{display:flex;align-items:center;gap:28px;font-size:15px;font-weight:500}
  .links a:not(.btn){padding:6px 2px;color:var(--teal);border-bottom:2px solid transparent;transition:border-color .15s}
  .links a:not(.btn):hover{border-color:var(--teal)}
  .btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;font-weight:600;font-size:16px;padding:15px 30px;border-radius:999px;border:0;cursor:pointer;transition:transform .15s,background-color .15s,color .15s}
  .btn:focus-visible{outline:3px solid var(--teal);outline-offset:3px}
  .btn-primary{background:var(--teal);color:var(--ivory)}
  .btn-primary:hover{background:var(--teal-deep);transform:translateY(-1px)}
  .btn-ghost{background:transparent;color:var(--cocoa);box-shadow:inset 0 0 0 1.5px var(--cocoa)}
  .btn-ghost:hover{background:var(--cocoa);color:var(--ivory)}
  .nav .btn{padding:11px 22px;font-size:15px}
  .menu-toggle{display:none}
  .mmenu{display:none;background:var(--ivory);border-top:1px solid rgba(33,23,20,.08);padding:6px 0 16px}
  .mmenu a:not(.btn){display:block;padding:14px clamp(20px,4vw,48px);font-size:17px;font-weight:600;color:var(--teal);border-bottom:1px solid rgba(33,23,20,.07)}
  .mmenu a:focus-visible{outline:3px solid var(--teal);outline-offset:-3px}
  .mmenu .btn{margin:14px clamp(20px,4vw,48px) 0;display:inline-flex}
  body.menu-open .mmenu{display:block}
  @media(min-width:761px){.mmenu{display:none!important}}
  @media(max-width:760px){
    .links{display:none}
    .menu-toggle{display:inline-flex;background:none;border:0;font-size:15px;font-weight:600;color:var(--cocoa);cursor:pointer;padding:8px}
    .menu-toggle:focus-visible{outline:3px solid var(--teal);outline-offset:3px}
  }

  /* cream nav bar: Book Now darkens on hover (don't invert to cream, which would vanish into the bar) */
  header .nav .btn-primary:hover, header .mmenu .btn-primary:hover{background:var(--teal-deep);color:var(--ivory)}
  /* H1 hero (locked) */
  .hero{padding:clamp(40px,6vw,80px) 0 clamp(72px,10vw,128px)}
  .eyebrow{font-weight:700;font-size:13px;letter-spacing:.09em;text-transform:uppercase;color:var(--teal);margin-bottom:clamp(16px,2.5vw,26px)}
  h1{font-family:var(--display);font-weight:700;font-size:clamp(42px,13.5vw,168px);line-height:.9;letter-spacing:-.012em;max-width:13ch}
  h1 .line{display:block;overflow:hidden;padding-bottom:.22em;margin-bottom:-.22em}
  h1 .line.done{overflow:visible}
  h1 .line span{display:inline-block;transform:translateY(118%);animation:rise .55s cubic-bezier(.2,.7,.2,1) forwards}
  h1 .line:nth-child(2) span{animation-delay:.07s}
  h1 .line:nth-child(3) span{animation-delay:.14s}
  h1 .accent{color:var(--rose);font-family:var(--font-accent);font-weight:400}
  .sub{font-size:clamp(17px,2vw,19.5px);line-height:1.55;max-width:46ch;margin-top:clamp(22px,3vw,34px);color:rgba(33,23,20,.85);opacity:0;animation:fade .6s ease .3s forwards}
  .cta-row{display:flex;flex-wrap:wrap;align-items:center;gap:14px;margin-top:clamp(26px,4vw,38px);opacity:0;animation:fade .6s ease .45s forwards}
  @keyframes rise{to{transform:translateY(0)}}
  @keyframes fade{to{opacity:1}}

  .hero{position:relative;padding:clamp(16px,2.5vw,32px) 0 clamp(48px,6vw,80px);overflow:hidden;display:flex;flex-direction:column}
  .hero .wrap{position:relative}
  .hero-team{position:absolute;right:clamp(0px,2vw,40px);bottom:clamp(8px,2vw,24px);width:clamp(360px,40vw,620px);z-index:0;opacity:0;animation:fade .7s ease .4s forwards;pointer-events:none}
  .copy{position:relative;z-index:2;max-width:none}
  /* headline runs wide: ~16ch lets it break to 2-3 lines instead of 5 */
  .hero h1{max-width:16ch}
  .copy .sub,.copy .cta-row{max-width:42ch}
  @media(max-width:880px){
    .hero{padding:clamp(20px,6vw,40px) 0 clamp(28px,7vw,48px)}
    .hero-team{position:absolute;right:clamp(-34px,-7vw,-14px);bottom:0;width:min(84%,360px);max-width:none;margin:0;z-index:0;opacity:1;animation:none}
    .btn-ghost{background:var(--ivory)}  /* opaque so the dog behind never shows through the Call button */
    .hero h1{max-width:14ch}
  }
  /* desktop: hero fills the viewport so the fork section starts below the fold */
  @media(min-width:881px){
    .hero{min-height:calc(100vh - 76px);padding-bottom:0}
    .hero .wrap{position:relative;width:100%;max-width:1760px;flex:1 1 auto;display:flex;flex-direction:column;justify-content:center}
    /* homepage hero: trim the towering headline + tighten spacing so the copy plus the trust band fit one viewport */
    body.home .hero h1{font-size:clamp(42px,12vw,118px)}
    body.home .hero .copy .sub{margin-top:clamp(16px,2vw,24px)}
    body.home .hero .copy .cta-row{margin-top:clamp(18px,2.4vw,28px)}
    /* size the dog by viewport height so it always sits above the trust band, never overlapping it */
    .hero-team{right:clamp(0px,2vw,40px);bottom:auto;top:50%;transform:translateY(-50%);height:min(56vh,540px);width:auto;max-width:46vw}
    .hero>.trust-band{flex:0 0 auto;width:100%;padding-block:clamp(24px,3vw,40px)}
  }
  .fork-intro{text-align:center;max-width:min(900px,92%);margin:0 auto clamp(48px,7vw,88px)}
  .fork-intro .eyebrow{margin-bottom:14px}
  .fork-intro .sec-head{max-width:none;text-wrap:balance}
  /* booking headline on ONE line on desktop: nowrap, the centered line can run a bit past its 900px container and still sit within the viewport; it keeps wrapping on mobile (<=760) where it cannot fit */
  @media(min-width:761px){ .fork-intro .sec-head{white-space:nowrap} }
  .svc .photo.has-img{background:transparent;padding:0;display:block}
  .svc .photo.has-img{background:transparent;padding:0;display:flex;aspect-ratio:auto;border-radius:0;align-items:center}
  .svc.salon .photo.has-img{justify-content:flex-start}
  .svc.van .photo.has-img{justify-content:flex-end}
  .svc .photo.has-img img{display:block;width:100%;max-width:560px;height:auto;object-fit:contain}
  

  /* H2 — the fork (cards) */
  .fork-cards{display:grid;grid-template-columns:1fr 1fr;gap:clamp(20px,2.5vw,32px)}
  @media(max-width:820px){.fork-cards{grid-template-columns:1fr}}
  .fcard{background:var(--ivory);border:0;border-radius:28px;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 16px 28px -10px rgba(33,23,20,.14);transition:transform .2s ease,box-shadow .2s ease}
  .fcard:hover{transform:translateY(-4px);box-shadow:0 26px 44px -12px rgba(33,23,20,.20)}
  .fcard-media{aspect-ratio:16/11;display:flex;align-items:center;justify-content:center;padding:clamp(20px,3vw,40px) clamp(20px,3vw,40px) 0}
  .fcard-media.salon-media{background:var(--ivory)}
  .fcard-media.van-media{background:var(--ivory)}
  .fcard-media img{display:block;width:100%;height:100%;object-fit:contain}
  .fcard-body{padding:clamp(24px,3vw,40px);display:flex;flex-direction:column;gap:14px;flex:1}
  /* card label (eyebrow + service name) sits ABOVE the photo (owner 2026-06-18); CTA stays at the bottom of .fcard-body */
  .fcard-head{padding:clamp(24px,3vw,40px) clamp(24px,3vw,40px) 0;display:flex;flex-direction:column;gap:8px}
  .fcard-body .svc-eyebrow,.fcard-head .svc-eyebrow{font-weight:700;font-size:12.5px;letter-spacing:.1em;text-transform:uppercase;color:var(--teal);margin:0}
  .fcard-body h3,.fcard-head h3{font-family:var(--display);font-weight:700;font-size:clamp(40px,4.5vw,60px);line-height:.95;margin:0}
  .fcard-body .desc{font-size:16.5px;line-height:1.55;color:rgba(33,23,20,.82);margin:0}
  .fcard-body .from{font-size:15.5px;font-weight:600;font-variant-numeric:tabular-nums;margin:0}
  .fcard-body .from i{font-style:normal;color:rgba(33,23,20,.5);font-weight:500}
  .fcard-body .actions{display:flex;align-items:center;gap:18px;flex-wrap:wrap;margin-top:auto;padding-top:6px}
  /* H2 — the fork (locked v2) */
  .fork-sec{padding:clamp(24px,4vw,56px) 0 clamp(56px,8vw,112px)}
  .sec-head{font-family:var(--display);font-weight:700;font-size:clamp(38px,6.5vw,80px);line-height:.95;letter-spacing:-.01em;max-width:18ch}
  .svc{display:grid;grid-template-columns:1fr 1fr;gap:clamp(20px,3vw,40px);align-items:center}
  .svc + .svc{margin-top:clamp(64px,9vw,128px)}
  .svc .photo{aspect-ratio:4/3;border-radius:24px;display:flex;align-items:flex-end;padding:18px}
  .svc.salon .photo:not(.has-img){background:var(--plate-cool)}
  .svc.van   .photo:not(.has-img){background:var(--plate-warm)}
  .photo .ph-label{font-size:10.5px;letter-spacing:.14em;text-transform:uppercase;color:rgba(33,23,20,.5);border:1px dashed rgba(33,23,20,.3);border-radius:999px;padding:6px 12px}
  .svc .content .svc-eyebrow{font-weight:700;font-size:12.5px;letter-spacing:.1em;text-transform:uppercase;color:var(--teal);margin-bottom:14px}
  .svc h3{font-family:var(--display);font-weight:700;font-size:clamp(48px,7vw,88px);line-height:.95;margin-bottom:18px}
  .svc p.desc{font-size:17px;line-height:1.6;color:rgba(33,23,20,.85);max-width:44ch;margin-bottom:18px}
  .svc .from{font-size:15.5px;font-weight:600;font-variant-numeric:tabular-nums;margin-bottom:26px}
  .svc .from i{font-style:normal;color:rgba(33,23,20,.5);font-weight:500}
  .svc .actions{display:flex;align-items:center;gap:18px;flex-wrap:wrap}
  .textlink{font-weight:600;font-size:15.5px;color:var(--teal);border-bottom:2px solid transparent;transition:border-color .15s}
  .textlink:hover{border-color:var(--teal)}
  .svc.van .photo{order:-1}
  @media(max-width:820px){
    .svc{grid-template-columns:1fr;gap:22px}
    .svc .photo, .svc.van .photo{order:-1;aspect-ratio:16/10}
  }
  .fineprint{font-size:12.5px;color:rgba(33,23,20,.45);margin-top:clamp(36px,5vw,56px)}
  /* page fine-print footnote: the relocated pricing disclaimer, sits as the last content above the footer (desktop + mobile) */
  .page-finenote{background:var(--ivory);padding:clamp(48px,8vw,80px) 0 clamp(32px,5vw,48px)}
  .page-finenote > .wrap > p{font-family:var(--body);font-size:12.5px;line-height:1.65;color:rgba(33,23,20,.5);max-width:74ch;margin:0}
  @media(max-width:760px){.page-finenote{padding-top:clamp(40px,9vw,56px);padding-bottom:clamp(88px,20vw,116px)}}

  /* H3 — the dark band (rating + reviews, unified) */
  .band{background:var(--teal-deep);color:var(--ivory);padding:clamp(72px,11vw,150px) 0 clamp(48px,7vw,88px);overflow:hidden}
  .band .eyebrow{color:var(--rose);text-align:center}
  .band .stat{font-family:var(--display);font-weight:700;font-size:clamp(26px,7.3vw,112px);line-height:.98;letter-spacing:-.015em;text-align:center;margin:0 auto}
  .band .stat .star{color:var(--honey)}
  /* subtle premium text link directly under the headline */
  .band .stat-link{text-align:center;margin:clamp(20px,3vw,34px) auto 0}
  .band .review-link{font-family:var(--body);font-weight:600;font-size:clamp(15px,1.6vw,18px);letter-spacing:.01em;color:rgba(255,254,240,.92);border-bottom:2px solid rgba(255,254,240,.35);padding-bottom:3px;border-radius:2px;transition:color .15s,border-color .15s}
  .band .review-link:hover{color:var(--ivory);border-color:var(--ivory)}
  .band .review-link:focus-visible{outline:3px solid var(--honey);outline-offset:4px;border-radius:4px}

  /* H3 reviews marquee (single row, lives at the bottom of the dark band) */
  .band-marquee{margin-top:clamp(56px,9vw,112px)}
  .marquee{overflow:hidden;-webkit-mask-image:linear-gradient(90deg,transparent,#000 8%,#000 92%,transparent);mask-image:linear-gradient(90deg,transparent,#000 8%,#000 92%,transparent)}
  .track{display:flex;width:max-content;animation:tick var(--dur,80s) linear infinite}
  .marquee:hover .track{animation-play-state:paused}
  @keyframes tick{to{transform:translateX(-50%)}}
  .mq-group{display:flex}
  .titem{display:flex;align-items:baseline;gap:16px;padding:0 clamp(26px,3.5vw,52px);white-space:nowrap}
  /* review text reads against the dark green background */
  .titem .tq{font-family:var(--display);font-style:italic;font-weight:400;font-size:clamp(24px,3.1vw,38px);line-height:1;color:var(--ivory)}
  .titem .tstar{color:var(--honey);font-size:clamp(13px,1.6vw,19px);letter-spacing:2px}
  .titem .twho{font-family:var(--body);font-size:13.5px;font-weight:600;color:rgba(255,254,240,.55)}
  .marquee.offscreen .track{animation-play-state:paused}
  @media (prefers-reduced-motion: reduce){
    .track{animation:none}
    .marquee{overflow-x:auto;-webkit-mask-image:none;mask-image:none}
  }

  /* H5 — Our Story (trust-building: two-column copy + image, trust cards, soft CTA) */
  .team{padding:clamp(40px,5vw,72px) 0 clamp(72px,10vw,130px);background:var(--ivory)}
  .story{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(0,.92fr);column-gap:clamp(36px,5vw,80px);align-items:center;grid-template-areas:"copy photo"}
  .story-copy{grid-area:copy;max-width:620px}
  .story-eyebrow{font-family:var(--body);font-weight:700;font-size:13px;letter-spacing:.15em;text-transform:uppercase;color:var(--teal);margin:0 0 16px}
  .story-head{font-family:var(--display);font-weight:700;font-size:clamp(34px,4.6vw,58px);line-height:1.03;letter-spacing:-.015em;color:var(--cocoa);margin:0 0 12px}
  .story-sub{font-family:var(--display);font-style:italic;font-weight:500;font-size:clamp(19px,2.2vw,27px);line-height:1.2;color:var(--rose);margin:0 0 clamp(20px,2.3vw,28px)}
  .story-body p{font-size:16.5px;line-height:1.66;color:rgba(33,23,20,.82);margin:0 0 15px}
  .story-body p:last-child{margin:0}
  /* ===== Trust band — full-width rose editorial strip below the story ===== */
  .trust-band{position:relative;background:var(--rose);color:var(--ivory);padding:clamp(64px,8vw,96px) 0}
  .trust{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(3,1fr)}
  .trust-item{padding:0 clamp(26px,3vw,52px)}
  .trust-item:first-child{padding-left:0}
  .trust-item:last-child{padding-right:0}
  .trust-item + .trust-item{border-left:1px solid rgba(255,254,240,.3)}
  .trust-label{font-family:var(--display);font-weight:700;font-size:clamp(20px,1.8vw,26px);line-height:1.18;letter-spacing:-.01em;color:var(--ivory);margin:0 0 12px}
  .trust-copy{font-family:var(--body);font-weight:400;font-size:15px;line-height:1.6;color:rgba(255,254,240,.86);margin:0;max-width:34ch}
  /* the "Why Dawgs & Paws" heading + numbered markers are mobile-only (styled in the max-width:760 block); hidden on desktop/tablet */
  .trust-head,.trust-num{display:none}
  .story-photo{grid-area:photo;align-self:center;border-radius:30px;overflow:hidden;background:var(--rose);box-shadow:0 18px 42px -24px rgba(33,23,20,.3)}
  .story-photo img{display:block;width:100%;height:auto}
  @media(max-width:980px){
    .story{column-gap:clamp(24px,3vw,44px);grid-template-columns:minmax(0,1fr) minmax(0,.9fr)}
    .trust-item{padding:0 clamp(20px,2.4vw,36px)}
  }
  @media(max-width:720px){
    .story{grid-template-columns:1fr;grid-template-areas:"copy" "photo"}
    .story-copy{max-width:none}
    .story-photo{max-width:330px;margin:0 auto;justify-self:center}
    .trust-band{padding:clamp(48px,12vw,64px) 0}
    .trust{grid-template-columns:1fr}
    .trust-item,.trust-item:first-child,.trust-item:last-child{padding:clamp(24px,6vw,32px) 0 0}
    .trust-item:first-child{padding-top:0}
    .trust-item + .trust-item{border-left:0;border-top:1px solid rgba(255,254,240,.28)}
    .trust-copy{max-width:48ch}
  }


  /* ===== FAQ (editorial accordion: left category, right questions) ===== */
  .faq{background:var(--ivory);padding:clamp(64px,9vw,128px) 0}
  .faq-head{text-align:center;max-width:680px;margin:0 auto clamp(44px,6vw,86px)}
  .faq-title{font-family:var(--display);font-weight:700;text-transform:uppercase;font-size:clamp(56px,11vw,124px);line-height:.9;letter-spacing:-.02em;color:var(--cocoa);margin:0}
  .faq-sub{font-family:var(--body);font-size:clamp(15px,1.6vw,18px);line-height:1.55;color:rgba(33,23,20,.7);margin:clamp(14px,1.8vw,22px) auto 0;max-width:44ch}
  .faq-group{display:grid;grid-template-columns:25% 1fr;gap:clamp(20px,4vw,64px);align-items:start;padding:clamp(34px,5vw,60px) 0;border-top:1px solid rgba(33,23,20,.14)}
  .faq-group:last-child{border-bottom:1px solid rgba(33,23,20,.14)}
  .faq-cat{font-family:var(--display);font-weight:700;text-transform:uppercase;font-size:clamp(22px,2.4vw,34px);line-height:1.04;letter-spacing:-.01em;color:var(--cocoa);margin:0}
  .faq-list{display:flex;flex-direction:column}
  .faq-item{border-top:1px solid rgba(33,23,20,.1)}
  .faq-item:first-child{border-top:0}
  .faq-q{display:flex;align-items:center;justify-content:space-between;gap:clamp(20px,3vw,40px);width:100%;background:none;border:0;cursor:pointer;text-align:left;padding:clamp(18px,2vw,26px) 0;font-family:var(--body);font-weight:600;font-size:clamp(16px,1.25vw,18.5px);line-height:1.35;color:var(--cocoa);transition:color .15s}
  .faq-q:hover{color:var(--teal)}
  .faq-q:focus-visible{outline:3px solid var(--teal);outline-offset:3px;border-radius:4px}
  .faq-icon{position:relative;flex:none;width:18px;height:18px;transition:transform .3s ease}
  .faq-icon::before,.faq-icon::after{content:"";position:absolute;background:var(--teal);border-radius:2px}
  .faq-icon::before{left:0;right:0;top:50%;height:2px;transform:translateY(-50%)}
  .faq-icon::after{top:0;bottom:0;left:50%;width:2px;transform:translateX(-50%)}
  .faq-q[aria-expanded="true"] .faq-icon{transform:rotate(45deg)}
  .faq-a{display:grid;grid-template-rows:0fr;transition:grid-template-rows .35s ease}
  .faq-q[aria-expanded="true"] + .faq-a{grid-template-rows:1fr}
  .faq-a-inner{overflow:hidden}
  .faq-a-inner p{font-family:var(--body);font-size:clamp(14.5px,1.05vw,16px);line-height:1.65;color:rgba(33,23,20,.72);margin:0;padding:0 0 clamp(20px,2vw,26px);max-width:64ch}
  @media(max-width:820px){
    .faq-group{grid-template-columns:1fr;gap:clamp(14px,3vw,22px)}
    .faq-cat{font-size:clamp(19px,5vw,26px)}
  }
  @media(prefers-reduced-motion: reduce){
    .faq-a,.faq-icon{transition:none}
  }


  /* FOOTER — the Big Dawg */
  /* ===== Full-screen footer reveal (GSAP parallax) ===== */
  /* z-index above the sticky header (40) + stickybar (50) so the footer covers the whole viewport at the bottom */
  .footer-wrap{position:relative;z-index:60;overflow:hidden;background:var(--rose)}
  .footer-wrapper{position:relative;min-height:100vh;height:100vh;padding:clamp(20px,3vw,56px);background:var(--rose);color:var(--ivory);display:flex;flex-direction:column;justify-content:space-between;gap:clamp(32px,5vw,64px)}
  .wrapper-logo-footer{flex:1;min-height:0;display:flex;align-items:center;justify-content:center}
  .footer-logo-text{margin:0;font-family:var(--display);font-weight:700;font-size:clamp(3rem,12.5vw,12rem);line-height:.85;letter-spacing:-.03em;text-align:center;white-space:nowrap;color:var(--ivory)}
  .footer-logo-text .amp{color:var(--ivory)}
  .bottom-footer{display:flex;flex-direction:column;gap:clamp(2rem,4vw,3.25rem)}
  .txt-footer-wrapper{display:grid;grid-template-columns:1fr 1fr 1fr;gap:1.5rem;align-items:start}
  .txt-footer-container{display:flex;flex-direction:column;gap:7px}
  .txt-footer-container.is-center{text-align:center;align-items:center}
  .txt-footer-container.is-right{text-align:right;align-items:flex-end}
  /* The bottom legal row lost its center column when the "Salon & Mobile Dog Grooming" tagline was removed (2026-06-23); make that last footer row 2 columns on desktop so copyright stays left and the Book link right. It still stacks 1-col on mobile via the base override below. */
  @media(min-width:761px){.bottom-footer .txt-footer-wrapper:last-child{grid-template-columns:1fr 1fr}}
  .txt-footer{color:var(--ivory);text-decoration:none;font-size:clamp(1rem,1.25vw,1.35rem);line-height:1.25;opacity:.85;transition:opacity .15s}
  .txt-footer--social{display:flex;align-items:center;gap:8px}
  .txt-footer__ico{width:1.05em;height:1.05em;flex:none}
  a.txt-footer:hover{opacity:1;text-decoration:underline;text-underline-offset:4px}
  .txt-footer.small{font-size:clamp(.875rem,.9vw,1rem);opacity:.68}
  .txt-footer:focus-visible{outline:2px solid var(--honey);outline-offset:3px;border-radius:2px}
  /* ===== Footer content columns (brand/social · Explore · Visit · Ready) + bottom bar. Sits below the giant wordmark; replaces the old single .txt-footer row. Ivory on rose, existing tokens only. ===== */
  .footer-cols{display:grid;grid-template-columns:1.5fr 1fr 1.25fr 1.25fr;gap:clamp(22px,2.6vw,46px);align-items:start}
  .footer-col{display:flex;flex-direction:column;gap:9px;min-width:0}
  .footer-colhead{font-family:var(--body);font-size:12px;font-weight:800;letter-spacing:.18em;text-transform:uppercase;color:rgba(255,254,240,.5);margin:0 0 5px}
  .footer-col p,.footer-col address{margin:0;font-style:normal;font-family:var(--body);font-size:clamp(.95rem,1vw,1.05rem);line-height:1.5;color:var(--ivory);opacity:.88}
  .footer-tagline{opacity:.72!important;max-width:32ch}
  .footer-fine{font-size:.82rem!important;opacity:.6!important}
  .footer-col--explore a,.footer-col--visit a{color:var(--ivory);text-decoration:none;font-family:var(--body);font-size:clamp(.95rem,1vw,1.05rem);line-height:1.4;opacity:.9;transition:opacity .15s;width:fit-content}
  .footer-col--explore a:hover,.footer-col--visit a:hover{opacity:1;text-decoration:underline;text-underline-offset:3px}
  .footer-col--visit a.footer-strong{font-weight:700;opacity:1}
  .footer-social{display:flex;gap:11px;margin-top:16px}
  .footer-social__btn{display:grid;place-items:center;width:38px;height:38px;border-radius:50%;border:1px solid rgba(255,254,240,.4);color:var(--ivory);transition:background .15s ease,color .15s ease,border-color .15s ease}
  .footer-social__btn svg{width:16px;height:16px;fill:currentColor}
  .footer-social__btn:hover{background:var(--ivory);color:var(--rose);border-color:var(--ivory)}
  .footer-col--cta .btn{margin-top:4px;align-self:flex-start}
  .footer-bar{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:10px 24px;margin-top:clamp(30px,3.5vw,46px);padding-top:clamp(18px,2vw,26px);border-top:1px solid rgba(255,254,240,.18)}
  .footer-bar p{margin:0;font-family:var(--body);font-size:.85rem;color:var(--ivory);opacity:.7}
  .footer-rating{display:inline-flex;align-items:center;gap:7px;color:var(--ivory);text-decoration:none;font-family:var(--body);font-size:.85rem;opacity:.82;transition:opacity .15s}
  .footer-rating:hover{opacity:1}
  .footer-rating .stars{color:var(--honey);letter-spacing:1px;font-size:.9rem}
  @media(max-width:860px){
    .footer-cols{grid-template-columns:1fr 1fr;gap:28px 24px}
  }
  @media(max-width:520px){
    .footer-cols{grid-template-columns:1fr}
    .footer-bar{flex-direction:column;align-items:flex-start;gap:8px}
  }
  .footer-wrap__dark{position:absolute;inset:0;width:100%;height:100%;background:var(--cocoa);opacity:0;pointer-events:none;z-index:2}
  @media(max-width:767px){
    .footer-wrapper{height:auto;min-height:100svh;gap:3rem}
    /* mobile: move the giant wordmark to the very bottom and let it span the full screen width on one line */
    .bottom-footer{order:1}
    .wrapper-logo-footer{order:2;flex:none;margin-inline:calc(-1 * clamp(20px,3vw,56px))}
    .footer-logo-text{white-space:nowrap;font-size:16vw;line-height:.85}
    .txt-footer-wrapper{grid-template-columns:1fr;gap:1.75rem}
    .txt-footer-container,.txt-footer-container.is-center,.txt-footer-container.is-right{text-align:left;align-items:flex-start}
  }
  .stickybar{transition:opacity .25s ease,transform .25s ease}
  body.at-footer .stickybar{opacity:0;transform:translateY(8px);pointer-events:none}

  /* scroll reveal */
  .reveal{opacity:0;transform:translateY(12px);transition:opacity .5s ease,transform .5s ease}
  .reveal.in{opacity:1;transform:none}

  @media (prefers-reduced-motion: reduce){
    h1 .line span{transform:none;animation:none}
    .sub,.cta-row{opacity:1;animation:none}
    .reveal{opacity:1;transform:none;transition:none}
  }

  .stub{border-top:1px dashed rgba(33,23,20,.2);padding:34px 0 120px;color:rgba(33,23,20,.4);font-size:13px;font-family:ui-monospace,Menlo,monospace}

  .stickybar{position:fixed;left:0;right:0;bottom:0;display:none;gap:10px;padding:10px 14px calc(10px + env(safe-area-inset-bottom));background:color-mix(in srgb, var(--ivory) 94%, transparent);backdrop-filter:blur(10px);border-top:1px solid rgba(33,23,20,.1);z-index:50}
  .stickybar .btn{flex:1;padding:14px 0;font-size:15px}
  @media(max-width:760px){
    /* Reveal-on-scroll: hidden + off the bottom edge on load (hero in view); .visible (toggled by the
       IntersectionObserver in booking-modal.js) slides it up once the hero scrolls ~85% out. Transition is
       the 250ms one on .stickybar above. The in-hero Book Now / Call stay visible at all times. */
    .stickybar{display:flex;transform:translateY(100%);opacity:0;pointer-events:none}
    .stickybar.visible{transform:translateY(0);opacity:1;pointer-events:auto}
  }

  /* ===== Scroll-responsive marquee band (GSAP + ScrollTrigger) ===== */
  .section-resource{background:var(--ivory);padding:clamp(56px,9vw,120px) 0;overflow:hidden}
  .marquee-advanced{overflow:hidden;width:100%}
  .marquee-advanced__scroll{display:flex;width:100%;will-change:transform}
  .marquee-advanced__collection{display:flex;flex:none;align-items:center}
  .section-spacing.is-4{height:clamp(20px,3vw,40px)}
  /* text row */
  .marquee-advanced--text .marquee-advanced__item{display:flex;align-items:center;gap:clamp(20px,3vw,52px);padding-right:clamp(20px,3vw,52px);white-space:nowrap}
  .marquee__advanced__p{font-family:var(--display);font-weight:700;text-transform:uppercase;font-size:clamp(38px,8vw,116px);line-height:1;letter-spacing:-.01em;color:var(--cocoa);margin:0}
  .marquee-advanced__arrow{font-family:var(--body);font-weight:700;font-size:clamp(26px,5vw,68px);color:var(--teal);line-height:1}
  /* card row */
  .marquee-advanced--cards .marquee-advanced__collection{align-items:stretch}
  .mq-card{flex:none;width:clamp(300px,32vw,460px);height:clamp(440px,78vh,840px);border-radius:30px;margin-right:clamp(18px,2.2vw,32px);display:flex;align-items:flex-end;padding:clamp(22px,2.4vw,34px);box-shadow:0 22px 40px -18px rgba(33,23,20,.2)}
  .mq-card__label{font-family:var(--display);font-weight:700;font-size:clamp(26px,2.6vw,42px);line-height:1.02;color:var(--cocoa)}
  .mq-card--cool{background:var(--plate-cool)}
  .mq-card--warm{background:var(--plate-warm)}
  .mq-card--ivory{background:var(--ivory-2)}
  .mq-card--neutral{background:var(--plate-neutral)}
  .mq-card--rose{background:var(--rose)}
  .mq-card--rose .mq-card__label{color:var(--ivory)}
  /* image-filled cards (posters + photos) */
  .mq-card--img{background-color:var(--plate-warm);background-size:cover;background-position:center;background-repeat:no-repeat}
  @media(max-width:760px){
    .mq-card{width:clamp(230px,66vw,330px);height:clamp(380px,68vh,560px);border-radius:24px}
  }


  /* ============================================================
     SALON PAGE (salon.html) — In-Salon grooming + pricing
     ============================================================ */
  .salon-hero{background:var(--ivory);padding:clamp(72px,11vw,150px) 0 clamp(40px,6vw,80px)}
  .salon-hero .eyebrow{color:var(--teal);text-align:left}
  .salon-hero h1{font-family:var(--display);font-weight:700;font-size:clamp(48px,9vw,108px);line-height:.92;letter-spacing:-.025em;color:var(--cocoa);margin:.16em 0 0}
  .salon-hero .lead{font-family:var(--body);font-size:clamp(16px,1.7vw,20px);line-height:1.6;color:rgba(33,23,20,.8);max-width:56ch;margin:clamp(18px,2.4vw,28px) 0 0}
  .salon-hero .cta-row{display:flex;gap:14px;flex-wrap:wrap;margin-top:clamp(26px,3vw,38px)}
  /* Salon page only (.salon-hero--store): faded storefront photo behind the hero text; ivory wash (strong on the left) keeps the left-aligned copy legible */
  .salon-hero--store{position:relative;overflow:hidden;min-height:clamp(440px,64vw,940px)}
  .salon-hero--store::before{content:"";position:absolute;inset:0;z-index:0;pointer-events:none;background:linear-gradient(to right,rgba(255,254,240,.84) 0%,rgba(255,254,240,.52) 50%,rgba(255,254,240,.36) 100%),url(assets/dp-storefront-hero-bg.webp) center/cover no-repeat}
  .salon-hero--store>.wrap{position:relative;z-index:1}
  .salon-hero__photo{display:none}   /* base default; the photo img is shown in the right column on desktop (split) and the top zone on mobile, overridden in both media blocks below */

  /* DESKTOP/WIDE SALON HERO (min-width:761): split layout. Deep Teal text panel (left ~48%) + crisp, full-opacity storefront photo (right ~52%), each filling the full hero height. Replaces the old washed-out full-bleed backdrop; the mobile (max-width:760) stacked two-zone is unchanged. */
  @media(min-width:761px){
    .salon-hero--store{display:grid;grid-template-columns:48% 52%;min-height:560px;overflow:hidden;padding:0;background:var(--teal)}
    .salon-hero--store::before{content:none}                                  /* remove the faded backdrop wash */
    /* LEFT: Deep Teal text panel, vertically centered, generous padding */
    .salon-hero--store>.wrap{grid-column:1;grid-row:1;position:relative;z-index:1;max-width:none;width:auto;margin:0;background:var(--teal);display:flex;flex-direction:column;justify-content:center;align-items:flex-start;padding:clamp(48px,5vw,72px) clamp(40px,5vw,72px)}
    /* RIGHT: crisp storefront photo at full opacity and saturation, edge-to-edge, flush under the nav */
    .salon-hero__photo{display:block;grid-column:2;grid-row:1;width:100%;height:100%;object-fit:cover;object-position:center;background:#FAF5EF}
    /* type on the teal panel */
    .salon-hero--store .eyebrow{color:#C5F1F1}
    .salon-hero--store h1{font-family:"Fraunces",Georgia,serif;font-weight:900;color:#fff;font-size:clamp(46px,6vw,80px);line-height:.98;letter-spacing:-.02em;margin:0}
    .salon-hero--store h1 .salon-hero__dot{color:#DC8495}
    .salon-hero--store .lead{font-family:"Figtree",system-ui,sans-serif;color:rgba(255,255,255,.92);max-width:34ch;margin:clamp(16px,1.6vw,22px) 0 0}
    .salon-hero--store .cta-row{margin-top:clamp(22px,2.4vw,32px)}
    .salon-hero--store .cta-row .btn{min-height:50px;font-family:"Figtree",system-ui,sans-serif}
    .salon-hero--store .cta-row .btn-primary{background:#FAF5EF;color:var(--teal)}
    .salon-hero--store .cta-row .btn-ghost{background:rgba(255,255,255,.12);color:#fff;box-shadow:inset 0 0 0 1.5px rgba(255,255,255,.5)}
    .salon-hero--store .cta-helper{font-family:"Figtree",system-ui,sans-serif;color:rgba(255,255,255,.6)}
    /* clear separation from "What to Expect" below (higher specificity so it beats the base .salon-steps padding shorthand) */
    .salon-hero--store + .salon-steps{padding-top:clamp(64px,8vw,110px)}
  }

  /* "what to expect" steps */
  .salon-steps{background:var(--ivory);padding:0 0 clamp(48px,7vw,90px)}
  .salon-steps .eyebrow{color:var(--teal);margin:0 0 clamp(18px,2vw,26px)}
  .salon-steps .grid{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid rgba(33,23,20,.14)}
  .salon-step{padding:clamp(28px,3.2vw,44px) clamp(24px,3vw,52px) clamp(28px,3.2vw,44px) 0}
  .salon-step + .salon-step{border-left:1px solid rgba(33,23,20,.1);padding-left:clamp(24px,3vw,52px)}
  .salon-step .n{font-family:var(--display);font-weight:600;font-size:clamp(14px,1.1vw,16px);letter-spacing:.06em;color:var(--teal);margin:0 0 12px}
  .salon-step h3{font-family:var(--display);font-weight:700;font-size:clamp(19px,1.7vw,24px);line-height:1.18;color:var(--cocoa);margin:0 0 10px}
  .salon-step p{font-family:var(--body);font-size:14.5px;line-height:1.6;color:rgba(33,23,20,.72);margin:0}

  /* pricing section */
  .pricing{background:var(--ivory);padding:clamp(56px,8vw,110px) 0}
  .pricing .sec-head{text-align:left;margin:0 0 clamp(10px,1vw,16px)}
  .pricing .lead{font-family:var(--body);font-size:clamp(15px,1.5vw,18px);line-height:1.55;color:rgba(33,23,20,.7);max-width:58ch;margin:0 0 clamp(32px,4vw,52px)}

  /* ===== "Tell us about your pup" calculator ===== */
  .pup{display:grid;grid-template-columns:1.55fr 1fr;gap:clamp(24px,3vw,52px);align-items:start;margin-top:clamp(8px,1vw,16px)}
  .pup-title{font-family:var(--display);font-weight:700;font-size:clamp(24px,2.4vw,32px);color:var(--cocoa);margin:0 0 clamp(20px,2.4vw,30px)}
  .pup-form fieldset{border:0;margin:0 0 clamp(22px,2.6vw,34px);padding:0}
  .pup-form fieldset[hidden]{display:none}
  .pup-form fieldset:last-of-type{margin-bottom:0}
  .pup-form legend{font-family:var(--display);font-weight:700;font-size:clamp(16px,1.4vw,19px);color:var(--cocoa);margin:0 0 14px;padding:0}
  .opt-grid{display:grid;gap:10px}
  .size-grid{grid-template-columns:repeat(3,1fr)}
  .svc-grid{grid-template-columns:repeat(3,1fr)}
  .coat-grid{grid-template-columns:repeat(2,1fr)}
  .opt-card{position:relative;display:flex;flex-direction:column;gap:3px;cursor:pointer;background:var(--ivory);border:1.5px solid rgba(33,23,20,.14);border-radius:14px;padding:13px 15px;transition:border-color .15s,background-color .15s}
  .opt-card:hover{border-color:rgba(0,116,127,.45)}
  .opt-card:focus-within{outline:3px solid var(--teal);outline-offset:2px}
  .opt-card input{position:absolute;opacity:0;width:1px;height:1px;margin:0}
  .opt-card.sel{border-color:var(--teal-deep);background:color-mix(in srgb, var(--teal) 8%, var(--ivory))}
  .opt-card.sel::after{content:"✓";position:absolute;top:9px;right:12px;font-family:var(--body);font-weight:700;font-size:12px;color:var(--teal-deep)}
  .oc-title{font-family:var(--body);font-weight:700;font-size:15px;color:var(--cocoa);padding-right:16px}
  .oc-sub{font-family:var(--body);font-size:13px;color:rgba(33,23,20,.62)}
  .oc-help{font-family:var(--body);font-size:12.5px;line-height:1.4;color:rgba(33,23,20,.6);margin-top:2px}
  .pup-reassure{font-family:var(--body);font-size:13.5px;color:rgba(33,23,20,.58);margin:clamp(20px,2.2vw,26px) 0 0}

  /* estimate booking card */
  .estimate{position:sticky;top:96px;margin-top:34px;background:var(--ivory);border:1.5px solid var(--teal-deep);border-radius:20px;padding:clamp(22px,2.4vw,30px)}
  .est-eyebrow{font-family:var(--body);font-weight:700;font-size:12px;letter-spacing:.1em;text-transform:uppercase;color:var(--teal);margin:0 0 12px}
  .est-price{display:flex;align-items:baseline;gap:9px;flex-wrap:wrap;margin:0}
  .est-price .from{font-family:var(--body);font-weight:600;font-size:13px;color:rgba(33,23,20,.55)}
  .est-price .amt{font-family:var(--display);font-weight:700;font-size:clamp(40px,4.2vw,54px);line-height:1;color:var(--teal-deep)}
  .est-ctx{font-family:var(--body);font-weight:600;font-size:14.5px;line-height:1.4;color:var(--cocoa);margin:14px 0 0}
  .est-inc{font-family:var(--body);font-size:13.5px;line-height:1.55;color:rgba(33,23,20,.72);margin:8px 0 0}
  .est-note{font-family:var(--body);font-size:12.5px;line-height:1.5;color:rgba(33,23,20,.55);margin:16px 0 0;padding-top:15px;border-top:1px solid rgba(33,23,20,.1)}
  .est-cta{margin-top:clamp(16px,2vw,22px)}
  .estimate .btn{width:100%}
  .btn-rose{background:var(--rose);color:var(--cocoa)}
  .btn-rose:hover{background:var(--teal-deep);color:var(--ivory)}
  .est-link{display:block;text-align:center;margin-top:13px;font-family:var(--body);font-weight:600;font-size:13.5px;color:var(--teal);transition:color .15s}
  .est-link:hover{color:var(--teal-deep)}

  /* ===== full pricing guide (service accordions) ===== */
  .guide{margin-top:clamp(56px,7vw,100px)}
  .guide-title{font-family:var(--display);font-weight:700;font-size:clamp(24px,2.6vw,36px);color:var(--cocoa);margin:0 0 8px}
  .guide-intro{font-family:var(--body);font-size:clamp(14.5px,1.4vw,16px);line-height:1.55;color:rgba(33,23,20,.7);max-width:60ch;margin:0 0 clamp(22px,2.6vw,34px)}
  .guide-acc{display:flex;flex-direction:column;gap:12px}
  .gitem{border:1px solid rgba(33,23,20,.12);border-radius:16px;overflow:hidden;background:var(--ivory);transition:border-color .15s}
  .gitem.open{border-color:rgba(0,116,127,.4)}
  .ghead{display:flex;align-items:center;justify-content:space-between;gap:18px;width:100%;background:none;border:0;cursor:pointer;text-align:left;padding:clamp(16px,1.8vw,22px) clamp(18px,2vw,26px)}
  .gh-name{font-family:var(--display);font-weight:700;font-size:clamp(18px,1.7vw,22px);color:var(--cocoa)}
  .gh-help{display:block;font-family:var(--body);font-weight:400;font-size:13px;line-height:1.4;color:rgba(33,23,20,.6);margin-top:3px}
  .gicon{position:relative;flex:none;width:16px;height:16px;transition:transform .3s ease}
  .gicon::before,.gicon::after{content:"";position:absolute;background:var(--teal);border-radius:2px}
  .gicon::before{left:0;right:0;top:50%;height:2px;transform:translateY(-50%)}
  .gicon::after{top:0;bottom:0;left:50%;width:2px;transform:translateX(-50%)}
  .gitem.open .gicon{transform:rotate(45deg)}
  .gpanel{display:grid;grid-template-rows:0fr;transition:grid-template-rows .35s ease}
  .gitem.open .gpanel{grid-template-rows:1fr}
  .gpanel-inner{overflow:hidden;padding:0 0 6px}
  .gtable{width:100%;border-collapse:collapse;font-family:var(--body);table-layout:fixed}
  .gtable th,.gtable td{padding:11px clamp(14px,1.8vw,24px);text-align:right;font-size:14.5px;vertical-align:bottom}
  .gtable th:first-child,.gtable td:first-child{text-align:left;width:26%}
  .gtable thead th{font-weight:700;font-size:12px;letter-spacing:.02em;text-transform:uppercase;color:rgba(33,23,20,.55);border-bottom:1px solid rgba(33,23,20,.12);padding-top:4px;padding-bottom:9px}
  .gtable tbody th{font-weight:600;color:var(--cocoa)}
  .gtable tbody td{color:rgba(33,23,20,.82)}
  .gtable tbody tr + tr th,.gtable tbody tr + tr td{border-top:1px solid rgba(33,23,20,.06)}

  /* definitions + add-ons */
  .price-extras{display:grid;grid-template-columns:1.3fr 1fr;gap:clamp(28px,4vw,64px);margin-top:clamp(44px,5.5vw,76px)}
  .defs h3,.addons h3{font-family:var(--display);font-weight:700;font-size:clamp(19px,1.7vw,24px);color:var(--cocoa);margin:0 0 16px}
  .defs dl{margin:0;display:grid;gap:14px}
  .defs dt{font-family:var(--body);font-weight:700;font-size:15px;color:var(--cocoa)}
  .defs dd{font-family:var(--body);font-size:14px;line-height:1.55;color:rgba(33,23,20,.72);margin:2px 0 0}
  .addons .addon{display:flex;justify-content:space-between;gap:16px;padding:14px 0;border-bottom:1px solid rgba(33,23,20,.1)}
  .addons .addon:first-of-type{border-top:1px solid rgba(33,23,20,.1)}
  .addons .a-name{font-family:var(--body);font-weight:600;font-size:15px;color:var(--cocoa)}
  .addons .a-when{font-family:var(--body);font-size:13px;line-height:1.45;color:rgba(33,23,20,.6);margin-top:3px}
  .addons .a-price{font-family:var(--display);font-weight:700;font-size:20px;color:var(--teal);white-space:nowrap}
  .addons .addon-note{font-family:var(--body);font-size:13px;line-height:1.5;color:rgba(33,23,20,.6);margin:14px 0 0}
  .price-disclaimer{font-family:var(--body);font-size:13.5px;line-height:1.6;color:rgba(33,23,20,.6);max-width:80ch;margin:clamp(36px,4.5vw,60px) 0 0;padding-top:clamp(20px,2.4vw,28px);border-top:1px solid rgba(33,23,20,.12)}

  /* salon closing CTA */
  .salon-cta{background:var(--ivory);text-align:center;padding:clamp(56px,8vw,110px) 0;border-top:1px solid rgba(33,23,20,.1)}
  .salon-cta h2{font-family:var(--display);font-weight:700;font-size:clamp(30px,4vw,52px);line-height:1.04;letter-spacing:-.015em;color:var(--cocoa);margin:0 auto;max-width:none}
  .salon-cta p{font-family:var(--body);font-size:clamp(15px,1.6vw,18px);line-height:1.6;color:rgba(33,23,20,.7);max-width:46ch;margin:clamp(14px,1.6vw,20px) auto 0}
  .salon-cta .cta-row{display:flex;gap:14px;justify-content:center;flex-wrap:wrap;margin-top:clamp(24px,3vw,36px)}

  @media(max-width:900px){
    .pup{grid-template-columns:1fr;gap:clamp(22px,3vw,32px)}
    .estimate{position:static;top:auto;margin-top:0}
  }
  @media(max-width:760px){
    .salon-steps .grid{grid-template-columns:1fr}
    .salon-hero--store + .salon-steps{padding-top:clamp(28px,7vw,44px)}
    .salon-step,.salon-step + .salon-step{padding:clamp(22px,6vw,28px) 0;border-left:0;border-top:1px solid rgba(33,23,20,.1)}
    .salon-step:first-child{border-top:0}
    .price-extras{grid-template-columns:1fr;gap:clamp(28px,7vw,40px)}
    .size-grid{grid-template-columns:repeat(2,1fr)}
    .svc-grid{grid-template-columns:1fr}
    .gtable th,.gtable td{padding-left:clamp(14px,4vw,18px);padding-right:clamp(14px,4vw,18px);font-size:14px}
  }


  /* ============================================================
     POLICIES PAGE (policies.html) — editorial service guide
     ============================================================ */
  .pol-hero{background:var(--ivory);padding:clamp(64px,10vw,140px) 0 clamp(30px,4vw,52px)}
  .pol-hero .eyebrow{color:var(--teal);text-align:left}
  .pol-hero h1{font-family:var(--display);font-weight:700;font-size:clamp(34px,5.2vw,64px);line-height:1.04;letter-spacing:-.02em;color:var(--cocoa);margin:.16em 0 0;max-width:18ch}
  .pol-intro{font-family:var(--body);font-size:clamp(16px,1.7vw,19px);line-height:1.65;color:rgba(33,23,20,.78);max-width:60ch;margin:clamp(18px,2.2vw,26px) 0 0}

  .pol-main{background:var(--ivory);padding:clamp(34px,5vw,60px) 0 clamp(56px,8vw,110px);border-top:1px solid rgba(33,23,20,.12)}
  .pol-main .wrap{display:grid;grid-template-columns:200px 1fr;gap:clamp(36px,6vw,96px);align-items:start}
  .pol-nav{position:sticky;top:96px;min-width:0}
  .pol-nav__label{font-family:var(--body);font-weight:700;font-size:11.5px;letter-spacing:.14em;text-transform:uppercase;color:rgba(33,23,20,.5);margin:0 0 14px}
  .pol-nav ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:1px}
  .pol-nav a{display:block;font-family:var(--body);font-size:14.5px;line-height:1.35;color:rgba(33,23,20,.7);padding:7px 0;transition:color .15s}
  .pol-nav a:hover{color:var(--teal)}
  .pol-nav a.active{color:var(--teal-deep);font-weight:700}
  .pol-nav a:focus-visible{outline:3px solid var(--teal);outline-offset:2px;border-radius:3px}

  .pol-content{min-width:0}
  .pol-sec{padding:clamp(30px,4vw,52px) 0;border-top:1px solid rgba(33,23,20,.1);scroll-margin-top:clamp(80px,10vh,100px)}
  .pol-sec:first-child{padding-top:0;border-top:0}
  .pol-sec:focus{outline:none}
  .pol-sec__n{font-family:var(--display);font-weight:600;font-size:14px;letter-spacing:.04em;color:var(--teal);margin:0 0 8px}
  .pol-sec h2{font-family:var(--display);font-weight:700;font-size:clamp(24px,2.6vw,34px);line-height:1.1;letter-spacing:-.01em;color:var(--cocoa);margin:0 0 clamp(14px,1.6vw,20px)}
  .pol-sec p{font-family:var(--body);font-size:16px;line-height:1.7;color:rgba(33,23,20,.8);margin:0 0 14px;max-width:68ch}
  .pol-sec p:last-child{margin-bottom:0}
  .pol-sec .pol-helper{font-family:var(--display);font-style:italic;font-size:clamp(16px,1.6vw,19px);color:var(--teal);margin:0 0 14px}

  .pol-callout{background:var(--ivory-2);border:1px solid rgba(0,116,127,.32);border-radius:14px;padding:clamp(16px,2vw,22px) clamp(18px,2.2vw,24px);margin:0 0 clamp(18px,2vw,24px);max-width:68ch}
  .pol-callout__label{font-family:var(--body);font-weight:700;font-size:11.5px;letter-spacing:.12em;text-transform:uppercase;color:var(--teal);margin:0 0 8px}
  .pol-callout p{font-size:15.5px;line-height:1.6;color:var(--cocoa);margin:0;max-width:none}

  .pol-list{margin:0 0 14px;padding-left:1.2em;max-width:68ch}
  .pol-list li{font-family:var(--body);font-size:16px;line-height:1.6;color:rgba(33,23,20,.8);margin:0 0 9px;padding-left:.3em}
  .pol-list li::marker{color:var(--teal)}
  .pol-list li:last-child{margin-bottom:0}
  .pol-list--num{padding-left:1.4em}
  .pol-list--num li{margin-bottom:14px}

  .pol-notes{margin:0;max-width:68ch;border-top:1px solid rgba(33,23,20,.1)}
  .pol-note{display:grid;grid-template-columns:168px 1fr;gap:18px;padding:13px 0;border-bottom:1px solid rgba(33,23,20,.1)}
  .pol-note dt{font-family:var(--body);font-weight:700;font-size:14.5px;line-height:1.45;color:var(--teal-deep)}
  .pol-note dd{font-family:var(--body);font-size:15.5px;line-height:1.55;color:rgba(33,23,20,.78);margin:0}

  .pol-cta{background:var(--ivory);text-align:center;padding:clamp(56px,8vw,110px) 0;border-top:1px solid rgba(33,23,20,.1)}
  .pol-cta h2{font-family:var(--display);font-weight:700;font-size:clamp(28px,3.6vw,46px);line-height:1.06;letter-spacing:-.015em;color:var(--cocoa);margin:0 auto;max-width:24ch}
  .pol-cta p{font-family:var(--body);font-size:clamp(15px,1.6vw,18px);line-height:1.6;color:rgba(33,23,20,.7);max-width:54ch;margin:clamp(14px,1.6vw,20px) auto 0}
  .pol-cta .cta-row{display:flex;gap:14px;justify-content:center;flex-wrap:wrap;margin-top:clamp(24px,3vw,34px)}

  @media(max-width:820px){
    .pol-main .wrap{grid-template-columns:1fr;gap:clamp(22px,4vw,30px)}
    .pol-nav{position:static;top:auto;border-bottom:1px solid rgba(33,23,20,.12);padding-bottom:18px}
    .pol-nav ul{flex-direction:row;flex-wrap:nowrap;overflow-x:auto;gap:8px;scrollbar-width:none}
    .pol-nav ul::-webkit-scrollbar{display:none}
    .pol-nav a{white-space:nowrap;border:1px solid rgba(33,23,20,.16);border-radius:999px;padding:8px 14px}
    .pol-nav a:hover{border-color:var(--teal)}
    .pol-nav a.active{border-color:var(--teal-deep)}
    .pol-note{grid-template-columns:1fr;gap:3px;padding:12px 0}
  }


  /* ============================================================
     CONTACT PAGE (contact.html) — editorial contact + branded map
     ============================================================ */
  .contact-hero{background:var(--ivory);padding:clamp(64px,10vw,140px) 0 clamp(26px,4vw,46px)}
  .contact-hero .eyebrow{color:var(--teal);text-align:left}
  .contact-hero h1{font-family:var(--display);font-weight:700;font-size:clamp(34px,5.2vw,64px);line-height:1.04;letter-spacing:-.02em;color:var(--cocoa);margin:.16em 0 0;max-width:16ch}
  .contact-hero .lead{font-family:var(--body);font-size:clamp(16px,1.7vw,19px);line-height:1.65;color:rgba(33,23,20,.78);max-width:54ch;margin:clamp(16px,2vw,24px) 0 0}

  .contact-main{background:var(--ivory);padding:clamp(20px,3vw,40px) 0 clamp(56px,8vw,110px);border-top:1px solid rgba(33,23,20,.12)}
  .contact-main .wrap{display:grid;grid-template-columns:0.92fr 1.08fr;gap:clamp(32px,5vw,72px);align-items:start}

  .contact-block{padding:clamp(24px,3vw,34px) 0;border-top:1px solid rgba(33,23,20,.1)}
  .contact-block:first-child{padding-top:0;border-top:0}
  .contact-block h2{font-family:var(--display);font-weight:700;font-size:clamp(22px,2.4vw,30px);line-height:1.1;color:var(--cocoa);margin:0 0 16px}
  .contact-block h3{font-family:var(--display);font-weight:700;font-size:clamp(18px,1.6vw,22px);color:var(--cocoa);margin:0 0 14px}
  .c-address{font-style:normal;font-family:var(--body);font-size:16.5px;line-height:1.5;color:var(--cocoa);margin:0 0 18px}
  .c-rows{margin:0 0 22px;display:grid;gap:7px}
  .c-row{font-family:var(--body);font-size:15.5px;line-height:1.5;color:rgba(33,23,20,.8);margin:0}
  .c-row .c-k{display:inline-block;min-width:56px;color:rgba(33,23,20,.5)}
  a.c-link{color:var(--teal);border-bottom:1px solid rgba(0,116,127,.28);transition:color .15s,border-color .15s}
  a.c-link:hover{color:var(--teal-deep);border-color:var(--teal-deep)}
  a.c-link:focus-visible{outline:3px solid var(--teal);outline-offset:2px;border-radius:2px}
  .c-copy{font-family:var(--body);font-size:16px;line-height:1.65;color:rgba(33,23,20,.8);margin:0;max-width:58ch}
  .contact-actions{display:flex;flex-wrap:wrap;gap:12px;align-items:center}
  .c-dir{font-family:var(--body);font-weight:600;font-size:14.5px;color:var(--teal)}
  .c-dir:hover{color:var(--teal-deep)}

  .hours{margin:0;border-top:1px solid rgba(33,23,20,.1)}
  .hours-row{display:flex;justify-content:space-between;align-items:baseline;gap:18px;padding:9px 0;border-bottom:1px solid rgba(33,23,20,.08)}
  .hours-row:last-child{border-bottom:0}
  .hours-row dt{font-family:var(--body);font-size:15px;color:rgba(33,23,20,.78)}
  .hours-row dd{margin:0;font-family:var(--body);font-size:15px;color:rgba(33,23,20,.78);font-variant-numeric:tabular-nums}
  .hours-row.is-today dt,.hours-row.is-today dd{color:var(--teal-deep);font-weight:700}
  .h-today-tag{font-family:var(--body);font-weight:700;font-size:10px;letter-spacing:.1em;text-transform:uppercase;color:var(--teal);margin-left:8px;vertical-align:1px}
  .hours-note{font-family:var(--body);font-size:13.5px;color:rgba(33,23,20,.6);margin:14px 0 0}

  .contact-map{position:sticky;top:96px}
  .map-frame{position:relative;border:1px solid rgba(0,116,127,.28);border-radius:20px;overflow:hidden;height:clamp(380px,52vw,580px);background:var(--plate-cool)}
  .map-frame iframe{display:block;width:100%;height:100%;border:0}
  .map-label{position:absolute;left:clamp(14px,2vw,18px);top:clamp(14px,2vw,18px);background:var(--ivory);border:1px solid rgba(33,23,20,.1);border-radius:12px;padding:11px 15px;max-width:78%}
  .map-label strong{display:block;font-family:var(--display);font-weight:700;font-size:15px;color:var(--teal-deep);line-height:1.2}
  .map-label span{display:block;font-family:var(--body);font-size:12.5px;color:rgba(33,23,20,.6);margin-top:2px}
  .map-cta{margin-top:14px}

  @media(max-width:860px){
    .contact-main .wrap{grid-template-columns:1fr;gap:clamp(28px,5vw,40px)}
    .contact-map{position:static;top:auto}
    .map-frame{height:clamp(320px,70vw,420px)}
  }

  /* Contact message form (prominent right column) + map relocated to a full-width band below */
  .contact-form-card{background:var(--ivory);border:1px solid rgba(0,116,127,.28);border-radius:20px;padding:clamp(22px,3vw,34px);box-shadow:0 16px 38px -26px rgba(11,62,66,.32)}
  .contact-form-card h2{font-family:var(--display);font-weight:700;font-size:clamp(22px,2.4vw,30px);line-height:1.1;color:var(--cocoa);margin:0 0 8px}
  .cf-intro{font-family:var(--body);font-size:15px;line-height:1.55;color:rgba(33,23,20,.7);margin:0 0 22px;max-width:46ch}
  .contact-form{display:grid;gap:16px}
  .cf-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}
  .cf-field{display:grid;gap:6px}
  .cf-field label{font-family:var(--body);font-weight:700;font-size:12.5px;letter-spacing:.04em;text-transform:uppercase;color:rgba(33,23,20,.6)}
  .cf-field input,.cf-field textarea{-webkit-appearance:none;appearance:none;font-family:var(--body);font-size:15.5px;color:var(--cocoa);background:color-mix(in srgb,var(--rose) 22%,#fff);border:1px solid rgba(220,132,149,.45);border-radius:12px;padding:12px 14px;width:100%;transition:border-color .15s,box-shadow .15s}
  .cf-field textarea{resize:vertical;min-height:124px;line-height:1.5}
  .cf-field input:focus,.cf-field textarea:focus{outline:none;border-color:var(--teal);box-shadow:0 0 0 3px rgba(0,116,127,.16)}
  .cf-submit{margin-top:4px;justify-self:start}
  .cf-status{font-family:var(--body);font-size:14px;line-height:1.5;margin:4px 0 0;min-height:1.1em}
  .cf-status.is-ok{color:var(--teal-deep)}
  .cf-status.is-error{color:#b3261e}

  .contact-map-section{background:var(--ivory);padding:0 0 clamp(56px,8vw,110px)}
  .contact-map-section .contact-map{position:static;top:auto}
  .contact-map-section .map-frame{height:clamp(300px,40vw,460px)}

  @media(max-width:560px){
    .cf-grid{grid-template-columns:1fr}
  }

  /* Desktop "click to reveal" Call popover (wired in booking-modal.js; phones keep tap-to-dial) */
  .call-pop{position:fixed;z-index:120;min-width:210px;max-width:280px;background:var(--ivory);border:1px solid rgba(0,116,127,.30);border-radius:14px;box-shadow:0 20px 48px -22px rgba(11,62,66,.45),0 2px 8px rgba(33,23,20,.06);padding:14px 16px 15px;font-family:var(--body);opacity:0;transform:translateY(-6px) scale(.98);transform-origin:top left;transition:opacity .15s ease,transform .15s ease;pointer-events:none}
  .call-pop.is-open{opacity:1;transform:none;pointer-events:auto}
  .call-pop__label{margin:0 0 3px;font-size:11.5px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--teal)}
  .call-pop__num{display:inline-block;font-family:var(--display);font-weight:700;font-size:23px;line-height:1.05;letter-spacing:-.01em;color:var(--cocoa);text-decoration:none}
  .call-pop__num:hover{color:var(--teal-deep)}
  .call-pop__num:focus-visible{outline:2px solid var(--teal);outline-offset:2px;border-radius:4px}
  .call-pop__row{display:flex;align-items:center;gap:10px;margin-top:11px}
  .call-pop__copy{font-family:var(--body);font-weight:700;font-size:13px;color:var(--ivory);background:var(--teal);border:0;border-radius:999px;padding:7px 14px;cursor:pointer;transition:background .15s}
  .call-pop__copy:hover{background:var(--teal-deep)}
  .call-pop__copy:focus-visible{outline:2px solid var(--teal-deep);outline-offset:2px}
  .call-pop__status{font-size:12.5px;font-weight:600;color:var(--teal-deep)}


  /* ============================================================
     FLOATING CTA cluster (homepage) — playful right-side booking dock
     ============================================================ */
  #mobile-grooming{scroll-margin-top:clamp(80px,11vh,104px)}
  .floating-cta{position:fixed;right:clamp(1rem,2vw,2.5rem);top:clamp(12rem,28vh,20rem);z-index:55;display:flex;flex-direction:column;gap:.7rem;align-items:flex-end;pointer-events:none;transition:opacity .3s ease}
  body.at-footer .floating-cta{opacity:0}
  body.at-footer .floating-cta__button{pointer-events:none}
  /* Resting state is the default (correct even with no JS / no animation). JS toggles .floating-cta--enter on load for a staggered slide-in. */
  .floating-cta__button{pointer-events:auto;display:inline-flex;align-items:center;gap:.65rem;font-family:var(--body);font-weight:700;font-size:17px;line-height:1;text-decoration:none;border-radius:999px;padding:1.05rem 1.7rem;opacity:1;transform:rotate(0deg);transition:opacity .5s ease,transform .35s cubic-bezier(.34,1.56,.64,1),box-shadow .26s ease,background-color .2s ease,color .2s ease}
  .floating-cta--enter .floating-cta__button{opacity:0;transform:translateX(42px)}
  .floating-cta__button:nth-child(1){transition-delay:.05s}
  .floating-cta__button:nth-child(2){transition-delay:.13s}
  .floating-cta__button:nth-child(3){transition-delay:.21s}
  .floating-cta__button:hover,.floating-cta__button:focus-visible,.floating-cta__button:active{transition-delay:0s}
  .floating-cta__button:hover{transform:rotate(-3deg) translateY(-3px) scale(1.04)}
  .floating-cta__button:active{transform:rotate(-3deg) translateY(0) scale(.97)}
  .floating-cta__button:focus-visible{outline:3px solid var(--teal-deep);outline-offset:3px}
  .floating-cta__dot{width:.72rem;height:.72rem;border-radius:999px;background:currentColor;flex:none}
  .floating-cta__button--secondary{width:12.25rem;justify-content:center;background:var(--ivory);color:var(--teal);box-shadow:0 .4rem 1.1rem rgba(33,23,20,.12),inset 0 0 0 1.5px rgba(220,132,149,.6)}
  .floating-cta__button--secondary:hover{box-shadow:0 .7rem 1.7rem rgba(33,23,20,.16),inset 0 0 0 1.5px var(--rose)}
  .floating-cta__button--secondary .floating-cta__dot{background:var(--rose)}
  .floating-cta__button--primary{width:13rem;justify-content:center;background:var(--teal);color:var(--ivory);font-size:20px;padding:1.2rem 2rem;box-shadow:0 .7rem 1.9rem rgba(0,116,127,.34)}
  .floating-cta__button--primary:hover{background:var(--teal-deep);box-shadow:0 1rem 2.4rem rgba(0,116,127,.42)}
  .floating-cta__button--primary .floating-cta__dot{background:var(--ivory)}

  @media(max-width:767px){
    /* Homepage mobile: hide the dock and use the shared Call + Book Now stickybar so the bottom bar matches the other pages. */
    .floating-cta{display:none}
    body:has(.floating-cta) .stickybar{display:flex}
    /* Reveal-on-scroll: the mobile dock starts hidden off the bottom edge (hero in view) and slides up via
       .visible once the hero scrolls ~85% out (IntersectionObserver in booking-modal.js). */
    .floating-cta{top:auto;right:0;left:0;bottom:0;flex-direction:row;justify-content:center;align-items:stretch;gap:.5rem;padding:.7rem .75rem;padding-bottom:calc(.7rem + env(safe-area-inset-bottom));background:color-mix(in srgb, var(--ivory) 92%, transparent);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-top:1px solid rgba(33,23,20,.1);transform:translateY(100%);opacity:0;transition:opacity .25s ease,transform .25s ease}
    .floating-cta.visible{transform:translateY(0);opacity:1}
    .floating-cta:not(.visible) .floating-cta__button{pointer-events:none}
    .floating-cta__button{flex:1;justify-content:center;padding:.8rem .55rem;font-size:13.5px;transform:none;box-shadow:none}
    .floating-cta--enter .floating-cta__button{opacity:0;transform:translateY(16px)}
    .floating-cta__button--primary{flex:1;font-size:15px;padding:.95rem 1rem;box-shadow:0 .5rem 1.4rem rgba(0,116,127,.3)}
    .floating-cta__button--secondary{display:none}  /* mobile shows only the Book Now sticky CTA */
    .floating-cta__button:hover{transform:none}
    .floating-cta__button:active{transform:scale(.97)}
  }
  @media(prefers-reduced-motion: reduce){
    .floating-cta__button{transition:background-color .2s ease,color .2s ease,box-shadow .2s ease}
    .floating-cta--enter .floating-cta__button{opacity:1;transform:none}
    .floating-cta__button:hover,.floating-cta__button:active{transform:none}
    /* Reveal-on-scroll bars: no slide under reduced motion — toggle visibility instantly, no transition. */
    .stickybar,.floating-cta{transition:none}
  }


  /* ============================================================
     FLOATING BRAND LOGO (homepage) — fixed top-left, stays on scroll
     ============================================================ */
  /* floating brand logo sits in a subtle ivory "seal" badge with a teal hairline ring (boutique, brand-faithful) until the official circular logo is provided */
  .floating-logo{position:fixed;top:clamp(.85rem,1.7vw,1.6rem);left:clamp(1rem,2.2vw,2.2rem);z-index:45;display:inline-flex;align-items:center;text-decoration:none;pointer-events:auto}
  .floating-logo__image{display:block;width:clamp(9rem,13.5vw,14.5rem);height:auto;max-width:46vw;filter:drop-shadow(0 .15rem .3rem rgba(33,23,20,.16))}
  .floating-logo:focus-visible{outline:3px solid var(--teal);outline-offset:.35rem;border-radius:.6rem}
  /* with the brand removed from the homepage header, push the nav to the right */
  body.home .nav{justify-content:flex-end}
  @media(max-width:760px){
    .floating-logo{top:.7rem;left:.85rem}
    .floating-logo__image{width:clamp(7rem,39vw,10rem)}
  }


  /* ============================================================
     BOOKING SECTION (homepage .fork-sec) — booking explainer, portal CTAs, 3-step row
     ============================================================ */
  #book{scroll-margin-top:clamp(80px,11vh,104px)}
  .book-intro{font-family:var(--body);font-size:clamp(16px,1.7vw,19px);line-height:1.65;color:rgba(33,23,20,.8);max-width:62ch;margin:clamp(18px,2.4vw,28px) auto 0}
  .book-portal{display:flex;flex-wrap:wrap;justify-content:center;gap:14px;margin-top:clamp(22px,3vw,32px)}
  .book-reassure{font-family:var(--body);font-size:13.5px;line-height:1.6;color:rgba(33,23,20,.58);max-width:54ch;margin:clamp(16px,2vw,20px) auto 0}

  /* 3-step booking row (mirrors the salon page "what to expect" editorial steps) */
  .book-steps{list-style:none;margin:0 0 clamp(44px,6vw,76px);padding:0;display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid rgba(33,23,20,.14)}
  .book-step{padding:clamp(24px,3vw,40px) clamp(24px,3vw,52px) clamp(24px,3vw,40px) 0}
  .book-step + .book-step{border-left:1px solid rgba(33,23,20,.1);padding-left:clamp(24px,3vw,52px)}
  .book-step .n{font-family:var(--display);font-weight:600;font-size:clamp(13px,1.05vw,15px);letter-spacing:.08em;text-transform:uppercase;color:var(--teal);margin:0 0 10px}
  .book-step h3{font-family:var(--display);font-weight:700;font-size:clamp(19px,1.7vw,24px);line-height:1.18;color:var(--cocoa);margin:0 0 9px}
  .book-step p{font-family:var(--body);font-size:14.5px;line-height:1.6;color:rgba(33,23,20,.72);margin:0}
  @media(max-width:760px){
    .book-steps{grid-template-columns:1fr}
    .book-step,.book-step + .book-step{padding:clamp(22px,6vw,28px) 0;border-left:0;border-top:1px solid rgba(33,23,20,.1)}
    .book-step:first-child{border-top:0}
  }
  @media(max-width:520px){
    .book-portal{flex-direction:row;flex-wrap:nowrap;align-items:stretch;gap:10px}
    .book-portal .btn{flex:1 1 0;min-width:0;max-width:none;padding:14px 12px;font-size:14px;line-height:1.25}
    .book-reassure{display:none}
  }


  /* ============================================================
     BOOKING SECTION v2 — clarify line + refined service-card CTA hierarchy
     (booking modal removed 2026-06-18; generic Book Now CTAs link straight to Gingr login)
     ============================================================ */
  .book-clarify{font-family:var(--body);font-size:clamp(14px,1.45vw,16px);line-height:1.6;color:rgba(33,23,20,.66);max-width:58ch;margin:clamp(10px,1.4vw,14px) auto 0}
  /* tighten the run-up to the cards so the decision points arrive sooner */
  .fork-intro{margin-bottom:clamp(34px,5vw,60px)}
  .book-steps{margin-bottom:clamp(34px,5vw,58px)}
  /* refined outline button — the "learn more" / service-gateway action; neutral at rest, teal on hover so teal stays the conversion color */
  .btn-outline{background:transparent;color:var(--cocoa);box-shadow:inset 0 0 0 1.5px rgba(33,23,20,.22)}
  .btn-outline:hover{box-shadow:inset 0 0 0 1.5px var(--teal);color:var(--teal);transform:translateY(-1px)}
  /* service-card actions: prominent View-services button, then an understated Book-through-Gingr link + note */
  .actions.actions--stack{flex-direction:column;align-items:stretch;gap:14px}
  .actions--stack .btn-outline{width:100%}
  .book-via{margin:0;display:flex;flex-direction:column;gap:3px}
  .book-via__note{display:block;font-family:var(--body);font-size:12.5px;line-height:1.5;color:rgba(33,23,20,.55);max-width:46ch}
  @media(min-width:560px){
    .actions.actions--stack{align-items:flex-start}
    .actions--stack .btn-outline{width:auto}
  }

  /* helper text under hero CTAs (salon + mobile pages) and under the estimate-card booking button */
  .cta-helper{font-family:var(--body);font-size:13.5px;line-height:1.55;color:rgba(33,23,20,.6);margin:clamp(12px,1.6vw,16px) 0 0;max-width:52ch}
  .est-cta-note{font-family:var(--body);font-size:12.5px;line-height:1.45;color:rgba(33,23,20,.55);text-align:center;margin:10px 0 0}


  /* ============================================================
     BOOKING MODAL: opens from the floating-rail "Book Now" (desktop) + the mobile sticky Book Now
     ============================================================ */
  body.modal-open{overflow:hidden}
  .modal{position:fixed;inset:0;z-index:80;display:flex;align-items:center;justify-content:center;padding:clamp(16px,4vw,32px);opacity:0;visibility:hidden;transition:opacity .25s ease,visibility .25s ease}
  .modal.is-open{opacity:1;visibility:visible}
  .modal__overlay{position:absolute;inset:0;background:rgba(33,23,20,.5);backdrop-filter:blur(3px);-webkit-backdrop-filter:blur(3px)}
  .modal__dialog{position:relative;z-index:1;background:var(--ivory);border-radius:28px;width:100%;max-width:560px;padding:clamp(28px,4vw,46px);box-shadow:0 30px 90px -24px rgba(33,23,20,.55);transform:translateY(14px) scale(.985);transition:transform .25s cubic-bezier(.2,.7,.2,1);max-height:90vh;overflow-y:auto}
  .modal.is-open .modal__dialog{transform:none}
  .modal__close{position:absolute;top:clamp(10px,1.4vw,16px);right:clamp(10px,1.4vw,16px);width:40px;height:40px;display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:999px;background:transparent;color:var(--cocoa);font-size:26px;line-height:1;cursor:pointer;transition:background-color .15s,color .15s}
  .modal__close:hover{background:var(--ivory-2)}
  .modal__close:focus-visible{outline:3px solid var(--teal);outline-offset:2px}
  .modal__eyebrow{font-family:var(--body);font-weight:700;font-size:12px;letter-spacing:.12em;text-transform:uppercase;color:var(--teal);margin:0 0 10px}
  .modal__title{font-family:var(--display);font-weight:700;font-size:clamp(28px,3.4vw,40px);line-height:1.05;letter-spacing:-.015em;color:var(--cocoa);margin:0 0 12px}
  .modal__desc{font-family:var(--body);font-size:clamp(14.5px,1.4vw,16px);line-height:1.6;color:rgba(33,23,20,.74);margin:0 0 clamp(22px,3vw,30px);max-width:52ch}
  .modal__options{display:grid;grid-template-columns:1fr 1fr;gap:clamp(14px,2vw,20px)}
  .modal__option{display:flex;flex-direction:column;align-items:flex-start;gap:8px;background:var(--ivory);border:1.5px solid rgba(33,23,20,.14);border-radius:18px;padding:clamp(20px,2.4vw,26px)}
  .modal__option--primary{border-color:var(--teal-deep);background:color-mix(in srgb, var(--teal) 7%, var(--ivory))}
  .modal__opt-title{font-family:var(--display);font-weight:700;font-size:clamp(19px,1.9vw,23px);line-height:1.1;color:var(--cocoa);margin:0}
  .modal__opt-copy{font-family:var(--body);font-size:14px;line-height:1.55;color:rgba(33,23,20,.7);margin:0;flex:1}
  .modal__option .btn{width:100%;margin-top:clamp(10px,1.4vw,14px)}
  @media(max-width:560px){ .modal__options{grid-template-columns:1fr} }
  @media(prefers-reduced-motion: reduce){
    .modal,.modal__dialog{transition:none}
    .modal__dialog{transform:none}
  }


  /* ============================================================
     SALON full service menu — spa packages, specialty baths, add-ons, coloring, day care, styling
     ============================================================ */
  .menu{background:var(--ivory);padding:clamp(36px,5.5vw,64px) 0 clamp(48px,7vw,90px)}
  .menu .sec-head{text-align:left;margin:0 0 clamp(8px,1vw,14px)}
  .menu .lead{font-family:var(--body);font-size:clamp(15px,1.5vw,18px);line-height:1.55;color:rgba(33,23,20,.7);max-width:60ch;margin:0 0 clamp(18px,2.6vw,32px)}
  .menu-cat{font-family:var(--display);font-weight:700;font-size:clamp(23px,2.6vw,34px);line-height:1.12;letter-spacing:-.01em;text-align:center;color:var(--teal);margin:0 0 clamp(20px,2.8vw,32px)}
  .menu-feenote{text-align:center;font-family:var(--body);font-weight:600;font-size:13.5px;color:var(--rose);margin:clamp(40px,6vw,68px) 0 0}


  /* ============================================================
     FAQ educational video block (At-Home Coat Care) — placeholder button now; swap href for the IG reel or embed a video in the faq item html
     ============================================================ */
  .faq-video{margin:2px 0 clamp(18px,2vw,24px);max-width:100%}
  .faq-video__btn{display:inline-flex;align-items:center;gap:8px;background:var(--teal);color:var(--ivory);font-family:var(--body);font-weight:700;font-size:14.5px;text-decoration:none;padding:11px 20px;border-radius:999px;transition:background-color .15s,transform .15s}
  .faq-video__btn:hover{background:var(--teal-deep);transform:translateY(-1px)}
  .faq-video__btn:focus-visible{outline:3px solid var(--teal);outline-offset:3px}
  /* ready-made responsive container for when a reel/video is embedded (9:16 vertical) */
  .faq-video__embed{position:relative;width:100%;max-width:420px;aspect-ratio:9/16;border-radius:18px;overflow:hidden;margin-top:8px;box-shadow:0 12px 28px -16px rgba(33,23,20,.18)}
  .faq-video__embed iframe,.faq-video__embed video{position:absolute;inset:0;width:100%;height:100%;border:0;object-fit:cover}


  /* ============================================================
     SALON spa extras & coat-care menu v2 (editorial: package comparison, compact rows, split styling) + estimator add-ons + bottom "What the services mean" accordion.
     Supersedes the old card-grid menu CSS above (.menu-card, .menu-grid, .menu-feature, .feat- and .mc- classes are now unused).
     ============================================================ */
  .menu-cat{text-align:left}   /* override the old centered menu-cat */
  #spa-extras{scroll-margin-top:clamp(90px,11vh,110px)}   /* land below the sticky header when linked to */
  .menu-addto-row{margin:clamp(14px,2vw,20px) 0 0}
  .menu-addto{display:inline-flex;align-items:center;gap:6px;font-family:var(--body);font-weight:700;font-size:14px;color:var(--teal);border-bottom:2px solid transparent;transition:border-color .15s}
  .menu-addto:hover{border-color:var(--teal)}
  .menu .menu-addto{margin:0}
  /* one spacing system: a single rhythm between groups; the first group carries no extra top gap (the intro sets that) */
  #menuRoot{margin-top:clamp(44px,6vw,72px)}
  #menuRoot > .menu-editorial,#menuRoot > .menu-section{margin-top:clamp(48px,6.5vw,80px)}
  #menuRoot > :first-child{margin-top:0}
  .menu-editorial{display:grid;grid-template-columns:minmax(220px,.8fr) minmax(0,1.5fr);gap:clamp(2rem,5vw,4.5rem);align-items:start}
  .menu-editorial .menu-cat{margin-bottom:12px}
  .menu-editorial__note{font-family:var(--body);font-size:14.5px;line-height:1.6;color:rgba(33,23,20,.66);max-width:34ch;margin:0}
  .menu-note{font-family:var(--body);font-size:clamp(14px,1.4vw,15.5px);line-height:1.55;color:rgba(33,23,20,.66);max-width:60ch;margin:0 0 clamp(28px,3.6vw,40px)}
  /* "Specialty styling & color": two labeled subsection columns in a full-width group (NOT an editorial split); same row treatment as baths/simple */
  .menu-cols{display:grid;grid-template-columns:1fr 1fr;column-gap:clamp(28px,4vw,56px);row-gap:clamp(26px,3.4vw,40px);align-items:start}
  .menu-subhead{font-family:var(--display);font-weight:700;font-size:clamp(16px,1.5vw,19px);color:var(--cocoa);margin:0 0 6px}
  /* spa package comparison panels */
  .menu-packages{display:grid;grid-template-columns:1fr 1fr;gap:clamp(14px,2vw,20px)}
  .menu-package{position:relative;background:var(--ivory);border:1px solid rgba(33,23,20,.13);border-radius:18px;padding:clamp(20px,2.4vw,26px)}
  .menu-package--best{border-color:var(--teal-deep);box-shadow:0 14px 32px -20px rgba(0,116,127,.32)}
  .menu-package__badge{position:absolute;top:-11px;left:clamp(18px,2.4vw,24px);background:var(--teal);color:var(--ivory);font-family:var(--body);font-weight:700;font-size:11px;letter-spacing:.05em;text-transform:uppercase;padding:4px 11px;border-radius:999px}
  .menu-package__name{font-family:var(--display);font-weight:700;font-size:clamp(19px,1.9vw,23px);line-height:1.1;color:var(--cocoa);margin:0}
  .menu-package__price{font-family:var(--body);font-weight:700;font-size:clamp(18px,1.6vw,21px);color:var(--rose);margin:5px 0 0}
  .menu-package__note{font-weight:600;font-size:.7em;color:rgba(33,23,20,.5)}
  .menu-package__list{list-style:none;margin:14px 0 0;padding:14px 0 0;border-top:1px solid rgba(33,23,20,.1);display:grid;gap:8px}
  .menu-package__list li{display:flex;gap:9px;align-items:flex-start;font-family:var(--body);font-size:14.5px;line-height:1.4;color:var(--cocoa)}
  .menu-package__list li::before{content:"✓";color:var(--rose);font-weight:700;flex:none}
  /* compact editorial row lists */
  .menu-list{display:grid;border-top:1px solid rgba(33,23,20,.13)}
  .menu-list--2col{grid-template-columns:1fr 1fr;column-gap:clamp(28px,4vw,56px)}
  .menu-row{display:flex;align-items:baseline;justify-content:space-between;gap:16px;padding:clamp(11px,1.3vw,15px) 0;border-bottom:1px solid rgba(33,23,20,.1)}
  .menu-row__main{min-width:0}
  .menu-row-title{font-family:var(--body);font-weight:700;font-size:15.5px;line-height:1.3;color:var(--cocoa);margin:0}
  .menu-row-desc{font-family:var(--body);font-size:13px;line-height:1.5;color:rgba(33,23,20,.6);margin:3px 0 0;max-width:48ch}
  .menu-row-price{font-family:var(--body);font-weight:700;font-size:15px;color:var(--rose);white-space:nowrap;flex:none;font-variant-numeric:tabular-nums}
  @media(max-width:820px){
    .menu-editorial{grid-template-columns:1fr;gap:clamp(14px,3vw,22px)}
    .menu-editorial__note{max-width:none}
    .menu-list--2col{grid-template-columns:1fr;column-gap:0}
    .menu-cols{grid-template-columns:1fr}
    .menu-packages{grid-template-columns:1fr}
  }

  /* ----- optional add-ons inside the estimator (compact, collapsible) ----- */
  .est-addons-field{margin-top:clamp(10px,1.6vw,16px);scroll-margin-top:clamp(80px,11vh,104px)}
  .addons-toggle{display:flex;align-items:center;gap:10px;width:100%;background:var(--ivory);border:1.5px dashed rgba(0,116,127,.4);border-radius:14px;padding:13px 16px;cursor:pointer;font-family:var(--body);text-align:left;transition:border-color .15s,background-color .15s}
  .addons-toggle:hover{border-color:var(--teal);background:color-mix(in srgb, var(--teal) 5%, var(--ivory))}
  .addons-toggle:focus-visible{outline:3px solid var(--teal);outline-offset:2px}
  .addons-toggle__label{font-weight:700;font-size:15px;color:var(--cocoa)}
  .addons-toggle__opt{margin-left:auto;font-size:11.5px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--teal)}
  .addons-toggle__icon{position:relative;flex:none;width:16px;height:16px}
  .addons-toggle__icon::before,.addons-toggle__icon::after{content:"";position:absolute;background:var(--teal);border-radius:2px}
  .addons-toggle__icon::before{left:0;right:0;top:50%;height:2px;transform:translateY(-50%)}
  .addons-toggle__icon::after{top:0;bottom:0;left:50%;width:2px;transform:translateX(-50%);transition:transform .25s ease}
  .addons-toggle[aria-expanded="true"] .addons-toggle__icon::after{transform:translateX(-50%) scaleY(0)}
  .est-addons-picker{padding:clamp(14px,2vw,18px) 2px 2px}
  .addons-micro{font-family:var(--body);font-size:12.5px;line-height:1.5;color:rgba(33,23,20,.6);margin:0 0 10px}
  /* secondary "View spa extra details" link: outlined teal pill, intentionally quieter than the booking CTA */
  .addon-details-link{display:inline-flex;align-items:center;gap:6px;width:fit-content;margin:0 0 18px;padding:9px 14px;border:1px solid rgba(0,116,127,.4);border-radius:999px;background:var(--ivory);color:var(--teal);font-family:var(--body);font-size:13px;font-weight:700;letter-spacing:.02em;text-decoration:none;transition:background-color .15s,border-color .15s}
  .addon-details-link:hover{background:color-mix(in srgb, var(--teal) 8%, var(--ivory));border-color:rgba(0,116,127,.7)}
  .addon-details-link:focus-visible{outline:3px solid var(--teal);outline-offset:2px}
  .est-addon-group{margin-top:18px}
  .est-addon-group:first-of-type{margin-top:0}
  .est-addon-group__h{font-family:var(--body);font-weight:700;font-size:11.5px;letter-spacing:.08em;text-transform:uppercase;color:var(--teal);margin:0 0 5px}
  .est-addon-row{display:flex;align-items:center;gap:10px;padding:11px 12px;border-radius:10px;cursor:pointer;border:1.5px solid transparent;transition:background-color .15s,border-color .15s}
  .est-addon-row:hover{background:color-mix(in srgb, var(--teal) 5%, var(--ivory))}
  .est-addon-row input{flex:none;width:17px;height:17px;accent-color:var(--teal);cursor:pointer}
  .est-addon-row.sel{background:color-mix(in srgb, var(--teal) 8%, var(--ivory));border-color:rgba(0,116,127,.35)}
  .est-addon-name{font-family:var(--body);font-size:14px;line-height:1.3;color:var(--cocoa);min-width:0}
  .est-addon-price{margin-left:auto;font-family:var(--body);font-weight:700;font-size:13.5px;color:var(--rose);white-space:nowrap;font-variant-numeric:tabular-nums}
  /* selected add-ons + estimated starting total inside the estimate card */
  .est-addons{margin:14px 0 0;padding:14px 0 0;border-top:1px solid rgba(33,23,20,.13)}
  .est-addons__h{font-family:var(--body);font-weight:700;font-size:11.5px;letter-spacing:.08em;text-transform:uppercase;color:var(--teal);margin:0 0 8px}
  .est-addon-line{display:flex;justify-content:space-between;gap:12px;font-family:var(--body);font-size:13.5px;color:rgba(33,23,20,.82);margin:0 0 5px}
  .est-addon-line span:last-child{font-weight:700;color:var(--rose);font-variant-numeric:tabular-nums}
  .est-addon-sub{display:flex;justify-content:space-between;gap:12px;font-family:var(--body);font-weight:700;font-size:13.5px;color:var(--cocoa);margin:8px 0 0;padding-top:8px;border-top:1px solid rgba(33,23,20,.08)}
  .est-total{font-family:var(--display);font-weight:700;font-size:clamp(16px,1.6vw,19px);line-height:1.2;color:var(--teal-deep);margin:12px 0 0}

  /* ----- "What the services mean" accordion (bottom of page) ----- */
  .defs-section{background:var(--ivory);padding:0 0 clamp(48px,7vw,90px)}
  .defs-section .gpanel-inner{padding:0}
  .defs-section .defs{padding:clamp(6px,1vw,10px) clamp(18px,2.2vw,28px) clamp(18px,2.2vw,26px)}


  /* ============================================================
     MOBILE POLISH (2026-06-18) — calmer, less-cluttered mobile pass.
     Mobile-only overrides; appended LAST so they win over earlier mobile rules. Desktop is untouched.
     ============================================================ */
  .brand-logo{height:clamp(28px,4.4vw,34px);width:auto;display:block}   /* real header logo (replaces the dashed "LOGO asset here" placeholder) */
  .sub-m{display:none}   /* shorter hero paragraph, shown on mobile only */

  @media(max-width:760px){
    /* a touch more side breathing room */
    .wrap{padding-left:24px;padding-right:24px}

    /* compact, finished header */
    body > header .nav{padding:9px 0}
    .brand-logo{height:29px}
    .menu-toggle{font-size:17px;padding:9px 12px;margin-right:clamp(8px,3vw,16px)}

    /* HERO — the headline leads; the dog tucks into the corner so it never fights the copy */
    .hero{min-height:calc(100svh - 54px);padding:clamp(14px,3vw,24px) 0}
    .hero .wrap{position:relative;width:100%;flex:1 1 auto;display:flex;flex-direction:column;justify-content:center}
    /* copy area fills the viewport so only the rose band's top padding peeks as a thin pink sliver at the fold (no heading or text); the heading + features sit just below. Target the hero's OWN wrap only (not the band's inner .wrap). The trailing number is the band peek; tune it for ~24-40px of pink. */
    .hero > .wrap{min-height:calc(100svh - 54px - 51px)}
    /* "Why Dawgs & Paws" mobile redesign: the rose trust band sits at the bottom of the hero. Its 40px top padding is a clean pink peek zone; the heading + numbered features (Fraunces / Honey / Figtree) sit below the fold. Scoped to .hero>.trust-band so it overrides the base/tablet trust rules, mobile only. */
    .hero>.trust-band{padding-block:40px clamp(26px,6vw,38px)}
    .hero>.trust-band .trust-head{display:block;font-family:"Fraunces",Georgia,serif;font-weight:900;color:#fff;font-size:clamp(26px,8vw,34px);line-height:1;letter-spacing:-.015em;white-space:nowrap;margin:0 0 34px}
    .hero>.trust-band .trust-head__dot{color:#DC8495}
    .hero>.trust-band .trust{grid-template-columns:1fr}
    .hero>.trust-band .trust-item,.hero>.trust-band .trust-item:first-child,.hero>.trust-band .trust-item:last-child{padding:18px 0 0}
    .hero>.trust-band .trust-item:first-child{border-top:1px solid rgba(255,255,255,.4)}
    .hero>.trust-band .trust-item + .trust-item{border-top:1px solid rgba(255,255,255,.28)}
    .hero>.trust-band .trust-num{display:block;font-family:"Fraunces",Georgia,serif;font-weight:900;color:var(--teal);font-size:15px;line-height:1;margin:0 0 6px}
    .hero>.trust-band .trust-label{font-family:"Fraunces",Georgia,serif;font-weight:900;color:#fff;font-size:25px;line-height:1.12;letter-spacing:-.01em;margin:0 0 8px}
    .hero>.trust-band .trust-copy{font-family:"Figtree",system-ui,sans-serif;color:rgba(255,255,255,.92);font-size:15px;line-height:1.55;max-width:42ch;margin:0}
    .hero .copy{transform:translateY(-40px)}
    .hero h1{font-size:clamp(42px,11vw,48px);line-height:1.02;letter-spacing:-.012em;max-width:11ch}
    .hero h1 .line{display:inline;overflow:visible;padding:0;margin:0}
    .hero h1 .line span{display:inline;transform:none;animation:none}
    .hero h1 .accent{font-size:.9em}
    .hero .copy .sub{font-size:17px;line-height:1.55;max-width:34ch;margin-top:18px}
    .hero .copy .cta-row{margin-top:22px;gap:12px}
    .sub-d{display:none}
    .sub-m{display:inline}
    /* Dog becomes a faint full-bleed backdrop behind the hero copy (.copy stays z-index 2 on top).
       The full-height hero (above) pushes the "Two ways to groom" section completely below the fold. */
    .hero-team{position:absolute;left:50%;top:52%;right:auto;bottom:auto;transform:translate(-50%,calc(-50% - 40px));width:min(126%,530px);max-width:none;height:auto;opacity:.55;z-index:0;animation:none;pointer-events:none}

    /* mobile type scale — editorial but not heavy */
    .sec-head{font-size:clamp(32px,8.5vw,42px);line-height:1.03}
    .salon-hero h1{font-size:clamp(44px,11vw,52px);line-height:.96}
    .salon-cta h2,.pol-cta h2{font-size:clamp(30px,7.5vw,40px);line-height:1.05}
    .salon-hero .lead,.pricing .lead,.pol-intro,.menu .lead{font-size:17px;line-height:1.6}

    /* trim oversized top gaps so first content sits closer under the header */
    .salon-hero{padding:clamp(40px,10vw,56px) 0 clamp(26px,6vw,40px)}
    /* SALON HERO (mobile only): TWO STACKED ZONES inside the rounded card.
       Top zone = the whole storefront shown in proportion (object-fit:contain) on an Ivory backing,
       no crop and no scrim. Bottom zone = a solid Deep Teal panel that holds all the type.
       Desktop keeps the faded backdrop from the base rules above (2026-06-23, v3 two-zone). */
    .salon-hero--store{
      margin:0 16px; border-radius:24px; overflow:hidden; min-height:0; padding:0;
      display:flex; flex-direction:column;            /* photo zone on top, teal text panel below */
      background:#FAF5EF;                              /* ivory backing for the photo letterbox */
    }
    .salon-hero--store::before{ display:none; }        /* no scrim in the two-zone layout */
    /* TOP ZONE: the whole storefront, letterboxed on ivory, flush to the top edge under the nav */
    .salon-hero__photo{
      display:block; width:100%; aspect-ratio:3 / 2;   /* a touch shorter than 4:3 so the slightly-wider photo overflows vertically and its top trims; cover still leaves no ivory band */
      object-fit:cover; object-position:center bottom; background:#FAF5EF;   /* bottom-anchored: the entrance and planters stay; only the top sliver of the neighboring rooftops crops out, leaving clean pink wall under the nav */
    }
    /* BOTTOM ZONE: a solid Deep Teal panel that holds all the type */
    .salon-hero--store>.wrap{
      position:relative; z-index:1; width:100%; max-width:none; margin:0; background:var(--teal);
      padding:clamp(22px,6vw,28px) clamp(20px,6vw,26px) clamp(26px,7vw,32px);
    }
    /* type on the teal panel */
    .salon-hero--store .eyebrow{font-family:"Figtree",system-ui,sans-serif; color:#C5F1F1; font-size:12px; letter-spacing:.05em}
    .salon-hero--store h1{font-family:"Fraunces",Georgia,serif; font-weight:900; color:#fff}
    .salon-hero--store h1 .salon-hero__dot{color:#DC8495}     /* Rose period, logo echo */
    .salon-hero--store .lead{font-family:"Figtree",system-ui,sans-serif; color:rgba(255,255,255,.92); max-width:42ch}
    .salon-hero--store .cta-helper{font-family:"Figtree",system-ui,sans-serif; color:rgba(255,255,255,.65)}
    /* CTAs: ivory primary, translucent-outline secondary; 48px min touch target */
    .salon-hero--store .cta-row{margin-top:clamp(18px,5vw,24px)}
    .salon-hero--store .cta-row .btn{min-height:48px; font-family:"Figtree",system-ui,sans-serif}
    .salon-hero--store .cta-row .btn-primary{background:#FAF5EF; color:var(--teal)}
    .salon-hero--store .cta-row .btn-ghost{background:rgba(255,255,255,.12); color:#fff; box-shadow:inset 0 0 0 1.5px rgba(255,255,255,.5)}
    .pol-hero{padding:clamp(40px,10vw,56px) 0 clamp(24px,5vw,38px)}
    .pricing{padding:clamp(44px,9vw,56px) 0}

    /* "What to expect" — tighter, scannable rows */
    .salon-steps .grid{gap:0}
    .salon-step,.salon-step + .salon-step{padding:20px 0}
    .salon-step p{font-size:15px}

    /* pricing calculator — compact; fewer loud cards, descriptions appear only once chosen */
    .pup-title{font-size:clamp(22px,5.5vw,26px);margin-bottom:18px}
    .pup-form fieldset{margin-bottom:22px}
    .pup-form legend{font-size:16px;margin-bottom:11px}
    .opt-grid{gap:8px}
    .opt-card{padding:11px 13px;border-width:1px;border-radius:12px;gap:2px}
    .opt-card.sel::after{top:8px;right:10px}
    .oc-title{font-size:14.5px}
    .svc-grid .opt-card:not(.sel) .oc-help{display:none}
    .coat-grid .opt-card:not(.sel) .oc-sub{display:none}
    .estimate{border-radius:18px;padding:22px;margin-top:8px}
    .est-price .amt{font-size:46px}

    /* sticky CTA — Book primary, Call a compact secondary (not two competing full-width buttons) */
    .stickybar{gap:10px;padding:8px 16px calc(8px + env(safe-area-inset-bottom))}
    .stickybar .btn{padding:13px 0;font-size:15px}
    .stickybar .btn-primary{flex:1 1 auto}
    .stickybar .btn-ghost{flex:0 0 auto;padding:13px 20px;color:rgba(33,23,20,.78);box-shadow:inset 0 0 0 1.5px rgba(33,23,20,.22)}
    /* keep the final CTA buttons clear of the sticky bar */
    .salon-cta,.pol-cta{padding-bottom:calc(64px + env(safe-area-inset-bottom))}
  }
