/* Wenlead homepage redesign v43 — full-bleed hero, dual path, short form */
:root{
  --wl43-ink:#04251F;
  --wl43-forest:#063B33;
  --wl43-mint:#16B886;
  --wl43-sand:#F4F1EA;
  --wl43-cream:#FAF8F4;
  --wl43-line:rgba(4,37,31,.12);
  --wl43-muted:rgba(4,37,31,.62);
}

/* ===== Full-bleed hero ===== */
.wl-hero-bleed{
  position:relative;
  min-height:min(92vh,860px);
  display:flex;
  align-items:flex-end;
  overflow:hidden;
  background:#031812;
  color:#fff;
}
.wl-hero-bleed .wl-hero-media{
  position:absolute;inset:0;z-index:0;
}
.wl-hero-bleed .wl-hero-media img{
  width:100%;height:100%;object-fit:cover;object-position:center 30%;
  display:block;transform:scale(1.02);
}
.wl-hero-bleed .wl-hero-media::after{
  content:"";position:absolute;inset:0;
  background:
    linear-gradient(90deg,rgba(2,18,14,.82) 0%,rgba(2,18,14,.55) 42%,rgba(2,18,14,.25) 70%,rgba(2,18,14,.35) 100%),
    linear-gradient(0deg,rgba(2,18,14,.75) 0%,transparent 42%);
}
.wl-hero-bleed .wl-hero-overlay{
  position:relative;z-index:1;width:100%;
  padding:clamp(88px,12vh,140px) 0 clamp(48px,7vh,72px);
}
.wl-hero-bleed .wl-brand-mark{
  margin:0 0 14px;
  font-family:var(--wl-display,"Noto Serif SC",serif);
  font-size:clamp(28px,4vw,42px);
  font-weight:700;letter-spacing:.04em;line-height:1;
  color:#fff;
  text-shadow:0 2px 24px rgba(0,0,0,.35);
}
.wl-hero-bleed .wl-brand-mark span{
  display:block;margin-top:6px;
  font-family:inherit;font-size:12px;font-weight:600;
  letter-spacing:.22em;color:rgba(167,243,208,.85);
}
.wl-hero-bleed h1{
  margin:0 0 16px;max-width:16em;
  font-family:var(--wl-display,"Noto Serif SC",serif);
  font-size:clamp(28px,4.2vw,48px);font-weight:700;line-height:1.22;
  color:#fff;
}
.wl-hero-bleed .wl-hero-lead{
  margin:0 0 28px;max-width:34em;
  font-size:clamp(15px,1.5vw,17px);line-height:1.7;
  color:rgba(255,255,255,.82);
}
.wl-hero-split{
  display:grid;grid-template-columns:1fr 1fr;gap:12px;
  max-width:560px;
}
.wl-hero-split a{
  display:flex;flex-direction:column;gap:6px;
  padding:18px 20px;
  text-decoration:none;color:#04251F;
  background:rgba(255,255,255,.94);
  border:1px solid transparent;
  transition:transform .2s,box-shadow .2s,background .2s;
}
.wl-hero-split a:hover{
  transform:translateY(-2px);
  box-shadow:0 16px 36px rgba(0,0,0,.28);
  background:#fff;
}
.wl-hero-split a.school{
  background:rgba(4,37,31,.72);
  color:#F0FDFA;
  border-color:rgba(167,243,208,.35);
}
.wl-hero-split a.school:hover{background:rgba(4,37,31,.88);color:#fff}
.wl-hero-split strong{
  font-family:var(--wl-display,"Noto Serif SC",serif);
  font-size:18px;font-weight:700;
}
.wl-hero-split span{font-size:13px;line-height:1.55;opacity:.78}
.wl-hero-split b{margin-top:4px;font-size:13px;color:#087A5A}
.wl-hero-split a.school b{color:#A7F3D0}

@media(max-width:720px){
  .wl-hero-bleed{min-height:88vh;align-items:flex-end}
  .wl-hero-bleed .wl-hero-media img{object-position:center 20%}
  .wl-hero-split{grid-template-columns:1fr;max-width:none}
  .wl-hero-bleed h1{max-width:none}
}

/* Hide old hero when bleed present */
body.wl43-home .v39-hero{display:none!important}

/* ===== Dual path section (large) ===== */
.wl-path-duo{
  background:var(--wl43-cream);
  border-bottom:1px solid var(--wl43-line);
}
.wl-path-duo .v39-shell{padding:clamp(40px,6vw,72px) 0}
.wl-path-kicker{
  margin:0 0 10px;font-size:11px;font-weight:800;letter-spacing:.18em;
  color:rgba(4,37,31,.5);text-transform:uppercase;
}
.wl-path-title{
  margin:0 0 28px;
  font-family:var(--wl-display,"Noto Serif SC",serif);
  font-size:clamp(24px,3vw,36px);font-weight:700;color:var(--wl43-forest);line-height:1.3;
}
.wl-path-grid{
  display:grid;grid-template-columns:1.05fr .95fr;gap:18px;
}
.wl-path-card{
  position:relative;display:grid;grid-template-rows:auto 1fr;
  min-height:340px;overflow:hidden;
  background:#fff;border:1px solid var(--wl43-line);
  text-decoration:none;color:inherit;
  transition:transform .2s,box-shadow .2s;
}
.wl-path-card:hover{transform:translateY(-3px);box-shadow:0 20px 48px rgba(4,37,31,.12)}
.wl-path-card img{width:100%;height:180px;object-fit:cover;display:block}
.wl-path-card .body{padding:22px 24px 26px;display:flex;flex-direction:column;gap:10px}
.wl-path-card .tag{font-size:11px;font-weight:800;letter-spacing:.14em;color:#087A5A}
.wl-path-card h3{
  margin:0;font-family:var(--wl-display,"Noto Serif SC",serif);
  font-size:24px;font-weight:700;color:var(--wl43-forest);
}
.wl-path-card p{margin:0;font-size:14px;line-height:1.7;color:var(--wl43-muted);flex:1}
.wl-path-card .cta{font-size:14px;font-weight:700;color:#087A5A}
.wl-path-card.school .tag{color:#0F766E}
@media(max-width:860px){
  .wl-path-grid{grid-template-columns:1fr}
  .wl-path-card{min-height:0}
}

/* ===== Featured National Day camp ===== */
.wl-featured-camp{
  background:linear-gradient(125deg,#04251F 0%,#063B33 55%,#0A4D42 100%);
  color:#fff;
}
.wl-featured-inner{
  display:grid;grid-template-columns:1.15fr .85fr;gap:36px;align-items:center;
  padding:clamp(36px,5vw,64px) 0;
}
.wl-featured-kicker{
  display:inline-flex;align-items:center;gap:8px;margin:0 0 12px;
  font-size:11px;font-weight:800;letter-spacing:.18em;color:#E9C883;
}
.wl-featured-kicker i{width:7px;height:7px;border-radius:50%;background:#E9C883;box-shadow:0 0 10px #E9C883}
.wl-featured-camp h2{
  margin:0 0 14px;font-family:var(--wl-display,"Noto Serif SC",serif);
  font-size:clamp(24px,3.2vw,36px);font-weight:700;line-height:1.3;
}
.wl-featured-meta{
  display:flex;flex-wrap:wrap;gap:8px 18px;margin:0 0 16px;
  font-size:13px;color:rgba(255,255,255,.78);
}
.wl-featured-meta b{color:#A7F3D0;font-weight:700}
.wl-featured-lead{margin:0 0 22px;max-width:38em;font-size:14px;line-height:1.75;color:rgba(255,255,255,.72)}
.wl-featured-actions{display:flex;flex-wrap:wrap;gap:12px;align-items:center}
.wl-featured-actions .v39-btn{background:#16B886;color:#04251F;border:0}
.wl-featured-actions .ghost{
  color:rgba(255,255,255,.8);text-decoration:none;font-size:13px;font-weight:600;
}
.wl-featured-actions .ghost:hover{color:#fff}
.wl-featured-visual{
  position:relative;overflow:hidden;border:1px solid rgba(167,243,208,.2);
  min-height:260px;background:#031812;
}
.wl-featured-visual img{width:100%;height:100%;min-height:260px;object-fit:cover;display:block;opacity:.92}
@media(max-width:860px){
  .wl-featured-inner{grid-template-columns:1fr}
  .wl-featured-visual{order:-1;min-height:200px}
}

/* ===== Slim mission ===== */
body.wl43-home .v39-mission{padding:clamp(36px,5vw,56px) 0!important}
body.wl43-home .v39-mission .wl-wx-motto{display:none}
body.wl43-home .v39-ability-list{margin-top:18px!important}

/* ===== Camp: featured row + compact ===== */
.wl-camp-featured-row{
  display:grid;grid-template-columns:1.4fr 1fr;gap:18px;margin-top:28px;
}
.wl-camp-featured-row .wl-camp-card img{height:240px}
.wl-camp-side-list{display:flex;flex-direction:column;gap:12px}
.wl-camp-side-list a{
  flex:1;display:flex;gap:14px;align-items:center;
  padding:14px;background:#fff;border:1px solid var(--wl43-line);
  text-decoration:none;color:inherit;transition:border-color .2s;
}
.wl-camp-side-list a:hover{border-color:#16B886}
.wl-camp-side-list img{width:88px;height:72px;object-fit:cover;flex:none}
.wl-camp-side-list strong{display:block;font-size:15px;color:var(--wl43-forest);margin-bottom:4px}
.wl-camp-side-list span{font-size:12px;color:var(--wl43-muted);line-height:1.5}
.wl-camp-all{
  display:inline-flex;margin-top:20px;font-size:14px;font-weight:700;color:#087A5A;text-decoration:none;
}
@media(max-width:860px){
  .wl-camp-featured-row{grid-template-columns:1fr}
  body.wl43-home .wl-camp-grid{display:none!important}
}

/* Collapse old 3-col camps when featured present */
body.wl43-home .wl-camp-zone .wl-camp-grid{display:none}
body.wl43-home .wl-camp-facts{grid-template-columns:repeat(4,1fr)}

/* ===== Business path strip (replace 4 cards visual weight) ===== */
.wl-biz-strip{
  display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:28px;
}
.wl-biz-strip a{
  display:flex;flex-direction:column;gap:8px;padding:22px 20px;
  background:#fff;border:1px solid var(--wl43-line);text-decoration:none;color:inherit;
  transition:border-color .2s,transform .2s;
}
.wl-biz-strip a:hover{border-color:#16B886;transform:translateY(-2px)}
.wl-biz-strip .num{font-size:11px;font-weight:800;letter-spacing:.14em;color:#087A5A}
.wl-biz-strip h3{margin:0;font-family:var(--wl-display,"Noto Serif SC",serif);font-size:18px;color:var(--wl43-forest)}
.wl-biz-strip p{margin:0;font-size:13px;line-height:1.65;color:var(--wl43-muted);flex:1}
.wl-biz-strip b{font-size:13px;color:#087A5A}
body.wl43-home .v39-business-grid,
body.wl43-home .v40-publishing-bridge{display:none!important}
@media(max-width:760px){.wl-biz-strip{grid-template-columns:1fr}}

/* ===== Form progressive ===== */
#v39ContactForm .wl-form-extra,
#v39ContactForm .wl-form-school-extra{display:none!important}
#v39ContactForm .wl-form-extra.is-on{display:grid!important;grid-template-columns:1fr 1fr;gap:14px}
#v39ContactForm .wl-form-school-extra.is-on{display:block!important}
@media(max-width:640px){
  #v39ContactForm .wl-form-extra.is-on{grid-template-columns:1fr}
}
#v39ContactForm .wl-submit-label-parent,
#v39ContactForm .wl-submit-label-school{display:none}
body.wl-role-parent #v39ContactForm .wl-submit-label-default{display:none}
body.wl-role-parent #v39ContactForm .wl-submit-label-parent{display:inline}
body.wl-role-school #v39ContactForm .wl-submit-label-default{display:none}
body.wl-role-school #v39ContactForm .wl-submit-label-school{display:inline}

/* Soften system/trust density */
body.wl43-home .v39-system{padding-top:clamp(36px,5vw,56px)!important;padding-bottom:clamp(36px,5vw,56px)!important}
body.wl43-home .wl-platform-zone .wl-plat-courses{max-height:none}

/* Nav slightly quieter NEW */
body.wl43-home .wl-new-pill{opacity:.9}
