/* My Treats static site: shared design system (derived from the live home page).
   Palette + fonts match the Elementor global kit: teal #005155, meadow #0FAE83,
   gold #D8A55B, ink #333; Lust (Typekit, loaded per page) for display, Quicksand
   (self-hosted below) for body. All image/font assets are self-hosted under
   assets/ — never hotlink wp-content. */

/* Quicksand variable font (300-700), self-hosted (mirrored from Google Fonts). */
@font-face{
  font-family:"Quicksand";font-style:normal;font-weight:300 700;font-display:swap;
  src:url("fonts/quicksand-latin.woff2") format("woff2");
  unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}
@font-face{
  font-family:"Quicksand";font-style:normal;font-weight:300 700;font-display:swap;
  src:url("fonts/quicksand-latin-ext.woff2") format("woff2");
  unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF;
}
@font-face{
  font-family:"Quicksand";font-style:normal;font-weight:300 700;font-display:swap;
  src:url("fonts/quicksand-vietnamese.woff2") format("woff2");
  unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB;
}

:root{
  --teal:#005155;
  --meadow:#0FAE83;
  --gold:#D8A55B;
  --ink:#333333;
  --cream:#F8F7F5;
  --serif:"lust-text", Georgia, serif;
  --sans:"Quicksand", Verdana, sans-serif;
}
*{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  font-family:var(--sans); color:var(--ink); background:#fff;
  background-image:url("img/mt_fullbackground_1920x7000-scaled.jpg");
  background-position:top center; background-repeat:no-repeat; background-size:cover;
}
img{max-width:100%;display:block}
a{color:inherit;text-decoration:none}

/* top band: header (+ page hero) share the torn-paper top banner with a 50% white
   overlay, sized with cover so the WHOLE band is textured down to its bottom edge
   (on home: through the trust strip). The old home-only 100% auto sizing ran out
   mid-hero (texture stopped behind the photos on desktop, after the title on
   mobile); user fix 2026-08-22. .compact kept for interior pages (same values). */
.hero-band{background:
  linear-gradient(rgba(255,255,255,.55), rgba(255,255,255,.55)),
  url("img/mt_topbanner.jpg") center top / cover no-repeat}
.hero-band.compact{background-size:auto, cover}

/* ===== Header ===== */
header{display:flex;align-items:center;flex-wrap:nowrap;
       padding:18px 4vw 18px clamp(16px,8vw,16vw);background:transparent}
.logo{flex:0 0 auto}
.logo img{height:88px;width:auto}
nav{margin-left:clamp(16px,3.6vw,7vw);display:flex;gap:clamp(13px,2.8vw,44px);flex-wrap:nowrap}
nav a{font-size:clamp(12px,0.9vw,13.5px);font-weight:500;letter-spacing:1px;color:var(--teal);
      text-transform:uppercase;white-space:nowrap}
nav a:hover{color:var(--meadow)}
nav a.active{color:var(--meadow)}
.burger{display:none;margin-left:auto;background:none;border:0;color:var(--teal);font-size:26px;cursor:pointer}

/* ===== Home hero ===== */
.hero{text-align:center;padding:36px 20px 10px}
.hero h1{font-family:var(--serif);color:var(--teal);font-size:clamp(44px,5vw,58px);line-height:1.12;font-weight:600;margin-bottom:22px}
.hero p{font-size:15px;line-height:1.75;max-width:640px;margin:0 auto}
.hero p strong{font-weight:700}
.badges{display:flex;justify-content:center;align-items:center;gap:12px;margin:22px 0}
.badges img{height:40px;width:auto}

/* hero photo grid: mirrored two-row composition (wide/narrow then narrow/wide),
   editorial 4px radius, teal-tinted shadow. Sources are the trimmed hero-*.webp
   (baked-in white WP banner frames removed with sharp; originals kept for og:image). */
.photogrid,.pg-r2{max-width:1040px;margin:30px auto 0;padding:0 20px;display:grid;gap:18px}
.photogrid{grid-template-columns:63fr 37fr}
.pg-r2{grid-template-columns:37fr 63fr;margin-top:18px}
.photogrid img,.pg-r2 img{width:100%;height:220px;object-fit:cover;border-radius:4px;
  box-shadow:0 4px 16px rgba(0,61,64,.10),0 2px 6px rgba(0,61,64,.06)}

/* ===== Trust strip (home): the independence proof, INSIDE the hero band so it
   sits on the torn-paper texture (user feedback 2026-08-22) ===== */
.trust-strip{text-align:center;padding:40px 20px 46px}
.trust-strip .trust-lead{font-size:17px;line-height:1.6;color:var(--teal);max-width:620px;margin:0 auto}
.trust-strip .trust-lead strong{font-weight:700;font-size:19px}
.trust-strip .scored-link{margin-top:12px}

/* ===== Section bands (home): alternating backgrounds create the page rhythm
   (paper / texture / cream-deep), replacing the old gold hairline dividers.
   One dark emphasis moment (.sec-dark) on the closing app CTA. ===== */
.sec-paper{background:#fff}
.sec-deep{background:#f1efec}
.sec-dark{background:#003d40}
.sec-dark h2,.sec-dark .tag,.sec-dark p.dl{color:var(--cream)}

/* ===== Restaurant showcase tiles (home): the portal's card framing — cover
   photo, bottom teal gradient, white serif name + city, planet-star pill ===== */
.widgets-row{padding:64px 20px;text-align:center}
.resto-tiles{display:flex;gap:26px;max-width:1180px;margin:34px auto 0;justify-content:center;flex-wrap:wrap;padding:0 8px;align-items:stretch}
/* Enriched restaurant showcase card: photographic header (cover + our score badge)
   over a white editorial body (name, city, real one-liner, all sourcing pills, light CTA).
   Deliberately distinct from the horizontal Craves list-cards in the mood strip. */
.resto-card{flex:1 1 300px;max-width:360px;display:flex;flex-direction:column;text-align:left;
            background:#fff;border:1px solid rgba(0,81,85,.12);border-radius:16px;overflow:hidden;
            box-shadow:0 1px 2px rgba(0,61,64,.05),0 10px 28px rgba(0,61,64,.08);
            color:var(--ink);text-decoration:none;transition:transform .18s,box-shadow .18s}
.resto-card:hover{transform:translateY(-3px);box-shadow:0 16px 38px rgba(0,61,64,.16)}
.rc-photo{position:relative;aspect-ratio:3/2;overflow:hidden}
.rc-photo img{width:100%;height:100%;object-fit:cover;display:block}
.rc-badge{position:absolute;top:12px;right:12px;background:#003d40;color:#fff;
          font-size:13px;font-weight:700;padding:5px 11px;border-radius:999px;
          display:inline-flex;align-items:center;gap:3px;line-height:1;box-shadow:0 2px 8px rgba(0,0,0,.28)}
.rc-star{color:var(--gold);font-size:12px}
.rc-body{display:flex;flex-direction:column;flex:1;padding:16px 18px 17px}
.rc-name{font-family:var(--serif);color:var(--teal);font-size:21px;font-weight:600;line-height:1.15;margin:0}
.rc-loc{display:flex;align-items:center;gap:5px;font-size:12.5px;color:var(--ink);opacity:.65;margin:5px 0 0}
.rc-loc svg{width:12px;height:12px;fill:var(--teal);opacity:.85;flex:none}
.rc-summary{font-size:13.5px;line-height:1.5;color:var(--ink);margin:11px 0 0}
.rc-pills{display:flex;flex-wrap:wrap;gap:6px;margin:13px 0 0}
.rc-pill{font-size:11px;font-weight:500;letter-spacing:.01em;color:#6b6156;background:transparent;
         border:1px solid #e2cba3;border-radius:999px;padding:3px 9px;white-space:nowrap}
.rc-cta{margin-top:auto;padding-top:15px;font-family:var(--sans);font-size:13px;font-weight:600;
        color:var(--teal);align-self:flex-start}
.rc-cta span{border-bottom:2px solid var(--gold);padding-bottom:1px}
.resto-card:hover .rc-cta{color:#003d40}
/* Home "How the score works" band: reuses .steps/.step and the .rc-pill register */
.how-score{padding:64px 20px;text-align:center}
.how-score .steps{margin-top:30px}
.dim-block{max-width:760px;margin:34px auto 0}
.dim-lead{color:var(--teal);font-size:15px;font-weight:500;margin:0 0 14px}
.dim-pills{display:flex;flex-wrap:wrap;gap:8px;justify-content:center}
.score-note{max-width:620px;margin:26px auto 0;font-size:14px;line-height:1.6;color:var(--ink);opacity:.85}
/* Home live restaurant map (native Leaflet slice; Leaflet CSS loaded separately) */
.find-map{padding:64px 20px;text-align:center}
.mtmap{position:relative;height:460px;max-width:1080px;margin:30px auto 0;border-radius:16px;overflow:hidden;
       border:1px solid rgba(0,81,85,.14);box-shadow:0 1px 2px rgba(0,61,64,.05),0 10px 28px rgba(0,61,64,.08);
       background:#eef1f1}
.mtmap.leaflet-container{background:#eef1f1}
.find-map .scored-link{margin-top:22px}
.mtmap-status{position:absolute;inset:0;z-index:1200;display:flex;flex-direction:column;align-items:center;justify-content:center;
       gap:13px;padding:24px;text-align:center;font-size:14px;color:var(--teal);background:#eef1f1}
.mtmap-spin{width:26px;height:26px;border-radius:50%;border:3px solid rgba(0,81,85,.18);border-top-color:var(--teal);
       animation:mtspin .8s linear infinite}
@keyframes mtspin{to{transform:rotate(360deg)}}
@media(prefers-reduced-motion:reduce){.mtmap-spin{animation:none}}
.leaflet-container{font-family:var(--sans)}
/* Brand the marker clusters (override markercluster's default lime green) */
.mtmap .marker-cluster{background:rgba(0,81,85,.22)}
.mtmap .marker-cluster div{background:#005155;color:#fff}
.mtmap .marker-cluster span{font-family:var(--sans);font-weight:600}
.mtmap-pop{text-align:left;min-width:150px}
.mtmap-pop strong{display:block;font-family:var(--serif);color:var(--teal);font-size:16px;line-height:1.2}
.mtmap-pop .mtmap-loc{display:block;font-size:12.5px;color:var(--ink);opacity:.7;margin:2px 0 7px}
.mtmap-pop a{font-size:13px;font-weight:600;color:var(--teal);border-bottom:2px solid var(--gold);padding-bottom:1px}
@media(max-width:600px){.mtmap{height:380px}}

/* ===== Browse by mood (home): live Craves list card embeds ===== */
.moods{padding:64px 20px;text-align:center}
.mood-cards{display:flex;gap:24px;max-width:1240px;margin:30px auto 0;justify-content:center;flex-wrap:wrap}
.mood-cell{flex:1 1 240px;max-width:300px}
.mt-craves-card{border:0;width:100%;aspect-ratio:1/1;display:block;border-radius:16px}
.moods .scored-link{margin-top:24px}

/* ===== Conscious consumer (home): centred editorial moment.
   The old bordered "Know before you go" box became a gold uppercase eyebrow
   above the heading (user feedback 2026-08-22); copy unchanged. ===== */
.conscious{text-align:center;padding:72px 20px;max-width:640px;margin:0 auto}
.kbyg-eyebrow{font-family:var(--sans);font-size:13px;font-weight:600;letter-spacing:.18em;
              text-transform:uppercase;color:var(--gold);margin-bottom:16px}
.conscious h2{font-family:var(--serif);color:var(--teal);font-size:clamp(24px,2.6vw,32px);line-height:1.25;margin-bottom:18px}
.conscious p{font-size:15.5px;line-height:1.7;margin-bottom:10px}
.conscious .kbyg-turn{margin-top:16px;font-size:17px}

.hairline{width:440px;max-width:70%;margin:34px auto;border:0;border-top:1px solid var(--gold);opacity:.75}

/* ===== 1700+ / phones (home) ===== */
.phones-sec{position:relative;text-align:center;padding:56px 20px;overflow:hidden}
.phones-sec .curve{position:absolute;left:0;right:0;top:70px;width:100%;pointer-events:none;opacity:.9}
.phones-sec h2{font-family:var(--serif);color:var(--teal);font-size:clamp(26px,2.8vw,36px);line-height:1.25;position:relative}
.phones{display:flex;justify-content:center;gap:16px;margin-top:34px;position:relative}
.phones img{width:192px;height:auto}

h2.big{font-family:var(--serif);color:var(--teal);font-size:clamp(30px,3.4vw,44px);text-align:center;font-weight:600;line-height:1.1}
.sub{color:var(--teal);text-align:center;font-size:16px;margin-top:16px}

/* ===== Carousels (shared): translate-based smooth slide ===== */
.carousel{position:relative;max-width:1200px;margin:34px auto 0;padding:0 44px}
.car-track{overflow:hidden}
.car-strip{display:flex;gap:24px;will-change:transform}
.car-item{flex:0 0 calc((100% - 48px)/3)}
.car-btn{position:absolute;top:38%;background:none;border:0;color:#9aa;font-size:34px;cursor:pointer;padding:6px;line-height:1}
.car-btn:hover{color:var(--teal)}
.car-prev{left:2px}.car-next{right:2px}
.car-dots{display:flex;justify-content:center;gap:8px;margin-top:22px}
.car-dots i{width:7px;height:7px;border-radius:50%;background:#c9c9c9;cursor:pointer}
.car-dots i.on{background:#7a7a7a;transform:scale(1.25)}

/* values cards (home): pre-composed images (819x1024 source, show whole card) */
.values{padding:56px 20px 0}
.values .car-item img{width:100%;height:auto;border-radius:2px}

/* treats line (home) */
.treats{text-align:center;padding:10px 20px 56px}
.treats p{font-size:16px;color:var(--teal)}
.treats em{display:block;font-size:14px;margin-top:14px;color:var(--teal)}

/* ===== Testimonials (home) ===== */
.fans{padding:64px 20px}
.fans h2{margin-bottom:8px}
.fan-cards{display:flex;gap:30px;max-width:1420px;margin:30px auto 0}
.fan-card{flex:1;background:rgba(255,255,255,.93);border-radius:14px;box-shadow:0 6px 22px rgba(0,0,0,.06);
          padding:26px 30px 40px;text-align:center;min-height:230px}
.fan-card h4{color:var(--teal);font-size:14px;font-weight:700;margin-bottom:28px}
.fan-card blockquote{font-size:13.5px;line-height:1.55;margin-bottom:26px}
.fan-card cite{font-style:normal;color:var(--teal);font-size:12.5px;font-weight:700;letter-spacing:.5px}

/* ===== Doorstep CTA (home): the page's one dark emphasis section ===== */
.doorstep{text-align:center;padding:72px 20px 68px}
.doorstep h2{font-family:var(--serif);color:var(--teal);font-size:clamp(26px,2.8vw,36px);line-height:1.25;font-weight:600}
.doorstep .tag{font-style:italic;font-weight:700;color:var(--teal);font-size:17px;margin-top:26px}
.doorstep p.dl{color:var(--teal);font-size:17px;margin-top:20px;max-width:560px;margin-left:auto;margin-right:auto}
.doorstep.sec-dark h2{color:var(--cream)}
.doorstep.sec-dark .tag{color:var(--gold)}
.doorstep.sec-dark p.dl{color:rgba(248,247,245,.85)}

/* ===== Partners strip (home) ===== */
.partners{padding:56px 20px 64px;text-align:center}
.partners .car-item{display:flex;align-items:center;justify-content:center;height:110px}
.partners .car-item img{max-height:80px;width:auto;max-width:70%;object-fit:contain}
.partners .carousel{max-width:1000px}
.partners .car-item{flex:0 0 calc((100% - 72px)/4)}

/* ===== Interior-page components ===== */
.page-hero{text-align:center;padding:40px 20px 60px}
.page-hero .eyebrow{font-family:var(--serif);color:var(--gold);font-size:22px;font-weight:600;margin-bottom:10px}
.page-hero h1{font-family:var(--serif);color:var(--teal);font-size:clamp(38px,4.6vw,56px);line-height:1.1;font-weight:600;margin-bottom:18px}
.page-hero h2.sub-title{font-family:var(--serif);color:var(--teal);font-size:clamp(22px,2.2vw,28px);font-weight:600;margin-bottom:22px}
.page-hero .lede{font-size:15.5px;line-height:1.75;max-width:680px;margin:0 auto}

.btn{display:inline-block;background:var(--teal);color:#fff;font-family:var(--sans);font-size:14px;font-weight:600;
     letter-spacing:.3px;padding:13px 30px;border-radius:26px;transition:background .2s,transform .2s}
.btn:hover{background:#0b6b66;transform:translateY(-1px)}
.btn-row{display:flex;gap:14px;justify-content:center;flex-wrap:wrap;margin-top:26px}

.block{text-align:center;padding:64px 20px 56px}
.block h2{font-family:var(--serif);color:var(--teal);font-size:clamp(28px,3vw,40px);line-height:1.15;font-weight:600;margin-bottom:18px}
.prose{max-width:680px;margin:0 auto}
.prose p{font-size:15px;line-height:1.8;margin-bottom:14px}
.prose .strong-lead{font-weight:700}
.tealtext{color:var(--teal)}

.steps{display:flex;gap:44px;max-width:1080px;margin:40px auto 0;justify-content:center;flex-wrap:wrap}
.step{flex:1;min-width:240px;max-width:320px;text-align:center}
.step .num{font-family:var(--serif);font-size:42px;color:var(--gold);line-height:1}
.step h3{font-family:var(--serif);color:var(--teal);font-size:22px;font-weight:600;margin:10px 0 12px}
.step p{font-size:14.5px;line-height:1.65}
.scored-link{display:inline-block;margin-top:26px;color:var(--meadow);font-weight:600;font-size:14.5px}
.scored-link:hover{text-decoration:underline}
.scored-link + .scored-link{margin-left:22px}

.phone-shots .car-item img{width:70%;margin:0 auto;height:auto;border-radius:16px;box-shadow:0 8px 22px rgba(0,61,64,.14)}
.phone-shots .car-item h3{font-family:var(--serif);color:var(--teal);font-size:21px;text-align:center;margin-top:18px;font-weight:600}

.video-wrap{max-width:860px;margin:36px auto 0;aspect-ratio:16/9;border-radius:16px;overflow:hidden;
            box-shadow:0 14px 34px rgba(0,0,0,.16);background:#000}
.video-wrap iframe{width:100%;height:100%;border:0;display:block}

.feature-cols{display:flex;gap:44px;max-width:1080px;margin:40px auto 0;justify-content:center;flex-wrap:wrap}
.feature{flex:1;min-width:250px;max-width:330px;text-align:center}
.feature h3{font-family:var(--serif);color:var(--teal);font-size:23px;font-weight:600;line-height:1.25;margin-bottom:12px}
.feature p{font-size:14.5px;line-height:1.7}

.partner-entry{max-width:760px;margin:52px auto 0;text-align:center}
.partner-entry img{height:104px;width:auto;margin:0 auto 20px}
.partner-entry h3{font-family:var(--serif);color:var(--teal);font-size:25px;font-weight:600;margin-bottom:12px}
.partner-entry p{font-size:14.5px;line-height:1.75}
.partner-entry a{color:var(--meadow);text-decoration:underline}

.manifesto{max-width:640px;margin:0 auto;text-align:center}
.manifesto p{font-size:15.5px;line-height:1.85;margin-bottom:16px}
.manifesto p.kicker{font-family:var(--serif);color:var(--teal);font-size:19px;font-weight:600}

.scout-cta{text-align:center;padding:64px 20px 72px}
.scout-cta h2{font-family:var(--serif);color:var(--teal);font-size:clamp(26px,2.8vw,36px);line-height:1.25;font-weight:600;margin-bottom:18px}
.scout-cta p{font-size:15px;line-height:1.75;max-width:640px;margin:0 auto 12px}
.scout-cta p.hint{font-style:italic}

.faq-list{max-width:860px;margin:40px auto 0;text-align:left;padding:0 20px}
details.faq{background:rgba(255,255,255,.94);border-radius:12px;margin-bottom:12px;
            box-shadow:0 4px 14px rgba(0,0,0,.05);overflow:hidden}
details.faq summary{cursor:pointer;list-style:none;padding:18px 24px;font-weight:600;color:var(--teal);
                    font-size:15.5px;display:flex;justify-content:space-between;align-items:center;gap:16px}
details.faq summary::-webkit-details-marker{display:none}
details.faq summary::after{content:"+";font-family:Georgia,serif;font-size:22px;color:var(--gold);flex:0 0 auto}
details.faq[open] summary::after{content:"\2212"}
details.faq .faq-body{padding:0 24px 22px;font-size:14.5px;line-height:1.75}
details.faq .faq-body p{margin-bottom:12px}
details.faq .faq-body ul{margin:0 0 12px 22px}
details.faq .faq-body li{margin-bottom:6px}
details.faq .faq-body a{color:var(--meadow);text-decoration:underline}

/* ===== Footer ===== */
.foot-gold{background:var(--gold);display:flex;justify-content:center;align-items:center;gap:34px;padding:16px 20px}
.foot-gold span{color:#fff;font-size:14.5px;line-height:1.3;text-align:center;max-width:90px}
.foot-gold a{color:#fff;display:flex}
.foot-gold svg{width:22px;height:22px;fill:#fff}
.foot-dark{background:#333;color:#fff;text-align:center;font-size:10.5px;padding:9px 12px}
.foot-dark a{text-decoration:underline}

/* ===== Mobile ===== */
@media (max-width:880px){
  header{padding:12px 18px}
  .logo img{height:56px;width:auto}
  nav{display:none;position:absolute;top:76px;left:0;right:0;background:#fff;flex-direction:column;gap:0;
      margin:0;box-shadow:0 8px 18px rgba(0,0,0,.12);z-index:50}
  nav.open{display:flex}
  nav a{padding:14px 22px;border-bottom:1px solid #eee}
  .burger{display:block}
  .hero h1{font-size:clamp(30px,8vw,40px)}
  .page-hero h1{font-size:32px}
  .photogrid,.pg-r2{grid-template-columns:1fr;gap:14px}
  .pg-r2{margin-top:14px}
  .photogrid img,.pg-r2 img{height:190px}
  .conscious{padding-top:60px}
  .car-item{flex:0 0 100%}
  .partners .car-item{flex:0 0 100%}
  .fan-cards{flex-direction:column}
  .phones{flex-wrap:wrap}
  .steps,.feature-cols{gap:30px}
  .scored-link + .scored-link{margin-left:0}
  /* section rhythm compresses to 40px on mobile (home bands) */
  .widgets-row,.how-score,.find-map,.moods,.conscious,.fans{padding-top:40px;padding-bottom:40px}
  .phones-sec,.partners{padding-top:40px;padding-bottom:44px}
  .values{padding-top:40px}
  .treats{padding-bottom:40px}
  .doorstep{padding:48px 20px 44px}
}
