*,*::before,*::after{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:'Inter',-apple-system,BlinkMacSystemFont,sans-serif;color:#2a2a2a;background:var(--cream);line-height:1.55;-webkit-font-smoothing:antialiased}
:root{--green:#3ca050;--green-deep:#2e7d3e;--green-soft:#e4f2e6;--cream:#fbfaf5;--sand:#f4efe3;--yellow:#f2b134;--yellow-soft:#fcead0;--blue:#3c64b4;--blue-deep:#2a4a8a;--blue-soft:#e8eef9;--red:#e85a3c;--red-soft:#fce1d9;--ink:#1f1f1d;--slate:#5a5a55;--light:#9a9a95;--line:#e2dccc;--border:#e2dccc;--bg:#fbfaf5}
img{max-width:100%;height:auto;display:block}
a{color:var(--green-deep);text-decoration:none}
a:hover{text-decoration:underline}
h1,h2,h3,h4{font-family:'Lora',Georgia,serif;font-weight:500;letter-spacing:-0.01em;color:var(--ink)}
h1{font-size:clamp(2rem,5vw,3rem);line-height:1.15;margin:0 0 16px}
h2{font-size:clamp(1.5rem,3.4vw,2rem);line-height:1.25;margin:36px 0 14px}
h3{font-size:1.2rem;line-height:1.35;margin:24px 0 10px}
.container{max-width:880px;margin:0 auto;padding:0 24px}
.container-wide{max-width:1140px;margin:0 auto;padding:0 24px}
.eyebrow{display:inline-block;font-size:11px;letter-spacing:0.18em;text-transform:uppercase;font-weight:600;color:var(--green-deep);margin-bottom:14px}

/* TOP BAR + NAV */
.topbar{background:var(--green-deep);color:#fff;font-size:13px;padding:8px 0}
.topbar-inner{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:8px}
.topbar a{color:#fff}
.topbar-left{display:flex;gap:18px;align-items:center;flex-wrap:wrap}
.nav{background:var(--bg);border-bottom:1px solid var(--line);position:sticky;top:0;z-index:100;backdrop-filter:blur(8px);background:rgba(255,254,251,0.96)}
.nav-inner{display:flex;justify-content:space-between;align-items:center;padding:14px 0;gap:24px;max-width:1140px;margin:0 auto;padding-left:24px;padding-right:24px}
.brand{display:flex;align-items:center;gap:12px;text-decoration:none}
.brand-mark{width:42px;height:42px;background:var(--green-deep);border-radius:50%;display:grid;place-items:center;color:#fff;font-family:'Lora',serif;font-size:22px;flex-shrink:0}
.brand-text{font-family:'Lora',serif;font-size:17px;color:var(--ink);font-weight:500;line-height:1.1}
.brand-text small{display:block;font-family:'Inter',sans-serif;font-size:11px;color:var(--slate);font-weight:400;letter-spacing:0.04em;margin-top:2px}
.nav-links{display:flex;gap:28px;align-items:center}
.nav-links a{color:var(--ink);font-size:14px;font-weight:500}
.nav-links a:hover{color:var(--green-deep);text-decoration:none}
.btn{display:inline-flex;align-items:center;gap:8px;padding:10px 20px;border-radius:999px;font-weight:600;font-size:14px;border:none;cursor:pointer;text-decoration:none;transition:all 0.15s;font-family:inherit}
.btn-primary{background:var(--red);color:#fff}
.btn-primary:hover{background:#a83838;text-decoration:none;color:#fff}
.btn-outline{border:1.5px solid var(--green-deep);color:var(--green-deep);background:transparent}
.btn-outline:hover{background:var(--green-deep);color:#fff;text-decoration:none}
.btn-large{padding:14px 28px;font-size:15px}
.menu-toggle{display:none;background:none;border:none;padding:8px;cursor:pointer}
.menu-toggle svg{width:24px;height:24px}

/* PAGE HEAD */
.page-head{background:var(--cream);padding:64px 0 48px;border-bottom:1px solid var(--line)}
.page-head h1{margin-bottom:14px}
.page-head p.lead{font-size:1.1rem;color:var(--slate);max-width:720px;line-height:1.6;margin:0}

/* CONTENT */
.content{padding:48px 0 72px}
.content p{font-size:1.02rem;line-height:1.7;color:var(--ink);margin:0 0 16px}
.content ul, .content ol{padding-left:22px;margin:14px 0;line-height:1.7}
.content ul li, .content ol li{margin-bottom:6px}
.content h2{position:relative;padding-bottom:10px;border-bottom:2px solid var(--green-soft)}
.content h2::after{content:"";position:absolute;left:0;bottom:-2px;width:60px;height:2px;background:var(--green-deep)}
.content strong{color:var(--ink)}

.callout{padding:24px;background:var(--yellow-soft);border-left:4px solid var(--yellow);border-radius:0 10px 10px 0;margin:24px 0}
.callout h3{margin:0 0 8px;font-family:'Inter',sans-serif;font-size:14px;font-weight:700;letter-spacing:0.06em;text-transform:uppercase;color:#8a6d20}
.callout p{margin:0;font-size:0.98rem;color:var(--ink)}

/* CTA BAND */
.cta-band{padding:64px 0;background:var(--green-deep);color:#fff;text-align:center}
.cta-band h2{color:#fff;margin:0 0 14px;border:none;padding:0}
.cta-band h2::after{display:none}
.cta-band p{color:rgba(255,255,255,0.9);font-size:1.05rem;max-width:560px;margin:0 auto 28px}
.cta-band .btn-primary{background:var(--yellow);color:var(--ink)}
.cta-band .btn-primary:hover{background:#e0b030}
.cta-band .btn-outline{border-color:#fff;color:#fff}
.cta-band .btn-outline:hover{background:#fff;color:var(--green-deep)}
.cta-band .btn-row{display:flex;gap:14px;justify-content:center;flex-wrap:wrap}

/* FOOTER */
.footer{background:#1a2a1a;color:rgba(255,255,255,0.7);padding:48px 0 24px;font-size:14px}
.footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:36px;margin-bottom:36px}
.footer h4{color:#fff;font-size:14px;margin:0 0 16px;letter-spacing:0.08em;text-transform:uppercase;font-family:'Inter',sans-serif;font-weight:600}
.footer a{color:rgba(255,255,255,0.7);display:block;padding:4px 0;text-decoration:none}
.footer a:hover{color:#fff}
.footer-brand{font-family:'Lora',serif;font-size:18px;color:#fff;margin-bottom:12px;line-height:1.3}
.footer-bottom{padding-top:24px;border-top:1px solid rgba(255,255,255,0.1);font-size:13px;text-align:center;line-height:1.6}

@media (max-width:880px){
  .nav-links{display:none;position:absolute;top:100%;left:0;right:0;background:#fff;flex-direction:column;padding:16px 24px;gap:0;border-bottom:1px solid var(--line);box-shadow:0 8px 16px rgba(0,0,0,0.06)}
  .nav-links.open{display:flex}
  .nav-links a{padding:14px 0;border-bottom:1px solid var(--line);width:100%}
  .nav-links .btn{margin-top:12px;align-self:stretch;text-align:center;justify-content:center}
  .menu-toggle{display:block}
  .footer-grid{grid-template-columns:1fr 1fr;gap:24px}
}
@media (max-width:560px){.footer-grid{grid-template-columns:1fr}}


/* New menu card layout */
.menu-week-head {
  text-align: center;
  margin-bottom: 32px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--line);
}
.menu-week-head h3 {
  font-size: 1.6rem;
  margin: 0 0 8px;
  color: var(--ink);
}
.menu-week-head p {
  margin: 0;
  color: var(--slate);
  font-size: 0.95rem;
}
.menu-days {
  display: grid;
  gap: 20px;
}
.menu-day {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 24px 28px;
  box-shadow: 0 2px 8px rgba(20, 60, 30, 0.04);
}
.menu-day-head {
  margin: 0 0 18px;
  font-size: 1.3rem;
  color: var(--green);
  border-bottom: 2px solid var(--bg);
  padding-bottom: 10px;
  font-weight: 600;
}
.menu-meals {
  display: grid;
  gap: 14px;
  font-size: 0.95rem;
  line-height: 1.55;
}
.menu-meals > div {
  color: var(--ink);
}
.meal-tag {
  display: inline-block;
  background: var(--bg);
  color: var(--green);
  padding: 3px 10px;
  border-radius: 4px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-right: 8px;
  vertical-align: middle;
}
.age-row {
  margin: 6px 0 0 0;
  padding-left: 14px;
  border-left: 2px solid var(--bg);
  color: var(--slate);
  font-size: 0.92rem;
}
.age-row em {
  font-style: normal;
  font-weight: 600;
  color: var(--ink);
  display: inline-block;
  min-width: 165px;
}
.menu-foot {
  margin-top: 28px;
  padding: 18px;
  background: var(--bg);
  border-radius: 8px;
  font-size: 0.9rem;
  color: var(--slate);
  line-height: 1.6;
}
@media (max-width: 600px) {
  .menu-day { padding: 18px; }
  .age-row em { display: block; min-width: auto; margin-bottom: 2px; }
}


/* Sticky bottom CTA bar - visible on mobile, hidden on desktop */
.sticky-cta {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background: var(--green-deep, #3a6b3a);
  color: #fff;
  padding: 10px 14px;
  display: none;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  box-shadow: 0 -4px 14px rgba(0,0,0,0.2);
}
.sticky-cta .sticky-text {
  font-size: 14px;
  font-weight: 600;
  flex: 1;
  min-width: 0;
}
.sticky-cta .sticky-btn {
  padding: 9px 14px;
  background: var(--yellow, #f4c542);
  color: var(--ink, #2a2a2a);
  border-radius: 6px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
}
.sticky-cta .sticky-call {
  padding: 9px 12px;
  background: rgba(255,255,255,0.18);
  color: #fff;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}
@media (max-width: 800px) {
  .sticky-cta { display: flex; }
  body { padding-bottom: 60px; }
}


/* Brand icon image (Eikoh group mark) */
.brand-mark-img {
  width: 48px;
  height: 48px;
  display: block;
  flex-shrink: 0;
  border-radius: 8px;
}
@media (max-width: 700px) {
  .brand-mark-img { width: 40px; height: 40px; }
}
