
*{box-sizing:border-box}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Microsoft YaHei",Arial,sans-serif;background:#F7F6F2;color:#2F2D2A;line-height:1.75}a{text-decoration:none;color:inherit}.wrap{max-width:1200px;margin:0 auto;padding:0 20px}.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-header{height:78px;display:flex;align-items:center;gap:22px}.logo img{max-height:52px;width:auto;display:block}.nav{display:flex;align-items:center;gap:6px;flex:1;justify-content:center;min-width:0}.nav>a,.nav-item>a{display:block;padding:24px 10px;color:#3D352B;font-weight:700;font-size:15px;white-space:nowrap;border-bottom:3px solid transparent}.nav a.active,.nav a:hover,.nav-item:hover>a{color:#B99563;border-bottom-color:#B99563}.nav-item{position:relative}.dropdown{position:absolute;top:100%;left:0;min-width:176px;background:#fff;border:1px solid rgba(185,149,99,.18);border-radius:16px;box-shadow:0 18px 36px rgba(92,73,50,.16);padding:10px;opacity:0;visibility:hidden;transform:translateY(8px);transition:.2s;z-index:10010}.nav-item:hover .dropdown{opacity:1;visibility:visible;transform:translateY(0)}.dropdown a{display:block;padding:10px 12px;border-radius:10px;color:#3D352B;font-weight:700}.dropdown a:hover{background:#F3EFE8;color:#B99563}.main-btn{display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(180deg,#E0C8A2 0%,#C9A978 55%,#A98152 100%);color:#fff!important;border-radius:999px;padding:11px 24px;font-weight:800;box-shadow:0 10px 24px rgba(169,129,82,.28);white-space:nowrap;transition:.2s}.main-btn:hover{transform:translateY(-1px);filter:brightness(1.03)}.header-btn{flex:0 0 auto}.mobile-header{display:none;height:70px;align-items:center;justify-content:space-between;padding:0 16px}.menu-toggle{width:42px;height:42px;border:0;background:#F3EFE8;border-radius:12px;display:flex;flex-direction:column;gap:5px;justify-content:center;align-items:center}.menu-toggle span{width:20px;height:2px;background:#3D352B}.mobile-register{padding:9px 16px}.drawer-mask{position:fixed;inset:0;background:rgba(0,0,0,.45);z-index:10000;opacity:0;visibility:hidden;transition:.25s}.drawer-mask.show{opacity:1;visibility:visible}.mobile-drawer{position:fixed;top:0;left:0;height:100vh;width:84%;max-width:320px;background:#fff;z-index:10001;transform:translateX(-105%);transition:.25s;box-shadow:18px 0 40px rgba(0,0,0,.18);overflow:auto}.mobile-drawer.open{transform:translateX(0)}.drawer-head{display:flex;align-items:center;justify-content:space-between;padding:18px;border-bottom:1px solid rgba(185,149,99,.18)}.drawer-close{border:0;background:#F3EFE8;border-radius:50%;width:38px;height:38px;font-size:26px;color:#3D352B}.drawer-nav{display:grid;padding:12px 18px 24px}.drawer-nav a{padding:13px 8px;border-bottom:1px solid rgba(185,149,99,.14);font-weight:700;color:#3D352B}.no-scroll{overflow:hidden}.banner-slider{max-width:1200px;margin:28px auto 36px;border-radius:22px;background:#fff;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:#fff}.slider-btn{position:absolute;top:50%;transform:translateY(-50%);width:42px;height:42px;border:0;border-radius:50%;background:rgba(255,255,255,.86);color:#B99563;font-size:26px;box-shadow:0 8px 18px rgba(92,73,50,.16);cursor:pointer}.prev{left:16px}.next{right:16px}.dots{position:absolute;left:0;right:0;bottom:14px;display:flex;justify-content:center;gap:8px}.dot{width:10px;height:10px;border-radius:50%;border:0;background:rgba(255,255,255,.7);box-shadow:0 0 0 1px rgba(185,149,99,.35);cursor:pointer}.dot.active{background:#B99563}.section{padding:54px 0}.section.alt{background:#F3EFE8}.hero-card,.card,.zone-card,.info-card,.review-card,.faq-item{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}.hero-card{display:grid;grid-template-columns:1.15fr .85fr;gap:28px;padding:34px;align-items:center}.hero-card img,.content-img{width:100%;height:auto;max-height:360px;object-fit:contain;border-radius:18px;background:#fff}.eyebrow,.tag,.number-badge{color:#D2B17D;font-weight:800}.section-title,h1,h2,h3{color:#B99563;line-height:1.3}h1{font-size:42px;margin:10px 0 18px}h2{font-size:30px;margin:0 0 20px}.lead{font-size:18px;color:#6B6256}.grid{display:grid;gap:22px}.grid-4{grid-template-columns:repeat(4,1fr)}.grid-3{grid-template-columns:repeat(3,1fr)}.grid-2{grid-template-columns:repeat(2,1fr)}.card,.zone-card,.info-card,.review-card,.faq-item{padding:24px;display:flex;flex-direction:column;height:100%}.zone-card img{width:100%;height:220px;object-fit:contain;object-position:center;background:#fff;border-radius:16px;margin-bottom:16px}.text-link{color:#B99563;font-weight:800;margin-top:auto}.muted{color:#6B6256}.notice{background:#EFE8DD;border:1px solid rgba(185,149,99,.22);border-radius:20px;padding:22px;color:#6B6256}.page-hero{padding:58px 0 26px}.page-grid{display:grid;grid-template-columns:1fr 380px;gap:28px;align-items:start}.page-body{display:grid;gap:22px}.site-footer{background:#2F2A24;color:#F7F0E6;padding:46px 0 0}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:36px}.footer-logo img{max-height:54px}.site-footer a{display:block;color:#F7F0E6;margin:8px 0}.footer-bottom{text-align:center;border-top:1px solid rgba(247,240,230,.18);margin-top:32px;padding:18px;color:#d9cdbd}.mobile-logo{position:absolute;left:50%;transform:translateX(-50%)}@media (max-width:980px){.desktop-header{display:none}.mobile-header{display:flex}.grid-4,.grid-3,.grid-2,.hero-card,.page-grid,.footer-grid{grid-template-columns:1fr}.section{padding:38px 0}h1{font-size:30px}.banner-slider{margin:18px 12px 26px;border-radius:16px}.slider-btn{width:36px;height:36px}.zone-card img{height:190px}.wrap{padding:0 16px}}
