:root {
  --bg: #0f100b;
  --surface: rgba(42, 38, 25, .72);
  --surface-strong: rgba(30, 28, 18, .9);
  --line: rgba(226, 183, 105, .42);
  --line-soft: rgba(255, 235, 194, .18);
  --gold: #d7a959;
  --gold-light: #f1d18c;
  --cream: #f2e5c7;
  --muted: #c1b69d;
  --text: #f6edd9;
  --shadow: 0 24px 70px rgba(0, 0, 0, .42);
  --radius: 26px;
  --container: min(1180px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; color-scheme: dark; }
body {
  margin: 0;
  color: var(--text);
  background: var(--bg);
  font-family: "Manrope", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.55;
  overflow-x: hidden;
}
body.locked { overflow: hidden; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
svg { width: 1.25em; height: 1.25em; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.svg-sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
.container { width: var(--container); margin-inline: auto; position: relative; z-index: 2; }

.site-backdrop {
  position: fixed;
  inset: 0;
  z-index: -3;
  background: linear-gradient(rgba(8, 10, 7, .78), rgba(8, 10, 7, .88)), url("images/page-bg.webp") center/cover no-repeat;
  transform: scale(1.02);
}
.site-backdrop::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 12% 22%, rgba(164, 128, 61, .14), transparent 31%),
    radial-gradient(circle at 80% 72%, rgba(133, 97, 42, .13), transparent 28%),
    linear-gradient(90deg, rgba(0,0,0,.32), transparent 30%, transparent 70%, rgba(0,0,0,.32));
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  border-bottom: 1px solid transparent;
  transition: .3s ease;
}
.site-header.is-scrolled {
  background: rgba(14, 15, 10, .8);
  border-color: rgba(228, 190, 119, .18);
  backdrop-filter: blur(20px);
  box-shadow: 0 10px 35px rgba(0,0,0,.24);
}
.header-inner { height: 82px; display: grid; grid-template-columns: 220px 1fr auto; align-items: center; gap: 26px; }
.brand { display: inline-flex; align-items: center; position: relative; width: max-content; font-family: "Cormorant Garamond", Georgia, serif; font-weight: 700; color: var(--cream); line-height: .83; letter-spacing: -.03em; text-shadow: 0 2px 20px rgba(0,0,0,.35); }
.brand--small { font-size: 26px; }
.brand--footer { font-size: 36px; }
.brand-mark { width: 46px; height: 44px; margin-right: 10px; position: relative; flex: 0 0 auto; }
.brand-mark::before, .brand-mark::after { content: ""; position: absolute; left: 50%; transform: translateX(-50%); }
.brand-mark::before { top: 2px; width: 25px; height: 27px; border: 2px solid var(--gold); border-width: 0 2px 2px; border-radius: 0 0 50% 50%; transform: translateX(-50%) rotate(45deg); }
.brand-mark::after { bottom: 1px; width: 42px; height: 14px; border-top: 1px solid var(--gold); border-radius: 50%; box-shadow: inset 0 5px 0 -4px var(--gold); }
.desktop-nav { display: flex; justify-content: center; gap: 34px; font-size: 14px; }
.desktop-nav a { color: #e3d8c1; position: relative; padding: 10px 0; transition: color .25s ease; }
.desktop-nav a::after { content: ""; position: absolute; left: 50%; right: 50%; bottom: 4px; height: 1px; background: var(--gold); transition: .25s ease; }
.desktop-nav a:hover { color: white; }
.desktop-nav a:hover::after { left: 0; right: 0; }
.btn { border: 0; border-radius: 13px; min-height: 48px; padding: 0 24px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; cursor: pointer; font-weight: 700; transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease, background .22s ease; }
.btn:hover { transform: translateY(-2px); }
.btn:active { transform: translateY(0); }
.btn--gold { color: #3a2d1b; background: linear-gradient(180deg, #f6d99b 0%, #d4a153 100%); box-shadow: inset 0 1px rgba(255,255,255,.65), 0 12px 34px rgba(219, 163, 76, .22); }
.btn--gold:hover { box-shadow: inset 0 1px rgba(255,255,255,.7), 0 16px 40px rgba(219, 163, 76, .34); }
.btn--outline { min-height: 46px; color: var(--gold-light); border: 1px solid rgba(224, 174, 88, .55); background: rgba(28, 28, 19, .68); backdrop-filter: blur(10px); }
.btn--outline:hover { border-color: var(--gold-light); background: rgba(58, 48, 28, .75); }
.btn--header { min-height: 46px; padding-inline: 18px; font-size: 14px; }
.btn--small { min-height: 42px; width: 100%; padding-inline: 16px; }
.menu-toggle { display: none; width: 46px; height: 46px; border: 1px solid var(--line); border-radius: 13px; background: rgba(26,24,16,.7); align-items: center; justify-content: center; cursor: pointer; }
.mobile-nav { display: none; }

.hero {
  min-height: 805px;
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: url("images/hero-bg.webp") center/cover no-repeat;
  border-bottom: 1px solid rgba(230, 191, 112, .22);
}
.hero::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 62% 24%, rgba(255, 219, 145, .12), transparent 28%), linear-gradient(90deg, rgba(8,10,7,.86) 0%, rgba(9,10,7,.42) 45%, rgba(8,9,6,.48) 100%); }
.hero::after { content: ""; position: absolute; inset: auto 0 0; height: 230px; background: linear-gradient(transparent, rgba(11,12,8,.84)); }
.hero-shade { position: absolute; inset: 0; pointer-events: none; background: radial-gradient(circle at center, transparent 48%, rgba(2,3,2,.48) 100%); }
.hero-grid { padding-top: 100px; display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(330px, .55fr); align-items: center; gap: 62px; }
.hero-copy { max-width: 700px; padding-top: 32px; }
.hero-ornament, .heading-ornament { display: block; width: 110px; height: 22px; position: relative; margin: 0 0 12px 80px; }
.hero-ornament::before, .heading-ornament::before { content: ""; position: absolute; left: 0; right: 0; top: 50%; height: 1px; background: linear-gradient(90deg, transparent, var(--gold), transparent); }
.hero-ornament::after, .heading-ornament::after { content: ""; position: absolute; top: 50%; left: 50%; width: 18px; height: 18px; border: 1px solid var(--gold); transform: translate(-50%,-50%) rotate(45deg); background: rgba(25,22,13,.8); }
.hero h1 { margin: 0; font-family: "Cormorant Garamond", Georgia, serif; font-size: clamp(72px, 8.3vw, 132px); line-height: .69; letter-spacing: -.055em; font-weight: 600; color: #f5e7c7; text-shadow: 0 5px 35px rgba(0,0,0,.52); }
.hero h1 span { font-size: .75em; }
.hero-subtitle { font-family: "Cormorant Garamond", Georgia, serif; font-weight: 600; font-size: clamp(25px, 2vw, 35px); line-height: 1.08; margin: 28px 0 24px; color: #eee2c9; text-shadow: 0 2px 16px rgba(0,0,0,.7); }
.glass-card { background: linear-gradient(145deg, rgba(72,62,40,.68), rgba(24,24,15,.72)); border: 1px solid var(--line); box-shadow: var(--shadow), inset 0 1px rgba(255,255,255,.08); backdrop-filter: blur(16px); }
.hero-note { max-width: 520px; border-radius: 21px; display: flex; align-items: center; gap: 18px; padding: 18px 22px; }
.hero-note p { margin: 0; color: #f0e4cd; font-size: 15px; }
.icon-ring { display: inline-flex; align-items: center; justify-content: center; flex: 0 0 auto; width: 48px; height: 48px; border: 1px solid rgba(233,189,110,.55); border-radius: 50%; color: var(--gold-light); background: rgba(255,255,255,.02); }
.icon-ring svg { width: 24px; height: 24px; }
.hero-benefits { justify-self: end; width: 100%; max-width: 345px; border-radius: 26px; padding: 10px 26px; }
.hero-benefit { display: grid; grid-template-columns: 40px 1fr; align-items: center; gap: 15px; min-height: 84px; border-bottom: 1px solid rgba(240,210,153,.21); color: #f0e6d1; }
.hero-benefit:last-child { border-bottom: 0; }
.hero-benefit svg { color: var(--gold); width: 29px; height: 29px; }
.hero-contact { grid-column: 1 / -1; width: min(670px, 100%); justify-self: center; margin-top: 18px; border-radius: 24px; display: flex; align-items: center; padding: 16px 23px; }
.hero-contact-item { display: flex; flex: 1 1 0; align-items: center; gap: 16px; min-width: 0; }
.hero-contact-item small, .contact-card small { display: block; color: var(--muted); font-size: 12px; margin-bottom: 2px; }
.hero-contact-item strong, .contact-card strong { display: block; color: var(--cream); font-weight: 600; font-size: 15px; }
.hero-contact-item:first-child strong { color: var(--gold-light); font-size: 18px; }
.hero-contact-separator { width: 1px; align-self: stretch; margin: 0 22px; background: rgba(235,198,124,.25); }
.scroll-cue { position: absolute; left: 50%; bottom: 25px; transform: translateX(-50%); width: 34px; height: 55px; border: 1px solid rgba(237,203,138,.45); border-radius: 22px; z-index: 3; }
.scroll-cue span { position: absolute; width: 5px; height: 5px; border-radius: 50%; background: var(--gold-light); left: 50%; top: 10px; transform: translateX(-50%); animation: scrollCue 2s infinite; }
@keyframes scrollCue { 0% { opacity: 0; transform: translate(-50%,0); } 25% { opacity: 1; } 100% { opacity: 0; transform: translate(-50%,23px); } }

.section { position: relative; padding: 86px 0; overflow: hidden; }
.section::before { content: ""; position: absolute; inset: 0; background: linear-gradient(rgba(14,15,10,.66), rgba(11,12,8,.74)); pointer-events: none; }
.booking-section { padding-top: 58px; }
.booking-section::before { background: linear-gradient(rgba(24,21,13,.75), rgba(10,11,7,.77)); }
.section-heading { text-align: center; margin-bottom: 36px; }
.section-heading h2 { margin: 0; font-family: "Cormorant Garamond", Georgia, serif; font-size: clamp(36px, 4vw, 56px); line-height: 1; font-weight: 600; color: #f2e4c5; text-shadow: 0 2px 18px rgba(0,0,0,.4); }
.section-heading .heading-ornament { width: 86px; margin: 12px auto 0; height: 16px; }
.section-heading .heading-ornament::after { width: 12px; height: 12px; }
.section-lead { max-width: 760px; margin: 16px auto 0; color: #c9bda6; font-size: 15px; }

.booking-shell { border-radius: 28px; padding: 32px; display: grid; grid-template-columns: 1fr 255px; gap: 30px; }
.booking-form { min-width: 0; }
.form-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 17px; }
.field { display: grid; gap: 8px; color: #d7c9ae; font-size: 13px; }
.field-control { position: relative; display: block; }
.field-control svg { position: absolute; right: 14px; top: 50%; transform: translateY(-50%); pointer-events: none; color: var(--gold); }
input, select, textarea { width: 100%; border: 1px solid rgba(224,181,99,.36); outline: 0; color: #efe5d0; background: rgba(15,16,11,.42); border-radius: 11px; transition: border-color .2s ease, box-shadow .2s ease, background .2s ease; }
input, select { height: 49px; padding: 0 42px 0 14px; }
textarea { min-height: 72px; resize: vertical; padding: 14px; }
input:focus, select:focus, textarea:focus { border-color: var(--gold); box-shadow: 0 0 0 3px rgba(215,169,89,.12); background: rgba(15,16,11,.62); }
input[type="date"]::-webkit-calendar-picker-indicator { opacity: 0; width: 22px; cursor: pointer; }
select { appearance: none; }
.booking-types { border: 0; margin: 20px 0 18px; padding: 0; }
.booking-types legend { color: #d7c9ae; font-size: 13px; margin-bottom: 9px; }
.booking-types label { display: inline-flex; margin: 0 9px 9px 0; cursor: pointer; }
.booking-types input { position: absolute; opacity: 0; pointer-events: none; }
.booking-types span { display: flex; align-items: center; justify-content: center; min-width: 140px; height: 42px; padding: 0 20px; border: 1px solid rgba(224,181,99,.38); border-radius: 999px; color: #dacfb9; background: rgba(14,15,10,.25); transition: .22s ease; }
.booking-types input:checked + span { color: #3c301c; background: linear-gradient(180deg, #f4d693, #d2a154); border-color: #e7bd70; box-shadow: 0 9px 25px rgba(207,153,66,.18); font-weight: 700; }
.field--full { margin-bottom: 18px; }
.btn--submit { min-width: min(430px, 100%); margin: 0 auto; display: flex; }
.form-caption { margin: 12px 0 0; text-align: center; color: #bdb29c; font-size: 12px; }
.booking-assurance { border-left: 1px solid rgba(229,190,117,.24); padding-left: 28px; display: grid; align-content: center; }
.booking-assurance > div { min-height: 96px; display: flex; align-items: center; gap: 14px; border-bottom: 1px solid rgba(229,190,117,.19); }
.booking-assurance > div:last-child { border-bottom: 0; }
.booking-assurance p { margin: 0; color: #eee2cb; font-size: 14px; }
.booking-assurance .icon-ring { width: 52px; height: 52px; }

.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.service-card { border-radius: 23px; padding: 10px; display: flex; flex-direction: column; min-width: 0; transition: transform .3s ease, border-color .3s ease; }
.service-card:hover { transform: translateY(-8px); border-color: rgba(238,194,111,.72); }
.service-image { border-radius: 16px; overflow: hidden; aspect-ratio: 1.18; }
.service-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .65s ease; }
.service-card:hover .service-image img { transform: scale(1.05); }
.service-content { padding: 16px 10px 4px; display: flex; flex-direction: column; flex: 1; }
.service-content h3 { margin: 0; font-family: "Cormorant Garamond", Georgia, serif; font-size: 29px; line-height: .95; font-weight: 600; }
.price { margin: 8px 0 12px; color: var(--gold-light); font-size: 21px; font-weight: 700; }
.price small { font-size: 12px; color: #ccb887; }
.service-content ul { list-style: none; padding: 0; margin: 0 0 20px; color: #d6cab3; font-size: 12px; }
.service-content li { position: relative; padding-left: 14px; margin: 4px 0; }
.service-content li::before { content: ""; width: 4px; height: 4px; border-radius: 50%; background: var(--gold); position: absolute; left: 0; top: .7em; }
.service-content .btn { margin-top: auto; }

.advantages-section { padding-top: 42px; }
.advantage-grid { display: grid; grid-template-columns: repeat(6, 1fr); border-top: 1px solid rgba(222,178,96,.18); border-bottom: 1px solid rgba(222,178,96,.18); }
.advantage { text-align: center; padding: 26px 14px; position: relative; }
.advantage + .advantage::before { content: ""; position: absolute; left: 0; top: 18%; bottom: 18%; width: 1px; background: rgba(225,182,101,.2); }
.advantage svg { width: 46px; height: 46px; color: var(--gold); margin-bottom: 10px; }
.advantage h3 { margin: 0 0 10px; font-family: "Cormorant Garamond", Georgia, serif; font-size: 20px; line-height: 1.05; color: #e9d29d; }
.advantage p { margin: 0; color: #a99f89; font-size: 11px; }

.gallery-section::before { background: linear-gradient(rgba(10,12,8,.66), rgba(10,11,7,.79)); }
.gallery-grid { display: grid; grid-template-columns: repeat(6, 1fr); grid-auto-rows: 220px; gap: 13px; }
.gallery-item { padding: 0; border: 1px solid rgba(224,178,96,.43); border-radius: 20px; overflow: hidden; cursor: zoom-in; background: #191910; grid-column: span 2; }
.gallery-item--wide { grid-column: span 2; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s ease, filter .55s ease; }
.gallery-item:hover img { transform: scale(1.055); filter: brightness(1.1); }
.gallery-more, .reviews-link { margin: 24px auto 0; width: max-content; display: flex; }

.articles-section::before { background: linear-gradient(rgba(17,16,10,.76), rgba(10,11,7,.82)); }
.article-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 19px; }
.article-card { border-radius: 23px; overflow: hidden; display: flex; flex-direction: column; transition: transform .3s ease, border-color .3s ease; }
.article-card:hover { transform: translateY(-7px); border-color: rgba(238,194,111,.72); }
.article-card-image { display: block; aspect-ratio: 1.65; overflow: hidden; }
.article-card-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.article-card:hover .article-card-image img { transform: scale(1.05); }
.article-card-content { padding: 22px; display: flex; flex-direction: column; flex: 1; }
.article-kicker { margin: 0 0 8px; color: var(--gold); text-transform: uppercase; letter-spacing: .12em; font-size: 10px; font-weight: 700; }
.article-card h3 { margin: 0; font-family: "Cormorant Garamond", Georgia, serif; font-size: 27px; line-height: 1.05; color: var(--cream); }
.article-card h3 a:hover { color: var(--gold-light); }
.article-card-content > p:not(.article-kicker) { color: #c8bda7; font-size: 13px; }
.article-more { margin-top: auto; padding-top: 8px; display: inline-flex; align-items: center; gap: 8px; color: var(--gold-light); font-size: 13px; font-weight: 700; }
.article-more svg { width: 17px; height: 17px; transition: transform .2s ease; }
.article-more:hover svg { transform: translateX(4px); }

.article-page .site-header { background: rgba(14,15,10,.9); border-color: rgba(228,190,119,.18); backdrop-filter: blur(20px); }
.article-main { padding: 132px 0 90px; min-height: 80vh; }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 24px; color: #aa9e88; font-size: 12px; }
.breadcrumbs a { color: var(--gold-light); }
.breadcrumbs span::before { content: "•"; margin-right: 8px; color: #756c5b; }
.article-layout { display: grid; grid-template-columns: minmax(0, 1fr) 300px; gap: 28px; align-items: start; }
.article-body { border-radius: 28px; padding: clamp(24px, 4vw, 52px); }
.article-body h1 { margin: 0 0 18px; font-family: "Cormorant Garamond", Georgia, serif; font-size: clamp(42px, 5vw, 68px); line-height: .96; color: var(--cream); }
.article-intro { color: #e2d4b9; font-size: 18px; }
.article-cover { width: 100%; aspect-ratio: 1.85; object-fit: cover; border-radius: 19px; margin: 26px 0 30px; border: 1px solid rgba(226,183,105,.36); }
.article-body h2 { margin: 38px 0 12px; font-family: "Cormorant Garamond", Georgia, serif; font-size: 34px; line-height: 1.05; color: var(--gold-light); }
.article-body h3 { margin: 28px 0 10px; color: #ebd7ac; font-size: 19px; }
.article-body p, .article-body li { color: #d4c8b1; }
.article-body ul, .article-body ol { padding-left: 22px; }
.article-body li { margin: 7px 0; }
.article-note { margin: 28px 0; padding: 19px 21px; border-left: 3px solid var(--gold); border-radius: 0 15px 15px 0; background: rgba(215,169,89,.09); color: #ead9b7; }
.article-cta { margin-top: 40px; padding: 25px; border: 1px solid rgba(226,183,105,.35); border-radius: 19px; background: rgba(14,15,10,.36); }
.article-cta h2 { margin-top: 0; }
.article-cta .btn { margin-top: 8px; }
.article-sidebar { position: sticky; top: 105px; border-radius: 22px; padding: 22px; }
.article-sidebar h2 { margin: 0 0 12px; font-family: "Cormorant Garamond", Georgia, serif; font-size: 29px; color: var(--cream); }
.article-sidebar p { color: #c8bba2; font-size: 13px; }
.article-sidebar .btn { width: 100%; margin: 9px 0 16px; }
.article-sidebar a:not(.btn) { display: block; padding: 11px 0; border-top: 1px solid rgba(226,181,99,.18); color: var(--gold-light); font-size: 12px; }

.reviews-section::before { background: linear-gradient(rgba(17,16,10,.74), rgba(11,11,7,.81)); }
.review-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 19px; }
.review-card { border-radius: 22px; padding: 22px; min-height: 225px; display: flex; flex-direction: column; }
.review-card header { display: flex; align-items: center; gap: 12px; }
.review-card h3 { margin: 0 0 3px; font-size: 14px; font-weight: 600; }
.avatar { width: 47px; height: 47px; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; color: #f7e5bd; border: 2px solid rgba(232,190,110,.6); font-family: "Cormorant Garamond", Georgia, serif; font-size: 24px; background: radial-gradient(circle at 35% 30%, #d9ad70, #4f3523 62%, #231913); }
.avatar--dmitry { background: radial-gradient(circle at 35% 30%, #a89075, #3c443f 62%, #1c211e); }
.avatar--ekaterina { background: radial-gradient(circle at 35% 30%, #d6b090, #604132 62%, #261c17); }
.stars { display: flex; gap: 2px; color: var(--gold-light); }
.stars svg { width: 14px; height: 14px; fill: currentColor; stroke: currentColor; }
.review-card p { margin: 17px 0; color: #e4d8c0; font-size: 14px; }
.review-card time { margin-top: auto; color: #ab9f88; font-size: 11px; }

.contacts-section { padding-top: 54px; }
.contacts-grid { display: grid; grid-template-columns: 340px 1fr; gap: 20px; }
.contact-card { border-radius: 23px; padding: 12px 24px; font-style: normal; }
.contact-card > a, .contact-card > div { display: flex; align-items: center; gap: 14px; min-height: 80px; border-bottom: 1px solid rgba(226,181,99,.2); }
.contact-card > :last-child { border-bottom: 0; }
.contact-card .icon-ring { width: 44px; height: 44px; }
.contact-card a:hover strong { color: var(--gold-light); }
.map-card { border-radius: 23px; overflow: hidden; position: relative; min-height: 360px; padding: 0; }
.map-illustration { width: 100%; height: 100%; min-height: 360px; display: block; }
.map-route { position: absolute; left: 22px; bottom: 18px; }

.site-footer { position: relative; background: rgba(11,12,8,.94); border-top: 1px solid rgba(225,182,102,.26); }
.footer-grid { display: grid; grid-template-columns: 1.05fr .7fr 1.15fr; gap: 50px; padding: 44px 0 36px; align-items: start; }
.footer-grid > div:not(:last-child), .footer-nav { border-right: 1px solid rgba(226,181,99,.14); min-height: 145px; }
.footer-grid > div:first-child p { max-width: 320px; color: #b6ab94; font-size: 12px; }
.footer-nav { display: grid; grid-template-columns: 1fr 1fr; align-content: start; gap: 18px 30px; font-size: 13px; }
.footer-nav a:hover { color: var(--gold-light); }
.footer-contact { padding-left: 10px; }
.footer-phone { display: block; font-family: "Cormorant Garamond", Georgia, serif; font-size: clamp(29px, 3vw, 43px); line-height: 1; font-weight: 700; color: var(--gold-light); }
.footer-contact > p { color: #c1b49b; margin: 9px 0 18px; font-size: 13px; }
.footer-actions { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; }
.round-link { width: 45px; height: 45px; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; color: var(--gold-light); border: 1px solid var(--line); background: rgba(31,29,19,.7); }
.round-link:hover { background: rgba(70,56,31,.8); }
.copyright { text-align: center; padding: 13px 20px; border-top: 1px solid rgba(226,181,99,.1); color: #817866; font-size: 10px; }

.reveal { opacity: 0; transform: translateY(26px); transition: opacity .75s ease, transform .75s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
.reveal-delay-1 { transition-delay: .08s; }
.reveal-delay-2 { transition-delay: .16s; }
.reveal-delay-3 { transition-delay: .24s; }

.modal[hidden], .lightbox[hidden] { display: none; }
.modal { position: fixed; inset: 0; z-index: 300; display: grid; place-items: center; padding: 20px; }
.modal-backdrop { position: absolute; inset: 0; background: rgba(3,4,3,.82); backdrop-filter: blur(10px); }
.modal-card { position: relative; z-index: 1; width: min(560px, 100%); border-radius: 26px; padding: 42px; text-align: center; animation: modalIn .3s ease; }
@keyframes modalIn { from { opacity: 0; transform: translateY(15px) scale(.98); } }
.modal-close { position: absolute; top: 15px; right: 15px; width: 42px; height: 42px; border-radius: 50%; border: 1px solid rgba(223,181,101,.3); background: rgba(19,18,12,.7); display: grid; place-items: center; cursor: pointer; }
.modal-icon { width: 65px; height: 65px; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; color: #2e2416; background: linear-gradient(#f2d396,#d4a154); }
.modal-icon svg { width: 32px; height: 32px; stroke-width: 2.4; }
.modal h2 { margin: 20px 0 10px; font-family: "Cormorant Garamond", Georgia, serif; font-size: 38px; }
.modal p { color: #d7cab2; white-space: pre-line; }
.modal-actions { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; margin-top: 24px; }

.lightbox { position: fixed; inset: 0; z-index: 400; background: rgba(4,5,4,.94); display: grid; place-items: center; padding: 55px 90px; }
.lightbox img { max-width: min(1400px, 100%); max-height: calc(100vh - 110px); object-fit: contain; border-radius: 17px; box-shadow: 0 30px 90px rgba(0,0,0,.65); }
.lightbox-close { position: fixed; top: 20px; right: 20px; width: 50px; height: 50px; border-radius: 50%; border: 1px solid var(--line); background: rgba(26,24,16,.85); display: grid; place-items: center; cursor: pointer; }
.lightbox-nav { position: fixed; top: 50%; transform: translateY(-50%); width: 55px; height: 70px; border: 1px solid var(--line); background: rgba(26,24,16,.78); border-radius: 15px; cursor: pointer; font-size: 45px; line-height: 1; }
.lightbox-prev { left: 20px; }
.lightbox-next { right: 20px; }
.to-top { position: fixed; right: 22px; bottom: 22px; z-index: 90; width: 50px; height: 50px; border-radius: 50%; border: 1px solid var(--line); background: rgba(25,24,16,.82); color: var(--gold-light); display: grid; place-items: center; cursor: pointer; opacity: 0; visibility: hidden; transform: translateY(12px); transition: .25s ease; backdrop-filter: blur(10px); }
.to-top svg { transform: rotate(-90deg); }
.to-top.is-visible { opacity: 1; visibility: visible; transform: translateY(0); }

@media (max-width: 1050px) {
  .header-inner { grid-template-columns: 190px 1fr auto; }
  .desktop-nav { gap: 18px; }
  .hero-grid { grid-template-columns: 1fr 315px; gap: 30px; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .advantage-grid { grid-template-columns: repeat(3, 1fr); }
  .advantage:nth-child(4)::before { display: none; }
  .gallery-grid { grid-auto-rows: 190px; }
}

@media (max-width: 820px) {
  :root { --container: min(100% - 28px, 720px); }
  .header-inner { height: 72px; grid-template-columns: 1fr auto; }
  .desktop-nav, .btn--header { display: none; }
  .menu-toggle { display: inline-flex; }
  .mobile-nav { position: absolute; top: 72px; left: 14px; right: 14px; padding: 17px; border: 1px solid var(--line); border-radius: 18px; background: rgba(18,18,12,.96); backdrop-filter: blur(20px); box-shadow: var(--shadow); opacity: 0; visibility: hidden; transform: translateY(-10px); transition: .25s ease; }
  .mobile-nav.is-open { display: grid; opacity: 1; visibility: visible; transform: translateY(0); }
  .mobile-nav a:not(.btn) { padding: 12px 4px; border-bottom: 1px solid rgba(226,181,99,.14); }
  .mobile-nav .btn { margin-top: 12px; }
  .hero { min-height: 920px; align-items: start; background-position: 58% center; }
  .hero-grid { padding-top: 135px; grid-template-columns: 1fr; gap: 26px; }
  .hero-copy { padding-top: 0; }
  .hero h1 { font-size: clamp(70px, 17vw, 115px); }
  .hero-benefits { justify-self: stretch; max-width: none; display: grid; grid-template-columns: 1fr 1fr; padding: 10px 20px; }
  .hero-benefit:nth-child(2) { border-bottom: 1px solid rgba(240,210,153,.21); }
  .hero-benefit:nth-child(odd) { border-right: 1px solid rgba(240,210,153,.21); padding-right: 10px; }
  .hero-benefit:nth-child(even) { padding-left: 12px; }
  .hero-contact { grid-column: auto; margin-top: 0; }
  .booking-shell { grid-template-columns: 1fr; padding: 24px; }
  .booking-assurance { border-left: 0; border-top: 1px solid rgba(229,190,117,.24); padding: 20px 0 0; grid-template-columns: repeat(3, 1fr); gap: 10px; }
  .booking-assurance > div { min-height: auto; border: 0; display: grid; justify-items: center; text-align: center; gap: 8px; }
  .form-grid { grid-template-columns: 1fr; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 210px; }
  .gallery-item, .gallery-item--wide { grid-column: span 1; }
  .review-grid { grid-template-columns: 1fr; }
  .article-grid { grid-template-columns: 1fr; }
  .article-card { max-width: 620px; margin-inline: auto; }
  .article-layout { grid-template-columns: 1fr; }
  .article-sidebar { position: static; }
  .contacts-grid { grid-template-columns: 1fr; }
  .contact-card { display: grid; grid-template-columns: 1fr 1fr; }
  .contact-card > a, .contact-card > div { border-bottom: 0; padding: 10px 0; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-contact { grid-column: 1 / -1; padding-left: 0; border-top: 1px solid rgba(226,181,99,.14); padding-top: 25px; }
  .footer-grid > div:not(:last-child), .footer-nav { border-right: 0; min-height: auto; }
}

@media (max-width: 570px) {
  :root { --container: calc(100% - 22px); --radius: 20px; }
  body { font-size: 15px; }
  .brand--small { font-size: 23px; }
  .brand-mark { width: 38px; height: 38px; }
  .hero { min-height: 1020px; background-position: 63% center; }
  .hero::before { background: linear-gradient(180deg, rgba(8,10,7,.56), rgba(8,10,7,.62) 40%, rgba(8,9,6,.75)); }
  .hero-grid { padding-top: 115px; gap: 18px; }
  .hero h1 { font-size: clamp(64px, 20vw, 94px); line-height: .72; }
  .hero-ornament { margin-left: 45px; }
  .hero-subtitle { font-size: 25px; margin-top: 20px; }
  .hero-note { padding: 15px; gap: 12px; }
  .hero-note p { font-size: 12px; }
  .hero-note .icon-ring { width: 42px; height: 42px; }
  .hero-benefits { grid-template-columns: 1fr; padding: 5px 17px; }
  .hero-benefit { min-height: 62px; grid-template-columns: 33px 1fr; font-size: 13px; }
  .hero-benefit:nth-child(odd) { border-right: 0; padding-right: 0; }
  .hero-benefit:nth-child(2) { border-bottom: 1px solid rgba(240,210,153,.21); }
  .hero-benefit svg { width: 24px; height: 24px; }
  .hero-contact { flex-direction: column; align-items: stretch; padding: 15px; gap: 12px; }
  .hero-contact-separator { width: 100%; height: 1px; margin: 0; }
  .hero-contact-item strong { font-size: 13px; }
  .hero-contact-item:first-child strong { font-size: 16px; }
  .scroll-cue { display: none; }
  .section { padding: 65px 0; }
  .section-heading { margin-bottom: 26px; }
  .section-heading h2 { font-size: 38px; }
  .booking-shell { padding: 17px; }
  .booking-types label { margin-right: 5px; }
  .booking-types span { min-width: 0; padding: 0 13px; font-size: 12px; height: 39px; }
  .booking-assurance { grid-template-columns: 1fr; }
  .booking-assurance > div { grid-template-columns: 48px 1fr; justify-items: start; text-align: left; }
  .service-grid { grid-template-columns: 1fr; }
  .article-main { padding-top: 105px; }
  .article-body { padding: 22px 17px; }
  .article-body h1 { font-size: 42px; }
  .article-body h2 { font-size: 29px; }
  .service-card { max-width: 420px; margin-inline: auto; }
  .advantage-grid { grid-template-columns: repeat(2, 1fr); }
  .advantage:nth-child(4)::before { display: block; }
  .advantage:nth-child(odd)::before { display: none; }
  .advantage { padding: 22px 10px; }
  .advantage h3 { font-size: 18px; }
  .gallery-grid { grid-template-columns: 1fr; grid-auto-rows: 230px; }
  .contact-card { grid-template-columns: 1fr; }
  .contact-card > a, .contact-card > div { min-height: 70px; border-bottom: 1px solid rgba(226,181,99,.2); }
  .map-card, .map-illustration { min-height: 300px; }
  .footer-grid { grid-template-columns: 1fr; gap: 28px; }
  .footer-nav { grid-template-columns: 1fr 1fr; border-top: 1px solid rgba(226,181,99,.14); border-bottom: 1px solid rgba(226,181,99,.14); padding: 25px 0; }
  .footer-contact { grid-column: auto; border-top: 0; padding-top: 0; }
  .footer-actions .btn { width: 100%; }
  .modal-card { padding: 38px 20px 25px; }
  .modal-actions .btn { width: 100%; }
  .lightbox { padding: 70px 12px; }
  .lightbox-nav { top: auto; bottom: 12px; width: 60px; height: 48px; transform: none; }
  .lightbox-prev { left: calc(50% - 68px); }
  .lightbox-next { right: calc(50% - 68px); }
  .to-top { right: 13px; bottom: 13px; width: 46px; height: 46px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
