:root {
    --bg-color: #EFEFEF; /* ????? ???????? ???????-??????? */
    --surface-color: #FFFFFF;
    --text-main: #1A1C1A; /* ????? ?????? ? ??????? ??????? */
    --text-muted: #5A605A;
    --accent-color: #6C7A68; /* ???????????? ?????? */
    --footer-bg: #151A15; /* ?????-??????? ???????? ???? ??? ??????? */
    --font-heading: 'Cormorant Garamond', serif;
    --font-text: 'Inter', sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

body { background-color: var(--bg-color); color: var(--text-main); font-family: var(--font-text); -webkit-font-smoothing: antialiased; overflow-x: hidden; }

/* Lenis */
html.lenis { height: auto; }
.lenis.lenis-smooth { scroll-behavior: auto; }
.lenis.lenis-smooth [data-lenis-prevent] { overscroll-behavior: contain; }
.lenis.lenis-stopped { overflow: hidden; }

/* Preloader */
.preloader { position: fixed; top: 0; left: 0; width: 100%; height: 100vh; background: var(--text-main); z-index: 9999; display: flex; justify-content: center; align-items: center; }
.preloader-text { font-family: var(--font-heading); font-size: 3rem; color: var(--bg-color); font-style: italic; clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%); }

.container { max-width: 1400px; margin: 0 auto; padding: 0 40px; }
.section-padding { padding: 180px 0; }

/* Typography */
.section-title { font-family: var(--font-heading); font-size: 5.5rem; color: var(--text-main); margin-bottom: 30px; line-height: 0.9; font-weight: 300; letter-spacing: -2px; }

/* Navbar */
.navbar { position: fixed; top: 0; width: 100%; padding: 40px 60px; display: flex; justify-content: space-between; align-items: center; z-index: 100; mix-blend-mode: difference; color: #fff; }
.logo { font-family: var(--font-heading); font-size: 2rem; font-weight: 400; font-style: italic;}
.btn-outline { border: 1px solid #fff; color: #fff; padding: 12px 30px; border-radius: 50px; text-decoration: none; font-size: 0.9rem; text-transform: uppercase; letter-spacing: 1px; transition: background 0.3s, color 0.3s; }
.btn-outline:hover { background: #fff; color: #000; }

/* Hero (????????? ?????) */
.hero { position: relative; height: 100vh; display: flex; align-items: flex-end; padding-bottom: 10vh; }
.hero-image-container { position: absolute; top: 0; right: 0; width: 70%; height: 100%; overflow: hidden; clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%); }
.hero-bg { width: 100%; height: 120%; background-size: cover; background-position: center; }
.hero-content { position: relative; z-index: 3; padding-left: 10%; }
.hero-title { font-size: 9rem; font-family: var(--font-heading); line-height: 0.8; font-weight: 300; letter-spacing: -3px; }
.hero-title i { font-style: italic; color: var(--accent-color); }
.hero-sub { font-size: 1rem; letter-spacing: 2px; text-transform: uppercase; margin-bottom: 20px; font-weight: 400;}

/* Bio Section */
.bio-grid { display: grid; grid-template-columns: 1fr 1.2fr; gap: 100px; align-items: center; }
.bio-grid.reverse { grid-template-columns: 1.2fr 1fr; }
.bio-image-wrapper { height: 800px; overflow: hidden; position: relative; }
.parallax-img { width: 100%; height: 130%; object-fit: cover; }
.bio-text { font-size: 1.4rem; line-height: 1.8; color: var(--text-muted); font-weight: 300; max-width: 500px; }

/* Service List (Editorial Style) */
.editorial-header { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 80px; border-bottom: 1px solid rgba(0,0,0,0.1); padding-bottom: 20px;}
.editorial-sub { font-size: 1.1rem; color: var(--text-muted); }
.service-list { display: flex; flex-direction: column; gap: 60px; }
.service-row { display: grid; grid-template-columns: 400px 1fr; gap: 60px; align-items: center; border-bottom: 1px solid rgba(0,0,0,0.05); padding-bottom: 60px;}
.service-row-img { height: 300px; overflow: hidden; }
.service-row-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.8s ease; }
.service-row:hover img { transform: scale(1.05); }
.service-row-text h3 { font-family: var(--font-heading); font-size: 3rem; font-weight: 300; margin-bottom: 15px; }
.service-row-text p { font-size: 1.2rem; color: var(--text-muted); line-height: 1.6; font-weight: 300; max-width: 400px; }

/* Menu Masonry */
.menu-masonry { display: grid; grid-template-columns: repeat(3, 1fr); gap: 60px; align-items: start; }
.menu-block h3 { font-family: var(--font-heading); font-size: 2.5rem; margin-bottom: 40px; color: var(--accent-color); font-style: italic; font-weight: 400;}
.menu-block ul { list-style: none; }
.menu-block li { display: flex; justify-content: space-between; padding: 15px 0; border-bottom: 1px solid rgba(0,0,0,0.08); font-size: 1.1rem; font-weight: 300; }
.menu-block li span:last-child { font-weight: 500; font-family: var(--font-heading); font-size: 1.3rem; }

/* Dark Zone: Booking + Footer */
.dark-footer-zone { background-color: var(--footer-bg); color: #fff; padding-top: 150px; }
.booking-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; align-items: center; margin-bottom: 150px; }
.booking-text p { font-size: 1.3rem; color: #9A9E9A; line-height: 1.8; font-weight: 300; max-width: 400px; }
.minimal-form { display: flex; flex-direction: column; gap: 30px; }
.minimal-form input, .minimal-form select { width: 100%; padding: 20px 0; background: transparent; border: none; border-bottom: 1px solid rgba(255,255,255,0.2); color: #fff; font-family: var(--font-text); font-size: 1.2rem; font-weight: 300; outline: none; transition: border-color 0.3s; }
.minimal-form input:focus, .minimal-form select:focus { border-bottom-color: var(--accent-color); }
.minimal-form select option { background: var(--footer-bg); color: #fff; }
.btn-submit-dark { align-self: flex-start; background: #fff; color: var(--footer-bg); padding: 20px 50px; border: none; border-radius: 50px; font-family: var(--font-text); font-size: 1rem; text-transform: uppercase; letter-spacing: 1px; margin-top: 20px; cursor: pointer; transition: background 0.3s; }
.btn-submit-dark:hover { background: var(--accent-color); color: #fff; }

.footer { border-top: 1px solid rgba(255,255,255,0.1); padding: 80px 40px 40px; }
.footer-top { display: flex; justify-content: space-between; margin-bottom: 80px; }
.footer-info h3 { font-family: var(--font-heading); font-size: 3rem; margin-bottom: 20px; font-weight: 300; color: var(--accent-color); }
.footer-info p, .footer-info a { color: #9A9E9A; text-decoration: none; font-size: 1.1rem; line-height: 1.8; font-weight: 300;}
.footer-info a:hover { color: #fff; }
.footer-info .manager { margin-top: 20px; font-style: italic; color: #fff; }
.footer-hours h3 { font-family: var(--font-heading); font-size: 2rem; margin-bottom: 20px; font-weight: 300; }
.footer-hours p { color: #9A9E9A; font-size: 1.1rem; line-height: 1.8; font-weight: 300;}
.footer-bottom { text-align: left; color: #5A605A; font-size: 0.9rem; }

/* Responsive */
@media (max-width: 1024px) {
    .hero-title { font-size: 6rem; }
    .bio-grid, .bio-grid.reverse, .service-row, .menu-masonry, .booking-grid { grid-template-columns: 1fr; gap: 60px; }
    .hero-image-container { width: 100%; }
    .hero-content { padding-bottom: 50px; }
    .footer-top { flex-direction: column; gap: 50px; }
}