:root {
  --wake-ink: #17332d;
  --wake-green: #245f50;
  --wake-mint: #dbe9df;
  --wake-cream: #f4efe5;
  --wake-rust: #9f5f3f;
  --wake-white: #fff;
}

.header__logo { width: auto !important; text-decoration: none; }
.header__logo::before, .header__logo::after { display: none !important; }
.wake-logo { color: currentColor; display: flex; flex-direction: column; font-family: Georgia, serif; font-size: 25px; font-weight: 700; letter-spacing: .03em; line-height: .85; text-align: center; }
.wake-logo small { font-family: Arial, sans-serif; font-size: 7px; letter-spacing: .28em; margin-top: 8px; text-transform: uppercase; }
body.wake-dark-header .wake-logo { color: #fff; text-shadow: 0 1px 14px rgba(0,0,0,.25); }
.burger__button { background: rgba(8,25,20,.72) !important; border-color: rgba(255,255,255,.45) !important; }
.burger__button::before, .burger__button::after { background: #fff !important; border-color: #fff !important; }
.header__buttons-item_cart, .js-headerButtonSearch, .header__buttons-item_hide-mobile, .search-menu { display: none !important; }
.burger-menu__right img { content: url('/assets/wakeup/hostel-04.webp'); object-fit: cover; }
.burger-menu__right { display: none !important; }
.burger-menu__left { width: 100% !important; }
.burger-menu__bottom { display: flex !important; flex-direction: column; gap: 14px; }
.burger-menu__row { max-width: 100% !important; width: 100% !important; }
.footer .form-block, .footer__logo, .footer__authors, .footer__pay, .footer__requisites, .footer__item-reestr { display: none !important; }
.footer__grid { display: grid !important; grid-template-columns: repeat(3, minmax(0, 1fr)) !important; width: 100% !important; }
.footer__item { min-width: 0 !important; }
.footer__caption { overflow-wrap: anywhere; }
.footer__copyright { text-transform: none; }
.content { overflow: hidden; visibility: visible !important; }

.wake-shell { color: var(--wake-ink); font-family: Arial, Helvetica, sans-serif; }
.wake-container { margin: 0 auto; max-width: 1420px; padding: 0 56px; }
.wake-hero { align-items: end; background: #192923 center/cover no-repeat; color: #fff; display: flex; min-height: min(78vh, 860px); padding: 180px 0 72px; position: relative; }
.wake-hero::before { background: linear-gradient(180deg, rgba(10,25,21,.08), rgba(10,25,21,.76)); content: ''; inset: 0; position: absolute; }
.wake-hero--home { background-image: url('/assets/wakeup/hostel-01.webp'); }
.wake-hero--rooms { background-image: url('/assets/wakeup/hostel-02.webp'); }
.wake-hero--about { background-image: url('/assets/wakeup/hostel-07.jpg'); }
.wake-hero--city { background-image: url('/assets/wakeup/generated-bishkek.png'); }
.wake-hero .wake-container { position: relative; width: 100%; z-index: 1; }
.wake-kicker { font-size: 12px; font-weight: 700; letter-spacing: .18em; margin: 0 0 18px; text-transform: uppercase; }
.wake-hero h1 { font-family: Georgia, serif; font-size: clamp(52px, 8vw, 118px); font-weight: 400; letter-spacing: -.045em; line-height: .9; margin: 0; max-width: 1060px; }
.wake-hero p { font-size: clamp(17px, 2vw, 25px); line-height: 1.45; margin: 28px 0 0; max-width: 720px; }
.wake-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.wake-btn { align-items: center; background: var(--wake-green); border: 1px solid var(--wake-green); color: #fff !important; display: inline-flex; font-size: 13px; font-weight: 700; justify-content: center; letter-spacing: .08em; min-height: 54px; padding: 0 26px; text-decoration: none; text-transform: uppercase; transition: .2s ease; }
.wake-btn:hover { background: var(--wake-ink); border-color: var(--wake-ink); }
.wake-btn--light { background: #fff; border-color: #fff; color: var(--wake-ink) !important; }
.wake-btn--line { background: transparent; border-color: currentColor; color: inherit !important; }
.wake-bookbar { background: var(--wake-cream); border-bottom: 1px solid rgba(23,51,45,.18); padding: 28px 0; }
.wake-bookbar__inner { align-items: center; display: flex; gap: 28px; justify-content: space-between; }
.wake-bookbar strong { font-family: Georgia, serif; font-size: clamp(22px, 3vw, 35px); font-weight: 400; }
.wake-bookbar span { color: #61716c; display: block; font-size: 13px; margin-top: 5px; }
.wake-section { padding: 110px 0; }
.wake-section--soft { background: var(--wake-cream); }
.wake-section--green { background: var(--wake-green); color: #fff; }
.wake-section h2 { font-family: Georgia, serif; font-size: clamp(38px, 5vw, 72px); font-weight: 400; letter-spacing: -.035em; line-height: 1; margin: 0 0 32px; }
.wake-lead { font-family: Georgia, serif; font-size: clamp(24px, 3vw, 40px); line-height: 1.35; margin: 0; max-width: 1050px; }
.wake-copy { font-size: 17px; line-height: 1.75; max-width: 760px; }
.wake-split { align-items: center; display: grid; gap: 7vw; grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr); }
.wake-split img { aspect-ratio: 4/3; height: 100%; object-fit: cover; width: 100%; }
.wake-features { display: grid; gap: 1px; grid-template-columns: repeat(3, 1fr); margin-top: 58px; }
.wake-feature { border: 1px solid rgba(23,51,45,.2); min-height: 220px; padding: 34px; }
.wake-feature__num { color: var(--wake-rust); display: block; font-family: Georgia, serif; font-size: 34px; margin-bottom: 35px; }
.wake-feature h3, .wake-card h2, .wake-card h3 { font-family: Georgia, serif; font-size: 28px; font-weight: 400; margin: 0 0 13px; }
.wake-feature p, .wake-card p { color: #566762; line-height: 1.6; margin: 0; }
.wake-section--green .wake-feature { border-color: rgba(255,255,255,.25); }
.wake-section--green .wake-feature p { color: rgba(255,255,255,.74); }
.wake-gallery { display: grid; gap: 16px; grid-template-columns: 1.3fr .7fr .7fr; margin-top: 48px; }
.wake-gallery img { height: 520px; object-fit: cover; width: 100%; }
.wake-gallery img:nth-child(2), .wake-gallery img:nth-child(3) { height: 250px; }
.wake-gallery img:nth-child(3) { margin-top: 270px; margin-left: -100%; width: 200%; }
.wake-cards { display: grid; gap: 24px; grid-template-columns: repeat(3, 1fr); }
.wake-card { border: 1px solid rgba(23,51,45,.18); display: flex; flex-direction: column; }
.wake-card img { aspect-ratio: 4/3; object-fit: cover; width: 100%; }
.wake-card__body { display: flex; flex: 1; flex-direction: column; padding: 30px; }
.wake-card__meta { color: var(--wake-rust); font-size: 11px; font-weight: 700; letter-spacing: .12em; margin-bottom: 16px; text-transform: uppercase; }
.wake-card .wake-btn { align-self: flex-start; margin-top: 28px; }
.wake-list { display: grid; gap: 14px 35px; grid-template-columns: repeat(2, minmax(0, 1fr)); list-style: none; margin: 34px 0 0; padding: 0; }
.wake-list li { border-bottom: 1px solid rgba(23,51,45,.18); font-size: 16px; padding: 0 0 14px 26px; position: relative; }
.wake-list li::before { color: var(--wake-rust); content: '•'; left: 2px; position: absolute; }
.wake-facts { display: grid; gap: 1px; grid-template-columns: repeat(4, 1fr); }
.wake-fact { background: rgba(255,255,255,.08); padding: 35px; }
.wake-fact strong { display: block; font-family: Georgia, serif; font-size: 35px; font-weight: 400; }
.wake-fact span { color: rgba(255,255,255,.68); display: block; font-size: 12px; letter-spacing: .08em; margin-top: 9px; text-transform: uppercase; }
.wake-detail { padding-top: 150px; }
.wake-detail__top { display: grid; gap: 60px; grid-template-columns: 1.15fr .85fr; }
.wake-detail__top img { height: min(70vh, 720px); object-fit: cover; width: 100%; }
.wake-detail h1 { font-family: Georgia, serif; font-size: clamp(48px, 6vw, 86px); font-weight: 400; letter-spacing: -.04em; line-height: .96; margin: 20px 0 28px; }
.wake-detail__aside { align-self: center; }
.wake-note { background: var(--wake-mint); line-height: 1.55; margin-top: 28px; padding: 22px; }
.wake-contact-grid { display: grid; gap: 1px; grid-template-columns: repeat(2, 1fr); }
.wake-contact { background: var(--wake-cream); min-height: 210px; padding: 36px; }
.wake-contact span { color: #71807c; display: block; font-size: 11px; letter-spacing: .12em; margin-bottom: 18px; text-transform: uppercase; }
.wake-contact a, .wake-contact strong { color: var(--wake-ink); font-family: Georgia, serif; font-size: clamp(22px, 3vw, 38px); font-weight: 400; text-decoration: none; }
.wake-map { border: 0; height: 520px; width: 100%; }
.wake-faq details { border-top: 1px solid rgba(23,51,45,.22); padding: 25px 0; }
.wake-faq details:last-child { border-bottom: 1px solid rgba(23,51,45,.22); }
.wake-faq summary { cursor: pointer; font-family: Georgia, serif; font-size: 25px; list-style: none; padding-right: 40px; position: relative; }
.wake-faq summary::after { content: '+'; position: absolute; right: 8px; }
.wake-faq details[open] summary::after { content: '–'; }
.wake-faq details p { line-height: 1.7; max-width: 820px; }
.wake-bnovo { background: #fff; border: 1px solid rgba(23,51,45,.18); min-height: 280px; padding: 32px; }
.wake-bnovo-fallback { text-align: center; }
.wake-bnovo-fallback p { color: #61716c; margin: 0 auto 24px; max-width: 560px; }
.wake-source-note { color: #72817d; font-size: 12px; margin-top: 18px; }

@media (max-width: 1024px) {
  .wake-container { padding: 0 30px; }
  .wake-features, .wake-cards { grid-template-columns: repeat(2, 1fr); }
  .wake-split, .wake-detail__top { gap: 40px; }
  .wake-gallery { grid-template-columns: 1fr 1fr; }
  .wake-gallery img { height: 360px; }
  .wake-gallery img:nth-child(2), .wake-gallery img:nth-child(3) { height: 360px; margin: 0; width: 100%; }
  .wake-gallery img:nth-child(3) { grid-column: span 2; }
  .wake-facts { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 700px) {
  .wake-container { padding: 0 18px; }
  .wake-hero { min-height: 680px; padding: 145px 0 48px; }
  .wake-hero h1 { font-size: 52px; }
  .wake-bookbar__inner, .wake-split, .wake-detail__top { align-items: stretch; display: flex; flex-direction: column; }
  .wake-section { padding: 72px 0; }
  .wake-features, .wake-cards, .wake-list, .wake-contact-grid, .footer__grid { grid-template-columns: 1fr !important; }
  .footer__item { width: 100% !important; }
  .wake-feature { min-height: 0; }
  .wake-gallery { display: block; }
  .wake-gallery img, .wake-gallery img:nth-child(2), .wake-gallery img:nth-child(3) { height: 300px; margin: 0 0 12px; width: 100%; }
  .wake-detail { padding-top: 105px; }
  .wake-detail__top img { height: 470px; }
  .wake-facts { grid-template-columns: 1fr 1fr; }
  .wake-contact { min-height: 160px; }
}
