@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@400;500;600;700&family=Noto+Serif+SC:wght@500;600;700&display=swap');
:root{--green:#103d70;--honey:#edc365;--ink:#18314d;--muted:#607185}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:95px}body{margin:0;background:#ffffff;color:var(--ink);font:16px/1.7 'Noto Sans SC',sans-serif}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}button,a,input,select,textarea{-webkit-tap-highlight-color:transparent}button,a{touch-action:manipulation}button{cursor:pointer}a:focus-visible,button:focus-visible{outline:3px solid #dbab35;outline-offset:5px}header{height:96px;max-width:1440px;padding:0 5%;margin:auto;display:flex;align-items:center;justify-content:space-between}.brand{display:flex;gap:12px;align-items:center;font-size:25px;font-weight:700;letter-spacing:-1px}.mark{display:grid;place-items:center;border:1.5px solid var(--green);border-radius:50%;width:45px;height:45px;font:italic 36px Georgia}.brand-light{font-weight:400}.brand small{display:block;font-size:10px;font-weight:500;letter-spacing:3px;line-height:1.2;margin-top:3px}nav{display:flex;align-items:center;gap:36px;font-size:14px}.nav-cta{border:1px solid #bac4be;padding:10px 20px;border-radius:3px}.nav-cta span{margin-left:18px}.hero{position:relative;min-height:650px;height:76vh;max-height:850px;margin:0 22px;color:white;overflow:hidden;border-radius:5px;background:#0d5798}.hero>img{width:100%;height:100%;position:absolute;object-fit:cover;object-position:center}.hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(5,30,34,.67),rgba(5,30,34,.1)),linear-gradient(0deg,rgba(0,20,25,.3),transparent 40%)}.hero-content{position:relative;padding:85px 6%;max-width:760px}.eyebrow{font-size:12px;font-weight:500;letter-spacing:2.8px;margin:0 0 23px}h1,h2{font-family:'Noto Serif SC',serif;font-weight:500}h1{font-size:clamp(48px,5.2vw,76px);line-height:1.3;letter-spacing:4px;margin:0 0 25px}.hero-copy{font-size:17px;line-height:1.9;color:#f0f4ed;margin-bottom:33px}.button{display:inline-flex;justify-content:space-between;align-items:center;gap:35px;padding:15px 24px;border:0;border-radius:3px;font-size:15px;font-weight:500}.honey{background:var(--honey);color:#173453}.hero-bottom{position:absolute;bottom:25px;left:6%;right:6%;display:flex;justify-content:space-between;border-top:1px solid #ffffff50;padding-top:18px;font-size:12px;letter-spacing:2px}.journeys{max-width:1320px;margin:auto;padding:95px 4% 100px}.section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:30px}.green{color:#59789a;margin-bottom:12px}h2{font-size:40px;line-height:1.5;margin:0}.section-heading>p{color:var(--muted);font-size:15px;margin:0 0 4px}.demo-note{font-size:12px;color:#67746c;margin:25px 0 20px}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:26px}.card{border-bottom:1px solid #ccd2c9}.card-photo{position:relative;aspect-ratio:1.32;overflow:hidden;border-radius:4px}.card-photo img{width:100%;height:100%;object-fit:cover;transition:transform .5s}.card:hover img{transform:scale(1.035)}.card-photo>span{position:absolute;top:16px;left:16px;border-radius:2px;background:#ffffffe8;padding:4px 12px;font-size:12px}.card-body{padding:22px 0 21px}.location{font-size:10px;letter-spacing:1.1px;color:#74816f;margin:0 0 8px}h3{font-size:22px;margin:0 0 12px;font-weight:500}.card-body>p:not(.location){font-size:14px;line-height:1.9;color:var(--muted);min-height:54px;margin:0 0 24px}.card-bottom{display:flex;align-items:center;justify-content:space-between;gap:8px}.card-bottom>span{font-size:12px;color:var(--muted)}.card-bottom button{border:0;background:none;color:var(--green);font-size:14px;padding:4px 0}.contact{background:var(--green);color:#fff;display:grid;grid-template-columns:1fr 1fr;gap:70px;padding:75px max(6%,calc((100vw - 1200px)/2));}.contact-intro{padding-top:16px}.contact .eyebrow{color:#d6e4f1;font-size:11px}.contact h2{font-size:44px;line-height:1.5}.contact-intro>p:not(.eyebrow){color:#d2e1ef;font-size:15px;line-height:2;margin:24px 0}.contact-caption{display:block;margin-top:62px;font-size:11px;letter-spacing:1.5px;color:#c4d5e7;line-height:2}form{background:#fff;color:var(--ink);border-radius:5px;padding:32px}.form-head{display:flex;align-items:center;justify-content:space-between}.form-head h3{font-size:21px;margin:0}.form-head>span{font-size:12px;background:#f4edd4;padding:3px 8px;color:#6c572a}.form-note{font-size:12px;color:var(--muted);margin:12px 0 19px}label{display:block;font-size:14px;margin:12px 0 6px}input,select,textarea{width:100%;border:1px solid #d8dfd7;border-radius:3px;background:#fcfdfb;padding:10px 12px;font-size:14px;color:var(--ink);min-height:44px}input:focus,select:focus,textarea:focus{outline:2px solid #72907a;outline-offset:1px}textarea{resize:vertical}.form-grid{display:grid;grid-template-columns:1.3fr 1fr;gap:16px}.submit{width:100%;margin-top:20px;background:var(--honey);color:var(--ink)}#result{margin-top:20px;border-top:1px solid #ddd;padding-top:8px}#copy{padding:8px 15px;color:white;background:var(--green);border:0;border-radius:3px;margin-top:8px}#status{font-size:13px}footer{display:flex;justify-content:space-between;gap:20px;padding:30px 6%;font-size:12px;color:var(--muted)}.footer-brand{font-size:22px;color:var(--green);letter-spacing:-1px}@media(min-width:1600px){.hero-content{padding-top:120px}}@media(max-width:800px){header{height:80px;padding:0 6%}.brand{font-size:21px}.mark{width:37px;height:37px;font-size:30px}nav{gap:12px}nav>a:first-child{display:none}.nav-cta{padding:8px 12px;font-size:12px}.nav-cta span{margin-left:4px}.hero{margin:0 12px;min-height:580px;height:76vh;max-height:720px}.hero-content{padding:70px 7%}.hero-bottom{left:7%;right:7%;font-size:10px;letter-spacing:1px}.hero-bottom span:last-child{display:none}.journeys{padding:62px 6%}.section-heading{display:block}.section-heading>p{margin-top:18px}.cards{grid-template-columns:1fr;gap:34px}.card-photo{aspect-ratio:1.55}h2{font-size:32px}.card-body>p:not(.location){min-height:0}.contact{grid-template-columns:1fr;padding:48px 6%;gap:25px}.contact h2{font-size:36px}.contact-caption{display:none}form{padding:24px}footer{flex-wrap:wrap;align-items:center}.footer-brand{width:100%}.eyebrow{font-size:10px}.hero-copy{font-size:15px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}

.agency-contact{font-style:normal;margin-top:32px;display:flex;flex-direction:column;gap:9px;font-size:16px;overflow-wrap:anywhere}.agency-contact strong{font-weight:500;margin-bottom:6px}.agency-contact a{color:#e4edf7;width:fit-content}.agency-contact a:hover{text-decoration:underline}.email-inquiry{display:block;background:var(--green);color:#fff;text-align:center;padding:12px 16px;margin-top:12px;border-radius:3px;font-size:14px}footer{flex-wrap:wrap}footer>span{overflow-wrap:anywhere}

.wechat-contact{margin-top:32px;border-top:1px solid #ffffff35;padding-top:24px;max-width:380px}.wechat-contact h3{font-size:22px;margin-bottom:6px}.wechat-contact p{font-size:14px;color:#d5e2f0;margin:5px 0 12px}.wechat-image{display:block;background:#fff;border-radius:5px;overflow:hidden;max-width:300px;margin-top:18px}.wechat-image img{display:block;width:100%;height:auto}.wechat-save{display:inline-block;font-size:14px;text-decoration:underline;text-underline-offset:4px;margin-top:12px}

header{height:108px;background:#fff}.brand-logo{display:block;width:285px;height:95px;object-fit:contain}.hero>img{object-position:center 72%}.hero-content{padding-top:45px}.hero h1{font-size:clamp(44px,4.2vw,62px)}.hero-copy{margin-bottom:22px}.hero-shade{background:linear-gradient(90deg,rgba(4,30,63,.54),rgba(4,30,63,.05)),linear-gradient(0deg,rgba(4,25,50,.3),transparent 35%)}.contact .eyebrow{color:#d6e4f1}.agency-contact a{color:#e4edf7}.wechat-contact p{color:#d5e2f0}@media(max-width:800px){header{height:82px;gap:12px}.brand-logo{width:200px;height:70px}.hero{height:auto;min-height:650px;background:#075ba3}.hero>img{object-fit:contain;object-position:center bottom}.hero-content{padding:38px 7% 260px}.hero-shade{background:linear-gradient(180deg,rgba(5,35,72,.52),transparent 63%,rgba(4,25,50,.25))}.hero h1{font-size:46px}.hero-bottom{bottom:15px}.nav-cta{white-space:nowrap}.nav-cta span{display:none}}@media(max-width:380px){.brand-logo{width:170px}.nav-cta{font-size:11px;padding:8px}.hero h1{font-size:42px}}
