
*{box-sizing:border-box}body{margin:0;background:#F7F6F2;color:#2F2D2A;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Microsoft YaHei",Arial,sans-serif;line-height:1.75}a{color:inherit;text-decoration:none}.wrap{max-width:1200px;margin:auto;padding:0 22px}.site-header{position:sticky;top:0;z-index:9999;background:#FFFFFF;backdrop-filter:blur(10px);box-shadow:0 8px 24px rgba(92,73,50,.10)}.desktop-nav{height:76px;display:flex;align-items:center;gap:24px}.logo img{max-height:52px;width:auto;display:block}.nav{display:flex;align-items:center;gap:6px;flex:1;justify-content:center}.nav a{color:#3D352B;font-weight:700;padding:22px 12px;white-space:nowrap}.nav a.active,.nav a:hover,.highlight,.text-link{color:#B99563}.nav a.active{border-bottom:3px solid #B99563}.nav-item{position:relative}.dropdown{position:absolute;top:100%;left:0;min-width:178px;background:#FFFFFF;box-shadow:0 18px 40px rgba(92,73,50,.16);border:1px solid rgba(185,149,99,.18);border-radius:16px;padding:8px;opacity:0;visibility:hidden;transform:translateY(8px);transition:.22s;z-index:10020}.nav-item:hover .dropdown{opacity:1;visibility:visible;transform:none}.dropdown a{display:block;padding:10px 14px;border-radius:10px;border:0}.dropdown a:hover{background:#FAF8F4}.main-btn{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:10px 22px;border-radius:999px;background:linear-gradient(180deg,#E0C8A2 0%,#C9A978 55%,#A98152 100%);color:#fff!important;font-weight:800;box-shadow:0 10px 24px rgba(169,129,82,.24);white-space:nowrap}.main-btn:hover{transform:translateY(-1px)}.main-btn.small{padding:8px 16px;min-height:36px}.mobile-top{display:none;height:66px;align-items:center;justify-content:space-between;padding:0 14px}.menu-btn{width:42px;height:42px;border:0;background:transparent;display:flex;flex-direction:column;justify-content:center;gap:5px}.menu-btn span{height:2px;background:#3D352B;border-radius:4px}.drawer-mask{position:fixed;inset:0;background:rgba(0,0,0,.42);z-index:10000;display:none}.drawer-mask.show{display:block}.drawer{position:fixed;top:0;left:0;width:84%;max-width:320px;height:100vh;background:#fff;z-index:10001;transform:translateX(-105%);transition:.28s;box-shadow:20px 0 40px rgba(0,0,0,.18);padding:16px;overflow:auto}.drawer.open{transform:translateX(0)}.drawer-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.close-btn{font-size:30px;border:0;background:transparent;color:#3D352B}.drawer>a{display:block;padding:13px 8px;border-bottom:1px solid #F3EFE8;color:#3D352B;font-weight:700}.no-scroll{overflow:hidden}.hero,.section{max-width:1200px;margin:34px auto;padding:0 22px}.banner-slider{max-width:1200px;margin:28px auto 36px;border-radius:22px;background:#FFFFFF;box-shadow:0 18px 40px rgba(92,73,50,.12);overflow:hidden;position:relative}.slide{display:none}.slide.active{display:block}.banner-slider img{width:100%;height:auto;display:block;object-fit:contain;background:#FFFFFF}.slider-btn{position:absolute;top:50%;transform:translateY(-50%);width:42px;height:42px;border-radius:50%;border:0;background:rgba(255,255,255,.82);box-shadow:0 8px 20px rgba(92,73,50,.14);color:#B99563;font-size:24px}.slider-btn.prev{left:16px}.slider-btn.next{right:16px}.dots{position:absolute;bottom:14px;left:0;right:0;display:flex;justify-content:center;gap:8px}.dot{width:10px;height:10px;border-radius:50%;border:0;background:rgba(255,255,255,.72)}.dot.active{background:#B99563}.grid{display:grid;gap:22px}.grid-2{grid-template-columns:repeat(2,1fr)}.grid-3{grid-template-columns:repeat(3,1fr)}.grid-4{grid-template-columns:repeat(4,1fr)}.card,.zone-card,.info-card,.review-card{background:rgba(255,255,255,.96);border:1px solid rgba(185,149,99,.18);box-shadow:0 14px 36px rgba(92,73,50,.12);border-radius:22px;padding:24px}.zone-card{display:flex;flex-direction:column;height:100%}.zone-card img,.content-img{width:100%;height:230px;object-fit:contain;object-position:center;background:#FFFFFF;border-radius:18px;margin-bottom:16px}.zone-card a{margin-top:auto;color:#B99563;font-weight:800}h1,h2,h3,.section-title{color:#B99563;line-height:1.3}h1{font-size:40px;margin:0 0 16px}h2{font-size:28px;margin:0 0 18px}p{color:#2F2D2A}.muted{color:#6B6256}.note{color:#8E8579}.tag,.number-badge{color:#D2B17D;font-weight:800}.hero-box{display:grid;grid-template-columns:1.1fr .9fr;gap:28px;align-items:center}.hero-box img{width:100%;height:auto;max-height:360px;object-fit:contain;background:#fff;border-radius:22px;box-shadow:0 14px 36px rgba(92,73,50,.12)}.list{display:grid;gap:12px}.list div{padding:14px 16px;border-radius:14px;background:#FAF8F4}.site-footer{background:#2F2A24;color:#F7F0E6;margin-top:56px}.site-footer p,.site-footer a{color:#F7F0E6}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:32px;padding:42px 22px}.footer-grid a{display:block;margin:8px 0}.footer-note{text-align:center;border-top:1px solid rgba(247,240,230,.14);padding:18px 12px;color:#F7F0E6}.footer-logo img{max-height:48px}@media(max-width:980px){.desktop-nav{display:none}.mobile-top{display:flex}.grid-4,.grid-3{grid-template-columns:repeat(2,1fr)}.hero-box{grid-template-columns:1fr}h1{font-size:32px}}@media(max-width:640px){.grid-4,.grid-3,.grid-2{grid-template-columns:1fr}.section,.hero{margin:24px auto}.card,.zone-card,.info-card,.review-card{padding:20px}.zone-card img,.content-img{height:210px}.footer-grid{grid-template-columns:1fr}.slider-btn{width:36px;height:36px}.banner-slider{border-radius:16px;margin:18px 12px 26px}}
