:root{
--accent:#d77840;--accent-dark:#b85d30;--accent-soft:#fff2ea;--accent-pale:#fff8f4;
--bg:#fff;--bg-alt:#fafafa;--surface:#f7f7f6;--surface-strong:#fff;
--text:#20201f;--text-soft:#74706c;--text-muted:#96918d;
--border:#ebe8e5;--border-strong:#ddd9d5;--dark:#292826;
--dark-card:#31302e;--white:#fff;--container:1220px;--space:60px;
--header:#fff;--shadow:0 18px 50px rgba(33,24,18,.06)
}
html[data-theme="dark"]{
--accent:#df8550;--accent-dark:#f09a68;--accent-soft:#3a2921;--accent-pale:#30241f;
--bg:#161616;--bg-alt:#1a1a1a;--surface:#20201f;--surface-strong:#262523;
--text:#f5f2ef;--text-soft:#b8b1ab;--text-muted:#908984;
--border:#343331;--border-strong:#45423f;--dark:#1d1c1b;
--dark-card:#292826;--header:#181818;--shadow:0 18px 50px rgba(0,0,0,.25)
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--bg);color:var(--text);font-family:Inter,sans-serif;overflow-x:hidden;transition:background .25s,color .25s}
body.menu-open{overflow:hidden}
img{display:block;width:100%;height:auto}
a{color:inherit;text-decoration:none}
button{font:inherit;cursor:pointer}
svg{display:block}
.container{width:min(var(--container),calc(100% - 48px));margin:auto}
.section{padding:var(--space) 0}
.section-muted{background:var(--bg-alt)}
.kicker{display:inline-flex;align-items:center;gap:8px;margin-bottom:14px;color:var(--accent-dark);font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.1em}
.kicker:before{content:"";width:7px;height:7px;border-radius:50%;background:var(--accent)}
.section-title{margin:0;font-family:Manrope,sans-serif;font-size:clamp(36px,4.4vw,58px);line-height:1.04;letter-spacing:-.05em}
.section-text{max-width:590px;margin:16px 0 0;color:var(--text-soft);font-size:14px;line-height:1.72}
.section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:40px;margin-bottom:30px}
.btn{min-height:50px;display:inline-flex;align-items:center;justify-content:center;gap:9px;padding:0 20px;border:0;border-radius:13px;font-size:13px;font-weight:600;transition:.2s}
.btn:hover{transform:translateY(-2px)}
.btn-primary{background:var(--accent);color:#fff}
.btn-primary:hover{background:var(--accent-dark)}
.btn-light{background:var(--surface-strong);border:1px solid var(--border);color:var(--text)}
.btn-dark{background:#222;color:#fff}
.btn svg{width:17px;height:17px}
.icon-box{width:42px;height:42px;flex:0 0 42px;display:flex;align-items:center;justify-content:center;border-radius:13px;background:var(--accent-soft);color:var(--accent-dark)}
.icon-box svg{width:19px;height:19px}

.header{background:var(--header);border-bottom:1px solid var(--border);position:relative;z-index:1000;transition:.25s}
.header-inner{min-height:76px;display:flex;align-items:center;justify-content:space-between;gap:26px}
.logo{display:flex;align-items:center;gap:10px;flex:0 0 auto}
.logo-mark{width:38px;height:38px;display:flex;align-items:center;justify-content:center;border-radius:11px;background:var(--accent);color:#fff}
.logo-mark svg{width:19px;height:19px}
.logo-name{display:block;font:800 18px/1 Manrope,sans-serif;letter-spacing:-.04em}
.logo-sub{display:block;margin-top:4px;color:var(--text-muted);font-size:9px;font-weight:700;text-transform:uppercase;letter-spacing:.1em}
.nav{display:flex;align-items:center;gap:19px}
.nav a{padding:28px 0;color:var(--text-soft);font-size:12px;font-weight:500;position:relative}
.nav a:after{content:"";position:absolute;left:0;right:0;bottom:0;height:2px;background:var(--accent);transform:scaleX(0);transition:.2s}
.nav a:hover{color:var(--text)}
.nav a:hover:after{transform:scaleX(1)}
.header-actions{display:flex;align-items:center;gap:8px}
.theme-toggle,.menu-toggle{width:44px;height:44px;align-items:center;justify-content:center;padding:0;border:1px solid var(--border);border-radius:12px;background:var(--surface);color:var(--text);transition:.2s}
.theme-toggle{display:flex}
.menu-toggle{display:none}
.theme-toggle:hover,.menu-toggle:hover{border-color:var(--accent);color:var(--accent)}
.theme-toggle svg,.menu-toggle svg{width:20px;height:20px}
.mobile-menu{display:none}

.hero{padding:24px 0 10px}
.hero-grid{display:grid;grid-template-columns:minmax(0,1.04fr) minmax(360px,.96fr);gap:14px}
.hero-content{min-height:530px;position:relative;overflow:hidden;display:flex;flex-direction:column;justify-content:space-between;padding:42px;background:var(--surface);border-radius:38px 38px 12px 38px}
.hero-content:before{content:"";position:absolute;top:-175px;right:-145px;width:400px;height:400px;border-radius:50%;background:var(--accent-soft)}
.hero-main{position:relative;z-index:2}
.hero-label{display:inline-flex;align-items:center;gap:7px;padding:8px 11px;color:var(--text-soft);font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.08em}
.hero-label:before{content:"";width:6px;height:6px;border-radius:50%;background:var(--accent)}
.hero h1{max-width:660px;margin:24px 0 17px;font:700 clamp(42px,5.3vw,70px)/.97 Manrope,sans-serif;letter-spacing:-.065em}
.hero h1 span{color:var(--accent)}
.hero-text{max-width:520px;margin:0 0 22px;color:var(--text-soft);font-size:14px;line-height:1.68}
.hero-actions{display:flex;flex-wrap:wrap;gap:8px;margin-bottom: 20px}
.hero-bottom{position:relative;z-index:2;display:grid;grid-template-columns:repeat(3,1fr);padding-top:18px;border-top:1px solid var(--border-strong)}
.hero-point{padding-right:18px}
.hero-point+.hero-point{padding-left:18px;border-left:1px solid var(--border-strong)}
.hero-point strong{display:block;margin-bottom:4px;font-size:12px}
.hero-point span{display:block;color:var(--text-soft);font-size:10px;line-height:1.45}

.hero-side{display:grid;grid-template-rows:1fr auto;gap:10px}
.hero-photo{min-height:410px;position:relative;overflow:hidden;border-radius:38px 12px 38px 38px;background-image: linear-gradient(180deg, transparent 45%, rgba(0, 0, 0, .3)), url(../photo3.webp);background-size: cover;background-position: center 21%;}
.hero-photo-card{position:absolute;left:14px;right:14px;bottom:14px;display:flex;align-items:center;gap:10px;padding:12px;background:rgba(255,255,255,.94);color:#20201f;border-radius:16px;backdrop-filter:blur(12px)}
.hero-photo-card strong{display:block;font-size:12px}
.hero-photo-card span{color:#746e69;font-size:10px}
.hero-contact{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:16px 18px;background:var(--accent);color:#fff;border-radius:12px 28px 28px 28px}
.hero-contact small{display:block;margin-bottom:3px;color:rgba(255,255,255,.72);font-size:9px;font-weight:700;text-transform:uppercase}
.hero-contact strong{font-size:13px}
.hero-contact a{width:42px;height:42px;display:flex;align-items:center;justify-content:center;background:#fff;color:var(--accent);border-radius:12px}
.hero-contact a svg{width:18px;height:18px}

.use-cases{padding:24px 0 34px}
.use-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:8px}
.use-card{min-height:145px;display:flex;flex-direction:column;justify-content:space-between;padding:18px;border:1px solid var(--border);border-radius:20px;background:var(--surface-strong)}
.use-card:first-child{background:var(--accent-soft);border-color:transparent}
.use-card h3{margin:15px 0 5px;font:600 16px Manrope,sans-serif}
.use-card p{margin:0;color:var(--text-soft);font-size:11px;line-height:1.6}

.about-grid{display:grid;grid-template-columns:.78fr 1.22fr;gap:60px}
.about-left{position:sticky;top:25px}
.about-item{display:grid;grid-template-columns:42px 1fr;gap:10px;padding:49px 0;border-bottom:1px solid var(--border)}
.about-item:first-child{padding-top:0}
.about-number{color:var(--accent);font-size:10px;font-weight:700}
.about-item h3{margin:0 0 6px;font:600 19px/1.2 Manrope,sans-serif}
.about-item p{margin:0;color:var(--text-soft);font-size:12px;line-height:1.7}
.location-facts{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin-top:24px}
.location-fact{padding:15px;border:1px solid var(--border);border-radius:16px;background:var(--surface-strong)}
.location-fact strong{display:block;font:700 20px Manrope,sans-serif;color:var(--accent-dark)}
.location-fact span{display:block;margin-top:4px;color:var(--text-soft);font-size:10px;line-height:1.45}

.hotel-box{padding:34px;background:var(--surface);border-radius:32px}
.hotel-head{display:grid;grid-template-columns:1fr auto;gap:25px;align-items:flex-end;margin-bottom:24px}
.hotel-count{display:flex;align-items:center;gap:10px;padding:10px 13px;background:var(--surface-strong);border-radius:16px}
.hotel-count strong{width:47px;height:47px;display:flex;align-items:center;justify-content:center;border-radius:14px;background:var(--accent);color:#fff;font:800 18px Manrope,sans-serif}
.hotel-count span{max-width:100px;color:var(--text-soft);font-size:11px;line-height:1.4}
.hotel-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:10px}
.hotel-photo{min-height:390px;position:relative;overflow:hidden;border-radius:25px 25px 9px 25px}
.hotel-photo img{width:100%;height:100%;object-fit:cover}
.hotel-note{position:absolute;left:12px;right:12px;bottom:12px;max-width:330px;padding:12px 14px;background:rgba(255,255,255,.95);color:#20201f;border-radius:15px}
.hotel-note strong{display:block;margin-bottom:3px;font-size:12px}
.hotel-note span{color:#746e69;font-size:10px;line-height:1.5}
.hotel-info{display:grid;grid-template-rows:repeat(4,1fr);gap:7px}
.hotel-card{display:grid;grid-template-columns:42px 1fr;gap:11px;align-items:center;padding:15px;background:var(--surface-strong);border-radius:17px;}
.hotel-card h3{margin:1px 0 4px;font:600 15px Manrope,sans-serif}
.hotel-card p{margin:0;color:var(--text-soft);font-size:11px;line-height:1.6}

.booking-section{padding:0 0 var(--space)}
.booking-box{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:28px;padding:27px 30px;background:var(--accent-soft);border-radius:28px 9px 28px 28px}
.booking-logo{width:60px;height:60px;display:flex;align-items:center;justify-content:center;background:var(--surface-strong);border-radius:18px}
.booking-logo strong{color:#2468bc;font:800 20px Manrope,sans-serif}
.booking-copy small{color:var(--accent-dark);font-size:9px;font-weight:700;text-transform:uppercase}
.booking-copy h2{margin:5px 0 6px;font:700 clamp(21px,2.6vw,31px) Manrope,sans-serif;letter-spacing:-.04em}
.booking-copy p{max-width:540px;margin:0;color:var(--text-soft);font-size:12px;line-height:1.6}

.restaurant-shell{padding:34px;background:var(--dark);color:#fff;border-radius:32px}
.restaurant-head{display:grid;grid-template-columns:1fr .65fr;gap:50px;align-items:flex-end;margin-bottom:24px}
.restaurant-head .kicker{color:#eea37a}
.restaurant-head .section-text{color:#aaa6a2}
.restaurant-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:10px}
.restaurant-info{display:grid;grid-template-columns:1fr 1fr;gap:7px}
.restaurant-card{min-height:150px;display:flex;flex-direction:column;justify-content:space-between;padding:17px;position:relative;overflow:hidden;isolation:isolate;background:var(--dark-card);border:1px solid rgba(255,255,255,.05);border-radius:18px}.restaurant-card::after,.restaurant-card::before{content:"";position:absolute;border-radius:50%;pointer-events:none;z-index:-1}.restaurant-card::after{width:130px;height:130px;top:-55px;right:-45px;background:rgba(223,133,80,.16);filter:blur(35px)}.restaurant-card::before{width:70px;height:70px;top:-35px;right:-25px;background:rgba(223,133,80,.08);filter:blur(12px)}.restaurant-card .icon-box,.restaurant-card>div{position:relative;z-index:1}
.restaurant-card-wide{grid-column:1/-1}
.restaurant-card .icon-box{background:rgba(255,255,255,.07);color:#efa47b}
.restaurant-card h3{margin:14px 0 4px;font:600 16px Manrope,sans-serif}
.restaurant-card p{margin:0;color:#aaa6a2;font-size:15px;line-height:1.6}
.restaurant-photo{min-height:454px;position:relative;overflow:hidden;border-radius:23px 23px 23px 8px;background:linear-gradient(180deg,transparent 50%,rgba(0,0,0,.35)),url("../rest.webp") center/cover}
.restaurant-note{position:absolute;left:12px;right:12px;bottom:12px;padding:12px 13px;background:rgba(255,255,255,.95);color:#20201f;border-radius:14px}
.restaurant-note strong{display:block;margin-bottom:3px;font-size:12px}
.restaurant-note span{color:#746e69;font-size:10px}

.menu-section{padding:0 0 var(--space)}
.menu-box{padding:32px;background:var(--surface);border-radius:30px}
.menu-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:9px}
.menu-card{min-height:170px;padding:20px;position:relative;overflow:hidden;isolation:isolate;background:var(--surface-strong);border:1px solid var(--border);border-radius:19px}
.menu-card-head{display:flex;align-items:flex-start;justify-content:space-between;gap:15px}
.menu-card h3{margin:0;font:600 15px Manrope,sans-serif}
.menu-price{color:var(--accent-dark);font-size:12px;font-weight:700;white-space:nowrap}
.menu-card p{margin:8px 0 0;color:var(--text-soft);font-size:11px;line-height:1.55}
.menu-card-head,.menu-card>p{position:relative;z-index:2;max-width:66%}.menu-card-art{width:154px;height:154px;position:absolute;right:-20px;bottom:-27px;z-index:1;color:var(--accent);opacity:.13;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;vector-effect:non-scaling-stroke;transform:rotate(-5deg);transition:opacity .25s ease,transform .35s ease}.menu-card:nth-child(2) .menu-card-art{right:-17px;bottom:-29px;transform:rotate(3deg)}.menu-card:nth-child(3) .menu-card-art{right:-13px;bottom:-25px;transform:rotate(-2deg)}.menu-card:hover .menu-card-art{opacity:.21;transform:rotate(0) scale(1.035)}html[data-theme="dark"] .menu-card-art{opacity:.19}
.menu-actions{display:flex;justify-content:center;margin-top:20px}

.bbq-box{display:grid;grid-template-columns:1fr .85fr;gap:10px;padding:10px;background:var(--accent-pale);border:1px solid var(--border);border-radius:30px}
.bbq-content{min-height:420px;display:flex;flex-direction:column;justify-content:center;padding:30px}
.bbq-features{display:grid;gap:5px;margin:22px 0}
.bbq-feature{display:grid;grid-template-columns:40px 1fr;gap:11px;align-items:center;padding:10px 0;border-bottom:1px solid var(--border)}
.bbq-feature:last-child{border-bottom:0}
.bbq-feature-icon{width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:12px;background:var(--surface-strong);color:var(--accent-dark)}
.bbq-feature-icon svg{width:18px;height:18px}
.bbq-feature strong{display:block;margin-bottom:3px;font-size:12px}
.bbq-feature span{color:var(--text-soft);font-size:11px;line-height:1.55}
.bbq-visual{min-height:420px;position:relative;overflow:hidden;border-radius:22px;background:#222}
.bbq-visual img{width:100%;height:100%;object-fit:cover}
.bbq-visual:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 50%,rgba(0,0,0,.45))}
.bbq-badge{position:absolute;top:14px;left:14px;z-index:2;padding:8px 11px;background:var(--accent);color:#fff;border-radius:9px;font-size:10px;font-weight:800;letter-spacing:.08em}
.bbq-note{position:absolute;left:12px;right:12px;bottom:12px;z-index:2;padding:12px 13px;background:rgba(255,255,255,.95);color:#20201f;border-radius:14px}
.bbq-note strong{display:block;margin-bottom:3px;font-size:12px}
.bbq-note span{color:#746e69;font-size:10px}

.banquet-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:10px}
.banquet-main{min-height:400px;display:flex;flex-direction:column;justify-content:space-between;padding:31px;background:var(--accent);color:#fff;border-radius:28px 9px 28px 28px}
.banquet-main .kicker{color:#fff}
.banquet-main .kicker:before{background:#fff}
.banquet-main p{max-width:420px;margin:15px 0 0;color:rgba(255,255,255,.82);font-size:12px;line-height:1.65}
.banquet-count{width:72px;height:72px;display:flex;align-items:center;justify-content:center;border-radius:21px;background:#fff;color:var(--accent);font:800 28px Manrope,sans-serif;margin-top: 14px}
.banquet-cards{display:grid;grid-template-columns:1fr 1fr;gap:7px}
.banquet-card{min-height:185px;display:flex;flex-direction:column;justify-content:space-between;padding:18px;background:var(--surface);border-radius:20px}
.banquet-card:last-child{grid-column:1/-1;min-height:170px;background:var(--accent-soft)}
.banquet-card h3{margin:14px 0 4px;font:600 15px Manrope,sans-serif}
.banquet-card p{margin:0;color:var(--text-soft);font-size:11px;line-height:1.6}

.terrace-box{display:grid;grid-template-columns:1.05fr .95fr;gap:10px;padding:10px;background:var(--surface);border-radius:28px}
.terrace-content{min-height:320px;display:flex;flex-direction:column;justify-content:space-between;padding:28px}
.terrace-list{margin-top:20px}
.terrace-row{display:flex;align-items:center;gap:10px;padding:10px 0;border-bottom:1px solid var(--border);font-size:12px}
.terrace-row:last-child{border-bottom:0}
.terrace-row svg{width:16px;height:16px;color:var(--accent)}
.terrace-art{min-height:320px;display:flex;align-items:center;justify-content:center;background:var(--accent-soft);border-radius:21px 21px 21px 8px}
.terrace-circle{width:min(70%,260px);aspect-ratio:1;display:flex;align-items:center;justify-content:center;position:relative;border-radius:50%;background:var(--surface-strong)}
.terrace-circle:before,.terrace-circle:after{content:"";position:absolute;border:1px solid var(--border-strong);border-radius:50%}
.terrace-circle:before{width:72%;height:72%}
.terrace-circle:after{width:44%;height:44%}
.terrace-circle svg{width:72px;height:72px;position:relative;z-index:2;color:var(--accent)}

.faq-grid{display:grid;grid-template-columns:.68fr 1.32fr;gap:55px}
.faq-intro{position:sticky;top:25px}
.faq-list{border-top:1px solid var(--border)}
.faq-item{border-bottom:1px solid var(--border)}
.faq-item summary{list-style:none;display:grid;grid-template-columns:1fr 34px;align-items:center;gap:18px;padding:18px 0;cursor:pointer}
.faq-item summary::-webkit-details-marker{display:none}
.faq-question{font:600 16px/1.35 Manrope,sans-serif}
.faq-toggle{width:34px;height:34px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:var(--surface);transition:.2s}
.faq-toggle svg{width:15px;height:15px}
.faq-item[open] .faq-toggle{transform:rotate(45deg);background:var(--accent-soft);color:var(--accent)}
.faq-answer{padding: 10px; color: #2d2d2d; font-size: 12px; line-height: 1.7; background: #f2f2f2; margin-bottom: 10px; border-radius: 11px}

.contact-grid{display:grid;grid-template-columns:.92fr 1.08fr;gap:9px}
.contact-info,.contact-cta{min-height:360px;padding:30px}
.contact-info{display:flex;flex-direction:column;justify-content:space-between;background:var(--surface);border-radius:28px 9px 28px 28px}
.contact-list{margin-top:18px}
.contact-row{display:flex;align-items:center;gap:11px;padding:11px 0;border-top:1px solid var(--border)}
.contact-row:last-child{border-bottom:0}
.contact-row strong{display:block;margin-bottom:3px;font-size:12px}
.contact-row span{color:var(--text-soft);font-size:11px}
.contact-cta{display:flex;flex-direction:column;justify-content:space-between;background:var(--accent);color:#fff;border-radius:9px 28px 28px 28px}
.contact-cta h2{margin:0;max-width:500px;font:700 clamp(30px,4vw,50px)/1.04 Manrope,sans-serif;letter-spacing:-.05em}
.contact-cta p{max-width:440px;margin:14px 0 0;color:rgba(255,255,255,.82);font-size:12px;line-height:1.65}
.contact-actions{display:flex;flex-wrap:wrap;gap:7px;margin-top: 30px;margin-bottom: 20px}

.footer{padding:0 0 24px;background:var(--bg)}
.footer-box{padding:42px;background:var(--surface);border-radius:30px}
.footer-grid{display:grid;grid-template-columns:1.45fr 1fr 1fr 1.05fr;gap:48px}
.footer-about{max-width:330px;margin:18px 0 0;color:var(--text-soft);font-size:13px;line-height:1.7}
.footer-title{margin-bottom:15px;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.09em}
.footer-links{display:grid;gap:10px;color:var(--text-soft);font-size:13px}
.footer-links a:hover{color:var(--accent)}
.social-links{display:flex;gap:9px;margin-top:22px}
.social-link{width:42px;height:42px;display:flex;align-items:center;justify-content:center;border:1px solid var(--border);border-radius:12px;background:var(--surface-strong);transition:.2s}
.social-link:hover{background:var(--accent);border-color:var(--accent);color:#fff;transform:translateY(-2px)}
.social-link svg{width:18px;height:18px}
.footer-bottom{display:flex;justify-content:center;gap:20px;margin-top:38px;padding-top:20px;border-top:1px solid var(--border);color:var(--text-muted);font-size:11px}

@media(max-width:1100px){
.nav{gap:13px}.nav a{font-size:11px}
}
@media(max-width:1050px){
.nav{display:none}.menu-toggle{display:flex}
.mobile-menu{position:fixed;inset:77px 0 0;display:flex;flex-direction:column;padding:18px 24px 24px;background:var(--header);opacity:0;visibility:hidden;transform:translateY(-8px);transition:.2s;z-index:900}
.mobile-menu.active{opacity:1;visibility:visible;transform:none}
.mobile-menu-links a{display:flex;align-items:center;min-height:54px;border-bottom:1px solid var(--border);font:600 19px Manrope,sans-serif}

.mobile-menu-bottom .btn{width:100%}
.hero-grid{grid-template-columns:1fr}.hero-side{grid-template-columns:1.3fr .7fr;grid-template-rows:auto}.hero-photo{min-height:380px}.hero-contact{height:100%;flex-direction:column;align-items:flex-start}
.use-grid{grid-template-columns:1fr 1fr}
.about-grid,.restaurant-head,.banquet-grid,.faq-grid,.contact-grid{grid-template-columns:1fr}
.about-left,.faq-intro{position:static}
.location-facts{grid-template-columns:1fr 1fr}
.hotel-grid{grid-template-columns:1fr}.hotel-info{grid-template-columns:1fr 1fr;grid-template-rows:auto}
.booking-box{grid-template-columns:auto 1fr}.booking-box .btn{grid-column:1/-1;width:100%}
.restaurant-grid{grid-template-columns:1fr}
.menu-grid{grid-template-columns:1fr 1fr}
.bbq-box,.terrace-box{grid-template-columns:1fr}
.footer-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:768px){
:root{--space:40px}
.container{width:calc(100% - 26px)}
.header-inner{min-height:68px}
.mobile-menu{inset:69px 0 0}
.logo-name{font-size:15px}.logo-sub{display:none}
.logo-mark{width:34px;height:34px}.logo-mark svg{width:17px;height:17px}
.theme-toggle,.menu-toggle{width:42px;height:42px}
.section-title{font-size:33px}.section-text{font-size:13px}
.section-head{flex-direction:column;align-items:flex-start;gap:14px;margin-bottom:23px}
.hero{padding-top:12px}
.hero-grid{display:flex;flex-direction:column;gap:8px}
.hero-side{order:2;display:flex;flex-direction:column}
.hero-content{order:2;min-height:auto;padding:26px 18px 20px;border-radius:26px}
.hero-photo{order:1;min-height:370px;border-radius:24px}
.hero-contact{order:2;min-height:92px;flex-direction:row;align-items:center;border-radius:18px}
.hero h1{font-size:39px;margin:20px 0 14px}.hero-text{font-size:13px}
.hero-actions{display:grid;grid-template-columns:1fr}.hero-actions .btn{width:100%}
.hero-bottom{grid-template-columns:1fr;margin-top:25px;padding-top:7px}
.hero-point{padding:9px 0}.hero-point+.hero-point{padding-left:0;border-left:0;border-top:1px solid var(--border)}
.hero-point span{font-size:11px}
.use-grid{gap:6px}.use-card{min-height:130px;padding:15px}
.about-item{grid-template-columns:32px 1fr;padding:17px 0}.about-item h3{font-size:18px}.about-item p{font-size:12px}
.location-facts{grid-template-columns:1fr 1fr}.location-fact strong{font-size:18px}.location-fact span{font-size:11px}
.hotel-box,.restaurant-shell{padding:16px;border-radius:25px}
.hotel-head{grid-template-columns:1fr;gap:15px}.hotel-count{width:100%}
.hotel-photo{min-height:310px}.hotel-info{grid-template-columns:1fr}.hotel-card{min-height:96px}
.booking-box{display:flex;flex-direction:column;align-items:stretch;padding:18px 15px;gap:15px}.booking-copy h2{font-size:22px}
.restaurant-info{grid-template-columns:1fr}.restaurant-card,.restaurant-card-wide{grid-column:auto;min-height:130px}.restaurant-photo{min-height:310px}
.menu-box{padding:18px 15px;border-radius:24px}.menu-grid{grid-template-columns:1fr}.menu-actions .btn{width:100%}
.bbq-box{padding:7px;border-radius:24px}.bbq-content{min-height:auto;padding:22px 12px 18px}.bbq-visual{min-height:310px}.bbq-content .btn{width:100%}
.banquet-main{min-height:330px;padding:24px 17px}.banquet-cards{grid-template-columns:1fr}.banquet-card,.banquet-card:last-child{grid-column:auto;min-height:145px}
.terrace-content{min-height:auto;padding:20px 11px 24px}.terrace-art{min-height:270px}
.faq-item summary{padding:16px 0}.faq-question{font-size:15px}.faq-answer{font-size:12px}
.contact-info,.contact-cta{min-height:auto;padding:24px 17px}.contact-cta{min-height:300px}.contact-actions{display:grid}.contact-actions .btn{width:100%}
.footer-box{padding:30px 22px;border-radius:24px}.footer-grid{grid-template-columns:1fr;gap:32px}
.footer-about{font-size:13px}.footer-title{font-size:11px}.footer-links{font-size:13px}
.footer-bottom{flex-direction:column;align-items:flex-start;gap:6px;font-size:11px}
}
@media(max-width:520px){
:root{--space:36px}
.hero h1{font-size:35px;line-height: 1;}.hero-photo{min-height:340px}
.section-title{font-size:30px}.use-grid{grid-template-columns:1fr}
.location-facts{grid-template-columns:1fr}
.mobile-menu-bottom{grid-template-columns:1fr}
}
.logo{display:inline-flex;align-items:center;flex-shrink:0}.logo img{display:block;width:210px;height:auto;max-width:210px}@media (max-width:767px){.logo img{width:170px;max-width:170px}}.contact-map{min-height:360px;position:relative;overflow:hidden;background:var(--surface);border:1px solid var(--border);border-radius:9px 28px 28px 28px}.contact-map iframe{position:absolute;inset:0;width:100%;height:100%;border:0;filter:saturate(.85) contrast(.95)}.contact-map-badge{position:absolute;left:14px;bottom:14px;z-index:2;display:flex;align-items:center;gap:11px;max-width:calc(100% - 28px);padding:11px 14px 11px 11px;background:rgba(255,255,255,.94);color:#20201f;border:1px solid rgba(255,255,255,.8);border-radius:16px;box-shadow:0 12px 35px rgba(0,0,0,.12);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.contact-map-badge .icon-box{width:40px;height:40px;flex:0 0 40px}.contact-map-badge strong{display:block;margin-bottom:3px;font:600 12px Manrope,sans-serif}.contact-map-badge span{display:block;color:#746e69;font-size:10px;line-height:1.4}.scroll-top{position:fixed;right:24px;bottom:24px;z-index:900;width:48px;height:48px;display:flex;align-items:center;justify-content:center;padding:0;border:1px solid rgba(255,255,255,.18);border-radius:15px;background:var(--accent);color:#fff;box-shadow:0 10px 30px rgba(215,120,64,.28);opacity:0;visibility:hidden;transform:translateY(12px) scale(.92);transition:opacity .25s ease,visibility .25s ease,transform .25s ease,background .2s ease,box-shadow .2s ease}.scroll-top svg{width:20px;height:20px}.scroll-top.show{opacity:1;visibility:visible;transform:translateY(0) scale(1)}.scroll-top:hover{background:var(--accent-dark);transform:translateY(-3px);box-shadow:0 14px 35px rgba(215,120,64,.38)}.scroll-top:active{transform:translateY(-1px) scale(.96)}@media(max-width:768px){.scroll-top{width:44px;height:44px;right:26px;bottom:26px;border-radius:13px}.scroll-top svg{width:18px;height:18px}}.mobile-menu-bottom{margin-top:6px;padding-top:18px;display:flex;align-items:center;justify-content:space-between;gap:12px}.mobile-menu-bottom a{display:inline-flex;align-items:center;gap:4px;color:var(--text-soft);font-size:10px;white-space:nowrap}.mobile-menu-bottom a strong{color:var(--text);font-size:11px;font-weight:700}.mobile-menu-bottom a+a{padding-left:12px;border-left:1px solid var(--border)}@media(max-width:1050px){.header{position:sticky;top:0;z-index:1000;background:color-mix(in srgb,var(--header) 92%,transparent);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);transition:background .25s ease,box-shadow .25s ease,border-color .25s ease}.header.header-scrolled{box-shadow:0 8px 30px rgba(0,0,0,.08);border-bottom-color:transparent}html[data-theme="dark"] .header.header-scrolled{box-shadow:0 8px 30px rgba(0,0,0,.28)}}
.wp-inner-page .header .nav,.wp-inner-page .header .menu-toggle,.wp-inner-page .mobile-menu{display:none!important}.wp-page-main{min-height:55vh;padding:64px 0 80px}.wp-page-shell{width:min(900px,calc(100% - 48px));margin:auto}.wp-page-title{margin:0 0 32px;font:700 clamp(38px,5vw,62px)/1.05 Manrope,sans-serif;letter-spacing:-.05em}.wp-page-content{color:var(--text);font-size:16px;line-height:1.75}.wp-page-content h2,.wp-page-content h3,.wp-page-content h4{font-family:Manrope,sans-serif;line-height:1.2}.wp-page-content img{border-radius:20px}.wp-page-content a{color:var(--accent-dark);text-decoration:underline}.wp-page-content>*:first-child{margin-top:0}.wp-page-content>*:last-child{margin-bottom:0}
html[data-theme="dark"] .logo img{filter:grayscale(1) brightness(0) invert(1);opacity:.94}@media(hover:none),(pointer:coarse){.theme-toggle,.menu-toggle{-webkit-tap-highlight-color:transparent}.theme-toggle:hover,.menu-toggle:hover,.theme-toggle:focus,.menu-toggle:focus{border-color:var(--border);color:var(--text);outline:none;box-shadow:none}}
.footer-links a[href^="mailto:"]{overflow-wrap:anywhere}
.bbq-actions{display:flex;align-items:center;flex-wrap:wrap;gap:8px}.bbq-actions .btn{margin:0}@media(max-width:520px){.bbq-actions{align-items:stretch;flex-direction:column}.bbq-actions .btn{width:100%}}
.language-switcher{display:inline-flex;align-items:center;gap:6px;padding:0 8px;height:44px;border:1px solid var(--border);border-radius:12px;background:var(--surface);font-size:10px;font-weight:800;letter-spacing:.06em}.language-switcher span{width:1px;height:13px;background:var(--border-strong)}.language-switcher a{color:var(--text-muted);transition:.2s}.language-switcher a:hover,.language-switcher a.active{color:var(--accent-dark)}.wp-inner-page .language-switcher{display:inline-flex}@media(max-width:520px){.header-actions{gap:5px}.header-actions>.language-switcher{height:40px;padding:0 6px}.theme-toggle,.menu-toggle{width:40px;height:40px}}
