@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&family=Noto+Sans+SC:wght@400;500;600;700&display=swap');
:root{--blue:#073bea;--ink:#112039;--muted:#5e6878;--line:#dce1eb;--paper:#f3f5f9}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:100px}body{margin:0;color:var(--ink);font:1rem/1.7 'Montserrat','Noto Sans SC',sans-serif}h1,h2,h3,p,figure{margin:0}h1,h2,h3{font-family:Montserrat,'Noto Sans SC',sans-serif;letter-spacing:-.045em;line-height:1.12}a{color:inherit;text-decoration:none}button,a{-webkit-tap-highlight-color:transparent}a:focus-visible{outline:3px solid #e68c00;outline-offset:5px}img{display:block;max-width:100%;object-fit:cover}.shell{width:min(1280px,calc(100% - 96px));margin:auto}.skip{position:fixed;top:-100px;left:20px;background:white;padding:12px;z-index:100}.skip:focus{top:10px}header{background:#fff;position:sticky;top:0;z-index:10;border-bottom:1px solid var(--line)}.nav{height:96px;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand{display:flex;align-items:center;gap:12px;flex-shrink:0}.brand img{border-radius:50%}.brand span{font-family:Montserrat,sans-serif;font-weight:800;letter-spacing:-.03em;font-size:1.3rem;line-height:1.3}.brand small{display:block;font:600 .65rem/1.8 'Montserrat',sans-serif;letter-spacing:.12em;color:var(--muted)}nav{display:flex;gap:30px;font-size:.94rem;font-weight:500}nav a:hover,.language:hover{color:var(--blue)}.nav-actions{display:flex;align-items:center;gap:24px}.language{font-size:.9rem}.button{display:inline-flex;align-items:center;justify-content:center;gap:30px;font-weight:700;padding:15px 23px;border-radius:4px;min-height:52px;transition:transform .2s,background .2s}.button:hover{transform:translateY(-2px)}.button span{font-size:1.25rem;line-height:1}.dark{background:var(--ink);color:white}.white{background:white;color:var(--blue)}.hero{display:grid;grid-template-columns:1fr 1fr;min-height:630px}.hero-copy{background:var(--blue);color:#fff;padding:65px 60px 34px max(48px,calc((100vw - 1280px)/2));display:flex;flex-direction:column}.eyebrow{font-size:.75rem;font-weight:700;letter-spacing:.14em;margin-bottom:25px}.hero h1{font-size:clamp(3.4rem,4.7vw,5rem);font-weight:800}.hero-intro{font-size:1.1rem;line-height:1.8;max-width:440px;margin-top:26px;color:#e0e8ff}.actions{display:flex;align-items:center;gap:28px;margin-top:33px;flex-wrap:wrap}.text-link{display:inline-flex;align-items:center;gap:22px;font-weight:600;color:var(--blue);padding:7px 0;border-bottom:1px solid currentColor}.text-link.light{color:white;font-size:.94rem}.hero-bottom{display:flex;justify-content:space-between;gap:15px;align-items:center;border-top:1px solid #ffffff45;padding-top:24px;margin-top:50px;font-size:.83rem}.print-marks{display:flex;gap:5px}.print-marks i{width:13px;height:13px;border-radius:50%;background:#00d8ec}.print-marks i:nth-child(2){background:#ff64b6}.print-marks i:nth-child(3){background:#ffe13c}.print-marks i:nth-child(4){background:#102038}.hero-photo{position:relative;min-width:0;overflow:hidden;background:#14283d}.hero-photo img{width:100%;height:100%;position:absolute;object-position:54% center}.hero-photo figcaption{position:absolute;bottom:24px;left:25px;color:white;background:#112039cc;padding:10px 15px;font-size:.7rem;letter-spacing:.1em}.section{padding-top:100px;padding-bottom:100px}.section-heading,.shop-intro{display:grid;grid-template-columns:1.1fr 1fr;gap:80px;align-items:end;margin-bottom:52px}.blue{color:var(--blue)}h2{font-size:clamp(2.4rem,3.4vw,3.6rem);font-weight:800}.section-heading p:last-child,.shop-intro>div>p:not(.eyebrow){color:var(--muted);max-width:440px;font-size:1.05rem}.services{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--line);border-left:1px solid var(--line)}.service{padding:32px;border-right:1px solid var(--line);border-bottom:1px solid var(--line);display:flex;flex-direction:column;transition:background .2s}.service:hover{background:var(--paper)}.service-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:28px;color:var(--blue)}.service-top svg{width:37px;height:37px}.service-top span{font:500 .8rem Montserrat,sans-serif;color:#748095}.service h3{font-size:1.4rem;letter-spacing:-.025em;margin-bottom:15px}.service p{color:var(--muted);font-size:.96rem;margin-bottom:22px}.service small{display:block;font-size:.8rem;color:#606c7e;margin-top:auto}.service a{display:flex;justify-content:space-between;align-items:center;color:var(--blue);font-size:.9rem;font-weight:600;margin-top:25px;padding-top:18px;border-top:1px solid var(--line)}.shop-section{background:var(--paper)}.shop-intro .text-link{margin-top:22px}.gallery{display:grid;grid-template-columns:1.3fr 1fr;gap:28px}.gallery img{width:100%;height:410px}.gallery figure:last-child img{object-position:center 57%}.gallery figcaption{display:flex;gap:20px;padding-top:15px;font-size:.88rem}.gallery figcaption span{color:var(--blue);font-weight:700}.contact{background:var(--blue);color:#fff;padding:90px 0}.contact-grid{display:grid;grid-template-columns:1.15fr 1fr;gap:100px}.contact h2{font-size:clamp(2.8rem,4vw,4.3rem)}.contact-grid>div>p:not(.eyebrow){color:#dae4ff;max-width:440px;margin:25px 0 30px}.contact-note{display:block;color:#d8e1ff;font-size:.82rem;margin-top:15px}.contact-details{align-self:center}.contact-details>a,.contact-details>div{display:block;border-top:1px solid #ffffff4d;padding:24px 0}.contact-details small{display:block;color:#d9e3ff;font-size:.84rem;margin-bottom:8px}.contact-details span{font-size:clamp(1.05rem,1.65vw,1.4rem);display:flex;justify-content:space-between;gap:15px;overflow-wrap:anywhere}.contact-details p{color:#d9e3ff;font-size:.88rem;margin-top:10px}footer{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:20px;padding-top:35px;padding-bottom:35px}footer strong{font-size:1.15rem;letter-spacing:-.03em}footer div span{display:block;font-size:.8rem;color:var(--muted)}footer a,footer small{font-size:.8rem;color:var(--muted)}html[lang=zh-Hans] h1{font-size:clamp(2.8rem,3.7vw,4rem);line-height:1.3;letter-spacing:-.04em}html[lang=zh-Hans] h2{line-height:1.3;letter-spacing:-.03em}html[lang=zh-Hans] .hero-copy{justify-content:center}
@media(min-width:1600px){.hero-copy{padding-right:75px}.hero{min-height:680px}}
@media(max-width:1050px){.shell{width:calc(100% - 56px)}.nav{gap:15px}nav{gap:18px}.nav-actions{gap:17px}.nav-quote{display:none}.hero-copy{padding:50px 28px 30px}.hero h1{font-size:3.3rem}.section-heading,.shop-intro{gap:40px}.service{padding:25px}.contact-grid{gap:50px}.gallery img{height:330px}}
@media(max-width:700px){html{scroll-padding-top:115px}.shell{width:calc(100% - 40px)}.nav{height:auto;min-height:100px;flex-wrap:wrap;padding:12px 0;gap:10px}.brand img{width:42px;height:42px}.brand span{font-size:1.1rem}.brand small{font-size:.6rem}.nav-actions{margin-left:auto}nav{order:3;width:100%;justify-content:space-between;gap:12px;font-size:.85rem}.hero{grid-template-columns:1fr}.hero-copy{padding:43px 24px 27px}.hero h1{font-size:3.5rem}.eyebrow{font-size:.7rem;margin-bottom:20px}.hero-intro{font-size:1rem}.actions{gap:22px}.hero-bottom{margin-top:36px}.hero-photo{height:320px}.hero-photo img{object-position:center 50%}.hero-photo figcaption{left:20px;bottom:20px}.section{padding-top:65px;padding-bottom:65px}.section-heading,.shop-intro{grid-template-columns:1fr;gap:23px;margin-bottom:32px}h2{font-size:2.5rem}.services{grid-template-columns:1fr 1fr}.service{padding:23px 17px}.service h3{font-size:1.19rem}.service p{font-size:.9rem}.service small{font-size:.78rem}.service a{font-size:.8rem;gap:8px}.service-top{margin-bottom:23px}.gallery{grid-template-columns:1fr;gap:30px}.gallery img{height:300px}.gallery figure:last-child img{height:360px}.contact{padding:65px 0}.contact-grid{grid-template-columns:1fr;gap:45px}.contact h2{font-size:3rem}.contact-details span{font-size:1.13rem}footer{gap:25px}footer small{width:100%}html[lang=zh-Hans] h1{font-size:2.75rem}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}
