/* 品牌基礎與全站排版 */
:root{--green:#173e35;--muted:#69736c;--orange:#d36a36;--paper:#f8f8f1;--line:#dfe3d9;--white:#fff;--radius:8px;font-family:Arial,"PingFang TC","Microsoft JhengHei",sans-serif;color:var(--green);background:var(--paper);font-synthesis:none}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:100px}body{margin:0}a{color:inherit;text-decoration:none}button{font:inherit}a,button,summary{-webkit-tap-highlight-color:transparent}a:focus-visible,button:focus-visible,summary:focus-visible{outline:3px solid var(--orange);outline-offset:6px}img{max-width:100%;height:auto}.container{width:min(1220px,calc(100% - 96px));margin:auto}.section{padding:100px 0}h1,h2,h3,p{margin:0}h2{font-size:36px;line-height:1.45;letter-spacing:-1px}p{color:var(--muted);font-size:15px;line-height:1.95}.eyebrow{font-size:11px;font-weight:600;letter-spacing:2px;margin-bottom:24px}.dot{display:inline-block;width:7px;height:7px;border-radius:50%;background:var(--orange);margin-right:9px}.skip-link{position:fixed;top:-100px;left:20px;z-index:100;background:white;padding:12px}.skip-link:focus{top:12px}
/* 導覽列 */
.site-header{position:sticky;top:0;z-index:20;background:rgba(248,248,241,.96);border-bottom:1px solid var(--line)}.header-inner{height:92px;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand{display:inline-flex;gap:16px;align-items:center;flex-shrink:0}.brand-mark{font-size:44px;font-weight:800;letter-spacing:-4px;line-height:1}.brand-mark>span{color:var(--orange);font-size:32px;margin-left:3px}.brand-copy{font-size:16px;font-weight:600;letter-spacing:2px;border-left:1px solid #c7cec4;padding-left:16px}.brand-copy small{display:block;font-size:7px;letter-spacing:1px;margin-top:7px;font-weight:400}nav{display:flex;align-items:center;gap:32px;font-size:13px}nav a:hover,.footer-links a:hover{color:var(--orange)}.nav-contact{border:1px solid #bfcbbf;border-radius:4px;padding:12px 18px}.nav-contact span{margin-left:16px}.menu-toggle{display:none}
/* 首屏 */
.hero{overflow:hidden}.hero-grid{display:grid;grid-template-columns:1fr 1.08fr;align-items:center;min-height:620px;gap:20px}.hero-copy{padding:62px 0}.hero-copy>.eyebrow{letter-spacing:2px;font-size:12px}.hero h1{font-size:clamp(38px,4.1vw,58px);font-weight:700;line-height:1.42;letter-spacing:-2px}.accent-word{position:relative;color:var(--orange);white-space:nowrap}.accent-word svg{position:absolute;width:100%;bottom:-7px;left:0;fill:none;stroke:var(--orange);stroke-width:3}.hero-copy>p{margin:30px 0;font-size:16px}.hero-actions{display:flex;align-items:center;gap:26px}.button{display:inline-flex;align-items:center;gap:34px;border-radius:4px;padding:18px 22px;font-size:13px;transition:background .2s,transform .2s}.primary{background:var(--green);color:white}.primary:hover{background:#285648;transform:translateY(-2px)}.text-link{font-size:13px;display:inline-flex;align-items:center;gap:12px}.round-arrow{display:inline-grid;place-items:center;width:29px;height:29px;border:1px solid #bbc5b9;border-radius:50%}.hero-note{display:flex;align-items:center;gap:10px;margin-top:44px;font-size:11px;letter-spacing:1px;color:var(--muted)}.mini-icon{font-size:19px}.hero-art{position:relative;min-width:0;padding-top:35px}.art-grid{position:absolute;inset:8% -15% 0 0;background-image:linear-gradient(#d8dfd53d 1px,transparent 1px),linear-gradient(90deg,#d8dfd53d 1px,transparent 1px);background-size:32px 32px;mask-image:radial-gradient(ellipse,#000 15%,transparent 70%)}.hero-art>img{position:relative;width:115%;max-width:none;margin-left:-4%}.art-label{position:absolute;top:40px;left:34px;font-size:9px;letter-spacing:1.4px}.floating-tag{position:absolute;right:-8px;bottom:95px;background:#fffdf7;padding:16px 20px;display:flex;align-items:center;gap:12px;box-shadow:0 12px 40px #173e3510;border:1px solid #e4e8dc;border-radius:6px;transform:rotate(-3deg);font-size:13px}.tag-icon{border-radius:50%;background:#e8eee0;color:var(--green);width:30px;height:30px;display:grid;place-items:center}.floating-tag small{display:block;font-size:7px;letter-spacing:1.5px;margin-top:6px;color:var(--muted)}.art-caption{display:block;text-align:center;font-size:8px;letter-spacing:3px;color:#889484;position:relative;top:-20px}.hero-bottom{border-top:1px solid var(--line);display:flex;justify-content:space-between;padding:23px 0;font-size:11px;color:var(--muted);letter-spacing:1px}.hero-bottom>span:last-child{font-size:9px}.hero-bottom>span:last-child span{padding-left:25px}
/* 服務卡片 */
.services{background:white}.section-heading{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:44px}.section-heading .eyebrow{margin-bottom:17px}.section-heading>p{font-size:13px}.service-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.service-card{border:1px solid var(--line);padding:28px 25px 0;border-radius:var(--radius);position:relative;transition:transform .2s,border-color .2s}.service-card:hover{transform:translateY(-5px);border-color:#91a28d}.service-number{position:absolute;right:25px;top:25px;color:#899486;font-size:10px}.service-icon{width:51px;height:51px;fill:none;stroke:var(--green);stroke-width:1.7;stroke-linejoin:round;stroke-linecap:round;margin:15px 0 28px}.service-card h3{font-size:20px;margin-bottom:15px}.service-card p{font-size:13px;min-height:103px}.card-footer{border-top:1px solid var(--line);margin-top:26px;padding:20px 0;display:flex;justify-content:space-between;font-size:10px;color:var(--muted)}.card-footer span{color:var(--green);font-size:16px}
/* 可展開的倉儲流程 */
.workflow{background:#eef1e8}.workflow-grid{display:grid;grid-template-columns:1fr 1fr;gap:100px}.workflow-intro>p{margin:23px 0}.workflow-intro .text-link{gap:40px}.steps{padding-top:8px}.step{border-bottom:1px solid #cfd8c9}.step:first-child{border-top:1px solid #cfd8c9}.step summary{list-style:none;display:flex;align-items:center;gap:25px;cursor:pointer;padding:25px 0;font-size:21px;font-weight:600}.step summary::-webkit-details-marker{display:none}.step-no{font-size:13px;font-weight:400;color:#8b9a83;align-self:flex-start;padding-top:4px}.step small{display:block;font-size:9px;font-weight:400;color:#80907b;letter-spacing:2px;margin-top:8px}.step-plus{margin-left:auto;font-size:24px;font-weight:400}.step[open] .step-plus{transform:rotate(45deg)}.step[open] summary{padding-bottom:15px}.step p{font-size:13px;padding:0 38px 25px 42px}.parcel-visual{height:120px;position:relative;width:340px;max-width:100%;margin-top:35px}.parcel-path{position:absolute;left:25px;top:65px;width:270px;max-width:80%;height:35px;border:1px dashed #97a38e;border-top:0;border-radius:0 0 25px 25px}.parcel-box{position:absolute;top:8px;left:15px;background:#c5d0b5;box-shadow:8px -8px 0 #dbe2d0;width:74px;height:63px;transform:rotate(-8deg);display:flex;align-items:center;justify-content:center;font-size:25px;font-weight:bold}.parcel-box:before{content:"";position:absolute;top:0;left:32px;width:12px;height:18px;background:#e9ecdb}.parcel-box>span{font-size:19px}.parcel-destination{position:absolute;right:0;top:55px;background:#eef1e8;padding:12px;font-size:10px}.parcel-destination>span{margin-left:12px}
/* 企業介紹與頁腳 */
.about{background:white}.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:90px;align-items:center}.about-panel{background:var(--green);color:#fafbf2;padding:42px 40px;position:relative;overflow:hidden;border-radius:6px}.about-panel:after{content:"";position:absolute;width:240px;height:240px;border:1px solid #96b28c33;border-radius:50%;right:-110px;top:-85px;box-shadow:0 0 0 35px #96b28c0b,0 0 0 70px #96b28c09}.about-panel>.eyebrow{font-size:9px;color:#b9c8b3}.about-statement{font-size:27px;line-height:1.8;margin:40px 0}.about-statement span{display:block;color:#c7d6a9}.about-line{height:1px;background:#ffffff26}.about-panel-bottom{display:flex;align-items:center;justify-content:space-between;margin-top:26px}.large-brand{font-size:63px;font-weight:800;letter-spacing:-4px}.about-panel-bottom>span:last-child{font-size:11px;line-height:1.9;letter-spacing:3px;color:#bacbb4}.about-copy>.eyebrow{margin-bottom:17px}.about-copy>p{margin-top:20px;font-size:14px}.about-values{display:flex;justify-content:space-between;border-top:1px solid var(--line);padding-top:23px;margin-top:27px;gap:10px}.about-values>span{font-size:10px;color:var(--muted)}.about-values b{display:block;color:var(--green);font-size:18px;margin-bottom:9px}.company{background:#e3eacb;padding:50px 0}.company-inner{display:flex;align-items:center;justify-content:space-between;gap:20px}.company .eyebrow{font-size:9px;margin-bottom:13px}.company h2{font-size:29px}.company p{margin-top:16px;font-size:13px}.company-arrow{width:67px;height:67px;border:1px solid #8b9f77;border-radius:50%;display:grid;place-items:center;font-size:30px;flex-shrink:0;transition:background .2s}.company-arrow:hover{background:#d3ddba}footer{background:var(--paper);padding:43px 0 0}.footer-top{display:flex;align-items:center;justify-content:space-between;padding-bottom:36px}.footer-brand .brand-mark{font-size:37px}.footer-brand .brand-copy{font-size:13px}.footer-links{display:flex;gap:32px;font-size:12px}.footer-bottom{border-top:1px solid var(--line);display:flex;gap:22px;flex-wrap:wrap;padding:24px 0 28px;color:var(--muted);font-size:10px}.footer-bottom>a{margin-left:auto}.footer-bottom>a:hover{text-decoration:underline}
/* 平板與手機自適應 */
@media(min-width:1600px){.hero-grid{min-height:680px}}@media(max-width:1100px){.container{width:calc(100% - 64px)}nav{gap:19px}.hero-actions{gap:17px}.button{gap:18px;padding:16px}.hero h1{font-size:43px}.hero-grid{min-height:565px}.floating-tag{right:0;bottom:60px}.service-card{padding:22px 18px 0}.workflow-grid,.about-grid{gap:55px}.about-statement{font-size:24px}.hero-copy>p{font-size:15px}.brand-copy small{font-size:6px}}
@media(max-width:800px){.container{width:calc(100% - 40px)}.header-inner{height:76px}.brand-mark{font-size:37px}.brand-copy{font-size:14px}.menu-toggle{display:flex;flex-direction:column;justify-content:center;gap:6px;background:transparent;border:1px solid #bdc9b9;border-radius:4px;width:42px;height:38px;padding:10px}.menu-toggle span{height:1px;background:var(--green);width:20px}.menu-toggle[aria-expanded=true] span:first-child{transform:translateY(3.5px) rotate(45deg)}.menu-toggle[aria-expanded=true] span:last-child{transform:translateY(-3.5px) rotate(-45deg)}nav{position:absolute;top:76px;left:0;width:100%;padding:16px 20px 24px;display:none;flex-direction:column;align-items:stretch;background:var(--paper);border-bottom:1px solid var(--line);gap:0}nav.is-open{display:flex}nav>a{padding:14px}.nav-contact{margin-top:8px}.hero-grid{grid-template-columns:1fr 1fr;gap:0}.hero h1{font-size:35px;letter-spacing:-1.5px}.hero-copy>.eyebrow{font-size:10px;letter-spacing:1px}.hero-actions{flex-direction:column;align-items:flex-start;gap:20px}.hero-copy{padding:46px 0}.hero-note{font-size:9px;margin-top:28px}.hero-art>img{width:125%;margin-left:-9%}.art-label{font-size:7px;left:12px;top:28px}.floating-tag{font-size:10px;padding:12px;bottom:15px}.floating-tag small{font-size:6px}.art-caption{font-size:6px;letter-spacing:1px;top:4px}.section{padding:70px 0}h2{font-size:29px}.service-grid{grid-template-columns:repeat(2,1fr)}.service-card p{min-height:60px}.section-heading{gap:20px}.section-heading>p{font-size:12px}.workflow-grid,.about-grid{gap:35px}.about-panel{padding:28px 25px}.about-statement{font-size:20px}.about-copy>p{font-size:13px}.company h2{font-size:25px}.footer-bottom{gap:12px}}
@media(max-width:560px){.hero-grid{grid-template-columns:1fr}.hero-copy{padding:43px 0 0}.hero h1{font-size:clamp(32px,8.8vw,46px);line-height:1.4}.hero-copy>.eyebrow{margin-bottom:22px}.hero-copy>p{margin:23px 0;font-size:14px}.hero-actions{flex-direction:row;align-items:center;gap:20px}.button{font-size:12px;gap:22px;padding:16px}.text-link{font-size:11px;gap:8px}.hero-note{margin-top:25px}.hero-art{margin-top:15px;padding-top:15px}.hero-art>img{width:100%;margin-left:0}.art-label{top:18px;left:15px;font-size:7px}.floating-tag{right:0;bottom:40px}.art-caption{top:-10px}.hero-bottom{padding:18px 0;font-size:9px}.hero-bottom>span:last-child{font-size:7px;letter-spacing:0}.hero-bottom>span:last-child span{padding-left:8px}.section{padding:56px 0}.section-heading{display:block;margin-bottom:28px}.section-heading>p{margin-top:16px}.section-heading>p br{display:none}h2{font-size:27px}.eyebrow{font-size:9px;margin-bottom:18px}.service-grid{gap:12px}.service-card{padding:19px 16px 0}.service-number{right:16px;top:20px}.service-icon{width:42px;height:42px;margin:12px 0 20px}.service-card h3{font-size:18px}.service-card p{font-size:12px;line-height:1.8;min-height:108px}.card-footer{font-size:8px;letter-spacing:-.2px;gap:4px;margin-top:15px;padding:16px 0}.workflow-grid,.about-grid{grid-template-columns:1fr;gap:27px}.workflow-intro>p{font-size:14px}.parcel-visual{display:none}.step summary{font-size:19px;padding:22px 0}.step p{font-size:13px}.about-panel{padding:30px}.about-statement{font-size:25px;margin:30px 0}.about-copy{padding-top:8px}.about-values{justify-content:flex-start;gap:40px}.company{padding:37px 0}.company h2{font-size:21px}.company p{font-size:11px}.company .eyebrow{font-size:7px;letter-spacing:1px}.company-arrow{width:43px;height:43px;font-size:24px}.footer-top{align-items:flex-start;gap:25px;flex-direction:column;padding-bottom:25px}.footer-links{font-size:11px;gap:26px}.footer-bottom{flex-direction:column;gap:10px;font-size:10px;padding-bottom:25px}.footer-bottom>a{margin-left:0}.brand-copy small{font-size:6px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{transition:none!important}}
