.elementor-313 .elementor-element.elementor-element-2376c69{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-313 .elementor-element.elementor-element-c99337c{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-313 .elementor-element.elementor-element-9f5877f{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-313 .elementor-element.elementor-element-a3d875c{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-313 .elementor-element.elementor-element-5fa05b4{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-313 .elementor-element.elementor-element-21563da{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-313 .elementor-element.elementor-element-03c241d{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-313 .elementor-element.elementor-element-bdf38a7{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-313 .elementor-element.elementor-element-d92a11f{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-313 .elementor-element.elementor-element-03fb1c4{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-313 .elementor-element.elementor-element-bd25619{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-313 .elementor-element.elementor-element-4cd2ea5{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-96fc7ef */@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,600;0,700;1,400;1,600&family=DM+Sans:wght@300;400;500&display=swap');

/* ======================================================
   POUNCE / HUNTING MASTER - OUR STORY PAGE  v3
   变更摘要:
   1. 所有多列 grid 改为 minmax(0,1fr) —— 修复 1fr 默认
      min-width:auto 导致内容把列撑宽、整页溢出的问题
   2. 删除 calc(100vw - 40px) —— 100vw 在有滚动条/嵌套
      Elementor 容器时会比真实宽度大, 改用 100%
   3. 文末重复的 "Fix pull quote overflow" 补丁块已合并
      进正式的 tablet / mobile 媒体查询, 去掉重复规则
   4. 引用文字全尺寸强制 overflow-wrap:break-word
====================================================== */

.hm-story-site,
.hm-story-site *,
.hm-story-site *::before,
.hm-story-site *::after{
  box-sizing:border-box;
  margin:0;
  padding:0;
}

html{scroll-behavior:smooth;}

.hm-story-site{
  width:100%;
  max-width:none!important;
  min-width:0;
  overflow-x:hidden;
  font-family:"DM Sans",system-ui,sans-serif;
  background:#faf8f4;
  color:#18180f;
  -webkit-font-smoothing:antialiased;
  font-size:17px;
  line-height:1.7;
}

/* 防止任何 grid/flex 子项以 min-content 撑破布局 */
.hm-story-site .story-hero>*,
.hm-story-site .pull-quote-section>*,
.hm-story-site .realisation-section>*,
.hm-story-site .dundun-section>*,
.hm-story-site .beliefs-header>*,
.hm-story-site .story-cta>*,
.hm-story-site .footer-top>*{
  min-width:0;
}

.hm-story-site a{color:inherit;text-decoration:none;box-shadow:none!important;}
.hm-story-site img{display:block;width:100%;max-width:100%;height:auto;margin:0!important;}
.hm-story-site button,.hm-story-site a{font-family:inherit;}
.hm-story-site h1,.hm-story-site h2,.hm-story-site h3,.hm-story-site h4,
.hm-story-site p,.hm-story-site blockquote{margin-top:0;margin-bottom:0;}

.hm-story-site .story-hero,
.hm-story-site .pull-quote-section,
.hm-story-site .timeline-section,
.hm-story-site .realisation-section,
.hm-story-site .dundun-section,
.hm-story-site .beliefs-section,
.hm-story-site .promise-section,
.hm-story-site .team-section,
.hm-story-site .story-cta,
.hm-story-site footer{
  width:100%;
  max-width:none!important;
}

/* ---------- NAV / BREADCRUMB ---------- */
.hm-story-site .hm-main-nav{
  position:fixed!important;
  top:0;left:0;right:0;
  width:100%;
  z-index:9999;
  height:64px;
  padding:0 52px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  background:rgba(250,248,244,.97);
  backdrop-filter:blur(14px);
  border-bottom:1px solid #dde8cc;
}

body.admin-bar .hm-story-site .hm-main-nav{top:32px;}
.hm-story-site .hm-nav-spacer{height:64px;background:#faf8f4;}
.hm-story-site .logo{display:flex;align-items:center;}
.hm-story-site .logo img{height:48px;width:auto;}
.hm-story-site .nav-links{display:flex;gap:32px;list-style:none;}
.hm-story-site .nav-links a{font-size:13px;color:#2e2e22;transition:color .2s;}
.hm-story-site .nav-links a:hover,
.hm-story-site .nav-links a.active{color:#2d4a1e;}
.hm-story-site .nav-right{display:flex;align-items:center;gap:20px;}
.hm-story-site .nav-icon{width:20px;height:20px;color:#2e2e22;cursor:pointer;}

.hm-story-site .btn-nav,
.hm-story-site .btn-primary,
.hm-story-site .btn-light{border-radius:0!important;text-decoration:none!important;}

.hm-story-site .btn-nav{
  font-size:13px;font-weight:500;letter-spacing:.06em;text-transform:uppercase;
  padding:10px 22px;background:#2d4a1e;color:#c8e0a8;border:none;cursor:pointer;transition:all .2s;
}
.hm-story-site .btn-nav:hover{background:#111c0d;}

.hm-story-site .breadcrumb{
  position:relative!important;top:auto!important;height:auto!important;
  min-height:43px;z-index:1;padding:13px 52px;
  border-bottom:1px solid #dde8cc;background:#faf8f4;
  display:flex;align-items:center;gap:6px;justify-content:flex-start;
}
.hm-story-site .breadcrumb a,.hm-story-site .bc-sep,.hm-story-site .bc-current{font-size:13px;}
.hm-story-site .breadcrumb a{color:#8a8a78;transition:color .2s;}
.hm-story-site .breadcrumb a:hover{color:#2d4a1e;}
.hm-story-site .bc-sep{color:#dde8cc;}
.hm-story-site .bc-current{color:#2e2e22;}

/* ---------- SHARED ---------- */
.hm-story-site .section-tag,
.hm-story-site .hero-eyebrow,
.hm-story-site .dundun-cat-name{
  font-size:13px;font-weight:500;letter-spacing:.12em;text-transform:uppercase;
  color:#4a7a2c;margin-bottom:12px;display:flex;align-items:center;gap:8px;
}
.hm-story-site .hero-eyebrow{letter-spacing:.14em;color:#9dc96a;margin-bottom:20px;gap:10px;}
.hm-story-site .section-tag::before,
.hm-story-site .hero-eyebrow::before,
.hm-story-site .dundun-cat-name::before{
  content:"";width:20px;height:1px;background:#6b9e45;flex:0 0 auto;
}
.hm-story-site .hero-eyebrow::before{width:28px;}

.hm-story-site h2.sh2,
.hm-story-site .dundun-title,
.hm-story-site .story-cta-title{
  font-family:"Playfair Display",Georgia,serif;
  font-size:clamp(26px,3vw,44px);
  font-weight:700;line-height:1.1;color:#18180f;letter-spacing:-.02em;
}
.hm-story-site h2.sh2 em,
.hm-story-site .dundun-title em,
.hm-story-site .story-cta-title em{font-style:italic;color:#4a7a2c;}

.hm-story-site .btn-primary,
.hm-story-site .btn-light{
  font-size:13px;font-weight:500;letter-spacing:.08em;text-transform:uppercase;
  padding:16px 36px;border:none;cursor:pointer;transition:all .2s;
  display:inline-block;white-space:nowrap;
}
.hm-story-site .btn-primary{background:#2d4a1e;color:#c8e0a8;}
.hm-story-site .btn-primary:hover{background:#111c0d;color:#fff;}
.hm-story-site .btn-light{background:#faf8f4;color:#2d4a1e;}
.hm-story-site .btn-light:hover{background:#fff;}
.hm-story-site .btn-text{
  font-size:15px;color:#8a8a78;border-bottom:1px solid #dde8cc;padding-bottom:2px;
  transition:color .2s;cursor:pointer;background:none;
  border-top:none;border-left:none;border-right:none;
}
.hm-story-site .btn-text:hover{color:#2d4a1e;}

/* ---------- HERO ---------- */
.hm-story-site .story-hero{
  min-height:76vh;
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(0,1fr);
  overflow:hidden;
}
.hm-story-site .hero-img-col{position:relative;overflow:hidden;background:#1e3014;}
.hm-story-site .hero-img-col img{
  width:100%;height:100%;object-fit:cover;object-position:center 30%;filter:brightness(.88);
}
.hm-story-site .hero-img-overlay{
  position:absolute;inset:0;
  background:linear-gradient(to right,rgba(17,28,13,.3),transparent 60%);
}
.hm-story-site .hero-text-col{
  background:#111c0d;padding:80px 72px;
  display:flex;flex-direction:column;justify-content:center;
  position:relative;overflow:hidden;
}
.hm-story-site .hero-text-col::before{
  content:"";position:absolute;bottom:-60px;right:-60px;
  width:300px;height:300px;border-radius:50%;
  background:rgba(74,122,44,.07);pointer-events:none;
}
.hm-story-site h1.hero-h1{
  font-family:"Playfair Display",Georgia,serif;
  font-size:clamp(38px,4.5vw,62px);
  font-weight:700;line-height:1;letter-spacing:-.025em;
  color:#faf8f4;margin-bottom:24px;
}
.hm-story-site h1.hero-h1 em{font-style:italic;color:#9dc96a;}
.hm-story-site .hero-body{
  max-width:420px;margin-bottom:48px;
  font-family:"Playfair Display",Georgia,serif;font-style:italic;
  font-size:19px;color:rgba(255,255,255,.55);line-height:1.8;
}
.hm-story-site .hero-scroll-cue{
  display:flex;align-items:center;gap:12px;
  font-size:13px;letter-spacing:.1em;text-transform:uppercase;
  color:rgba(255,255,255,.3);
}
.hm-story-site .scroll-line{
  width:40px;height:1px;background:rgba(255,255,255,.2);
  position:relative;overflow:hidden;
}
.hm-story-site .scroll-line::after{
  content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;
  background:#9dc96a;animation:scanline 2s ease-in-out infinite;
}
@keyframes scanline{0%{left:-100%;}100%{left:100%;}}

/* ---------- PULL QUOTE ---------- */
.hm-story-site .pull-quote-section{
  padding:88px 52px;
  background:#faf8f4;
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(0,2fr);
  gap:80px;
  align-items:center;
  border-bottom:1px solid #dde8cc;
}
.hm-story-site .pull-label{
  font-size:13px;font-weight:500;letter-spacing:.12em;text-transform:uppercase;
  color:#8a8a78;line-height:1.8;
}
.hm-story-site .pull-label span{display:block;}

.hm-story-site blockquote.pull-quote{
  width:100%;max-width:100%;min-width:0;
  font-family:"Playfair Display",Georgia,serif;
  font-size:clamp(22px,2.8vw,36px);
  font-weight:400;font-style:italic;color:#18180f;line-height:1.45;
  border-left:4px solid #6b9e45;padding-left:36px;
  position:relative;
}
.hm-story-site blockquote.pull-quote::before{
  content:"\201C";
  font-family:"Playfair Display",Georgia,serif;
  font-size:120px;color:#e8f3d8;
  position:absolute;top:-20px;left:-8px;line-height:1;
  pointer-events:none;z-index:0;
}
.hm-story-site blockquote.pull-quote p{
  position:relative;z-index:1;
  max-width:100%;min-width:0;
  white-space:normal;
  overflow-wrap:break-word;
  word-break:normal;
}
.hm-story-site blockquote.pull-quote cite{
  display:block;margin-top:20px;
  font-size:15px;font-style:normal;color:#8a8a78;letter-spacing:.03em;
  white-space:normal;overflow-wrap:break-word;
}

/* ---------- TIMELINE ---------- */
.hm-story-site .timeline-section{padding:88px 52px;background:#faf8f4;}
.hm-story-site .timeline-header{margin-bottom:72px;}
.hm-story-site .timeline-items{display:flex;flex-direction:column;gap:0;}
.hm-story-site .tl-item{
  display:grid;
  grid-template-columns:minmax(0,1fr) 80px minmax(0,1fr);
  align-items:stretch;
  min-height:300px;
}
.hm-story-site .tl-spine{display:flex;flex-direction:column;align-items:center;position:relative;}
.hm-story-site .tl-spine-line{width:1px;background:#dde8cc;flex:1;}
.hm-story-site .tl-dot{
  width:14px;height:14px;border-radius:50%;background:#4a7a2c;
  border:3px solid #faf8f4;outline:1px solid #4a7a2c;flex-shrink:0;z-index:1;
}
.hm-story-site .tl-year-tag{
  position:absolute;top:50%;transform:translateY(-50%);
  font-size:11px;font-weight:600;letter-spacing:.08em;color:#4a7a2c;
  white-space:nowrap;background:#faf8f4;padding:0 8px;margin-top:28px;
}
.hm-story-site .tl-content{
  padding:40px 48px;display:flex;flex-direction:column;justify-content:center;
}
.hm-story-site .tl-empty{background:#f2f7ea;overflow:hidden;}
.hm-story-site .tl-empty img{
  width:100%;height:100%;object-fit:cover;object-position:center;
  transition:transform .55s ease;
}
.hm-story-site .tl-item:hover .tl-empty img{transform:scale(1.03);}
.hm-story-site .tl-item.flip .tl-content{order:3;}
.hm-story-site .tl-item.flip .tl-spine{order:2;}
.hm-story-site .tl-item.flip .tl-empty{order:1;}
.hm-story-site .tl-year{
  font-size:13px;font-weight:600;letter-spacing:.1em;color:#4a7a2c;margin-bottom:10px;
}
.hm-story-site .tl-title{
  font-family:"Playfair Display",Georgia,serif;
  font-size:clamp(20px,2.2vw,28px);font-weight:700;color:#18180f;
  margin-bottom:14px;line-height:1.2;
}
.hm-story-site .tl-body{font-size:17px;color:#525240;line-height:1.85;margin-bottom:16px;}
.hm-story-site .tl-insight{
  background:#f2f7ea;border-left:3px solid #9dc96a;padding:12px 16px;
  font-size:15px;font-style:italic;color:#2e2e22;line-height:1.6;
}

/* ---------- REALISATION ---------- */
.hm-story-site .realisation-section{
  background:#111c0d;padding:100px 52px;
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(0,1fr);
  gap:80px;align-items:center;
  position:relative;overflow:hidden;
}
.hm-story-site .realisation-section::after{
  content:"INSTINCT";
  position:absolute;
  font-family:"Playfair Display",Georgia,serif;
  font-size:200px;font-weight:700;color:rgba(255,255,255,.025);
  right:-20px;bottom:-30px;line-height:1;pointer-events:none;letter-spacing:-.05em;
}
.hm-story-site .realisation-left,
.hm-story-site .realisation-right{position:relative;z-index:1;}
.hm-story-site .realisation-section .section-tag{color:#9dc96a;}
.hm-story-site .realisation-section .section-tag::before{background:#6b9e45;}
.hm-story-site .realisation-section h2{color:#faf8f4;margin-bottom:28px;}
.hm-story-site .realisation-section h2 em{color:#9dc96a;}
.hm-story-site .realisation-body{
  font-family:"Playfair Display",Georgia,serif;font-style:italic;
  font-size:19px;color:rgba(255,255,255,.55);line-height:1.85;margin-bottom:32px;
}
.hm-story-site .realisation-list{
  display:flex;flex-direction:column;border:1px solid rgba(255,255,255,.08);
}
.hm-story-site .rl-item{
  display:grid;grid-template-columns:48px minmax(0,1fr);
  border-bottom:1px solid rgba(255,255,255,.06);
}
.hm-story-site .rl-item:last-child{border-bottom:none;}
.hm-story-site .rl-num{
  font-family:"Playfair Display",Georgia,serif;
  font-size:13px;font-weight:700;color:#9dc96a;
  padding:18px 0 18px 18px;border-right:1px solid rgba(255,255,255,.06);
  display:flex;align-items:center;justify-content:center;
}
.hm-story-site .rl-text{
  padding:18px 20px;font-size:15px;color:rgba(255,255,255,.55);line-height:1.65;
}
.hm-story-site .rl-text strong{color:rgba(255,255,255,.85);font-weight:500;}
.hm-story-site .realisation-right img{
  width:100%;aspect-ratio:16/9;object-fit:cover;object-position:center 20%;filter:brightness(.8);
}
.hm-story-site .realisation-caption{
  background:#2d4a1e;padding:18px 20px;
  font-size:15px;font-style:italic;color:#c8e0a8;line-height:1.5;
}

/* ---------- DUNDUN ---------- */
.hm-story-site .dundun-section{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(0,1fr);
  min-height:420px;overflow:hidden;
  border-top:1px solid #dde8cc;border-bottom:1px solid #dde8cc;
}
.hm-story-site .dundun-img{overflow:hidden;position:relative;background:#f2f7ea;}
.hm-story-site .dundun-img img{
  width:100%;height:100%;object-fit:cover;object-position:center 20%;
  transition:transform .6s ease;
}
.hm-story-site .dundun-section:hover .dundun-img img{transform:scale(1.03);}
.hm-story-site .dundun-text{
  padding:72px 64px;background:#faf8f4;
  display:flex;flex-direction:column;justify-content:center;
}
.hm-story-site .dundun-title{margin-bottom:20px;}
.hm-story-site .dundun-body{font-size:17px;color:#525240;line-height:1.85;margin-bottom:28px;}
.hm-story-site .dundun-body p{margin-bottom:16px;}
.hm-story-site .dundun-body p:last-child{margin-bottom:0;}
.hm-story-site .dundun-footnote{
  font-size:15px;color:#8a8a78;font-style:italic;
  border-top:1px solid #dde8cc;padding-top:20px;
}

/* ---------- BELIEFS ---------- */
.hm-story-site .beliefs-section{padding:88px 52px;background:#f5f0e8;}
.hm-story-site .beliefs-header{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(0,1fr);
  gap:80px;align-items:end;margin-bottom:56px;
}
.hm-story-site .beliefs-lead{font-size:17px;color:#525240;line-height:1.85;}
.hm-story-site .beliefs-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:1px;background:#dde8cc;border:1px solid #dde8cc;overflow:hidden;
}
.hm-story-site .belief-item{
  background:#faf8f4;padding:36px 28px;transition:background .2s;cursor:default;
}
.hm-story-site .belief-item:hover{background:#f2f7ea;}
.hm-story-site .belief-icon{width:32px;height:32px;color:#4a7a2c;margin-bottom:20px;}
.hm-story-site .belief-word{
  font-family:"Playfair Display",Georgia,serif;
  font-size:clamp(18px,2vw,24px);font-weight:700;color:#2d4a1e;margin-bottom:6px;
}
.hm-story-site .belief-en{font-size:15px;color:#525240;line-height:1.6;}

/* ---------- PROMISE ---------- */
.hm-story-site .promise-section{
  padding:88px 52px;background:#2d4a1e;text-align:center;
  position:relative;overflow:hidden;
}
.hm-story-site .promise-section::before{
  content:"";position:absolute;inset:0;
  background-image:url("https://images.unsplash.com/photo-1478098711619-5ab0b478d6e6?auto=format&fit=crop&w=1600&q=40");
  background-size:cover;background-position:center;opacity:.07;pointer-events:none;
}
.hm-story-site .promise-inner{position:relative;z-index:1;max-width:680px;margin:0 auto;}
.hm-story-site .promise-section .section-tag{justify-content:center;color:#9dc96a;}
.hm-story-site .promise-section .section-tag::before{display:none;}
.hm-story-site .promise-section h2{color:#faf8f4;margin-bottom:20px;}
.hm-story-site .promise-section h2 em{color:#9dc96a;}
.hm-story-site .promise-body{
  font-family:"Playfair Display",Georgia,serif;font-style:italic;
  font-size:19px;color:rgba(255,255,255,.6);line-height:1.8;margin-bottom:48px;
}
.hm-story-site .promise-values{
  display:flex;justify-content:center;gap:48px;margin-bottom:52px;flex-wrap:wrap;
}
.hm-story-site .promise-val{text-align:center;}
.hm-story-site .promise-val-word{
  font-family:"Playfair Display",Georgia,serif;
  font-size:22px;font-weight:700;color:#faf8f4;margin-bottom:4px;
}
.hm-story-site .promise-val-sub{
  font-size:11px;letter-spacing:.1em;text-transform:uppercase;color:rgba(255,255,255,.35);
}
.hm-story-site .promise-divider{width:1px;background:rgba(255,255,255,.1);align-self:stretch;}

/* ---------- TEAM, CTA, FOOTER ---------- */
.hm-story-site .team-section{padding:88px 52px;background:#faf8f4;}
.hm-story-site .team-grid{
  display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-top:52px;
}
.hm-story-site .team-card{background:#f2f7ea;border:1px solid #dde8cc;overflow:hidden;}
.hm-story-site .team-card-img{aspect-ratio:4/5;overflow:hidden;}
.hm-story-site .team-card-img img{width:100%;height:100%;object-fit:cover;transition:transform .45s;}
.hm-story-site .team-card:hover .team-card-img img{transform:scale(1.04);}
.hm-story-site .team-card-body{padding:24px 24px 28px;}
.hm-story-site .team-name{
  font-family:"Playfair Display",Georgia,serif;
  font-size:19px;font-weight:700;color:#18180f;margin-bottom:4px;
}
.hm-story-site .team-role{
  font-size:13px;font-weight:500;letter-spacing:.08em;text-transform:uppercase;
  color:#4a7a2c;margin-bottom:12px;
}
.hm-story-site .team-bio{font-size:15px;color:#525240;line-height:1.7;}

.hm-story-site .story-cta{
  padding:88px 52px;background:#f2f7ea;
  display:grid;grid-template-columns:minmax(0,1fr) auto;
  gap:48px;align-items:center;border-top:1px solid #dde8cc;
}
.hm-story-site .story-cta-left .section-tag{margin-bottom:10px;}
.hm-story-site .story-cta-title{margin-bottom:12px;}
.hm-story-site .story-cta-body{font-size:17px;color:#525240;line-height:1.8;max-width:480px;}
.hm-story-site .story-cta-right{display:flex;flex-direction:column;align-items:flex-end;gap:12px;}

.hm-story-site footer{background:#111c0d;padding:52px 52px 28px;}
.hm-story-site .footer-top{
  display:grid;grid-template-columns:minmax(0,2fr) minmax(0,1fr) minmax(0,1fr);
  gap:48px;padding-bottom:44px;
  border-bottom:1px solid rgba(255,255,255,.07);margin-bottom:24px;
}
.hm-story-site .footer-logo img{
  height:30px;width:auto;filter:brightness(0) invert(1) opacity(.85);margin-bottom:10px!important;
}
.hm-story-site .footer-tagline{
  font-size:15px;font-style:italic;color:rgba(255,255,255,.3);line-height:1.7;max-width:200px;
}
.hm-story-site .fc-title{
  font-size:13px;font-weight:500;letter-spacing:.14em;text-transform:uppercase;
  color:#9dc96a;margin-bottom:12px;
}
.hm-story-site .fc-links{list-style:none;display:flex;flex-direction:column;gap:8px;}
.hm-story-site .fc-links a{font-size:15px;color:rgba(255,255,255,.36);transition:color .2s;}
.hm-story-site .fc-links a:hover{color:rgba(255,255,255,.88);}
.hm-story-site .footer-bottom{
  display:flex;justify-content:space-between;font-size:13px;color:rgba(255,255,255,.18);
}

/* ---------- ANIMATION ---------- */
.hm-story-site .fade-in{opacity:1;transform:none;}
.hm-story-site .hm-story-js .fade-in{
  opacity:0;transform:translateY(24px);
  transition:opacity .7s ease,transform .7s ease;
}
.hm-story-site .hm-story-js .fade-in.visible{opacity:1;transform:translateY(0);}
@keyframes fadeUp{
  from{opacity:0;transform:translateY(20px);}
  to{opacity:1;transform:translateY(0);}
}
.hm-story-site .story-hero .hero-text-col>*{opacity:0;animation:fadeUp .65s ease forwards;}
.hm-story-site .hero-eyebrow{animation-delay:.1s;}
.hm-story-site h1.hero-h1{animation-delay:.2s;}
.hm-story-site .hero-body{animation-delay:.3s;}
.hm-story-site .hero-scroll-cue{animation-delay:.45s;}
@media (prefers-reduced-motion:reduce){
  .hm-story-site *{animation:none!important;transition:none!important;}
  .hm-story-site .story-hero .hero-text-col>*{opacity:1;}
}

/* ======================================================
   TABLET (768 - 1024)
====================================================== */
@media (min-width:768px) and (max-width:1024px){
  .hm-story-site .hm-main-nav{padding:0 28px;}
  .hm-story-site .nav-links{gap:20px;}
  .hm-story-site .hero-text-col{padding:64px 42px;}

  .hm-story-site .timeline-section,
  .hm-story-site .beliefs-section,
  .hm-story-site .promise-section,
  .hm-story-site .team-section,
  .hm-story-site .story-cta{padding-left:32px;padding-right:32px;}

  .hm-story-site .realisation-section{padding:80px 32px;gap:44px;}

  /* Pull quote: 平铺单列, 防止两列挤压 */
  .hm-story-site .pull-quote-section{
    display:block;
    padding:48px 32px;
  }
  .hm-story-site .pull-label{margin-bottom:18px;color:#4a7a2c;}
  .hm-story-site .pull-label span{display:inline;}
  .hm-story-site .pull-label span:not(:last-child)::after{content:" ";}
  .hm-story-site blockquote.pull-quote{
    font-size:clamp(22px,3vw,28px);
    line-height:1.45;
    padding-left:24px;
    border-left:3px solid #6b9e45;
  }
  .hm-story-site blockquote.pull-quote::before{display:none;}

  .hm-story-site .tl-item{grid-template-columns:minmax(0,1fr) 58px minmax(0,1fr);min-height:280px;}
  .hm-story-site .tl-content{padding:30px 26px;}
  .hm-story-site .beliefs-header{gap:44px;}
  .hm-story-site .beliefs-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
  .hm-story-site .dundun-text{padding:56px 40px;}
  .hm-story-site footer{padding-left:32px;padding-right:32px;}
}

/* ======================================================
   MOBILE (<= 767)
====================================================== */
@media (max-width:767px){
  body.admin-bar .hm-story-site .hm-main-nav{top:46px;}

  .hm-story-site{font-size:15px;line-height:1.65;overflow-x:hidden;}

  .hm-story-site .hm-main-nav{height:60px;padding:0 20px;}
  .hm-story-site .hm-nav-spacer{height:60px;}
  .hm-story-site .logo img{height:39px;}
  .hm-story-site .nav-links,
  .hm-story-site .nav-icon{display:none;}
  .hm-story-site .nav-right{gap:0;}
  .hm-story-site .btn-nav{padding:9px 15px;font-size:11px;}
  .hm-story-site .breadcrumb{
    padding:10px 20px;min-height:40px;
    overflow:hidden;white-space:nowrap;text-overflow:ellipsis;
  }

  .hm-story-site .section-tag,
  .hm-story-site .hero-eyebrow,
  .hm-story-site .dundun-cat-name{font-size:11px;letter-spacing:.13em;margin-bottom:10px;}

  .hm-story-site h2.sh2,
  .hm-story-site .dundun-title,
  .hm-story-site .story-cta-title{
    font-size:clamp(28px,7.8vw,34px)!important;
    line-height:1.06!important;
    letter-spacing:-.025em;
    max-width:100%;
  }

  /* Hero */
  .hm-story-site .story-hero{display:flex;flex-direction:column;min-height:0;}
  .hm-story-site .hero-img-col{height:42vw;min-height:170px;max-height:250px;}
  .hm-story-site .hero-img-col img{object-position:center 32%;}
  .hm-story-site .hero-img-overlay{
    background:linear-gradient(to bottom,rgba(17,28,13,.12),rgba(17,28,13,.38));
  }
  .hm-story-site .hero-text-col{padding:32px 20px 38px;background:#111c0d;}
  .hm-story-site .hero-text-col::before{width:160px;height:160px;right:-50px;bottom:-50px;}
  .hm-story-site h1.hero-h1{
    font-size:clamp(34px,9.8vw,41px)!important;
    line-height:1.03!important;
    margin-bottom:14px;max-width:340px;
  }
  .hm-story-site .hero-body{font-size:15px;line-height:1.6;margin-bottom:0;max-width:330px;}
  .hm-story-site .hero-scroll-cue{display:none;}

  /* Pull quote: 单列、按父容器宽度伸缩、强制换行 */
  .hm-story-site .pull-quote-section{
    display:block!important;
    width:100%!important;
    max-width:100%!important;
    padding:38px 20px 40px!important;
    border-bottom:1px solid #dde8cc;
  }
  .hm-story-site .pull-label{
    display:block!important;
    width:100%!important;
    font-size:11px!important;
    line-height:1.45!important;
    letter-spacing:.14em;
    margin-bottom:16px!important;
    color:#4a7a2c!important;
  }
  .hm-story-site .pull-label span{display:inline!important;}
  .hm-story-site .pull-label span:not(:last-child)::after{content:" "!important;}

  .hm-story-site blockquote.pull-quote{
    display:block!important;
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    padding-left:16px!important;
    padding-right:0!important;
    border-left:2px solid #6b9e45!important;
    font-size:clamp(18px,4.8vw,21px)!important;
    line-height:1.52!important;
    letter-spacing:-.005em;
    white-space:normal!important;
    overflow:visible!important;
  }
  .hm-story-site blockquote.pull-quote::before{display:none!important;}
  .hm-story-site blockquote.pull-quote p{
    display:block!important;
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    white-space:normal!important;
    overflow-wrap:break-word!important;
    word-break:normal!important;
    hyphens:auto;
  }
  .hm-story-site blockquote.pull-quote cite{
    display:block!important;
    max-width:100%!important;
    margin-top:14px!important;
    font-size:12px!important;
    line-height:1.5!important;
    white-space:normal!important;
    overflow-wrap:break-word!important;
  }

  /* Timeline cards */
  .hm-story-site .timeline-section{padding:46px 20px 52px;background:#faf8f4;}
  .hm-story-site .timeline-header{margin-bottom:24px;}
  .hm-story-site .timeline-items{gap:18px;}
  .hm-story-site .tl-item,
  .hm-story-site .tl-item.flip{
    display:flex;flex-direction:column;min-height:0;margin:0;
    border:1px solid #dde8cc;background:#faf8f4;overflow:hidden;
  }
  .hm-story-site .tl-spine{display:none;}
  .hm-story-site .tl-item .tl-empty,
  .hm-story-site .tl-item.flip .tl-empty{order:1!important;height:160px;background:#f2f7ea;}
  .hm-story-site .tl-empty img{height:100%;width:100%;object-fit:cover;object-position:center 30%;}
  .hm-story-site .tl-item .tl-content,
  .hm-story-site .tl-item.flip .tl-content{order:2!important;padding:20px 18px 22px;display:block;}
  .hm-story-site .tl-year{font-size:11px;margin-bottom:8px;letter-spacing:.12em;}
  .hm-story-site .tl-title{font-size:22px;line-height:1.1;margin-bottom:10px;letter-spacing:-.015em;}
  .hm-story-site .tl-body{font-size:14px;line-height:1.68;margin-bottom:14px;color:#525240;}
  .hm-story-site .tl-insight{font-size:13px;line-height:1.55;padding:10px 12px;}

  /* Realisation */
  .hm-story-site .realisation-section{display:block;padding:52px 20px;background:#111c0d;}
  .hm-story-site .realisation-section::after{font-size:72px;right:-8px;bottom:-10px;}
  .hm-story-site .realisation-section h2{margin-bottom:18px;}
  .hm-story-site .realisation-body{font-size:15px;line-height:1.65;margin-bottom:22px;}
  .hm-story-site .realisation-list{margin-bottom:26px;}
  .hm-story-site .rl-item{grid-template-columns:36px minmax(0,1fr);}
  .hm-story-site .rl-num{padding:14px 0;font-size:12px;}
  .hm-story-site .rl-text{padding:14px;font-size:13px;line-height:1.55;}
  .hm-story-site .realisation-right img{height:210px;aspect-ratio:auto;object-fit:cover;}
  .hm-story-site .realisation-caption{padding:14px 16px;font-size:13px;line-height:1.45;}

  /* Dundun */
  .hm-story-site .dundun-section{display:flex;flex-direction:column;min-height:0;}
  .hm-story-site .dundun-img{height:235px;order:1;}
  .hm-story-site .dundun-text{order:2;padding:40px 20px;}
  .hm-story-site .dundun-body{font-size:14px;line-height:1.68;margin-bottom:20px;}
  .hm-story-site .dundun-body p{margin-bottom:12px;}
  .hm-story-site .dundun-footnote{font-size:13px;padding-top:16px;}

  /* Beliefs */
  .hm-story-site .beliefs-section{padding:50px 20px;background:#f5f0e8;}
  .hm-story-site .beliefs-header{display:block;margin-bottom:24px;}
  .hm-story-site .beliefs-lead{font-size:14px;line-height:1.65;margin-top:14px;}
  .hm-story-site .beliefs-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
  .hm-story-site .belief-item{padding:20px 14px;}
  .hm-story-site .belief-icon{width:22px;height:22px;margin-bottom:10px;}
  .hm-story-site .belief-word{font-size:19px;line-height:1.08;margin-bottom:6px;}
  .hm-story-site .belief-en{font-size:12.5px;line-height:1.45;}

  /* Promise */
  .hm-story-site .promise-section{padding:54px 20px;}
  .hm-story-site .promise-body{font-size:15px;line-height:1.65;margin-bottom:26px;}
  .hm-story-site .promise-values{
    display:grid;grid-template-columns:repeat(3,minmax(0,1fr));
    gap:10px;margin-bottom:28px;
  }
  .hm-story-site .promise-val{padding:12px 6px;border:1px solid rgba(255,255,255,.1);}
  .hm-story-site .promise-val-word{font-size:17px;margin-bottom:2px;}
  .hm-story-site .promise-val-sub{font-size:9px;line-height:1.25;}
  .hm-story-site .promise-divider{display:none;}
  .hm-story-site .btn-light{width:100%;text-align:center;}

  /* Team / CTA / Footer */
  .hm-story-site .team-section{padding:50px 20px;}
  .hm-story-site .team-grid{grid-template-columns:1fr;gap:14px;margin-top:26px;}
  .hm-story-site .story-cta{display:block;padding:48px 20px;}
  .hm-story-site .story-cta-body{font-size:14px;line-height:1.65;margin-top:10px;}
  .hm-story-site .story-cta-right{align-items:stretch;margin-top:24px;gap:12px;}
  .hm-story-site .btn-primary{width:100%;white-space:normal;text-align:center;}
  .hm-story-site .btn-text{text-align:center;width:100%;}
  .hm-story-site footer{padding:44px 20px 24px;}
  .hm-story-site .footer-top{grid-template-columns:1fr;gap:30px;padding-bottom:30px;}
  .hm-story-site .footer-bottom{flex-direction:column;gap:6px;}
}

/* ======================================================
   SMALL MOBILE (<= 420)
====================================================== */
@media (max-width:420px){
  .hm-story-site .hm-main-nav{padding-left:18px;padding-right:18px;}
  .hm-story-site .breadcrumb{padding-left:18px;padding-right:18px;}
  .hm-story-site .hero-img-col{min-height:165px;}
  .hm-story-site .hero-text-col{padding:30px 18px 36px;}
  .hm-story-site h1.hero-h1{font-size:33px!important;}

  .hm-story-site .pull-quote-section,
  .hm-story-site .timeline-section,
  .hm-story-site .realisation-section,
  .hm-story-site .beliefs-section,
  .hm-story-site .promise-section,
  .hm-story-site .story-cta{padding-left:18px;padding-right:18px;}

  .hm-story-site blockquote.pull-quote{
    font-size:18px!important;
    line-height:1.55!important;
    padding-left:14px!important;
  }

  .hm-story-site h2.sh2,
  .hm-story-site .dundun-title,
  .hm-story-site .story-cta-title{font-size:30px!important;}

  .hm-story-site .tl-item .tl-empty,
  .hm-story-site .tl-item.flip .tl-empty{height:145px;}
  .hm-story-site .tl-content{padding:18px 16px 20px;}
  .hm-story-site .tl-title{font-size:21px;}
  .hm-story-site .dundun-img{height:220px;}
  .hm-story-site .dundun-text{padding:36px 18px;}
  .hm-story-site .beliefs-grid{grid-template-columns:1fr;}
  .hm-story-site .belief-item{padding:20px 16px;}
  .hm-story-site .promise-values{grid-template-columns:1fr;}
}/* End custom CSS */