:root{--yellow:#fea816;--red:#d4384a;--ink:#1a1a1a;--paper:#f7f5f2;--white:#fff;--muted:#696866;--line:#d8d3ca}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:"Noto Sans TC",sans-serif;line-height:1.7}.page-width{width:min(100% - 48px,1240px);margin:auto}
.site-header{height:174px;display:flex;align-items:center;justify-content:space-between;padding:0 max(24px,calc((100vw - 1240px)/2));position:sticky;top:0;background:rgb(255 255 255 / .94);border-bottom:1px solid #e5e1da;backdrop-filter:blur(16px);z-index:10}.brand{display:flex;line-height:1;text-decoration:none;color:var(--ink)}.brand>img{display:block;width:300px;height:156px;object-fit:contain;object-position:left center}nav{display:flex;gap:35px}nav a{font-size:14px;color:var(--ink);text-decoration:none;transition:color .2s}nav a:hover{color:var(--red)}.header-cta{color:var(--red);font-size:14px;font-weight:600;text-decoration:none;border-bottom:1px solid var(--red);padding-bottom:2px}.header-cta span{font:600 17px/1 Montserrat,sans-serif;margin-left:4px}
.hero{position:relative;min-height:min(750px,calc(100vh - 174px));isolation:isolate;overflow:hidden;background:#e9e1d5}.hero-image,.hero-shade{position:absolute;inset:0;width:100%;height:100%}.hero-image{object-fit:cover;object-position:center}.hero-shade{z-index:1;background:linear-gradient(90deg,rgb(252 247 236 / .88) 0%,rgb(252 247 236 / .68) 30%,rgb(252 247 236 / .16) 57%,transparent 76%)}.hero-copy{position:relative;z-index:2;padding-top:clamp(100px,15vh,170px)}.eyebrow,.section-label,.section-note{font:600 11px/1.45 Montserrat,sans-serif;letter-spacing:1.35px}.eyebrow{color:var(--red);margin:0 0 24px}.hero h1,.section h2{letter-spacing:-2.5px;line-height:1.23;margin:0}.hero h1{max-width:730px;font-size:clamp(48px,5.65vw,80px);font-weight:700}.hero h1 em{color:var(--red);font-style:normal}.hero-copy>p:not(.eyebrow){max-width:420px;margin:26px 0 32px;font-size:17px;color:#403f3c}.button{display:inline-flex;align-items:center;gap:24px;padding:14px 18px;text-decoration:none;font-size:14px;font-weight:600;transition:transform .2s}.button:hover{transform:translateY(-2px)}.button-ink{background:var(--ink);color:#fff}.button span{font-size:20px;font-weight:400}.hero-index{position:absolute;z-index:2;bottom:28px;right:max(24px,calc((100vw - 1240px)/2));color:#fff;font:600 11px Montserrat,sans-serif;letter-spacing:1.2px;text-shadow:0 1px 8px rgb(0 0 0 / .35)}.hero-index span{margin:0 8px;color:var(--yellow)}
.section{padding:clamp(74px,9.5vw,136px) 0}.section-topline{display:flex;justify-content:space-between;align-items:center;margin-bottom:50px}.section-label{margin:0;color:var(--red)}.section-note{margin:0;color:#96918a;font-size:10px}.intro-grid{display:grid;grid-template-columns:1.12fr .7fr;gap:clamp(50px,9vw,150px)}.section h2{font-size:clamp(37px,4.25vw,61px)}.section h2 strong{color:var(--red);font-weight:700}.intro-copy{padding-top:13px}.intro-copy p{margin:0 0 18px;font-size:16px}.values{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--line);margin-top:84px}.values article{padding:23px 23px 0 0}.values article+article{border-left:1px solid var(--line);padding-left:23px}.values span,.number{font:600 11px Montserrat,sans-serif;color:var(--red)}h3{font-size:19px;margin:12px 0 6px;line-height:1.4}.values p{margin:0;color:var(--muted);font-size:14px}
.services{background:var(--ink);color:#fff}.services .section-note{color:#929292}.services-heading{display:grid;grid-template-columns:1fr .55fr;gap:90px;align-items:end}.services h2 strong{color:var(--yellow);font-weight:700}.services-heading>p{margin:0;color:#c4c4c4;font-size:15px}.service-list{margin-top:74px;border-top:1px solid #575757}.service-list article{display:grid;grid-template-columns:110px 1fr 1.15fr;gap:25px;align-items:baseline;padding:29px 0;border-bottom:1px solid #575757}.service-list h3{margin:0;font-size:21px}.service-list p{margin:0;color:#c4c4c4;font-size:15px}
.principle{position:relative;overflow:hidden;text-align:center;background:var(--paper)}.principle-copy{position:relative;z-index:1}.principle blockquote{margin:0 auto 31px;max-width:930px;font-size:clamp(30px,3.9vw,55px);font-weight:600;line-height:1.45;letter-spacing:-1.8px}.principle-copy>p:last-child{max-width:560px;margin:0 auto;color:var(--muted)}.principle-shape span{position:absolute;border:1px solid #e2d8cb;transform:rotate(45deg)}.principle-shape span:nth-child(1){width:500px;height:500px;left:-275px;top:-120px}.principle-shape span:nth-child(2){width:390px;height:390px;right:-180px;bottom:-125px}.principle-shape span:nth-child(3){width:122px;height:122px;right:13%;top:18%;border-color:var(--yellow)}
.contact{background:var(--yellow)}.contact-grid{display:grid;grid-template-columns:1fr 335px;gap:100px;align-items:center}.contact .section-label{color:var(--red);margin-bottom:47px}.contact h2 strong{color:var(--white)}.contact-copy{font-size:17px;margin:29px 0 7px}.contact-small{font-size:13px;margin:0;color:#6e4907}.line-add-button img{display:block;height:36px;width:auto}
footer{background:var(--ink);color:#fff}.footer-inner{height:108px;display:flex;align-items:center;justify-content:space-between}.footer-inner .brand{color:#fff}.footer-inner .brand>img{width:148px;height:76px;filter:brightness(0) invert(1)}.footer-inner p{color:#a1a1a1;font:500 10px Montserrat,sans-serif;letter-spacing:.7px;margin:0}
@media(max-width:760px){.page-width{width:min(100% - 48px,1240px)}.site-header{height:116px;padding:0 24px}.brand>img{width:190px;height:102px}nav{display:none}.hero{min-height:600px}.hero-image{object-position:67% center}.hero-shade{background:linear-gradient(90deg,rgb(252 247 236 / .91),rgb(252 247 236 / .72) 46%,rgb(252 247 236 / .13) 100%)}.hero-copy{padding-top:105px}.hero h1,.section h2{letter-spacing:-1.6px}.hero-copy>p:not(.eyebrow){font-size:16px}.hero-index{right:24px;bottom:20px;font-size:9px}.section-topline{margin-bottom:34px}.section-note{display:none}.intro-grid,.services-heading,.contact-grid{grid-template-columns:1fr;gap:28px}.intro-copy{padding-top:0}.values{grid-template-columns:1fr 1fr;margin-top:50px}.values article{padding-right:16px}.values article+article{border-left:1px solid var(--line);padding-left:16px}.values article:nth-child(3){border-left:0;padding-left:0;margin-top:28px}.service-list{margin-top:45px}.service-list article{grid-template-columns:46px 1fr;gap:7px;padding:25px 0}.service-list p{grid-column:2;font-size:14px}.service-list h3{font-size:19px}.principle blockquote{letter-spacing:-1px}.contact-grid{gap:47px}.contact .section-label{margin-bottom:32px}.footer-inner{height:auto;min-height:122px;padding:27px 0;align-items:flex-start;flex-direction:column;gap:17px}.footer-inner .brand>img{width:148px;height:76px}.footer-inner p{font-size:9px}.principle-shape span:nth-child(3){right:5%;top:8%}}
