@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@600;700;900&family=Noto+Sans+TC:wght@400;500;700;900&display=swap');

:root{
  --paper:#fbfbff;
  --paper2:#ffffff;
  --ink:#17142a;
  --muted:#5f5a76;
  --line:#dcd7ff;
  --orange:#ff5b5f;
  --orange2:#00b8c8;
  --gold:#8b5cf6;
  --teal:#00b8c8;
  --sun:#ffd166;
  --pink:#ff7aa2;
  --violet:#7c4dff;
  --shadow:0 22px 70px rgba(61,42,120,.13);
  --radius:34px;
  --max:1320px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  color:var(--ink);
  font-family:'Noto Sans TC',system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;
  background:
    radial-gradient(circle at 7% 12%,rgba(0,184,200,.17),transparent 24%),
    radial-gradient(circle at 92% 18%,rgba(255,122,162,.16),transparent 26%),
    radial-gradient(circle at 80% 78%,rgba(124,77,255,.14),transparent 30%),
    linear-gradient(180deg,#fbfbff 0%,#f8fbff 45%,#fff9fb 100%);
  overflow-x:hidden;
}
body::before{
  content:"";
  position:fixed; inset:0; pointer-events:none; z-index:-1;
  background-image:
    radial-gradient(rgba(0,184,200,.16) 1px, transparent 1px),
    linear-gradient(120deg,transparent 0 68%, rgba(255,91,95,.055) 68% 72%, transparent 72%);
  background-size:30px 30px,100% 100%;
  opacity:.55;
}
h1,h2,h3{font-family:'Noto Serif TC',serif; margin:0; letter-spacing:-.045em}
p{line-height:1.9;color:var(--muted)}
a{color:inherit}
img:not(.brand-icon){max-width:100%;display:block}
main{padding-top:104px}

/* NAV */
.front-nav{
  position:fixed; left:50%; top:22px; transform:translateX(-50%);
  width:min(var(--max),calc(100% - 40px));
  z-index:50;
  background:rgba(255,253,248,.88);
  border:1px solid rgba(239,216,189,.82);
  border-radius:999px;
  backdrop-filter:blur(18px);
  box-shadow:0 14px 45px rgba(105,66,28,.10);
  display:flex; align-items:center; justify-content:space-between;
  padding:12px 18px;
}
.brand{display:flex;align-items:center;gap:12px;text-decoration:none;font-weight:900;letter-spacing:.08em}
.brand-mark{
  width:30px;height:30px;border-radius:50%;
  background:conic-gradient(from 0deg,var(--orange),#ffb86f,var(--orange));
  position:relative; flex:0 0 auto;
}
.brand-mark::after{content:"";position:absolute;inset:8px;background:var(--paper2);border-radius:50%}
.brand-text small{display:block;color:#9a5d16;font-size:10px;letter-spacing:.24em;margin-top:2px}
.nav-links{display:flex;align-items:center;gap:34px;font-size:15px;font-weight:800}
.nav-links a{text-decoration:none;white-space:nowrap}
.nav-links a:hover{color:var(--orange)}
.nav-cta{background:var(--orange);color:#fff!important;border-radius:999px;padding:12px 22px;text-decoration:none;box-shadow:0 10px 25px rgba(223,91,54,.28)}
.mobile-menu{display:none}

/* COMMON */
.btn{
  display:inline-flex;align-items:center;justify-content:center;gap:8px;
  border:0;background:var(--orange);color:#fff;border-radius:999px;
  padding:14px 26px;text-decoration:none;font-weight:900;
  box-shadow:0 12px 30px rgba(223,91,54,.22);
}
.btn.outline{background:#fff7ee;color:#a5542f;border:1px solid #eac8a6;box-shadow:none}
.text-link{color:var(--orange);font-weight:900;text-decoration:none;border-bottom:1px solid currentColor;padding-bottom:4px}
.kicker{font-size:14px;color:var(--orange);font-weight:900;letter-spacing:.14em;text-transform:uppercase;margin-bottom:10px}
.script-note{font-family:cursive;color:var(--orange);font-size:28px;letter-spacing:.02em;transform:rotate(-4deg);display:inline-block;margin-bottom:10px}

.hero-slider,.band-section,.creative-section,.cta-section{
  width:min(var(--max),calc(100% - 40px));
  margin-left:auto;margin-right:auto;
}
.creative-section,.band-section,.cta-section{margin-top:var(--section-gap,72px)}
.creative-section{
  background:rgba(255,253,248,.82);
  border:1px solid rgba(239,216,189,.85);
  border-radius:var(--radius);
  box-shadow:var(--shadow);
  padding:36px;
  position:relative;
  overflow:hidden;
}
.creative-section::after{
  content:"";
  position:absolute; right:-70px; bottom:-100px; width:300px; height:220px;
  background:radial-gradient(circle,rgba(224,91,54,.12),transparent 70%);
  pointer-events:none;
}
.section-text h2{font-size:clamp(28px,3vw,46px);line-height:1.35}
.section-text p{font-size:17px;margin:16px 0 20px}
.section-alt-left,.section-alt-right,.method-section,.team-showcase{
  display:grid;
  grid-template-columns:minmax(270px,360px) 1fr;
  gap:42px;
  align-items:center;
}
.section-alt-right{grid-template-columns:1fr minmax(270px,360px)}
.section-alt-right .section-text{order:2}
.section-alt-right .cards-grid{order:1}

/* HERO */
.hero-slider{position:relative;margin-top:4px;min-height:520px}
.slide{
  display:none;
  grid-template-columns:minmax(380px,46%) 1fr;
  gap:36px;
  align-items:center;
  min-height:520px;
  padding:32px 56px 28px;
  border-radius:34px;
  position:relative;
  overflow:hidden;
}
.slide.active{display:grid}
.slide::before{
  content:"";position:absolute;inset:0;border-radius:34px;
  background:
    radial-gradient(circle at 0 85%,rgba(224,91,54,.12),transparent 27%),
    radial-gradient(circle at 100% 20%,rgba(201,137,54,.10),transparent 28%);
  pointer-events:none;
}
.hero-copy{position:relative;z-index:2}
.hero-copy h1{font-size:clamp(46px,5.4vw,80px);line-height:1.18}
.hero-copy h1 em{color:var(--orange);font-style:normal}
.hero-copy p{font-size:18px;max-width:520px}
.hero-actions{display:flex;gap:14px;align-items:center;flex-wrap:wrap;margin-top:24px}
.slide-no{margin-top:28px;font-weight:900;color:#90735b}
.hero-collage{position:relative;z-index:2;min-height:420px}
.collage-main{
  position:absolute;right:60px;top:26px;width:72%;height:330px;
  border-radius:46px 46px 80px 46px;
  overflow:hidden;box-shadow:0 20px 50px rgba(94,55,29,.16);
  transform:rotate(1deg);
}
.collage-main img,.collage-photo img{width:100%;height:100%;object-fit:cover}
.collage-photo{
  position:absolute;border:8px solid #fffaf2;border-radius:22px;overflow:hidden;
  box-shadow:0 18px 40px rgba(94,55,29,.20);background:#fff;
}
.collage-photo.p1{right:0;top:36px;width:38%;height:150px;transform:rotate(4deg)}
.collage-photo.p2{right:26px;bottom:40px;width:45%;height:170px;transform:rotate(-4deg)}
.seal{
  position:absolute;right:190px;bottom:44px;width:118px;height:118px;border-radius:50%;
  background:#fff8ef;border:1px solid #e8c7a7;display:grid;place-items:center;
  text-align:center;text-transform:uppercase;color:#ba7136;font-size:11px;letter-spacing:.12em;
  box-shadow:0 14px 34px rgba(130,72,34,.16);
}
.slider-dots{display:flex;gap:10px;justify-content:center;margin-top:-16px;position:relative;z-index:4}
.slider-dots button{width:10px;height:10px;border-radius:50%;border:0;background:#e5d2bd}
.slider-dots button.active{background:var(--orange);width:34px;border-radius:999px}

/* STATS */
.stats-band{
  background:rgba(255,253,248,.92);
  border:1px solid rgba(239,216,189,.9);
  border-radius:28px;
  box-shadow:var(--shadow);
  display:grid;
  grid-template-columns:1.2fr 4fr;
  gap:26px;
  align-items:stretch;
  padding:24px;
}
.band-intro{
  padding:14px 26px 14px 10px;
  border-right:1px dashed #eac8a6;
}
.band-intro h2{font-size:30px;line-height:1.35}
.band-intro p{font-size:15px;margin:8px 0 0}
.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.impact-stat{
  background:linear-gradient(180deg,#fffaf4,#fffdf9);
  border:1px solid #efd8bd;
  border-radius:22px;
  display:flex;flex-direction:column;align-items:center;justify-content:center;
  min-height:150px;padding:20px 12px;text-align:center;
}
.stat-icon{width:48px;height:48px;border-radius:50%;display:grid;place-items:center;background:#fff2df;color:var(--gold);margin-bottom:8px}
.stat-icon svg{width:28px;height:28px;fill:none;stroke:currentColor;stroke-width:1.8}
.impact-combined{display:inline-block;font-weight:950;color:var(--orange);font-family:'Noto Serif TC',serif;line-height:1;letter-spacing:-.05em;white-space:nowrap}
.impact-label{font-weight:800;color:#5d4637;margin-top:8px;display:block}

/* ABOUT visual */
.section-visual{position:relative}
.section-visual>img{
  width:100%;height:330px;object-fit:cover;border-radius:24px;
  box-shadow:0 18px 42px rgba(98,56,29,.16);
}
.sticker{
  position:absolute;left:-22px;bottom:20px;width:120px;height:120px;border-radius:50%;
  background:#fff8ef;border:1px solid #e8c7a7;display:grid;place-items:center;
  text-align:center;text-transform:uppercase;color:#b86a34;font-size:13px;letter-spacing:.08em;transform:rotate(-9deg);
}

/* CARDS */
.cards-grid{display:grid;gap:18px}
.cards-grid.three{grid-template-columns:repeat(3,minmax(0,1fr))}
.story-card,.work-card,.field-card{
  background:#fffaf4;border:1px solid #ecd6bc;border-radius:18px;
  overflow:hidden;text-decoration:none;box-shadow:0 10px 28px rgba(100,60,30,.08);
}
.story-card img,.work-card img{width:100%;height:170px;object-fit:cover}
.story-card div,.work-card div{padding:16px}
.story-card small,.work-card small{color:var(--orange);font-weight:900}
.story-card h3,.work-card h3,.field-card h3{font-size:20px;line-height:1.35;margin:4px 0 6px}
.story-card p,.work-card p,.field-card p{font-size:14px;margin:0;line-height:1.7}
.field-card{padding:22px}
.field-icon{width:48px;height:48px;border-radius:16px;background:var(--orange);color:#fff;display:grid;place-items:center;margin-bottom:14px}
.field-icon svg{width:27px;height:27px;fill:none;stroke:currentColor;stroke-width:1.8}

/* METHOD */
.method-flow{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.method{
  background:#fffaf4;border:1px solid #ecd6bc;border-radius:20px;
  padding:24px;text-align:center;position:relative;
}
.method:not(:last-child)::after{
  content:"→";position:absolute;right:-15px;top:50%;transform:translateY(-50%);
  color:#c98936;font-size:26px;font-weight:900;
}
.method-number{color:var(--orange);font-weight:900;font-size:13px;letter-spacing:.08em}
.method-icon-svg{width:70px;height:70px;border-radius:50%;background:#fff2df;color:var(--orange);display:grid;place-items:center;margin:12px auto}
.method-icon-svg svg{width:38px;height:38px;fill:none;stroke:currentColor;stroke-width:1.8}
.method h3{font-size:22px}
.method p{font-size:14px;margin:8px 0 0}

/* TEAM lively */
.team-showcase{grid-template-columns:minmax(270px,330px) 1fr;overflow:visible}
.team-stage{
  display:grid;grid-template-columns:repeat(5,1fr);gap:14px;align-items:end;
}
.character-card{
  position:relative;background:#fffaf4;border:1px solid #ecd6bc;border-radius:22px;
  box-shadow:0 14px 34px rgba(100,60,30,.11);overflow:hidden;
  transform:rotate(var(--tilt,0deg));
}
.character-card:nth-child(1){--tilt:-3deg}
.character-card:nth-child(2){--tilt:2deg}
.character-card:nth-child(3){--tilt:-1deg}
.character-card:nth-child(4){--tilt:3deg}
.character-card:nth-child(5){--tilt:-2deg}
.character-photo{height:230px;background:#f5dfc3}
.character-photo img{width:100%;height:100%;object-fit:cover}
.character-info{padding:14px}
.badge{
  position:absolute;left:10px;top:10px;background:#fff8ef;color:#9f5c2d;border:1px solid #e8c7a7;
  border-radius:999px;padding:6px 10px;font-size:12px;font-weight:900;writing-mode:vertical-rl;letter-spacing:.08em;
}
.character-info h3{font-size:22px;margin-top:2px}
.character-info p{font-size:13px;margin:4px 0 8px;line-height:1.5}
.tag-row{display:flex;gap:6px;flex-wrap:wrap}
.tag-row span{font-size:11px;color:#a85b36;background:#fff2df;border-radius:999px;padding:4px 8px;font-weight:800}

/* CTA */
.cta-section{margin-bottom:48px}
.cta{
  min-height:190px;border-radius:30px;overflow:hidden;position:relative;
  display:grid;grid-template-columns:1fr auto;align-items:center;gap:26px;
  padding:42px 58px;background:#f8b48d;color:#3d2418;box-shadow:var(--shadow);
}
.cta-bg{position:absolute;inset:0;background-size:cover;background-position:center;opacity:.28}
.cta>*{position:relative;z-index:2}
.cta h2{font-size:40px;line-height:1.25}
.cta p{color:#5d4637;font-weight:700}

/* FOOTER */
.site-footer{
  width:min(var(--max),calc(100% - 40px));margin:0 auto 32px;
  border-top:1px solid #ead7b8;padding:32px 0;color:#6b5b50;
  display:grid;grid-template-columns:1.4fr repeat(3,1fr);gap:28px;font-size:14px;
}

/* Legacy admin-preview compatibility */
.page-hero,.article-wrap{width:min(var(--max),calc(100% - 40px));margin:120px auto 40px}
.article-card{background:#fff;border:1px solid #ecd6bc;border-radius:28px;overflow:hidden;box-shadow:var(--shadow)}
.article-cover img{width:100%;max-height:520px;object-fit:cover}
.article-body{padding:42px}.article-body h2{font-size:42px}.article-body p{font-size:18px}

/* RESPONSIVE: MacBook 13 and iPhone 12 readability */
@media(max-width:1180px){
  :root{--max:1120px}
  .hero-copy h1{font-size:58px}
  .slide{grid-template-columns:42% 1fr;padding:28px 34px}
  .collage-main{right:20px;width:78%}
  .section-alt-left,.section-alt-right,.method-section,.team-showcase{grid-template-columns:300px 1fr;gap:28px}
  .team-stage{grid-template-columns:repeat(3,1fr)}
}
@media(max-width:860px){
  main{padding-top:88px}
  .front-nav{top:14px;width:calc(100% - 28px);border-radius:28px;padding:12px 14px}
  .nav-links{display:none}
  .mobile-menu{display:grid;place-items:center;width:46px;height:46px;border-radius:50%;background:#fff4e8;color:var(--orange);font-weight:900}
  .nav-cta{display:flex;padding:11px 18px}
  .brand-text small{display:none}
  .hero-slider,.band-section,.creative-section,.cta-section,.site-footer{width:calc(100% - 28px)}
  .slide{grid-template-columns:1fr;gap:10px;min-height:auto;padding:28px 18px 22px}
  .hero-copy h1{font-size:42px}
  .hero-copy p{font-size:16px}
  .hero-collage{min-height:285px;order:2}
  .hero-copy{order:1}
  .collage-main{left:8%;right:auto;top:10px;width:84%;height:210px;border-radius:34px}
  .collage-photo.p1{right:6%;top:18px;width:42%;height:92px;border-width:5px}
  .collage-photo.p2{right:8%;bottom:20px;width:50%;height:100px;border-width:5px}
  .seal{right:40%;bottom:22px;width:82px;height:82px;font-size:8px}
  .slider-dots{margin-top:8px}

  .stats-band{display:block;padding:18px}
  .band-intro{border-right:0;border-bottom:1px dashed #eac8a6;margin-bottom:14px;padding:8px 4px 16px}
  .band-intro h2{font-size:26px}
  .stats-grid{grid-template-columns:repeat(2,1fr);gap:12px}
  .impact-stat{min-height:138px}
  .impact-combined{font-size:40px!important}
  .impact-label{font-size:14px!important}

  .creative-section{padding:22px;border-radius:26px;margin-top:44px}
  .section-alt-left,.section-alt-right,.method-section,.team-showcase{display:block}
  .section-alt-right .section-text,.section-alt-right .cards-grid{order:initial}
  .section-text h2{font-size:30px}
  .section-text p{font-size:16px}
  .section-visual>img{height:230px;margin-top:18px}
  .cards-grid.three{grid-template-columns:repeat(2,1fr)}
  .story-card img,.work-card img{height:135px}
  .method-flow{grid-template-columns:repeat(2,1fr)}
  .method:not(:last-child)::after{display:none}
  .method{padding:18px}
  .team-stage{grid-template-columns:repeat(2,1fr);margin-top:18px}
  .character-photo{height:190px}
  .character-card{transform:none!important}
  .cta{grid-template-columns:1fr;padding:30px 24px}
  .cta h2{font-size:30px}
  .site-footer{grid-template-columns:1fr 1fr;gap:18px}
}
@media(max-width:430px){
  .hero-copy h1{font-size:38px}
  .hero-actions{gap:10px}.btn{padding:13px 18px}
  .cards-grid.three,.method-flow,.team-stage{grid-template-columns:1fr}
  .stats-grid{grid-template-columns:repeat(2,1fr)}
  .impact-combined{font-size:36px!important}
  .character-photo{height:230px}
  .site-footer{grid-template-columns:1fr}
}


/* PEACE V94 COLORFUL BIG SLIDER + LIVELY TEAM */
/* 前台登入/後台按鈕 */
.nav-actions{
  display:flex;
  align-items:center;
  gap:10px;
}
.admin-login-link{
  text-decoration:none;
  font-weight:900;
  color:#3f2c96;
  background:linear-gradient(135deg,#ffffff,#eefcff);
  border:1px solid rgba(0,184,200,.26);
  border-radius:999px;
  padding:11px 18px;
  box-shadow:0 10px 24px rgba(0,184,200,.10);
  white-space:nowrap;
}
.admin-login-link:hover{color:var(--orange);transform:translateY(-1px)}
.brand-mark{
  background:conic-gradient(from 0deg,#00b8c8,#7c4dff,#ff7aa2,#ffd166,#00b8c8)!important;
}
.nav-cta{
  background:linear-gradient(135deg,#ff5b5f,#7c4dff)!important;
  box-shadow:0 12px 30px rgba(124,77,255,.22)!important;
}

/* 單張大 Slider：圖更大，不再輪播 */
.single-hero{
  min-height:640px;
}
.single-hero .slide{
  display:grid!important;
  min-height:640px;
  grid-template-columns:minmax(390px,40%) 1fr;
  padding:42px 54px 36px;
  background:
    radial-gradient(circle at 82% 18%,rgba(0,184,200,.16),transparent 24%),
    radial-gradient(circle at 8% 86%,rgba(255,122,162,.16),transparent 24%),
    rgba(255,255,255,.45);
  border:1px solid rgba(220,215,255,.9);
  box-shadow:var(--shadow);
}
.single-hero .hero-copy h1{
  font-size:clamp(54px,5.8vw,86px);
}
.single-hero .hero-copy h1::first-letter{color:var(--violet)}
.single-hero .hero-copy p{
  font-size:19px;
  max-width:560px;
}
.single-hero .hero-collage{
  min-height:500px;
}
.single-hero .collage-main{
  right:30px;
  top:8px;
  width:84%;
  height:430px;
  border-radius:70px 42px 80px 42px;
  transform:rotate(1deg);
}
.single-hero .collage-photo.p1{
  right:0;
  top:34px;
  width:34%;
  height:168px;
  transform:rotate(5deg);
  border-color:#fff;
}
.single-hero .collage-photo.p2{
  right:42px;
  bottom:16px;
  width:44%;
  height:190px;
  transform:rotate(-5deg);
  border-color:#fff;
}
.hero-card-note{
  position:absolute;
  left:18px;
  bottom:70px;
  background:linear-gradient(135deg,#ff5b5f,#ff7aa2);
  color:#fff;
  border-radius:24px;
  padding:22px 28px;
  font-weight:950;
  font-size:24px;
  line-height:1.55;
  transform:rotate(-6deg);
  box-shadow:0 18px 42px rgba(255,91,95,.25);
}
.single-hero .seal{
  right:160px;
  bottom:54px;
  border-color:#dcd7ff;
  color:#7c4dff;
}
.slider-dots{display:none!important}

/* 色彩更活潑：卡片點綴 */
.kicker{color:var(--violet)!important}
.script-note{color:#ff5b5f!important}
.btn{background:linear-gradient(135deg,#ff5b5f,#7c4dff)!important}
.btn.outline{background:#fff!important;color:#5d42c9!important;border-color:#dcd7ff!important}
.text-link{color:#ff5b5f!important}
.stat-icon,.method-icon-svg{
  background:linear-gradient(135deg,rgba(0,184,200,.14),rgba(124,77,255,.12))!important;
  color:#7c4dff!important;
}
.impact-combined{
  color:#ff5b5f!important;
}
.field-icon{
  background:linear-gradient(135deg,#00b8c8,#7c4dff)!important;
}
.creative-section,.stats-band{
  border-color:rgba(220,215,255,.9)!important;
  background:rgba(255,255,255,.78)!important;
}
.story-card,.work-card,.field-card,.method,.impact-stat{
  border-color:rgba(220,215,255,.9)!important;
  background:linear-gradient(180deg,#fff,#fbfdff)!important;
}

/* 團隊介紹：更像第一次模擬圖，右邊大張、錯落、活潑 */
.team-showcase{
  grid-template-columns:minmax(290px,340px) 1fr!important;
  gap:34px!important;
  padding:44px 42px!important;
  min-height:560px;
  overflow:hidden!important;
}
.team-showcase::before{
  content:"Different roles, one team!";
  position:absolute;
  right:44px;
  top:26px;
  color:#ff5b5f;
  font-family:cursive;
  font-size:32px;
  transform:rotate(-6deg);
  opacity:.75;
}
.team-showcase .section-text h2{
  font-size:clamp(28px,2.5vw,40px)!important;
}
.team-stage{
  min-height:500px;
  position:relative;
  display:block!important;
}
.character-card{
  position:absolute!important;
  width:210px;
  border-radius:28px!important;
  background:#fff!important;
  border:1px solid rgba(220,215,255,.9)!important;
  overflow:hidden;
  box-shadow:0 22px 50px rgba(61,42,120,.14)!important;
}
.character-card.c1{left:0;top:74px;width:250px;transform:rotate(-5deg)!important;z-index:4}
.character-card.c2{left:220px;top:14px;width:230px;transform:rotate(4deg)!important;z-index:5}
.character-card.c3{left:430px;top:96px;width:238px;transform:rotate(-2deg)!important;z-index:4}
.character-card.c4{left:126px;top:302px;width:225px;transform:rotate(3deg)!important;z-index:3}
.character-card.c5{left:356px;top:304px;width:220px;transform:rotate(-4deg)!important;z-index:2}
.character-photo{height:265px!important;background:linear-gradient(135deg,#e9fbff,#fff0f6)!important}
.character-card.c1 .character-photo{height:292px!important}
.character-info{
  padding:16px!important;
  background:linear-gradient(180deg,rgba(255,255,255,.94),#fff)!important;
}
.character-info h3{
  font-size:24px!important;
}
.badge{
  background:linear-gradient(135deg,#fff,#eefcff)!important;
  color:#3f2c96!important;
  border:1px solid #dcd7ff!important;
  box-shadow:0 8px 18px rgba(124,77,255,.12);
}
.character-card:nth-child(2) .badge{background:linear-gradient(135deg,#fff0f6,#fff)!important;color:#c33a65!important}
.character-card:nth-child(3) .badge{background:linear-gradient(135deg,#e9fbff,#fff)!important;color:#008697!important}
.tag-row span{
  background:linear-gradient(135deg,#eefcff,#fff0f6)!important;
  color:#5d42c9!important;
}

/* CTA 更清爽活潑 */
.cta{
  background:linear-gradient(135deg,#00b8c8,#7c4dff 55%,#ff7aa2)!important;
  color:#fff!important;
}
.cta p,.cta h2,.cta .script-note{color:#fff!important}
.cta .btn{background:#fff!important;color:#5d42c9!important}

/* RWD */
@media(max-width:1180px){
  .nav-links{gap:20px}
  .single-hero .slide{grid-template-columns:1fr;min-height:auto}
  .single-hero .hero-collage{min-height:430px}
  .single-hero .collage-main{left:5%;right:auto;width:86%;height:350px}
  .hero-card-note{left:20px;bottom:28px}
  .team-showcase{grid-template-columns:1fr!important}
  .team-stage{min-height:720px}
  .character-card.c1{left:3%;top:20px;width:30%}
  .character-card.c2{left:35%;top:0;width:29%}
  .character-card.c3{left:66%;top:54px;width:29%}
  .character-card.c4{left:18%;top:370px;width:29%}
  .character-card.c5{left:51%;top:390px;width:29%}
}
@media(max-width:860px){
  .nav-actions{gap:6px}
  .admin-login-link{padding:10px 13px;font-size:13px}
  .single-hero{min-height:auto}
  .single-hero .slide{padding:28px 18px 22px}
  .single-hero .hero-copy h1{font-size:40px!important}
  .single-hero .hero-collage{min-height:320px}
  .single-hero .collage-main{height:250px;left:3%;width:91%;border-radius:34px}
  .single-hero .collage-photo.p1{width:42%;height:95px}
  .single-hero .collage-photo.p2{width:52%;height:108px;right:5%}
  .hero-card-note{font-size:16px;padding:14px 16px;bottom:18px}
  .team-showcase{padding:26px 20px!important}
  .team-showcase::before{display:none}
  .team-stage{
    min-height:auto;
    display:grid!important;
    grid-template-columns:repeat(2,1fr);
    gap:14px;
  }
  .character-card{
    position:relative!important;
    left:auto!important;top:auto!important;width:auto!important;
    transform:none!important;
  }
  .character-photo,.character-card.c1 .character-photo{height:220px!important}
}
@media(max-width:430px){
  .nav-cta{display:none}
  .admin-login-link{font-size:12px}
  .single-hero .hero-copy h1{font-size:36px!important}
  .team-stage{grid-template-columns:1fr}
  .character-photo,.character-card.c1 .character-photo{height:260px!important}
}


/* PEACE V95 - single slider editor + four lively team cards */
/* Slider 後台已改為單張大圖，前台也只顯示第一張 */
.single-hero .hero-card-note{
  z-index:5;
}
.single-hero .collage-main,
.single-hero .collage-photo{
  background:#fff;
}

/* 團隊：四人角色舞台。照片可以活潑錯落，但文字區固定，不遮住頭銜 */
.team-showcase{
  grid-template-columns:minmax(300px,360px) 1fr!important;
  gap:46px!important;
  padding:48px 46px!important;
  min-height:640px!important;
  overflow:hidden!important;
}
.team-showcase::before{
  content:"Different roles, one team!";
  position:absolute;
  right:54px;
  top:30px;
  color:#ff5b5f;
  font-family:cursive;
  font-size:34px;
  transform:rotate(-5deg);
  opacity:.72;
  pointer-events:none;
}
.team-showcase::after{
  content:"";
  position:absolute;
  right:-90px;
  bottom:-80px;
  width:360px;
  height:360px;
  border-radius:50%;
  background:radial-gradient(circle, rgba(0,184,200,.13), transparent 68%);
  pointer-events:none;
}
.team-stage.four-team{
  position:relative!important;
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:18px!important;
  align-items:end!important;
  min-height:500px!important;
  padding:54px 8px 10px!important;
}
.team-stage.four-team .character-card{
  position:relative!important;
  left:auto!important;
  top:auto!important;
  width:auto!important;
  min-width:0!important;
  transform:rotate(var(--team-tilt,0deg)) translateY(var(--team-y,0))!important;
  border-radius:30px!important;
  overflow:visible!important;
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
}
.team-stage.four-team .character-card.c1{--team-tilt:-4deg;--team-y:10px;z-index:4}
.team-stage.four-team .character-card.c2{--team-tilt:3deg;--team-y:-24px;z-index:5}
.team-stage.four-team .character-card.c3{--team-tilt:-2deg;--team-y:6px;z-index:4}
.team-stage.four-team .character-card.c4{--team-tilt:4deg;--team-y:-12px;z-index:3}

.team-stage.four-team .character-card::before{
  content:"";
  position:absolute;
  inset:12px 6px -8px;
  background:linear-gradient(180deg,#ffffff,#f7fbff);
  border:1px solid rgba(220,215,255,.95);
  border-radius:30px;
  box-shadow:0 24px 58px rgba(61,42,120,.16);
  z-index:0;
}
.team-stage.four-team .character-photo{
  position:relative;
  z-index:1;
  height:310px!important;
  border-radius:28px 28px 18px 18px!important;
  overflow:hidden!important;
  background:linear-gradient(135deg,#e9fbff,#fff0f6)!important;
  border:8px solid #fff!important;
  box-shadow:0 18px 40px rgba(61,42,120,.13)!important;
}
.team-stage.four-team .character-photo img{
  width:100%;
  height:100%;
  object-fit:cover;
}
.team-stage.four-team .character-info{
  position:relative;
  z-index:2;
  margin:0 14px;
  margin-top:-18px;
  background:rgba(255,255,255,.96)!important;
  border:1px solid rgba(220,215,255,.95);
  border-radius:22px!important;
  padding:20px 16px 16px!important;
  min-height:150px;
  box-shadow:0 14px 32px rgba(61,42,120,.12);
}
.team-stage.four-team .badge{
  position:static!important;
  writing-mode:horizontal-tb!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  margin-bottom:10px!important;
  padding:7px 12px!important;
  border-radius:999px!important;
  font-size:13px!important;
  letter-spacing:.05em!important;
  background:linear-gradient(135deg,#fff,#eefcff)!important;
  color:#3f2c96!important;
  border:1px solid #dcd7ff!important;
  box-shadow:none!important;
}
.team-stage.four-team .character-card.c2 .badge{
  background:linear-gradient(135deg,#fff0f6,#fff)!important;
  color:#c33a65!important;
}
.team-stage.four-team .character-card.c3 .badge{
  background:linear-gradient(135deg,#e9fbff,#fff)!important;
  color:#008697!important;
}
.team-stage.four-team .character-info h3{
  font-size:26px!important;
  line-height:1.15!important;
  margin:0 0 5px!important;
  letter-spacing:-.035em!important;
}
.team-stage.four-team .character-info p{
  margin:0 0 10px!important;
  font-size:14px!important;
  line-height:1.45!important;
  color:#5f5a76!important;
  font-weight:800;
}
.team-stage.four-team .tag-row{
  display:flex!important;
  gap:6px!important;
  flex-wrap:wrap!important;
}
.team-stage.four-team .tag-row span{
  font-size:11px!important;
  line-height:1!important;
  background:linear-gradient(135deg,#eefcff,#fff0f6)!important;
  color:#5d42c9!important;
  border-radius:999px!important;
  padding:6px 8px!important;
  font-weight:900!important;
}

/* 後台 slides 單張管理頁預覽圖片大一點 */
.admin-panel .preview img{
  max-height:360px;
  object-fit:cover;
}

/* macbook 尺寸避免團隊卡擠爆 */
@media(max-width:1180px){
  .team-stage.four-team{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    min-height:auto!important;
    padding-top:26px!important;
  }
  .team-stage.four-team .character-card{
    transform:rotate(var(--team-tilt,0deg)) translateY(0)!important;
  }
  .team-stage.four-team .character-photo{
    height:290px!important;
  }
}
@media(max-width:860px){
  .team-showcase{
    padding:28px 20px!important;
    min-height:auto!important;
  }
  .team-showcase::before{display:none}
  .team-stage.four-team{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:14px!important;
    padding:10px 0 0!important;
  }
  .team-stage.four-team .character-card{
    transform:none!important;
  }
  .team-stage.four-team .character-card::before{
    inset:8px 4px -4px;
  }
  .team-stage.four-team .character-photo{
    height:220px!important;
    border-width:6px!important;
  }
  .team-stage.four-team .character-info{
    margin:0 8px;
    margin-top:-12px;
    min-height:138px;
    padding:16px 12px 12px!important;
  }
  .team-stage.four-team .character-info h3{
    font-size:22px!important;
  }
}
@media(max-width:430px){
  .team-stage.four-team{
    grid-template-columns:1fr!important;
  }
  .team-stage.four-team .character-photo{
    height:280px!important;
  }
}


/* PEACE V96 - carousel slider, one image per slide */
/* 每張 Slider 只配一張圖，但前台仍可輪播 */
.carousel-hero{
  min-height:640px;
}
.carousel-hero .slide{
  display:none!important;
  min-height:640px;
  grid-template-columns:minmax(390px,40%) 1fr;
  padding:42px 54px 44px;
  background:
    radial-gradient(circle at 82% 18%,rgba(0,184,200,.16),transparent 24%),
    radial-gradient(circle at 8% 86%,rgba(255,122,162,.16),transparent 24%),
    rgba(255,255,255,.45);
  border:1px solid rgba(220,215,255,.9);
  box-shadow:var(--shadow);
}
.carousel-hero .slide.active{
  display:grid!important;
}
.carousel-hero .hero-copy h1{
  font-size:clamp(54px,5.8vw,86px);
}
.carousel-hero .hero-copy p{
  font-size:19px;
  max-width:560px;
}
.hero-one-image{
  position:relative;
  min-height:500px;
}
.hero-one-image>img{
  position:absolute;
  right:22px;
  top:8px;
  width:88%;
  height:455px;
  object-fit:cover;
  border-radius:72px 42px 84px 42px;
  box-shadow:0 24px 65px rgba(61,42,120,.18);
  transform:rotate(1.2deg);
  border:10px solid #fff;
}
.hero-one-image::before{
  content:"";
  position:absolute;
  right:1%;
  top:42px;
  width:38%;
  height:180px;
  border-radius:34px;
  background:linear-gradient(135deg,rgba(0,184,200,.24),rgba(124,77,255,.20));
  transform:rotate(6deg);
  z-index:-1;
}
.hero-one-image::after{
  content:"";
  position:absolute;
  right:30%;
  bottom:24px;
  width:42%;
  height:150px;
  border-radius:34px;
  background:linear-gradient(135deg,rgba(255,91,95,.22),rgba(255,122,162,.20));
  transform:rotate(-5deg);
  z-index:-1;
}
.carousel-hero .hero-card-note{
  position:absolute;
  left:18px;
  bottom:70px;
  background:linear-gradient(135deg,#ff5b5f,#ff7aa2);
  color:#fff;
  border-radius:24px;
  padding:22px 28px;
  font-weight:950;
  font-size:24px;
  line-height:1.55;
  transform:rotate(-6deg);
  box-shadow:0 18px 42px rgba(255,91,95,.25);
  z-index:3;
}
.carousel-hero .seal{
  position:absolute;
  right:170px;
  bottom:54px;
  width:118px;
  height:118px;
  z-index:4;
}
.carousel-hero .slider-dots{
  display:flex!important;
  gap:10px;
  justify-content:center;
  margin-top:-18px;
  position:relative;
  z-index:5;
}
.carousel-hero .slider-dots button{
  width:10px;height:10px;border-radius:50%;border:0;background:#dcd7ff;
}
.carousel-hero .slider-dots button.active{
  width:34px;border-radius:999px;background:linear-gradient(135deg,#ff5b5f,#7c4dff);
}
@media(max-width:1180px){
  .carousel-hero .slide{
    grid-template-columns:1fr;
    min-height:auto;
  }
  .hero-one-image{
    min-height:430px;
  }
  .hero-one-image>img{
    left:5%;
    right:auto;
    width:88%;
    height:350px;
  }
}
@media(max-width:860px){
  .carousel-hero{
    min-height:auto;
  }
  .carousel-hero .slide{
    padding:28px 18px 26px;
  }
  .carousel-hero .hero-copy h1{
    font-size:40px!important;
  }
  .hero-one-image{
    min-height:320px;
  }
  .hero-one-image>img{
    height:250px;
    left:3%;
    width:91%;
    border-radius:34px;
    border-width:6px;
  }
  .carousel-hero .hero-card-note{
    font-size:16px;
    padding:14px 16px;
    bottom:18px;
  }
  .carousel-hero .seal{
    right:8%;
    bottom:20px;
    width:82px;
    height:82px;
    font-size:8px;
  }
}


/* =========================================================
   PEACE V96 TEAM FIX - Polaroid cards + auto wrap
   只調整團隊介紹，不動 CTA、不動後台。
   重點：卡片像拍立得、可自動換行，人員變多會往下長。
========================================================= */
.team-showcase{
  position:relative!important;
  grid-template-columns:minmax(270px,330px) minmax(0,1fr)!important;
  gap:38px!important;
  align-items:center!important;
  min-height:auto!important;
  padding:68px 52px!important;
  overflow:hidden!important;
  background:
    radial-gradient(circle at 5% 15%,rgba(231,105,72,.16),transparent 23%),
    radial-gradient(circle at 96% 78%,rgba(231,105,72,.18),transparent 24%),
    linear-gradient(180deg,#fff8ee 0%,#fffdf8 100%)!important;
  border:1px solid rgba(180,130,92,.20)!important;
  box-shadow:0 22px 70px rgba(115,72,39,.10)!important;
}
.team-showcase::before{
  content:"Different roles, one team!"!important;
  position:absolute!important;
  right:54px!important;
  top:30px!important;
  z-index:1!important;
  color:rgba(204,102,72,.56)!important;
  font-family:"Brush Script MT","Comic Sans MS",cursive!important;
  font-size:32px!important;
  line-height:1.05!important;
  transform:rotate(-7deg)!important;
  pointer-events:none!important;
}
.team-showcase::after{
  content:""!important;
  position:absolute!important;
  right:-128px!important;
  top:72px!important;
  width:310px!important;
  height:250px!important;
  border-radius:45% 55% 62% 38%!important;
  background:rgba(223,100,72,.18)!important;
  transform:rotate(18deg)!important;
  pointer-events:none!important;
}
.team-showcase .section-text{
  position:relative!important;
  z-index:3!important;
}
.team-showcase .section-text .kicker{
  color:#d95e42!important;
}
.team-showcase .section-text h2{
  color:#2c211b!important;
  font-size:clamp(34px,3.45vw,54px)!important;
  line-height:1.22!important;
  letter-spacing:-.05em!important;
}
.team-showcase .section-text p{
  max-width:380px!important;
  color:#6f6157!important;
  line-height:2!important;
}
.team-showcase .text-link{
  color:#d95e42!important;
}
.team-stage.four-team{
  position:relative!important;
  z-index:3!important;
  display:grid!important;
  grid-template-columns:repeat(auto-fit,minmax(168px,188px))!important;
  justify-content:center!important;
  align-items:start!important;
  gap:42px 22px!important;
  min-height:0!important;
  padding:72px 8px 18px!important;
  overflow:visible!important;
}
.team-stage.four-team .character-card{
  position:relative!important;
  left:auto!important;
  top:auto!important;
  width:100%!important;
  min-width:0!important;
  height:auto!important;
  overflow:visible!important;
  border:0!important;
  background:#fffaf3!important;
  border-radius:18px!important;
  box-shadow:0 20px 46px rgba(80,49,27,.16)!important;
  transform:rotate(var(--peace-team-tilt,0deg)) translateY(var(--peace-team-y,0))!important;
  transform-origin:center bottom!important;
  transition:transform .28s ease, box-shadow .28s ease!important;
  padding:8px 8px 12px!important;
}
.team-stage.four-team .character-card:hover{
  z-index:30!important;
  transform:rotate(0deg) translateY(calc(var(--peace-team-y,0) - 10px))!important;
  box-shadow:0 30px 70px rgba(80,49,27,.22)!important;
}
.team-stage.four-team .character-card:nth-child(5n+1){--peace-team-tilt:-6deg;--peace-team-y:8px;}
.team-stage.four-team .character-card:nth-child(5n+2){--peace-team-tilt:4deg;--peace-team-y:-16px;}
.team-stage.four-team .character-card:nth-child(5n+3){--peace-team-tilt:-2deg;--peace-team-y:4px;}
.team-stage.four-team .character-card:nth-child(5n+4){--peace-team-tilt:5deg;--peace-team-y:-10px;}
.team-stage.four-team .character-card:nth-child(5n+5){--peace-team-tilt:-4deg;--peace-team-y:12px;}
.team-stage.four-team .character-card::before{
  content:""!important;
  position:absolute!important;
  top:-16px!important;
  left:50%!important;
  z-index:8!important;
  width:58px!important;
  height:22px!important;
  border-radius:5px!important;
  background:rgba(224,172,112,.58)!important;
  transform:translateX(-50%) rotate(-4deg)!important;
  box-shadow:0 5px 12px rgba(80,49,27,.12)!important;
}
.team-stage.four-team .character-card::after{
  display:none!important;
}
.team-stage.four-team .character-photo{
  position:relative!important;
  z-index:2!important;
  height:205px!important;
  margin:0!important;
  border:0!important;
  border-radius:13px!important;
  overflow:hidden!important;
  background:#e8ddd0!important;
  box-shadow:none!important;
}
.team-stage.four-team .character-photo img{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  display:block!important;
}
.team-stage.four-team .character-info{
  position:relative!important;
  z-index:3!important;
  margin:0!important;
  margin-top:0!important;
  min-height:98px!important;
  padding:12px 8px 2px!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
}
.team-stage.four-team .badge{
  position:absolute!important;
  z-index:9!important;
  left:-18px!important;
  top:-190px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  writing-mode:vertical-rl!important;
  text-orientation:mixed!important;
  min-height:82px!important;
  max-height:122px!important;
  max-width:42px!important;
  padding:9px 7px!important;
  overflow:hidden!important;
  border-radius:10px!important;
  background:#fff8ee!important;
  color:#74422d!important;
  border:1px solid rgba(180,130,92,.4)!important;
  box-shadow:0 8px 18px rgba(55,36,22,.16)!important;
  font-size:13px!important;
  font-weight:900!important;
  line-height:1.25!important;
  letter-spacing:.08em!important;
}
.team-stage.four-team .character-info h3{
  margin:0 0 5px!important;
  color:#2c211b!important;
  font-size:22px!important;
  line-height:1.15!important;
  letter-spacing:-.03em!important;
}
.team-stage.four-team .character-info p{
  margin:0 0 8px!important;
  color:#8b6f5c!important;
  font-size:13px!important;
  line-height:1.45!important;
  font-weight:800!important;
}
.team-stage.four-team .tag-row{
  display:flex!important;
  gap:5px!important;
  flex-wrap:wrap!important;
}
.team-stage.four-team .tag-row span{
  padding:5px 7px!important;
  border-radius:999px!important;
  background:#fff2df!important;
  color:#a85b36!important;
  font-size:11px!important;
  line-height:1!important;
  font-weight:900!important;
}
@media(max-width:1180px){
  .team-showcase{
    grid-template-columns:1fr!important;
    padding:58px 28px!important;
  }
  .team-showcase .section-text p{max-width:720px!important;}
  .team-stage.four-team{
    grid-template-columns:repeat(auto-fit,minmax(160px,180px))!important;
    justify-content:start!important;
    padding-top:34px!important;
  }
  .team-stage.four-team .character-card{
    transform:rotate(var(--peace-team-tilt,0deg)) translateY(0)!important;
  }
}
@media(max-width:640px){
  .team-showcase{
    padding:42px 20px!important;
  }
  .team-showcase::before{display:none!important;}
  .team-stage.four-team{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:28px 14px!important;
    justify-content:stretch!important;
    padding-top:20px!important;
  }
  .team-stage.four-team .character-card{
    transform:none!important;
  }
  .team-stage.four-team .character-photo{
    height:190px!important;
  }
  .team-stage.four-team .badge{
    left:-10px!important;
    top:-174px!important;
    font-size:12px!important;
  }
}
@media(max-width:420px){
  .team-stage.four-team{
    grid-template-columns:1fr!important;
  }
  .team-stage.four-team .character-photo{
    height:240px!important;
  }
}


/* =========================================================
   FINAL REQUEST PATCH - CTA paper background + Journal safe layout
   保留後台欄位：CTA 標題 / 內文 / 按鈕 / 連結 / 背景圖都仍由後台 settings.php 管理。
========================================================= */
.cta-section{
  margin-bottom:56px!important;
}
.cta{
  position:relative!important;
  min-height:280px!important;
  display:grid!important;
  grid-template-columns:minmax(0,1fr) auto!important;
  align-items:center!important;
  gap:34px!important;
  padding:58px 72px 54px 310px!important;
  overflow:hidden!important;
  border-radius:34px!important;
  color:#2c211b!important;
  background:
    radial-gradient(circle at 8% 32%, rgba(224,101,68,.26), transparent 19%),
    radial-gradient(circle at 91% 18%, rgba(210,146,76,.20), transparent 23%),
    linear-gradient(135deg,#fff4e8 0%,#fffaf3 50%,#fff1e5 100%)!important;
  border:1px solid rgba(180,130,92,.24)!important;
  box-shadow:0 24px 64px rgba(67,45,30,.13), inset 0 1px 0 rgba(255,255,255,.88)!important;
}
.cta::before{
  content:"LET'S MAKE\A IT HAPPEN!";
  white-space:pre;
  position:absolute;
  left:112px;
  top:78px;
  z-index:4;
  width:155px;
  height:96px;
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
  border-radius:16px;
  background:#fff8ee;
  color:#d95e42;
  font-weight:950;
  line-height:1.25;
  letter-spacing:.04em;
  transform:rotate(-12deg);
  box-shadow:0 13px 26px rgba(70,44,24,.16), inset 0 0 0 1px rgba(180,130,92,.22);
  pointer-events:none;
}
.cta::after{
  content:"";
  position:absolute;
  right:38px;
  bottom:-18px;
  width:210px;
  height:155px;
  z-index:1;
  opacity:.68;
  background:
    radial-gradient(ellipse at 25% 65%, #6f8f4d 0 20%, transparent 21%),
    radial-gradient(ellipse at 55% 45%, #88a765 0 20%, transparent 21%),
    radial-gradient(ellipse at 75% 60%, #4f733c 0 18%, transparent 19%),
    linear-gradient(115deg, transparent 48%, rgba(73,104,51,.55) 49% 51%, transparent 52%);
  transform:rotate(-8deg);
  pointer-events:none;
}
.cta-bg{
  position:absolute!important;
  inset:0!important;
  z-index:0!important;
  background-size:cover!important;
  background-position:center!important;
  opacity:.18!important;
  mix-blend-mode:multiply!important;
  filter:saturate(.95) contrast(.95)!important;
}
.cta>*:not(.cta-bg){
  position:relative!important;
  z-index:5!important;
}
.cta-copy{
  max-width:720px!important;
}
.cta .script-note{
  color:#a96f38!important;
  font-size:24px!important;
  margin-bottom:12px!important;
}
.cta h2{
  color:#2c211b!important;
  font-size:clamp(34px,4.6vw,62px)!important;
  line-height:1.16!important;
  letter-spacing:-.055em!important;
  max-width:720px!important;
}
.cta p{
  max-width:660px!important;
  margin:18px 0 0!important;
  color:#6f6157!important;
  font-size:16px!important;
  line-height:2!important;
  font-weight:700!important;
}
.cta>.btn{
  align-self:center!important;
  justify-self:end!important;
  white-space:nowrap!important;
  background:#df6448!important;
  color:#fff!important;
  box-shadow:0 14px 30px rgba(223,100,72,.28)!important;
  padding:15px 24px!important;
}
.cta>.btn:hover{
  transform:translateY(-3px);
  background:#c94f38!important;
}

/* 現場筆記列表：改回與代表案例一致的卡片邏輯，避免 post-grid 未定義造成版型壞掉 */
.journal-list-section{
  display:block!important;
}
.journal-list-head{
  max-width:760px;
  margin-bottom:28px;
}
.journal-work-grid{
  margin-top:18px;
}
.journal-work-card img{
  height:190px!important;
  object-fit:cover!important;
}
.page-hero-wrap{
  max-width:860px;
}
.article-meta{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-bottom:18px;
}
.article-meta span{
  display:inline-flex;
  align-items:center;
  border-radius:999px;
  padding:7px 12px;
  background:#fff2df;
  color:#a85b36;
  font-size:13px;
  font-weight:900;
}

@media(max-width:1000px){
  .cta{
    grid-template-columns:1fr!important;
    padding:186px 34px 42px!important;
    gap:26px!important;
  }
  .cta::before{
    left:42px;
    top:48px;
  }
  .cta>.btn{
    justify-self:start!important;
  }
}
@media(max-width:640px){
  .cta{
    padding:164px 24px 34px!important;
    border-radius:26px!important;
  }
  .cta::before{
    left:28px;
    top:40px;
    width:140px;
    height:88px;
    font-size:13px;
  }
  .cta h2{font-size:34px!important;}
  .cta p{font-size:15px!important;}
  .cta::after{opacity:.35;right:-36px;}
}


/* =========================================================
   FINAL HOTFIX - Team Polaroid restored + editable CTA note
   這段放在最後，確保：
   1) 團隊維持拍立得小卡，可自動換行。
   2) CTA 英文便利貼、主標、附標、按鈕、連結、背景圖都可從後台 settings.php 修改。
   3) 不使用 CSS 寫死英文，避免後台改了看不到。
========================================================= */

/* --- Team: polaroid cards, auto wrap when members increase --- */
.team-showcase{
  position:relative!important;
  grid-template-columns:minmax(270px,330px) minmax(0,1fr)!important;
  gap:38px!important;
  align-items:center!important;
  min-height:auto!important;
  padding:68px 52px!important;
  overflow:hidden!important;
  background:
    radial-gradient(circle at 5% 15%,rgba(231,105,72,.16),transparent 23%),
    radial-gradient(circle at 96% 78%,rgba(231,105,72,.18),transparent 24%),
    linear-gradient(180deg,#fff8ee 0%,#fffdf8 100%)!important;
  border:1px solid rgba(180,130,92,.20)!important;
  box-shadow:0 22px 70px rgba(115,72,39,.10)!important;
}
.team-showcase::before{
  content:"Different roles, one team!"!important;
  position:absolute!important;
  right:54px!important;
  top:30px!important;
  z-index:1!important;
  color:rgba(204,102,72,.56)!important;
  font-family:"Brush Script MT","Comic Sans MS",cursive!important;
  font-size:32px!important;
  line-height:1.05!important;
  transform:rotate(-7deg)!important;
  pointer-events:none!important;
}
.team-showcase::after{
  content:""!important;
  position:absolute!important;
  right:-128px!important;
  top:72px!important;
  width:310px!important;
  height:250px!important;
  border-radius:45% 55% 62% 38%!important;
  background:rgba(223,100,72,.18)!important;
  transform:rotate(18deg)!important;
  pointer-events:none!important;
}
.team-showcase .section-text{position:relative!important;z-index:3!important;}
.team-showcase .section-text .kicker{color:#d95e42!important;}
.team-showcase .section-text h2{
  color:#2c211b!important;
  font-size:clamp(34px,3.45vw,54px)!important;
  line-height:1.22!important;
  letter-spacing:-.05em!important;
}
.team-showcase .section-text p{max-width:380px!important;color:#6f6157!important;line-height:2!important;}
.team-showcase .text-link{color:#d95e42!important;}
.team-stage.four-team{
  position:relative!important;
  z-index:3!important;
  display:grid!important;
  grid-template-columns:repeat(auto-fit,minmax(168px,188px))!important;
  justify-content:center!important;
  align-items:start!important;
  gap:42px 22px!important;
  min-height:0!important;
  padding:72px 8px 18px!important;
  overflow:visible!important;
}
.team-stage.four-team .character-card{
  position:relative!important;
  left:auto!important;top:auto!important;
  width:100%!important;min-width:0!important;height:auto!important;
  overflow:visible!important;
  border:0!important;
  background:#fffaf3!important;
  border-radius:18px!important;
  box-shadow:0 20px 46px rgba(80,49,27,.16)!important;
  transform:rotate(var(--peace-team-tilt,0deg)) translateY(var(--peace-team-y,0))!important;
  transform-origin:center bottom!important;
  transition:transform .28s ease, box-shadow .28s ease!important;
  padding:8px 8px 12px!important;
}
.team-stage.four-team .character-card:hover{
  z-index:30!important;
  transform:rotate(0deg) translateY(calc(var(--peace-team-y,0) - 10px))!important;
  box-shadow:0 30px 70px rgba(80,49,27,.22)!important;
}
.team-stage.four-team .character-card:nth-child(5n+1){--peace-team-tilt:-6deg;--peace-team-y:8px;}
.team-stage.four-team .character-card:nth-child(5n+2){--peace-team-tilt:4deg;--peace-team-y:-16px;}
.team-stage.four-team .character-card:nth-child(5n+3){--peace-team-tilt:-2deg;--peace-team-y:4px;}
.team-stage.four-team .character-card:nth-child(5n+4){--peace-team-tilt:5deg;--peace-team-y:-10px;}
.team-stage.four-team .character-card:nth-child(5n+5){--peace-team-tilt:-4deg;--peace-team-y:12px;}
.team-stage.four-team .character-card::before{
  content:""!important;
  position:absolute!important;
  top:-16px!important;left:50%!important;z-index:8!important;
  width:58px!important;height:22px!important;
  border-radius:5px!important;
  background:rgba(224,172,112,.58)!important;
  transform:translateX(-50%) rotate(-4deg)!important;
  box-shadow:0 5px 12px rgba(80,49,27,.12)!important;
}
.team-stage.four-team .character-card::after{display:none!important;}
.team-stage.four-team .character-photo{
  position:relative!important;z-index:2!important;
  height:205px!important;margin:0!important;border:0!important;
  border-radius:13px!important;overflow:hidden!important;
  background:#e8ddd0!important;box-shadow:none!important;
}
.team-stage.four-team .character-photo img{width:100%!important;height:100%!important;object-fit:cover!important;display:block!important;}
.team-stage.four-team .character-info{
  position:relative!important;z-index:3!important;
  margin:0!important;margin-top:0!important;min-height:98px!important;
  padding:12px 8px 2px!important;border:0!important;border-radius:0!important;
  background:transparent!important;box-shadow:none!important;
}
.team-stage.four-team .badge{
  position:absolute!important;z-index:9!important;
  left:-18px!important;top:-190px!important;
  display:inline-flex!important;align-items:center!important;justify-content:center!important;
  writing-mode:vertical-rl!important;text-orientation:mixed!important;
  min-height:82px!important;max-height:122px!important;max-width:42px!important;
  padding:9px 7px!important;overflow:hidden!important;border-radius:10px!important;
  background:#fff8ee!important;color:#74422d!important;
  border:1px solid rgba(180,130,92,.4)!important;
  box-shadow:0 8px 18px rgba(55,36,22,.16)!important;
  font-size:13px!important;font-weight:900!important;line-height:1.25!important;letter-spacing:.08em!important;
}
.team-stage.four-team .character-info h3{margin:0 0 5px!important;color:#2c211b!important;font-size:22px!important;line-height:1.15!important;letter-spacing:-.03em!important;}
.team-stage.four-team .character-info p{margin:0 0 8px!important;color:#8b6f5c!important;font-size:13px!important;line-height:1.45!important;font-weight:800!important;}
.team-stage.four-team .tag-row{display:flex!important;gap:5px!important;flex-wrap:wrap!important;}
.team-stage.four-team .tag-row span{padding:5px 7px!important;border-radius:999px!important;background:#fff2df!important;color:#a85b36!important;font-size:11px!important;line-height:1!important;font-weight:900!important;}

/* --- CTA: keep text/button positions, but make the English note editable from admin --- */
.cta-section{margin-bottom:56px!important;}
.cta{
  position:relative!important;
  min-height:280px!important;
  display:grid!important;
  grid-template-columns:minmax(0,1fr) auto!important;
  align-items:center!important;
  gap:34px!important;
  padding:58px 72px 54px 330px!important;
  overflow:hidden!important;
  border-radius:34px!important;
  color:#2c211b!important;
  background:
    radial-gradient(circle at 8% 32%, rgba(224,101,68,.26), transparent 19%),
    radial-gradient(circle at 91% 18%, rgba(210,146,76,.20), transparent 23%),
    linear-gradient(135deg,#fff4e8 0%,#fffaf3 50%,#fff1e5 100%)!important;
  border:1px solid rgba(180,130,92,.24)!important;
  box-shadow:0 24px 64px rgba(67,45,30,.13), inset 0 1px 0 rgba(255,255,255,.88)!important;
}
.cta::before{display:none!important;content:none!important;}
.cta::after{
  content:""!important;
  position:absolute!important;
  right:38px!important;bottom:-18px!important;
  width:210px!important;height:155px!important;
  z-index:1!important;opacity:.68!important;
  background:
    radial-gradient(ellipse at 25% 65%, #6f8f4d 0 20%, transparent 21%),
    radial-gradient(ellipse at 55% 45%, #88a765 0 20%, transparent 21%),
    radial-gradient(ellipse at 75% 60%, #4f733c 0 18%, transparent 19%),
    linear-gradient(115deg, transparent 48%, rgba(73,104,51,.55) 49% 51%, transparent 52%)!important;
  transform:rotate(-8deg)!important;
  pointer-events:none!important;
}
.cta-bg{
  position:absolute!important;inset:0!important;z-index:0!important;
  background-size:cover!important;background-position:center!important;
  opacity:.18!important;mix-blend-mode:multiply!important;
  filter:saturate(.95) contrast(.95)!important;
}
.cta>*:not(.cta-bg){position:relative!important;z-index:5!important;}
.cta-copy{position:relative!important;max-width:720px!important;}
.cta .script-note{
  position:absolute!important;
  left:-220px!important;
  top:0!important;
  z-index:8!important;
  width:168px!important;min-height:112px!important;
  display:flex!important;align-items:center!important;justify-content:center!important;
  padding:16px!important;text-align:center!important;
  border-radius:8px 8px 18px 8px!important;
  background:
    linear-gradient(135deg, rgba(255,255,255,.42), transparent 38%),
    linear-gradient(180deg,#fff7bd 0%,#ffe987 100%)!important;
  color:#9a5a2c!important;
  font-family:"Brush Script MT","Comic Sans MS",cursive!important;
  font-size:22px!important;font-weight:900!important;line-height:1.08!important;letter-spacing:.02em!important;
  transform:rotate(-9deg)!important;
  box-shadow:0 18px 30px rgba(72,45,24,.18), 0 2px 0 rgba(255,255,255,.65) inset!important;
  border:1px solid rgba(178,126,53,.18)!important;
  margin:0!important;
  white-space:normal!important;
}
.cta .script-note::before{
  content:""!important;
  position:absolute!important;
  left:48px!important;top:-14px!important;
  width:72px!important;height:25px!important;
  border-radius:5px!important;
  background:rgba(224,172,112,.58)!important;
  transform:rotate(5deg)!important;
  box-shadow:0 4px 10px rgba(72,45,24,.10)!important;
}
.cta .script-note::after{
  content:""!important;
  position:absolute!important;
  right:0!important;bottom:0!important;
  width:32px!important;height:32px!important;
  background:linear-gradient(135deg,rgba(178,126,53,.22) 0 50%,rgba(255,255,255,.55) 51% 100%)!important;
  clip-path:polygon(0 0,100% 0,100% 100%)!important;
}
.cta h2{
  color:#2c211b!important;
  font-size:clamp(34px,4.6vw,62px)!important;
  line-height:1.16!important;
  letter-spacing:-.055em!important;
  max-width:720px!important;
}
.cta p{max-width:660px!important;margin:18px 0 0!important;color:#6f6157!important;font-size:16px!important;line-height:2!important;font-weight:700!important;}
.cta>.btn{align-self:center!important;justify-self:end!important;white-space:nowrap!important;background:#df6448!important;color:#fff!important;box-shadow:0 14px 30px rgba(223,100,72,.28)!important;padding:15px 24px!important;}
.cta>.btn:hover{transform:translateY(-3px);background:#c94f38!important;}

@media(max-width:1180px){
  .team-showcase{grid-template-columns:1fr!important;padding:58px 28px!important;}
  .team-showcase .section-text p{max-width:720px!important;}
  .team-stage.four-team{grid-template-columns:repeat(auto-fit,minmax(160px,180px))!important;justify-content:start!important;padding-top:34px!important;}
  .team-stage.four-team .character-card{transform:rotate(var(--peace-team-tilt,0deg)) translateY(0)!important;}
}
@media(max-width:1000px){
  .cta{grid-template-columns:1fr!important;padding:190px 34px 42px!important;gap:26px!important;}
  .cta .script-note{left:0!important;top:-148px!important;width:156px!important;min-height:102px!important;}
  .cta>.btn{justify-self:start!important;}
}
@media(max-width:640px){
  .team-showcase{padding:42px 20px!important;}
  .team-showcase::before{display:none!important;}
  .team-stage.four-team{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:28px 14px!important;justify-content:stretch!important;padding-top:20px!important;}
  .team-stage.four-team .character-card{transform:none!important;}
  .team-stage.four-team .character-photo{height:190px!important;}
  .team-stage.four-team .badge{left:-10px!important;top:-174px!important;font-size:12px!important;}
  .cta{padding:170px 24px 34px!important;border-radius:26px!important;}
  .cta .script-note{left:4px!important;top:-134px!important;width:142px!important;min-height:94px!important;font-size:20px!important;}
  .cta h2{font-size:34px!important;}
  .cta p{font-size:15px!important;}
  .cta::after{opacity:.35!important;right:-36px!important;}
}
@media(max-width:420px){
  .team-stage.four-team{grid-template-columns:1fr!important;}
  .team-stage.four-team .character-photo{height:240px!important;}
}

/* =========================================================
   FINAL OVERRIDE V2 - TRUE POLAROID TEAM ONLY
   目的：只把團隊區塊強制改回拍立得卡片。
   - 不動 CTA
   - 不動後台
   - 人員增加會自動換行到第二排、第三排
========================================================= */
.polaroid-team{
  position:relative!important;
  display:grid!important;
  grid-template-columns:minmax(260px,330px) minmax(0,1fr)!important;
  gap:42px!important;
  align-items:center!important;
  min-height:auto!important;
  padding:70px 54px!important;
  overflow:hidden!important;
  background:
    radial-gradient(circle at 8% 16%, rgba(223,100,72,.18), transparent 22%),
    radial-gradient(circle at 95% 78%, rgba(223,100,72,.20), transparent 24%),
    linear-gradient(180deg,#fff8ee 0%,#fffdf8 100%)!important;
  border:1px solid rgba(180,130,92,.22)!important;
  border-radius:var(--radius,32px)!important;
  box-shadow:0 22px 70px rgba(115,72,39,.10)!important;
}
.polaroid-team::before{
  content:"Different roles, one team!"!important;
  position:absolute!important;
  right:52px!important;
  top:28px!important;
  z-index:1!important;
  color:rgba(204,102,72,.55)!important;
  font-family:"Brush Script MT","Comic Sans MS",cursive!important;
  font-size:32px!important;
  line-height:1.05!important;
  transform:rotate(-7deg)!important;
  pointer-events:none!important;
}
.polaroid-team::after{
  content:""!important;
  position:absolute!important;
  right:-120px!important;
  top:78px!important;
  z-index:0!important;
  width:310px!important;
  height:250px!important;
  border-radius:45% 55% 62% 38%!important;
  background:rgba(223,100,72,.18)!important;
  transform:rotate(18deg)!important;
  pointer-events:none!important;
}
.polaroid-team .section-text{
  position:relative!important;
  z-index:4!important;
}
.polaroid-team .section-text .kicker{color:#d95e42!important;}
.polaroid-team .section-text h2{
  color:#2c211b!important;
  font-size:clamp(34px,3.45vw,54px)!important;
  line-height:1.22!important;
  letter-spacing:-.05em!important;
}
.polaroid-team .section-text p{
  max-width:390px!important;
  color:#6f6157!important;
  line-height:2!important;
}
.polaroid-team .text-link{color:#d95e42!important;}

.polaroid-team .polaroid-grid{
  position:relative!important;
  z-index:4!important;
  display:grid!important;
  grid-template-columns:repeat(auto-fit,minmax(172px,194px))!important;
  justify-content:center!important;
  align-items:start!important;
  gap:46px 24px!important;
  min-height:0!important;
  padding:72px 8px 20px!important;
  overflow:visible!important;
}
.polaroid-team .polaroid-card{
  position:relative!important;
  left:auto!important;
  top:auto!important;
  width:100%!important;
  min-width:0!important;
  height:auto!important;
  min-height:322px!important;
  display:block!important;
  overflow:visible!important;
  border:0!important;
  background:#fffaf3!important;
  border-radius:18px!important;
  padding:9px 9px 14px!important;
  box-shadow:
    0 20px 46px rgba(80,49,27,.17),
    0 2px 0 rgba(255,255,255,.86) inset!important;
  transform:rotate(var(--peace-team-tilt,0deg)) translateY(var(--peace-team-y,0))!important;
  transform-origin:center bottom!important;
  transition:transform .28s ease, box-shadow .28s ease!important;
}
.polaroid-team .polaroid-card:hover{
  z-index:50!important;
  transform:rotate(0deg) translateY(calc(var(--peace-team-y,0) - 10px))!important;
  box-shadow:0 30px 72px rgba(80,49,27,.24)!important;
}
.polaroid-team .polaroid-card:nth-child(5n+1){--peace-team-tilt:-6deg;--peace-team-y:8px;}
.polaroid-team .polaroid-card:nth-child(5n+2){--peace-team-tilt:4deg;--peace-team-y:-16px;}
.polaroid-team .polaroid-card:nth-child(5n+3){--peace-team-tilt:-2deg;--peace-team-y:4px;}
.polaroid-team .polaroid-card:nth-child(5n+4){--peace-team-tilt:5deg;--peace-team-y:-10px;}
.polaroid-team .polaroid-card:nth-child(5n+5){--peace-team-tilt:-4deg;--peace-team-y:12px;}

/* 紙膠帶 */
.polaroid-team .polaroid-card::before{
  content:""!important;
  position:absolute!important;
  top:-16px!important;
  left:50%!important;
  z-index:12!important;
  width:62px!important;
  height:23px!important;
  border-radius:5px!important;
  background:rgba(224,172,112,.62)!important;
  transform:translateX(-50%) rotate(-4deg)!important;
  box-shadow:0 5px 12px rgba(80,49,27,.13)!important;
}
.polaroid-team .polaroid-card::after{display:none!important;content:none!important;}

.polaroid-team .character-photo{
  position:relative!important;
  z-index:2!important;
  width:100%!important;
  height:210px!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  border-radius:13px!important;
  overflow:hidden!important;
  background:#e8ddd0!important;
  box-shadow:none!important;
}
.polaroid-team .character-photo img{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  display:block!important;
}
.polaroid-team .character-info{
  position:relative!important;
  z-index:5!important;
  margin:0!important;
  padding:13px 8px 0!important;
  min-height:96px!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
  text-align:left!important;
}
/* 角色貼紙 */
.polaroid-team .character-info .badge{
  position:absolute!important;
  z-index:13!important;
  left:-21px!important;
  top:-190px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  writing-mode:vertical-rl!important;
  text-orientation:mixed!important;
  min-height:82px!important;
  max-height:126px!important;
  max-width:44px!important;
  padding:9px 7px!important;
  overflow:hidden!important;
  border-radius:10px!important;
  background:#fff8ee!important;
  color:#74422d!important;
  border:1px solid rgba(180,130,92,.42)!important;
  box-shadow:0 8px 18px rgba(55,36,22,.16)!important;
  font-size:13px!important;
  font-weight:900!important;
  line-height:1.25!important;
  letter-spacing:.08em!important;
}
.polaroid-team .character-info h3{
  margin:0 0 5px!important;
  color:#2c211b!important;
  font-size:22px!important;
  line-height:1.15!important;
  letter-spacing:-.03em!important;
}
.polaroid-team .character-info p{
  margin:0 0 8px!important;
  color:#8b6f5c!important;
  font-size:13px!important;
  line-height:1.45!important;
  font-weight:800!important;
}
.polaroid-team .tag-row{
  display:flex!important;
  gap:5px!important;
  flex-wrap:wrap!important;
}
.polaroid-team .tag-row span{
  padding:5px 7px!important;
  border-radius:999px!important;
  background:#fff2df!important;
  color:#a85b36!important;
  font-size:11px!important;
  line-height:1!important;
  font-weight:900!important;
}
@media(max-width:980px){
  .polaroid-team{grid-template-columns:1fr!important;padding:58px 26px!important;}
  .polaroid-team .section-text p{max-width:720px!important;}
  .polaroid-team .polaroid-grid{justify-content:flex-start!important;grid-template-columns:repeat(auto-fit,minmax(170px,190px))!important;}
}
@media(max-width:640px){
  .polaroid-team{padding:42px 20px!important;}
  .polaroid-team::before{display:none!important;}
  .polaroid-team .polaroid-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:34px 16px!important;padding-top:40px!important;}
  .polaroid-team .polaroid-card{min-height:292px!important;transform:none!important;}
  .polaroid-team .character-photo{height:186px!important;}
  .polaroid-team .character-info .badge{left:-12px!important;top:-170px!important;font-size:12px!important;min-height:74px!important;}
}
@media(max-width:420px){
  .polaroid-team .polaroid-grid{grid-template-columns:1fr!important;}
  .polaroid-team .character-photo{height:230px!important;}
}


/* ================================
   Mobile nav hamburger fix
================================ */
@media(max-width:860px){
  .front-nav{
    align-items:center;
    flex-wrap:wrap;
  }

  .front-nav .brand{
    min-width:0;
    flex:1 1 auto;
  }

  .front-nav .brand-text{
    font-size:13px;
    white-space:nowrap;
  }

  .nav-actions{
    display:flex;
    align-items:center;
    gap:8px;
    flex:0 0 auto;
  }

  .mobile-menu{
    border:0;
    cursor:pointer;
    line-height:1;
    font-size:22px;
  }

  .nav-links{
    display:none;
    order:10;
    flex:0 0 100%;
    width:100%;
    margin-top:12px;
    padding:12px;
    border-radius:22px;
    background:rgba(255,250,243,.98);
    border:1px solid rgba(239,216,189,.9);
    box-shadow:0 18px 40px rgba(105,66,28,.12);
  }

  .front-nav.menu-open .nav-links{
    display:grid;
    grid-template-columns:1fr;
    gap:4px;
  }

  .front-nav.menu-open{
    border-radius:28px;
  }

  .front-nav.menu-open .mobile-menu{
    background:var(--orange);
    color:#fff;
  }

  .nav-links a{
    display:flex;
    align-items:center;
    min-height:44px;
    padding:10px 14px;
    border-radius:16px;
    color:var(--ink);
  }

  .nav-links a:hover{
    background:#fff4e8;
    color:var(--orange);
  }
}

@media(max-width:420px){
  .front-nav{
    width:calc(100% - 18px);
    padding:10px;
  }

  .nav-cta{
    display:none;
  }

  .admin-login-link{
    font-size:13px;
  }
}

/* =========================================================
   FINAL mobile hamburger hard-fix
   保留原本 v96 視覺，只強制手機選單可展開。
========================================================= */
@media (max-width: 860px) {
  .front-nav {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto !important;
    align-items: center !important;
    row-gap: 0 !important;
    overflow: visible !important;
  }

  .front-nav .brand {
    grid-column: 1 !important;
    grid-row: 1 !important;
    min-width: 0 !important;
  }

  .front-nav .front-nav-end {
    display: none !important;
  }

  .front-nav > .nav-actions {
    grid-column: 2 !important;
    grid-row: 1 !important;
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
  }

  .front-nav .admin-login-link {
    display: inline-flex !important;
  }

  .front-nav .mobile-menu {
    display: grid !important;
    place-items: center !important;
    width: 46px !important;
    height: 46px !important;
    min-width: 46px !important;
    border: 0 !important;
    border-radius: 999px !important;
    background: #fff4e8 !important;
    color: var(--orange) !important;
    font-size: 24px !important;
    line-height: 1 !important;
    font-weight: 900 !important;
    cursor: pointer !important;
    transform: none !important;
    -webkit-tap-highlight-color: transparent !important;
    touch-action: manipulation !important;
  }

  .front-nav .mobile-menu:active {
    transform: none !important;
  }

  .front-nav .nav-links {
    grid-column: 1 / -1 !important;
    grid-row: 2 !important;
    width: 100% !important;
    margin-top: 12px !important;
    padding: 12px !important;
    border-radius: 22px !important;
    background: rgba(255,250,243,.98) !important;
    border: 1px solid rgba(239,216,189,.9) !important;
    box-shadow: 0 18px 40px rgba(105,66,28,.12) !important;
    display: none !important;
  }

  .front-nav[data-menu-open="1"] .nav-links,
  .front-nav.menu-open .nav-links {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 4px !important;
  }

  .front-nav[data-menu-open="1"] .mobile-menu,
  .front-nav.menu-open .mobile-menu {
    background: var(--orange) !important;
    color: #fff !important;
  }

  .front-nav .nav-links a {
    display: flex !important;
    align-items: center !important;
    min-height: 44px !important;
    padding: 10px 14px !important;
    border-radius: 16px !important;
    color: var(--ink) !important;
    text-decoration: none !important;
  }

  .front-nav .nav-links a:hover {
    background: #fff4e8 !important;
    color: var(--orange) !important;
  }
}

/* =========================================================
   REAL mobile drawer menu fix
   使用獨立手機選單，不再依賴原本 nav-links 展開，避免只放大但沒有內容。
========================================================= */
.peace-mobile-overlay,
.peace-mobile-drawer {
  display: none;
}

@media (max-width: 860px) {
  body.peace-mobile-menu-open {
    overflow: hidden;
  }

  .front-nav .nav-links {
    display: none !important;
  }

  .front-nav[data-menu-open="1"],
  .front-nav.menu-open {
    border-radius: 999px !important;
  }

  .peace-mobile-overlay {
    position: fixed;
    inset: 0;
    z-index: 48;
    background: rgba(23, 20, 42, .28);
    backdrop-filter: blur(5px);
  }

  .peace-mobile-overlay:not([hidden]) {
    display: block !important;
  }

  .peace-mobile-drawer {
    position: fixed;
    left: 14px;
    right: 14px;
    top: 88px;
    z-index: 49;
    max-height: calc(100svh - 110px);
    overflow: auto;
    border-radius: 28px;
    background:
      radial-gradient(circle at 12% 10%, rgba(255, 91, 95, .12), transparent 26%),
      linear-gradient(135deg, rgba(255, 253, 248, .98), rgba(255, 246, 238, .98));
    border: 1px solid rgba(239,216,189,.95);
    box-shadow: 0 28px 80px rgba(61,42,120,.20);
    padding: 14px;
  }

  .peace-mobile-drawer:not([hidden]) {
    display: block !important;
    animation: peaceDrawerIn .22s ease both;
  }

  .peace-mobile-drawer-inner {
    display: grid;
    gap: 8px;
  }

  .peace-mobile-menu-title {
    margin: 4px 10px 8px;
    color: var(--orange);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .18em;
    line-height: 1.2;
  }

  .peace-mobile-drawer a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 48px;
    padding: 12px 16px;
    border-radius: 18px;
    color: var(--ink) !important;
    background: rgba(255,255,255,.58);
    text-decoration: none !important;
    font-size: 16px;
    font-weight: 900;
    border: 1px solid rgba(239,216,189,.45);
  }

  .peace-mobile-drawer a::after {
    content: "→";
    color: var(--orange);
    font-weight: 900;
  }

  .peace-mobile-drawer a:active,
  .peace-mobile-drawer a:hover {
    background: #fff4e8;
    color: var(--orange) !important;
  }

  .front-nav .mobile-menu {
    position: relative;
    z-index: 55;
  }

  @keyframes peaceDrawerIn {
    from { opacity: 0; transform: translateY(-8px) scale(.98); }
    to { opacity: 1; transform: translateY(0) scale(1); }
  }
}

/* =====================================================
   Mobile App Bottom Navigation - stable replacement
   This replaces the unreliable hamburger interaction on phones.
   Desktop navigation remains unchanged.
===================================================== */
.peace-bottom-app-nav {
  display: none;
}

@media (max-width: 860px) {
  /* Hide hamburger on mobile; use bottom app nav instead. */
  .front-nav .mobile-menu,
  .mobile-menu,
  #peaceMobileMenuButton {
    display: none !important;
    visibility: hidden !important;
    pointer-events: none !important;
  }

  /* Prevent old drawer/overlay from appearing. */
  .peace-mobile-overlay,
  .peace-mobile-drawer {
    display: none !important;
  }

  body {
    padding-bottom: calc(86px + env(safe-area-inset-bottom));
  }

  .peace-bottom-app-nav {
    position: fixed;
    left: 12px;
    right: 12px;
    bottom: calc(10px + env(safe-area-inset-bottom));
    z-index: 9999;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 6px;
    padding: 8px;
    border-radius: 26px;
    background: rgba(255, 248, 238, .94);
    border: 1px solid rgba(180, 130, 92, .26);
    box-shadow: 0 18px 50px rgba(61, 39, 23, .20);
    -webkit-backdrop-filter: blur(18px);
    backdrop-filter: blur(18px);
  }

  .peace-bottom-item {
    min-width: 0;
    height: 58px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    border-radius: 19px;
    color: #6f4d38;
    text-decoration: none;
    font-size: 12px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: .02em;
    transition: transform .2s ease, background .2s ease, color .2s ease;
    -webkit-tap-highlight-color: transparent;
  }

  .peace-bottom-item:active,
  .peace-bottom-item:hover {
    transform: translateY(-2px);
    background: #df6448;
    color: #fff;
  }

  .peace-bottom-icon {
    width: 26px;
    height: 24px;
    display: grid;
    place-items: center;
    font-size: 18px;
    line-height: 1;
  }

  .peace-bottom-item span:last-child {
    white-space: nowrap;
  }
}

@media (min-width: 861px) {
  .peace-bottom-app-nav {
    display: none !important;
  }
}

/* =========================================================
   Digital Empowerment Section / Page
   Warm tech: keep PEACE paper tone, add subtle data lines.
========================================================= */
.digital-home-section{
  background:
    radial-gradient(circle at 12% 20%, rgba(0,184,200,.12), transparent 25%),
    radial-gradient(circle at 90% 80%, rgba(223,100,72,.14), transparent 28%),
    linear-gradient(180deg,#fffaf3 0%,#fffdf8 100%)!important;
}
.digital-home-panel{position:relative;display:grid;gap:18px;align-items:center}
.digital-orbit-card{position:relative;border-radius:28px;background:#fff;border:1px solid #ecd6bc;padding:18px;box-shadow:0 18px 48px rgba(100,60,30,.12);overflow:hidden}
.digital-orbit-card::before{content:"";position:absolute;inset:14px;border:1px dashed rgba(0,184,200,.32);border-radius:24px;pointer-events:none}
.digital-orbit-card img{width:100%;height:280px;object-fit:cover;border-radius:20px;background:#fff6e8}
.digital-live-dot{position:absolute;left:30px;top:30px;border-radius:999px;background:#17142a;color:#fff;padding:8px 12px;font-size:12px;font-weight:950;letter-spacing:.12em;box-shadow:0 10px 26px rgba(23,20,42,.18)}
.digital-mini-metrics{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}
.digital-mini-metrics div{border-radius:18px;background:#fff7ec;border:1px solid #ecd6bc;padding:14px;text-align:center}
.digital-mini-metrics strong{display:block;color:#df6448;font-size:24px;font-family:'Noto Serif TC',serif;line-height:1.1}.digital-mini-metrics small{font-size:13px;margin-left:2px}.digital-mini-metrics span{display:block;margin-top:4px;color:#6f6157;font-size:12px;font-weight:900}
.digital-hero-page{margin-top:120px;background:linear-gradient(135deg,#fff4e8,#fffdf8)!important;overflow:hidden}.digital-hero-wrap{display:grid;grid-template-columns:1fr minmax(320px,480px);gap:42px;align-items:center}.digital-hero-copy h1{font-size:clamp(42px,6vw,82px);line-height:1.08}.digital-hero-copy p{font-size:18px;max-width:820px}.digital-hero-image{position:relative}.digital-hero-image img{height:430px;width:100%;object-fit:cover;border-radius:30px;box-shadow:0 24px 62px rgba(61,39,23,.14);background:#fff6e8}.digital-chip{position:absolute;right:22px;bottom:22px;border-radius:999px;background:#fff8ee;border:1px solid #ecd6bc;color:#d95e42;font-weight:950;padding:12px 16px;box-shadow:0 14px 30px rgba(80,49,27,.12)}
.digital-feature-section{grid-template-columns:minmax(270px,360px) 1fr!important}.digital-feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.digital-feature-card{padding:24px;border-radius:22px;background:#fffaf4;border:1px solid #ecd6bc;box-shadow:0 12px 32px rgba(100,60,30,.08)}.digital-feature-card small{display:block;color:#00a6b4;font-weight:950;margin-bottom:12px}.digital-feature-card h3{font-size:24px}.digital-feature-card p{font-size:15px;margin:10px 0 0}.digital-metrics-band{background:#17142a!important;color:#fff;border-radius:34px;padding:38px;border:1px solid rgba(255,255,255,.08);box-shadow:var(--shadow)}.digital-metrics-band .band-intro h2,.digital-metrics-band .band-intro p{color:#fff}.digital-metrics-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-top:24px}.digital-metric-card{border-radius:24px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.14);padding:24px;text-align:center}.digital-metric-card strong{font-family:'Noto Serif TC',serif;font-size:44px;color:#ffd166;line-height:1}.digital-metric-card strong span{font-size:17px;margin-left:3px}.digital-metric-card p{color:rgba(255,255,255,.78);font-weight:900;margin:12px 0 0}.digital-audience-card svg{fill:none;stroke:currentColor;stroke-width:1.8}.digital-mockup-visual::before{content:"";position:absolute;inset:22px;border:1px dashed rgba(0,184,200,.35);border-radius:22px;pointer-events:none}.digital-page-cta .cta{padding-left:58px!important}.digital-case-tags,.case-digital-tags{display:flex;flex-wrap:wrap;gap:6px;margin-top:12px}.digital-case-tags span,.case-digital-tags span{display:inline-flex;border-radius:999px;background:#fff2df;color:#a85b36;font-size:12px;font-weight:900;padding:6px 9px}.case-digital-box{margin:28px 0;padding:24px;border-radius:24px;background:#fff7ec;border:1px solid #ecd6bc}.case-digital-box small{display:block;color:#00a6b4;font-weight:950;letter-spacing:.12em;text-transform:uppercase}.case-digital-box h3{font-size:28px;margin:6px 0 10px}.case-digital-box p{margin:0;color:#6f6157}
@media(max-width:980px){.digital-hero-wrap,.digital-feature-section{grid-template-columns:1fr!important}.digital-feature-grid,.digital-metrics-grid{grid-template-columns:1fr 1fr}.digital-mini-metrics{grid-template-columns:1fr 1fr}.digital-hero-image img{height:320px}}
@media(max-width:640px){.digital-feature-grid,.digital-metrics-grid,.digital-mini-metrics{grid-template-columns:1fr}.digital-hero-page{margin-top:96px}.digital-hero-image img{height:260px}.digital-page-cta .cta{padding-left:24px!important}}

/* ================================
   Digital Empowerment refinement 2026-05
   - full-width hero image
   - inline AI/Data/Field label
   - icon-separated core cards
   - animated metric numbers
================================ */
.digital-hero-page{
  margin-top:0!important;
  padding-top:0!important;
  background:linear-gradient(180deg,#fff7ec 0%,#fffdf8 100%)!important;
}
.digital-hero-full-image{
  width:100%;
  height:min(64vh,620px);
  min-height:360px;
  margin:0;
  overflow:hidden;
  border-radius:0 0 38px 38px;
  background:#fff4e8;
  box-shadow:0 24px 70px rgba(61,39,23,.12);
}
.digital-hero-full-image img{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
  object-position:center;
}
.digital-hero-wrap{
  display:block!important;
  max-width:1180px;
  margin:0 auto;
  padding:58px clamp(20px,5vw,72px) 80px!important;
}
.digital-hero-copy{
  max-width:980px;
}
.digital-hero-kicker-row{
  display:flex;
  align-items:center;
  gap:14px;
  margin-bottom:14px;
}
.digital-hero-kicker-row .kicker{
  display:inline-flex;
  width:auto;
  margin:0;
  border-radius:999px;
  padding:9px 13px;
  background:#fff8ee;
  border:1px solid #ecd6bc;
  box-shadow:0 12px 28px rgba(100,60,30,.08);
}
.digital-hero-copy h1{
  max-width:980px;
  margin-top:0;
}
.digital-hero-copy p{
  max-width:860px!important;
}
.digital-hero-image,
.digital-chip{
  display:none!important;
}
.digital-feature-grid{
  align-items:stretch;
}
.digital-feature-card{
  position:relative;
  overflow:hidden;
  padding:26px 24px 26px!important;
}
.digital-feature-card::after{
  content:"";
  position:absolute;
  left:24px;
  right:24px;
  top:76px;
  height:1px;
  background:linear-gradient(90deg,rgba(223,100,72,.45),rgba(236,214,188,.65),transparent);
}
.digital-feature-icon{
  position:relative;
  z-index:1;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:48px;
  height:48px;
  margin-bottom:20px;
  border-radius:18px;
  color:#df6448;
  background:#fff3df;
  border:1px solid #ecd6bc;
  box-shadow:0 12px 26px rgba(100,60,30,.08);
}
.digital-feature-icon svg{
  width:26px;
  height:26px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.digital-feature-card small{
  position:relative;
  z-index:1;
  color:#a96f38!important;
  letter-spacing:.04em;
  line-height:1.5;
}
.digital-feature-card h3{
  margin-top:8px;
  color:#2c211b;
}
.digital-feature-card p{
  color:#6f6157;
  line-height:1.9;
}
.digital-metric-card strong{
  display:block;
}
.digital-metric-card .counter-num{
  display:inline-block;
  font-family:'Noto Serif TC',serif;
  font-size:44px;
  color:#ffd166;
  line-height:1;
  font-weight:950;
  letter-spacing:-.05em;
  font-variant-numeric:tabular-nums;
}
@media(max-width:980px){
  .digital-hero-full-image{
    height:48vh;
    min-height:300px;
    border-radius:0 0 28px 28px;
  }
  .digital-hero-wrap{
    padding:42px 24px 64px!important;
  }
}
@media(max-width:640px){
  .digital-hero-full-image{
    height:42vh;
    min-height:240px;
    border-radius:0 0 24px 24px;
  }
  .digital-hero-wrap{
    padding:34px 20px 52px!important;
  }
  .digital-hero-copy h1{
    font-size:clamp(38px,11vw,56px)!important;
  }
  .digital-feature-card::after{
    top:74px;
  }
  .digital-metric-card .counter-num{
    font-size:40px;
  }
}

/* =========================================================
   Digital Empowerment - refined human / field layout v2
   2026-05 final adjustment: no full-bleed ugly hero; match the
   warm card rhythm used by "For Different Fields".
========================================================= */
.digital-hero-page.digital-hero-soft{
  margin-top:120px!important;
  padding-top:72px!important;
  padding-bottom:72px!important;
  background:
    radial-gradient(circle at 12% 20%, rgba(223,100,72,.13), transparent 26%),
    radial-gradient(circle at 88% 72%, rgba(0,184,200,.10), transparent 25%),
    linear-gradient(180deg,#fff8ee 0%,#fffdf8 100%)!important;
  border:1px solid rgba(236,214,188,.86)!important;
  overflow:hidden;
}
.digital-hero-page.digital-hero-soft::before{
  content:"";
  position:absolute;
  inset:18px;
  border-radius:28px;
  border:1px dashed rgba(169,111,56,.20);
  pointer-events:none;
}
.digital-hero-soft .digital-hero-copy{
  max-width:620px!important;
  position:relative;
  z-index:2;
}
.digital-hero-soft .digital-hero-copy .kicker{
  display:inline-flex!important;
  align-items:center;
  width:auto!important;
  margin-bottom:16px!important;
  padding:9px 14px!important;
  border-radius:999px!important;
  color:#a96f38!important;
  background:#fff8ee!important;
  border:1px solid #ecd6bc!important;
  box-shadow:0 12px 28px rgba(100,60,30,.08)!important;
  letter-spacing:.12em!important;
}
.digital-hero-soft .digital-hero-copy h1{
  margin:0!important;
  color:#2c211b!important;
  font-size:clamp(42px,5.6vw,76px)!important;
  line-height:1.1!important;
  letter-spacing:-.06em!important;
}
.digital-hero-soft .digital-hero-copy p{
  max-width:760px!important;
  margin-top:24px!important;
  color:#6f6157!important;
  font-size:18px!important;
  line-height:2.05!important;
  font-weight:700!important;
}
.digital-hero-visual{
  position:relative;
  min-height:460px;
  z-index:2;
}
.digital-hero-card{
  position:relative;
  width:min(100%,520px);
  margin-left:auto;
  padding:18px;
  border-radius:34px;
  background:#fffaf3;
  border:1px solid rgba(236,214,188,.95);
  box-shadow:0 26px 70px rgba(80,49,27,.14);
  transform:rotate(2deg);
}
.digital-hero-card::before{
  content:"";
  position:absolute;
  top:-17px;
  left:12%;
  width:96px;
  height:30px;
  border-radius:6px;
  background:rgba(224,172,112,.56);
  transform:rotate(-6deg);
  z-index:5;
  box-shadow:0 6px 14px rgba(80,49,27,.10);
}
.digital-hero-card img,
.digital-hero-placeholder{
  width:100%;
  height:410px;
  display:flex;
  align-items:center;
  justify-content:center;
  object-fit:cover;
  border-radius:24px;
  background:
    radial-gradient(circle at 20% 20%, rgba(223,100,72,.18), transparent 30%),
    linear-gradient(135deg,#fff1dd,#fff8ee);
  color:#a96f38;
  font-weight:950;
  letter-spacing:.12em;
}
.digital-hero-note{
  position:absolute;
  right:-18px;
  top:38px;
  display:flex;
  align-items:center;
  justify-content:center;
  width:112px;
  min-height:88px;
  padding:14px;
  text-align:center;
  border-radius:18px;
  background:#fff8ee;
  color:#d95e42;
  border:1px solid #ecd6bc;
  box-shadow:0 18px 38px rgba(80,49,27,.16);
  font-family:"Brush Script MT","Comic Sans MS",cursive;
  font-size:23px;
  line-height:1.05;
  transform:rotate(9deg);
}
.digital-hero-mini-board{
  position:absolute;
  left:34px;
  bottom:-34px;
  display:grid;
  gap:5px;
  min-width:230px;
  padding:16px 18px;
  border-radius:20px;
  background:#17142a;
  color:#fff;
  box-shadow:0 20px 48px rgba(23,20,42,.20);
}
.digital-hero-mini-board b{
  font-size:18px;
  letter-spacing:.02em;
}
.digital-hero-mini-board span{
  color:rgba(255,255,255,.72);
  font-size:13px;
  font-weight:800;
}
.digital-card-section.digital-feature-section{
  grid-template-columns:minmax(270px,360px) 1fr!important;
}
.digital-card-section .digital-feature-grid{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:18px!important;
  align-items:stretch!important;
}
.digital-card-section .digital-feature-card{
  position:relative!important;
  padding:26px 24px!important;
  border-radius:26px!important;
  background:#fffaf4!important;
  border:1px solid #ecd6bc!important;
  box-shadow:0 16px 42px rgba(100,60,30,.10)!important;
  overflow:hidden!important;
}
.digital-card-section .digital-feature-card::after{
  display:none!important;
  content:none!important;
}
.digital-card-section .digital-feature-icon{
  width:56px!important;
  height:56px!important;
  margin-bottom:20px!important;
  border-radius:22px!important;
  background:#fff3df!important;
  color:#df6448!important;
  border:1px solid #ecd6bc!important;
}
.digital-card-section .digital-feature-card small{
  display:block!important;
  margin-bottom:10px!important;
  color:#a96f38!important;
  font-size:13px!important;
  font-weight:950!important;
  line-height:1.5!important;
  letter-spacing:.04em!important;
}
.digital-card-section .digital-feature-card h3{
  margin:0!important;
  color:#2c211b!important;
  font-size:24px!important;
  line-height:1.3!important;
}
.digital-card-section .digital-feature-card p{
  margin:14px 0 0!important;
  color:#6f6157!important;
  font-size:15px!important;
  line-height:1.9!important;
}
@media(max-width:980px){
  .digital-hero-page.digital-hero-soft,
  .digital-card-section.digital-feature-section{
    grid-template-columns:1fr!important;
  }
  .digital-hero-page.digital-hero-soft{
    margin-top:96px!important;
    padding:54px 24px!important;
  }
  .digital-hero-visual{min-height:auto;margin-top:26px;}
  .digital-hero-card{margin:0 auto;transform:rotate(0deg);}
  .digital-card-section .digital-feature-grid{grid-template-columns:1fr!important;}
}
@media(max-width:640px){
  .digital-hero-page.digital-hero-soft{padding:44px 20px!important;}
  .digital-hero-soft .digital-hero-copy h1{font-size:clamp(36px,10vw,52px)!important;}
  .digital-hero-soft .digital-hero-copy p{font-size:16px!important;line-height:1.95!important;}
  .digital-hero-card{padding:12px;border-radius:26px;}
  .digital-hero-card img,.digital-hero-placeholder{height:280px;border-radius:20px;}
  .digital-hero-note{right:8px;top:22px;width:92px;min-height:72px;font-size:19px;}
  .digital-hero-mini-board{left:18px;right:18px;bottom:-28px;min-width:0;}
}

/* =========================================================
   Digital Empowerment Home Section - refined like fields cards
   Added after v96 stable styles; keeps backend-editable content.
========================================================= */
.digital-home-section.digital-home-fields{
  grid-template-columns:minmax(270px,360px) 1fr!important;
  gap:42px!important;
  align-items:start!important;
  background:
    radial-gradient(circle at 7% 12%, rgba(223,100,72,.12), transparent 26%),
    radial-gradient(circle at 94% 88%, rgba(211,154,82,.14), transparent 28%),
    linear-gradient(180deg,#fffaf3 0%,#fff7ee 100%)!important;
  border-top:1px solid rgba(180,130,92,.14);
  border-bottom:1px solid rgba(180,130,92,.14);
}
.digital-home-content{position:relative;z-index:2;display:grid;gap:18px;}
.digital-home-feature-grid{display:grid!important;grid-template-columns:repeat(3,1fr)!important;gap:16px!important;}
.digital-home-feature-card{
  position:relative;
  overflow:hidden;
  padding:24px!important;
  border-radius:24px!important;
  background:rgba(255,252,246,.9)!important;
  border:1px solid #ecd6bc!important;
  box-shadow:0 16px 42px rgba(100,60,30,.09)!important;
}
.digital-home-feature-card::after{
  content:"";
  position:absolute;
  right:-36px;
  bottom:-42px;
  width:120px;
  height:120px;
  border-radius:50%;
  background:rgba(223,100,72,.08);
  pointer-events:none;
}
.digital-home-feature-icon{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:46px!important;
  height:46px!important;
  border-radius:16px!important;
  background:#fff3e5!important;
  color:#df6448!important;
  box-shadow:inset 0 0 0 1px rgba(223,100,72,.13)!important;
  margin-bottom:14px!important;
}
.digital-home-feature-icon svg{width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round;}
.digital-home-feature-card small{display:block;color:#00a6b4;font-weight:950;margin-bottom:10px;line-height:1.5;}
.digital-home-feature-card h3{margin:0;color:#2c211b;font-size:clamp(22px,2vw,28px);line-height:1.22;letter-spacing:-.035em;}
.digital-home-feature-card p{margin:12px 0 0;color:#6f6157;font-size:15px;line-height:1.9;}
.digital-home-metrics{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:10px;
}
.digital-home-metrics div{
  border-radius:18px;
  background:#fff7ec;
  border:1px solid #ecd6bc;
  padding:14px 12px;
  text-align:center;
}
.digital-home-metrics strong{display:block;color:#df6448;font-size:24px;font-family:'Noto Serif TC',serif;line-height:1.1;}
.digital-home-metrics span{display:block;margin-top:4px;color:#6f6157;font-size:12px;font-weight:900;}
@media(max-width:980px){
  .digital-home-section.digital-home-fields{grid-template-columns:1fr!important;}
  .digital-home-feature-grid{grid-template-columns:1fr!important;}
  .digital-home-metrics{grid-template-columns:1fr 1fr;}
}
@media(max-width:640px){
  .digital-home-metrics{grid-template-columns:1fr;}
}


/* 數位賦能首頁 LIVE DATA：跟 Impact 區塊一致的左文右數據版型 */
.digital-home-stats{
  width:100%!important;
  margin:18px 0 0!important;
  box-shadow:var(--shadow)!important;
}
.digital-home-stats .band-intro h2{
  font-size:30px;
  line-height:1.35;
}
.digital-home-stats .band-intro p{
  font-size:15px;
  margin:8px 0 0;
}
.digital-home-stats-grid{
  display:grid!important;
  grid-template-columns:repeat(4,1fr)!important;
  gap:16px!important;
}
.digital-home-impact-stat .impact-combined{
  font-size:clamp(36px,3.6vw,54px)!important;
}
.digital-home-impact-stat .impact-label{
  font-size:14px!important;
}
@media(max-width:860px){
  .digital-home-stats{display:block!important;padding:18px!important;}
  .digital-home-stats-grid{grid-template-columns:repeat(2,1fr)!important;gap:12px!important;}
  .digital-home-impact-stat .impact-combined{font-size:38px!important;}
}
@media(max-width:520px){
  .digital-home-stats-grid{grid-template-columns:1fr!important;}
}

/* =========================================================
   Digital Empowerment Home LIVE DATA - final refinement
   User request: larger numbers, no icons.
========================================================= */
.digital-home-impact-stat .stat-icon{
  display:none!important;
}
.digital-home-impact-stat{
  min-height:170px!important;
  justify-content:center!important;
  padding:28px 18px!important;
}
.digital-home-impact-stat .impact-value{
  margin:0!important;
}
.digital-home-impact-stat .impact-combined{
  display:block!important;
  font-size:clamp(52px,5.6vw,82px)!important;
  line-height:.95!important;
  letter-spacing:-.055em!important;
}
.digital-home-impact-stat .impact-label{
  display:block!important;
  margin-top:18px!important;
  font-size:16px!important;
  line-height:1.45!important;
}
@media(max-width:860px){
  .digital-home-impact-stat{min-height:150px!important;}
  .digital-home-impact-stat .impact-combined{font-size:clamp(46px,10vw,68px)!important;}
}


/* FINAL FORCE: digital home live data big no icon */

/* =========================================================
   Digital Empowerment HOME - LIVE DATA final force patch
   目的：首頁數位賦能數據要像 Impact 區，但數字更大、不要 icon。
   這段放在 index.php 內，避免 CSS 快取造成畫面沒變。
========================================================= */
.digital-home-section .digital-home-feature-icon,
.digital-home-section .field-icon,
.digital-home-section .stat-icon,
.digital-home-section svg{
  display:none!important;
}
.digital-home-section .digital-home-stats{
  display:grid!important;
  grid-template-columns:minmax(260px,.95fr) minmax(0,1.65fr)!important;
  gap:26px!important;
  align-items:stretch!important;
  width:100%!important;
  margin:22px 0 0!important;
  padding:24px!important;
  border-radius:28px!important;
  background:rgba(255,253,248,.94)!important;
  border:1px solid rgba(239,216,189,.95)!important;
  box-shadow:0 18px 48px rgba(100,60,30,.10)!important;
}
.digital-home-section .digital-home-stats .band-intro{
  padding:14px 26px 14px 10px!important;
  border-right:1px dashed #eac8a6!important;
}
.digital-home-section .digital-home-stats .band-intro .kicker{
  color:#a96f38!important;
  font-size:14px!important;
  letter-spacing:.1em!important;
  font-weight:900!important;
}
.digital-home-section .digital-home-stats .band-intro h2{
  margin:8px 0 0!important;
  color:#2c211b!important;
  font-size:clamp(28px,2.6vw,40px)!important;
  line-height:1.25!important;
  letter-spacing:-.045em!important;
}
.digital-home-section .digital-home-stats .band-intro p{
  margin:12px 0 0!important;
  color:#6f6157!important;
  font-size:15px!important;
  line-height:1.9!important;
}
.digital-home-section .digital-home-stats-grid{
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:16px!important;
  align-items:stretch!important;
}
.digital-home-section .digital-home-impact-stat{
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:center!important;
  min-height:128px!important;
  padding:20px 12px!important;
  border-radius:24px!important;
  background:linear-gradient(180deg,#fffaf4,#fffdf9)!important;
  border:1px solid #efd8bd!important;
  text-align:center!important;
}
.digital-home-section .digital-home-impact-stat .impact-value{
  display:block!important;
  margin:0!important;
  padding:0!important;
}
.digital-home-section .digital-home-impact-stat .counter-num,
.digital-home-section .digital-home-impact-stat .impact-combined{
  display:block!important;
  color:#df6448!important;
  font-family:'Noto Serif TC',serif!important;
  font-size:clamp(28px,2.5vw,40px)!important;
  line-height:1.05!important;
  letter-spacing:-.045em!important;
  font-weight:950!important;
  white-space:nowrap!important;
}
.digital-home-section .digital-home-impact-stat .impact-label{
  display:block!important;
  margin-top:12px!important;
  color:#5d4637!important;
  font-size:15px!important;
  line-height:1.45!important;
  font-weight:900!important;
}
@media(max-width:980px){
  .digital-home-section .digital-home-stats{
    grid-template-columns:1fr!important;
  }
  .digital-home-section .digital-home-stats .band-intro{
    border-right:0!important;
    border-bottom:1px dashed #eac8a6!important;
    padding:8px 0 18px!important;
  }
  .digital-home-section .digital-home-stats-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
}
@media(max-width:560px){
  .digital-home-section .digital-home-stats-grid{
    grid-template-columns:1fr!important;
  }
  .digital-home-section .digital-home-impact-stat{min-height:150px!important;}
  .digital-home-section .digital-home-impact-stat .counter-num,
  .digital-home-section .digital-home-impact-stat .impact-combined{
    font-size:clamp(54px,15vw,78px)!important;
  }
}

/* =========================================================
   Digital Empowerment Single Page LIVE DATA
   改成跟「For Different Fields」一致的左文右卡片節奏。
   不用 icon，數字跳動保留，文字與數字皆由後台 digital.php 管理。
========================================================= */
.digital-page-metrics-section{
  grid-template-columns:minmax(270px,360px) 1fr!important;
  gap:42px!important;
  align-items:start!important;
  background:
    radial-gradient(circle at 8% 18%, rgba(223,100,72,.12), transparent 25%),
    radial-gradient(circle at 96% 82%, rgba(211,154,82,.14), transparent 28%),
    linear-gradient(180deg,#fffaf3 0%,#fff7ee 100%)!important;
  border-top:1px solid rgba(180,130,92,.14);
  border-bottom:1px solid rgba(180,130,92,.14);
}
.digital-page-metrics-copy .kicker{
  color:#a96f38!important;
}
.digital-page-metrics-copy h2{
  color:#2c211b!important;
}
.digital-page-metrics-copy p{
  color:#6f6157!important;
  line-height:2!important;
}
.digital-page-metrics-grid{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:18px!important;
  align-items:stretch!important;
}
.digital-page-metric-card{
  position:relative!important;
  min-height:190px!important;
  display:flex!important;
  flex-direction:column!important;
  justify-content:center!important;
  padding:30px 26px!important;
  border-radius:28px!important;
  background:rgba(255,252,246,.94)!important;
  border:1px solid #ecd6bc!important;
  box-shadow:0 16px 42px rgba(100,60,30,.10)!important;
  overflow:hidden!important;
}
.digital-page-metric-card::after{
  content:"";
  position:absolute;
  right:-44px;
  bottom:-48px;
  width:150px;
  height:150px;
  border-radius:50%;
  background:rgba(223,100,72,.08);
  pointer-events:none;
}
.digital-page-metric-card strong{
  position:relative;
  z-index:1;
  display:block!important;
  margin:0!important;
  font-family:'Noto Serif TC',serif!important;
  line-height:1!important;
}
.digital-page-metric-card .counter-num{
  display:inline-block!important;
  max-width:100%!important;
  color:#df6448!important;
  font-size:clamp(44px,4.4vw,66px)!important;
  line-height:1!important;
  font-weight:950!important;
  letter-spacing:-.06em!important;
  font-variant-numeric:tabular-nums!important;
  white-space:nowrap!important;
}
.digital-page-metric-card p{
  position:relative;
  z-index:1;
  margin:18px 0 0!important;
  color:#6f6157!important;
  font-size:16px!important;
  line-height:1.45!important;
  font-weight:950!important;
}
@media(max-width:980px){
  .digital-page-metrics-section{
    grid-template-columns:1fr!important;
  }
  .digital-page-metrics-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
}
@media(max-width:640px){
  .digital-page-metrics-grid{
    grid-template-columns:1fr!important;
  }
  .digital-page-metric-card{
    min-height:160px!important;
    padding:26px 22px!important;
  }
  .digital-page-metric-card .counter-num{
    font-size:clamp(44px,12vw,58px)!important;
  }
}

/* =========================================================
   Digital Empowerment Single Page LIVE DATA - match homepage
   單頁 /digital.php 的 LIVE DATA 改成與首頁 LIVE DATA 同一套版型。
   左文右數據、無 icon、數字跳動，並保留後台可改內容。
========================================================= */
.digital-page-metrics-section.digital-home-section{
  display:block!important;
  grid-template-columns:none!important;
  padding:36px!important;
  background:rgba(255,253,248,.82)!important;
  border:1px solid rgba(239,216,189,.85)!important;
  border-radius:var(--radius)!important;
  box-shadow:var(--shadow)!important;
}
.digital-page-metrics-section.digital-home-section::after{
  content:"";
  position:absolute;
  right:-70px;
  bottom:-100px;
  width:300px;
  height:220px;
  background:radial-gradient(circle,rgba(224,91,54,.12),transparent 70%);
  pointer-events:none;
}
.digital-page-metrics-section .digital-page-live-data-band{
  width:100%!important;
  margin:0!important;
}
.digital-page-metrics-section .digital-page-live-data-stat .stat-icon,
.digital-page-metrics-section .digital-page-live-data-stat svg{
  display:none!important;
}
@media(max-width:860px){
  .digital-page-metrics-section.digital-home-section{
    padding:18px!important;
  }
}
