
:root{
  --bg:#f7f4ee;
  --surface:#fffdf9;
  --ink:#262622;
  --muted:#68665f;
  --line:#e7e0d5;
  --green:#5e7f39;
  --green-dark:#466224;
  --soft:#f3eee2;
  --shadow:0 18px 50px rgba(28,32,22,.08);
  --shadow-soft:0 10px 30px rgba(28,32,22,.06);
  --radius-xl:32px;
  --radius-lg:24px;
  --radius-md:18px;
  --max:1280px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:Arial,"Noto Sans KR",sans-serif;
  color:var(--ink);
  background:
    radial-gradient(circle at top left, rgba(135,164,95,.10), transparent 26%),
    radial-gradient(circle at bottom right, rgba(208,189,148,.12), transparent 30%),
    var(--bg);
  line-height:1.74;
}
a{text-decoration:none;color:inherit}
img{max-width:100%;display:block}
.container{max-width:var(--max);margin:0 auto;padding:0 26px}
.topbar{
  position:sticky;top:0;z-index:100;
  background:rgba(255,252,247,.88);
  backdrop-filter:blur(14px);
  border-bottom:1px solid rgba(231,224,213,.8);
}
.nav{
  min-height:84px;display:flex;align-items:center;justify-content:space-between;gap:20px;
}
.brand{display:flex;align-items:center;gap:12px;font-size:20px;font-weight:900;color:#425c22;white-space:nowrap}
.brand img{width:50px;height:50px;object-fit:contain;background:#fff;border-radius:10px;box-shadow:var(--shadow-soft);padding:3px}
.menu{display:flex;gap:22px;align-items:center;flex-wrap:wrap;font-size:15px;font-weight:700}
.menu a{padding:6px 0;border-bottom:2px solid transparent;transition:.2s ease}
.menu a:hover,.menu a.active{color:var(--green-dark);border-color:var(--green-dark)}
.btn,.cta-btn{
  display:inline-flex;align-items:center;justify-content:center;
  padding:13px 22px;border-radius:999px;font-weight:800;transition:.2s ease;font-size:15px
}
.cta-btn,.btn.primary{background:var(--green-dark);color:#fff;box-shadow:0 10px 22px rgba(70,98,36,.18)}
.btn.secondary{background:#fff;color:var(--green-dark);border:1px solid #d7cfbf}
.btn:hover,.cta-btn:hover{transform:translateY(-1px)}

.hero{padding:34px 0 62px}
.hero-shell{
  display:grid;grid-template-columns:2fr .72fr;
  background:linear-gradient(180deg,#fffefb,#fbf8f1);
  border:1px solid var(--line);
  border-radius:38px;
  box-shadow:var(--shadow);
  overflow:hidden;
}
.hero-photo{
  min-height:780px;
  background:#e7ece2;
  display:flex;align-items:center;justify-content:center;
  position:relative;
}
.hero-photo::after{
  content:"";
  position:absolute;inset:0;
  background:linear-gradient(90deg, rgba(0,0,0,.04), transparent 16%, transparent 84%, rgba(0,0,0,.04));
  pointer-events:none;
}
.hero-photo img{
  width:100%;height:100%;
  object-fit:contain;
  object-position:center;
  transform:scale(1.06);
}
.hero-copy{
  padding:50px 36px;
  display:flex;flex-direction:column;justify-content:center;
}
.kicker{font-size:11px;font-weight:900;letter-spacing:2px;color:var(--green-dark);margin-bottom:12px}
.hero h1{
  margin:0 0 16px;
  font-size:clamp(32px,3.4vw,48px);
  line-height:1.18;
  letter-spacing:-1px;
}
.hero p{margin:0 0 20px;color:var(--muted);font-size:15px;line-height:1.8}
.actions{display:flex;gap:10px;flex-wrap:wrap}

section{padding:78px 0}
.section-head{
  display:flex;justify-content:space-between;align-items:end;gap:30px;
  margin-bottom:28px
}
.section-head h2{
  margin:0;font-size:clamp(30px,4vw,46px);
  line-height:1.12;letter-spacing:-1px
}
.section-head p{margin:0;max-width:560px;color:var(--muted)}

.program-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.card{
  background:linear-gradient(180deg,#fffefb,#fcfaf5);
  border:1px solid var(--line);
  border-radius:26px;
  overflow:hidden;
  box-shadow:var(--shadow-soft);
  transition:.22s ease;
}
.card:hover{transform:translateY(-3px);box-shadow:var(--shadow)}
.card img{width:100%;height:230px;object-fit:cover}
.card-body{padding:20px}
.card h3{margin:0 0 8px;font-size:24px;line-height:1.2}
.card p{margin:0;color:var(--muted);font-size:14px}
.badge{
  display:inline-block;padding:6px 10px;border-radius:999px;
  background:#edf3e2;color:var(--green-dark);font-size:12px;font-weight:900;
  margin-bottom:12px
}

.info-band{
  background:linear-gradient(180deg,#f4efe3,#fbf8f2);
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
}
.full-gallery{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.full-gallery figure{
  margin:0;overflow:hidden;border-radius:24px;background:#fff;
  box-shadow:var(--shadow-soft);position:relative
}
.full-gallery img{width:100%;height:250px;object-fit:cover;transition:transform .28s ease}
.full-gallery figure:hover img{transform:scale(1.03)}
.full-gallery figure:nth-child(1),
.full-gallery figure:nth-child(8){grid-column:span 2}
.full-gallery figure:nth-child(1) img,
.full-gallery figure:nth-child(8) img{height:320px}

.feature-boxes{display:grid;grid-template-columns:1fr 1fr;gap:22px}
.feature{
  background:linear-gradient(180deg,#f8f4ea,#f3eedf);
  border:1px solid var(--line);
  border-radius:30px;
  padding:18px;
  display:grid;grid-template-columns:1fr 1fr;gap:18px;align-items:center;
  box-shadow:var(--shadow-soft)
}
.feature img{width:100%;height:310px;object-fit:cover;border-radius:22px}
.feature h3{margin:0 0 10px;font-size:36px;line-height:1.08}
.feature ul{margin:0;padding-left:18px;color:var(--muted)}

.hero-small{
  padding:64px 0;color:#fff;
  background:linear-gradient(90deg,rgba(22,27,18,.56),rgba(22,27,18,.18)),url('images/tree_avenue.jpg') center/cover no-repeat
}
.hero-small.programs{background-image:linear-gradient(90deg,rgba(22,27,18,.56),rgba(22,27,18,.18)),url('images/group_harvest.jpg')}
.hero-small.about{background-image:linear-gradient(90deg,rgba(22,27,18,.56),rgba(22,27,18,.18)),url('images/tree_avenue.jpg')}
.hero-small.family{background-image:linear-gradient(90deg,rgba(22,27,18,.56),rgba(22,27,18,.18)),url('images/campnic.jpg')}
.hero-small.contact{background-image:linear-gradient(90deg,rgba(22,27,18,.56),rgba(22,27,18,.18)),url('images/forest_class.jpg')}
.hero-small h1{margin:0 0 8px;font-size:clamp(36px,5vw,58px);letter-spacing:-1px}
.hero-small p{margin:0;max-width:760px;font-size:18px}

.about-card{
  max-width:980px;margin:0 auto;
  background:linear-gradient(180deg,#fffefb,#faf7f0);
  border:1px solid var(--line);
  border-radius:32px;
  box-shadow:var(--shadow);
  padding:40px 38px;
}
.about-card p{margin:0;color:#55584f;font-size:18px}
.about-card strong{color:var(--green-dark)}

.target-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-top:20px}
.target{
  background:#fff;border:1px solid var(--line);border-radius:20px;padding:18px;
  text-align:center;font-weight:900;color:var(--green-dark);box-shadow:var(--shadow-soft)
}

.program-photo-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px;margin-top:28px}
.program-photo{
  display:grid;grid-template-columns:180px 1fr;gap:16px;align-items:center;
  background:linear-gradient(180deg,#fffefb,#fbf8f2);
  border:1px solid var(--line);border-radius:24px;padding:16px;
  box-shadow:var(--shadow-soft)
}
.program-photo img{width:100%;height:150px;object-fit:cover;border-radius:18px}
.program-photo h4{margin:0 0 6px;font-size:22px}
.program-photo p{margin:0;color:var(--muted);font-size:14px}

.contact-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.contact-card{
  background:linear-gradient(180deg,#fffefb,#fbf8f2);
  border:1px solid var(--line);border-radius:24px;padding:24px;box-shadow:var(--shadow-soft)
}
.contact-card h4{margin:0 0 10px;font-size:20px}
.table{display:grid;grid-template-columns:120px 1fr;gap:10px 14px;font-size:15px}

.footer{background:#4a6226;color:#eef4df;margin-top:44px}
.footer-inner{display:grid;grid-template-columns:1.2fr 1fr 1fr;gap:24px;padding:34px 0}
.footer-logo{display:flex;align-items:center;gap:10px;font-size:19px;font-weight:900}
.footer-logo img{width:42px;height:42px;object-fit:contain;background:#fff;border-radius:8px;padding:3px}

@media (max-width:1080px){
  .hero-shell{grid-template-columns:1fr}
  .hero-photo{min-height:520px}
  .hero-photo img{transform:scale(1.03)}
  .hero-copy{padding:34px 28px}
  .hero h1{font-size:clamp(30px,5vw,44px);line-height:1.2}
  .hero p{font-size:15px}
  .program-grid,.contact-grid{grid-template-columns:repeat(2,1fr)}
  .full-gallery{grid-template-columns:repeat(2,1fr)}
  .full-gallery figure:nth-child(1),.full-gallery figure:nth-child(8){grid-column:span 1}
  .full-gallery figure:nth-child(1) img,.full-gallery figure:nth-child(8) img{height:250px}
  .feature-boxes{grid-template-columns:1fr}
  .target-grid{grid-template-columns:repeat(2,1fr)}
  .program-photo-grid{grid-template-columns:1fr}
  .footer-inner{grid-template-columns:1fr}
}
@media (max-width:760px){
  .nav{padding:14px 0;align-items:flex-start;flex-direction:column}
  .menu{gap:14px;font-size:14px}
  .hero{padding:24px 0 40px}
  .hero-photo{min-height:340px}
  .hero-photo img{transform:scale(1.01)}
  .hero-copy{padding:28px 22px}
  .hero h1{font-size:30px;line-height:1.24}
  .hero p{font-size:15px;line-height:1.75}
  .program-grid,.contact-grid,.target-grid,.full-gallery{grid-template-columns:1fr}
  .feature{grid-template-columns:1fr}
  .program-photo{grid-template-columns:1fr}
}


/* ===== Premium homepage redesign ===== */
.hero-luxe{
  padding:34px 0 44px;
}
.hero-luxe-shell{
  display:grid;
  grid-template-columns:1.52fr .88fr;
  gap:22px;
  align-items:stretch;
}
.hero-visual{
  position:relative;
  min-height:760px;
  border-radius:40px;
  overflow:hidden;
  box-shadow:0 24px 60px rgba(24,31,19,.10);
  border:1px solid rgba(231,224,213,.92);
  background:#dfe8d7;
}
.hero-visual img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
  transform:scale(1.02);
}
.hero-visual::after{
  content:"";
  position:absolute; inset:0;
  background:linear-gradient(180deg, rgba(0,0,0,.06), rgba(0,0,0,.12));
}
.hero-floating{
  position:absolute;
  left:28px;
  right:28px;
  bottom:28px;
  z-index:2;
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:16px;
}
.hero-floating-title{
  color:#fff;
}
.hero-floating-title small{
  display:block;
  font-size:12px;
  letter-spacing:2px;
  font-weight:800;
  opacity:.95;
  margin-bottom:8px;
}
.hero-floating-title strong{
  display:block;
  font-size:34px;
  line-height:1.14;
  letter-spacing:-1px;
}
.hero-tags{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  justify-content:flex-end;
}
.hero-tags span{
  padding:10px 14px;
  border-radius:999px;
  background:rgba(255,255,255,.88);
  backdrop-filter:blur(8px);
  color:#32421e;
  font-size:13px;
  font-weight:800;
  box-shadow:0 8px 18px rgba(0,0,0,.08);
}
.hero-panel{
  border-radius:34px;
  border:1px solid rgba(231,224,213,.94);
  background:linear-gradient(180deg,#fffefb,#f8f3e9);
  box-shadow:0 24px 60px rgba(24,31,19,.07);
  padding:42px 34px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  min-height:760px;
}
.eyebrow{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:8px 14px;
  border-radius:999px;
  background:#eef4e4;
  color:var(--green-dark);
  font-weight:900;
  font-size:12px;
  letter-spacing:1.3px;
  width:max-content;
  margin-bottom:16px;
}
.hero-panel h1{
  margin:0 0 16px;
  font-size:clamp(30px,3vw,44px);
  line-height:1.2;
  letter-spacing:-1px;
}
.hero-panel p{
  margin:0 0 22px;
  color:var(--muted);
  font-size:15px;
  line-height:1.85;
}
.hero-notes{
  display:grid;
  gap:10px;
  margin:6px 0 24px;
}
.hero-note{
  display:grid;
  grid-template-columns:24px 1fr;
  gap:12px;
  align-items:start;
  color:#494c45;
  font-size:14px;
}
.hero-note b{
  width:24px;height:24px;
  display:grid;place-items:center;
  border-radius:50%;
  background:#dbe8c8;
  color:#36501a;
  font-size:12px;
}
.hero-actions{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-bottom:26px;
}
.hero-mini-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px;
}
.mini-card{
  padding:16px 16px 15px;
  border-radius:20px;
  background:#fff;
  border:1px solid var(--line);
  box-shadow:0 8px 18px rgba(0,0,0,.04);
}
.mini-card strong{
  display:block;
  margin-bottom:6px;
  color:#33431f;
  font-size:15px;
}
.mini-card span{
  display:block;
  color:var(--muted);
  font-size:13px;
  line-height:1.6;
}
.value-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
}
.value-card{
  background:linear-gradient(180deg,#fffefb,#fbf7ef);
  border:1px solid var(--line);
  border-radius:28px;
  overflow:hidden;
  box-shadow:var(--shadow-soft);
}
.value-card img{
  width:100%;
  height:220px;
  object-fit:cover;
}
.value-card-body{
  padding:22px 22px 24px;
}
.value-card .badge-lite{
  display:inline-block;
  padding:6px 10px;
  border-radius:999px;
  background:#eef3e2;
  color:#4a6226;
  font-size:12px;
  font-weight:900;
  margin-bottom:12px;
}
.value-card h3{
  margin:0 0 8px;
  font-size:24px;
}
.value-card p{
  margin:0;
  color:var(--muted);
  font-size:14px;
  line-height:1.8;
}
.dual-cta{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:18px;
}
.cta-panel{
  display:grid;
  grid-template-columns:160px 1fr;
  gap:18px;
  align-items:center;
  padding:18px;
  border-radius:28px;
  background:linear-gradient(180deg,#f9f5eb,#f3ecdc);
  border:1px solid var(--line);
  box-shadow:var(--shadow-soft);
}
.cta-panel img{
  width:100%;
  height:146px;
  object-fit:cover;
  border-radius:18px;
}
.cta-panel h3{
  margin:0 0 10px;
  font-size:30px;
  line-height:1.1;
}
.cta-panel p{
  margin:0 0 14px;
  color:var(--muted);
  font-size:14px;
  line-height:1.75;
}
.gallery-head-clean{
  display:flex;
  justify-content:space-between;
  align-items:end;
  gap:20px;
  margin-bottom:24px;
}
.gallery-head-clean h2{
  margin:0;
  font-size:clamp(30px,4vw,46px);
  line-height:1.12;
  letter-spacing:-1px;
}
.gallery-head-clean span{
  color:var(--muted);
  font-size:14px;
}
@media (max-width:1120px){
  .hero-luxe-shell{grid-template-columns:1fr}
  .hero-visual,.hero-panel{min-height:auto}
  .hero-visual{min-height:520px}
  .value-grid,.dual-cta{grid-template-columns:1fr}
}
@media (max-width:760px){
  .hero-luxe{padding:22px 0 28px}
  .hero-visual{min-height:360px;border-radius:28px}
  .hero-panel{padding:28px 22px;border-radius:28px}
  .hero-floating{left:18px;right:18px;bottom:18px;flex-direction:column;align-items:flex-start}
  .hero-floating-title strong{font-size:24px}
  .hero-tags{justify-content:flex-start}
  .hero-mini-grid{grid-template-columns:1fr}
  .value-grid{grid-template-columns:1fr}
  .cta-panel{grid-template-columns:1fr}
}


/* ===== Institutional trust refinement ===== */
.trust-quote{
  display:inline-block;
  padding:10px 14px;
  border-radius:999px;
  background:#eef4e4;
  color:#425d20;
  font-size:12px;
  font-weight:900;
  letter-spacing:1px;
  margin-bottom:14px;
}
.trust-copy{
  max-width:980px;margin:0 auto;
  background:linear-gradient(180deg,#fffefb,#faf7f0);
  border:1px solid var(--line);
  border-radius:32px;
  box-shadow:var(--shadow);
  padding:42px 40px;
}
.trust-copy p{
  margin:0;
  color:#56584f;
  font-size:17px;
  line-height:1.95;
}
.info-checklist{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:16px;
  margin-top:28px;
}
.info-check{
  background:#fff;
  border:1px solid var(--line);
  border-radius:22px;
  padding:20px;
  box-shadow:var(--shadow-soft);
}
.info-check strong{
  display:block;
  color:#38511b;
  font-size:16px;
  margin-bottom:8px;
}
.info-check span{
  display:block;
  color:var(--muted);
  font-size:14px;
  line-height:1.75;
}
.family-topic-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:20px;
}
.family-topic{
  overflow:hidden;
  border-radius:28px;
  border:1px solid var(--line);
  background:linear-gradient(180deg,#fffefb,#faf6ee);
  box-shadow:var(--shadow-soft);
}
.family-topic img{
  width:100%;
  height:260px;
  object-fit:cover;
}
.family-topic-body{
  padding:22px;
}
.family-topic-body h3{
  margin:0 0 10px;
  font-size:30px;
  line-height:1.12;
}
.family-topic-body p{
  margin:0 0 14px;
  color:var(--muted);
  font-size:14px;
  line-height:1.8;
}
.family-topic-body ul{
  margin:0;
  padding-left:18px;
  color:var(--muted);
}
.trust-strip{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:16px;
  margin-top:28px;
}
.trust-item{
  padding:18px;
  border-radius:22px;
  background:#fff;
  border:1px solid var(--line);
  box-shadow:var(--shadow-soft);
}
.trust-item strong{
  display:block;
  font-size:16px;
  color:#35501a;
  margin-bottom:7px;
}
.trust-item span{
  display:block;
  font-size:13px;
  color:var(--muted);
  line-height:1.7;
}
@media (max-width:1080px){
  .info-checklist{grid-template-columns:1fr}
  .family-topic-grid{grid-template-columns:1fr}
  .trust-strip{grid-template-columns:repeat(2,1fr)}
}
@media (max-width:760px){
  .trust-copy{padding:30px 22px}
  .trust-strip{grid-template-columns:1fr}
}


/* ===== Mobile optimization patch ===== */
/* Desktop layout is intentionally preserved.
   The rules below only refine tablet/mobile screens. */

@media (max-width: 980px){
  .container{padding:0 20px}
  .nav{
    min-height:auto;
    padding:14px 0 16px;
    align-items:flex-start;
    flex-direction:column;
    gap:12px;
  }
  .brand{font-size:18px}
  .brand img{width:44px;height:44px}
  .menu{
    width:100%;
    gap:10px 16px;
    font-size:14px;
    overflow-x:auto;
    white-space:nowrap;
    padding-bottom:4px;
  }
  .menu::-webkit-scrollbar{height:6px}
  .menu::-webkit-scrollbar-thumb{background:#d8d1c3;border-radius:999px}
  .cta-btn{
    width:100%;
    justify-content:center;
  }

  section{padding:56px 0}
  .section-head{
    flex-direction:column;
    align-items:flex-start;
    gap:10px;
    margin-bottom:22px;
  }
  .section-head h2{
    font-size:clamp(26px,5vw,36px);
  }
  .section-head p{
    max-width:none;
    font-size:15px;
  }

  .hero-luxe{padding:18px 0 28px}
  .hero-luxe-shell{gap:16px}
  .hero-visual{
    min-height:420px;
    border-radius:28px;
  }
  .hero-floating{
    left:16px;
    right:16px;
    bottom:16px;
    gap:12px;
    align-items:flex-start;
    flex-direction:column;
  }
  .hero-floating-title strong{
    font-size:28px;
  }
  .hero-tags{
    justify-content:flex-start;
    gap:8px;
  }
  .hero-tags span{
    font-size:12px;
    padding:8px 12px;
  }
  .hero-panel{
    min-height:auto;
    padding:28px 22px;
    border-radius:28px;
  }
  .hero-panel h1{
    font-size:clamp(28px,6vw,38px);
    margin-bottom:12px;
  }
  .hero-panel p{
    font-size:15px;
    line-height:1.8;
    margin-bottom:18px;
  }
  .hero-actions{
    gap:10px;
  }
  .hero-actions .btn{
    flex:1 1 220px;
  }
  .hero-mini-grid{
    grid-template-columns:1fr 1fr;
    gap:10px;
  }
  .mini-card{
    padding:14px;
  }

  .program-grid{grid-template-columns:repeat(2,1fr);gap:16px}
  .card img{height:210px}
  .card-body{padding:18px}
  .card h3{font-size:22px}

  .full-gallery{grid-template-columns:repeat(2,1fr);gap:12px}
  .full-gallery figure:nth-child(1),
  .full-gallery figure:nth-child(8){grid-column:span 1}
  .full-gallery figure:nth-child(1) img,
  .full-gallery figure:nth-child(8) img,
  .full-gallery img{height:220px}

  .dual-cta,
  .feature-boxes,
  .contact-grid,
  .program-photo-grid,
  .family-topic-grid,
  .value-grid{
    grid-template-columns:1fr;
  }
  .cta-panel{
    grid-template-columns:140px 1fr;
  }
  .cta-panel h3{font-size:26px}
  .program-photo{
    grid-template-columns:160px 1fr;
  }
  .program-photo img{height:138px}
  .target-grid{grid-template-columns:repeat(2,1fr)}
  .footer-inner{grid-template-columns:1fr;gap:18px}
}

@media (max-width: 640px){
  .container{padding:0 16px}
  body{line-height:1.68}

  .topbar{
    position:sticky;
  }
  .nav{gap:10px}
  .brand{font-size:16px}
  .brand img{width:40px;height:40px}
  .menu{
    gap:8px 14px;
    font-size:13px;
  }
  .menu a{
    padding:4px 0;
  }
  .cta-btn,
  .btn{
    width:100%;
    min-height:46px;
    font-size:14px;
  }

  section{padding:42px 0}
  .kicker{font-size:10px;letter-spacing:1.6px}

  .hero-visual{
    min-height:320px;
    border-radius:22px;
  }
  .hero-visual img{
    object-position:center;
    transform:scale(1.01);
  }
  .hero-floating-title small{
    font-size:10px;
    letter-spacing:1.6px;
  }
  .hero-floating-title strong{
    font-size:22px;
    line-height:1.2;
  }
  .hero-panel{
    padding:22px 18px;
    border-radius:22px;
  }
  .eyebrow{
    font-size:11px;
    margin-bottom:12px;
  }
  .hero-panel h1{
    font-size:26px;
    line-height:1.24;
  }
  .hero-panel p{
    font-size:14px;
    line-height:1.76;
  }
  .hero-notes{
    gap:8px;
    margin-bottom:18px;
  }
  .hero-note{
    grid-template-columns:20px 1fr;
    gap:10px;
    font-size:13px;
  }
  .hero-note b{
    width:20px;height:20px;font-size:11px;
  }
  .hero-actions{
    flex-direction:column;
    margin-bottom:18px;
  }
  .hero-mini-grid{
    grid-template-columns:1fr;
    gap:10px;
  }
  .mini-card strong{font-size:14px}
  .mini-card span{font-size:13px}

  .section-head{margin-bottom:18px}
  .section-head h2{
    font-size:28px;
    line-height:1.2;
  }
  .section-head p{
    font-size:14px;
    line-height:1.7;
  }

  .program-grid{grid-template-columns:1fr;gap:14px}
  .card{border-radius:22px}
  .card img{height:200px}
  .card-body{padding:16px}
  .card h3{font-size:21px}
  .card p{font-size:13px;line-height:1.7}

  .full-gallery{grid-template-columns:1fr}
  .full-gallery img,
  .full-gallery figure:nth-child(1) img,
  .full-gallery figure:nth-child(8) img{height:220px}
  .gallery-head-clean{
    flex-direction:column;
    align-items:flex-start;
    gap:8px;
    margin-bottom:18px;
  }
  .gallery-head-clean h2{
    font-size:28px;
  }
  .gallery-head-clean span{
    font-size:13px;
  }

  .cta-panel{
    grid-template-columns:1fr;
    padding:16px;
    border-radius:22px;
    gap:14px;
  }
  .cta-panel img{height:190px}
  .cta-panel h3{font-size:24px}
  .cta-panel p{font-size:13px}

  .value-card,
  .family-topic,
  .contact-card,
  .trust-copy,
  .info-check,
  .trust-item,
  .program-photo{
    border-radius:22px;
  }
  .value-card img,
  .family-topic img{height:210px}
  .value-card-body,
  .family-topic-body{padding:18px}
  .value-card h3,
  .family-topic-body h3{font-size:24px}

  .trust-copy{
    padding:24px 18px;
  }
  .trust-copy p{
    font-size:15px;
    line-height:1.86;
  }
  .info-checklist,
  .trust-strip{
    grid-template-columns:1fr;
    gap:12px;
  }
  .target-grid{grid-template-columns:1fr;gap:12px}
  .target{padding:16px;font-size:15px}

  .program-photo{
    grid-template-columns:1fr;
    gap:12px;
    padding:14px;
  }
  .program-photo img{height:180px}
  .program-photo h4{font-size:20px}
  .program-photo p{font-size:13px;line-height:1.7}

  .contact-grid{grid-template-columns:1fr;gap:14px}
  .table{
    grid-template-columns:86px 1fr;
    gap:8px 10px;
    font-size:14px;
  }

  .footer{
    margin-top:28px;
  }
  .footer-inner{
    padding:24px 0 28px;
    gap:14px;
  }
  .footer-logo{
    font-size:17px;
  }
  .footer-logo img{width:38px;height:38px}
  .footer small{
    line-height:1.7;
    display:block;
  }
}
