:root {
  --es-ink: #1a0d17;
  --es-muted: #65545b;
  --es-paper: #fce3de;
  --es-cream: #f7dcd6;
  --es-olive: #505419;
  --es-burgundy: #600008;
  --es-highlight: #f2d9ce;
  --es-line: #e4c8c1;
  --es-serif: "Cal Sans", "Inter", sans-serif;
  --es-canvas: var(--es-paper);
  --es-section: var(--es-cream);
  --es-card: rgba(255,255,255,.45);
  --es-foreground: var(--es-ink);
  --es-accent: var(--es-burgundy);
}

:root[data-theme="dark"] {
  --es-canvas: #151116;
  --es-section: #1e181d;
  --es-card: #261e24;
  --es-foreground: #f4e9ec;
  --es-muted: #c1b2b9;
  --es-cream: #211a20;
  --es-line: #493840;
  --es-accent: #e18b95;
}

html { scroll-behavior: smooth; }
body.esenin-page {
  --q2-bg: var(--es-canvas);
  --q2-bg-elev: var(--es-card);
  --q2-text: var(--es-foreground);
  --q2-text-strong: var(--es-foreground);
  --q2-text-muted: var(--es-muted);
  --q2-link: var(--es-accent);
  --pico-background-color: var(--es-canvas);
  --pico-color: var(--es-foreground);
  --pico-h1-color: var(--es-foreground);
  --pico-h2-color: var(--es-foreground);
  --pico-h3-color: var(--es-foreground);
  --pico-h4-color: var(--es-foreground);
  --pico-h5-color: var(--es-foreground);
  --pico-h6-color: var(--es-foreground);
  --pico-muted-color: var(--es-muted);
  color: var(--es-foreground);
  background: var(--es-canvas);
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
}
body.esenin-page :is(.home-hero, .page-hero, .destination-card, .quote-band, .home-last-call, .cafe-offer, .cafe-invite, .contact-card, #footer) {
  --q2-text: var(--es-paper);
  --q2-text-strong: var(--es-paper);
  --q2-text-muted: var(--es-highlight);
  --q2-link: var(--es-paper);
  --pico-color: var(--es-paper);
  --pico-h1-color: var(--es-paper);
  --pico-h2-color: var(--es-paper);
  --pico-h3-color: var(--es-paper);
  --pico-h4-color: var(--es-paper);
  --pico-h5-color: var(--es-paper);
  --pico-h6-color: var(--es-paper);
  --pico-muted-color: var(--es-highlight);
}
.esenin-page h1,
.esenin-page h2,
.esenin-page h3,
.destination-card__title {
  font-family: var(--es-serif);
  font-weight: 400;
  letter-spacing: -.035em;
}
body.esenin-page #header {
  background: color-mix(in srgb, var(--es-canvas) 96%, transparent);
  border-bottom: 1px solid var(--es-line);
  backdrop-filter: blur(14px);
}
body.esenin-page.home-page.header-transparent #header { position: fixed; top: 0; left: 0; width: 100%; }
body.esenin-page.home-page.header-transparent:not(.scrolled) #header { background: transparent; border-bottom-color: transparent; backdrop-filter: none; -webkit-backdrop-filter: none; }
body.esenin-page.home-page.header-transparent.scrolled #header { background: var(--q2-nav-bg); border-bottom-color: var(--q2-nav-border); backdrop-filter: saturate(180%) blur(12px); -webkit-backdrop-filter: saturate(180%) blur(12px); }
body.esenin-page #header .navbar { display: grid; grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr); min-height: 78px; }
.esenin-page .navbar-brand { display: inline-flex; gap: 11px; align-items: center; }
.esenin-page .esenin-brand__logo.logo-fallback { width: auto; height: auto; max-width: 180px; color: inherit; font-family: var(--es-serif); font-size: 24px; font-weight: 400; letter-spacing: -.045em; line-height: 1; white-space: nowrap; }
.phone-call { display: inline-grid; width: 38px; height: 38px; flex: 0 0 auto; place-items: center; border-radius: 50%; color: var(--es-foreground); transition: background .2s ease, color .2s ease; }
.phone-call:hover { color: var(--es-accent); background: var(--es-cream); }
.phone-call:focus-visible { outline: 2px solid var(--es-burgundy); outline-offset: 3px; }
.phone-call svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.7; }
.esenin-page #header .navbar-section.actions { display: flex; align-items: center; gap: 8px; }
.esenin-page #header .navbar-section.actions { grid-column: 3; justify-self: end; margin-left: 0; }
.esenin-page #header .navbar-section.actions .theme-toggle { --size: 38px; border-radius: 50%; color: inherit; transition: background .2s ease, color .2s ease; }
.esenin-page #header .navbar-section.actions .theme-toggle .icon { width: 20px; height: 20px; font-size: 18px; }
.esenin-page #header .navbar-section.actions .theme-toggle:hover,
.esenin-page #header .navbar-section.actions .theme-toggle:hover .icon { color: var(--es-accent); }
.esenin-page #header .navbar-section.actions .theme-toggle:hover { background: var(--es-cream); }
.esenin-page #header .navbar-section.actions .theme-toggle:focus-visible { outline: 2px solid var(--es-burgundy); outline-offset: 3px; }
body.header-dark:not(.scrolled) #header .navbar-section.actions .theme-toggle { color: var(--es-paper); }
body.header-dark:not(.scrolled) #header .navbar-section.actions .theme-toggle:hover,
body.header-dark:not(.scrolled) #header .navbar-section.actions .theme-toggle:hover .icon { color: var(--es-paper); }
body.header-dark:not(.scrolled) #header .navbar-section.actions .theme-toggle:hover { background: rgba(255,255,255,.14); }
.esenin-page #header .desktop-menu { grid-column: 2; flex: 0 1 auto; justify-content: center; }
.esenin-page .button_container { width: 38px; height: 38px; border-radius: 50%; color: var(--es-foreground); background: transparent; box-shadow: none; transition: background .2s ease, color .2s ease; }
.esenin-page .button_container:hover { color: var(--es-accent); background: var(--es-cream); }
.esenin-page .button_container:focus-visible { outline: 2px solid var(--es-burgundy); outline-offset: 3px; }
.esenin-page .button_container span { background: currentColor; }
.esenin-page #header .mobile-menu { position: absolute; inset: 0 14px 0 auto; display: none; align-items: center; z-index: 70; }
body.esenin-page.home-page.overlay-open .button_container { color: var(--es-foreground); }
body.header-dark:not(.scrolled) #header .phone-call { color: var(--es-paper); }
body.header-dark:not(.scrolled) #header .phone-call:hover { color: var(--es-paper); background: rgba(255,255,255,.14); }
body.header-dark:not(.scrolled) .button_container { color: var(--es-paper); }
body.header-dark:not(.scrolled) .button_container:hover { color: var(--es-paper); background: rgba(255,255,255,.14); }
.esenin-page .overlay { align-items: center; padding: 5.5rem 1.25rem 2rem; background: var(--es-canvas); }
.esenin-page .overlay .mobile-logo { display: flex; width: min(100%, 320px); min-height: 150px; align-items: center; justify-content: center; margin: 0 auto 2rem; text-decoration: none; }
.esenin-page .overlay .mobile-logo__image { display: block; width: 100%; max-height: 190px; object-fit: contain; }
.esenin-page .overlay .mobile-logo__image.logo-fallback { width: min(100%, 320px); height: auto; max-height: none; color: var(--es-foreground); font-family: var(--es-serif); font-size: clamp(36px, 11vw, 58px); font-weight: 400; letter-spacing: -.045em; line-height: 1; text-align: center; }
.esenin-page .overlay .overlay-menu { width: min(100%, 360px); margin: 0 auto; }
.esenin-page .overlay .overlay-menu > ul > li + li { margin-top: 12px; }
.esenin-page .overlay .overlay-menu > ul > li > a { display: flex; min-height: 58px; align-items: center; justify-content: center; padding: 14px 18px; border: 1px solid var(--es-line); border-radius: 6px; color: var(--es-foreground); background: var(--es-card); font-size: 1.125rem; text-align: center; transition: color .2s ease, background .2s ease, border-color .2s ease; }
.esenin-page .overlay .overlay-menu > ul > li > a:is(:hover, :focus-visible, .active) { border-color: var(--es-burgundy); color: var(--es-paper); background: var(--es-burgundy); }
.esenin-page .overlay .overlay-menu > ul > li > a:focus-visible { outline: 2px solid var(--es-accent); outline-offset: 3px; }
.esenin-page .mobile-menu-controls { display: flex; align-items: center; justify-content: center; gap: 8px; margin: auto auto 0; }
.esenin-page .mobile-menu-controls .phone-call { width: 44px; height: 44px; border: 1px solid var(--es-line); background: var(--es-card); }
.esenin-page .mobile-menu-controls .theme-toggle { width: 44px; height: 44px; min-height: 44px; gap: 0; padding: 0; border: 1px solid var(--es-line); border-radius: 50%; color: var(--es-foreground); background: var(--es-card); font-size: 13px; line-height: 1; }
.esenin-page .mobile-menu-controls .theme-toggle:hover { border-color: var(--es-accent); background: var(--es-section); }
.esenin-page .navigation a { color: var(--es-foreground); font-size: 13px; }
.esenin-page .navigation a:hover,
.esenin-page .navigation .active > a { color: var(--es-accent); }
body.esenin-page #header .navigation a.active {
  color: var(--es-paper);
  background: var(--es-burgundy);
}
.esenin-page #body-wrapper { padding: 0; }
.esenin-page #item { padding: 0; }
.esenin-page .content-item { width: 100%; max-width: none; margin: 0; }
.esenin-page .content-item > * { max-width: none; }
.esenin-page .container { max-width: 1240px; }
.esenin-page #body-wrapper > .container > .content-item {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
.home-hero,
.quote-band,
.home-last-call,
.home-experience,
.home-moments,
.page-hero,
.booking-section,
.benefits-section,
.stay-section,
.menu-section,
.cafe-offer,
.cafe-invite,
.legal-section {
  width: 100vw;
  margin-left: calc(50% - 50vw);
}
.eyebrow {
  margin: 0 0 18px;
  color: var(--es-accent);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .2em;
  line-height: 1.5;
  text-transform: uppercase;
}
.home-hero {
  position: relative;
  display: grid;
  min-height: min(760px, 86vh);
  place-items: center;
  overflow: hidden;
  color: white;
  background: var(--es-ink);
  isolation: isolate;
}
.home-hero__image {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 50% 42%, rgba(80, 84, 25, .48), transparent 32%),
    radial-gradient(ellipse at 88% 16%, rgba(96, 0, 8, .5), transparent 34%),
    radial-gradient(ellipse at 10% 100%, rgba(252, 227, 222, .08), transparent 36%),
    repeating-linear-gradient(135deg, transparent 0 95px, rgba(242, 217, 206, .025) 96px 97px),
    linear-gradient(135deg, #1a0d17, #291a26 53%, #1a0d17);
  transform: scale(1.08);
  animation: hero-settle 1.5s cubic-bezier(.2,.7,.2,1) both;
}
.home-hero__content { position: relative; z-index: 1; width: min(90%, 740px); padding: 90px 0 84px; text-align: center; animation: hero-arrive .85s .12s both; }
.home-hero .eyebrow { color: var(--es-highlight); }
.home-hero__logo { display: block; width: min(66vw, 360px); height: auto; margin: 8px auto 20px; filter: drop-shadow(0 12px 28px rgba(26, 13, 23, .34)); }
.home-hero__logo.logo-fallback { width: min(90vw, 600px); color: var(--es-paper); font-family: var(--es-serif); font-size: clamp(42px, 10vw, 82px); font-weight: 400; letter-spacing: -.055em; line-height: 1; text-align: center; }
.home-hero__motto { letter-spacing: .17em; }
.home-hero__lead { margin: 26px 0 28px; color: rgba(252,227,222,.88); font-size: 16px; line-height: 1.8; }
.text-link { display: inline-flex; gap: 12px; align-items: center; color: var(--es-foreground); font-size: 12px; letter-spacing: .08em; text-decoration: none; }
.text-link--light { color: white; }
.text-link:hover { color: var(--es-highlight); }
.home-hero__note { position: absolute; right: 32px; bottom: 34px; color: rgba(252,227,222,.82); font-size: 9px; letter-spacing: .2em; writing-mode: vertical-rl; }
.section-intro { max-width: 690px; margin: 0 auto; padding: 96px 24px 44px; text-align: center; }
.section-intro h1 { margin: 0 0 16px; font-size: clamp(35px, 5vw, 54px); }
.section-intro > p:last-child { margin: 0; color: var(--es-muted); font-size: 14px; line-height: 1.8; }
.destination-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; width: min(100% - 48px, 1100px); margin: 0 auto 100px; }
.destination-card { position: relative; display: flex; min-height: 470px; flex-direction: column; justify-content: space-between; overflow: hidden; padding: 27px 30px; color: white; text-decoration: none; background: var(--es-olive); isolation: isolate; transition: transform .4s cubic-bezier(.2,.7,.2,1), box-shadow .4s ease; }
.destination-card::before { position: absolute; z-index: -2; inset: 0; content: ""; background-position: center; background-size: cover; transition: transform .7s cubic-bezier(.2,.7,.2,1), filter .5s ease; }
.destination-card::after { position: absolute; z-index: -1; inset: 0; content: ""; background: linear-gradient(0deg, rgba(26,13,23,.88), rgba(26,13,23,.08) 78%); transition: opacity .4s ease; }
.destination-card:is(:hover, :focus-visible) { transform: translateY(-6px); box-shadow: 0 22px 48px rgba(96,0,8,.25); }
.motion-ready .destination-card.is-visible:is(:hover, :focus-visible) { transform: translateY(-6px); }
.destination-card:is(:hover, :focus-visible)::before { transform: scale(1.08); filter: saturate(1.18); }
.destination-card:focus-visible { outline: 2px solid var(--es-accent); outline-offset: 4px; }
.destination-card--hotel::before {
  background-image:
    radial-gradient(ellipse at 78% 18%, rgba(80, 84, 25, .78), transparent 36%),
    linear-gradient(145deg, #600008, #1a0d17 76%);
}
.destination-card--cafe::before {
  background-image:
    radial-gradient(ellipse at 84% 8%, rgba(242, 217, 206, .16), transparent 28%),
    radial-gradient(ellipse at 5% 100%, rgba(80, 84, 25, .8), transparent 48%),
    linear-gradient(140deg, #600008, #1a0d17 76%);
}
.destination-card__index { color: var(--es-highlight); font-size: 9px; letter-spacing: .19em; }
.destination-card__content { display: grid; gap: 13px; max-width: 380px; color: var(--es-paper); transition: transform .4s cubic-bezier(.2,.7,.2,1); }
.destination-card:is(:hover, :focus-visible) .destination-card__content { transform: translateY(-4px); }
.destination-card__title { font-size: clamp(34px, 5vw, 48px); transition: letter-spacing .35s ease; }
.destination-card:is(:hover, :focus-visible) .destination-card__title { letter-spacing: -.045em; }
.destination-card__description { color: rgba(255,255,255,.8); font-size: 13px; line-height: 1.7; }
.destination-card__action { display: flex; justify-content: space-between; margin-top: 9px; padding-top: 17px; border-top: 1px solid rgba(255,255,255,.35); font-size: 11px; letter-spacing: .09em; }
.destination-card__action > span { display: inline-block; transition: transform .35s cubic-bezier(.2,.7,.2,1); }
.destination-card:is(:hover, :focus-visible) .destination-card__action > span { transform: translate(3px, -3px); }
.quote-band { padding: 69px 20px; color: var(--es-paper); text-align: center; background: var(--es-ink); }
.quote-band p { margin: 0 0 23px; color: var(--es-paper); font: clamp(27px, 4vw, 43px)/1.35 var(--es-serif); }
.quote-band span { color: var(--es-highlight); font-size: 9px; letter-spacing: .2em; }
.home-experience { display: grid; grid-template-columns: 1fr 1fr; min-height: 590px; background: var(--es-section); }
.home-experience__intro { display: flex; max-width: 570px; flex-direction: column; align-items: flex-start; justify-content: center; justify-self: end; padding: 86px 8vw 86px 24px; }
.home-experience__intro h2,.home-moments h2,.home-last-call h2,.stay-section h2,.cafe-offer h2,.cafe-invite h2 { margin: 0 0 18px; font-size: clamp(38px, 5.5vw, 61px); line-height: 1.06; }
.home-experience__intro > p:not(.eyebrow) { max-width: 440px; margin: 0 0 24px; color: var(--es-muted); font-size: 14px; line-height: 1.9; }
.home-experience__visual {
  display: flex;
  min-height: 510px;
  align-items: end;
  padding: 25px 32px;
  color: white;
  background:
    radial-gradient(ellipse at 78% 18%, rgba(80, 84, 25, .72), transparent 38%),
    linear-gradient(145deg, #600008 0%, #1a0d17 70%);
}
.home-experience__visual span { font-size: 9px; letter-spacing: .19em; }
.home-moments { padding: 94px max(24px, calc((100% - 1060px)/2)); background: var(--es-canvas); }
.home-moments .section-heading { margin-bottom: 35px; }
.moment-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.moment-card { min-height: 235px; padding: 28px; border: 1px solid var(--es-line); background: var(--es-card); transition: transform .3s ease, border-color .3s ease, box-shadow .3s ease; }
.moment-card:hover { transform: translateY(-5px); border-color: var(--es-accent); box-shadow: 0 16px 36px rgba(26,13,23,.08); }
.moment-card__icon { display: inline-grid; width: 37px; height: 37px; place-items: center; border-radius: 50%; color: var(--es-paper); background: var(--es-burgundy); font-size: 9px; }
.moment-card h3 { margin: 23px 0 9px; font-size: 25px; }
.moment-card p { margin: 0; color: var(--es-muted); font-size: 12px; line-height: 1.8; }
.home-last-call { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 68px max(24px, calc((100% - 1060px)/2)); color: var(--es-paper); background: var(--es-burgundy); }
.home-last-call .eyebrow { color: var(--es-highlight); }
.home-last-call h2 { margin: 0; color: var(--es-paper); }
.home-last-call .button { flex-shrink: 0; }
.page-hero { position: relative; display: flex; min-height: 550px; align-items: center; overflow: hidden; padding: 72px max(7vw, 24px); color: white; background: var(--es-ink); isolation: isolate; }
.page-hero::before { position: absolute; z-index: -2; inset: 0; content: ""; background-position: center; background-size: cover; }
.page-hero::after { position: absolute; z-index: -1; inset: 0; content: ""; background: linear-gradient(90deg, rgba(26,13,23,.86), rgba(26,13,23,.16)); }
.page-hero--hotel::before {
  background-image:
    radial-gradient(ellipse at 78% 28%, rgba(80, 84, 25, .64), transparent 40%),
    linear-gradient(115deg, #1a0d17, #600008 72%);
}
.page-hero--cafe::before {
  background-image:
    radial-gradient(ellipse at 76% 20%, rgba(80, 84, 25, .75), transparent 36%),
    radial-gradient(ellipse at 12% 96%, rgba(96, 0, 8, .8), transparent 42%),
    linear-gradient(135deg, #1a0d17, #30202a 72%);
}
.page-hero__content { max-width: 570px; }
.hotel-stars { display: flex; align-items: center; gap: 10px; margin: 0 0 16px; color: #f2ce72; }
.hotel-stars__icons { font-size: 20px; letter-spacing: .12em; line-height: 1; }
.hotel-stars__label { color: var(--es-highlight); font-size: 11px; letter-spacing: .08em; }
.page-hero h1 { margin: 0 0 18px; color: var(--es-paper); font-size: clamp(50px, 8vw, 82px); line-height: 1.02; }
.page-hero__content > p:not(.eyebrow) { max-width: 420px; margin: 0 0 27px; color: rgba(252,227,222,.9); font-size: 15px; line-height: 1.8; }
.page-hero .eyebrow { color: var(--es-highlight); }
.hotel-registry { display: grid; justify-items: start; gap: 6px; max-width: 450px; margin-top: 24px; padding: 13px 16px; border: 1px solid rgba(252,227,222,.35); color: var(--es-paper); background: rgba(26,13,23,.35); }
.hotel-registry__label { color: var(--es-highlight); font-size: 10px; line-height: 1.5; letter-spacing: .07em; }
.hotel-registry__number { font-size: 13px; font-weight: 600; letter-spacing: .04em; }
.hotel-registry__link { color: var(--es-paper); font-size: 12px; text-decoration: underline; text-underline-offset: 3px; }
.hotel-registry__link:hover { color: var(--es-highlight); }
.hotel-registry__link:focus-visible { outline: 2px solid var(--es-highlight); outline-offset: 3px; }
.page-hero__icon { position: absolute; right: 7vw; bottom: 46px; color: rgba(255,255,255,.65); font-size: 68px; line-height: 1; filter: grayscale(1); opacity: .75; }
.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; gap: 24px; padding: 0 21px; font-size: 11px; letter-spacing: .08em; text-decoration: none; transition: background .2s ease, color .2s ease; }
.button--light { color: var(--es-foreground); background: var(--es-canvas); }
.button--light:hover { color: white; background: var(--es-burgundy); }
.button--dark { color: white; background: var(--es-olive); }
.button--dark:hover { color: white; background: var(--es-burgundy); }
.room-section { width: 100vw; margin-left: calc(50% - 50vw); padding: 91px max(24px, calc((100% - 1060px)/2)); background: var(--es-section); }
.room-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; max-width: 1100px; margin: 0 auto; }
.room-card { overflow: hidden; border: 1px solid var(--es-line); background: var(--es-card); }
.room-card__gallery { overflow: hidden; background: var(--es-canvas); }
.room-card__image { background: var(--es-olive); }
.room-card__image img { display: block; width: 100%; height: auto; }
.room-card__image--empty { display: grid; aspect-ratio: 16 / 9; place-items: center; color: var(--es-highlight); background: linear-gradient(145deg, var(--es-burgundy), var(--es-ink)); font: 24px var(--es-serif); letter-spacing: .12em; }
.room-card__content { padding: 24px 26px; }
.room-card__content h3 { margin: 0 0 16px; font-size: clamp(24px, 3vw, 32px); }
.room-card__tags { display: flex; flex-wrap: wrap; gap: 8px; margin: -4px 0 16px; }
.room-card__tag { padding: 6px 10px; border: 1px solid var(--es-line); border-radius: 999px; color: var(--es-foreground); background: var(--es-section); font-size: 10px; line-height: 1.3; }
.room-card__details { display: flex; flex-wrap: wrap; align-items: baseline; justify-content: space-between; gap: 10px 20px; padding-top: 15px; border-top: 1px solid var(--es-line); }
.room-card__area { color: var(--es-muted); font-size: 12px; }
.room-card__price { margin: 0; color: var(--es-accent); font-size: 17px; font-weight: 600; }
.room-card__price span { color: var(--es-muted); font-size: 11px; font-weight: 400; }
.booking-section,.benefits-section,.menu-section { padding: 91px max(24px, calc((100% - 1060px)/2)); }
.booking-section { background: var(--es-canvas); }
.section-heading { max-width: 620px; margin: 0 auto 34px; text-align: center; }
.section-heading h2,.menu-section h2,.cafe-story h2,.cafe-details h2,.legal-section h2 { margin: 0 0 13px; font-size: clamp(36px, 5vw, 52px); }
.section-heading > p:last-child { margin: 0; color: var(--es-muted); font-size: 14px; line-height: 1.8; }
.booking-frame { width: 100%; min-height: 550px; overflow: hidden; border: 1px solid var(--es-line); background: var(--es-card); }
.booking-frame iframe { display: block; width: 100%; min-height: 550px; border: 0; }
.booking-placeholder { display: flex; min-height: 220px; align-items: center; gap: 24px; padding: 35px; border: 1px solid var(--es-line); background: var(--es-card); }
.booking-placeholder__icon { color: var(--es-accent); font-size: 38px; }
.booking-placeholder h3 { margin: 0 0 8px; font-size: 24px; }
.booking-placeholder p { max-width: 650px; margin: 0; color: var(--es-muted); font-size: 13px; line-height: 1.7; }
.benefits-section { background: var(--es-section); }
.section-heading--center { max-width: 720px; }
.benefits-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.benefit-card { padding: 24px 20px; border-top: 1px solid var(--es-line); }
.benefit-card__number { color: var(--es-accent); font-size: 10px; letter-spacing: .14em; }
.benefit-card h3 { margin: 24px 0 10px; font-size: 24px; }
.benefit-card p { margin: 0; color: var(--es-muted); font-size: 12px; line-height: 1.8; }
.stay-section { display: grid; grid-template-columns: .9fr 1.1fr; gap: 70px; align-items: center; padding: 92px max(24px, calc((100% - 1060px)/2)); background: var(--es-canvas); }
.stay-section__intro > p:not(.eyebrow) { max-width: 440px; color: var(--es-muted); font-size: 13px; line-height: 1.9; }
.stay-steps { display: grid; }
.stay-step { display: flex; gap: 22px; padding: 21px 0; border-bottom: 1px solid var(--es-line); }
.stay-step > span { color: var(--es-accent); font-size: 10px; letter-spacing: .12em; }
.stay-step h3 { margin: 0 0 6px; font-size: 22px; }
.stay-step p { margin: 0; color: var(--es-muted); font-size: 12px; line-height: 1.7; }
.closing-cta { padding: 88px 24px 95px; text-align: center; }
.closing-cta h2 { margin: 0 0 25px; font-size: clamp(38px, 5vw, 58px); line-height: 1.1; }
.cafe-story { display: grid; grid-template-columns: .75fr 1.25fr; gap: 60px; max-width: 980px; margin: 0 auto; padding: 100px 24px; }
.cafe-story__label > span { color: var(--es-muted); font-size: 9px; letter-spacing: .16em; line-height: 1.8; }
.cafe-story__copy { max-width: 640px; }
.cafe-story__copy p { color: var(--es-muted); font-size: 14px; line-height: 1.9; }
.cafe-offer { padding: 90px max(24px, calc((100% - 1060px)/2)); color: var(--es-paper); background: var(--es-ink); }
.cafe-offer__heading { max-width: 620px; margin-bottom: 34px; }
.cafe-offer__heading .eyebrow { color: var(--es-highlight); }
.cafe-offer h2 { margin-bottom: 0; }
.cafe-offer__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; }
.cafe-offer-card { position: relative; display: flex; min-height: 340px; flex-direction: column; justify-content: end; overflow: hidden; padding: 25px; background-color: var(--es-ink); background-position: center; background-size: cover; isolation: isolate; transition: transform .35s ease; }
.cafe-offer-card:hover { transform: translateY(-5px); }
.cafe-offer-card::before { position: absolute; z-index: -1; inset: 0; content: ""; background: linear-gradient(0deg, rgba(26,13,23,.92), rgba(26,13,23,.06) 90%); }
.cafe-offer-card--food {
  background-image: radial-gradient(ellipse at 82% 12%, rgba(96, 0, 8, .8), transparent 42%), linear-gradient(145deg, #32222c, #1a0d17);
}
.cafe-offer-card--drinks {
  background-image: radial-gradient(ellipse at 80% 16%, rgba(80, 84, 25, .86), transparent 38%), linear-gradient(145deg, #600008, #1a0d17 76%);
}
.cafe-offer-card--terrace {
  background-image: radial-gradient(ellipse at 18% 4%, rgba(80, 84, 25, .9), transparent 40%), linear-gradient(140deg, #1a0d17, #38252f);
}
.cafe-offer-card > span { color: var(--es-highlight); font-size: 9px; letter-spacing: .17em; }
.cafe-offer-card h3 { margin: 18px 0 9px; color: var(--es-paper); font-size: 31px; line-height: 1.1; }
.cafe-offer-card p { max-width: 280px; margin: 0; color: rgba(252,227,222,.88); font-size: 12px; line-height: 1.7; }
.menu-section { background: var(--es-section); }
.menu-section__heading { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 33px; }
.menu-section__heading h2 { margin: 0; }
.menu-section__heading > p { color: var(--es-muted); font-size: 12px; line-height: 1.7; text-align: right; }
.menu-placeholder { display: grid; grid-template-columns: 140px 1fr; min-height: 290px; align-items: center; gap: 40px; padding: 45px; border: 1px solid var(--es-line); background: var(--es-card); }
.menu-placeholder__ornament { display: grid; width: 120px; height: 120px; place-items: center; border: 1px solid var(--es-accent); border-radius: 50%; color: var(--es-accent); font: 64px var(--es-serif); }
.menu-placeholder__body h3 { margin: 0 0 10px; font-size: clamp(23px, 3vw, 31px); }
.menu-placeholder__body > p:not(.eyebrow) { max-width: 620px; margin: 0 0 18px; color: var(--es-muted); font-size: 13px; line-height: 1.8; }
.menu-placeholder__status { color: var(--es-accent); font-size: 9px; letter-spacing: .18em; }
.cafe-details { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; max-width: 980px; margin: 0 auto; padding: 95px 24px; }
.cafe-details__list { display: grid; align-content: center; }
.cafe-details__list p { display: flex; gap: 22px; margin: 0; padding: 18px 0; border-bottom: 1px solid var(--es-line); font-size: 13px; }
.cafe-details__list span { color: var(--es-accent); font-size: 10px; }
.cafe-invite { display: flex; flex-direction: column; align-items: center; padding: 74px 24px 82px; color: var(--es-paper); text-align: center; background: var(--es-olive); }
.cafe-invite .eyebrow { color: var(--es-highlight); }
.cafe-invite h2 { margin-bottom: 25px; color: var(--es-paper); }
.contacts-heading { max-width: 1100px; margin: 0 auto; padding: 90px 24px 48px; }
.contacts-heading h1 { margin: 0 0 15px; font-size: clamp(50px, 8vw, 80px); line-height: 1.02; }
.contacts-heading > p:last-child { color: var(--es-muted); font-size: 14px; }
.contacts-phone { display: flex; max-width: 1052px; align-items: center; justify-content: space-between; gap: 24px; margin: 0 auto 36px; padding: 30px 36px; color: var(--es-paper); background: var(--es-burgundy); }
.contacts-phone .eyebrow { margin-bottom: 9px; color: var(--es-highlight); }
.contacts-phone__label { margin: 0 0 7px; color: rgba(252,227,222,.82); font-size: 13px; }
.contacts-phone__number { color: var(--es-paper); font-size: clamp(32px, 5vw, 52px); line-height: 1.1; text-decoration: none; white-space: nowrap; }
.contacts-phone__number:hover { color: var(--es-highlight); text-decoration: underline; }
.contacts-phone__number:focus-visible { outline: 2px solid var(--es-paper); outline-offset: 5px; }
.contacts-phone__icon { width: 54px; height: 54px; flex: 0 0 auto; fill: none; stroke: var(--es-highlight); stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.4; }
.contacts-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 24px; max-width: 1100px; margin: 0 auto; padding: 0 24px 85px; }
.contact-card { display: flex; flex-direction: column; align-items: flex-start; padding: 36px; color: white; background: var(--es-olive); }
.contact-card .eyebrow { color: var(--es-highlight); }
.contact-card h2 { margin: 0 0 19px; color: var(--es-paper); font: 36px var(--es-serif); }
.contact-card address,.contact-card > a { margin: 0 0 12px; color: white; font-size: 14px; font-style: normal; line-height: 1.7; text-decoration: none; }
.contact-hours-list { display: grid; width: 100%; gap: 22px; margin-top: auto; padding-top: 35px; }
.contact-hours h3 { margin: 0 0 10px; color: var(--es-highlight); font-size: 10px; font-weight: 500; letter-spacing: .12em; text-transform: uppercase; }
.contact-hours__text { margin: 0; color: rgba(255,255,255,.75); font-size: 10px; line-height: 1.7; }
.map-frame { position: relative; min-height: 410px; background: var(--es-section); }
.map-frame iframe { display: block; width: 100%; height: 100%; min-height: 410px; border: 0; }
.map-placeholder { display: flex; min-height: 410px; align-items: center; justify-content: center; gap: 24px; padding: 36px; background: var(--es-section); }
.map-placeholder__icon { display: grid; width: 58px; height: 58px; flex: 0 0 auto; place-items: center; border: 1px solid var(--es-accent); border-radius: 50%; color: var(--es-accent); font-size: 34px; line-height: 1; }
.map-placeholder h3 { margin: 0 0 8px; font-size: 25px; }
.map-placeholder p { max-width: 360px; margin: 0; color: var(--es-muted); font-size: 12px; line-height: 1.7; }
.map-frame > a { position: absolute; right: 15px; bottom: 15px; padding: 12px 15px; color: var(--es-foreground); background: var(--es-card); font-size: 10px; text-decoration: none; }
.legal-section { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; padding: 74px max(24px, calc((100% - 1050px)/2)); background: var(--es-section); }
.legal-section h2 { margin: 0; }
.legal-details p { display: grid; grid-template-columns: minmax(140px, .7fr) 1.3fr; gap: 15px; margin: 0; padding: 13px 0; border-bottom: 1px solid var(--es-line); font-size: 12px; }
.legal-details p span { color: var(--es-muted); }
#footer { padding: 0; color: white; background: var(--es-ink); }
.footer-inner { display: grid; grid-template-columns: 1fr 1.2fr 1fr; gap: 30px; align-items: stretch; min-height: 150px; padding-top: 30px; padding-bottom: 30px; }
.footer-brand { display: inline-flex; width: fit-content; gap: 12px; align-items: flex-start; color: white; text-decoration: none; }
.footer-brand__logo { display: block; width: 100px; height: 100px; object-fit: contain; }
.footer-brand__logo.logo-fallback { display: flex; align-items: center; justify-content: center; color: inherit; font-family: var(--es-serif); font-size: 22px; font-weight: 400; letter-spacing: -.04em; line-height: 1; text-align: center; }
.footer-legal,.footer-meta { display: grid; align-content: start; gap: 6px; color: rgba(255,255,255,.68); font-size: 10px; line-height: 1.5; }
.footer-legal strong { color: white; font-size: 12px; font-weight: 500; }
.footer-meta { justify-self: end; text-align: right; }
.footer-address { max-width: 320px; justify-self: center; margin: 0; color: rgba(255,255,255,.68); font-size: 10px; font-style: normal; text-align: center; }
.footer-phone { color: white; font-size: 13px; font-weight: 500; text-decoration: none; }
.footer-phone:hover { color: var(--es-highlight); text-decoration: underline; }
.footer-email { color: rgba(255,255,255,.78); font-size: 11px; text-decoration: none; }
.footer-email:hover { color: var(--es-highlight); text-decoration: underline; }
.footer-privacy { color: rgba(255,255,255,.78); font-size: 10px; text-decoration: underline; text-underline-offset: 2px; }
.footer-privacy:hover,.footer-cookie-settings:hover { color: var(--es-highlight); }
.footer-cookie-settings { width: fit-content; justify-self: end; padding: 0; border: 0; color: rgba(255,255,255,.78); background: transparent; font: inherit; font-size: 10px; text-align: inherit; text-decoration: underline; text-underline-offset: 2px; cursor: pointer; }
.privacy-policy { width: min(100% - 40px, 900px); margin: 0 auto; padding: 70px 0 95px; }
.privacy-policy h1 { margin: 0 0 16px; font-size: clamp(34px, 5vw, 54px); line-height: 1.08; }
.privacy-policy h2 { margin: 34px 0 12px; font-size: clamp(23px, 3vw, 30px); }
.privacy-policy p,.privacy-policy li { color: var(--es-muted); font-size: 14px; line-height: 1.8; }
.privacy-policy ul { padding-left: 22px; }
.privacy-policy a { color: var(--es-accent); text-underline-offset: 3px; }
.privacy-policy__updated { margin: 0 0 35px; font-size: 12px !important; }
[x-cloak] { display: none !important; }
.cookie-consent { position: fixed; z-index: 10020; right: 20px; bottom: 20px; width: min(700px, calc(100vw - 40px)); max-height: calc(100vh - 40px); overflow-y: auto; color: var(--es-foreground); }
.cookie-consent__panel { padding: 22px 24px; border: 1px solid var(--es-line); background: var(--es-canvas); box-shadow: 0 18px 55px rgba(0,0,0,.28); }
.cookie-consent__copy h2 { margin: 0 0 8px; font-size: 20px; }
.cookie-consent__copy p { margin: 0; color: var(--es-muted); font-size: 12px; line-height: 1.7; }
.cookie-consent__copy a { color: var(--es-accent); text-underline-offset: 2px; }
.cookie-consent__actions { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 10px; margin-top: 18px; }
.cookie-consent__button { min-height: 42px; padding: 0 16px; border: 1px solid var(--es-line); font: inherit; font-size: 11px; cursor: pointer; }
.cookie-consent__button:focus-visible,.footer-cookie-settings:focus-visible { outline: 2px solid var(--es-accent); outline-offset: 3px; }
.cookie-consent__button--secondary { color: var(--es-foreground); background: var(--es-card); }
.cookie-consent__button--secondary:hover { border-color: var(--es-accent); }
.cookie-consent__button--primary { border-color: var(--es-burgundy); color: white; background: var(--es-burgundy); }
.cookie-consent__button--primary:hover { background: var(--es-olive); }
.motion-ready [data-reveal] { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s cubic-bezier(.2,.7,.2,1); }
.motion-ready [data-reveal].is-visible { opacity: 1; transform: translateY(0); }
.moment-grid [data-reveal]:nth-child(2),
.cafe-offer__grid [data-reveal]:nth-child(2) { transition-delay: .1s; }
.moment-grid [data-reveal]:nth-child(3),
.cafe-offer__grid [data-reveal]:nth-child(3) { transition-delay: .2s; }

@keyframes hero-arrive {
  from { opacity: 0; transform: translateY(18px); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes hero-settle {
  from { transform: scale(1.14); }
  to { transform: scale(1.08); }
}

@media (max-width: 760px) {
  .esenin-page #header .navbar { min-height: 66px; }
  .home-hero { min-height: 690px; min-height: min(690px, 83svh); }
  .home-hero__content { padding: 60px 0 76px; }
  .home-hero__logo { width: min(66vw, 260px); }
  .home-hero__note { right: 14px; bottom: 18px; font-size: 7px; }
  .section-intro { padding: 70px 24px 32px; }
  .destination-grid { grid-template-columns: 1fr; gap: 14px; width: calc(100% - 32px); margin-bottom: 70px; }
  .destination-card { min-height: 400px; padding: 22px; }
  .page-hero { min-height: 490px; padding: 60px 25px; }
  .page-hero--hotel { padding-bottom: 112px; }
  .page-hero__icon { right: 24px; bottom: 25px; font-size: 52px; }
  .room-section { padding: 68px 20px; }
  .room-grid { grid-template-columns: 1fr; gap: 18px; }
  .room-card__content { padding: 21px 20px; }
  .booking-section,.benefits-section,.menu-section { padding: 68px 20px; }
  .booking-frame,.booking-frame iframe { min-height: 620px; }
  .booking-placeholder { align-items: flex-start; padding: 25px 20px; }
  .benefits-grid { grid-template-columns: repeat(2, 1fr); }
  .benefit-card { padding: 20px 12px; }
  .benefit-card h3 { margin-top: 18px; font-size: 21px; }
  .stay-section { grid-template-columns: 1fr; gap: 24px; padding: 68px 24px; }
  .home-experience { grid-template-columns: 1fr; }
  .home-experience__intro { max-width: none; justify-self: stretch; padding: 68px 24px; }
  .home-experience__visual { min-height: 360px; }
  .home-moments { padding: 68px 20px; }
  .moment-grid { grid-template-columns: 1fr; }
  .moment-card { min-height: 0; }
  .home-last-call { align-items: flex-start; flex-direction: column; padding: 56px 24px; }
  .cafe-story { grid-template-columns: 1fr; gap: 25px; padding: 70px 24px; }
  .cafe-offer { padding: 68px 20px; }
  .cafe-offer__grid { grid-template-columns: 1fr; }
  .cafe-offer-card { min-height: 300px; }
  .menu-section__heading { align-items: flex-start; flex-direction: column; }
  .menu-section__heading > p { text-align: left; }
  .menu-placeholder { grid-template-columns: 1fr; gap: 25px; padding: 28px 22px; }
  .menu-placeholder__ornament { width: 78px; height: 78px; font-size: 44px; }
  .cafe-details { grid-template-columns: 1fr; gap: 22px; padding: 70px 24px; }
  .contacts-heading { padding-top: 70px; }
  .contacts-phone { align-items: flex-start; margin: 0 20px 28px; padding: 25px 22px; }
  .contacts-phone__number { font-size: clamp(29px, 8vw, 38px); }
  .contacts-phone__icon { display: none; }
  .contacts-grid { grid-template-columns: 1fr; padding-bottom: 65px; }
  .contact-card { min-height: 330px; padding: 28px; }
  .map-frame,.map-frame iframe,.map-placeholder { min-height: 360px; }
  .map-placeholder { align-items: flex-start; flex-direction: column; gap: 18px; padding: 28px; }
  .map-placeholder__icon { width: 48px; height: 48px; font-size: 28px; }
  .legal-section { grid-template-columns: 1fr; gap: 25px; padding-top: 58px; padding-bottom: 58px; }
  .legal-details p { grid-template-columns: 1fr; gap: 5px; }
  .footer-inner { grid-template-columns: 1fr; justify-items: center; gap: 18px; padding: 28px 20px; }
  .footer-brand { justify-self: center; }
  .footer-brand__logo { width: 76px; height: 76px; }
  .footer-legal,.footer-meta { justify-items: center; font-size: 11px; line-height: 1.6; text-align: center; }
  .footer-phone { justify-self: center; }
  .footer-address { max-width: 100%; font-size: 11px; line-height: 1.6; text-align: center; }
  .footer-meta { justify-self: center; }
  .footer-phone { font-size: 15px; }
  .footer-email { font-size: 12px; }
  .footer-privacy,.footer-cookie-settings { font-size: 11px; }
  .footer-cookie-settings { justify-self: center; }
  .cookie-consent { right: 12px; bottom: 12px; left: 12px; width: auto; max-height: calc(100vh - 24px); }
  .cookie-consent__panel { padding: 19px 18px; }
  .cookie-consent__actions { flex-direction: column-reverse; }
  .cookie-consent__button { width: 100%; }
}

@media (max-width: 860px) {
  body.esenin-page #header .navbar { grid-template-columns: 1fr; }
  body.esenin-page #header .navbar-section.actions { grid-column: 1; }
  body.esenin-page #header .navbar-section.actions { display: flex; margin-right: 50px; }
  body.esenin-page #header .navbar-section.actions .theme-toggle { display: none; }
  body.esenin-page #header .mobile-menu { display: flex; }
  body.esenin-page.overlay-open #header { z-index: 70; }
  body.esenin-page.home-page.header-transparent:not(.scrolled).overlay-open #header,
  body.esenin-page.home-page.header-transparent.scrolled.overlay-open #header { background: var(--es-canvas); border-bottom: 0; box-shadow: none; backdrop-filter: none; -webkit-backdrop-filter: none; transition: none; }
  body.esenin-page.overlay-open #header .navbar { min-height: 64px; transition: none; }
  body.esenin-page.overlay-open #header .navbar-section.actions .phone-call { visibility: hidden; }
}

  body.esenin-page.home-page.overlay-open #toggle { color: var(--es-foreground); }

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