/* East Meridian —— 各页面专属样式
 * 首页 / 课程 / 日志 / 关于 的板块样式将在后续任务中逐步填充到这里。
 * 全局样式（导航、页脚、浮动按钮、变量）见 style.css。
 */

/* 通用页面头部（非首页） */
.page-header{max-width:1200px;margin:0 auto;padding:6rem 5% 2rem;}
.page-header h1{font-family:"Playfair Display",serif;font-size:clamp(2rem,4vw,2.8rem);margin-bottom:.5rem;}
.page-header p{color:var(--muted);font-size:1rem;max-width:560px;}

/* ============================================================
   首页板块
   ============================================================ */
/* Hero */
.hero{height:70vh;position:relative;display:flex;flex-direction:column;justify-content:flex-end;}
.hero-img{position:absolute;inset:0;z-index:0;background:#2D2A26;}
.hero-slide{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center 40%;opacity:0;transition:opacity 2s ease-in-out;}
.hero-slide.active{opacity:1;}
.hero-overlay{position:absolute;inset:0;z-index:1;background:linear-gradient(to top,rgba(0,0,0,.55) 0%,rgba(0,0,0,.1) 50%,rgba(0,0,0,.15) 100%);pointer-events:none;}
.hero-body{position:relative;z-index:2;padding:0 5% 4.5rem;max-width:700px;display:flex;flex-direction:column;justify-content:flex-end;flex:1;}
.hero-body h1{font-family:"Playfair Display",serif;font-size:clamp(2rem,4.5vw,3.2rem);line-height:1.15;margin-bottom:.8rem;color:#fff;text-shadow:0 1px 6px rgba(0,0,0,.3);}
.hero-body .hero-slogan{font-size:.92rem;color:rgba(255,255,255,.85);max-width:460px;line-height:1.6;}
.hero-cn{font-family:'Noto Serif SC',serif;font-size:1.5rem;font-weight:300;color:rgba(255,255,255,.4);letter-spacing:.5em;margin-bottom:.8rem;}
.title-sub{display:inline;}

/* Journal 轮播 */
.jc-slide{position:absolute;inset:0;opacity:0;transition:opacity 1.5s ease-in-out;}
.jc-slide.active{position:relative;opacity:1;}

/* 首页响应式 */
@media(max-width:900px){
  .journal-featured{grid-template-columns:1fr !important;}
  .voices-grid{grid-template-columns:1fr 1fr !important;}
}
@media(max-width:600px){
  .title-sub{display:block;font-size:clamp(1.2rem,2.5vw,1.6rem);margin-top:.3rem;}
  .voices-grid{grid-template-columns:1fr !important;}
  .sub-form{flex-direction:column;}
}

/* ============================================================
   Programs 页
   ============================================================ */
/* 顶部吸附子导航 */
.sub-nav{position:sticky;top:60px;z-index:800;background:rgba(253,251,247,.92);backdrop-filter:blur(10px);border-bottom:1px solid var(--warm-border);}
.sub-nav .inner{max-width:1200px;margin:0 auto;padding:0 4%;display:flex;gap:1.8rem;}
.sub-nav a{padding:.9rem 0;font-size:.75rem;font-weight:500;letter-spacing:.05em;color:var(--muted);border-bottom:2px solid transparent;transition:color .2s,border-color .2s;}
.sub-nav a:hover{color:var(--ink);}
.sub-nav a.active{color:var(--ink);border-bottom-color:var(--accent);}
/* Programs 页锚点偏移需同时避开主导航+子导航 */
body.post-type-archive-program [id]{scroll-margin-top:112px;}

/* 筛选按钮 */
.filters{max-width:1200px;margin:0 auto;padding:1.5rem 4% 2rem;display:flex;flex-wrap:wrap;gap:.5rem;}
.filters button{font-family:'Inter',sans-serif;font-size:.8rem;padding:.5rem 1.2rem;border:1px solid var(--warm-border);border-radius:2rem;background:var(--card-bg);color:var(--muted);cursor:pointer;transition:all .2s;}
.filters button.active,.filters button:hover{background:var(--ink);color:#fff;border-color:var(--ink);}

/* 时间轴 */
.timeline{max-width:1200px;margin:0 auto;padding:0 4% 3rem;position:relative;}
.timeline-line{position:absolute;left:calc(4% + 8px);top:0;bottom:0;width:2px;background:var(--warm-border);}
.timeline-month{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:var(--muted);margin:2.5rem 0 1rem 2.5rem;position:relative;}
.timeline-month::before{content:'';position:absolute;left:-2.5rem;top:50%;transform:translate(-50%,-50%);width:10px;height:10px;border-radius:50%;background:var(--accent);border:2px solid var(--paper);z-index:1;}
.program-card{display:flex;gap:1.5rem;margin-left:2.5rem;margin-bottom:1.5rem;background:var(--card-bg);border:1px solid var(--warm-border);border-radius:12px;overflow:hidden;position:relative;transition:box-shadow .2s;}
.program-card:hover{box-shadow:0 4px 20px rgba(0,0,0,.06);}
.program-card.past{opacity:.65;}
.timeline-dot{position:absolute;left:-2.5rem;top:2rem;transform:translate(-50%,0);width:10px;height:10px;border-radius:50%;background:var(--accent);border:2px solid var(--paper);z-index:1;}
.program-card.past .timeline-dot{background:var(--muted);}
.card-image{width:200px;min-height:200px;flex-shrink:0;overflow:hidden;}
.card-image img{width:100%;height:100%;object-fit:cover;}
.card-body{padding:1.5rem;flex:1;display:flex;flex-direction:column;gap:.6rem;}
.card-type{font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:var(--accent);}
.card-body h3{font-family:'Playfair Display',serif;font-size:1.3rem;font-weight:700;}
.card-body .desc{font-size:.88rem;color:var(--muted);line-height:1.5;}
.card-meta{display:flex;flex-wrap:wrap;gap:.8rem;font-size:.78rem;color:var(--muted);margin-top:.3rem;}
.card-actions{display:flex;align-items:center;gap:.8rem;margin-top:auto;padding-top:.8rem;flex-wrap:wrap;}
.btn-primary{font-size:.8rem;padding:.55rem 1.3rem;background:var(--ink);color:#fff;border:none;border-radius:2rem;cursor:pointer;transition:background .2s;text-decoration:none;display:inline-block;}
.btn-primary:hover{background:var(--accent);}
.btn-secondary{font-size:.8rem;padding:.55rem 1.3rem;border:1px solid var(--warm-border);border-radius:2rem;background:transparent;color:var(--ink);cursor:pointer;transition:all .2s;text-decoration:none;display:inline-block;}
.btn-secondary:hover{border-color:var(--ink);}
.status-badge{font-size:.7rem;font-weight:600;padding:.3rem .8rem;border-radius:2rem;margin-left:auto;}
.status-badge.enrolling{background:#e8f5e9;color:#2e7d32;}
.status-badge.coming-soon{background:#fff3e0;color:#e65100;}
.status-badge.completed{background:#f5f5f5;color:var(--muted);}
.field-notes-link{font-size:.82rem;color:var(--accent);text-decoration:underline;margin-left:auto;}

/* Past programs（最近展示 + 年→月折叠归档） */
.past-sec{max-width:1200px;margin:0 auto;padding:1.5rem 4% 3rem;}
.past-sec .past-head{margin-bottom:1.1rem;}
.past-sec h3{font-family:'Playfair Display',serif;font-size:1.4rem;margin-bottom:.25rem;}
.past-sec .past-sub{font-size:.82rem;color:var(--muted);}
.past-list{display:flex;flex-direction:column;gap:.6rem;}
.past-item{display:grid;grid-template-columns:52px 1fr auto;gap:1rem;align-items:center;padding:.7rem .9rem;background:var(--card-bg);border:1px solid var(--warm-border);border-radius:8px;transition:box-shadow .2s,border-color .2s;}
.past-item:hover{box-shadow:0 4px 14px rgba(45,42,38,.06);border-color:rgba(46,92,153,.3);}
.past-item .pthumb{width:52px;height:52px;border-radius:6px;object-fit:cover;}
.past-item .pdate{font-size:.64rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--accent);}
.past-item h4{font-family:'Playfair Display',serif;font-size:1rem;font-weight:700;line-height:1.3;margin:.05rem 0;}
.past-item .pmeta{font-size:.72rem;color:var(--muted);}
.past-item .pnotes{font-size:.76rem;color:var(--accent);white-space:nowrap;}
.view-archive{margin-top:1.1rem;background:none;border:1.5px solid var(--accent);border-radius:2rem;padding:.55rem 1.4rem;font-size:.78rem;font-weight:600;color:var(--accent);cursor:pointer;font-family:'Inter',sans-serif;transition:all .2s;}
.view-archive:hover{background:var(--accent);color:#fff;}
.archive{margin-top:1.2rem;}
.archive[hidden]{display:none;}
.year-group{border-top:1px solid var(--warm-border);}
.year-group:last-child{border-bottom:1px solid var(--warm-border);}
.year-toggle{width:100%;text-align:left;background:none;border:none;padding:.9rem .3rem;font-size:.95rem;font-weight:600;color:var(--ink);cursor:pointer;display:flex;justify-content:space-between;align-items:center;font-family:'Inter',sans-serif;}
.year-toggle .yr-caret{transition:transform .2s;color:var(--muted);font-size:.8rem;}
.year-toggle.open .yr-caret{transform:rotate(180deg);}
.year-items{padding:.1rem 0 .8rem .4rem;}
.year-items[hidden]{display:none;}
.month-group{border-top:1px dashed rgba(45,42,38,.09);}
.month-group:first-child{border-top:none;}
.month-toggle{width:100%;text-align:left;background:none;border:none;padding:.6rem .3rem;font-size:.8rem;font-weight:600;color:var(--ink);cursor:pointer;display:flex;align-items:center;gap:.5rem;font-family:'Inter',sans-serif;letter-spacing:.02em;}
.month-toggle .mo-count{color:var(--muted);font-weight:400;font-size:.72rem;}
.month-toggle .mo-caret{margin-left:auto;transition:transform .2s;color:var(--muted);font-size:.7rem;}
.month-toggle.open .mo-caret{transform:rotate(180deg);}
.month-items{display:flex;flex-direction:column;gap:.5rem;padding:.1rem 0 .7rem;}
.month-items[hidden]{display:none;}

/* 客制化板块 */
.custom-intro{border-top:1px solid var(--warm-border);background:linear-gradient(180deg,#FDFBF7 0%,#F7F5F1 100%);padding:3.5rem 4% 0;}
.custom-intro .inner{max-width:1080px;margin:0 auto;}
.custom-intro .eyebrow{font-size:.72rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:var(--accent);margin-bottom:.5rem;}
.custom-intro h2{font-family:'Playfair Display',serif;font-size:1.9rem;margin-bottom:.5rem;}
.custom-intro p{font-size:.92rem;color:var(--muted);line-height:1.7;max-width:600px;}
.how-sec{padding:2.5rem 4% 3rem;background:linear-gradient(180deg,#F7F5F1 0%,#FDFBF7 100%);}
.how-sec .inner{max-width:1080px;margin:0 auto;}
.how-sec h3{font-family:'Playfair Display',serif;font-size:1.3rem;margin-bottom:1.5rem;}
.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;}
.step{text-align:center;padding:2rem 1.5rem;background:var(--card-bg);border:1px solid var(--warm-border);border-top:2px solid var(--accent);border-radius:8px;position:relative;transition:all .2s;}
.step:hover{transform:translateY(-3px);box-shadow:0 6px 20px rgba(45,42,38,.06);}
.step-num{font-size:2.5rem;font-family:'Playfair Display',serif;color:var(--accent);margin-bottom:.6rem;opacity:.7;}
.step h4{font-size:.9rem;margin-bottom:.4rem;}
.step p{font-size:.76rem;color:var(--muted);line-height:1.6;}
.step-arrow{position:absolute;right:-1.2rem;top:50%;transform:translateY(-50%);font-size:1.4rem;color:var(--accent);opacity:.4;}
.customize-sec{padding:2.5rem 4%;border-top:1px solid var(--warm-border);}
.customize-sec .inner{max-width:1080px;margin:0 auto;}
.customize-sec h3{font-family:'Playfair Display',serif;font-size:1.3rem;margin-bottom:.3rem;}
.customize-sec .lead{font-size:.82rem;color:var(--muted);line-height:1.7;margin-bottom:1.2rem;}
.custom-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;}
.custom-item{padding:1.2rem;background:var(--card-bg);border-radius:6px;border-left:3px solid var(--accent);transition:all .2s;}
.custom-item:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(45,42,38,.05);}
.custom-item .ci-icon{font-size:1.3rem;margin-bottom:.5rem;}
.custom-item h4{font-size:.82rem;margin-bottom:.2rem;}
.custom-item p{font-size:.72rem;color:var(--muted);line-height:1.5;}
.form-sec{padding:3rem 4%;border-top:1px solid var(--warm-border);}
.form-inner{max-width:1080px;margin:0 auto;background:var(--card-bg);border:1px solid var(--warm-border);border-top:3px solid var(--accent);border-radius:10px;padding:2.5rem 2.5rem 2rem;box-shadow:0 4px 20px rgba(45,42,38,.04);}
.form-inner h3{font-family:'Playfair Display',serif;font-size:1.4rem;margin-bottom:.3rem;color:var(--ink);}
.form-inner>p{font-size:.84rem;color:var(--muted);margin-bottom:1.8rem;padding-bottom:1rem;border-bottom:1px solid var(--warm-border);}
.form-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:.8rem;}
.form-group{margin-bottom:.8rem;}
.form-group.full{grid-column:1/-1;}
.form-group label{display:block;font-size:.7rem;font-weight:600;color:var(--ink);margin-bottom:.25rem;letter-spacing:.04em;text-transform:uppercase;}
.form-group input,.form-group select,.form-group textarea{width:100%;padding:.6rem .8rem;border:1px solid var(--warm-border);border-radius:3px;font-size:.84rem;font-family:'Inter',sans-serif;background:var(--paper);outline:none;transition:border-color .2s;}
.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:var(--accent);}
.form-group textarea{resize:vertical;min-height:100px;}
.form-submit{padding:.8rem;background:var(--accent);color:#fff;border:none;border-radius:3px;font-size:.8rem;font-weight:600;cursor:pointer;font-family:'Inter',sans-serif;margin-top:.5rem;width:100%;}
.faq-sec{padding:2.5rem 4% 3rem;border-top:1px solid var(--warm-border);}
.faq-sec .inner{max-width:1080px;margin:0 auto;}
.faq-sec h3{font-family:'Playfair Display',serif;font-size:1.2rem;margin-bottom:1rem;}
.faq-item{padding:.8rem 0;border-bottom:1px solid var(--warm-border);}
.faq-item:last-child{border-bottom:none;}
.faq-item h4{font-size:.82rem;color:var(--ink);margin-bottom:.2rem;}
.faq-item p{font-size:.76rem;color:var(--muted);line-height:1.6;}

/* Programs 响应式 */
@media(max-width:768px){
  .program-card{flex-direction:column;margin-left:0;}
  .card-image{width:100%;min-height:180px;max-height:200px;}
  .timeline-line,.timeline-dot,.timeline-month::before{display:none;}
  .timeline-month{margin-left:0;}
  .past-item{grid-template-columns:1fr;gap:.35rem;}
  .past-item .pnotes{justify-self:start;}
  .status-badge,.field-notes-link{margin-left:0;}
  .steps,.custom-grid,.form-grid{grid-template-columns:1fr;}
  .form-group.full{grid-column:auto;}
  .step-arrow{display:none;}
}

/* ============================================================
   Journal 页
   ============================================================ */
.journal-header{max-width:1200px;margin:0 auto;padding:6rem 4% 2rem;display:flex;align-items:flex-end;justify-content:space-between;gap:2rem;flex-wrap:wrap;}
.journal-header-left h1{font-family:'Playfair Display',serif;font-size:2.8rem;font-weight:700;margin-bottom:.5rem;}
.journal-header-left p{color:var(--muted);font-size:1rem;max-width:460px;}
.search-box{position:relative;}
.search-box input{font-family:'Inter',sans-serif;font-size:.85rem;padding:.6rem 1rem .6rem 2.2rem;border:1px solid var(--warm-border);border-radius:2rem;background:var(--card-bg);width:220px;outline:none;transition:border-color .2s;}
.search-box input:focus{border-color:var(--accent);}
.search-box::before{content:'\1F50D';position:absolute;left:.8rem;top:50%;transform:translateY(-50%);font-size:.8rem;color:var(--muted);}

.filter-tabs{max-width:1200px;margin:0 auto;padding:0 4% 1rem;display:flex;flex-wrap:wrap;align-items:center;gap:.6rem;border-bottom:1px solid var(--warm-border);}
.filter-tabs button{font-family:'Inter',sans-serif;font-size:.8rem;padding:.4rem 1rem;border:none;border-radius:2rem;background:transparent;color:var(--muted);cursor:pointer;transition:all .2s;}
.filter-tabs button.active,.filter-tabs button:hover{background:var(--ink);color:#fff;}
.filter-divider{width:1px;height:20px;background:var(--warm-border);margin:0 .3rem;}
.filter-tabs .topic{font-size:.75rem;padding:.35rem .9rem;border:1px solid var(--warm-border);border-radius:2rem;background:transparent;}
.filter-tabs .topic.active,.filter-tabs .topic:hover{border-color:var(--accent);color:var(--accent);background:rgba(74,111,165,.05);}

.featured{max-width:1200px;margin:0 auto;padding:1.5rem 4% 3rem;position:relative;}
.fc-slide{position:absolute;inset:0;opacity:0;transition:opacity 1.5s ease-in-out;pointer-events:none;}
.fc-slide.active{position:relative;opacity:1;pointer-events:auto;}
.featured-card{display:flex;gap:2rem;background:var(--card-bg);border:1px solid var(--warm-border);border-radius:12px;overflow:hidden;transition:box-shadow .2s;}
.featured-card:hover{box-shadow:0 4px 20px rgba(0,0,0,.06);}
.featured-image{width:50%;min-height:320px;overflow:hidden;}
.featured-image img{width:100%;height:100%;object-fit:cover;}
.featured-body{padding:2rem;flex:1;display:flex;flex-direction:column;justify-content:center;gap:.8rem;}
.featured-body .tag{font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:var(--accent);}
.featured-body h2{font-family:'Playfair Display',serif;font-size:1.8rem;font-weight:700;line-height:1.3;}
.featured-body .desc{font-size:.9rem;color:var(--muted);line-height:1.6;}
.featured-body .meta{font-size:.75rem;color:var(--muted);margin-top:.5rem;}

.article-grid{max-width:1200px;margin:0 auto;padding:0 4% 3rem;display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;}
.article-card{background:var(--card-bg);border:1px solid var(--warm-border);border-radius:12px;overflow:hidden;transition:box-shadow .2s;display:flex;flex-direction:column;}
.article-card:hover{box-shadow:0 4px 20px rgba(0,0,0,.06);}
.article-card-image{width:100%;height:180px;overflow:hidden;}
.article-card-image img{width:100%;height:100%;object-fit:cover;}
.article-card-body{padding:1.2rem;display:flex;flex-direction:column;gap:.5rem;flex:1;}
.article-card-body .tag{font-size:.65rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:var(--accent);}
.article-card-body .topic-tag{display:inline-block;font-size:.65rem;padding:.2rem .6rem;border:1px solid var(--warm-border);border-radius:1rem;color:var(--muted);margin-top:.1rem;width:fit-content;}
.article-card-body h3{font-family:'Playfair Display',serif;font-size:1.1rem;font-weight:700;line-height:1.3;}
.article-card-body .desc{font-size:.82rem;color:var(--muted);line-height:1.5;}
.article-card-body .date{font-size:.72rem;color:var(--muted);margin-top:auto;padding-top:.5rem;}

.em-pagination{max-width:1200px;margin:0 auto;padding:1rem 4% 2rem;display:flex;align-items:center;gap:.4rem;justify-content:center;}
.em-pagination .page-numbers{display:inline-flex;align-items:center;justify-content:center;min-width:2rem;height:2rem;padding:0 .5rem;font-size:.78rem;border-radius:4px;color:var(--muted);transition:all .2s;}
.em-pagination a.page-numbers:hover{background:rgba(46,92,153,.06);color:var(--accent);}
.em-pagination .page-numbers.current{background:var(--accent);color:#fff;font-weight:600;}

.subscribe-bar{max-width:1200px;margin:0 auto;padding:0 4% 4rem;}
.subscribe-inner{background:var(--ink);border-radius:12px;padding:2.5rem 3rem;display:flex;align-items:center;justify-content:space-between;gap:2rem;flex-wrap:wrap;}
.subscribe-inner h3{font-family:'Playfair Display',serif;font-size:1.4rem;color:#fff;font-weight:700;}
.subscribe-inner p{font-size:.85rem;color:rgba(255,255,255,.6);margin-top:.3rem;}
.subscribe-form{display:flex;gap:.5rem;}
.subscribe-form input{font-family:'Inter',sans-serif;font-size:.85rem;padding:.6rem 1.2rem;border:none;border-radius:2rem;width:240px;outline:none;}
.subscribe-form button{font-family:'Inter',sans-serif;font-size:.8rem;padding:.6rem 1.5rem;background:var(--accent);color:#fff;border:none;border-radius:2rem;cursor:pointer;transition:background .2s;}

/* 文章详情 */
.article-single{max-width:760px;margin:0 auto;padding:6rem 5% 2rem;}
.article-single .tag{font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:var(--accent);}
.article-single h1{font-family:'Playfair Display',serif;font-size:clamp(1.8rem,4vw,2.6rem);line-height:1.25;margin:.5rem 0;}
.article-single .meta{font-size:.78rem;color:var(--muted);margin-bottom:1.5rem;}
.article-single .content{font-size:1rem;line-height:1.9;color:var(--ink);}
.article-single .content p{margin-bottom:1.1rem;}
.article-single .featured-img{border-radius:10px;overflow:hidden;margin:1.5rem 0;}

/* Journal 响应式 */
@media(max-width:768px){
  .journal-header{flex-direction:column;align-items:flex-start;}
  .journal-header-left h1{font-size:2rem;}
  .search-box input{width:100%;}
  .featured-card{flex-direction:column;}
  .featured-image{width:100%;min-height:200px;max-height:240px;}
  .article-grid{grid-template-columns:1fr;}
  .subscribe-inner{flex-direction:column;text-align:center;padding:2rem 1.5rem;}
  .subscribe-form{flex-direction:column;width:100%;}
  .subscribe-form input{width:100%;}
  .filter-tabs{overflow-x:auto;flex-wrap:nowrap;}
}

/* ============================================================
   About 页
   ============================================================ */
.about-hero{max-width:1080px;margin:0 auto;padding:6rem 5% 0;}
.about-hero h1{font-family:"Playfair Display",serif;font-size:2.4rem;}
.why-sec{max-width:1080px;margin:0 auto;padding:1.5rem 5% 2.5rem;}
.why-inner{display:grid;grid-template-columns:1.3fr 1fr;gap:2.5rem;align-items:center;}
.why-text h2{font-family:"Playfair Display",serif;font-size:1.3rem;margin-bottom:.6rem;}
.why-text p{font-size:.84rem;color:#555;line-height:1.75;margin-bottom:.7rem;}
.why-text .quote{font-family:"Playfair Display",serif;font-size:.98rem;font-style:italic;color:var(--ink);line-height:1.5;padding:.7rem 0 .7rem 1rem;border-left:3px solid var(--accent);margin:.5rem 0 1rem;}
.why-img{border-radius:4px;overflow:hidden;height:100%;min-height:280px;}
.why-img img{width:100%;height:100%;object-fit:cover;opacity:.85;}

.video-sec{max-width:1080px;margin:0 auto 2rem;padding:0 5%;}
.video-wrap{position:relative;padding-bottom:56.25%;height:0;border-radius:5px;overflow:hidden;box-shadow:0 4px 20px rgba(45,42,38,.08);}
.video-wrap iframe{position:absolute;top:0;left:0;width:100%;height:100%;}
.video-caption{font-size:.76rem;color:var(--muted);margin-top:.8rem;text-align:center;font-style:italic;}

.diff-sec{background:#F7F5F1;padding:2.5rem 0;border-top:1px solid var(--warm-border);}
.diff-inner{max-width:1080px;margin:0 auto;padding:0 5%;}
.diff-inner h2{font-family:"Playfair Display",serif;font-size:1.3rem;margin-bottom:1.3rem;}
.diff-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;}
.diff-card{padding:1.1rem;background:var(--card-bg);border-radius:4px;border-left:3px solid var(--accent);transition:all .2s;}
.diff-card:hover{box-shadow:0 4px 16px rgba(45,42,38,.06);transform:translateY(-2px);}
.diff-icon{font-size:1.2rem;margin-bottom:.4rem;}
.diff-card h4{font-size:.82rem;color:var(--ink);margin-bottom:.2rem;}
.diff-card p{font-size:.73rem;color:var(--muted);line-height:1.6;}

.team-sec{max-width:1080px;margin:0 auto;padding:2.5rem 5%;}
.team-sec h2{font-family:"Playfair Display",serif;font-size:1.3rem;margin-bottom:.4rem;}
.team-sec>p{font-size:.84rem;color:var(--muted);margin-bottom:1.5rem;}
.team-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.2rem;}
.t-card{display:grid;grid-template-columns:80px 1fr;gap:1rem;padding:1.1rem;background:var(--card-bg);border:1px solid var(--warm-border);border-radius:4px;}
.t-photo{width:80px;height:80px;border-radius:50%;overflow:hidden;border:2px solid var(--accent);}
.t-photo img{width:100%;height:100%;object-fit:cover;}
.t-info h4{font-family:"Playfair Display",serif;font-size:1rem;margin-bottom:.2rem;}
.t-role{font-size:.7rem;color:var(--accent);font-weight:600;text-transform:uppercase;letter-spacing:.08em;margin-bottom:.4rem;}
.t-bio{font-size:.76rem;color:var(--muted);line-height:1.6;}

.contact-sec{background:#F5F2ED;padding:2.5rem 0;}
.contact-inner{max-width:1080px;margin:0 auto;padding:0 5%;display:grid;grid-template-columns:1fr 1fr;gap:2.5rem;align-items:start;}
.contact-info h2{font-family:"Playfair Display",serif;font-size:1.3rem;margin-bottom:.7rem;}
.contact-info p{font-size:.82rem;color:var(--muted);line-height:1.65;margin-bottom:1.2rem;}
.contact-channels{display:flex;flex-direction:column;gap:.6rem;}
.ch-item{font-size:.84rem;color:var(--ink);display:flex;align-items:center;gap:.5rem;}
.ch-item a{color:var(--accent);font-weight:500;}
.contact-form h3{font-family:"Playfair Display",serif;font-size:1.2rem;margin-bottom:1rem;}
.about-form .form-group{margin-bottom:.9rem;}
.about-form label{display:block;font-size:.72rem;font-weight:600;color:var(--ink);margin-bottom:.3rem;letter-spacing:.05em;text-transform:uppercase;}
.about-form input,.about-form textarea{width:100%;padding:.65rem .85rem;border:1px solid var(--warm-border);border-radius:3px;font-size:.84rem;font-family:"Inter",sans-serif;background:var(--card-bg);outline:none;transition:border-color .2s;}
.about-form input:focus,.about-form textarea:focus{border-color:var(--accent);}
.about-form textarea{resize:vertical;min-height:90px;}
.about-form .optional{font-weight:400;color:var(--muted);text-transform:none;letter-spacing:0;}
.about-form .form-submit{width:100%;padding:.75rem;background:var(--accent);color:#fff;border:none;border-radius:3px;font-size:.78rem;font-weight:600;cursor:pointer;font-family:"Inter",sans-serif;}

@media(max-width:768px){
  .why-inner{grid-template-columns:1fr;}
  .diff-grid,.team-grid{grid-template-columns:1fr;}
  .contact-inner{grid-template-columns:1fr;}
  .t-card{grid-template-columns:70px 1fr;}
}
