:root{
  --green:#4f6b3d;
  --green-dark:#24361f;
  --green-soft:#eef4df;
  --orange:#ee7f19;
  --orange-dark:#c87921;
  --cream:#fbf6ea;
  --cream-2:#fffaf1;
  --sand:#efe1cc;
  --wood:#c99656;
  --text:#243024;
  --muted:#586550;
  --shadow:0 16px 40px rgba(65,87,55,.10);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Arial,Helvetica,sans-serif;background:var(--cream);color:var(--text);line-height:1.65;overflow-x:hidden}
img{max-width:100%;display:block}
a{color:inherit}
main{overflow:hidden}

/* Header */
.site-header{position:sticky;top:0;z-index:9999;background:rgba(255,250,241,.97);border-bottom:1px solid rgba(87,106,69,.12);box-shadow:0 8px 28px rgba(65,87,55,.08)}
.header-inner{width:100%;max-width:1540px;margin:0 auto;padding:12px 5%;display:flex;align-items:center;gap:20px}
.brand{flex:0 0 auto;display:flex;align-items:center;justify-content:flex-start;background:#fff;border-radius:20px;padding:8px 14px;box-shadow:0 8px 24px rgba(65,87,55,.08);text-decoration:none}
.brand img{width:260px;height:auto;max-height:78px;object-fit:contain}
.nav{display:flex;align-items:center;justify-content:center;gap:18px;margin-left:auto;flex:1 1 auto;white-space:nowrap}
.nav a{font-size:15px;font-weight:700;color:var(--text);text-decoration:none;position:relative;padding:10px 0;transition:color .2s ease,transform .2s ease}
.nav a:hover,.nav a.active{color:var(--orange)}
.nav a:hover{transform:translateY(-2px)}
.nav a.active:after{content:"";position:absolute;left:0;right:0;bottom:4px;height:2px;border-radius:99px;background:var(--orange)}
.top-actions{display:flex;align-items:center;gap:10px;flex:0 0 auto}
.top-action{min-height:44px;display:inline-flex;align-items:center;justify-content:center;gap:8px;border-radius:999px;padding:10px 16px;text-decoration:none;color:white;font-weight:800;box-shadow:0 10px 24px rgba(65,87,55,.16);transition:transform .22s ease,box-shadow .22s ease,background-color .22s ease}
.top-action:hover{transform:translateY(-2px);box-shadow:0 14px 32px rgba(65,87,55,.22)}
.phone-action{background:var(--green)}
.email-action{background:var(--orange-dark)}
.mobile-menu-toggle{display:none}
.mobile-nav-contact{display:none}

/* Hero */
.hero{display:grid;grid-template-columns:.9fr 1.35fr;min-height:640px;background:linear-gradient(90deg,#fff8ed,#f5ead9)}
.hero-copy{padding:86px 7vw;display:flex;flex-direction:column;justify-content:center}
.eyebrow{color:var(--orange);font-weight:800;letter-spacing:.08em;text-transform:uppercase;font-size:14px}
.hero h1{font-family:Georgia,serif;color:var(--green);font-size:clamp(48px,5vw,76px);line-height:1.04;margin:14px 0 22px}
.hero p{font-size:20px;max-width:560px;color:#334333}
.hero-img{background:center/cover no-repeat;min-height:640px}
.hero-actions{display:flex;gap:14px;flex-wrap:wrap}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;background:var(--green);color:white;text-decoration:none;padding:15px 28px;border-radius:35px;font-weight:800;margin-top:20px;border:0;cursor:pointer;box-shadow:0 12px 26px rgba(65,87,55,.17);transition:transform .22s ease,box-shadow .22s ease,background .22s ease}
.btn:hover{transform:translateY(-3px);box-shadow:0 16px 34px rgba(65,87,55,.24)}
.btn.secondary{background:#fff;color:var(--green);border:1px solid #cfb99a;box-shadow:none}
.info-bar{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin:0 auto 50px;max-width:1320px;background:#fff9ee;border-radius:0 0 24px 24px;padding:26px 28px;box-shadow:0 12px 35px rgba(83,61,31,.12)}
.info-bar div{border-right:1px solid #dbc8ac;padding:0 16px;font-size:16px}.info-bar div:last-child{border:0}

/* Sections */
.section{padding:76px 6%}
.section.alt{background:linear-gradient(180deg,#fff8ec,#f0dfc9)}
.section h2{text-align:center;font-family:Georgia,serif;color:var(--green);font-size:clamp(34px,4vw,54px);line-height:1.1;margin:0 0 14px}
.section-lead{text-align:center;max-width:840px;margin:0 auto 42px;color:var(--muted);font-size:18px}
.cards,.rich-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}
.card,.rich-card{background:#fffaf2;border-radius:26px;padding:28px;box-shadow:var(--shadow);border:1px solid rgba(87,106,69,.10);transition:transform .26s ease,box-shadow .26s ease}
.card:hover,.rich-card:hover{transform:translateY(-6px);box-shadow:0 22px 52px rgba(65,87,55,.14)}
.card img,.rich-card img{width:100%;height:230px;object-fit:cover;border-radius:18px;margin-top:16px}
.card h3,.rich-card h3{font-size:25px;color:var(--orange);margin:0 0 8px}
.card p,.rich-card p,.rich-card li{color:var(--muted)}
.icon{font-size:26px}
.split{display:grid;grid-template-columns:1fr 1fr;gap:44px;align-items:center}
.split img{width:100%;border-radius:30px;box-shadow:0 18px 46px rgba(65,47,20,.13)}
.split h2{text-align:left}
.feature-list{display:grid;grid-template-columns:1fr 1fr;gap:22px}
.testimonial{background:#fff;border-radius:30px;padding:42px;box-shadow:0 18px 45px rgba(76,51,18,.12);font-size:18px}
.testimonial:before{content:'“';font-family:Georgia,serif;font-size:86px;color:#e6a45f;line-height:.1;display:block}
.icons{display:grid;grid-template-columns:repeat(5,1fr);gap:14px;max-width:1320px;margin:48px auto 0}
.icons span{background:#f7eedf;border-radius:18px;padding:20px;text-align:center;font-weight:800;color:var(--green)}
.gallery-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.gallery-grid img{width:100%;height:300px;object-fit:cover;border-radius:22px;box-shadow:0 12px 28px rgba(65,87,55,.09);transition:transform .3s ease}
.gallery-grid img:hover{transform:scale(1.025)}
.visit{display:grid;grid-template-columns:.82fr 1.18fr;gap:50px;align-items:center;background:#fff8ed;border-radius:36px;padding:52px;max-width:1250px;margin:auto;box-shadow:var(--shadow)}
.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.form-grid input,.form-grid textarea{padding:15px;border:1px solid #d9c8ae;border-radius:12px;background:white;font-size:16px;font-family:inherit}
.form-grid textarea{grid-column:1/3;min-height:128px}
.form-grid button{width:max-content;margin-top:0}

/* Page templates */
.page-hero{padding:92px 6% 72px;background:linear-gradient(135deg,#fff8ec,#eef4df);text-align:center;border-radius:0 0 44px 44px}
.page-hero .eyebrow{display:block;margin-bottom:10px}
.page-hero h1{font-family:Georgia,serif;color:var(--green);font-size:clamp(42px,6vw,72px);line-height:1.05;margin:0 0 16px}
.page-hero p{max-width:820px;margin:0 auto;color:var(--muted);font-size:19px}
.content-wrap{max-width:1180px;margin:0 auto}
.timeline{display:grid;gap:18px}
.timeline-item{background:#fff;border-left:5px solid var(--orange);border-radius:18px;padding:22px 24px;box-shadow:0 10px 28px rgba(65,87,55,.07)}
.team-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.team-card{text-align:center;background:#fffaf2;border-radius:26px;padding:30px;box-shadow:var(--shadow)}
.team-avatar{width:92px;height:92px;border-radius:50%;margin:0 auto 18px;background:linear-gradient(135deg,#e8efd9,#fff3df);display:flex;align-items:center;justify-content:center;font-size:42px}
.age-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.age-card{background:#fffaf2;border-radius:28px;overflow:hidden;box-shadow:var(--shadow)}
.age-card img{height:250px;width:100%;object-fit:cover}
.age-card div{padding:26px}
.curriculum-list{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}

/* Footer */
.footer{display:grid;grid-template-columns:1.2fr 1fr 1.1fr;gap:42px;background:var(--green-dark);color:white;padding:64px 8%;margin-top:60px}
.footer a{display:block;color:white;text-decoration:none;margin:8px 0}
.footer a:hover{color:#f1c58a}
.footer-logo{width:220px;background:#fff;padding:8px;border-radius:14px;margin-bottom:16px}

/* Admin */
.admin-wrap{display:grid;grid-template-columns:260px 1fr;min-height:100vh;background:#f6efe3}
.admin-side{background:#24361f;color:#fff;padding:28px;position:sticky;top:0;height:100vh}
.admin-side img{width:190px;background:#fff;border-radius:12px;padding:8px;margin-bottom:18px}
.admin-side a{display:block;color:#fff;text-decoration:none;padding:12px;border-radius:10px;margin:4px 0}
.admin-side a:hover{background:#3d5732}
.admin-main{padding:34px;overflow:auto}
.table{width:100%;border-collapse:collapse;background:#fff;border-radius:16px;overflow:hidden}
.table th,.table td{padding:14px;border-bottom:1px solid #eee;text-align:left;vertical-align:top}
.admin-card{background:#fff;padding:24px;border-radius:18px;margin-bottom:22px;box-shadow:0 8px 24px rgba(0,0,0,.08)}
.admin-card input,.admin-card textarea{width:100%;padding:12px;margin:8px 0 16px;border:1px solid #ddd;border-radius:10px;font-size:15px}
.login{max-width:430px;margin:90px auto;background:#fff;padding:36px;border-radius:22px;box-shadow:var(--shadow)}
.login img{width:260px;margin:0 auto 18px}
.login input{width:100%;padding:14px;margin:10px 0;border:1px solid #ddd;border-radius:10px}

/* Animations */
.reveal-on-scroll{opacity:0;transform:translateY(26px);transition:opacity .72s ease,transform .72s ease}
.reveal-on-scroll.is-visible{opacity:1;transform:translateY(0)}

/* Mobile */
@media(max-width:1150px){
  .brand img{width:220px}.nav{gap:12px}.nav a{font-size:13px}.top-action{padding:10px 12px}.email-action .label{display:none}
}
@media(max-width:900px){
  .header-inner{display:grid;grid-template-columns:minmax(118px,1fr) 46px 46px 46px;gap:8px;padding:10px 12px}
  .brand{grid-column:1;grid-row:1;padding:5px 8px;border-radius:16px;min-width:0;height:60px;overflow:hidden}
  .brand img{width:auto;max-width:100%;height:50px;object-fit:contain}
  .mobile-menu-toggle{grid-column:2;grid-row:1;display:inline-flex;width:46px;height:46px;border:1px solid rgba(72,100,62,.22);border-radius:15px;background:#fffaf1;box-shadow:0 6px 18px rgba(65,87,55,.10);align-items:center;justify-content:center;flex-direction:column;gap:5px;padding:0;margin:0;z-index:10002}
  .mobile-menu-toggle span{display:block;width:22px;height:2.5px;background:#48643e;border-radius:99px;transition:transform .25s ease,opacity .25s ease}
  .mobile-menu-toggle.is-open span:nth-child(1){transform:translateY(7.5px) rotate(45deg)}
  .mobile-menu-toggle.is-open span:nth-child(2){opacity:0}
  .mobile-menu-toggle.is-open span:nth-child(3){transform:translateY(-7.5px) rotate(-45deg)}
  .top-actions{grid-column:3 / span 2;grid-row:1;display:grid;grid-template-columns:46px 46px;gap:8px;justify-content:end}
  .top-action{width:46px;height:46px;min-height:46px;max-width:46px;padding:0;border-radius:15px;font-size:0;gap:0}
  .top-action .label{display:none}
  .top-action .icon{font-size:20px;line-height:1}
  .nav{position:absolute;left:12px;right:12px;top:calc(100% + 8px);z-index:10001;display:flex;flex-direction:column;align-items:stretch;justify-content:flex-start;gap:0;padding:12px;margin:0;border-radius:22px;background:#fffaf1;border:1px solid rgba(87,106,69,.14);box-shadow:0 18px 45px rgba(55,70,43,.18);opacity:0;visibility:hidden;pointer-events:none;transform:translateY(-8px) scale(.98);transition:opacity .22s ease,transform .22s ease,visibility .22s ease;max-height:calc(100vh - 96px);overflow-y:auto;-webkit-overflow-scrolling:touch;white-space:normal}
  body.mobile-menu-open .nav,.nav.is-open{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0) scale(1)}
  .nav a{width:100%;min-height:45px;padding:12px 14px;border-radius:14px;display:flex;align-items:center;justify-content:flex-start;color:#385236;font-size:16px;font-weight:800;text-decoration:none;background:transparent;box-sizing:border-box}
  .nav a:hover,.nav a.active{background:rgba(112,143,78,.12);color:#385236;transform:none}
  .nav a.active:after{display:none}
  .mobile-nav-contact{display:grid;gap:8px;margin-top:10px;padding-top:10px;border-top:1px solid rgba(87,106,69,.12)}
  .mobile-nav-contact a,.mobile-nav-contact div{display:flex;align-items:center;gap:9px;min-height:38px;padding:8px 10px;border-radius:12px;background:rgba(255,255,255,.72);color:#385236;font-size:14px;font-weight:650;text-decoration:none}
  .mobile-nav-contact .visit-link{background:var(--green);color:white;justify-content:center;font-weight:800}
  .hero{grid-template-columns:1fr;min-height:auto}
  .hero-copy{padding:46px 22px}
  .hero h1{font-size:42px}
  .hero p{font-size:17px}
  .hero-img{min-height:360px}
  .info-bar,.cards,.rich-grid,.feature-list,.icons,.gallery-grid,.footer,.team-grid,.age-grid,.curriculum-list{grid-template-columns:1fr}
  .info-bar{margin:0 16px 34px;padding:18px;border-radius:22px}
  .info-bar div{border-right:0;border-bottom:1px solid #dbc8ac;padding:10px 6px}
  .info-bar div:last-child{border-bottom:0}
  .section{padding:52px 20px}
  .split,.visit{grid-template-columns:1fr}
  .split h2{text-align:center}
  .visit{padding:28px;border-radius:26px}
  .form-grid{grid-template-columns:1fr}.form-grid textarea{grid-column:auto}
  .page-hero{padding:56px 20px 44px;border-radius:0 0 28px 28px}
  .page-hero p{font-size:16px}
  .admin-wrap{grid-template-columns:1fr}
  .admin-side{position:relative;height:auto}.admin-main{padding:20px}.table{font-size:13px}
}
@media(max-width:390px){
  .header-inner{grid-template-columns:minmax(104px,1fr) 42px 42px 42px;gap:5px;padding:9px}
  .brand{height:54px}.brand img{height:45px}
  .mobile-menu-toggle,.top-action{width:42px;height:42px;min-height:42px;max-width:42px}
}
@media(prefers-reduced-motion:reduce){*,*::before,*::after{animation:none!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}


/* ===== Final updates: integrated logo, icon-only email, curriculum design ===== */
.brand{
  background: transparent !important;
  border-radius: 0 !important;
  padding: 0 !important;
  box-shadow: none !important;
}
.brand img{
  background: transparent !important;
  border-radius: 0 !important;
}
.email-action{
  width: 46px !important;
  min-width: 46px !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.email-action .label{display:none !important;}
.email-action .icon{font-size:20px !important;}
.curriculum-hero{
  background:linear-gradient(135deg,#fff8ec,#eef4df);
}
.curriculum-overview{
  max-width:980px;
  margin:0 auto;
  background:#fffaf2;
  border:1px solid rgba(87,106,69,.12);
  border-radius:30px;
  padding:38px;
  box-shadow:var(--shadow);
}
.curriculum-overview p{
  color:var(--muted);
  font-size:18px;
  line-height:1.85;
}
.curriculum-principles{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:22px;
}
.curriculum-card{
  background:#fffaf2;
  border:1px solid rgba(87,106,69,.11);
  border-radius:28px;
  padding:28px;
  box-shadow:var(--shadow);
  transition:transform .25s ease,box-shadow .25s ease;
}
.curriculum-card:hover{
  transform:translateY(-6px);
  box-shadow:0 22px 52px rgba(65,87,55,.14);
}
.curriculum-card .icon{
  width:56px;
  height:56px;
  border-radius:18px;
  background:#eef4df;
  display:flex;
  align-items:center;
  justify-content:center;
  margin-bottom:18px;
  font-size:28px;
}
.curriculum-card h3{
  color:var(--green);
  font-size:23px;
  line-height:1.25;
  margin:0 0 10px;
}
.curriculum-card p{
  color:var(--muted);
  margin:0;
}
.curriculum-feature-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:24px;
}
.curriculum-feature{
  background:#fff;
  border-radius:26px;
  overflow:hidden;
  box-shadow:0 16px 40px rgba(65,87,55,.10);
  border:1px solid rgba(87,106,69,.10);
  transition:transform .25s ease,box-shadow .25s ease;
}
.curriculum-feature:hover{
  transform:translateY(-6px);
  box-shadow:0 22px 52px rgba(65,87,55,.14);
}
.curriculum-feature img{
  width:100%;
  height:220px;
  object-fit:cover;
}
.curriculum-feature div{
  padding:26px;
}
.curriculum-feature h3{
  color:var(--orange-dark);
  margin:0 0 12px;
  line-height:1.25;
  font-size:22px;
}
.curriculum-feature p{
  color:var(--muted);
  margin:0 0 10px;
}
.curriculum-closing{
  max-width:980px;
  margin:0 auto;
  text-align:center;
  background:#385236;
  color:white;
  padding:44px;
  border-radius:32px;
  box-shadow:0 18px 45px rgba(36,54,31,.18);
}
.curriculum-closing h2{color:white;margin-bottom:14px}
.curriculum-closing p{font-size:18px;margin-bottom:0;color:#f8f5ef}

@media(max-width:1100px){
  .curriculum-principles{grid-template-columns:repeat(2,1fr)}
  .curriculum-feature-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:900px){
  .brand{
    background: transparent !important;
    box-shadow:none !important;
    border-radius:0 !important;
    padding:0 !important;
  }
  .brand img{
    background: transparent !important;
  }
  .email-action{
    width:46px !important;
    min-width:46px !important;
    max-width:46px !important;
  }
}
@media(max-width:768px){
  .curriculum-principles,
  .curriculum-feature-grid{grid-template-columns:1fr}
  .curriculum-overview{padding:26px;border-radius:24px}
  .curriculum-feature img{height:210px}
  .curriculum-closing{padding:30px 22px;border-radius:26px}
}
@media(max-width:390px){
  .email-action{
    width:42px !important;
    min-width:42px !important;
    max-width:42px !important;
  }
}


/* ===== Generated image refresh and layout refinements ===== */
.footer-logo{background:transparent !important;padding:0 !important;border-radius:0 !important}
.info-bar{grid-template-columns:1.45fr 1fr 1fr 1fr;align-items:center}
.info-bar .address-inline{white-space:nowrap;font-size:15px}
.cards .card img,.age-card img,.curriculum-feature img{background:#f6f1e6}
.brand{background:transparent !important;box-shadow:none !important;border:none !important}
.brand img{display:block;max-width:100%;height:auto;background:transparent !important}
@media(max-width:1200px){
  .info-bar{grid-template-columns:1.3fr 1fr 1fr 1fr}
  .info-bar .address-inline{font-size:14px}
}
@media(max-width:900px){
  .brand{padding:0 !important;background:transparent !important;border-radius:0 !important}
  .brand img{height:46px;max-width:100%;object-fit:contain}
  .mobile-nav-contact div{font-size:13px;line-height:1.4}
}
@media(max-width:768px){
  .info-bar .address-inline{white-space:normal;font-size:16px}
}


/* ===== page hero image enhancements ===== */
.page-hero.has-photo{padding-bottom:34px}
.page-hero-photo{max-width:1220px;margin:34px auto 0}
.page-hero-photo img{width:100%;height:420px;object-fit:cover;border-radius:28px;box-shadow:0 18px 46px rgba(65,47,20,.13)}
@media(max-width:900px){
  .page-hero-photo img{height:280px;border-radius:22px}
}
@media(max-width:640px){
  .page-hero-photo{margin-top:22px}
  .page-hero-photo img{height:220px;border-radius:18px}
}


/* ===== Mobile info bar + footer logo final fixes ===== */
@media (max-width: 900px) {
  .info-bar {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 10px !important;
    margin: 0 14px 34px !important;
    padding: 14px !important;
    border-radius: 22px !important;
    max-width: none !important;
    width: auto !important;
  }

  .info-bar div,
  .info-bar .address-inline {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    display: flex !important;
    align-items: flex-start !important;
    gap: 10px !important;
    padding: 12px 10px !important;
    border-right: 0 !important;
    border-bottom: 1px solid #dbc8ac !important;
    white-space: normal !important;
    overflow-wrap: anywhere !important;
    word-break: normal !important;
    line-height: 1.45 !important;
    font-size: 15px !important;
  }

  .info-bar div:last-child {
    border-bottom: 0 !important;
  }

  .info-bar strong,
  .info-bar a {
    min-width: 0 !important;
    max-width: 100% !important;
    white-space: normal !important;
    overflow-wrap: anywhere !important;
    word-break: normal !important;
    line-height: 1.45 !important;
  }
}

@media (max-width: 480px) {
  .info-bar {
    margin-left: 12px !important;
    margin-right: 12px !important;
    padding: 12px !important;
  }

  .info-bar div,
  .info-bar .address-inline {
    font-size: 14px !important;
    padding: 11px 8px !important;
  }
}

/* Footer logo white card to avoid transparent edge / white shadow artifacts */
.footer-brand .footer-logo,
.footer-logo {
  background: #fffaf1 !important;
  padding: 12px 16px !important;
  border-radius: 20px !important;
  box-shadow: 0 14px 34px rgba(0,0,0,.18) !important;
  width: 245px !important;
  max-width: 100% !important;
  margin-bottom: 18px !important;
}

@media (max-width: 900px) {
  .footer-brand .footer-logo,
  .footer-logo {
    width: 220px !important;
    padding: 10px 14px !important;
    border-radius: 18px !important;
  }
}


/* curriculum learning experience icon cards */
.curriculum-feature .feature-icon{
  height:110px;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:42px;
  background:linear-gradient(180deg,#f7f2e7 0%,#efe6d5 100%);
  border-bottom:1px solid rgba(87,106,69,.12);
}
@media(max-width:768px){
  .curriculum-feature .feature-icon{height:96px;font-size:38px;}
}

/* admin image upload grid */
.admin-image-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:18px;}
.admin-card input[type=file]{display:block;margin:10px 0 12px;width:100%;}
.admin-card .small-note{font-size:13px;color:#6e6b63;margin-top:6px;}


/* equal-height homepage and content cards */
.cards .card,
.rich-grid .rich-card{
  display:flex;
  flex-direction:column;
}
.cards .card img,
.rich-grid .rich-card img{
  margin-top:auto;
}


/* Homepage wellbeing cards alignment */
.home-wellbeing .cards{align-items:stretch;}
.home-wellbeing .card{display:flex;flex-direction:column;min-height:100%;}
.home-wellbeing .card p{flex:1 1 auto;min-height:112px;}
.home-wellbeing .card img{margin-top:18px;}
@media(max-width:900px){
  .home-wellbeing .card p{min-height:auto;}
}


/* ===== Streamlined Curriculum page ===== */
.curriculum-intro-section .curriculum-overview h2 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 18px;
  color: var(--green);
  font-family: Georgia, serif;
  font-size: clamp(32px, 4vw, 50px);
}
.theme-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.theme-grid .curriculum-feature {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}
.theme-grid .curriculum-feature > div:last-child {
  padding: 26px;
}
.theme-grid .curriculum-feature h3 {
  color: var(--orange-dark);
  margin-top: 0;
}
.theme-grid .curriculum-feature p {
  color: var(--muted);
}
@media (max-width: 1000px) {
  .theme-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 768px) {
  .theme-grid { grid-template-columns: 1fr; }
  .theme-grid .curriculum-feature > div:last-child { padding: 22px; }
}


/* ===== Full 14-item Curriculum layout ===== */
.curriculum-support-section .curriculum-overview h2,
.curriculum-theme-section > h2 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 18px;
  color: var(--green);
  font-family: Georgia, serif;
  font-size: clamp(32px, 4vw, 50px);
}
.curriculum-principle-grid {
  max-width: 1180px;
  margin: 34px auto 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}
.curriculum-principle-card,
.full-theme-card {
  background: #fffaf2;
  border-radius: 26px;
  overflow: hidden;
  box-shadow: var(--shadow);
  border: 1px solid rgba(87,106,69,.10);
  transition: transform .25s ease, box-shadow .25s ease;
}
.curriculum-principle-card:hover,
.full-theme-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 22px 52px rgba(65,87,55,.14);
}
.curriculum-principle-card > div:last-child,
.full-theme-card > div:last-child {
  padding: 24px;
}
.curriculum-principle-card h3,
.full-theme-card h3 {
  color: var(--orange-dark);
  margin: 0 0 10px;
  font-size: 22px;
  line-height: 1.25;
}
.curriculum-principle-card p,
.full-theme-card p {
  color: var(--muted);
  margin: 0;
  line-height: 1.75;
}
.full-theme-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 1180px;
  margin: 34px auto 0;
}
.full-theme-card .feature-icon,
.curriculum-principle-card .feature-icon {
  height: 96px;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:42px;
  background:linear-gradient(180deg,#f7f2e7 0%,#efe6d5 100%);
  border-bottom:1px solid rgba(87,106,69,.12);
}
@media (max-width: 1100px) {
  .curriculum-principle-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 768px) {
  .full-theme-grid,
  .curriculum-principle-grid { grid-template-columns: 1fr; }
  .curriculum-principle-card > div:last-child,
  .full-theme-card > div:last-child { padding: 22px; }
  .full-theme-card .feature-icon,
  .curriculum-principle-card .feature-icon { height: 86px; font-size: 38px; }
}


/* ===== Philosophy: Our Core Approach layout ===== */
.philosophy-core-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 768px) {
  .philosophy-core-grid {
    grid-template-columns: 1fr !important;
    max-width: 100%;
  }
}


/* ===== Curriculum mobile 14 items display fix ===== */
.curriculum-themes-section,
.curriculum-14-grid,
.curriculum-14-grid .curriculum-feature {
  overflow: visible !important;
  max-height: none !important;
  height: auto !important;
}

.curriculum-14-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 24px !important;
}

.curriculum-14-grid .curriculum-feature {
  display: flex !important;
  flex-direction: column !important;
  visibility: visible !important;
  opacity: 1 !important;
}

.curriculum-14-grid .curriculum-feature > div:last-child {
  padding: 26px !important;
}

@media (max-width: 1000px) {
  .curriculum-14-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 768px) {
  .curriculum-14-grid {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 18px !important;
  }

  .curriculum-14-grid .curriculum-feature {
    display: flex !important;
    width: 100% !important;
    min-height: 0 !important;
  }

  .curriculum-14-grid .feature-icon {
    height: 88px !important;
    font-size: 36px !important;
    flex: 0 0 auto !important;
  }

  .curriculum-14-grid .curriculum-feature > div:last-child {
    padding: 20px !important;
  }
}


/* ===== Admin bilingual UI / 后台中英文界面 ===== */
.bi-label{
  display:inline-flex;
  flex-direction:column;
  gap:2px;
  line-height:1.18;
  vertical-align:middle;
}
.bi-en{
  font-weight:800;
}
.bi-zh{
  font-size:.86em;
  font-weight:700;
  opacity:.72;
}
.admin-side .bi-label{
  align-items:flex-start;
}
.admin-side a .bi-zh,
.admin-side h3 .bi-zh{
  color:rgba(255,255,255,.75);
}
.admin-main label .bi-label,
.login label .bi-label{
  margin-top:10px;
}
.captcha-box{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:12px;
  background:#fff8ec;
  border:1px solid #d9c8ae;
  border-radius:14px;
  padding:12px 14px;
  margin:8px 0 10px;
}
.captcha-box strong{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:110px;
  padding:8px 12px;
  border-radius:10px;
  background:#f0dfc9;
  color:#24361f;
  font-size:20px;
  letter-spacing:.05em;
}
.check-row{
  display:flex !important;
  align-items:center;
  gap:10px;
  margin:12px 0 16px !important;
}
.check-row input[type=checkbox]{
  width:auto !important;
  margin:0 !important;
}
.btn.secondary{
  background:#fff;
  color:var(--green);
  border:1px solid #cfb99a;
}
.admin-card hr{
  border-color:#e4d8c8;
}
@media(max-width:900px){
  .admin-side a{font-size:15px}
  .captcha-box{align-items:flex-start}
}


/* ===== v1.2 SMTP inquiry email notification ===== */
.email-settings-form label{
  font-weight:800;
}
.email-settings-form input,
.email-settings-form select{
  width:100%;
  padding:13px 14px;
  margin:8px 0 12px;
  border:1px solid #d9c8ae;
  border-radius:12px;
  background:#fff;
  font-size:15px;
}
.smtp-saved{
  color:#23964b;
  font-weight:800;
  margin-top:-4px;
}
.admin-actions{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:18px;
}
.red-outline{
  border-color:#d71920 !important;
  color:#d71920 !important;
}
@media(max-width:768px){
  .admin-actions .btn{
    width:100%;
  }
}


/* ===== v1.7 Homepage established environment section ===== */
.established-environment-section{
  padding-top:46px;
  padding-bottom:46px;
  background:linear-gradient(180deg,#fbf6ea 0%,#fff8ec 100%);
}
.established-environment-card{
  max-width:1260px;
  margin:0 auto;
  display:grid;
  grid-template-columns:.92fr 1.08fr;
  gap:34px;
  align-items:stretch;
  background:#fffaf2;
  border:1px solid rgba(87,106,69,.12);
  border-radius:34px;
  padding:36px;
  box-shadow:0 18px 48px rgba(65,87,55,.11);
}
.established-main{
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding:18px 6px;
}
.established-main h2{
  text-align:left;
  color:var(--green);
  font-family:Georgia,serif;
  font-size:clamp(32px,4vw,52px);
  line-height:1.1;
  margin:10px 0 18px;
}
.established-main p{
  color:var(--muted);
  font-size:18px;
  line-height:1.85;
  margin:0;
}
.established-points{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
}
.established-points article{
  background:linear-gradient(180deg,#fff 0%,#f7eedf 100%);
  border:1px solid rgba(87,106,69,.10);
  border-radius:24px;
  padding:24px;
  min-height:100%;
}
.established-icon{
  width:54px;
  height:54px;
  border-radius:18px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:#eef4df;
  font-size:28px;
  margin-bottom:18px;
}
.established-points h3{
  color:var(--orange-dark);
  font-size:21px;
  line-height:1.22;
  margin:0 0 10px;
}
.established-points p{
  color:var(--muted);
  margin:0;
  font-size:15px;
  line-height:1.65;
}
@media(max-width:1050px){
  .established-environment-card{
    grid-template-columns:1fr;
  }
}
@media(max-width:768px){
  .established-environment-section{
    padding:34px 18px;
  }
  .established-environment-card{
    padding:24px;
    border-radius:26px;
  }
  .established-main h2{
    text-align:center;
  }
  .established-main .eyebrow{
    text-align:center;
  }
  .established-points{
    grid-template-columns:1fr;
  }
  .established-points article{
    padding:22px;
  }
}


/* ===== v1.8 Homepage licensing criteria and vision section ===== */
.licensing-vision-section{
  padding-top:50px;
  padding-bottom:56px;
  background:linear-gradient(180deg,#fff8ec 0%,#fbf6ea 100%);
}
.licensing-vision-wrap{
  max-width:1280px;
  margin:0 auto;
  display:grid;
  grid-template-columns:1fr;
  gap:24px;
}
.licensing-panel{
  background:linear-gradient(135deg,#385236 0%,#4f6b3d 58%,#708f4e 100%);
  color:#fff;
  border-radius:34px;
  padding:42px;
  box-shadow:0 22px 55px rgba(36,54,31,.18);
  position:relative;
  overflow:hidden;
}
.licensing-panel:after{
  content:"";
  position:absolute;
  right:-120px;
  top:-140px;
  width:320px;
  height:320px;
  border-radius:50%;
  background:rgba(255,255,255,.10);
}
.licensing-panel .eyebrow{
  color:#ffe0ae;
  position:relative;
  z-index:1;
}
.licensing-panel h2{
  text-align:left;
  color:#fff;
  font-family:Georgia,serif;
  font-size:clamp(34px,4vw,56px);
  line-height:1.08;
  margin:10px 0 18px;
  max-width:900px;
  position:relative;
  z-index:1;
}
.licensing-panel p{
  color:rgba(255,255,255,.92);
  font-size:18px;
  line-height:1.82;
  max-width:980px;
  margin:0;
  position:relative;
  z-index:1;
}
.licensing-tags{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:24px;
  position:relative;
  z-index:1;
}
.licensing-tags span{
  display:inline-flex;
  align-items:center;
  border:1px solid rgba(255,255,255,.28);
  background:rgba(255,255,255,.12);
  color:#fff;
  padding:9px 14px;
  border-radius:999px;
  font-size:14px;
  font-weight:800;
}
.licensing-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:18px;
}
.licensing-grid article{
  background:#fffaf2;
  border:1px solid rgba(87,106,69,.12);
  border-radius:26px;
  padding:24px;
  box-shadow:0 14px 36px rgba(65,87,55,.09);
  min-height:100%;
}
.licensing-icon{
  width:56px;
  height:56px;
  border-radius:18px;
  background:#eef4df;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:28px;
  margin-bottom:18px;
}
.licensing-grid h3{
  color:var(--orange-dark);
  font-size:21px;
  line-height:1.22;
  margin:0 0 10px;
}
.licensing-grid p{
  color:var(--muted);
  margin:0;
  font-size:15px;
  line-height:1.68;
}
.vision-strip{
  display:grid;
  grid-template-columns:72px 1fr;
  gap:20px;
  align-items:center;
  background:#fff;
  border:1px solid rgba(87,106,69,.12);
  border-left:7px solid var(--orange);
  border-radius:28px;
  padding:28px 32px;
  box-shadow:0 16px 42px rgba(65,87,55,.09);
}
.vision-icon{
  width:72px;
  height:72px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:24px;
  background:#f7eedf;
  font-size:36px;
}
.vision-strip h3{
  color:var(--green);
  font-family:Georgia,serif;
  font-size:30px;
  margin:0 0 8px;
}
.vision-strip p{
  color:var(--muted);
  font-size:17px;
  line-height:1.78;
  margin:0;
}
@media(max-width:1100px){
  .licensing-grid{
    grid-template-columns:repeat(2,1fr);
  }
}
@media(max-width:768px){
  .licensing-vision-section{
    padding:36px 18px;
  }
  .licensing-panel{
    padding:28px 24px;
    border-radius:26px;
  }
  .licensing-panel h2{
    text-align:center;
  }
  .licensing-panel .eyebrow{
    display:block;
    text-align:center;
  }
  .licensing-panel p{
    text-align:center;
    font-size:16px;
  }
  .licensing-tags{
    justify-content:center;
  }
  .licensing-grid{
    grid-template-columns:1fr;
  }
  .vision-strip{
    grid-template-columns:1fr;
    text-align:center;
    padding:26px 22px;
  }
  .vision-icon{
    margin:0 auto;
  }
}


/* ===== v1.9 refined licensing wording design ===== */
.licensing-panel{
  background:linear-gradient(135deg,#2f4930 0%,#4f6b3d 62%,#6f8a50 100%);
}
.licensing-panel h2{
  max-width:980px;
}
.licensing-tags span{
  letter-spacing:.01em;
}
.vision-strip{
  border-left-color:#ee7f19;
}


/* ===== v1.10 About page founder vision section ===== */
.about-founder-section{
  padding-top:64px;
  padding-bottom:64px;
  background:linear-gradient(180deg,#fff8ec 0%,#fbf6ea 100%);
}
.about-founder-wrap{
  max-width:1280px;
  margin:0 auto;
  display:grid;
  gap:24px;
}
.about-founder-intro{
  text-align:center;
  max-width:940px;
  margin:0 auto 10px;
}
.about-founder-intro h2{
  color:var(--green);
  font-family:Georgia,serif;
  font-size:clamp(36px,4vw,58px);
  line-height:1.08;
  margin:10px 0 18px;
}
.about-founder-intro p{
  color:var(--muted);
  font-size:18px;
  line-height:1.8;
  margin:0;
}
.about-founder-feature{
  display:grid;
  grid-template-columns:82px 1fr;
  gap:24px;
  align-items:center;
  background:linear-gradient(135deg,#385236 0%,#4f6b3d 62%,#708f4e 100%);
  color:#fff;
  border-radius:34px;
  padding:34px 38px;
  box-shadow:0 22px 55px rgba(36,54,31,.16);
}
.founder-badge{
  width:82px;
  height:82px;
  border-radius:28px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:rgba(255,255,255,.16);
  border:1px solid rgba(255,255,255,.24);
  color:#ffe0ae;
  font-family:Georgia,serif;
  font-size:44px;
  font-weight:800;
}
.about-founder-feature h3{
  color:#fff;
  font-size:28px;
  margin:0 0 10px;
}
.about-founder-feature p{
  color:rgba(255,255,255,.92);
  font-size:17px;
  line-height:1.78;
  margin:0;
}
.about-founder-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:20px;
}
.about-founder-grid article{
  background:#fffaf2;
  border:1px solid rgba(87,106,69,.12);
  border-radius:28px;
  padding:28px;
  box-shadow:0 16px 42px rgba(65,87,55,.09);
}
.founder-icon{
  width:58px;
  height:58px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:20px;
  background:#eef4df;
  font-size:29px;
  margin-bottom:18px;
}
.about-founder-grid h3{
  color:var(--orange-dark);
  font-size:24px;
  line-height:1.22;
  margin:0 0 12px;
}
.about-founder-grid p{
  color:var(--muted);
  margin:0;
  font-size:16px;
  line-height:1.74;
}
@media(max-width:900px){
  .about-founder-section{
    padding:42px 18px;
  }
  .about-founder-feature{
    grid-template-columns:1fr;
    text-align:center;
    padding:28px 24px;
    border-radius:28px;
  }
  .founder-badge{
    margin:0 auto;
  }
  .about-founder-grid{
    grid-template-columns:1fr;
  }
}


/* ===== v1.11 Philosophy page EdenCubs philosophy section ===== */
.philosophy-foundation-section{
  padding-top:64px;
  padding-bottom:66px;
  background:linear-gradient(180deg,#fff8ec 0%,#fbf6ea 100%);
}
.philosophy-foundation-wrap{
  max-width:1280px;
  margin:0 auto;
  display:grid;
  gap:28px;
}
.philosophy-foundation-hero{
  background:linear-gradient(135deg,#385236 0%,#4f6b3d 62%,#708f4e 100%);
  color:#fff;
  border-radius:34px;
  padding:42px;
  box-shadow:0 22px 55px rgba(36,54,31,.17);
  position:relative;
  overflow:hidden;
}
.philosophy-foundation-hero:after{
  content:"";
  position:absolute;
  right:-110px;
  top:-130px;
  width:310px;
  height:310px;
  border-radius:50%;
  background:rgba(255,255,255,.10);
}
.philosophy-foundation-hero .eyebrow{
  color:#ffe0ae;
  position:relative;
  z-index:1;
}
.philosophy-foundation-hero h2{
  color:#fff;
  text-align:left;
  font-family:Georgia,serif;
  font-size:clamp(36px,4vw,58px);
  line-height:1.08;
  margin:10px 0 18px;
  position:relative;
  z-index:1;
}
.philosophy-foundation-hero p{
  color:rgba(255,255,255,.92);
  font-size:18px;
  line-height:1.82;
  max-width:980px;
  margin:0;
  position:relative;
  z-index:1;
}
.philosophy-foundation-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:20px;
}
.philosophy-foundation-grid article{
  background:#fffaf2;
  border:1px solid rgba(87,106,69,.12);
  border-radius:28px;
  padding:26px;
  box-shadow:0 16px 42px rgba(65,87,55,.09);
  min-height:100%;
}
.philosophy-foundation-icon{
  width:58px;
  height:58px;
  border-radius:20px;
  background:#eef4df;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:29px;
  margin-bottom:18px;
}
.philosophy-foundation-grid h3{
  color:var(--orange-dark);
  font-size:22px;
  line-height:1.22;
  margin:0 0 12px;
}
.philosophy-foundation-grid p{
  color:var(--muted);
  font-size:16px;
  line-height:1.72;
  margin:0;
}
@media(max-width:1050px){
  .philosophy-foundation-grid{
    grid-template-columns:repeat(2,1fr);
  }
}
@media(max-width:768px){
  .philosophy-foundation-section{
    padding:42px 18px;
  }
  .philosophy-foundation-hero{
    border-radius:28px;
    padding:30px 24px;
    text-align:center;
  }
  .philosophy-foundation-hero h2{
    text-align:center;
  }
  .philosophy-foundation-hero p{
    font-size:16px;
  }
  .philosophy-foundation-grid{
    grid-template-columns:1fr;
  }
  .philosophy-foundation-grid article{
    padding:24px;
  }
}


/* ===== v1.13 Philosophy image statement added, original content preserved ===== */
.philosophy-image-statement-section{
  padding-top:54px;
  padding-bottom:60px;
  background:linear-gradient(180deg,#fff8ee 0%,#f7f1e6 100%);
}
.philosophy-image-statement-wrap{
  max-width:1280px;
  margin:0 auto;
  display:grid;
  grid-template-columns:minmax(0,2.15fr) minmax(280px,1fr);
  gap:28px;
  align-items:start;
}
.philosophy-image-statement-card{
  background:linear-gradient(180deg,#fffdf7 0%,#f9f1df 100%);
  border:1px solid rgba(90,72,40,.14);
  border-radius:34px;
  padding:38px 40px;
  box-shadow:0 18px 50px rgba(72,57,31,.10);
  position:relative;
  overflow:hidden;
}
.philosophy-image-statement-card:before{
  content:"";
  position:absolute;
  inset:18px;
  border:2px solid rgba(96,72,45,.10);
  border-radius:24px;
  pointer-events:none;
}
.philosophy-image-statement-header{
  position:relative;
  z-index:1;
  text-align:center;
  padding-bottom:18px;
  margin-bottom:18px;
  border-bottom:1px solid rgba(90,72,40,.10);
}
.philosophy-image-statement-header .eyebrow{
  color:#9a4d37;
}
.philosophy-image-statement-header h2{
  margin:10px 0 8px;
  color:#2f4331;
  font-family:Georgia,serif;
  font-size:clamp(34px,4vw,52px);
  line-height:1.15;
}
.philosophy-image-statement-subtitle{
  margin:0;
  color:#5b674a;
  font-size:22px;
  font-weight:700;
}
.philosophy-image-statement-body{
  position:relative;
  z-index:1;
}
.philosophy-image-statement-body p{
  margin:0 0 18px;
  color:#4f4a42;
  font-size:18px;
  line-height:1.92;
}
.philosophy-image-statement-body p:last-child{
  margin-bottom:0;
}
.philosophy-image-side-card{
  background:#fff;
  border-radius:30px;
  padding:30px 28px;
  border:1px solid rgba(87,106,69,.12);
  box-shadow:0 16px 40px rgba(65,87,55,.10);
}
.philosophy-image-side-card h3{
  margin:0 0 18px;
  color:var(--green-dark);
  font-size:24px;
}
.philosophy-image-side-list{
  list-style:none;
  margin:0;
  padding:0;
  display:grid;
  gap:16px;
}
.philosophy-image-side-list li{
  color:var(--muted);
  line-height:1.75;
  font-size:16px;
  padding:0 0 16px;
  border-bottom:1px solid rgba(87,106,69,.10);
}
.philosophy-image-side-list li:last-child{
  border-bottom:none;
  padding-bottom:0;
}
.philosophy-image-side-list strong{
  color:var(--orange-dark);
}
@media(max-width:980px){
  .philosophy-image-statement-wrap{
    grid-template-columns:1fr;
  }
}
@media(max-width:768px){
  .philosophy-image-statement-section{
    padding:38px 18px 52px;
  }
  .philosophy-image-statement-card{
    padding:28px 22px;
    border-radius:28px;
  }
  .philosophy-image-statement-card:before{
    inset:12px;
    border-radius:20px;
  }
  .philosophy-image-statement-header h2{
    font-size:34px;
  }
  .philosophy-image-statement-subtitle{
    font-size:19px;
  }
  .philosophy-image-statement-body p{
    font-size:16px;
    line-height:1.82;
  }
  .philosophy-image-side-card{
    padding:24px 22px;
    border-radius:24px;
  }
}


/* ===== v1.14 Philosophy page enhanced design ===== */
.philosophy-image-statement-section{
  padding:54px 24px 72px;
  background:linear-gradient(180deg,#fffaf0 0%,#f5efe2 100%);
}
.philosophy-image-storyboard{
  max-width:1280px;
  margin:0 auto;
  display:grid;
  gap:28px;
}
.philosophy-image-storyboard-hero{
  background:linear-gradient(135deg,#fffaf3 0%,#f8f0df 55%,#f3ead8 100%);
  border:1px solid rgba(107,81,44,.12);
  border-radius:34px;
  box-shadow:0 18px 50px rgba(72,57,31,.08);
  padding:36px 40px;
  position:relative;
  overflow:hidden;
}
.philosophy-image-storyboard-hero:before,
.philosophy-image-storyboard-hero:after{
  content:"";
  position:absolute;
  width:160px;
  height:160px;
  border-radius:50%;
  background:radial-gradient(circle, rgba(183,129,56,.10) 0%, rgba(183,129,56,0) 68%);
}
.philosophy-image-storyboard-hero:before{top:-35px; right:-25px;}
.philosophy-image-storyboard-hero:after{bottom:-65px; left:-35px;}
.philosophy-image-storyboard-hero .eyebrow{position:relative; z-index:1;}
.philosophy-image-storyboard-hero h2{
  position:relative;
  z-index:1;
  margin:8px 0 10px;
  color:#2f4331;
  font-family:Georgia,serif;
  font-size:clamp(34px,4vw,52px);
  line-height:1.15;
}
.philosophy-image-statement-subtitle{
  position:relative;
  z-index:1;
  margin:0;
  color:#735839;
  font-size:21px;
  font-weight:700;
}
.philosophy-image-intro{
  position:relative;
  z-index:1;
  max-width:920px;
  margin:16px 0 0;
  color:#5f584d;
  font-size:18px;
  line-height:1.85;
}
.philosophy-image-chip-row{
  position:relative;
  z-index:1;
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:22px;
}
.philosophy-image-chip-row span{
  display:inline-flex;
  align-items:center;
  gap:8px;
  background:rgba(255,255,255,.72);
  border:1px solid rgba(107,81,44,.12);
  color:#55684b;
  border-radius:999px;
  padding:10px 16px;
  font-size:14px;
  font-weight:700;
  box-shadow:0 8px 18px rgba(72,57,31,.05);
}
.philosophy-image-card-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:22px;
}
.philosophy-image-feature-card{
  background:#fff;
  border-radius:28px;
  padding:28px 26px;
  border:1px solid rgba(87,106,69,.10);
  box-shadow:0 16px 40px rgba(65,87,55,.08);
  position:relative;
  overflow:hidden;
}
.philosophy-image-feature-card:before{
  content:"";
  position:absolute;
  inset:0 auto 0 0;
  width:6px;
  background:linear-gradient(180deg,var(--orange) 0%, var(--green-dark) 100%);
}
.philosophy-feature-icon{
  width:58px;
  height:58px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:18px;
  font-size:28px;
  background:linear-gradient(180deg,#fff4db 0%,#f9ead1 100%);
  box-shadow:inset 0 0 0 1px rgba(181,135,64,.18);
}
.philosophy-image-feature-card h3{
  margin:16px 0 10px;
  color:var(--green-dark);
  font-size:24px;
  line-height:1.28;
}
.philosophy-image-feature-card p{
  margin:0;
  color:#5f584d;
  font-size:16px;
  line-height:1.88;
}
.philosophy-image-lower-grid{
  display:grid;
  grid-template-columns:minmax(0,1.2fr) minmax(300px,.9fr);
  gap:22px;
  align-items:start;
}
.philosophy-image-quote-card{
  background:linear-gradient(135deg,#55684b 0%,#394831 100%);
  color:#fff;
  border-radius:30px;
  padding:32px 32px 28px;
  position:relative;
  overflow:hidden;
  box-shadow:0 18px 45px rgba(39,58,35,.22);
}
.philosophy-image-quote-card:after{
  content:"";
  position:absolute;
  right:-30px;
  bottom:-30px;
  width:160px;
  height:160px;
  border-radius:50%;
  background:radial-gradient(circle, rgba(255,255,255,.18) 0%, rgba(255,255,255,0) 68%);
}
.philosophy-image-quote-mark{
  margin:0;
  color:rgba(255,255,255,.3);
  font-size:72px;
  line-height:1;
}
.philosophy-image-quote-card blockquote{
  margin:-8px 0 10px;
  color:#fff;
  font-size:24px;
  line-height:1.6;
  font-weight:700;
}
.philosophy-image-quote-caption{
  margin:0;
  color:rgba(255,255,255,.82);
  font-size:15px;
}
.philosophy-image-side-card{
  background:#fff;
  border-radius:30px;
  padding:30px 28px;
  border:1px solid rgba(87,106,69,.12);
  box-shadow:0 16px 40px rgba(65,87,55,.10);
}
.philosophy-image-side-card h3{
  margin:0 0 10px;
  color:var(--green-dark);
  font-size:24px;
}
.philosophy-image-practice-intro{
  margin:0 0 18px;
  color:#6b655b;
  line-height:1.75;
  font-size:15px;
}
.philosophy-image-side-list{
  list-style:none;
  margin:0;
  padding:0;
  display:grid;
  gap:15px;
}
.philosophy-image-side-list li{
  color:var(--muted);
  line-height:1.72;
  font-size:15px;
  padding:0 0 15px 22px;
  border-bottom:1px solid rgba(87,106,69,.10);
  position:relative;
}
.philosophy-image-side-list li:before{
  content:"";
  position:absolute;
  top:9px;
  left:0;
  width:10px;
  height:10px;
  border-radius:50%;
  background:linear-gradient(180deg,var(--orange) 0%, var(--green-dark) 100%);
}
.philosophy-image-side-list li:last-child{
  border-bottom:none;
  padding-bottom:0;
}
.philosophy-image-side-list strong{color:var(--orange-dark);}
@media(max-width:980px){
  .philosophy-image-card-grid,
  .philosophy-image-lower-grid{grid-template-columns:1fr;}
}
@media(max-width:768px){
  .philosophy-image-statement-section{padding:36px 18px 54px;}
  .philosophy-image-storyboard-hero{padding:28px 22px; border-radius:28px;}
  .philosophy-image-storyboard-hero h2{font-size:34px;}
  .philosophy-image-statement-subtitle{font-size:19px;}
  .philosophy-image-intro{font-size:16px; line-height:1.75;}
  .philosophy-image-chip-row{gap:10px;}
  .philosophy-image-chip-row span{font-size:13px; padding:9px 14px;}
  .philosophy-image-card-grid{gap:18px;}
  .philosophy-image-feature-card{padding:24px 20px 24px 22px; border-radius:24px;}
  .philosophy-image-feature-card h3{font-size:21px;}
  .philosophy-image-feature-card p{font-size:15px; line-height:1.78;}
  .philosophy-image-quote-card{padding:26px 22px; border-radius:24px;}
  .philosophy-image-quote-card blockquote{font-size:20px;}
  .philosophy-image-side-card{padding:24px 22px; border-radius:24px;}
}


/* ===== v1.15 Age Groups enhanced page design ===== */
.age-journey-section{
  padding-top:54px;
  padding-bottom:52px;
  background:linear-gradient(180deg,#fff8ec 0%,#fbf6ea 100%);
}
.age-journey-hero{
  max-width:1050px;
  margin:0 auto 28px;
  text-align:center;
}
.age-journey-hero h2{
  color:var(--green);
  font-family:Georgia,serif;
  font-size:clamp(34px,4vw,56px);
  line-height:1.08;
  margin:10px 0 16px;
}
.age-journey-hero p{
  color:var(--muted);
  font-size:18px;
  line-height:1.82;
  margin:0 auto;
  max-width:880px;
}
.age-journey-steps{
  max-width:1280px;
  margin:0 auto;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:20px;
}
.age-journey-steps article{
  background:#fff;
  border:1px solid rgba(87,106,69,.12);
  border-radius:28px;
  padding:28px;
  box-shadow:0 16px 42px rgba(65,87,55,.08);
  position:relative;
  overflow:hidden;
}
.age-journey-steps article:after{
  content:"";
  position:absolute;
  right:-50px;
  top:-50px;
  width:130px;
  height:130px;
  border-radius:50%;
  background:rgba(238,127,25,.08);
}
.age-step-number{
  width:54px;
  height:54px;
  border-radius:18px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:#eef4df;
  color:var(--green-dark);
  font-weight:900;
  margin-bottom:18px;
}
.age-journey-steps h3{
  color:var(--orange-dark);
  font-size:24px;
  margin:0 0 8px;
  line-height:1.2;
}
.age-journey-steps strong{
  display:inline-flex;
  color:var(--green-dark);
  margin-bottom:12px;
}
.age-journey-steps p{
  color:var(--muted);
  line-height:1.7;
  margin:0;
}

.age-detail-section{
  padding-top:56px;
  padding-bottom:58px;
  background:#fffaf2;
}
.age-detail-grid{
  max-width:1280px;
  margin:0 auto;
  display:grid;
  gap:28px;
}
.age-detail-card{
  display:grid;
  grid-template-columns:minmax(300px,.9fr) minmax(0,1.1fr);
  gap:0;
  overflow:hidden;
  background:#fff;
  border:1px solid rgba(87,106,69,.12);
  border-radius:34px;
  box-shadow:0 18px 48px rgba(65,87,55,.09);
}
.age-detail-card.reverse{
  grid-template-columns:minmax(0,1.1fr) minmax(300px,.9fr);
}
.age-detail-card.reverse .age-detail-image{
  order:2;
}
.age-detail-image{
  position:relative;
  min-height:360px;
}
.age-detail-image img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}
.age-detail-image:after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,rgba(0,0,0,0) 45%,rgba(40,56,35,.35) 100%);
}
.age-detail-image span{
  position:absolute;
  left:22px;
  bottom:22px;
  z-index:1;
  display:inline-flex;
  background:#fff8ec;
  color:var(--green-dark);
  border-radius:999px;
  padding:10px 16px;
  font-weight:900;
  box-shadow:0 10px 24px rgba(0,0,0,.13);
}
.age-detail-content{
  padding:38px;
  display:flex;
  flex-direction:column;
  justify-content:center;
}
.age-range{
  color:var(--orange-dark);
  font-weight:900;
  letter-spacing:.04em;
  margin:0 0 8px;
}
.age-detail-content h2{
  color:var(--green);
  font-family:Georgia,serif;
  font-size:clamp(32px,3vw,48px);
  margin:0 0 14px;
  line-height:1.08;
}
.age-detail-content > p:not(.age-range){
  color:var(--muted);
  font-size:17px;
  line-height:1.78;
  margin:0 0 18px;
}
.age-detail-content h3{
  color:var(--green-dark);
  font-size:20px;
  margin:4px 0 12px;
}
.age-detail-content ul{
  margin:0;
  padding:0;
  list-style:none;
  display:grid;
  gap:10px;
}
.age-detail-content li{
  color:var(--muted);
  line-height:1.62;
  padding-left:28px;
  position:relative;
}
.age-detail-content li:before{
  content:"";
  position:absolute;
  left:0;
  top:9px;
  width:12px;
  height:12px;
  border-radius:50%;
  background:linear-gradient(180deg,var(--orange) 0%,var(--green-dark) 100%);
}

.age-rhythm-section{
  padding-top:58px;
  padding-bottom:60px;
  background:linear-gradient(180deg,#fbf6ea 0%,#fff8ec 100%);
}
.age-rhythm-header{
  max-width:880px;
  margin:0 auto 30px;
  text-align:center;
}
.age-rhythm-header h2{
  color:var(--green);
  font-family:Georgia,serif;
  font-size:clamp(34px,4vw,54px);
  margin:10px 0 14px;
}
.age-rhythm-header p{
  color:var(--muted);
  font-size:18px;
  line-height:1.76;
  margin:0;
}
.age-rhythm-list{
  max-width:1280px;
  margin:0 auto;
  display:grid;
  grid-template-columns:repeat(5,1fr);
  gap:16px;
}
.age-rhythm-list article{
  background:#fff;
  border:1px solid rgba(87,106,69,.10);
  border-radius:24px;
  padding:24px 20px;
  text-align:center;
  box-shadow:0 14px 36px rgba(65,87,55,.08);
}
.age-rhythm-list span{
  display:inline-flex;
  width:54px;
  height:54px;
  align-items:center;
  justify-content:center;
  border-radius:18px;
  background:#eef4df;
  font-size:28px;
  margin-bottom:16px;
}
.age-rhythm-list h3{
  color:var(--orange-dark);
  font-size:19px;
  margin:0 0 8px;
  line-height:1.25;
}
.age-rhythm-list p{
  color:var(--muted);
  font-size:14.5px;
  line-height:1.62;
  margin:0;
}

.age-transition-section{
  padding-top:56px;
  padding-bottom:58px;
  background:#fffaf2;
}
.age-transition-card{
  max-width:1280px;
  margin:0 auto;
  display:grid;
  grid-template-columns:minmax(300px,.95fr) minmax(0,1.05fr);
  overflow:hidden;
  background:#fff;
  border:1px solid rgba(87,106,69,.12);
  border-radius:34px;
  box-shadow:0 18px 48px rgba(65,87,55,.09);
}
.age-transition-image img{
  width:100%;
  height:100%;
  min-height:520px;
  object-fit:cover;
  display:block;
}
.age-transition-content{
  padding:40px;
}
.age-transition-content h2{
  color:var(--green);
  font-family:Georgia,serif;
  font-size:clamp(32px,3vw,48px);
  margin:10px 0 14px;
  line-height:1.08;
}
.age-transition-content p{
  color:var(--muted);
  font-size:17px;
  line-height:1.78;
}
.age-transition-subtitle{
  background:#fff8ec;
  border-left:5px solid var(--orange);
  border-radius:16px;
  padding:14px 16px;
}
.age-transition-steps{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:14px;
  margin:22px 0 24px;
}
.age-transition-steps article{
  background:#fbf6ea;
  border-radius:20px;
  padding:18px;
  border:1px solid rgba(87,106,69,.10);
}
.age-transition-steps strong{
  color:var(--orange-dark);
  font-size:14px;
}
.age-transition-steps h3{
  color:var(--green-dark);
  margin:6px 0 8px;
  font-size:20px;
}
.age-transition-steps p{
  font-size:14.5px;
  line-height:1.6;
  margin:0;
}

.age-family-section{
  max-width:1280px;
  margin:58px auto;
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:30px;
  background:linear-gradient(135deg,#385236 0%,#4f6b3d 62%,#708f4e 100%);
  color:#fff;
  border-radius:34px;
  padding:38px 42px;
  box-shadow:0 22px 55px rgba(36,54,31,.18);
}
.age-family-section .eyebrow{
  color:#ffe0ae;
}
.age-family-section h2{
  color:#fff;
  font-family:Georgia,serif;
  font-size:clamp(30px,3vw,46px);
  margin:8px 0 12px;
}
.age-family-section p{
  color:rgba(255,255,255,.9);
  font-size:17px;
  line-height:1.75;
  margin:0;
  max-width:860px;
}
.age-family-section .btn{
  background:#fff;
  color:var(--green-dark);
  white-space:nowrap;
}

@media(max-width:1100px){
  .age-rhythm-list{
    grid-template-columns:repeat(3,1fr);
  }
  .age-transition-steps{
    grid-template-columns:1fr;
  }
}
@media(max-width:900px){
  .age-journey-steps,
  .age-detail-card,
  .age-detail-card.reverse,
  .age-transition-card{
    grid-template-columns:1fr;
  }
  .age-detail-card.reverse .age-detail-image{
    order:0;
  }
  .age-detail-image{
    min-height:300px;
  }
  .age-transition-image img{
    min-height:300px;
  }
  .age-family-section{
    flex-direction:column;
    text-align:center;
    margin:42px 18px;
  }
}
@media(max-width:768px){
  .age-journey-section,
  .age-detail-section,
  .age-rhythm-section,
  .age-transition-section{
    padding-left:18px;
    padding-right:18px;
  }
  .age-journey-steps,
  .age-rhythm-list{
    grid-template-columns:1fr;
  }
  .age-detail-content,
  .age-transition-content{
    padding:28px 22px;
  }
  .age-transition-card,
  .age-detail-card,
  .age-family-section{
    border-radius:28px;
  }
}


/* ===== v1.16 Age Groups divider enhancement ===== */
.age-section-divider{
  max-width:1280px;
  margin: -10px auto 0;
  padding: 0 32px;
  display:flex;
  align-items:center;
  gap:18px;
}
.age-section-divider .divider-line{
  flex:1;
  height:1px;
  background:linear-gradient(90deg, rgba(87,106,69,0) 0%, rgba(87,106,69,.26) 20%, rgba(87,106,69,.26) 80%, rgba(87,106,69,0) 100%);
}
.age-section-divider .divider-ornaments{
  display:flex;
  align-items:center;
  gap:10px;
  background:#fff8ec;
  border:1px solid rgba(87,106,69,.14);
  border-radius:999px;
  padding:10px 18px;
  box-shadow:0 10px 28px rgba(65,87,55,.08);
}
.age-section-divider .ornament{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  line-height:1;
}
.age-section-divider .ornament.main{
  color:var(--orange-dark);
  font-size:22px;
}
.age-section-divider .ornament.small{
  color:var(--green-dark);
  font-size:14px;
  opacity:.88;
}
@media(max-width:768px){
  .age-section-divider{
    padding:0 18px;
    gap:10px;
    margin:-2px auto 0;
  }
  .age-section-divider .divider-ornaments{
    padding:8px 14px;
    gap:8px;
  }
  .age-section-divider .ornament.main{font-size:18px;}
  .age-section-divider .ornament.small{font-size:12px;}
}


/* ===== v1.17 Age Groups hero redesign ===== */
.age-page-hero.age-page-hero-redesign{
  padding:72px 6% 64px;
  border-radius:0 0 54px 54px;
  overflow:hidden;
  position:relative;
  background:
    radial-gradient(circle at 0% 0%, rgba(238,127,25,.10), transparent 34%),
    radial-gradient(circle at 100% 0%, rgba(87,106,69,.10), transparent 28%),
    linear-gradient(135deg,#fff8ec 0%,#f7f1e4 52%,#eef4df 100%);
}
.age-page-hero-redesign:before{
  content:"";
  position:absolute;
  inset:auto auto 28px 42px;
  width:130px;
  height:130px;
  border-radius:34px;
  background:rgba(255,255,255,.35);
  filter:blur(2px);
  transform:rotate(12deg);
}
.age-page-hero-grid{
  position:relative;
  z-index:1;
  max-width:1280px;
  margin:0 auto;
  display:grid;
  grid-template-columns:minmax(0,1.02fr) minmax(360px,.98fr);
  gap:34px;
  align-items:center;
}
.age-page-hero-content{
  text-align:left;
}
.age-page-hero-redesign h1{
  margin-bottom:20px;
  max-width:780px;
}
.age-page-hero-redesign p{
  margin:0;
  max-width:700px;
  font-size:19px;
  line-height:1.85;
}
.age-page-stage-pills{
  display:grid;
  grid-template-columns:repeat(3, minmax(0,1fr));
  gap:14px;
  margin-top:30px;
}
.age-stage-pill{
  background:rgba(255,255,255,.82);
  backdrop-filter:blur(6px);
  border:1px solid rgba(87,106,69,.10);
  border-radius:22px;
  padding:18px 18px 16px;
  box-shadow:0 14px 34px rgba(65,87,55,.08);
}
.age-stage-pill .stage-label{
  display:block;
  color:var(--orange-dark);
  font-weight:800;
  font-size:14px;
  letter-spacing:.08em;
  text-transform:uppercase;
  margin-bottom:8px;
}
.age-stage-pill strong{
  display:block;
  color:var(--green-dark);
  font-size:20px;
  line-height:1.25;
}
.age-page-hero-visual{
  position:relative;
  min-width:0;
}
.age-page-image-wrap{
  border-radius:34px;
  overflow:hidden;
  box-shadow:0 22px 58px rgba(65,87,55,.16);
  border:1px solid rgba(87,106,69,.12);
  background:#fff;
}
.age-page-image-wrap img{
  width:100%;
  height:520px;
  object-fit:cover;
  display:block;
}
.age-page-floating-card{
  position:absolute;
  left:-34px;
  right:32px;
  bottom:26px;
  max-width:390px;
  background:rgba(255,248,236,.96);
  border:1px solid rgba(87,106,69,.12);
  border-radius:26px;
  padding:22px 22px 20px;
  box-shadow:0 18px 42px rgba(35,54,31,.14);
}
.age-page-floating-card .floating-eyebrow{
  display:inline-block;
  color:var(--orange-dark);
  font-size:13px;
  font-weight:800;
  letter-spacing:.10em;
  text-transform:uppercase;
  margin-bottom:10px;
}
.age-page-floating-card h3{
  margin:0 0 12px;
  color:var(--green-dark);
  font-family:Georgia,serif;
  font-size:27px;
  line-height:1.18;
}
.age-page-floating-card ul{
  margin:0;
  padding:0;
  list-style:none;
  display:grid;
  gap:10px;
}
.age-page-floating-card li{
  position:relative;
  padding-left:22px;
  color:var(--muted);
  line-height:1.65;
}
.age-page-floating-card li:before{
  content:"";
  position:absolute;
  left:0;
  top:11px;
  width:9px;
  height:9px;
  border-radius:50%;
  background:linear-gradient(135deg,var(--orange-dark),#f3b45f);
  box-shadow:0 0 0 4px rgba(238,127,25,.10);
}
@media(max-width:1100px){
  .age-page-hero-grid{
    grid-template-columns:1fr;
    gap:24px;
  }
  .age-page-hero-content{
    text-align:center;
  }
  .age-page-hero-redesign p{margin:0 auto;}
  .age-page-stage-pills{
    max-width:860px;
    margin:28px auto 0;
  }
  .age-page-floating-card{
    left:18px;
    right:18px;
    bottom:18px;
    max-width:none;
  }
}
@media(max-width:768px){
  .age-page-hero.age-page-hero-redesign{
    padding:52px 5% 44px;
    border-radius:0 0 36px 36px;
  }
  .age-page-hero-redesign p{
    font-size:17px;
    line-height:1.75;
  }
  .age-page-stage-pills{
    grid-template-columns:1fr;
    gap:12px;
    margin-top:22px;
  }
  .age-stage-pill{
    padding:16px;
    border-radius:18px;
  }
  .age-stage-pill strong{
    font-size:18px;
  }
  .age-page-image-wrap{
    border-radius:26px;
  }
  .age-page-image-wrap img{
    height:280px;
  }
  .age-page-floating-card{
    position:relative;
    left:auto;
    right:auto;
    bottom:auto;
    margin:-24px 14px 0;
    padding:18px 18px 16px;
    border-radius:20px;
  }
  .age-page-floating-card h3{
    font-size:22px;
  }
}


/* ===== v1.18 Age Groups image redesign ===== */
.age-page-hero.age-page-hero-redesign{
  padding:70px 6% 56px;
}
.age-page-hero-grid{
  align-items:center;
}
.age-page-hero-content h1{
  max-width:640px;
}
.age-page-image-wrap.age-page-image-clean{
  position:relative;
  overflow:hidden;
  border-radius:34px;
  background:#fff;
  border:1px solid rgba(87,106,69,.12);
  box-shadow:0 24px 58px rgba(35,54,31,.16);
}
.age-page-image-wrap.age-page-image-clean:after{
  content:"";
  position:absolute;
  inset:auto 0 0 0;
  height:32%;
  background:linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(28,31,26,.10) 100%);
  pointer-events:none;
}
.age-page-image-wrap.age-page-image-clean img{
  width:100%;
  height:540px;
  object-fit:cover;
  object-position:center center;
  display:block;
}
.age-page-floating-card{display:none;}
.age-page-hero-feature{
  max-width:1280px;
  margin:26px auto 0;
  display:grid;
  grid-template-columns:minmax(260px,420px) minmax(0,1fr);
  gap:24px;
  align-items:start;
  background:rgba(255,248,236,.84);
  border:1px solid rgba(87,106,69,.12);
  border-radius:28px;
  padding:24px 28px;
  box-shadow:0 16px 36px rgba(35,54,31,.10);
}
.age-page-feature-head .floating-eyebrow{
  display:inline-block;
  margin-bottom:10px;
}
.age-page-feature-head h3{
  margin:0;
  color:var(--green-dark);
  font-family:Georgia,serif;
  font-size:36px;
  line-height:1.12;
}
.age-page-hero-feature ul{
  margin:0;
  padding:6px 0 0;
  list-style:none;
  display:grid;
  gap:14px;
}
.age-page-hero-feature li{
  position:relative;
  padding:14px 18px 14px 48px;
  border-radius:18px;
  background:rgba(255,255,255,.8);
  color:var(--muted);
  line-height:1.7;
  box-shadow:0 8px 18px rgba(35,54,31,.06);
}
.age-page-hero-feature li:before{
  content:"";
  position:absolute;
  left:18px;
  top:18px;
  width:14px;
  height:14px;
  border-radius:50%;
  background:linear-gradient(135deg,var(--orange-dark),#f3b45f);
  box-shadow:0 0 0 6px rgba(238,127,25,.12);
}
@media(max-width:1100px){
  .age-page-hero-feature{
    grid-template-columns:1fr;
    gap:18px;
  }
  .age-page-feature-head h3{
    font-size:30px;
  }
}
@media(max-width:768px){
  .age-page-hero.age-page-hero-redesign{
    padding:50px 5% 40px;
  }
  .age-page-image-wrap.age-page-image-clean{
    border-radius:24px;
  }
  .age-page-image-wrap.age-page-image-clean img{
    height:260px;
  }
  .age-page-hero-feature{
    margin-top:18px;
    padding:18px;
    border-radius:22px;
    gap:14px;
  }
  .age-page-feature-head h3{
    font-size:24px;
  }
  .age-page-hero-feature li{
    padding:12px 14px 12px 40px;
    border-radius:16px;
    line-height:1.6;
  }
  .age-page-hero-feature li:before{
    left:14px;
    top:16px;
    width:12px;
    height:12px;
    box-shadow:0 0 0 5px rgba(238,127,25,.12);
  }
}


/* ===== v1.24 Home care & partnership section ===== */
.home-care-partnership{
  padding-top:40px;
  padding-bottom:52px;
}
.home-care-shell{
  max-width:1320px;
  margin:0 auto;
  background:linear-gradient(135deg,#2d341f 0%,#5a3706 52%,#3f522c 100%);
  color:#fff7ec;
  border-radius:38px;
  padding:34px;
  box-shadow:0 26px 58px rgba(35,28,16,.22);
  position:relative;
  overflow:hidden;
}
.home-care-shell:before{
  content:"";
  position:absolute;
  right:-80px;
  top:-80px;
  width:240px;
  height:240px;
  border-radius:50%;
  background:radial-gradient(circle, rgba(255,255,255,.14) 0%, rgba(255,255,255,0) 70%);
}
.home-care-header{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:24px;
  margin-bottom:28px;
}
.home-care-header h2,
.care-detail-copy h2,
.care-closing-box h2{
  color:#f6eed8;
}
.home-care-header .section-lead{
  color:rgba(255,247,236,.84);
  max-width:860px;
  text-align:left;
  margin:14px 0 0;
}
.care-highlight-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:22px;
}
.care-highlight-card{
  background:rgba(255,250,241,.08);
  border:1px solid rgba(255,255,255,.10);
  border-radius:30px;
  overflow:hidden;
  backdrop-filter:blur(6px);
  display:flex;
  flex-direction:column;
}
.care-highlight-card img{
  width:100%;
  height:260px;
  object-fit:cover;
}
.care-highlight-body{
  padding:26px 26px 28px;
  display:flex;
  flex-direction:column;
  gap:12px;
  flex:1 1 auto;
}
.care-tag{
  display:inline-flex;
  align-self:flex-start;
  padding:7px 12px;
  border-radius:999px;
  background:rgba(122,161,88,.18);
  border:1px solid rgba(200,226,176,.18);
  color:#b8d59a;
  font-size:13px;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.care-highlight-body h3{
  margin:0;
  color:#fff5e5;
  font-family:Georgia,serif;
  font-size:clamp(28px,3vw,44px);
  line-height:1.08;
}
.care-highlight-body p{
  margin:0;
  color:rgba(255,247,236,.84);
}
.care-checks{
  list-style:none;
  padding:0;
  margin:2px 0 0;
  display:grid;
  gap:10px;
}
.care-checks li{
  position:relative;
  padding-left:34px;
  color:#fff3e0;
  font-weight:700;
  line-height:1.5;
}
.care-checks li:before{
  content:"✓";
  position:absolute;
  left:0;
  top:0;
  width:22px;
  height:22px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:50%;
  background:#356d29;
  color:#fff;
  font-size:13px;
  font-weight:800;
}
.care-checks.compact{ margin-top:auto; }
.care-highlight-body .btn{ align-self:flex-start; margin-top:10px; }

/* v1.24 care approach page */
.care-page-hero{
  background:linear-gradient(135deg,#fff8ec 0%,#eef4df 52%,#fff3df 100%);
}
.care-approach-overview{
  padding-top:26px;
  padding-bottom:10px;
}
.care-approach-strip{
  max-width:1180px;
  margin:0 auto;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:14px;
}
.care-approach-strip span{
  background:#fff;
  border:1px solid rgba(87,106,69,.11);
  border-radius:18px;
  padding:16px 18px;
  text-align:center;
  color:var(--green);
  font-weight:800;
  box-shadow:var(--shadow);
}
.care-detail-section{
  padding-top:30px;
  padding-bottom:30px;
}
.care-detail-panel{
  max-width:1240px;
  margin:0 auto;
  display:grid;
  grid-template-columns:1.02fr .98fr;
  gap:30px;
  align-items:stretch;
}
.care-detail-panel.reverse{
  grid-template-columns:.98fr 1.02fr;
}
.care-detail-media img{
  width:100%;
  height:100%;
  min-height:440px;
  object-fit:cover;
  border-radius:32px;
  box-shadow:0 18px 44px rgba(65,87,55,.12);
}
.care-detail-copy{
  background:#fffaf2;
  border-radius:32px;
  padding:34px;
  box-shadow:var(--shadow);
  border:1px solid rgba(87,106,69,.10);
  display:flex;
  flex-direction:column;
  justify-content:center;
}
.care-detail-copy p{
  color:var(--muted);
  font-size:17px;
  line-height:1.85;
}
.care-note{
  margin-top:20px;
  padding:20px 22px;
  border-radius:22px;
  background:linear-gradient(180deg,#fff 0%,#f7eedf 100%);
  border:1px solid rgba(87,106,69,.10);
}
.care-note h3{
  margin:0 0 8px;
  color:var(--orange-dark);
  font-size:22px;
}
.care-note p{ margin:0; font-size:15px; line-height:1.7; }
.care-closing-section{ padding-top:34px; }
.care-closing-box{
  background:linear-gradient(135deg,#2d341f 0%,#4f6b3d 100%);
  color:#fff;
  border-radius:36px;
  padding:38px;
  box-shadow:0 24px 58px rgba(36,54,31,.18);
}
.care-closing-box .eyebrow,
.care-closing-box h2,
.care-closing-box .section-lead,
.care-closing-grid h3,
.care-closing-grid p{ color:#fff; }
.care-closing-box .section-lead{ margin-bottom:28px; color:rgba(255,255,255,.82); }
.care-closing-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
}
.care-closing-grid article{
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.11);
  border-radius:24px;
  padding:24px;
}
.care-closing-grid h3{ margin:0 0 10px; font-size:22px; }
.care-closing-grid p{ margin:0; color:rgba(255,255,255,.82); }
.care-closing-action{ text-align:center; margin-top:18px; }

@media(max-width:1000px){
  .care-highlight-grid,
  .care-closing-grid,
  .care-approach-strip{ grid-template-columns:1fr; }
  .care-detail-panel,
  .care-detail-panel.reverse{ grid-template-columns:1fr; }
}
@media(max-width:768px){
  .home-care-partnership{ padding:28px 18px 38px; }
  .home-care-shell{ padding:24px; border-radius:28px; }
  .home-care-header{ flex-direction:column; align-items:flex-start; margin-bottom:20px; }
  .home-care-header .section-lead{ font-size:16px; }
  .care-highlight-card img{ height:220px; }
  .care-highlight-body{ padding:22px; }
  .care-detail-copy{ padding:24px; border-radius:24px; }
  .care-detail-media img{ min-height:260px; border-radius:24px; }
  .care-closing-box{ padding:26px; border-radius:28px; }
}


/* ===== v1.25 Care content layout refinement ===== */
.home-care-partnership{
  padding-top:54px;
  padding-bottom:62px;
}
.home-care-shell{
  padding:38px;
}
.home-care-header{
  align-items:center;
  margin-bottom:20px;
}
.home-care-header h2{
  max-width:900px;
}
.home-care-header .btn.secondary{
  border-color:rgba(255,255,255,.32);
  background:rgba(255,255,255,.10);
  color:#fff;
  box-shadow:none;
}
.home-care-pillar-strip{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:14px;
  margin:0 0 28px;
}
.home-care-pillar-strip span{
  display:flex;
  align-items:center;
  gap:10px;
  min-height:64px;
  padding:15px 16px;
  border-radius:20px;
  background:rgba(255,255,255,.09);
  border:1px solid rgba(255,255,255,.12);
  color:#fff3e0;
  font-weight:800;
  line-height:1.35;
}
.care-highlight-grid{
  gap:26px;
}
.care-highlight-card{
  background:rgba(255,250,241,.10);
  border-color:rgba(255,255,255,.15);
}
.care-highlight-card img{
  height:300px;
}
.care-highlight-body{
  padding:30px;
}
.care-highlight-body h3{
  font-size:clamp(30px,2.8vw,42px);
}
.care-highlight-body p{
  font-size:17px;
  line-height:1.75;
}
.care-highlight-body .btn{
  background:#d71920;
  color:#fff;
  box-shadow:0 12px 26px rgba(0,0,0,.16);
}

/* care approach inner page readability */
.care-detail-copy h2{
  color:var(--green) !important;
}
.care-detail-copy .care-checks li{
  color:var(--muted);
  font-weight:700;
}
.care-detail-copy .care-checks li:before{
  background:var(--green);
}
.care-detail-copy .eyebrow{
  color:var(--orange);
}
.care-detail-copy{
  gap:8px;
}
.care-detail-copy > p{
  margin-bottom:10px;
}
.care-approach-strip span{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  min-height:72px;
}
.care-note{
  border-left:5px solid var(--orange);
}
.care-page-hero p{
  max-width:920px;
}

@media(max-width:1000px){
  .home-care-pillar-strip{
    grid-template-columns:1fr;
  }
}
@media(max-width:768px){
  .home-care-shell{
    padding:22px;
  }
  .home-care-pillar-strip{
    margin-bottom:20px;
  }
  .home-care-pillar-strip span{
    min-height:auto;
    font-size:15px;
  }
  .care-highlight-card img{
    height:230px;
  }
  .care-highlight-body{
    padding:22px;
  }
  .care-highlight-body p{
    font-size:16px;
  }
}

/* ===== v2.1 Privacy policy ===== */
.form-privacy-note{
  grid-column:1 / 3;
  margin:0;
  padding:12px 14px;
  border-radius:12px;
  background:rgba(238,244,223,.72);
  color:var(--muted);
  font-size:14px;
  line-height:1.55;
}
.form-privacy-note a{
  color:var(--green);
  font-weight:800;
}
.privacy-hero{
  padding-bottom:64px;
}
.privacy-section{
  padding-top:58px;
}
.privacy-layout{
  width:min(1180px,100%);
  margin:0 auto;
  display:grid;
  grid-template-columns:300px minmax(0,1fr);
  gap:36px;
  align-items:start;
}
.privacy-summary{
  position:sticky;
  top:126px;
  padding:28px;
  border:1px solid rgba(87,106,69,.12);
  border-radius:26px;
  background:linear-gradient(145deg,#fffaf2,#eef4df);
  box-shadow:var(--shadow);
}
.privacy-summary-icon{
  display:grid;
  place-items:center;
  width:54px;
  height:54px;
  margin-bottom:16px;
  border-radius:17px;
  background:#fff;
  font-size:27px;
  box-shadow:0 8px 22px rgba(65,87,55,.10);
}
.privacy-summary h2{
  margin:0 0 10px;
  color:var(--green);
  font-family:Georgia,serif;
  font-size:30px;
  text-align:left;
}
.privacy-summary p{
  color:var(--muted);
}
.privacy-summary .btn{
  width:100%;
  padding:13px 18px;
  font-size:14px;
}
.privacy-policy{
  padding:42px 46px;
  border:1px solid rgba(87,106,69,.10);
  border-radius:30px;
  background:#fffaf2;
  box-shadow:var(--shadow);
}
.privacy-policy section + section{
  margin-top:38px;
  padding-top:34px;
  border-top:1px solid rgba(87,106,69,.14);
}
.privacy-policy h2{
  margin:0 0 14px;
  color:var(--green);
  font-family:Georgia,serif;
  font-size:clamp(25px,3vw,34px);
  line-height:1.2;
  text-align:left;
}
.privacy-policy p{
  margin:0 0 14px;
  color:var(--muted);
}
.privacy-policy ul{
  margin:10px 0 16px;
  padding-left:24px;
  color:var(--muted);
}
.privacy-policy li{
  margin:8px 0;
  padding-left:4px;
}
.privacy-policy a{
  color:var(--green);
  font-weight:800;
  text-decoration-thickness:1px;
  text-underline-offset:3px;
}
.privacy-contact-card{
  margin:18px 0;
  padding:22px 24px;
  border-left:5px solid var(--orange);
  border-radius:16px;
  background:var(--green-soft);
  color:var(--text);
  font-style:normal;
}

@media(max-width:900px){
  .form-privacy-note{
    grid-column:auto;
  }
  .privacy-layout{
    grid-template-columns:1fr;
    gap:24px;
  }
  .privacy-summary{
    position:static;
  }
  .privacy-policy{
    padding:30px 24px;
    border-radius:24px;
  }
}

@media(max-width:480px){
  .privacy-section{
    padding:40px 16px;
  }
  .privacy-summary{
    padding:23px;
    border-radius:22px;
  }
  .privacy-policy{
    padding:26px 20px;
    border-radius:20px;
  }
  .privacy-policy section + section{
    margin-top:30px;
    padding-top:28px;
  }
  .privacy-contact-card{
    padding:18px;
  }
}
