:root {
  --green: #0e7a53;
  --green-dark: #07573c;
  --lime: #d9f25f;
  --yellow: #ffd75a;
  --coral: #ff725e;
  --cream: #fffaf0;
  --ink: #173229;
  --muted: #5f746c;
  --white: #ffffff;
  --border: rgba(23, 50, 41, 0.12);
  --shadow: 0 20px 50px rgba(24, 77, 59, 0.12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "Inter", sans-serif;
  color: var(--ink);
  background: var(--cream);
  line-height: 1.6;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button, input { font: inherit; }
.container { width: min(1160px, calc(100% - 36px)); margin: 0 auto; }
.section { padding: 92px 0; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 250, 240, 0.9);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--border);
}
.nav-wrap { height: 76px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: flex; align-items: center; gap: 10px; font-family: "Baloo 2", sans-serif; font-size: 1.32rem; font-weight: 800; }
.brand-icon { width: 40px; height: 40px; display: grid; place-items: center; border-radius: 14px; background: var(--lime); }
.main-nav { display: flex; gap: 30px; align-items: center; font-weight: 600; }
.main-nav a:hover { color: var(--green); }
.menu-toggle { display: none; border: 0; background: transparent; font-size: 1.7rem; cursor: pointer; }

.hero { padding: 82px 0 58px; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 64px; align-items: center; }
.eyebrow { display: inline-block; color: var(--green); font-weight: 800; text-transform: uppercase; letter-spacing: .13em; font-size: .78rem; }
h1, h2, h3 { font-family: "Baloo 2", sans-serif; margin-top: 0; line-height: 1.05; }
h1 { font-size: clamp(3.4rem, 7vw, 6.3rem); margin-bottom: 24px; letter-spacing: -.04em; }
h2 { font-size: clamp(2.35rem, 4vw, 4rem); margin-bottom: 18px; }
h3 { font-size: 1.45rem; margin-bottom: 8px; }
.hero-copy > p { font-size: 1.16rem; color: var(--muted); max-width: 650px; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin: 32px 0 26px; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 24px; border-radius: 999px; font-weight: 800; border: 2px solid transparent; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease; }
.btn:hover { transform: translateY(-2px); box-shadow: 0 12px 24px rgba(14, 122, 83, .15); }
.btn-primary { background: var(--green); color: var(--white); }
.btn-secondary { border-color: var(--green); color: var(--green); }
.btn-light { background: var(--white); color: var(--green-dark); }
.social-proof { display: flex; gap: 18px; flex-wrap: wrap; color: var(--muted); font-weight: 600; font-size: .92rem; }

.hero-card { min-height: 520px; position: relative; border-radius: 44px; background: linear-gradient(145deg, var(--lime), var(--yellow)); box-shadow: var(--shadow); display: grid; place-items: center; overflow: hidden; }
.sun { position: absolute; width: 210px; height: 210px; border-radius: 50%; background: rgba(255,255,255,.45); top: 48px; right: 50px; }
.parrot-art { font-size: 13rem; filter: drop-shadow(0 18px 16px rgba(0,0,0,.12)); transform: rotate(-6deg); }
.speech-bubble { position: absolute; top: 62px; left: 35px; padding: 14px 20px; border-radius: 20px 20px 20px 4px; background: white; font-family: "Baloo 2"; font-weight: 800; box-shadow: var(--shadow); }
.floating-note { position: absolute; width: 62px; height: 62px; display: grid; place-items: center; border-radius: 20px; background: white; font-size: 1.8rem; box-shadow: var(--shadow); }
.note-one { left: 36px; bottom: 42px; transform: rotate(-8deg); }
.note-two { right: 42px; bottom: 76px; transform: rotate(8deg); }
.note-three { right: 34px; top: 200px; }

.ad-section { padding: 12px 0 20px; }
.ad-placeholder { min-height: 110px; border: 2px dashed rgba(23,50,41,.18); border-radius: 22px; display: grid; place-items: center; text-align: center; color: var(--muted); background: rgba(255,255,255,.5); }
.ad-placeholder span { text-transform: uppercase; font-size: .72rem; letter-spacing: .14em; font-weight: 800; }
.ad-placeholder p { margin: 2px 0 0; }

.videos-section { background: #fff; }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 20px; margin-bottom: 34px; }
.section-heading h2 { margin-bottom: 0; }
.section-heading.centered { display: block; text-align: center; max-width: 720px; margin: 0 auto 34px; }
.text-link { color: var(--green); font-weight: 800; white-space: nowrap; }
.video-grid { display: grid; grid-template-columns: 1.15fr .85fr .85fr; gap: 22px; }
.video-card { background: var(--cream); border-radius: 28px; overflow: hidden; border: 1px solid var(--border); transition: transform .2s ease; }
.video-card:hover { transform: translateY(-5px); }
.video-placeholder { min-height: 250px; display: grid; place-items: center; position: relative; color: white; }
.featured-video .video-placeholder { min-height: 330px; }
.gradient-one { background: linear-gradient(140deg, #0e7a53, #37ad76); }
.gradient-two { background: linear-gradient(140deg, #121212, #444); }
.gradient-three { background: linear-gradient(140deg, #ff725e, #ffb25b); }
.play-button { width: 72px; height: 72px; border-radius: 50%; background: rgba(255,255,255,.95); color: var(--green); display: grid; place-items: center; padding-left: 4px; font-size: 1.4rem; box-shadow: 0 12px 30px rgba(0,0,0,.17); }
.video-label { position: absolute; bottom: 16px; left: 16px; right: 16px; font-size: .82rem; text-align: center; opacity: .9; }
.video-content { padding: 22px; }
.video-content p { color: var(--muted); margin-bottom: 0; }
.tag { display: inline-block; padding: 5px 10px; border-radius: 999px; background: var(--lime); color: var(--green-dark); font-size: .74rem; font-weight: 800; margin-bottom: 12px; }

.about-section { background: var(--cream); }
.about-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 70px; align-items: center; }
.about-visual { min-height: 430px; background: var(--green); border-radius: 38px; position: relative; display: grid; place-items: center; overflow: hidden; }
.about-visual:before, .about-visual:after { content:""; position:absolute; width:230px; height:230px; border-radius:50%; background:rgba(255,255,255,.08); }
.about-visual:before { top:-80px; left:-70px; }
.about-visual:after { bottom:-100px; right:-70px; }
.big-emoji { font-size: 10rem; z-index: 1; }
.mini-card { position: absolute; z-index: 2; background: white; padding: 12px 16px; border-radius: 16px; font-weight: 800; box-shadow: var(--shadow); }
.mini-one { top: 30px; right: 25px; }
.mini-two { bottom: 28px; left: 24px; }
.about-copy p { color: var(--muted); font-size: 1.04rem; }
.stats-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 28px; }
.stats-grid div { background: white; padding: 20px 15px; border-radius: 18px; border: 1px solid var(--border); }
.stats-grid strong { display: block; font-family:"Baloo 2"; font-size:1.5rem; }
.stats-grid span { color: var(--muted); font-size:.86rem; }

.shop-section { background: white; }
.shop-card { background: var(--green-dark); color: white; padding: 58px; border-radius: 40px; display: grid; grid-template-columns: 1.15fr .85fr; align-items: center; gap: 40px; overflow: hidden; }
.shop-card p { color: rgba(255,255,255,.78); max-width: 620px; }
.eyebrow.light { color: var(--lime); }
.merch-preview { display: grid; place-items: center; }
.shirt { width: 260px; height: 290px; clip-path: polygon(20% 0, 36% 10%, 64% 10%, 80% 0, 100% 18%, 86% 34%, 77% 27%, 77% 100%, 23% 100%, 23% 27%, 14% 34%, 0 18%); background: var(--lime); color: var(--green-dark); display: flex; flex-direction: column; align-items: center; justify-content: center; font-size: 5.5rem; filter: drop-shadow(0 20px 30px rgba(0,0,0,.2)); }
.shirt span { font-family:"Baloo 2"; font-weight:800; font-size:1rem; }

.follow-section { background: var(--cream); }
.social-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.social-card { min-height: 110px; padding: 22px; border-radius: 24px; display: flex; align-items: center; gap: 15px; background: white; border: 1px solid var(--border); box-shadow: 0 12px 30px rgba(24,77,59,.06); }
.social-card > span:last-child { margin-left: auto; font-size: 1.4rem; }
.social-icon { width: 52px; height: 52px; border-radius: 16px; display:grid; place-items:center; font-weight:900; font-size:1.5rem; background:var(--cream); }
.social-card strong, .social-card small { display:block; }
.social-card small { color:var(--muted); margin-top:3px; }
.social-card:hover { border-color: rgba(14,122,83,.45); transform: translateY(-3px); }

.newsletter-section { background: white; }
.newsletter-card { background: linear-gradient(135deg, #effcc5, #fff1b6); padding: 52px; border-radius: 38px; display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: center; }
.newsletter-card h2 { font-size: clamp(2.1rem, 4vw, 3.5rem); }
.newsletter-card p { color: var(--muted); }
.newsletter-form { display:flex; gap:10px; flex-wrap:wrap; }
.newsletter-form input { flex:1 1 230px; min-height:54px; border:1px solid rgba(23,50,41,.16); border-radius:999px; padding:0 20px; background:white; outline:none; }
.newsletter-form input:focus { border-color:var(--green); box-shadow:0 0 0 4px rgba(14,122,83,.1); }
.form-message { width:100%; margin:4px 8px 0; font-size:.88rem; font-weight:700; }

.site-footer { background: var(--ink); color: white; padding: 56px 0 24px; }
.footer-grid { display:flex; justify-content:space-between; gap:30px; align-items:start; }
.footer-brand .brand-icon { background:var(--lime); }
.site-footer p { color:rgba(255,255,255,.65); }
.footer-links { display:flex; gap:24px; flex-wrap:wrap; }
.footer-links a:hover { color:var(--lime); }
.footer-bottom { border-top:1px solid rgba(255,255,255,.12); margin-top:38px; padding-top:22px; display:flex; justify-content:space-between; color:rgba(255,255,255,.55); font-size:.86rem; }
.sr-only { position:absolute; width:1px; height:1px; padding:0; margin:-1px; overflow:hidden; clip:rect(0,0,0,0); white-space:nowrap; border:0; }

@media (max-width: 960px) {
  .hero-grid, .about-grid, .shop-card, .newsletter-card { grid-template-columns: 1fr; }
  .hero-grid { gap: 38px; }
  .hero-card { min-height: 430px; }
  .video-grid { grid-template-columns: 1fr 1fr; }
  .featured-video { grid-column: 1 / -1; }
  .social-cards { grid-template-columns: 1fr; }
}

@media (max-width: 720px) {
  .section { padding: 70px 0; }
  .menu-toggle { display:block; }
  .main-nav { display:none; position:absolute; top:76px; left:18px; right:18px; padding:18px; border-radius:18px; background:white; box-shadow:var(--shadow); flex-direction:column; align-items:stretch; }
  .main-nav.open { display:flex; }
  h1 { font-size: 3.5rem; }
  .hero { padding-top:54px; }
  .hero-card { min-height:360px; }
  .parrot-art { font-size:9rem; }
  .speech-bubble { top:30px; left:20px; }
  .video-grid { grid-template-columns:1fr; }
  .featured-video { grid-column:auto; }
  .section-heading { display:block; }
  .section-heading .text-link { display:inline-block; margin-top:15px; }
  .stats-grid { grid-template-columns:1fr; }
  .shop-card, .newsletter-card { padding:34px 24px; }
  .merch-preview { margin-top:10px; }
  .shirt { width:220px; height:250px; }
  .footer-grid, .footer-bottom { flex-direction:column; }
}
