
:root{--bg:#F7F6F2;--white:#FFFFFF;--soft:#F3EFE8;--soft2:#EFE8DD;--soft3:#FAF8F4;--gold:#B99563;--nav:#3D352B;--text:#2F2D2A;--muted:#6B6256;--light:#8E8579;--accent:#D2B17D;--footer:#2F2A24;--footerText:#F7F0E6;--line:rgba(185,149,99,0.18);--shadow:0 14px 36px rgba(92,73,50,0.12);--btn:linear-gradient(180deg,#E0C8A2 0%,#C9A978 55%,#A98152 100%)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","PingFang SC","Microsoft YaHei",Arial,sans-serif;line-height:1.75}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto}.site-header{position:fixed;top:0;left:0;right:0;z-index:999;background:#FFFFFF;backdrop-filter:blur(10px);box-shadow:0 8px 24px rgba(92,73,50,0.10)}.header-inner{max-width:1240px;margin:0 auto;height:76px;display:flex;align-items:center;gap:24px;padding:0 22px}.logo{flex:0 0 auto}.logo img{max-height:52px;width:auto;display:block}.nav{flex:1;display:flex;align-items:center;justify-content:center;gap:4px;white-space:nowrap}.nav>a,.nav-item>a{display:flex;align-items:center;height:76px;padding:0 13px;color:#3D352B;font-weight:600;position:relative}.nav a.active,.nav-item>a.active,.nav a:hover,.nav-item>a:hover{color:#B99563}.nav a.active:after,.nav-item>a.active:after{content:"";position:absolute;left:13px;right:13px;bottom:16px;height:3px;border-radius:3px;background:#B99563}.has-dropdown{position:relative}.dropdown{position:absolute;top:70px;left:50%;transform:translateX(-50%) translateY(12px);min-width:156px;background:#FFFFFF;border:1px solid var(--line);border-radius:16px;box-shadow:0 18px 42px rgba(92,73,50,.18);padding:10px;opacity:0;visibility:hidden;transition:.22s ease;z-index:1200}.dropdown a{display:block;padding:10px 14px;border-radius:12px;color:#3D352B}.dropdown a:hover{background:#F3EFE8;color:#B99563}.has-dropdown:hover .dropdown{opacity:1;visibility:visible;transform:translateX(-50%) translateY(0)}.main-btn{display:inline-flex;align-items:center;justify-content:center;padding:12px 24px;border-radius:999px;background:var(--btn);color:#FFFFFF;font-weight:800;box-shadow:0 10px 24px rgba(169,129,82,.25);border:0;cursor:pointer}.main-btn:hover{filter:brightness(1.03);transform:translateY(-1px)}.header-btn{flex:0 0 auto;min-width:86px}.menu-toggle{display:none;background:transparent;border:0;width:42px;height:42px;padding:8px;flex:0 0 auto}.menu-toggle span{display:block;height:2px;background:#3D352B;margin:6px 0;border-radius:8px}.site-main{padding-top:76px}.container{max-width:1200px;margin:0 auto;padding:0 22px}.section{padding:56px 0}.section.compact{padding:34px 0}.section-head{max-width:780px;margin:0 auto 26px;text-align:center}.eyebrow{display:inline-block;color:#D2B17D;font-weight:800;letter-spacing:.08em;margin-bottom:8px}.section-title,h1,h2,h3{color:#B99563}.section-title{font-size:34px;line-height:1.25;margin:0 0 12px}.section-desc{color:#6B6256;margin:0}.banner-slider{max-width:1200px;height:430px;margin:28px auto 36px;border-radius:22px;background:#FFFFFF;box-shadow:0 18px 40px rgba(92,73,50,0.12);overflow:hidden;position:relative}.slide{position:absolute;inset:0;opacity:0;transition:opacity .5s ease;background:#FFFFFF;display:flex;align-items:center;justify-content:center}.slide.active{opacity:1;z-index:2}.banner-slider img{width:100%;height:100%;object-fit:contain;background:#FFFFFF;display:block}.slider-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:4;width:42px;height:42px;border-radius:50%;border:1px solid rgba(185,149,99,.24);background:rgba(255,255,255,.86);color:#B99563;font-size:24px;cursor:pointer}.slider-arrow.prev{left:18px}.slider-arrow.next{right:18px}.slider-dots{position:absolute;left:0;right:0;bottom:16px;display:flex;justify-content:center;gap:9px;z-index:4}.slider-dots button{width:10px;height:10px;border-radius:50%;border:0;background:rgba(185,149,99,.35);cursor:pointer}.slider-dots button.active{width:28px;border-radius:999px;background:#B99563}.hero-grid,.split-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:30px;align-items:center}.hero-copy,.card,.zone-card,.info-card,.review-card,.faq-item,.notice-card{background:rgba(255,255,255,0.96);border:1px solid rgba(185,149,99,0.18);box-shadow:0 14px 36px rgba(92,73,50,0.12);border-radius:24px}.hero-copy{padding:36px}.hero-copy h1{font-size:42px;line-height:1.18;margin:0 0 18px}.hero-copy p{color:#6B6256;margin:0 0 18px}.hero-actions{display:flex;gap:14px;align-items:center;flex-wrap:wrap;margin-top:24px}.text-link{color:#B99563;font-weight:800}.media-card{border-radius:24px;overflow:hidden;background:#FFFFFF;border:1px solid var(--line);box-shadow:var(--shadow);padding:10px}.media-card img{width:100%;height:340px;object-fit:contain;background:#FFFFFF;display:block;border-radius:18px}.grid-2{display:grid;grid-template-columns:repeat(2,1fr);gap:22px}.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.card,.zone-card,.info-card,.review-card,.faq-item,.notice-card{padding:24px}.card h3,.zone-card h3,.info-card h3,.review-card h3,.faq-item h3,.notice-card h3{margin:0 0 10px;font-size:21px}.card p,.zone-card p,.info-card p,.review-card p,.faq-item p,.notice-card p{margin:0;color:#6B6256}.card img,.zone-card img,.info-card img{width:100%;height:210px;object-fit:contain;background:#FFFFFF;border-radius:16px;margin-bottom:14px}.tag{display:inline-flex;align-items:center;gap:7px;font-weight:800;color:#D2B17D;margin-bottom:10px}.number-badge{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:50%;background:#F3EFE8;color:#B99563;font-weight:900;margin-bottom:12px}.steps{counter-reset:step}.step-card{position:relative}.step-card:before{counter-increment:step;content:counter(step);display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:50%;background:#F3EFE8;color:#B99563;font-weight:900;margin-bottom:12px}.reviews{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.review-card p{font-style:normal}.review-name{display:block;margin-top:14px;color:#8E8579;font-size:14px}.faq-list{display:grid;gap:16px}.faq-item{padding:24px 26px}.page-hero{padding:64px 0 28px}.page-hero .inner{display:grid;grid-template-columns:1.05fr .95fr;gap:30px;align-items:center}.page-hero h1{font-size:42px;line-height:1.2;margin:0 0 16px}.page-hero p{color:#6B6256;margin:0 0 16px}.bread{color:#8E8579;margin-bottom:8px}.wide-note{background:#F3EFE8;border:1px solid var(--line);border-radius:24px;padding:28px;color:#6B6256}.footer-reminder{max-width:1200px;margin:0 auto 40px;padding:0 22px}.site-footer{background:#2F2A24;color:#F7F0E6;margin-top:30px}.footer-inner{max-width:1200px;margin:0 auto;padding:46px 22px;display:grid;grid-template-columns:1.4fr .7fr .7fr 1fr;gap:30px}.footer-brand img{max-height:50px;width:auto;display:block;margin-bottom:14px}.footer-brand p,.footer-note p{color:#F7F0E6;opacity:.82;margin:0}.footer-links h3,.footer-note h3{color:#D2B17D;margin:0 0 12px}.footer-links a{display:block;color:#F7F0E6;opacity:.86;margin:7px 0}.footer-bottom{text-align:center;border-top:1px solid rgba(247,240,230,.12);padding:16px;color:rgba(247,240,230,.7)}.drawer-mask{position:fixed;inset:0;background:rgba(0,0,0,.38);z-index:1000;opacity:0;visibility:hidden;transition:.22s ease}.drawer-mask.show{opacity:1;visibility:visible}.mobile-drawer{position:fixed;top:0;left:0;bottom:0;width:82vw;max-width:320px;background:#FFFFFF;z-index:1001;transform:translateX(-105%);transition:transform .28s ease;box-shadow:18px 0 40px rgba(0,0,0,.18);overflow-y:auto}.mobile-drawer.open{transform:translateX(0)}.drawer-open{overflow:hidden}.drawer-top{display:flex;align-items:center;justify-content:space-between;padding:18px;border-bottom:1px solid var(--line)}.drawer-logo img{max-height:46px}.drawer-close{border:0;background:#F3EFE8;color:#3D352B;width:38px;height:38px;border-radius:50%;font-size:26px;line-height:1}.drawer-nav{display:grid;padding:14px}.drawer-nav a{padding:13px 14px;border-radius:14px;color:#3D352B;font-weight:700}.drawer-nav a:hover{background:#F3EFE8;color:#B99563}@media(max-width:1020px){.nav{display:none}.menu-toggle{display:block}.header-inner{justify-content:space-between}.logo{position:absolute;left:50%;transform:translateX(-50%)}.header-btn{padding:10px 18px;min-width:72px}.banner-slider{height:330px;margin-left:22px;margin-right:22px}.hero-grid,.split-grid,.page-hero .inner{grid-template-columns:1fr}.grid-4{grid-template-columns:repeat(2,1fr)}.grid-3,.reviews{grid-template-columns:repeat(2,1fr)}.footer-inner{grid-template-columns:1fr 1fr}}@media(max-width:640px){.header-inner{height:66px;padding:0 14px}.site-main{padding-top:66px}.logo img{max-height:42px}.banner-slider{height:230px;margin:18px 14px 24px;border-radius:18px}.slider-arrow{width:34px;height:34px;font-size:20px}.hero-copy,.card,.zone-card,.info-card,.review-card,.faq-item,.notice-card{padding:20px;border-radius:20px}.hero-copy h1,.page-hero h1{font-size:30px}.section-title{font-size:27px}.section{padding:38px 0}.grid-2,.grid-3,.grid-4,.reviews{grid-template-columns:1fr}.media-card img{height:250px}.footer-inner{grid-template-columns:1fr}.page-hero{padding:42px 0 14px}.header-btn{font-size:14px;padding:9px 15px}.container{padding:0 14px}.footer-reminder{padding:0 14px}}
