:root {
  --forest: #2f7a2c;
  --forest-deep: #1f5a1d;
  --forest-soft: #e8f5e4;
  --orange: #e85a1c;
  --orange-deep: #c94410;
  --sky: #7eb8e8;
  --cream: #fff8e7;
  --paper: #ffffff;
  --ink: #1a2619;
  --muted: #4a5a48;
  --line: #1a2619;
  --shadow: 0 12px 0 rgba(26, 38, 25, 0.12);
  --radius: 22px;
  --font-display: "Bricolage Grotesque", system-ui, sans-serif;
  --font-body: "Nunito", system-ui, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--ink);
  background:
    radial-gradient(ellipse 80% 50% at 10% -10%, rgba(126, 184, 232, 0.35), transparent 55%),
    radial-gradient(ellipse 60% 40% at 100% 0%, rgba(232, 90, 28, 0.12), transparent 50%),
    linear-gradient(180deg, #f4fbe8 0%, var(--cream) 40%, #eef7e6 100%);
  min-height: 100vh;
  padding-bottom: 84px;
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }

.material-symbols-outlined {
  font-variation-settings: "FILL" 0, "wght" 500, "GRAD" 0, "opsz" 24;
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 40;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 12px clamp(16px, 4vw, 64px);
  background: rgba(255, 248, 231, 0.92);
  backdrop-filter: blur(10px);
  border-bottom: 3px solid var(--ink);
}
.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 1.15rem;
  color: var(--forest-deep);
}
.brand-text { letter-spacing: -0.02em; }
.nav-desk {
  display: none;
  gap: 28px;
  font-weight: 800;
}
.nav-desk a { color: var(--muted); position: relative; }
.nav-desk a.active,
.nav-desk a:hover { color: var(--forest-deep); }
.nav-desk a.active::after {
  content: "";
  position: absolute;
  left: 0; right: 0; bottom: -8px;
  height: 4px;
  background: var(--orange);
  border-radius: 99px;
}
.top-actions { display: flex; gap: 8px; }
.icon-btn {
  position: relative;
  width: 44px; height: 44px;
  border-radius: 14px;
  border: 2.5px solid var(--ink);
  background: var(--paper);
  display: grid; place-items: center;
  box-shadow: 0 3px 0 var(--ink);
  transition: transform .12s;
}
.icon-btn:active { transform: translateY(2px); box-shadow: 0 1px 0 var(--ink); }
.badge {
  position: absolute; top: -6px; right: -6px;
  min-width: 18px; height: 18px; padding: 0 4px;
  border-radius: 99px; background: var(--orange); color: #fff;
  font-size: 10px; font-weight: 800; display: grid; place-items: center;
  border: 2px solid #fff;
}

@media (min-width: 860px) {
  .nav-desk { display: flex; }
  body { padding-bottom: 0; }
  .mobile-nav { display: none !important; }
}

main { width: min(1180px, 100%); margin: 0 auto; padding: 0 clamp(16px, 4vw, 32px); }
.hero {
  display: grid;
  gap: 28px;
  padding: 36px 0 20px;
  align-items: center;
}
@media (min-width: 960px) {
  .hero { grid-template-columns: 1.05fr 0.95fr; gap: 40px; padding-top: 56px; }
}
.eyebrow {
  display: inline-block;
  margin: 0 0 12px;
  padding: 8px 14px;
  border-radius: 999px;
  background: var(--forest);
  color: #fff;
  font-weight: 800;
  font-size: 0.85rem;
  border: 2.5px solid var(--ink);
}
.hero h1 {
  font-family: var(--font-display);
  font-size: clamp(2rem, 5vw, 3.4rem);
  line-height: 1.05;
  letter-spacing: -0.03em;
  margin: 0 0 16px;
  color: var(--forest-deep);
}
.hero h1 span {
  color: var(--orange);
  display: inline-block;
}
.lead {
  font-size: 1.125rem;
  line-height: 1.55;
  color: var(--muted);
  max-width: 36rem;
  margin: 0 0 22px;
}
.cta-row { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 20px; }
.btn-primary, .btn-ghost {
  display: inline-flex; align-items: center; justify-content: center;
  padding: 14px 22px;
  border-radius: 16px;
  font-weight: 800;
  border: 3px solid var(--ink);
  transition: transform .12s, box-shadow .12s;
}
.btn-primary {
  background: var(--orange);
  color: #fff;
  box-shadow: 0 5px 0 var(--ink);
}
.btn-ghost {
  background: var(--paper);
  color: var(--forest-deep);
  box-shadow: 0 5px 0 var(--ink);
}
.btn-primary:hover, .btn-ghost:hover { transform: translateY(-2px); }
.btn-primary:active, .btn-ghost:active { transform: translateY(3px); box-shadow: 0 2px 0 var(--ink); }

.mentor-row { display: flex; flex-wrap: wrap; gap: 8px; }
.chip {
  padding: 8px 12px;
  border-radius: 999px;
  background: var(--paper);
  border: 2.5px solid var(--ink);
  font-weight: 800;
  font-size: 0.9rem;
}

.hero-art { position: relative; }
.hero-art img {
  width: 100%;
  border-radius: 28px;
  border: 4px solid var(--ink);
  box-shadow: var(--shadow);
  background: #3d9a3a;
}
.speech-float {
  position: absolute;
  right: 8%;
  bottom: -12px;
  background: #fff;
  border: 3px solid var(--ink);
  border-radius: 18px;
  padding: 12px 16px;
  font-weight: 800;
  font-size: 0.95rem;
  box-shadow: 0 4px 0 var(--ink);
  max-width: 220px;
  animation: bob 3.2s ease-in-out infinite;
}
.speech-float::after {
  content: "";
  position: absolute;
  left: 28px; top: -10px;
  border: 8px solid transparent;
  border-bottom-color: var(--ink);
}
@keyframes bob {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}

.scene-band { padding: 48px 0 24px; }
.scene-frame {
  border: 4px solid var(--ink);
  border-radius: 28px;
  overflow: hidden;
  background: #87ceeb;
  box-shadow: var(--shadow);
}
.scene-frame img {
  width: 100%;
  max-height: 480px;
  object-fit: cover;
  object-position: center 40%;
}
.scene-caption {
  padding: 22px 24px 26px;
  background: var(--forest);
  color: #fff;
  border-top: 4px solid var(--ink);
}
.scene-caption h2 {
  margin: 0 0 8px;
  font-family: var(--font-display);
  font-size: clamp(1.5rem, 3vw, 2rem);
}
.scene-caption p { margin: 0; opacity: 0.95; max-width: 50rem; }

.mentors, .lessons-preview { padding: 40px 0 24px; }
.section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 22px;
  flex-wrap: wrap;
}
.section-head h2 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  color: var(--forest-deep);
}
.section-head p { margin: 6px 0 0; color: var(--muted); font-weight: 700; }
.link-all { font-weight: 800; color: var(--orange); }

.mentor-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: 1fr;
}
@media (min-width: 700px) {
  .mentor-grid { grid-template-columns: 1fr 1fr; }
}
@media (min-width: 1000px) {
  .mentor-grid { grid-template-columns: repeat(4, 1fr); }
}
.mentor-card {
  background: var(--paper);
  border: 3.5px solid var(--ink);
  border-radius: var(--radius);
  padding: 12px;
  box-shadow: 0 8px 0 rgba(26, 38, 25, 0.1);
  position: relative;
  transition: transform .2s;
}
.mentor-card:hover { transform: translateY(-4px); }
.mentor-visual {
  height: 160px;
  border-radius: 16px;
  overflow: hidden;
  border: 3px solid var(--ink);
  background: var(--forest-soft);
  margin-bottom: 12px;
}
.mentor-visual img {
  width: 100%; height: 100%;
  object-fit: cover;
}
.mentor-card h3 {
  margin: 0 0 6px;
  font-family: var(--font-display);
  font-size: 1.15rem;
}
.mentor-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.4;
}
.tag {
  position: absolute;
  top: 20px; left: 20px;
  padding: 4px 10px;
  border-radius: 999px;
  border: 2.5px solid var(--ink);
  font-weight: 800;
  background: #fff;
  font-size: 0.85rem;
}
.tag.orange { background: #ffe1d2; }
.tag.green { background: #d8f5d2; }
.tag.blue { background: #d7ecff; }
.tag.brown { background: #f0e2d0; }

.lesson-grid {
  display: grid;
  gap: 16px;
}
@media (min-width: 800px) {
  .lesson-grid { grid-template-columns: repeat(3, 1fr); }
}
.lesson-card {
  background: var(--paper);
  border: 3.5px solid var(--ink);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: 0 8px 0 rgba(26, 38, 25, 0.1);
  transition: transform .2s;
}
.lesson-card:hover { transform: translateY(-4px); }
.lesson-img { height: 170px; border-bottom: 3.5px solid var(--ink); overflow: hidden; }
.lesson-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.lesson-card:hover .lesson-img img { transform: scale(1.06); }
.lesson-body { padding: 16px; }
.pill {
  display: inline-block;
  background: var(--orange);
  color: #fff;
  border: 2px solid var(--ink);
  border-radius: 999px;
  padding: 2px 10px;
  font-size: 0.75rem;
  font-weight: 800;
  margin-bottom: 8px;
}
.lesson-body h3 {
  margin: 0 0 6px;
  font-family: var(--font-display);
}
.lesson-body p { margin: 0; color: var(--muted); font-size: 0.95rem; }

.site-footer {
  margin-top: 48px;
  border-top: 4px solid var(--ink);
  background: #dff0d4;
}
.footer-inner {
  width: min(1180px, 100%);
  margin: 0 auto;
  padding: 28px clamp(16px, 4vw, 32px);
  display: flex;
  flex-wrap: wrap;
  gap: 16px 28px;
  align-items: center;
  justify-content: space-between;
  font-weight: 700;
}
.footer-inner nav { display: flex; gap: 18px; flex-wrap: wrap; }
.footer-inner a:hover { color: var(--orange); }
.footer-bar {
  height: 14px;
  background: var(--orange);
  border-top: 3px solid var(--ink);
}

.mobile-nav {
  position: fixed;
  left: 0; right: 0; bottom: 0;
  z-index: 50;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 4px;
  padding: 8px 8px calc(8px + env(safe-area-inset-bottom));
  background: rgba(255, 248, 231, 0.97);
  border-top: 3px solid var(--ink);
  backdrop-filter: blur(8px);
}
.mobile-nav a {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  font-size: 0.7rem;
  font-weight: 800;
  color: var(--muted);
  padding: 6px 4px;
  border-radius: 12px;
}
.mobile-nav a.active {
  color: var(--forest-deep);
  background: #d6efc8;
}

.page-shell {
  width: min(1180px, 100%);
  margin: 0 auto;
  padding: 24px clamp(16px, 4vw, 32px) 40px;
}
.page-hero-card {
  display: grid;
  gap: 0;
  border: 4px solid var(--ink);
  border-radius: 28px;
  overflow: hidden;
  background: var(--paper);
  box-shadow: var(--shadow);
  margin-bottom: 28px;
}
@media (min-width: 900px) {
  .page-hero-card { grid-template-columns: 1.1fr 0.9fr; }
}
.page-hero-copy { padding: clamp(20px, 4vw, 40px); }
.page-hero-copy h1 {
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 4vw, 2.6rem);
  margin: 0 0 12px;
  color: var(--forest-deep);
}
.page-hero-art img {
  width: 100%;
  height: 100%;
  min-height: 260px;
  object-fit: cover;
}
.comic-panel {
  border: 3.5px solid var(--ink);
  border-radius: 20px;
  background: var(--paper);
  overflow: hidden;
  box-shadow: 0 6px 0 rgba(26,38,25,.1);
}
.filter-row { display: flex; flex-wrap: wrap; gap: 10px; margin: 8px 0 22px; }
.filter-btn {
  border: 2.5px solid var(--ink);
  border-radius: 999px;
  padding: 10px 16px;
  font-weight: 800;
  background: #fff;
  cursor: pointer;
  font-family: inherit;
}
.filter-btn.active {
  background: var(--forest);
  color: #fff;
}
.product-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: 1fr;
}
@media (min-width: 700px) {
  .product-grid { grid-template-columns: 1fr 1fr; }
}
@media (min-width: 1000px) {
  .product-grid { grid-template-columns: repeat(4, 1fr); }
}
.product-card {
  border: 3.5px solid var(--ink);
  border-radius: 20px;
  background: #fff;
  overflow: hidden;
  box-shadow: 0 6px 0 rgba(26,38,25,.1);
}
.product-card .thumb {
  height: 180px;
  border-bottom: 3.5px solid var(--ink);
  overflow: hidden;
}
.product-card .thumb img { width: 100%; height: 100%; object-fit: cover; }
.product-card .body { padding: 14px; }
.product-card h3 { margin: 0 0 4px; font-family: var(--font-display); font-size: 1.05rem; }
.product-card .meta { color: var(--muted); font-size: 0.85rem; font-weight: 700; margin-bottom: 10px; }
.product-card .row { display: flex; justify-content: space-between; align-items: center; }
.price { font-weight: 800; color: var(--forest-deep); }
.add-btn {
  border: 2.5px solid var(--ink);
  border-radius: 12px;
  background: var(--orange);
  color: #fff;
  width: 42px; height: 42px;
  display: grid; place-items: center;
  cursor: pointer;
}
