
/* ==========================================================================
   GLUTEN-FREE CHEF — placeholder page.

   The tile and its artwork are in; the course content is coming separately.
   This page exists so the tile does not dead-end, and it says plainly that it
   is not built yet rather than pretending to be a finished page.

   Prefix `gf-` checked: zero matches elsewhere. Scoped anyway.
   ========================================================================== */
#page-gluten-free-chef{
  background:#FEFDFB !important;
  font-family:'Nunito',system-ui,-apple-system,sans-serif;
}
#page-gluten-free-chef .gf-backbar{
  max-width:1000px; margin:0 auto; padding:14px clamp(18px,4vw,30px) 0;
  display:flex; gap:10px; flex-wrap:wrap; align-items:center;
}
#page-gluten-free-chef .gf-wrap{ max-width:1000px; margin:0 auto; padding:0 clamp(18px,4vw,30px) 100px; }
#page-gluten-free-chef .gf-hero{
  display:grid; grid-template-columns:1fr 1fr; gap:clamp(24px,4vw,44px);
  align-items:center; padding:clamp(20px,3vw,40px) 0;
}
#page-gluten-free-chef .gf-img{
  display:block; width:100%; height:auto; border-radius:28px;
  box-shadow:0 24px 56px rgba(31,48,84,.16);
}
#page-gluten-free-chef .gf-eb{
  font-size:.7rem; font-weight:800; letter-spacing:.24em; text-transform:uppercase; margin:0 0 12px;
  color:#5A6E4C !important; -webkit-text-fill-color:#5A6E4C !important;
}
#page-gluten-free-chef .gf-h1{
  font-family:'Playfair Display',Georgia,serif !important;
  font-size:clamp(2rem,4.4vw,2.9rem) !important; font-weight:700 !important; line-height:1.12;
  margin:0 0 10px !important; color:#1F3054 !important; -webkit-text-fill-color:#1F3054 !important;
}
#page-gluten-free-chef .gf-lead{
  margin:0; font-size:1.02rem; line-height:1.75; max-width:56ch;
  color:#4A5670 !important; -webkit-text-fill-color:#4A5670 !important;
}
#page-gluten-free-chef .gf-panel{
  background:#EBF0E9 !important; border:1px solid #DCE5D8 !important; border-radius:26px;
  padding:clamp(22px,3vw,32px); margin:clamp(20px,3vw,32px) 0 0;
}
#page-gluten-free-chef .gf-h2{
  font-family:'Playfair Display',Georgia,serif !important;
  font-size:1.3rem !important; font-weight:700 !important; margin:0 0 10px !important;
  color:#1F3054 !important; -webkit-text-fill-color:#1F3054 !important;
}
#page-gluten-free-chef .gf-note{ margin:14px 0 0; font-size:.85rem; line-height:1.7;
  color:#4B5A45 !important; -webkit-text-fill-color:#4B5A45 !important; }
#page-gluten-free-chef .gf-b{
  display:inline-flex; align-items:center; justify-content:center; gap:9px;
  min-height:50px; padding:14px 24px; border-radius:999px; cursor:pointer; font:inherit;
  font-size:.89rem; font-weight:800;
  background:#fff !important; border:1px solid #E6E1DA !important;
  color:#1F3054 !important; -webkit-text-fill-color:#1F3054 !important;
}
#page-gluten-free-chef .gf-b:hover{ background:#EBF0E9 !important; border-color:#CBD8C4 !important; }
#page-gluten-free-chef .gf-b:focus-visible{ outline:3px solid #CF9E3F; outline-offset:3px; }
#page-gluten-free-chef .gf-b svg{ width:17px; height:17px; stroke:currentColor; fill:none;
  stroke-width:1.85; stroke-linecap:round; stroke-linejoin:round; }
#page-gluten-free-chef .gf-acts{ display:flex; gap:12px; flex-wrap:wrap; margin:22px 0 0; }
@media (max-width:820px){
  #page-gluten-free-chef .gf-hero{ grid-template-columns:1fr; }
  #page-gluten-free-chef .gf-hero > div:last-child{ order:-1; }
}

