*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
:root{
  --rose:#b5726a;--rose-light:#d4948e;--rose-pale:#f5e8e6;--rose-deep:#8b4f49;
  --gold:#c9a45a;--gold-light:#e2c07a;--cream:#fdf8f5;--warm-white:#fffcfa;
  --ink:#1e1614;--charcoal:#2d2220;--muted:#7a6360;--line:rgba(181,114,106,.18);
  --shadow-sm:0 4px 20px rgba(139,79,73,.08);--shadow-md:0 12px 48px rgba(139,79,73,.12);
  --shadow-lg:0 28px 80px rgba(139,79,73,.16);
}
html{scroll-behavior:smooth}
body{font-family:'Noto Sans SC',sans-serif;color:var(--ink);background:var(--cream);line-height:1.7;overflow-x:hidden;}
a{color:inherit;text-decoration:none}
img{display:block;max-width:100%}
.nav{position:sticky;top:0;z-index:100;background:rgba(253,248,245,.92);backdrop-filter:blur(20px);border-bottom:1px solid var(--line);}
.nav-inner{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;padding:0 32px;height:68px;}
.nav-brand{display:flex;align-items:center;gap:12px;font-family:'Noto Serif SC',serif;font-size:16px;font-weight:700;letter-spacing:.06em;}
.nav-avatar{width:38px;height:38px;border-radius:50%;border:2px solid var(--rose-light);object-fit:cover;}
.nav-links{display:flex;gap:28px;font-size:13.5px;color:var(--muted);letter-spacing:.05em;}
.nav-links a:hover{color:var(--rose)}
.hero{max-width:1200px;margin:0 auto;padding:56px 32px 40px;display:grid;grid-template-columns:1fr 460px;gap:48px;align-items:center;}
.eyebrow{display:inline-flex;align-items:center;gap:10px;font-size:11px;letter-spacing:.35em;text-transform:uppercase;color:var(--rose);font-weight:500;margin-bottom:20px;}
.eyebrow::before,.eyebrow::after{content:'';width:28px;height:1px;background:var(--rose-light);}
.hero-name-zh{font-family:'Noto Serif SC',serif;font-size:clamp(52px,7vw,80px);font-weight:900;line-height:.95;color:var(--charcoal);letter-spacing:.04em;margin-bottom:6px;}
.hero-name-en{font-family:'Cormorant Garamond',serif;font-size:clamp(22px,3vw,34px);font-style:italic;font-weight:300;color:var(--rose-light);letter-spacing:.1em;margin-bottom:24px;}
.hero-role{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:28px;}
.role-chip{padding:7px 16px;border-radius:999px;background:var(--rose-pale);border:1px solid rgba(181,114,106,.3);font-size:12.5px;color:var(--rose-deep);letter-spacing:.08em;font-weight:500;}
.hero-bio{font-size:15.5px;line-height:1.9;color:var(--muted);max-width:520px;margin-bottom:32px;font-weight:300;}
.hero-bio strong{color:var(--charcoal);font-weight:500;}
.hero-cta{display:flex;gap:14px;flex-wrap:wrap;}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:13px 26px;border-radius:999px;font-size:14px;font-weight:600;letter-spacing:.06em;transition:all .25s ease;cursor:pointer;border:none;}
.btn-primary{background:linear-gradient(135deg,var(--rose-deep),var(--rose-light));color:#fff;box-shadow:0 6px 24px rgba(181,114,106,.4);}
.btn-primary:hover{transform:translateY(-2px);box-shadow:0 10px 32px rgba(181,114,106,.5);}
.btn-outline{background:transparent;border:1.5px solid var(--line);color:var(--charcoal);}
.btn-outline:hover{border-color:var(--rose-light);color:var(--rose);}
.hero-photo{border-radius:32px;overflow:hidden;box-shadow:var(--shadow-lg);position:relative;}
.hero-photo img{width:100%;aspect-ratio:3/4;object-fit:cover;object-position:center top;}
.hero-photo-badge{position:absolute;bottom:24px;left:24px;right:24px;background:rgba(253,248,245,.9);backdrop-filter:blur(12px);border:1px solid var(--line);border-radius:16px;padding:14px 18px;display:flex;align-items:center;gap:12px;}
.badge-dot{width:10px;height:10px;border-radius:50%;background:linear-gradient(135deg,var(--rose),var(--gold));flex:none;}
.badge-text{font-size:13px;color:var(--charcoal);font-weight:500;}
.badge-sub{font-size:11px;color:var(--muted);}
.stats-section{background:var(--charcoal);padding:40px 0;}
.stats-inner{max-width:1200px;margin:0 auto;padding:0 32px;display:grid;grid-template-columns:repeat(4,1fr);gap:1px;}
.stat-item{padding:28px 32px;border-right:1px solid rgba(255,255,255,.08);text-align:center;}
.stat-item:last-child{border-right:none;}
.stat-num{font-family:'Cormorant Garamond',serif;font-size:48px;font-weight:600;color:var(--gold-light);line-height:1;display:block;margin-bottom:8px;}
.stat-label{font-size:12px;letter-spacing:.2em;color:rgba(255,255,255,.5);text-transform:uppercase;}
.section{max-width:1200px;margin:0 auto;padding:64px 32px;}
.section-head{margin-bottom:40px;}
.section-eyebrow{font-size:11px;letter-spacing:.35em;color:var(--rose);text-transform:uppercase;display:flex;align-items:center;gap:12px;margin-bottom:12px;}
.section-eyebrow::before{content:'';width:32px;height:1px;background:var(--rose-light);}
.section-title{font-family:'Noto Serif SC',serif;font-size:clamp(28px,4vw,42px);font-weight:700;letter-spacing:.03em;color:var(--charcoal);}
.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px;}
.card{background:var(--warm-white);border:1px solid var(--line);border-radius:28px;box-shadow:var(--shadow-sm);padding:36px;transition:box-shadow .3s;}
.card:hover{box-shadow:var(--shadow-md);}
.card h3{font-family:'Noto Serif SC',serif;font-size:20px;font-weight:600;color:var(--charcoal);margin-bottom:16px;letter-spacing:.05em;}
.card p{font-size:15px;line-height:1.85;color:var(--muted);font-weight:300;}
.value-list{display:flex;flex-direction:column;gap:14px;margin-top:20px;}
.value-item{display:flex;align-items:flex-start;gap:14px;padding-bottom:14px;border-bottom:1px dashed rgba(181,114,106,.15);}
.value-item:last-child{border-bottom:none;padding-bottom:0;}
.value-icon{width:36px;height:36px;border-radius:12px;background:var(--rose-pale);display:flex;align-items:center;justify-content:center;flex:none;font-size:16px;}
.value-item strong{display:block;font-size:14px;font-weight:600;color:var(--charcoal);margin-bottom:3px;}
.value-item span{font-size:13.5px;color:var(--muted);}
.tag-cloud{display:flex;flex-wrap:wrap;gap:10px;margin-top:22px;}
.tag{padding:8px 16px;background:var(--rose-pale);border:1px solid rgba(181,114,106,.25);border-radius:999px;font-size:13px;color:var(--rose-deep);font-weight:500;letter-spacing:.06em;}
.quote-section{background:linear-gradient(135deg,var(--rose-deep) 0%,var(--rose) 50%,var(--rose-light) 100%);padding:72px 32px;text-align:center;}
.quote-inner{max-width:800px;margin:0 auto;}
.quote-mark{font-family:'Cormorant Garamond',serif;font-size:120px;line-height:.6;color:rgba(255,255,255,.2);font-weight:300;display:block;margin-bottom:8px;}
.quote-text{font-family:'Noto Serif SC',serif;font-size:clamp(22px,3.5vw,32px);line-height:1.6;font-weight:600;color:#fff;letter-spacing:.06em;margin-bottom:20px;}
.quote-source{font-family:'Cormorant Garamond',serif;font-size:18px;font-style:italic;color:rgba(255,255,255,.7);letter-spacing:.1em;}
.business-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:24px;}
.biz-side{display:flex;flex-direction:column;gap:20px;}
.biz-list{display:flex;flex-direction:column;gap:0;margin-top:20px;}
.biz-item{display:grid;grid-template-columns:auto 1fr;gap:14px;align-items:start;padding:16px 0;border-bottom:1px solid var(--line);}
.biz-item:first-child{padding-top:0;}
.biz-item:last-child{border-bottom:none;}
.biz-num{font-family:'Cormorant Garamond',serif;font-size:32px;font-weight:600;color:var(--rose-pale);line-height:1;min-width:36px;-webkit-text-stroke:1.5px var(--rose-light);}
.biz-item strong{display:block;font-size:14px;font-weight:600;color:var(--charcoal);margin-bottom:4px;}
.biz-item p{font-size:13.5px;color:var(--muted);margin:0;line-height:1.7;}
.mini-card{background:var(--rose-pale);border:1px solid rgba(181,114,106,.2);border-radius:20px;padding:24px;}
.mini-card h4{font-family:'Noto Serif SC',serif;font-size:16px;font-weight:600;margin-bottom:10px;color:var(--charcoal);}
.mini-card p{font-size:13.5px;color:var(--muted);line-height:1.8;}
.gallery-section{background:var(--warm-white);padding:72px 0;}
.gallery-inner{max-width:1200px;margin:0 auto;padding:0 32px;}
.gallery-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:auto auto;gap:16px;margin-top:40px;}
.gallery-item{border-radius:24px;overflow:hidden;box-shadow:var(--shadow-sm);transition:transform .3s,box-shadow .3s;position:relative;}
.gallery-item:hover{transform:translateY(-4px);box-shadow:var(--shadow-md);}
.gallery-item.tall{grid-row:span 2;}
.gallery-item img{width:100%;height:100%;object-fit:cover;display:block;}
.gallery-item.tall img{aspect-ratio:3/4;height:100%;}
.gallery-item:not(.tall) img{aspect-ratio:4/3;}
.gallery-caption{position:absolute;bottom:0;left:0;right:0;padding:20px;background:linear-gradient(to top,rgba(30,22,20,.7),transparent);color:#fff;font-size:13px;opacity:0;transition:opacity .3s;}
.gallery-item:hover .gallery-caption{opacity:1;}
.social-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;margin-top:8px;}
.social-card{border-radius:28px;overflow:hidden;border:1px solid var(--line);box-shadow:var(--shadow-sm);background:var(--warm-white);transition:all .3s;display:flex;flex-direction:column;}
.social-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-md);border-color:var(--rose-light);}
.social-header{padding:24px 28px 20px;display:flex;align-items:center;gap:16px;border-bottom:1px solid var(--line);}
.social-icon-wrap{width:52px;height:52px;border-radius:16px;display:flex;align-items:center;justify-content:center;flex:none;}
.si-ig{background:linear-gradient(135deg,#833ab4,#fd1d1d,#fcb045);}
.si-fb{background:#1877f2;}
.si-wa{background:linear-gradient(135deg,#25d366,#128c7e);}
.social-platform{font-size:11px;letter-spacing:.25em;text-transform:uppercase;color:var(--muted);display:block;margin-bottom:3px;}
.social-handle{font-family:'Cormorant Garamond',serif;font-size:22px;font-weight:600;color:var(--charcoal);letter-spacing:.03em;}
.social-body{padding:20px 28px 24px;flex:1;display:flex;flex-direction:column;gap:14px;}
.social-desc{font-size:14px;color:var(--muted);line-height:1.7;flex:1;}
.social-stats{display:flex;gap:18px;padding:14px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line);}
.social-stat-num{font-family:'Cormorant Garamond',serif;font-size:24px;font-weight:600;color:var(--rose-deep);}
.social-stat-label{font-size:12px;color:var(--muted);letter-spacing:.1em;}
footer{background:var(--charcoal);padding:52px 32px;text-align:center;}
.footer-inner{max-width:700px;margin:0 auto;}
.footer-name{font-family:'Noto Serif SC',serif;font-size:28px;font-weight:700;color:#fff;letter-spacing:.1em;margin-bottom:8px;}
.footer-sub{font-family:'Cormorant Garamond',serif;font-size:17px;font-style:italic;color:rgba(255,255,255,.5);margin-bottom:28px;}
.footer-line{height:1px;background:rgba(255,255,255,.1);margin:24px 0;}
.footer-copy{font-size:12px;color:rgba(255,255,255,.3);letter-spacing:.1em;}
.footer-links{display:flex;gap:20px;justify-content:center;flex-wrap:wrap;margin-bottom:20px;}
.footer-link{color:rgba(255,255,255,.6);font-size:13px;letter-spacing:.08em;transition:color .2s;}
.footer-link:hover{color:var(--gold-light);}
@media(max-width:980px){
  .hero{grid-template-columns:1fr;}
  .hero-photo{max-width:420px;margin:0 auto;}
  .about-grid,.business-grid{grid-template-columns:1fr;}
  .stats-inner{grid-template-columns:1fr 1fr;}
  .gallery-grid{grid-template-columns:1fr 1fr;}
  .gallery-item.tall{grid-row:span 1;}
  .gallery-item.tall img{aspect-ratio:4/3;height:auto;}
  .social-grid{grid-template-columns:1fr;}
}
@media(max-width:640px){
  .nav-links{display:none;}
  .stats-inner{grid-template-columns:1fr 1fr;}
  .gallery-grid{grid-template-columns:1fr;}
  .section{padding:48px 20px;}
  .hero{padding:36px 20px;}
  .hero-name-zh{font-size:52px;}
}

/* ===== Hero Meteor Effect ===== */
.hero{
  position:relative;
  overflow:hidden;
  isolation:isolate;
}
.hero::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:0;
  pointer-events:none;
  background:
    radial-gradient(circle at 18% 16%, rgba(46, 110, 255, 0.10), transparent 16%),
    radial-gradient(circle at 36% 28%, rgba(86, 165, 255, 0.09), transparent 20%),
    radial-gradient(circle at 58% 16%, rgba(56, 110, 255, 0.09), transparent 18%),
    radial-gradient(circle at 80% 22%, rgba(56, 110, 255, 0.12), transparent 18%),
    radial-gradient(circle at 24% 62%, rgba(86, 165, 255, 0.06), transparent 20%),
    radial-gradient(circle at 70% 72%, rgba(46, 97, 255, 0.08), transparent 22%),
    linear-gradient(135deg, rgba(255,255,255,0) 0%, rgba(72,120,255,0.03) 46%, rgba(20,42,98,0.07) 100%);
}
.hero > *{
  position:relative;
  z-index:2;
}
.hero-meteor{
  position:absolute;
  inset:0;
  z-index:1;
  pointer-events:none;
  overflow:hidden;
}
.hero-meteor .night{
  position:absolute;
  inset:-28%;
  width:156%;
  height:156%;
  transform:rotate(45deg);
}
.hero-meteor .shooting_star{
  position:absolute;
  left:50%;
  top:50%;
  height:1.5px;
  width:0;
  opacity:0;
  border-radius:999px;
  background:linear-gradient(-45deg, rgba(61,135,255,1), rgba(84,176,255,0.95) 34%, rgba(178,226,255,0.72) 62%, rgba(255,255,255,0));
  box-shadow:0 0 6px rgba(61,135,255,0.95), 0 0 16px rgba(61,135,255,0.54), 0 0 28px rgba(140,210,255,0.20);
  animation:evan-tail 3200ms ease-in-out infinite, evan-shoot 3200ms ease-in-out infinite;
}
.hero-meteor .shooting_star::before,
.hero-meteor .shooting_star::after{
  content:"";
  position:absolute;
  top:calc(50% - 0.75px);
  right:0;
  width:0;
  height:1.5px;
  border-radius:999px;
  background:linear-gradient(-45deg, rgba(255,255,255,0), rgba(170,220,255,1), rgba(255,255,255,0));
  animation:evan-shine 3200ms ease-in-out infinite;
}
.hero-meteor .shooting_star::before{transform:translateX(50%) rotate(45deg);}
.hero-meteor .shooting_star::after{transform:translateX(50%) rotate(-45deg);}

.hero-meteor .shooting_star:nth-child(1){top:4%;left:8%;animation-delay:0ms;}
.hero-meteor .shooting_star:nth-child(2){top:7%;left:22%;animation-delay:180ms;}
.hero-meteor .shooting_star:nth-child(3){top:10%;left:36%;animation-delay:380ms;}
.hero-meteor .shooting_star:nth-child(4){top:13%;left:52%;animation-delay:620ms;}
.hero-meteor .shooting_star:nth-child(5){top:8%;left:70%;animation-delay:860ms;}
.hero-meteor .shooting_star:nth-child(6){top:17%;left:84%;animation-delay:1080ms;}
.hero-meteor .shooting_star:nth-child(7){top:24%;left:12%;animation-delay:1320ms;}
.hero-meteor .shooting_star:nth-child(8){top:28%;left:28%;animation-delay:1540ms;}
.hero-meteor .shooting_star:nth-child(9){top:32%;left:44%;animation-delay:1760ms;}
.hero-meteor .shooting_star:nth-child(10){top:36%;left:60%;animation-delay:1980ms;}
.hero-meteor .shooting_star:nth-child(11){top:30%;left:78%;animation-delay:2200ms;}
.hero-meteor .shooting_star:nth-child(12){top:42%;left:90%;animation-delay:2420ms;}
.hero-meteor .shooting_star:nth-child(13){top:48%;left:6%;animation-delay:260ms;}
.hero-meteor .shooting_star:nth-child(14){top:54%;left:20%;animation-delay:520ms;}
.hero-meteor .shooting_star:nth-child(15){top:58%;left:36%;animation-delay:780ms;}
.hero-meteor .shooting_star:nth-child(16){top:62%;left:54%;animation-delay:1020ms;}
.hero-meteor .shooting_star:nth-child(17){top:66%;left:72%;animation-delay:1260ms;}
.hero-meteor .shooting_star:nth-child(18){top:70%;left:88%;animation-delay:1500ms;}
.hero-meteor .shooting_star:nth-child(19){top:78%;left:14%;animation-delay:1740ms;}
.hero-meteor .shooting_star:nth-child(20){top:82%;left:32%;animation-delay:1980ms;}
.hero-meteor .shooting_star:nth-child(21){top:86%;left:58%;animation-delay:2220ms;}
.hero-meteor .shooting_star:nth-child(22){top:90%;left:80%;animation-delay:2460ms;}

.hero-meteor .shooting_star:nth-child(1)::before,.hero-meteor .shooting_star:nth-child(1)::after{animation-delay:0ms;}
.hero-meteor .shooting_star:nth-child(2)::before,.hero-meteor .shooting_star:nth-child(2)::after{animation-delay:180ms;}
.hero-meteor .shooting_star:nth-child(3)::before,.hero-meteor .shooting_star:nth-child(3)::after{animation-delay:380ms;}
.hero-meteor .shooting_star:nth-child(4)::before,.hero-meteor .shooting_star:nth-child(4)::after{animation-delay:620ms;}
.hero-meteor .shooting_star:nth-child(5)::before,.hero-meteor .shooting_star:nth-child(5)::after{animation-delay:860ms;}
.hero-meteor .shooting_star:nth-child(6)::before,.hero-meteor .shooting_star:nth-child(6)::after{animation-delay:1080ms;}
.hero-meteor .shooting_star:nth-child(7)::before,.hero-meteor .shooting_star:nth-child(7)::after{animation-delay:1320ms;}
.hero-meteor .shooting_star:nth-child(8)::before,.hero-meteor .shooting_star:nth-child(8)::after{animation-delay:1540ms;}
.hero-meteor .shooting_star:nth-child(9)::before,.hero-meteor .shooting_star:nth-child(9)::after{animation-delay:1760ms;}
.hero-meteor .shooting_star:nth-child(10)::before,.hero-meteor .shooting_star:nth-child(10)::after{animation-delay:1980ms;}
.hero-meteor .shooting_star:nth-child(11)::before,.hero-meteor .shooting_star:nth-child(11)::after{animation-delay:2200ms;}
.hero-meteor .shooting_star:nth-child(12)::before,.hero-meteor .shooting_star:nth-child(12)::after{animation-delay:2420ms;}
.hero-meteor .shooting_star:nth-child(13)::before,.hero-meteor .shooting_star:nth-child(13)::after{animation-delay:260ms;}
.hero-meteor .shooting_star:nth-child(14)::before,.hero-meteor .shooting_star:nth-child(14)::after{animation-delay:520ms;}
.hero-meteor .shooting_star:nth-child(15)::before,.hero-meteor .shooting_star:nth-child(15)::after{animation-delay:780ms;}
.hero-meteor .shooting_star:nth-child(16)::before,.hero-meteor .shooting_star:nth-child(16)::after{animation-delay:1020ms;}
.hero-meteor .shooting_star:nth-child(17)::before,.hero-meteor .shooting_star:nth-child(17)::after{animation-delay:1260ms;}
.hero-meteor .shooting_star:nth-child(18)::before,.hero-meteor .shooting_star:nth-child(18)::after{animation-delay:1500ms;}
.hero-meteor .shooting_star:nth-child(19)::before,.hero-meteor .shooting_star:nth-child(19)::after{animation-delay:1740ms;}
.hero-meteor .shooting_star:nth-child(20)::before,.hero-meteor .shooting_star:nth-child(20)::after{animation-delay:1980ms;}
.hero-meteor .shooting_star:nth-child(21)::before,.hero-meteor .shooting_star:nth-child(21)::after{animation-delay:2220ms;}
.hero-meteor .shooting_star:nth-child(22)::before,.hero-meteor .shooting_star:nth-child(22)::after{animation-delay:2460ms;}

@keyframes evan-tail{
  0%{width:0;opacity:0;}
  12%{opacity:1;}
  34%{width:96px;opacity:1;}
  100%{width:0;opacity:0;}
}
@keyframes evan-shine{
  0%{width:0;opacity:0;}
  18%{opacity:1;}
  50%{width:18px;opacity:1;}
  100%{width:0;opacity:0;}
}
@keyframes evan-shoot{
  0%{transform:translateX(0);}
  100%{transform:translateX(280px);}
}
@media (max-width: 980px){
  .hero-meteor .night{inset:-34%;width:168%;height:168%;}
  @keyframes evan-tail{
    0%{width:0;opacity:0;}
    12%{opacity:1;}
    34%{width:74px;opacity:1;}
    100%{width:0;opacity:0;}
  }
  @keyframes evan-shoot{
    0%{transform:translateX(0);}
    100%{transform:translateX(220px);}
  }
}