.hetao-root{--bg:#fafaf8;--bg-2:#f3f0eb;--ink:#1a1a1a;--ink-soft:#2a2826;--gold:#b89b6a;--gold-deep:#9c8252;--line:#e8e4df;--muted:#8c8680;--dark:#15120e;--dark-2:#211c16;--gold-use:var(--gold);--serif:"Noto Serif TC", "Songti TC", serif;--sans:"Noto Sans TC", system-ui, sans-serif;--display:"Cormorant Garamond", "Noto Serif TC", serif;--measure:680px;--pad-x:clamp(20px, 5vw, 64px);--sec-y:clamp(64px, 11vw, 128px);--header-h:76px;--ease:cubic-bezier(.22, .61, .36, 1);box-sizing:border-box;background:var(--bg);color:var(--ink);font-family:var(--sans);-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;min-height:100vh;font-size:17px;line-height:1.85}.hetao-root *,.hetao-root :before,.hetao-root :after{box-sizing:border-box}.hetao-root ::selection{background:var(--gold-use);color:#fff}.hetao-root h1,.hetao-root h2,.hetao-root h3,.hetao-root h4{font-family:var(--serif);letter-spacing:.01em;margin:0;font-weight:500;line-height:1.35}.hetao-root p{text-wrap:pretty;margin:0}.hetao-root a{color:inherit;text-decoration:none}.hetao-root img{max-width:100%;display:block}.hetao-root .eyebrow{font-family:var(--display);letter-spacing:.42em;text-transform:uppercase;color:var(--gold-use);white-space:nowrap;align-items:center;gap:14px;font-size:15px;font-weight:600;display:inline-flex}.hetao-root .eyebrow:before,.hetao-root .eyebrow.center:after{content:"";background:var(--gold-use);opacity:.8;width:34px;height:1px}.hetao-root .measure{max-width:var(--measure)}.hetao-root .btn{--bc:var(--ink);font-family:var(--sans);letter-spacing:.18em;border:1px solid var(--bc);color:var(--ink);cursor:pointer;transition:color .5s var(--ease);white-space:nowrap;background:0 0;align-items:center;gap:12px;padding:16px 30px;font-size:14px;display:inline-flex;position:relative;overflow:hidden}.hetao-root .btn:after{content:"";background:var(--ink);transform-origin:0;transition:transform .5s var(--ease);z-index:-1;position:absolute;inset:0;transform:scaleX(0)}.hetao-root .btn:hover{color:#fff}.hetao-root .btn:hover:after{transform:scaleX(1)}.hetao-root .btn>*{z-index:1;position:relative}.hetao-root .btn.gold{--bc:var(--gold-use);color:var(--ink)}.hetao-root .btn.gold:after{background:var(--gold-use)}.hetao-root .btn.gold:hover{color:#fff}.hetao-root .btn.solid{background:var(--ink);color:#fff}.hetao-root .btn.solid:after{background:var(--gold-use)}.hetao-root .btn.solid:hover{color:#fff}.hetao-root .btn.light{--bc:#ffffff8c;color:#fff}.hetao-root .btn.light:after{background:#fff}.hetao-root .btn.light:hover{color:var(--ink)}.hetao-root .btn-text{letter-spacing:.16em;cursor:pointer;color:inherit;font-size:14px;font-family:var(--sans);background:0 0;border:none;align-items:center;gap:10px;padding:4px 0;display:inline-flex}.hetao-root .btn-text .arr{transition:transform .4s var(--ease)}.hetao-root .btn-text:hover .arr{transform:translate(7px)}.hetao-root .section{padding:var(--sec-y) var(--pad-x)}.hetao-root .wrap{max-width:1200px;margin:0 auto}.hetao-root .wrap-wide{max-width:1340px;margin:0 auto}.hetao-root .rule{background:var(--line);border:0;height:1px;margin:0}.hetao-root .figure{background:linear-gradient(135deg, var(--dark-2), var(--dark)), radial-gradient(120% 120% at 70% 10%, #b89b6a38, transparent 55%);background-blend-mode:normal;position:relative;overflow:hidden}.hetao-root .figure:after{content:"";mix-blend-mode:overlay;pointer-events:none;background-image:repeating-linear-gradient(118deg,#ffffff06 0 1px,#0000 1px 9px);position:absolute;inset:0}.hetao-root .figure img{object-fit:cover;width:100%;height:100%;transition:transform 1.4s var(--ease), opacity .8s ease;filter:saturate(.92)contrast(1.02);position:absolute;inset:0}.hetao-root .figure[data-zoom]:hover img{transform:scale(1.05)}.hetao-root .reveal{opacity:0;transform:translateY(26px)}.hetao-root .reveal.in{opacity:1;transition:opacity 1s var(--ease), transform 1s var(--ease);transform:none}.hetao-root .reveal.d1{transition-delay:80ms}.hetao-root .reveal.d2{transition-delay:.16s}.hetao-root .reveal.d3{transition-delay:.24s}.hetao-root .numeral{font-family:var(--display);font-weight:500}.hetao-root .h-section{font-size:clamp(27px,3.5vw,43px);line-height:1.3}.hetao-root .site-header{z-index:60;height:var(--header-h);padding:0 var(--pad-x);transition:background .45s var(--ease), box-shadow .45s var(--ease), border-color .45s var(--ease);border-bottom:1px solid #0000;align-items:center;display:flex;position:fixed;top:0;left:0;right:0}.hetao-root .site-header.solid{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-bottom-color:var(--line);background:#fafaf8eb}.hetao-root .site-header__bar{justify-content:space-between;align-items:center;gap:24px;width:100%;display:flex}.hetao-root .site-header__logo{cursor:pointer;align-items:center;display:flex}.hetao-root .nav{align-items:center;gap:clamp(20px,2.6vw,40px);display:flex}.hetao-root .nav__link{letter-spacing:.04em;cursor:pointer;color:inherit;font-size:15px;font-family:var(--sans);background:0 0;border:none;padding:6px 0;transition:color .3s;position:relative}.hetao-root .nav__link:after{content:"";background:var(--gold-use);transform-origin:100%;width:100%;height:1px;transition:transform .4s var(--ease);position:absolute;bottom:0;left:0;transform:scaleX(0)}.hetao-root .nav__link:hover:after,.hetao-root .nav__link.active:after{transform-origin:0;transform:scaleX(1)}.hetao-root .nav__link.active{color:var(--gold-deep)}.hetao-root .site-header:not(.solid).over-dark{color:#fff}.hetao-root .site-header:not(.solid).over-dark .nav__cta{--bc:#fff9;color:#fff}.hetao-root .nav__cta{padding:13px 26px}.hetao-root .nav__right{align-items:center;gap:26px;display:flex}.hetao-root .burger{cursor:pointer;background:0 0;border:none;width:34px;height:22px;padding:0;display:none;position:relative}.hetao-root .burger span{width:100%;height:1.5px;transition:transform .4s var(--ease), opacity .3s ease;background:currentColor;position:absolute;left:0}.hetao-root .burger span:first-child{top:2px}.hetao-root .burger span:nth-child(2){top:10px}.hetao-root .burger span:nth-child(3){top:18px}.hetao-root .burger.open span:first-child{transform:translateY(8px)rotate(45deg)}.hetao-root .burger.open span:nth-child(2){opacity:0}.hetao-root .burger.open span:nth-child(3){transform:translateY(-8px)rotate(-45deg)}.hetao-root .drawer{z-index:55;background:var(--dark);color:#fff;padding:var(--pad-x);transition:transform .6s var(--ease);visibility:hidden;flex-direction:column;justify-content:center;display:flex;position:fixed;inset:0;transform:translateY(-100%)}.hetao-root .drawer.open{visibility:visible;transform:none}.hetao-root .drawer__nav{flex-direction:column;gap:8px;display:flex}.hetao-root .drawer__link{font-family:var(--serif);color:#fff;text-align:left;cursor:pointer;opacity:0;background:0 0;border:none;align-items:baseline;gap:16px;padding:8px 0;font-size:clamp(30px,9vw,46px);display:flex;transform:translateY(18px)}.hetao-root .drawer.open .drawer__link{animation:drawerIn .6s var(--ease) forwards}.hetao-root .drawer.open .drawer__link:first-child{animation-delay:.12s}.hetao-root .drawer.open .drawer__link:nth-child(2){animation-delay:.19s}.hetao-root .drawer.open .drawer__link:nth-child(3){animation-delay:.26s}.hetao-root .drawer.open .drawer__link:nth-child(4){animation-delay:.33s}.hetao-root .drawer.open .drawer__link:nth-child(5){animation-delay:.4s}.hetao-root .drawer__link i{font-family:var(--display);color:var(--gold-use);font-size:16px;font-style:normal}@keyframes drawerIn{to{opacity:1;transform:none}}.hetao-root .drawer__foot{color:var(--muted);letter-spacing:.08em;flex-direction:column;gap:6px;margin-top:48px;font-size:14px;display:flex}.hetao-root .drawer__foot a{color:var(--gold-use)}.hetao-root .hero{position:relative}.hetao-root .hero-full{color:#fff;align-items:flex-end;height:100vh;min-height:620px;display:flex}.hetao-root .hero-full__img{height:100%;position:absolute;inset:0}.hetao-root .hero-full__scrim{background:linear-gradient(#0a080673 0%,#0a080626 35%,#0a0806b8 100%);position:absolute;inset:0}.hetao-root .hero-full__inner{padding:0 var(--pad-x) clamp(72px, 12vh, 132px);max-width:1000px;position:relative}.hetao-root .hero-full__title{margin:26px 0 0;font-size:clamp(38px,6vw,70px);line-height:1.32}.hetao-root .hero-full__sub{color:#ffffffd1;max-width:540px;margin-top:26px;font-size:17px;line-height:1.9}.hetao-root .hero-full__cue{background:#ffffff4d;width:1px;height:54px;position:absolute;bottom:30px;left:50%;overflow:hidden}.hetao-root .hero-full__cue span{background:var(--gold-use);animation:cue 2.4s var(--ease) infinite;position:absolute;inset:0}@keyframes cue{0%{transform:translateY(-100%)}55%,to{transform:translateY(100%)}}.hetao-root .hero__cta{flex-wrap:wrap;gap:16px;margin-top:38px;display:flex}.hetao-root .hero__cta.center{justify-content:center}.hetao-root .hero-split{grid-template-columns:1fr 1fr;min-height:100vh;display:grid}.hetao-root .hero-split__text{padding:calc(var(--header-h) + 40px) clamp(32px,5vw,80px) 60px;flex-direction:column;justify-content:center;display:flex}.hetao-root .hero-split__title{margin:28px 0 0;font-size:clamp(36px,4.2vw,60px);line-height:1.34}.hetao-root .hero-split__sub{color:var(--muted);margin-top:26px}.hetao-root .hero-split__media{position:relative}.hetao-root .hero-split__media .figure{position:absolute;inset:0}.hetao-root .hero-split__tag{z-index:2;color:#fff;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#15120e8c;border:1px solid #ffffff2e;align-items:baseline;gap:10px;padding:16px 22px;display:flex;position:absolute;bottom:32px;left:32px}.hetao-root .hero-split__tag .numeral{color:var(--gold-use);font-size:40px;line-height:1}.hetao-root .hero-split__tag small{letter-spacing:.14em;font-size:13px}.hetao-root .hero-min{padding:calc(var(--header-h) + clamp(60px,11vh,120px)) var(--pad-x) clamp(40px,6vw,72px);text-align:center}.hetao-root .hero-min__head{flex-direction:column;align-items:center;max-width:860px;margin:0 auto;display:flex}.hetao-root .hero-min__title{margin:28px 0 0;font-size:clamp(34px,5vw,64px);line-height:1.34}.hetao-root .hero-min__sub{color:var(--muted);margin:26px auto 0}.hetao-root .hero-min__band{grid-template-columns:1fr 1.4fr 1fr;gap:14px;height:clamp(320px,48vw,560px);margin-top:clamp(44px,6vw,72px);display:grid}.hetao-root .hero-min__band .figure{height:100%}.hetao-root .stats{padding-top:clamp(56px,8vw,96px);padding-bottom:clamp(56px,8vw,96px)}.hetao-root .stats__grid{grid-template-columns:repeat(3,1fr);display:grid}.hetao-root .stats__cell{text-align:center;padding:14px clamp(16px,3vw,40px);position:relative}.hetao-root .stats__cell+.stats__cell:before{content:"";background:var(--line);width:1px;height:72%;position:absolute;top:14%;left:0}.hetao-root .stats__num{justify-content:center;align-items:baseline;gap:6px;display:flex}.hetao-root .stats__num .numeral{color:var(--gold-use);font-size:clamp(54px,8vw,86px);line-height:1}.hetao-root .stats__num i{font-style:normal;font-family:var(--serif);color:var(--ink);font-size:22px}.hetao-root .stats__label{letter-spacing:.14em;color:var(--muted);margin-top:14px;font-size:15px}.hetao-root .bg2{background:var(--bg-2)}.hetao-root .services__head{flex-direction:column;gap:22px;max-width:640px;margin-bottom:clamp(40px,5vw,64px);display:flex}.hetao-root .services__grid{grid-template-columns:repeat(3,1fr);gap:clamp(28px,4vw,56px);display:grid}.hetao-root .service{border-top:1px solid var(--line);flex-direction:column;gap:18px;padding-top:32px;display:flex}.hetao-root .service h3{font-size:23px}.hetao-root .service p{color:var(--muted);font-size:16px}.hetao-root .showcase__grid{grid-template-columns:1.05fr 1fr;align-items:center;gap:clamp(36px,6vw,90px);display:grid}.hetao-root .showcase__media{aspect-ratio:4/5}.hetao-root .showcase__text{flex-direction:column;gap:22px;display:flex}.hetao-root .showcase__text p{color:var(--muted)}.hetao-root .cta-banner{color:#fff;text-align:center;padding-block:clamp(90px,13vw,160px);position:relative}.hetao-root .cta-banner__bg{position:absolute;inset:0}.hetao-root .cta-banner__scrim{background:linear-gradient(#0f0c0999,#0f0c09b8);position:absolute;inset:0}.hetao-root .cta-banner__inner{flex-direction:column;align-items:center;gap:38px;display:flex;position:relative}.hetao-root .cta-banner__title{font-size:clamp(28px,4vw,50px);line-height:1.36}.hetao-root .cta-banner__row{flex-wrap:wrap;justify-content:center;align-items:center;gap:clamp(22px,4vw,48px);display:flex}.hetao-root .cta-banner__tel{text-align:left;flex-direction:column;gap:4px;display:flex}.hetao-root .cta-banner__telLabel{letter-spacing:.2em;color:#fff9;font-size:13px}.hetao-root .cta-banner__telNum{letter-spacing:.06em;color:var(--gold-use);white-space:nowrap;font-size:26px}.hetao-root .story-hero{padding:calc(var(--header-h) + clamp(80px,14vh,150px)) var(--pad-x) clamp(40px,6vw,70px);text-align:center}.hetao-root .story-hero__inner{flex-direction:column;align-items:center;gap:26px;max-width:880px;margin:0 auto;display:flex}.hetao-root .story-hero__title{font-size:clamp(34px,5vw,62px);line-height:1.34}.hetao-root .story-block__grid{grid-template-columns:1fr 1fr;align-items:center;gap:clamp(36px,6vw,90px);display:grid}.hetao-root .story-block.flip .story-block__media{order:2}.hetao-root .story-block__media{aspect-ratio:4/5;position:relative}.hetao-root .story-block__text{flex-direction:column;gap:20px;display:flex}.hetao-root .story-block__text p{color:var(--muted)}.hetao-root .story-block__badge{z-index:2;background:var(--bg);text-align:center;flex-direction:column;gap:4px;padding:22px 26px;display:flex;position:absolute;bottom:34px;right:-22px;box-shadow:0 18px 50px #0000001a}.hetao-root .story-block__badge .numeral{color:var(--gold-use);font-size:46px;line-height:1}.hetao-root .story-block__badge small{letter-spacing:.16em;color:var(--muted);font-size:12px}.hetao-root .founder-section__inner{text-align:center;flex-direction:column;align-items:center;gap:40px;max-width:860px;margin:0 auto;display:flex}.hetao-root .founder-section__title{letter-spacing:.01em;font-size:clamp(36px,5vw,64px);line-height:1.3}.hetao-root .founder-section__divider{align-items:center;gap:28px;width:100%;max-width:560px;display:flex}.hetao-root .founder-section__divider-line{background:var(--gold-use);opacity:.45;flex:1;height:1px}.hetao-root .founder-section__divider-stat{flex-direction:column;flex-shrink:0;align-items:center;gap:2px;display:flex}.hetao-root .founder-section__divider-stat strong{font-family:var(--display);color:var(--gold-use);font-size:52px;font-weight:400;line-height:1}.hetao-root .founder-section__divider-stat em{letter-spacing:.25em;text-transform:uppercase;color:var(--muted);font-size:11px;font-style:normal}.hetao-root .founder-section__body{text-align:left;grid-template-columns:1fr 1fr;gap:clamp(24px,4vw,56px);display:grid}.hetao-root .founder-section__body p{color:var(--muted);line-height:1.9}@media (max-width:640px){.hetao-root .founder-section__body{grid-template-columns:1fr}}.hetao-root .timeline__head{flex-direction:column;gap:22px;max-width:620px;margin-bottom:clamp(44px,6vw,72px);display:flex}.hetao-root .timeline__track{grid-template-columns:repeat(3,1fr);gap:clamp(28px,4vw,52px);margin:0;padding:0;list-style:none;display:grid}.hetao-root .timeline__step{padding-top:56px;position:relative}.hetao-root .timeline__step:before{content:"";background:var(--line);height:1px;position:absolute;top:19px;left:0;right:-52px}.hetao-root .timeline__step:last-child:before{right:0}.hetao-root .timeline__node{border:1px solid var(--gold-use);background:var(--bg-2);border-radius:50%;place-items:center;width:40px;height:40px;display:grid;position:absolute;top:0;left:0}.hetao-root .timeline__node .numeral{color:var(--gold-use);font-size:18px}.hetao-root .timeline__k{font-family:var(--display);letter-spacing:.2em;text-transform:uppercase;color:var(--gold-deep);font-size:14px;font-weight:600}.hetao-root .timeline__step h3{margin:10px 0 12px;font-size:24px}.hetao-root .timeline__step p{color:var(--muted);font-size:16px}.hetao-root .quote{text-align:center;padding-block:clamp(80px,12vw,150px)}.hetao-root .quote__inner{max-width:820px;margin:0 auto;position:relative}.hetao-root .quote__mark{font-family:var(--display);color:var(--gold-use);opacity:.35;height:40px;font-size:130px;line-height:0;display:block}.hetao-root .quote blockquote{font-family:var(--serif);margin:0;font-size:clamp(26px,3.6vw,44px);line-height:1.62}.hetao-root .quote blockquote em{color:var(--gold-deep);font-style:normal}.hetao-root .quote cite{letter-spacing:.2em;color:var(--muted);margin-top:34px;font-size:15px;font-style:normal;display:block}.hetao-root .story-cta{text-align:center}.hetao-root .story-cta__inner{flex-direction:column;align-items:center;gap:30px;display:flex}.hetao-root .story-cta .hero__cta{justify-content:center;align-items:center}.hetao-root .site-footer{background:var(--dark);color:#ffffffb3;padding:clamp(60px,8vw,96px) var(--pad-x) 40px}.hetao-root .footer__top{border-bottom:1px solid #ffffff1f;grid-template-columns:1.4fr 1fr 1fr;gap:48px;max-width:1200px;margin:0 auto;padding-bottom:48px;display:grid}.hetao-root .footer__brand p{color:#ffffff80;letter-spacing:.04em;margin-top:20px;font-size:14px}.hetao-root .footer__col h4{font-family:var(--display);letter-spacing:.2em;text-transform:uppercase;color:var(--gold-use);margin-bottom:20px;font-size:13px}.hetao-root .footer__col ul{flex-direction:column;gap:12px;margin:0;padding:0;list-style:none;display:flex}.hetao-root .footer__col button,.hetao-root .footer__col a{color:#ffffffb3;cursor:pointer;text-align:left;font-size:15px;font-family:var(--sans);background:0 0;border:none;padding:0;transition:color .3s}.hetao-root .footer__col button:hover,.hetao-root .footer__col a:hover{color:var(--gold-use)}.hetao-root .footer__bottom{letter-spacing:.06em;color:#fff6;flex-wrap:wrap;justify-content:space-between;gap:12px;max-width:1200px;margin:0 auto;padding-top:28px;font-size:13px;display:flex}.hetao-root .modal-overlay{z-index:80;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);opacity:0;pointer-events:none;background:#0f0c098c;place-items:center;padding:20px;transition:opacity .4s;display:grid;position:fixed;inset:0}.hetao-root .modal-overlay.open{opacity:1;pointer-events:auto}.hetao-root .modal{background:var(--bg);width:min(560px,100%);max-height:92vh;transition:transform .5s var(--ease);padding:clamp(30px,5vw,52px);position:relative;overflow:auto;transform:translateY(24px)scale(.98)}.hetao-root .modal-overlay.open .modal{transform:none}.hetao-root .modal__close{border:1px solid var(--line);cursor:pointer;width:40px;height:40px;color:var(--muted);background:0 0;font-size:20px;transition:all .3s;position:absolute;top:20px;right:20px}.hetao-root .modal__close:hover{background:var(--ink);color:#fff;border-color:var(--ink)}.hetao-root .modal h3{font-size:clamp(24px,3vw,32px)}.hetao-root .modal__sub{color:var(--muted);margin:14px 0 30px;font-size:15px}.hetao-root .field{flex-direction:column;gap:8px;margin-bottom:20px;display:flex}.hetao-root .field label{letter-spacing:.12em;color:var(--muted);font-size:13px}.hetao-root .field input,.hetao-root .field select,.hetao-root .field textarea{font-family:var(--sans);border:1px solid var(--line);color:var(--ink);background:#fff;padding:14px 16px;font-size:16px;transition:border-color .3s}.hetao-root .field input:focus,.hetao-root .field select:focus,.hetao-root .field textarea:focus{border-color:var(--gold-use);outline:none}.hetao-root .field.invalid input,.hetao-root .field.invalid select{border-color:#b4452f}.hetao-root .field .err{color:#b4452f;letter-spacing:.04em;font-size:12px}.hetao-root .field-row{grid-template-columns:1fr 1fr;gap:16px;display:grid}.hetao-root .modal__submit{justify-content:center;width:100%;margin-top:8px}.hetao-root .modal__success{text-align:center;flex-direction:column;align-items:center;gap:18px;padding:24px 0;display:flex}.hetao-root .modal__success .tick{border:1px solid var(--gold-use);width:64px;height:64px;color:var(--gold-use);border-radius:50%;place-items:center;display:grid}.hetao-root .toast{z-index:90;background:var(--dark);color:#fff;letter-spacing:.04em;opacity:0;pointer-events:none;transition:opacity .4s ease, transform .4s var(--ease);text-align:center;border:1px solid #ffffff24;max-width:90vw;padding:16px 26px;font-size:14px;position:fixed;bottom:36px;left:50%;transform:translate(-50%,20px)}.hetao-root .toast.show{opacity:1;transform:translate(-50%)}.hetao-root .logo-text{font-family:var(--display);letter-spacing:.18em;color:var(--gold-use);font-size:20px;font-weight:500;transition:color .4s}.hetao-root .site-header:not(.solid).over-dark .logo-text{color:#fff}@media (max-width:980px){.hetao-root .footer__top{grid-template-columns:1fr 1fr}}@media (max-width:860px){.hetao-root .nav{display:none}.hetao-root .burger{display:block}.hetao-root .hero-split{grid-template-columns:1fr;min-height:auto}.hetao-root .hero-split__text{min-height:86vh}.hetao-root .hero-split__media{min-height:70vh}.hetao-root .hero-min__band{grid-template-columns:1fr 1fr;height:auto}.hetao-root .hero-min__band .figure:nth-child(3){aspect-ratio:16/9;grid-column:1/-1}.hetao-root .hero-min__band .figure{aspect-ratio:3/4}.hetao-root .stats__grid{grid-template-columns:1fr;gap:0}.hetao-root .stats__cell{border-bottom:1px solid var(--line);padding:30px 0}.hetao-root .stats__cell+.stats__cell:before{display:none}.hetao-root .services__grid{grid-template-columns:1fr;gap:36px}.hetao-root .showcase__grid{grid-template-columns:1fr}.hetao-root .showcase__media{aspect-ratio:4/3}.hetao-root .story-block__grid{grid-template-columns:1fr}.hetao-root .story-block.flip .story-block__media{order:0}.hetao-root .story-block__media{aspect-ratio:4/3}.hetao-root .story-block__badge{right:16px}.hetao-root .timeline__track{grid-template-columns:1fr;gap:0}.hetao-root .timeline__step{padding:24px 0 24px 64px}.hetao-root .timeline__step:before{display:none}.hetao-root .timeline__node{top:24px}.hetao-root .footer__top{grid-template-columns:1fr;gap:32px}}.pin-overlay{z-index:9999;background:#15120e;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.pin-box{flex-direction:column;align-items:center;gap:28px;padding:48px 40px;display:flex}.pin-hint{letter-spacing:.12em;color:#8c8680;margin:0;font-family:Noto Sans TC,system-ui,sans-serif;font-size:13px}.pin-dots{gap:14px;display:flex}.pin-dot{border:1.5px solid #b89b6a;border-radius:50%;width:10px;height:10px;transition:background .15s}.pin-dot.filled{background:#b89b6a}@keyframes pin-shake{0%,to{transform:translate(0)}20%{transform:translate(-8px)}40%{transform:translate(8px)}60%{transform:translate(-6px)}80%{transform:translate(6px)}}.pin-dots.shake{animation:.5s pin-shake}.pin-grid{grid-template-columns:repeat(3,64px);gap:10px;display:grid}.pin-key{color:#fafaf8;cursor:pointer;background:0 0;border:1px solid #3a3228;border-radius:50%;width:64px;height:64px;font-family:Cormorant Garamond,serif;font-size:22px;font-weight:500;transition:background .15s,border-color .15s}.pin-key:hover:not(:disabled){background:#211c16;border-color:#b89b6a}.pin-key:active:not(:disabled){background:#2e2720}.pin-key--empty{cursor:default;border:none}.hetao-root .map-section{background:var(--bg)}.hetao-root .map-section__head{max-width:var(--measure);flex-direction:column;gap:12px;margin-bottom:40px;display:flex}.hetao-root .map-section__sub{color:var(--muted);font-size:15px}.hetao-root .map-section__sub a{color:var(--gold);border-bottom:1px solid #0000;transition:border-color .2s}.hetao-root .map-section__sub a:hover{border-color:var(--gold)}.hetao-root .map-section__frame{border-radius:4px;width:100%;padding-bottom:42%;position:relative;overflow:hidden;box-shadow:0 2px 24px #00000014}.hetao-root .map-section__frame iframe{border:0;width:100%;height:100%;position:absolute;inset:0}@media (max-width:768px){.hetao-root .map-section__frame{padding-bottom:66%}}
