@charset "UTF-8";:root{--paper:#faf8f3;--ink:#292c26;--muted:#62675d;--rust:#963c26;--line:#deded4;--white:#fffefa;--font:"Microsoft YaHei","PingFang SC",sans-serif;--radius:3px;--shadow:0 8px 30px #292c2610}*{box-sizing:border-box}body,h1,h2,h3,p,figure,dl,dd{margin:0}html{scroll-behavior:smooth;scroll-padding-top:95px}body{font:1rem/1.85 var(--font);color:var(--ink);background:var(--paper);-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button,a,summary{-webkit-tap-highlight-color:transparent}a:focus-visible,summary:focus-visible{outline:3px solid var(--rust);outline-offset:5px}img{display:block;width:100%;height:auto}h1,h2,h3{line-height:1.3;font-weight:600;letter-spacing:-.035em}h1{font-size:clamp(38px,4.5vw,68px)}h2{font-size:clamp(28px,3vw,42px)}h3{font-size:1.75rem}p{color:var(--muted)}.container{width:min(1240px,calc(100% - 88px));margin:auto}.section{padding-top:92px;padding-bottom:92px}.eyebrow{font-size:.875rem;font-weight:600;letter-spacing:.15em;color:var(--rust);margin-bottom:20px;line-height:1.7}.site-header{height:92px;border-bottom:1px solid var(--line);position:sticky;top:0;z-index:30;background:#f6f3edf2;backdrop-filter:blur(16px)}.header-inner{height:100%;display:flex;align-items:center;justify-content:space-between;gap:30px}.brand{display:flex;align-items:center;gap:13px;white-space:nowrap;font-size:1.4375rem;font-weight:700;line-height:1.25;letter-spacing:.08em}.brand img{width:38px;height:38px}.brand small{display:block;font-size:.875rem;font-weight:400;color:var(--muted);letter-spacing:.18em;margin-top:6px}.main-nav{display:flex;gap:34px}.main-nav a{position:relative;font-size:.875rem;padding:10px 0}.main-nav a:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:2px;background:var(--rust);transform:scaleX(0);transform-origin:left;transition:transform .25s}.main-nav a:hover:after,.main-nav a[aria-current]:after{transform:scaleX(1)}.header-phone{font-size:.875rem;color:var(--muted)}.header-phone strong{font-size:1rem;font-weight:500;color:var(--ink);margin-left:8px}.header-phone span{color:var(--rust);font-size:1.25rem}.mobile-nav{display:none}.hero{padding:52px 0 58px;overflow:hidden}.hero-grid{display:grid;grid-template-columns:1.06fr 1fr;gap:38px;align-items:center}.hero-copy{padding:35px 0}.hero-copy .eyebrow{display:flex;align-items:center;gap:10px}.eyebrow>span{height:6px;width:6px;border-radius:50%;background:var(--rust)}.hero h1{font-family:STSong,SimSun,serif;letter-spacing:.02em;line-height:1.3;margin-bottom:25px}.hero-description{font-size:.9375rem;line-height:2.1}.actions{display:flex;align-items:center;gap:28px;flex-wrap:wrap;margin-top:30px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:28px;min-height:49px;padding:12px 25px;font-size:.875rem;border:1px solid transparent;transition:background .22s,transform .22s,color .22s;cursor:pointer}.btn:hover{transform:translateY(-3px)}.btn-primary{background:var(--rust);color:#fff}.btn-primary:hover{background:#833620}.btn-outline{border-color:#b6b7ab}.btn-outline:hover{background:var(--ink);color:#fff}.text-link{font-size:.875rem;border-bottom:1px solid #abae9d;padding-bottom:5px;transition:color .2s}.text-link:hover{color:var(--rust)}.hero-note{display:flex;flex-wrap:wrap;gap:20px;font-size:.875rem;border-top:1px solid var(--line);padding-top:22px;margin-top:32px;color:var(--muted)}.hero-note span:first-child{color:var(--ink)}.hero-visual{position:relative;height:520px;overflow:hidden;background:#e9e3d9}.hero-visual>img{height:100%;object-fit:cover}.hero-visual figcaption{position:absolute;right:15px;top:13px;font-size:.875rem;color:#746e64;letter-spacing:.06em}.visual-label{position:absolute;bottom:27px;left:28px;font-size:.875rem;letter-spacing:.18em;color:#787267}.visual-label span{display:block;letter-spacing:.06em;font-size:.9375rem;margin-top:5px;color:var(--ink)}.material-strip{border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.material-strip>.container{display:flex;align-items:center;justify-content:space-between;padding-top:19px;padding-bottom:19px;font-size:.875rem;color:var(--muted)}.material-strip b{margin:0 18px;font-weight:400;color:#b5b6a8}.section-heading{display:flex;justify-content:space-between;align-items:end;margin-bottom:38px;gap:24px}.section-heading p:last-child{font-size:.875rem}.products-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:38px}.product-card{min-width:0}.product-image{position:relative;aspect-ratio:4/3;border:1px solid var(--line);overflow:hidden;background:#ece8df}.product-image img{height:100%;object-fit:cover;transition:transform .6s cubic-bezier(.2,.65,.3,1)}.product-card:hover .product-image img{transform:scale(1.035)}.image-caption{position:absolute;bottom:12px;right:15px;color:#858073;font-size:.875rem}.product-body{padding:27px 0 0}.product-heading{display:flex;justify-content:space-between;align-items:center;margin-bottom:17px}.product-heading .eyebrow{display:block;font-size:.75rem;margin-bottom:9px}.product-body>p{font-size:.875rem;max-width:95%}.circle-link{border:1px solid var(--line);width:42px;height:42px;border-radius:50%;display:grid;place-items:center;font-size:1.25rem;transition:background .2s,color .2s}.circle-link:hover{background:var(--rust);color:#fff}.product-body dl{margin-top:22px;border-top:1px solid var(--line)}.product-body dl>div{display:flex;justify-content:space-between;gap:20px;padding:10px 0;border-bottom:1px solid var(--line);font-size:.875rem}.product-body dt{color:var(--muted);flex-shrink:0}.product-body dd{text-align:right}.fine-print{font-size:.875rem;margin-top:25px;color:#7e8176}.about-band{background:#efeee7;padding:83px 0}.about-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:90px}.about-grid .text-link{display:inline-block;margin-top:25px}.about-text>p{font-size:1rem;line-height:2.2;max-width:600px;color:#52594c}.process{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;border-top:1px solid #ccd0c2;margin-top:36px;padding-top:28px}.process span{font-size:.875rem;color:var(--rust)}.process h3{font-size:1rem;margin:9px 0}.process p{font-size:.875rem}.visit{display:flex;align-items:center;justify-content:space-between;gap:35px}.visit h2{font-size:1.875rem}.visit p:last-child{font-size:.875rem;margin-top:16px}.visit .actions{margin-top:0;flex-shrink:0;gap:12px}.site-footer{background:#292e27;color:#eeeede;padding:65px 0 0}.footer-grid{display:grid;grid-template-columns:1.5fr .7fr 1fr;gap:50px;padding-bottom:45px}.footer-brand{font-size:1.625rem;letter-spacing:.12em;display:block;margin-bottom:22px}.footer-brand span{display:block;font-size:.875rem;letter-spacing:.26em;color:#a6af9d;margin-top:8px}.footer-grid p{font-size:.875rem;color:#b1b9a9;line-height:2}.footer-grid nav{display:flex;flex-direction:column;align-items:start;gap:12px;font-size:.875rem}.footer-grid a:hover{color:#d9aa89}.footer-contact>a{font-size:1.3125rem;display:block;margin-bottom:14px;letter-spacing:.06em}.footer-contact p{font-size:.875rem}.footer-bottom{border-top:1px solid #495044;display:flex;justify-content:space-between;gap:16px;flex-wrap:wrap;padding:22px 0;font-size:.875rem;color:#a8b09e}.page-header{padding-top:65px;padding-bottom:54px;border-bottom:1px solid var(--line)}.page-header>p:not(.eyebrow){margin-top:25px;max-width:630px;font-size:.9375rem}.product-section{padding-top:50px}.purchase-note{margin-top:65px;padding:38px;background:#efeee7}.purchase-note h2{font-size:1.5625rem}.purchase-note p{margin:18px 0 24px;font-size:.875rem}.about-page{display:grid;grid-template-columns:1fr 1fr;gap:65px;align-items:center;padding-top:55px}.about-page figure{position:relative;background:#e9e3d9}.about-page img{aspect-ratio:1;object-fit:cover}.about-page figcaption{position:absolute;bottom:12px;right:15px;font-size:.875rem;color:var(--muted)}.about-page h2{font-size:1.6875rem;margin-bottom:26px}.about-page p{margin-bottom:23px;line-height:2.2}.contact-section{padding-top:45px}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:30px}.contact-card{border:1px solid var(--line);padding:38px}.contact-card h2{font-size:1.4375rem;margin:16px 0}.phone-big{display:inline-block;color:var(--rust);font-size:clamp(23px,3vw,39px);letter-spacing:.03em;font-weight:500}.contact-card p{font-size:.875rem;margin:10px 0 27px}.address-card{margin-top:35px;padding:38px;background:#efeee7;display:flex;justify-content:space-between;gap:30px;align-items:center}.address-card h2{font-size:1.4375rem}.address-card p:last-child{font-size:.875rem;margin-top:14px}.address-card .btn{flex-shrink:0}.floating-call{display:none}.reveal-ready [data-reveal]{opacity:0;transform:translateY(16px);transition:opacity .5s ease,transform .5s ease}.reveal-ready [data-reveal].visible{opacity:1;transform:none}.hero-copy{animation:enter .7s both}.hero-visual{animation:enter .8s .1s both}@keyframes enter{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:none}}@media (max-width:1050px){.header-phone{display:none}.hero-grid{gap:25px}.hero-visual{height:490px}.about-grid{gap:40px}.visit{align-items:start;flex-direction:column}.container{width:calc(100% - 56px)}}@media (max-width:700px){.container{width:calc(100% - 40px)}.site-header{height:76px}.brand{font-size:1.25rem}.brand img{width:32px;height:32px}.main-nav{display:none}.mobile-nav{display:block;font-size:.875rem}.mobile-nav summary{cursor:pointer;list-style:none;padding:12px 0 12px 15px}.mobile-nav summary::-webkit-details-marker{display:none}.mobile-nav summary span{margin-left:7px;color:var(--rust)}.mobile-nav nav{position:absolute;top:75px;left:0;right:0;background:var(--paper);border-bottom:1px solid var(--line);padding:14px 20px 24px;box-shadow:var(--shadow)}.mobile-nav nav a{display:block;padding:12px 0;border-bottom:1px solid var(--line)}.mobile-nav a[aria-current]{color:var(--rust)}.hero{padding:22px 0 30px}.hero-grid{grid-template-columns:1fr;gap:25px}.hero-copy{padding:18px 0 0}.hero h1{font-size:2.875rem;margin-bottom:19px}.eyebrow{font-size:.875rem;margin-bottom:16px}.hero-description{font-size:.875rem}.actions{gap:20px;margin-top:24px}.hero-note{margin-top:27px;padding-top:17px;gap:15px;font-size:.875rem}.hero-visual{height:350px}.visual-label{bottom:20px;left:20px}.material-strip>.container{font-size:.875rem;gap:10px;flex-wrap:wrap}.material-strip>.container>a{display:none}.section{padding-top:53px;padding-bottom:53px}.section-heading{align-items:start;flex-direction:column;gap:15px;margin-bottom:26px}.section-heading h2{font-size:1.875rem}.section-heading p:last-child{font-size:.875rem}.products-grid{grid-template-columns:1fr;gap:42px}.product-body{padding-top:21px}.product-body h3{font-size:1.625rem}.about-band{padding:50px 0}.about-grid{grid-template-columns:1fr;gap:30px}.about-text>p{font-size:.875rem}.process{gap:10px}.process h3,.process p{font-size:.875rem}.visit h2{font-size:1.6875rem}.visit .actions{flex-wrap:wrap}.btn{padding:11px 18px;gap:19px;font-size:.875rem;min-height:46px}.footer-grid{grid-template-columns:1fr 1fr;gap:30px}.footer-grid>div:first-child{grid-column:1/-1}.footer-brand{margin-bottom:15px}.footer-contact>a{font-size:1rem;letter-spacing:0}.footer-bottom{font-size:.875rem;padding-bottom:77px}.page-header{padding-top:42px;padding-bottom:35px}.page-header h1{font-size:2.4375rem}.page-header>p:not(.eyebrow){font-size:.875rem}.about-page{grid-template-columns:1fr;gap:30px}.about-page img{aspect-ratio:4/3}.about-page h2{font-size:1.4375rem}.contact-grid{grid-template-columns:1fr;gap:20px}.contact-card{padding:27px}.phone-big{font-size:1.875rem}.address-card{padding:27px;align-items:start;flex-direction:column}.address-card h2{font-size:1.3125rem}.purchase-note{padding:27px;margin-top:40px}.floating-call{display:block;position:fixed;bottom:18px;right:18px;background:var(--rust);color:#fff;padding:11px 18px;z-index:25;font-size:.875rem;box-shadow:0 4px 18px #44271825}.site-footer{padding-top:40px}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}.reveal-ready [data-reveal]{opacity:1;transform:none}}.footer-bottom{justify-content:center;text-align:center;flex-direction:column;align-items:center;gap:7px}.hero h1 em{font-style:normal;color:var(--rust)}.hero-copy .eyebrow{letter-spacing:.22em;color:var(--ink)}.hero-copy .eyebrow:before{content:"";height:1px;width:32px;background:var(--rust)}.hero-description{max-width:29em;font-size:1rem}.hero-note{border-top:0;padding-left:15px;border-left:2px solid var(--rust)}.product-card{transition:transform .3s ease}.product-body dl>div{padding:14px 0}.product-body>p{font-size:1rem;line-height:1.9}.section-heading p:last-child{max-width:28em}.material-strip{background:var(--ink);color:var(--paper);border:0}.material-strip>.container{color:#eeeede;padding-top:22px;padding-bottom:22px}.material-strip b{color:#c08065}.fine-print,.image-caption,figcaption,.footer-bottom,.brand small,.eyebrow{font-size:.75rem}.about-text>p{color:#434b3d}.process{padding-top:32px}.process span{font-size:1.5rem;color:#92624f;font-family:Georgia,serif}.contact-card{background:var(--white);transition:border-color .25s,box-shadow .25s}.contact-card:hover{border-color:#b38773;box-shadow:0 8px 30px #292c2608}.mobile-nav summary span{display:inline-block;transition:transform .25s}.mobile-nav[open] summary span{transform:rotate(45deg)}.page-header h1{font-family:STSong,SimSun,serif;letter-spacing:.015em}@media (max-width:700px){.hero h1{font-size:3rem}.hero-copy{padding-top:25px}.hero-visual{height:290px}.hero-grid{gap:30px}.hero-description{font-size:1rem}.hero-note{font-size:.75rem}.section-heading p:last-child{font-size:.875rem}.material-strip>.container{font-size:.875rem}.process{grid-template-columns:1fr;gap:18px}.process>div{display:grid;grid-template-columns:42px 1fr;align-items:center;gap:0 12px}.process span{grid-row:1/3}.process h3{margin:0}.process p{font-size:.875rem}.footer-grid{grid-template-columns:1fr;gap:30px}.footer-grid nav{display:grid;grid-template-columns:1fr 1fr;gap:15px}.footer-grid>div:first-child{grid-column:auto}.footer-contact>a{font-size:1.5rem}.contact-card p{font-size:.875rem}.page-header>p:not(.eyebrow){font-size:1rem}.floating-call{font-size:.875rem}.address-card .btn{max-width:100%}}@media (prefers-reduced-motion:reduce){.product-card,.contact-card,.mobile-nav summary span{transition:none}}.brand img{object-fit:contain;border-radius:50%}.product-report{margin-top:24px;padding-top:20px;border-top:1px solid var(--line, #dedbd3)}.report-pending{display:inline-flex;align-items:center;gap:12px;color:#62675d;font-size:16px}.report-pending small{font-size:14px;background:#eeeae2;padding:4px 10px;border-radius:3px}.skip-link[data-astro-cid-sckkx6r4]{position:absolute;left:-9999px;top:0;z-index:200;background:#fff;color:var(--color-primary);padding:10px 18px;border-radius:0 0 8px;box-shadow:var(--shadow);font-weight:600}.skip-link[data-astro-cid-sckkx6r4]:focus{left:0}
