/* Tech'n'Bees — corporate site
   Palette and type per TechnBees Visual Identity Guidelines v2.0 */

:root{
  --yellow:#FFC107;
  --yellow-deep:#E8A900;
  --charcoal:#1A1A1A;
  --teal:#00B5D8;
  --teal-deep:#0091AD;
  --lightblue:#B3E5FC;
  --softgray:#FDF8EE;
  --ink:#1A1A1A;
  --muted:#6B6154;
  --line:#EFE6D6;
  --white:#FFFFFF;
  --cream:#FEFBF6;
  --amber:#F5B027;
  --maxw:1140px;
  --radius:18px;
  --radius-sm:12px;
}

*,*::before,*::after{box-sizing:border-box}
html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}
body{
  margin:0;
  font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
  color:var(--ink);
  background:var(--cream);
  font-size:16px;
  line-height:1.65;
  -webkit-font-smoothing:antialiased;
}
img{max-width:100%;height:auto;display:block}
a{color:#B57F10;text-decoration:none}
a:hover{text-decoration:underline}

h1,h2,h3,h4{font-family:Poppins,Inter,sans-serif;line-height:1.15;margin:0 0 .5em;letter-spacing:-.02em}
h1{font-size:clamp(1.95rem,4.7vw,3.15rem);font-weight:700}
h2{font-size:clamp(1.45rem,3vw,2.1rem);font-weight:700}
h3{font-size:1.08rem;font-weight:600;letter-spacing:-.01em}
p{margin:0 0 1.1em}
p:last-child{margin-bottom:0}

.wrap{max-width:var(--maxw);margin:0 auto;padding:0 24px}
.section{padding:clamp(19px,1.9vw,28px) 0}
.section--gray{background:var(--softgray)}
.section--white{background:var(--white)}
.section--tight{padding-top:clamp(14px,1.5vw,20px)}

.eyebrow{
  font-size:.71rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;
  color:#B57F10;margin:0 0 14px;font-family:Inter,sans-serif;
}
.lede{font-size:clamp(.98rem,1.75vw,1.16rem);color:var(--muted);max-width:62ch;line-height:1.6}
.measure{max-width:70ch}
.center{text-align:center}
.center .lede{margin-left:auto;margin-right:auto}

/* ---------- buttons ---------- */
.btn{
  display:inline-flex;align-items:center;gap:.5em;
  font-family:Poppins,Inter,sans-serif;font-weight:600;font-size:.92rem;
  padding:12px 23px;border-radius:999px;border:2px solid transparent;
  transition:transform .15s ease,box-shadow .15s ease,background .15s ease,border-color .15s ease;
  cursor:pointer;text-decoration:none;
}
.btn:hover{text-decoration:none;transform:translateY(-1px)}
.btn--primary{background:var(--yellow);color:var(--charcoal);box-shadow:0 2px 0 var(--yellow-deep)}
.btn--primary:hover{background:#FFCC2E;box-shadow:0 4px 12px rgba(232,169,0,.32)}
.btn--ghost{background:transparent;color:var(--charcoal);border-color:var(--line)}
.btn--ghost:hover{border-color:var(--charcoal);background:var(--white)}
.btn-row{display:flex;flex-wrap:wrap;gap:11px;margin-top:16px}
.center .btn-row{justify-content:center}

/* ---------- header ---------- */
.site-header{
  position:sticky;top:0;z-index:50;background:rgba(254,251,246,.94);
  backdrop-filter:saturate(180%) blur(10px);border-bottom:1px solid var(--line);
}
.header-inner{display:flex;align-items:center;justify-content:space-between;gap:20px;height:64px}
.brand{display:flex;align-items:center;flex-shrink:0}
.brand img{width:196px}
.nav{display:flex;align-items:center;gap:30px}
.nav a{
  color:var(--charcoal);font-weight:500;font-size:.92rem;position:relative;padding:6px 0;
}
.nav a:hover{text-decoration:none;color:#B57F10}
.nav a[aria-current="page"]{color:#B57F10;font-weight:600}
.nav a[aria-current="page"]::after{
  content:"";position:absolute;left:0;right:0;bottom:0;height:2px;background:var(--yellow);border-radius:2px;
}
.nav .btn{padding:11px 22px;font-size:.92rem}
.nav-toggle{
  display:none;background:none;border:1px solid var(--line);border-radius:10px;
  width:44px;height:44px;align-items:center;justify-content:center;cursor:pointer;
}
.nav-toggle span,.nav-toggle span::before,.nav-toggle span::after{
  content:"";display:block;width:19px;height:2px;background:var(--charcoal);border-radius:2px;position:relative;
}
.nav-toggle span::before{position:absolute;top:-6px}
.nav-toggle span::after{position:absolute;top:6px}

@media (max-width:860px){
  .nav-toggle{display:flex}
  .nav{
    position:absolute;top:64px;left:0;right:0;background:var(--white);
    border-bottom:1px solid var(--line);flex-direction:column;align-items:stretch;
    gap:0;padding:10px 24px 22px;display:none;box-shadow:0 12px 24px rgba(26,26,26,.06);
  }
  .nav.is-open{display:flex}
  .nav a{padding:13px 0;border-bottom:1px solid var(--line)}
  .nav a[aria-current="page"]::after{display:none}
  .nav .btn{margin-top:16px;justify-content:center;border-bottom:none}
  .brand img{width:168px}
}

/* ---------- hero ---------- */
.hero{
  position:relative;overflow:hidden;background:var(--softgray);
  border-bottom:1px solid var(--line);
  padding:clamp(22px,2.1vw,30px) 0 clamp(24px,2.3vw,32px);
}
.hero::before{
  content:"";position:absolute;inset:0;opacity:.5;pointer-events:none;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='56' height='97' viewBox='0 0 56 97'%3E%3Cg fill='none' stroke='%23E0A93A' stroke-opacity='.22' stroke-width='1.1'%3E%3Cpath d='M28 1 L54 16 L54 46 L28 61 L2 46 L2 16 Z'/%3E%3Cpath d='M28 49 L54 64 L54 94 L28 109 L2 94 L2 64 Z'/%3E%3C/g%3E%3C/svg%3E");
  background-size:56px 97px;
  -webkit-mask-image:radial-gradient(120% 90% at 78% 40%,#000 0%,transparent 72%);
  mask-image:radial-gradient(120% 90% at 78% 40%,#000 0%,transparent 72%);
}
.hero .wrap{position:relative;z-index:1}
.hero-grid{display:grid;grid-template-columns:1.12fr .88fr;gap:40px;align-items:center}
.hero h1{margin-bottom:.36em}
.hero h1 .accent{color:#EFA911}
.hero-art{display:flex;justify-content:center;align-items:center}
.hero-art img{width:min(100%,380px);filter:drop-shadow(0 18px 30px rgba(26,26,26,.14))}
@media (max-width:860px){
  .hero-grid{grid-template-columns:1fr;gap:34px}
  .hero-art{order:-1}
  .hero-art img{width:min(66%,260px)}
}

/* ---------- status pill ---------- */
.pill{
  display:inline-flex;align-items:center;gap:9px;background:var(--white);
  border:1px solid var(--line);border-radius:999px;padding:7px 16px 7px 12px;
  font-size:.78rem;font-weight:600;color:var(--muted);margin-bottom:18px;
}
.pill .dot{width:8px;height:8px;border-radius:50%;background:var(--yellow);flex-shrink:0}

/* ---------- cards ---------- */
.grid{display:grid;gap:16px}
.grid--3{grid-template-columns:repeat(3,1fr)}
.grid--2{grid-template-columns:repeat(2,1fr)}
@media (max-width:900px){.grid--3{grid-template-columns:1fr 1fr}}
@media (max-width:620px){.grid--3,.grid--2{grid-template-columns:1fr}}

.card{
  background:var(--white);border:1px solid var(--line);border-radius:var(--radius);
  padding:21px 19px;transition:border-color .18s ease,transform .18s ease;
}
.card:hover{border-color:#E0CFA8;transform:translateY(-2px)}
.card h3{margin-bottom:.45em}
.card p{color:var(--muted);font-size:.9rem;margin:0}
.section--gray .card{background:var(--white)}

.ico{
  width:46px;height:46px;border-radius:13px;display:flex;align-items:center;justify-content:center;
  margin-bottom:18px;background:var(--lightblue);
}
.ico svg{width:23px;height:23px;stroke:var(--charcoal);fill:none;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}
.ico--yellow{background:#FFECB8}

/* ---------- feature list ---------- */
.flist{list-style:none;padding:0;margin:15px 0 0;display:grid;gap:10px}
.flist li{position:relative;padding-left:32px;color:var(--muted)}
.flist li strong{color:var(--ink);font-weight:600}
.flist li::before{
  content:"";position:absolute;left:0;top:.42em;width:17px;height:17px;border-radius:50%;
  background:var(--yellow);
}
.flist li::after{
  content:"";position:absolute;left:5px;top:.75em;width:6px;height:3.5px;
  border-left:2px solid var(--charcoal);border-bottom:2px solid var(--charcoal);
  transform:rotate(-45deg);
}

/* ---------- split ---------- */
.split{display:grid;grid-template-columns:1fr 1fr;gap:36px;align-items:center}
@media (max-width:860px){.split{grid-template-columns:1fr;gap:36px}}
.split-art{
  background:var(--softgray);border:1px solid var(--line);border-radius:22px;
  padding:24px;display:flex;align-items:center;justify-content:center;
}
.section--gray .split-art{background:var(--white)}
.split-art img{width:min(100%,290px)}

/* ---------- band ---------- */
.band{
  background:var(--charcoal);color:var(--white);border-radius:22px;
  padding:clamp(24px,2.8vw,34px);text-align:center;
}
.band h2{color:var(--white)}
.band p{color:#B9C0CA;max-width:56ch;margin-left:auto;margin-right:auto}
.band .btn--ghost{color:var(--white);border-color:rgba(255,255,255,.28)}
.band .btn--ghost:hover{background:rgba(255,255,255,.08);border-color:var(--white)}

/* ---------- stats / facts ---------- */
.facts{border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;background:var(--white)}
.facts dl{margin:0;display:grid;grid-template-columns:minmax(160px,240px) 1fr}
.facts dt,.facts dd{padding:13px 20px;margin:0;border-bottom:1px solid var(--line)}
.facts dt{font-weight:600;background:var(--softgray);color:var(--charcoal);font-size:.94rem}
.facts dd{color:var(--muted)}
.facts dl > :nth-last-child(-n+2){border-bottom:none}
@media (max-width:620px){
  .facts dl{grid-template-columns:1fr}
  .facts dt{border-bottom:none;padding-bottom:4px;background:var(--white)}
  .facts dd{padding-top:0}
}

/* ---------- values ---------- */
.values{display:grid;grid-template-columns:repeat(5,1fr);gap:15px;margin-top:22px}
@media (max-width:900px){.values{grid-template-columns:repeat(2,1fr)}}
@media (max-width:520px){.values{grid-template-columns:1fr}}
.value{border-top:3px solid var(--yellow);padding-top:18px}
.value h3{font-size:1.02rem;margin-bottom:.3em}
.value p{font-size:.92rem;color:var(--muted);margin:0}

/* ---------- form ---------- */
.form{
  background:var(--white);border:1px solid var(--line);border-radius:var(--radius);
  padding:clamp(20px,2.6vw,30px);
}
.field{margin-bottom:14px}
.field label{display:block;font-weight:600;font-size:.92rem;margin-bottom:7px}
.field .hint{font-weight:400;color:var(--muted);font-size:.85rem}
.field input,.field select,.field textarea{
  width:100%;padding:13px 15px;border:1px solid var(--line);border-radius:var(--radius-sm);
  font-family:inherit;font-size:1rem;color:var(--ink);background:var(--white);
  transition:border-color .15s ease,box-shadow .15s ease;
}
.field textarea{min-height:148px;resize:vertical}
.field input:focus,.field select:focus,.field textarea:focus{
  outline:none;border-color:var(--amber);box-shadow:0 0 0 3px rgba(245,176,39,.22);
}
.field-row{display:grid;grid-template-columns:1fr 1fr;gap:20px}
@media (max-width:620px){.field-row{grid-template-columns:1fr}}
.form-note{font-size:.86rem;color:var(--muted);margin-top:18px}

.contact-cards{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-bottom:28px}
@media (max-width:760px){.contact-cards{grid-template-columns:1fr}}
.contact-card{border:1px solid var(--line);border-radius:var(--radius);padding:21px;background:var(--white)}
.contact-card h3{margin-bottom:.35em}
.contact-card p{color:var(--muted);font-size:.95rem}
.contact-card a{font-weight:600;word-break:break-word}

/* ---------- footer ---------- */
.site-footer{background:var(--charcoal);color:#9AA3AF;padding:32px 0 20px;margin-top:0}
.footer-top{display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:34px;padding-bottom:30px;border-bottom:1px solid rgba(255,255,255,.1)}
@media (max-width:760px){.footer-top{grid-template-columns:1fr;gap:30px}}
.footer-brand{display:flex;align-items:center;gap:13px;margin-bottom:16px}
.footer-brand img{width:38px}
.footer-brand .name{
  font-family:Poppins,Inter,sans-serif;font-weight:700;font-size:1.2rem;color:var(--white);letter-spacing:-.02em;
}
.footer-tag{font-size:.9rem;max-width:34ch;line-height:1.6}
.footer-col h4{
  font-family:Inter,sans-serif;font-size:.74rem;letter-spacing:.13em;text-transform:uppercase;
  color:var(--white);margin-bottom:15px;font-weight:700;
}
.footer-col ul{list-style:none;margin:0;padding:0;display:grid;gap:11px}
.footer-col a{color:#9AA3AF;font-size:.93rem}
.footer-col a:hover{color:var(--white);text-decoration:none}
.footer-bottom{
  padding-top:24px;display:flex;flex-wrap:wrap;gap:10px 26px;justify-content:space-between;
  font-size:.83rem;
}
.footer-bottom p{margin:0}

.skip{position:absolute;left:-9999px}
.skip:focus{
  left:12px;top:12px;position:fixed;z-index:100;background:var(--white);
  padding:11px 18px;border-radius:10px;border:2px solid var(--teal);
}

/* ---------- polish ---------- */
.band .btn-row{justify-content:center}
h1,h2,h3,.lede{text-wrap:balance}
.card p,.value p,.contact-card p{text-wrap:pretty}
.card{display:flex;flex-direction:column}

/* ==========================================================
   INTERACTIVE COMPONENTS
   ========================================================== */

/* ---------- scroll reveal ---------- */
.reveal{opacity:0;transform:translateY(16px);transition:opacity .6s ease,transform .6s cubic-bezier(.2,.7,.3,1)}
.reveal.is-in{opacity:1;transform:none}
.reveal[data-d="1"]{transition-delay:.08s}
.reveal[data-d="2"]{transition-delay:.16s}
.reveal[data-d="3"]{transition-delay:.24s}

/* ---------- mascot float ---------- */
@keyframes float{0%,100%{transform:translateY(0) rotate(0)}50%{transform:translateY(-13px) rotate(-1.4deg)}}
.float{animation:float 5.5s ease-in-out infinite}

@media (prefers-reduced-motion:reduce){
  .reveal{opacity:1;transform:none;transition:none}
  .float{animation:none}
  html{scroll-behavior:auto}
  .chat-msg{animation:none !important}
}

/* ---------- tabs ---------- */
.tabs{margin-top:17px}
.tablist{
  display:flex;flex-wrap:wrap;gap:8px;padding:0;margin:0 0 15px;list-style:none;
  border-bottom:1px solid var(--line);
}
.tab-btn{
  appearance:none;background:none;border:none;cursor:pointer;
  font-family:Poppins,Inter,sans-serif;font-weight:600;font-size:.89rem;color:var(--muted);
  padding:11px 17px;border-radius:11px 11px 0 0;position:relative;transition:color .16s ease,background .16s ease;
}
.tab-btn:hover{color:var(--charcoal);background:rgba(245,176,39,.09)}
.tab-btn[aria-selected="true"]{color:var(--charcoal);background:var(--white)}
.tab-btn[aria-selected="true"]::after{
  content:"";position:absolute;left:14px;right:14px;bottom:-1px;height:3px;
  background:var(--yellow);border-radius:3px 3px 0 0;
}
.section--gray .tab-btn[aria-selected="true"]{background:var(--white)}
.tab-panel{display:none}
.tab-panel.is-active{display:block;animation:fadeUp .38s ease both}
@keyframes fadeUp{from{opacity:0;transform:translateY(9px)}to{opacity:1;transform:none}}
.tab-panel .split{gap:36px;align-items:center}
.tab-panel h3{font-size:1.32rem;margin-bottom:.4em}
.tab-panel p{color:var(--muted)}
.tab-figure{
  background:var(--white);border:1px solid var(--line);border-radius:var(--radius);
  padding:26px;display:grid;gap:11px;
}
.section--gray .tab-figure{background:var(--softgray)}
.tag{
  display:inline-flex;align-items:center;gap:7px;background:var(--white);border:1px solid var(--line);
  border-radius:999px;padding:7px 13px;font-size:.83rem;font-weight:500;color:var(--charcoal);width:fit-content;
}
.tag .bul{width:7px;height:7px;border-radius:50%;background:var(--teal);flex-shrink:0}
.tag--y .bul{background:var(--yellow)}

/* ---------- age selector ---------- */
.ages{display:flex;gap:9px;flex-wrap:wrap;margin:15px 0 14px}
.age-btn{
  appearance:none;cursor:pointer;background:var(--white);border:1.5px solid var(--line);
  border-radius:999px;padding:10px 20px;font-family:Poppins,Inter,sans-serif;font-weight:600;
  font-size:.93rem;color:var(--muted);transition:all .18s ease;
}
.age-btn:hover{border-color:var(--amber);color:var(--charcoal)}
.age-btn[aria-selected="true"]{background:var(--yellow);border-color:var(--yellow);color:var(--charcoal)}
.age-panel{display:none}
.age-panel.is-active{display:block;animation:fadeUp .34s ease both}
.age-panel p{color:var(--muted);margin:0}
.age-panel .stage{
  font-family:Poppins,Inter,sans-serif;font-weight:600;color:var(--charcoal);
  display:block;margin-bottom:.35em;font-size:1.05rem;
}

/* ---------- Ask Bee chat demo ---------- */
.chat{
  background:var(--white);border:1px solid var(--line);border-radius:22px;
  overflow:hidden;box-shadow:0 14px 36px rgba(26,26,26,.07);max-width:520px;width:100%;
}
.chat-head{
  display:flex;align-items:center;gap:12px;padding:15px 18px;
  background:linear-gradient(135deg,#00B5D8 0%,#0091AD 100%);color:var(--white);
}
.chat-head img{width:36px;height:36px;object-fit:contain;flex-shrink:0}
.chat-head .who{font-family:Poppins,Inter,sans-serif;font-weight:600;font-size:1rem;line-height:1.25}
.chat-head .state{font-size:.78rem;opacity:.88;display:flex;align-items:center;gap:6px}
.chat-head .state::before{content:"";width:7px;height:7px;border-radius:50%;background:#7CFFB2}
.chat-body{
  padding:18px;display:flex;flex-direction:column;gap:11px;
  min-height:290px;max-height:390px;overflow-y:auto;background:var(--softgray);
  scrollbar-width:thin;
}
.chat-msg{display:flex;gap:9px;align-items:flex-end;max-width:88%;animation:pop .34s cubic-bezier(.2,.8,.3,1) both}
@keyframes pop{from{opacity:0;transform:translateY(10px) scale(.97)}to{opacity:1;transform:none}}
.chat-msg .av{width:29px;height:29px;flex-shrink:0;object-fit:contain;margin-bottom:2px}
.chat-msg .bub{
  padding:11px 15px;border-radius:17px;font-size:.94rem;line-height:1.55;
  background:var(--white);border:1px solid var(--line);border-bottom-left-radius:5px;
}
.chat-msg.is-kid{align-self:flex-end;flex-direction:row-reverse;max-width:80%}
.chat-msg.is-kid .bub{
  background:var(--yellow);border-color:var(--yellow);color:var(--charcoal);font-weight:500;
  border-bottom-left-radius:17px;border-bottom-right-radius:5px;
}
.typing{display:flex;gap:4px;padding:14px 16px !important}
.typing i{width:7px;height:7px;border-radius:50%;background:#B6BEC9;display:block;animation:blink 1.3s infinite}
.typing i:nth-child(2){animation-delay:.18s}
.typing i:nth-child(3){animation-delay:.36s}
@keyframes blink{0%,60%,100%{opacity:.32;transform:translateY(0)}30%{opacity:1;transform:translateY(-3px)}}
.chat-foot{padding:14px 18px 17px;border-top:1px solid var(--line);background:var(--white)}
.chat-foot .prompt{
  font-size:.76rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;
  color:var(--muted);margin:0 0 10px;
}
.chips{display:flex;flex-wrap:wrap;gap:8px}
.chip{
  appearance:none;cursor:pointer;background:var(--white);border:1.5px solid var(--line);
  border-radius:999px;padding:8px 15px;font-family:inherit;font-size:.88rem;font-weight:500;
  color:var(--charcoal);transition:all .16s ease;text-align:left;
}
.chip:hover:not(:disabled){border-color:var(--amber);background:rgba(245,176,39,.1);transform:translateY(-1px)}
.chip:disabled{opacity:.4;cursor:default}
.chip--restart{border-style:dashed;color:var(--muted)}
.chat-note{font-size:.78rem;color:var(--muted);margin:14px 0 0;text-align:center}

.chat-wrap{display:flex;justify-content:center}
@media (max-width:860px){.chat{max-width:100%}.chat-body{min-height:250px;max-height:330px}}

/* ---------- Contact Bee card ---------- */
.contact-card--bee{display:flex;gap:16px;align-items:flex-start}
.contact-card--bee .bee-badge{width:52px;flex-shrink:0;margin-top:2px}
@media (max-width:520px){.contact-card--bee{flex-direction:column;gap:12px}}

/* ---------- section header spacing (compact) ---------- */
.sec-head{margin-bottom:17px}
.sec-head.center .lede{margin-left:auto;margin-right:auto}

/* ---------- children illustration ---------- */
.kids-art{display:flex;justify-content:center;align-items:center}
.kids-art img{width:min(100%,565px)}

/* ---------- worlds grid ---------- */
.worlds{
  display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-top:16px;
}
@media (max-width:860px){.worlds{grid-template-columns:repeat(3,1fr)}}
@media (max-width:560px){.worlds{grid-template-columns:repeat(2,1fr);gap:12px}}
.world{text-align:center}
.world img{
  width:100%;height:auto;border-radius:20px;display:block;
  border:1px solid var(--line);transition:transform .22s cubic-bezier(.2,.7,.3,1),box-shadow .22s ease;
}
.world:hover img{transform:translateY(-5px) rotate(-1deg);box-shadow:0 12px 24px rgba(90,66,20,.15)}
.world .wname{
  display:block;font-family:Poppins,Inter,sans-serif;font-weight:600;font-size:.89rem;
  color:var(--charcoal);margin-top:11px;letter-spacing:-.01em;
}
@media (max-width:560px){.world .wname{font-size:.86rem}}

/* ---------- off-screen slogan band ---------- */
.offscreen{
  background:var(--yellow);border-radius:22px;padding:clamp(30px,3.6vw,46px);
  text-align:center;position:relative;overflow:hidden;
}
.offscreen::before{
  content:"";position:absolute;inset:0;opacity:.5;pointer-events:none;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='56' height='97' viewBox='0 0 56 97'%3E%3Cg fill='none' stroke='%231A1A1A' stroke-opacity='.13' stroke-width='1.2'%3E%3Cpath d='M28 1 L54 16 L54 46 L28 61 L2 46 L2 16 Z'/%3E%3Cpath d='M28 49 L54 64 L54 94 L28 109 L2 94 L2 64 Z'/%3E%3C/g%3E%3C/svg%3E");
  background-size:56px 97px;
}
.offscreen > *{position:relative;z-index:1}
.offscreen .eyebrow{color:#7A5A00}
.offscreen h2{
  color:var(--charcoal);max-width:30ch;margin:0 auto .45em;
  font-size:clamp(1.5rem,3.1vw,2.15rem);
}
.offscreen p{color:#5C4708;max-width:52ch;margin:0 auto;font-weight:500}

/* ---------- Ask Bee panel (Home — not the demo) ---------- */
.askbee-art{
  background:var(--white);border:1px solid var(--line);border-radius:22px;
  padding:24px 22px;display:flex;flex-direction:column;align-items:center;gap:18px;
  box-shadow:0 10px 28px rgba(26,26,26,.06);
}
.askbee-art img{width:min(100%,300px)}
.askbee-tags{display:grid;gap:9px;width:100%}
.askbee-tags .tag{width:100%;background:var(--softgray);border-color:transparent;font-size:.9rem}

/* ---------- form states ---------- */
.hp{position:absolute!important;left:-9999px;opacity:0;height:0;width:0;pointer-events:none}
.form-status{
  margin-top:16px;padding:13px 16px;border-radius:var(--radius-sm);font-size:.92rem;display:none;
}
.form-status.is-on{display:block;animation:fadeUp .3s ease both}
.form-status--ok{background:#E7F8EE;border:1px solid #B5E6C9;color:#1B6B3F}
.form-status--err{background:#FDECEC;border:1px solid #F5C4C4;color:#932222}
.form-status--info{background:#FFF6DE;border:1px solid #F3DFA6;color:#6E5307}
.btn[disabled]{opacity:.6;cursor:default;transform:none!important}
.form-done{text-align:center;padding:26px 8px}
.form-done img{width:96px;margin:0 auto 16px}
.form-done h3{font-size:1.3rem;margin-bottom:.4em}
.form-done p{color:var(--muted);margin:0}
.field input:invalid:not(:placeholder-shown),
.field textarea:invalid:not(:placeholder-shown){border-color:#E39B9B}

/* a real photograph dropped into the children slot — crops to shape, keeps the frame */
.kids-art img.is-photo{
  width:min(100%,565px);aspect-ratio:7/5;object-fit:cover;border-radius:22px;
  box-shadow:0 14px 34px rgba(26,26,26,.13);
}

/* ==========================================================
   PHOTOGRAPHY + MOCKUP-DERIVED COMPONENTS
   ========================================================== */
.photo{
  width:100%;border-radius:20px;display:block;
  box-shadow:0 14px 34px rgba(90,66,20,.13);
}
.photo-plain{width:100%;border-radius:20px;display:block}
.hero-photo{position:relative;display:flex;justify-content:center;align-items:center}
.hero-photo img{
  width:min(100%,420px);border-radius:24px;
  box-shadow:0 18px 40px rgba(90,66,20,.16);
}

/* ---------- audience row: Built for. Loved by. ---------- */
.audience{margin-top:20px}
.audience .label{
  font-family:Poppins,Inter,sans-serif;font-weight:700;font-size:.81rem;
  color:var(--charcoal);margin:0 0 12px;
}
.aud-row{display:flex;flex-wrap:wrap;gap:26px}
.aud{display:flex;flex-direction:column;align-items:center;gap:7px;min-width:64px}
.aud svg{width:32px;height:32px;stroke:var(--charcoal);fill:none;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.aud span{
  font-size:.62rem;font-weight:700;letter-spacing:.09em;text-transform:uppercase;color:var(--muted);
}

/* ---------- feature strip ---------- */
.strip{
  background:var(--white);border:1px solid var(--line);border-radius:20px;
  display:grid;grid-template-columns:repeat(5,1fr);overflow:hidden;
  box-shadow:0 8px 26px rgba(90,66,20,.07);
}
@media (max-width:960px){.strip{grid-template-columns:repeat(3,1fr)}}
@media (max-width:600px){.strip{grid-template-columns:repeat(2,1fr)}}
.strip-item{padding:17px 16px;border-right:1px solid var(--line);display:flex;gap:13px;align-items:flex-start}
.strip-item:last-child{border-right:none}
@media (max-width:960px){.strip-item{border-bottom:1px solid var(--line)}}
.strip-item .si{
  width:38px;height:38px;border-radius:11px;background:#FFF3D4;flex-shrink:0;
  display:flex;align-items:center;justify-content:center;
}
.strip-item .si svg{width:20px;height:20px;stroke:#B57F10;fill:none;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}
.strip-item h3{font-size:.8rem;margin:0 0 2px;letter-spacing:0}
.strip-item p{font-size:.75rem;color:var(--muted);margin:0;line-height:1.45}

/* ---------- mission / vision / commitment ---------- */
.mvc{display:grid;grid-template-columns:repeat(3,1fr);gap:0;margin-top:18px}
@media (max-width:820px){.mvc{grid-template-columns:1fr;gap:22px}}
.mvc-item{padding:0 26px;border-left:1px solid var(--line)}
.mvc-item:first-child{padding-left:0;border-left:none}
@media (max-width:820px){.mvc-item{padding:0 0 0 18px;border-left:3px solid var(--yellow)}
  .mvc-item:first-child{padding-left:18px;border-left:3px solid var(--yellow)}}
.mvc-item .mi{width:38px;height:38px;margin-bottom:12px}
.mvc-item .mi svg{width:42px;height:42px;stroke:#C8901A;fill:none;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}
.mvc-item h3{font-size:1.05rem;color:#B57F10;margin-bottom:.4em}
.mvc-item p{font-size:.94rem;color:var(--muted);margin:0}

/* contact photo */
.contact-photo{margin-bottom:22px}
.contact-photo img{width:100%;border-radius:20px;display:block;box-shadow:0 12px 30px rgba(90,66,20,.13)}

/* ---------- pull-out card (The team) ---------- */
.pullcard{
  background:var(--white);border:1px solid var(--line);border-radius:22px;
  padding:26px 24px;box-shadow:0 12px 30px rgba(90,66,20,.08);position:relative;
}
.pullcard img{width:54px;height:auto;margin-bottom:16px}
.pullcard p{font-size:1.02rem;color:var(--muted);line-height:1.6}
.pullcard p strong{color:var(--charcoal);font-weight:600}
.pullcard::before{
  content:"";position:absolute;left:28px;right:28px;top:0;height:4px;
  background:var(--yellow);border-radius:0 0 4px 4px;
}
