/* ===========================================================
   Bailee's Plate — healthy school lunches (Canoga Park / LA)
   Warm cream + teal + pink + yellow. WCAG 2.1 AA.
   Sample by BA Media.
   =========================================================== */

:root{
  --cream:#fffbf3;
  --cream-2:#fbf3e3;
  --mint:#e9f6f2;
  --mint-2:#dcefe9;
  --ink:#3a3833;
  --ink-2:#6d6a61;
  --line:#efe6d4;
  --teal:#46b3a6;
  --teal-d:#2f8d81;      /* AA on cream */
  --teal-ink:#1e6b61;    /* deep AA */
  --pink:#ed9bbe;
  --pink-d:#d06d97;      /* AA on cream */
  --yellow:#f7cb55;
  --yellow-d:#e0ad2c;
  --purple:#b49bd8;
  --white-80:rgba(255,255,255,.82);
  --white-60:rgba(255,255,255,.6);
  --shadow:0 16px 44px -20px rgba(58,56,51,.30);
  --shadow-lg:0 30px 70px -28px rgba(58,56,51,.45);
  --r:16px;--r-lg:26px;--r-xl:34px;
  --disp:'Fredoka',system-ui,sans-serif;
  --body:'Nunito',system-ui,-apple-system,'Segoe UI',sans-serif;
  --script:'Caveat',cursive;
  --maxw:1180px;
}

*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}
body{font-family:var(--body);color:var(--ink);background:var(--cream);line-height:1.65;font-size:17px;font-weight:500;-webkit-font-smoothing:antialiased;overflow-x:hidden}
img{max-width:100%;display:block}
a{color:inherit;text-decoration:none}
button{font-family:inherit;cursor:pointer;border:0;background:none}
h1,h2,h3,h4{font-family:var(--disp);font-weight:600;line-height:1.08;letter-spacing:-.01em;color:var(--ink)}

/* a11y */
.skip{position:absolute;left:-999px;top:0;z-index:200;background:var(--teal-ink);color:#fff;padding:14px 20px;border-radius:0 0 12px 0;font-weight:700}
.skip:focus{left:0}
:focus-visible{outline:3px solid var(--teal-d);outline-offset:3px;border-radius:6px}
.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}

/* layout */
.wrap{width:100%;max-width:var(--maxw);margin:0 auto;padding-inline:22px}
.pad{padding:clamp(60px,8vw,104px) 0}
section{position:relative}
.eyebrow{display:inline-flex;align-items:center;gap:9px;font-family:var(--script);font-size:1.5rem;font-weight:700;color:var(--pink-d);line-height:1}
.eyebrow::before{content:"";width:26px;height:3px;border-radius:3px;background:var(--yellow);display:inline-block}
.eyebrow.teal{color:var(--teal-d)}
.sec-head{max-width:640px}
.sec-head h2{font-size:clamp(2rem,4.6vw,3rem);margin-top:12px}
.sec-head p{margin-top:14px;color:var(--ink-2);font-size:1.08rem}
.center{text-align:center;margin-inline:auto}
.center .eyebrow{justify-content:center}

/* buttons */
.btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;font-family:var(--disp);font-weight:600;font-size:1rem;padding:14px 26px;border-radius:999px;transition:.2s transform,.2s box-shadow,.2s background;white-space:nowrap}
.btn svg{width:19px;height:19px}
.btn-pri{background:var(--teal);color:#fff;box-shadow:0 12px 26px -12px rgba(70,179,166,.8)}
.btn-pri:hover{background:var(--teal-d);transform:translateY(-2px)}
.btn-pink{background:var(--pink);color:#5a2740}
.btn-pink:hover{background:var(--pink-d);color:#fff;transform:translateY(-2px)}
.btn-cream{background:#fff;color:var(--ink);border:2px solid var(--line)}
.btn-cream:hover{border-color:var(--teal);color:var(--teal-d);transform:translateY(-2px)}
.btn-lg{padding:16px 32px;font-size:1.05rem}

/* header */
.hd{position:fixed;top:0;left:0;right:0;z-index:100;transition:.28s}
.hd-in{display:flex;align-items:center;gap:22px;height:76px}
.brand{display:flex;align-items:center;gap:10px;margin-right:auto}
.brand img{height:46px;width:auto}
.brand b{font-family:var(--disp);font-weight:600;font-size:1.3rem;color:var(--teal-d);letter-spacing:-.01em}
.hd-nav{display:flex;align-items:center;gap:26px}
.hd-nav a{font-weight:700;font-size:.96rem;color:var(--ink);transition:.16s}
.hd-nav a:hover{color:var(--teal-d)}
.hd-cta{display:flex;align-items:center;gap:14px}
.hd-phone{display:inline-flex;align-items:center;gap:8px;font-weight:800;color:var(--ink);font-size:.95rem}
.hd-phone svg{width:16px;height:16px;color:var(--teal)}
.hd.stuck{background:var(--white-80);backdrop-filter:saturate(1.3) blur(14px);box-shadow:0 6px 22px -16px rgba(58,56,51,.5)}
.burger{display:none;width:46px;height:46px;border-radius:14px;border:2px solid var(--line);background:#fff;position:relative}
.burger span{position:absolute;left:12px;right:12px;height:2.5px;background:var(--ink);border-radius:3px;transition:.25s}
.burger span:nth-child(1){top:15px}.burger span:nth-child(2){top:21px}.burger span:nth-child(3){top:27px}
.burger.open span:nth-child(1){top:21px;transform:rotate(45deg)}
.burger.open span:nth-child(2){opacity:0}
.burger.open span:nth-child(3){top:21px;transform:rotate(-45deg)}
.msheet{position:fixed;inset:0;z-index:99;background:var(--cream);display:flex;flex-direction:column;justify-content:center;gap:4px;padding:0 32px;transform:translateY(-100%);transition:.35s cubic-bezier(.6,.05,.2,1);visibility:hidden}
.msheet.open{transform:none;visibility:visible}
.msheet a{font-family:var(--disp);font-weight:600;font-size:1.7rem;color:var(--ink);padding:12px 0;border-bottom:1px solid var(--line)}
.msheet .btn{margin-top:22px;align-self:flex-start}

/* hero — full-bleed background image with a light cream fade */
.hero{position:relative;overflow:hidden;isolation:isolate;padding-top:clamp(128px,15vw,168px);padding-bottom:clamp(90px,13vw,150px);display:flex;align-items:center;min-height:clamp(560px,80vh,760px)}
.hero-bg{position:absolute;inset:0;z-index:-2}
.hero-bg img{width:100%;height:100%;object-fit:cover;object-position:center 42%}
.hero-bg::after{content:"";position:absolute;inset:0;
  background:
    linear-gradient(90deg, rgba(255,251,243,.97) 0%, rgba(255,251,243,.9) 34%, rgba(255,251,243,.66) 60%, rgba(255,251,243,.42) 100%),
    linear-gradient(180deg, rgba(255,251,243,.35) 0%, rgba(255,251,243,0) 30%, rgba(255,251,243,.55) 100%);
}
.hero-copy{max-width:600px}
.hero h1{font-size:clamp(2.4rem,5.4vw,4rem);margin:14px 0 0}
.hero h1 .u{color:var(--teal-d)}
.hero .lead{margin-top:20px;max-width:48ch;font-size:1.15rem;color:var(--ink-2);font-weight:700}
.hero-cta{display:flex;flex-wrap:wrap;gap:13px;margin-top:30px}
.hero-chips{display:flex;flex-wrap:wrap;gap:10px 22px;margin-top:28px}
.hero-chip{display:inline-flex;align-items:center;gap:8px;font-weight:800;font-size:.92rem;color:var(--ink)}
.hero-chip svg{width:20px;height:20px;color:var(--teal)}

/* values strip */
.values{background:var(--teal-ink);color:#fff}
.values-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:18px}
.val{text-align:center;padding:6px}
.val .ic{width:54px;height:54px;margin:0 auto 12px;border-radius:16px;background:rgba(255,255,255,.12);display:flex;align-items:center;justify-content:center}
.val .ic svg{width:27px;height:27px;color:var(--yellow)}
.val b{display:block;font-family:var(--disp);font-weight:500;font-size:1rem;line-height:1.2}
.val span{display:block;color:var(--white-60);font-size:.82rem;margin-top:4px}

/* about */
.about{background:var(--cream)}
.about-grid{display:grid;grid-template-columns:.92fr 1.08fr;gap:clamp(30px,5vw,66px);align-items:center}
.about-media{position:relative}
.about-media img{border-radius:var(--r-xl);box-shadow:var(--shadow);width:100%;aspect-ratio:4/4.6;object-fit:cover;border:6px solid #fff}
.about-media .tag{position:absolute;right:-14px;bottom:24px;background:#fff;border-radius:20px;padding:14px 18px;box-shadow:var(--shadow);display:flex;align-items:center;gap:11px;max-width:230px}
.about-media .tag .em{width:44px;height:44px;border-radius:50%;background:var(--mint);display:flex;align-items:center;justify-content:center;flex:none}
.about-media .tag .em svg{width:24px;height:24px;color:var(--teal-d)}
.about-media .tag b{display:block;font-family:var(--disp);font-weight:600;font-size:.95rem;line-height:1.15}
.about-media .tag span{font-size:.8rem;color:var(--ink-2)}
.about h2{font-size:clamp(1.9rem,4.4vw,2.8rem)}
.about .lead{font-size:1.2rem;color:var(--ink);font-weight:700;margin:16px 0}
.about p{color:var(--ink-2);margin-bottom:14px}
.about .sig{font-family:var(--script);font-size:1.7rem;color:var(--teal-d);margin-top:6px}

/* how it works */
.how{background:var(--mint)}
.how-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;margin-top:52px}
.step{background:#fff;border-radius:var(--r-lg);padding:32px 26px;text-align:center;box-shadow:var(--shadow);position:relative;transition:.25s}
.step:hover{transform:translateY(-5px)}
.step .n{position:absolute;top:-18px;left:50%;transform:translateX(-50%);width:44px;height:44px;border-radius:50%;background:var(--yellow);color:#5a4a15;font-family:var(--disp);font-weight:600;font-size:1.25rem;display:flex;align-items:center;justify-content:center;border:4px solid #fff}
.step .ic{width:64px;height:64px;margin:14px auto 16px;border-radius:20px;background:var(--mint);display:flex;align-items:center;justify-content:center}
.step .ic svg{width:32px;height:32px;color:var(--teal-d)}
.step h3{font-size:1.3rem}
.step p{color:var(--ink-2);margin-top:9px;font-size:.98rem}
.how-note{text-align:center;margin-top:30px;color:var(--ink-2)}
.how-note b{color:var(--teal-d)}

/* menu / dishes */
.menu{background:var(--cream)}
.dish-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px;margin-top:50px}
.dish{background:#fff;border:1px solid var(--line);border-radius:var(--r-lg);overflow:hidden;transition:.25s}
.dish:hover{transform:translateY(-5px);box-shadow:var(--shadow-lg)}
.dish-img{aspect-ratio:1;overflow:hidden}
.dish-img img{width:100%;height:100%;object-fit:cover;transition:.5s}
.dish:hover .dish-img img{transform:scale(1.06)}
.dish-b{padding:18px 20px 22px}
.dish-b h3{font-size:1.15rem}
.dish-b p{color:var(--ink-2);font-size:.9rem;margin-top:6px}
.menu-cta{text-align:center;margin-top:38px}

/* gallery */
.gallery{background:var(--cream-2)}
.gal-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-auto-rows:200px;gap:14px;margin-top:46px}
.gal-item{overflow:hidden;border-radius:var(--r);cursor:pointer;position:relative;background:var(--mint-2)}
.gal-item img{width:100%;height:100%;object-fit:cover;transition:.5s}
.gal-item:hover img{transform:scale(1.07)}
.gal-item.tall{grid-row:span 2}
.gal-item.wide{grid-column:span 2}

/* lightbox */
.lb{position:fixed;inset:0;z-index:150;background:rgba(40,36,30,.9);display:none;align-items:center;justify-content:center;padding:24px}
.lb.open{display:flex}
.lb img{max-width:92vw;max-height:86vh;border-radius:14px;box-shadow:var(--shadow-lg)}
.lb-btn{position:absolute;background:rgba(255,255,255,.14);border:1px solid rgba(255,255,255,.28);color:#fff;border-radius:999px;width:52px;height:52px;display:flex;align-items:center;justify-content:center;transition:.2s}
.lb-btn:hover{background:var(--yellow);color:#5a4a15;border-color:var(--yellow)}
.lb-btn svg{width:22px;height:22px}
.lb-close{top:22px;right:22px}
.lb-prev{left:22px;top:50%;transform:translateY(-50%)}
.lb-next{right:22px;top:50%;transform:translateY(-50%)}

/* testimonials */
.tms{background:var(--pink);color:#5a2740;overflow:hidden;position:relative}
.tms::before{content:"";position:absolute;top:-120px;right:-100px;width:360px;height:360px;border-radius:50%;background:rgba(255,255,255,.16)}
.tm-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:22px;margin-top:44px;position:relative}
.tm{background:#fff;border-radius:var(--r-lg);padding:30px 28px;box-shadow:var(--shadow)}
.tm .stars{display:flex;gap:3px;color:var(--yellow-d);margin-bottom:14px}
.tm .stars svg{width:20px;height:20px}
.tm p{color:var(--ink);font-size:1.18rem;font-weight:700;line-height:1.45;font-family:var(--disp)}
.tm .who{margin-top:16px;display:flex;align-items:center;gap:11px}
.tm .av{width:42px;height:42px;border-radius:50%;background:var(--mint);color:var(--teal-d);display:flex;align-items:center;justify-content:center;font-family:var(--disp);font-weight:600}
.tm .who b{display:block;font-size:.95rem}
.tm .who span{color:var(--ink-2);font-size:.82rem}

/* serving area */
.area{background:var(--cream)}
.area-grid{display:grid;grid-template-columns:1fr 1fr;gap:clamp(28px,4vw,56px);align-items:center}
.area-chips{display:flex;flex-wrap:wrap;gap:11px;margin:24px 0 8px}
.area-chip{display:inline-flex;align-items:center;gap:8px;background:var(--mint);border-radius:999px;padding:10px 18px;font-weight:800;font-size:.95rem;color:var(--teal-ink)}
.area-chip svg{width:16px;height:16px;color:var(--teal)}
.area-map{border-radius:var(--r-lg);overflow:hidden;box-shadow:var(--shadow);border:5px solid #fff;min-height:340px}
.area-map iframe{width:100%;height:100%;min-height:340px;border:0;display:block}

/* get started / contact */
.get{background:var(--mint)}
.get-grid{display:grid;grid-template-columns:.95fr 1.05fr;gap:clamp(30px,5vw,60px);align-items:start}
.get-info h2{font-size:clamp(1.9rem,4.4vw,2.8rem)}
.get-info .lead{color:var(--ink-2);margin:14px 0 26px;font-size:1.08rem}
.contact-row{display:flex;gap:13px;align-items:flex-start;margin-bottom:16px}
.contact-row .ic{width:46px;height:46px;border-radius:14px;background:#fff;display:flex;align-items:center;justify-content:center;flex:none;box-shadow:var(--shadow)}
.contact-row .ic svg{width:22px;height:22px;color:var(--teal-d)}
.contact-row b{display:block;font-family:var(--disp);font-weight:500}
.contact-row a,.contact-row span{color:var(--ink-2)}
.rform{background:#fff;border-radius:var(--r-lg);padding:clamp(24px,4vw,38px);box-shadow:var(--shadow)}
.rgrid{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.field{display:flex;flex-direction:column;gap:6px}
.field-full{grid-column:1/-1}
.field label{font-weight:800;font-size:.88rem;color:var(--ink)}
.field .opt{color:var(--ink-2);font-weight:600}
.field input,.field select,.field textarea{font-family:inherit;font-size:1rem;font-weight:600;color:var(--ink);background:var(--cream);border:2px solid var(--line);border-radius:14px;padding:12px 15px;width:100%;transition:.16s}
.field input:focus,.field select:focus,.field textarea:focus{outline:none;border-color:var(--teal);background:#fff;box-shadow:0 0 0 3px rgba(70,179,166,.18)}
.field input.err,.field select.err,.field textarea.err{border-color:#e0596a;background:#fff5f5}
.field textarea{resize:vertical;min-height:96px}
.hp{position:absolute;left:-9999px;width:1px;height:1px;opacity:0}
.rfoot{margin-top:20px;display:flex;flex-wrap:wrap;align-items:center;gap:16px}
.rmsg{font-weight:800;font-size:.94rem;margin:0}
.rmsg.ok{color:var(--teal-ink)}
.rmsg.bad{color:#c23b4a}

/* footer */
.ft{background:var(--teal-ink);color:var(--white-60);padding:64px 0 30px}
.ft-top{display:grid;grid-template-columns:1.5fr 1fr 1fr;gap:36px}
.ft-brand img{height:96px;width:auto;margin-bottom:14px;filter:drop-shadow(0 6px 16px rgba(0,0,0,.2))}
.ft-brand p{font-size:.95rem;max-width:34ch}
.ft-social{display:flex;gap:11px;margin-top:16px}
.ft-social a{width:42px;height:42px;border-radius:12px;background:rgba(255,255,255,.1);display:flex;align-items:center;justify-content:center;transition:.2s}
.ft-social a:hover{background:var(--yellow)}
.ft-social a:hover svg{color:#5a4a15}
.ft-social svg{width:19px;height:19px;color:#fff}
.ft-col h4{color:#fff;font-family:var(--disp);font-weight:500;font-size:1rem;margin-bottom:16px}
.ft-col ul{list-style:none;display:flex;flex-direction:column;gap:10px}
.ft-col a,.ft-col li{font-size:.94rem}
.ft-col a:hover{color:var(--yellow)}
.ft-bar{border-top:1px solid rgba(255,255,255,.15);margin-top:42px;padding-top:22px;display:flex;flex-wrap:wrap;gap:10px 20px;justify-content:space-between;font-size:.85rem;color:var(--white-60)}
.ft-bar a{color:var(--yellow);font-weight:700}

/* accessibility widget */
.a11y-btn{position:fixed;left:20px;bottom:20px;z-index:120;width:54px;height:54px;border-radius:50%;background:var(--teal-ink);color:var(--yellow);display:flex;align-items:center;justify-content:center;box-shadow:var(--shadow-lg);border:2px solid var(--yellow);transition:.2s}
.a11y-btn:hover{transform:scale(1.06)}
.a11y-btn svg{width:26px;height:26px}
.a11y-panel{position:fixed;left:20px;bottom:86px;z-index:121;width:290px;background:#fff;border-radius:20px;box-shadow:var(--shadow-lg);border:1px solid var(--line);padding:20px;transform:translateY(12px) scale(.96);opacity:0;visibility:hidden;transition:.22s}
.a11y-panel.open{transform:none;opacity:1;visibility:visible}
.a11y-panel h3{font-size:1.05rem;margin-bottom:2px}
.a11y-panel .sub{font-size:.8rem;color:var(--ink-2);margin-bottom:14px}
.a11y-opt{width:100%;display:flex;align-items:center;gap:11px;padding:12px 14px;border-radius:14px;border:2px solid var(--line);margin-bottom:9px;font-weight:800;font-size:.9rem;color:var(--ink);transition:.16s;text-align:left}
.a11y-opt svg{width:19px;height:19px;color:var(--ink-2);flex:none}
.a11y-opt:hover{border-color:var(--teal)}
.a11y-opt[aria-pressed="true"]{background:var(--mint);border-color:var(--teal)}
.a11y-opt[aria-pressed="true"] svg{color:var(--teal-d)}
.a11y-reset{width:100%;text-align:center;font-size:.82rem;color:var(--ink-2);margin-top:4px;padding:8px;font-weight:800}
.a11y-reset:hover{color:var(--ink)}
html.a11y-contrast{--ink-2:#43413a;--white-60:#fff;--line:#d8ccb4}
html.a11y-bigtext{font-size:19px}
html.a11y-readable *{font-family:var(--body) !important}
html.a11y-nomotion *,html.a11y-nomotion *::before,html.a11y-nomotion *::after{animation:none !important;transition:none !important;scroll-behavior:auto !important}

/* reveal */
.reveal{opacity:0;transform:translateY(24px);transition:.7s cubic-bezier(.2,.7,.2,1)}
.reveal.in{opacity:1;transform:none}
@media (prefers-reduced-motion:reduce){*,*::before,*::after{animation-duration:.001ms !important;transition-duration:.001ms !important;scroll-behavior:auto !important}.reveal{opacity:1;transform:none}}

/* responsive */
@media (max-width:1000px){
  .about-grid,.area-grid,.get-grid{grid-template-columns:1fr}
  .about-media{max-width:460px;margin:0 auto;order:-1}
  .values-grid{grid-template-columns:repeat(3,1fr);gap:26px 16px}
  .dish-grid{grid-template-columns:repeat(2,1fr)}
  .ft-top{grid-template-columns:1fr 1fr}
  .ft-brand{grid-column:1/-1}
}
@media (max-width:820px){
  .hd-nav,.hd-phone{display:none}
  .burger{display:block}
  .hd-cta .btn:not(.burger){display:none}
  /* stronger, uniform light fade so text stays readable over the full-bleed image on phones */
  .hero{min-height:auto;padding-top:118px;padding-bottom:64px}
  .hero-bg::after{background:linear-gradient(180deg, rgba(255,251,243,.92) 0%, rgba(255,251,243,.8) 46%, rgba(255,251,243,.72) 100%)}
  .how-grid,.tm-grid{grid-template-columns:1fr}
  .gal-grid{grid-template-columns:repeat(2,1fr);grid-auto-rows:160px}
  .gal-item.wide{grid-column:span 1}
}
@media (max-width:560px){
  body{font-size:16px}
  .wrap{padding-inline:18px}
  .values-grid{grid-template-columns:1fr 1fr}
  .dish-grid{grid-template-columns:1fr 1fr}
  .rgrid{grid-template-columns:1fr}
  .ft-top{grid-template-columns:1fr}
  .a11y-panel{width:calc(100vw - 40px)}
}
