﻿.education {
  --accent:#3d7f50;
  --hero:url("/assets/templates/images/pc/education/education-reading-circle-real.webp");
  --shade:rgba(255,255,255,.78);
  --hero-text:#18231b;
  --hero-muted:#3f4d43;
  --kicker:#2f7b42;
  background:#fffaf1;
}
.education .real-nav { background:rgba(255,255,255,.94); }
.education .real-btn,
.education .nav-cta { background:#3d7f50; }
.education .hero-full { min-height:min(720px, calc(100svh - 122px)); background-position:center; }
.education-hero::before { background:linear-gradient(90deg,rgba(255,250,241,.94),rgba(255,250,241,.72) 42%,rgba(255,250,241,.16)); }
.education-hero .hero-copy { max-width:660px; }
.education-hero .hero-copy h1 { max-width:650px; font-size:86px; letter-spacing:0; }
.education-hero .lead { max-width:580px; }
.education-hero .real-btn.ghost { color:#254c30; background:rgba(255,255,255,.55); border-color:rgba(37,76,48,.28); backdrop-filter:blur(12px); }

.education-week {
  display:grid;
  grid-template-columns:.86fr 1.14fr;
  align-items:stretch;
  border-top:1px solid #d8dfd3;
  border-bottom:1px solid #d8dfd3;
  background:#fff;
}
.education-week-head { display:flex; flex-direction:column; justify-content:center; padding:44px 7vw; background:#f2efe6; }
.education-week-head span,
.education-program-copy span,
.education-observe-ledger span,
.education-lab-copy span,
.education-feedback-copy span,
.education-works-copy span,
.education-contact-copy span {
  display:block;
  margin-bottom:12px;
  color:#3d7f50;
  font-size:12px;
  font-weight:900;
  text-transform:uppercase;
}
.education-week-head h2 { margin:0; font-size:32px; line-height:1.2; }
.education-week-track { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); }
.education-week-track div { padding:36px 32px; border-left:1px solid #d8dfd3; background:#fff; }
.education-week-track b { display:block; margin-bottom:22px; color:#3d7f50; font-size:28px; line-height:1; }
.education-week-track strong { display:block; margin-bottom:8px; color:#18231b; font-size:20px; }
.education-week-track span { color:#606a62; font-size:14px; line-height:1.7; font-weight:700; }

.education-program {
  display:grid;
  grid-template-columns:.94fr 1.06fr;
  gap:0;
  min-height:680px;
  background:#fffaf1;
}
.education-program-copy { display:flex; flex-direction:column; justify-content:center; padding:78px 7vw; }
.education-program-copy h2,
.education-observe-ledger h2,
.education-lab-copy h2,
.education-feedback-copy h2,
.education-works-copy h2,
.education-contact-copy h2 { margin-bottom:18px; font-size:42px; line-height:1.15; }
.education-program-copy p,
.education-works-copy p,
.education-contact-copy p { max-width:560px; }
.education-program-list { margin-top:34px; border-top:1px solid #d8dfd3; }
.education-program-list article { display:grid; grid-template-columns:64px 150px 1fr; gap:18px; padding:20px 0; border-bottom:1px solid #d8dfd3; }
.education-program-list b { color:#3d7f50; font-size:13px; }
.education-program-list h3 { margin:0; font-size:22px; }
.education-program-list p { margin:0; color:#606a62; font-size:14px; line-height:1.7; }
.education-program-photo picture,
.education-observe-photo picture,
.education-feedback-photo picture,
.education-works-photo picture { display:block; width:100%; height:100%; }
.education-program-photo img { width:100%; height:100%; min-height:680px; object-fit:cover; }

.education-observe {
  display:grid;
  grid-template-columns:1.08fr .92fr;
  align-items:stretch;
  background:#142219;
  color:#fff;
}
.education-observe-photo img { width:100%; height:100%; min-height:660px; object-fit:cover; }
.education-observe-ledger { display:flex; flex-direction:column; justify-content:center; padding:74px 7vw 74px 56px; }
.education-observe-ledger span,
.education-lab-copy span { color:#badf9a; }
.education-observe-ledger h2 { color:#fff; }
.ledger-row { display:grid; grid-template-columns:72px 1fr 86px; gap:18px; align-items:start; padding:18px 0; border-top:1px solid rgba(255,255,255,.14); }
.ledger-row:last-child { border-bottom:1px solid rgba(255,255,255,.14); }
.ledger-row b { color:#fff; }
.ledger-row p { margin:0; color:rgba(255,255,255,.72); font-size:14px; line-height:1.7; }
.ledger-row em { color:#badf9a; font-size:12px; font-style:normal; font-weight:900; text-align:right; }

.education-lab {
  position:relative;
  min-height:640px;
  display:flex;
  align-items:flex-end;
  padding:78px 7vw;
  overflow:hidden;
  color:#fff;
}
.education-lab::before { content:""; position:absolute; inset:0; z-index:1; background:linear-gradient(180deg,rgba(8,18,12,.08),rgba(8,18,12,.82)); }
.education-lab picture { position:absolute; inset:0; width:100%; height:100%; }
.education-lab img { width:100%; height:100%; object-fit:cover; }
.education-lab-copy { position:relative; z-index:2; max-width:660px; }
.education-lab-copy p { max-width:560px; color:rgba(255,255,255,.78); }

.education-feedback {
  display:grid;
  grid-template-columns:.92fr 1.08fr;
  align-items:stretch;
  background:#fff;
}
.education-feedback-copy { display:flex; flex-direction:column; justify-content:center; padding:80px 7vw; }
.education-feedback-copy p { max-width:560px; }
.education-feedback-copy ul { margin:28px 0 0; padding:0; list-style:none; border-top:1px solid #d8dfd3; }
.education-feedback-copy li { padding:16px 0 16px 28px; color:#465248; border-bottom:1px solid #d8dfd3; position:relative; }
.education-feedback-copy li::before { content:""; position:absolute; left:0; top:26px; width:9px; height:9px; background:#dfb15a; }
.education-feedback-photo img { width:100%; height:100%; min-height:560px; object-fit:cover; }

.education-works {
  display:grid;
  grid-template-columns:1.15fr .85fr;
  align-items:stretch;
  background:#f2efe6;
}
.education-works-photo img { width:100%; height:100%; min-height:560px; object-fit:cover; }
.education-works-copy { display:flex; flex-direction:column; justify-content:center; padding:78px 7vw 78px 56px; }
.education-works-copy .real-btn { align-self:flex-start; margin-top:10px; }

.education-contact {
  padding:64px 7vw;
  color:#fff;
  background:#3d7f50;
}
.education-contact-copy { max-width:760px; }
.education-contact-copy span,
.education-contact-copy p { color:rgba(255,255,255,.8); }
.education-contact-copy .real-btn { color:#24301f; background:#fff; }

@media (max-width: 720px) {
  .education { --hero:url("/assets/templates/images/mobile/education/education-reading-circle-real.webp"); }
  .education .real-nav { background:rgba(255,255,255,.94); }
  .education .hero-full {
    min-height:min(650px, calc(100svh - 112px));
    padding-top:76px;
    padding-bottom:32px;
    background-position:58% center;
  }
  .education .hero-full::before { background:linear-gradient(180deg,rgba(255,250,241,.94),rgba(255,250,241,.72) 58%,rgba(255,250,241,.3)); }
  .education-hero .hero-copy { max-width:340px; }
  .education-hero .hero-copy .kicker { margin-bottom:14px; font-size:13px; line-height:1.5; }
  .education-hero .hero-copy h1 { max-width:330px; margin-bottom:18px; font-size:42px; line-height:1.1; word-break:normal; }
  .education-hero .hero-copy .lead { max-width:330px; font-size:16px; line-height:1.62; }
  .education-hero .hero-points { margin-top:20px; gap:10px 14px; }
  .education-hero .hero-actions { max-width:320px; gap:10px; margin-top:24px; }
  .education-hero .real-btn { flex:1 1 100%; width:100%; min-height:46px; padding:0 14px; font-size:14px; }
  .education-week,
  .education-program,
  .education-observe,
  .education-feedback,
  .education-works { grid-template-columns:1fr; }
  .education-week-head,
  .education-program-copy,
  .education-observe-ledger,
  .education-feedback-copy,
  .education-works-copy { padding:46px 20px; }
  .education-week-head h2,
  .education-program-copy h2,
  .education-observe-ledger h2,
  .education-lab-copy h2,
  .education-feedback-copy h2,
  .education-works-copy h2,
  .education-contact-copy h2 { font-size:32px; }
  .education-week-track { grid-template-columns:1fr; }
  .education-week-track div { padding:22px 20px; border-left:0; border-top:1px solid #d8dfd3; }
  .education-week-track b { margin-bottom:10px; font-size:22px; }
  .education-program-list article { grid-template-columns:1fr; gap:8px; padding:18px 0; }
  .education-program-photo img,
  .education-observe-photo img,
  .education-feedback-photo img,
  .education-works-photo img { min-height:0; height:auto; aspect-ratio:1.14 / 1; object-fit:cover; }
  .education-observe-photo { order:2; }
  .education-observe-ledger { order:1; }
  .ledger-row { grid-template-columns:1fr; gap:8px; }
  .ledger-row em { text-align:left; }
  .education-lab { min-height:560px; padding:48px 20px 74px; }
  .education-lab::before { background:linear-gradient(180deg,rgba(8,18,12,.12),rgba(8,18,12,.9)); }
  .education-feedback-copy li { padding-right:0; }
  .education-contact { padding:50px 20px 86px; }
  .education .mobile-gallery-float {
    left:auto;
    right:14px;
    bottom:12px;
    min-height:36px;
    padding:0 12px;
    background:rgba(8,16,27,.92);
    font-size:12px;
  }
  .education .footer-real { padding-bottom:84px; }
  html.js-ready body.education .reveal { opacity:1; transform:none; }
}

@media (max-width: 360px) {
  .education-hero .hero-copy h1 { max-width:280px; font-size:36px; }
  .education-hero .hero-copy .lead { max-width:280px; font-size:15px; }
  .education-hero .hero-actions { max-width:280px; }
}
/* 2026-06-04 real hero source + whitespace */
.education {
  --hero: url("/assets/templates/images/pc/education/real-education-hero.webp");
  --nav-ink: #18231b;
  --nav-cta-bg: #3d7f50;
  --hero-text: #18231b;
  --hero-muted: #3f4d43;
  --hero-pos: 62% center;
  --hero-mobile-pos: 58% center;
  --hero-overlay: linear-gradient(90deg,rgba(255,250,241,.95),rgba(255,250,241,.72) 43%,rgba(255,250,241,.08));
  --hero-mobile-overlay: linear-gradient(180deg,rgba(255,250,241,.94),rgba(255,250,241,.74) 58%,rgba(255,250,241,.34));
  --hero-title-size: 62px;
  --hero-mobile-title-size: 36px;
  --hero-copy-width: 540px;
  --hero-title-width: 620px;
  --hero-lead-width: 500px;
  --hero-btn-bg: #3d7f50;
}
.education .real-nav {
  color: var(--nav-ink);
  background: transparent;
  border-bottom: 0;
  backdrop-filter: none;
}
.education .hero-full {
  background-position: var(--hero-pos);
}
.education .hero-full::before {
  background: var(--hero-overlay);
}
@media (max-width: 720px) {
  .education {
    --hero: url("/assets/templates/images/mobile/education/real-education-hero.webp");
    --mobile-nav-ink: var(--nav-ink);
  }
  .education .hero-full {
    background-position: var(--hero-mobile-pos);
  }
  .education .hero-full::before {
    background: var(--hero-mobile-overlay);
  }
}
/* end 2026-06-04 real hero source + whitespace */
