/*
Theme Name: Иволга
Theme URI: https://ivolga.koltso-group.ru/
Author: Koltso Group
Description: Современная адаптивная тема для базы отдыха «Иволга» на Волге.
Version: 2.6.2
Requires at least: 6.2
Requires PHP: 7.4
Text Domain: ivolga
*/

:root {
  --forest: #087d99;
  --forest-deep: #075c73;
  --sage: #dff2f6;
  --lime: #f58220;
  --cream: #fff;
  --sand: #f3f7f8;
  --white: #fff;
  --ink: #101010;
  --muted: #2f2f2f;
  --line: rgba(8, 92, 115, .15);
  --success: #3fba72;
  --site-font: "Montserrat", Arial, sans-serif;
  --radius: 30px;
  --shadow: 0 24px 70px rgba(7, 92, 115, .14);
  --container: 1220px;
}

/* Единственная гарнитура сайта */
html, body, button, input, textarea, select, h1, h2, h3, h4, h5, h6,
.mega-menu__group h2, .mega-menu__footer > div a, .stat strong,
.hero__note strong, .stay-card h3, .call-band__phone {
  font-family: var(--site-font) !important;
}

* { box-sizing: border-box; scrollbar-width: none; }
*::-webkit-scrollbar { display: none; width: 0; height: 0; }
html { max-width: 100%; overflow-x: hidden; scroll-behavior: smooth; scroll-padding-top: 110px; -ms-overflow-style: none; }
body { max-width: 100%; margin: 0; overflow-x: hidden; color: var(--ink); background: var(--cream); font-family: var(--site-font); font-size: 17px; line-height: 1.55; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
body.has-site-background { position: relative; isolation: isolate; background: transparent; }
body.has-site-background::before, body.has-site-background::after { position: fixed; inset: -32px; z-index: -2; pointer-events: none; content: ""; }
body.has-site-background::before { background: var(--site-background-image) center/cover no-repeat; filter: blur(var(--site-background-blur,16px)); }
body.has-site-background::after { z-index: -1; background: rgba(255,255,255,var(--site-background-overlay,.88)); }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; transition: color .2s ease; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.container { width: min(var(--container), calc(100% - 48px)); margin-inline: auto; }
.section { padding: 120px 0; }
.section--tight { padding-top: 0; }
.section--sand { background: var(--sand); }
#benefits.section--sand { background: transparent; }
.section--forest { overflow: hidden; color: var(--white); background: var(--forest-deep); border-radius: 46px 46px 0 0; }
#activities.section--forest { color: var(--ink); background: transparent; border-radius: 0; }
#activities.section--forest .section-head p { color: var(--muted); }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 1000; padding: 12px 18px; color: #fff; background: var(--forest); border-radius: 12px; }
.skip-link:focus { top: 16px; }
.eyebrow { display: inline-flex; align-items: center; color: var(--forest); font-size: 12px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.eyebrow::before { display: none; content: none; }
.section--forest .eyebrow, .footer .eyebrow { color: var(--lime); }
h1, h2, h3, p { margin-top: 0; }
h1, h2, .display { font-family: var(--site-font); font-weight: 600; letter-spacing: -.035em; }
h2 { margin-bottom: 24px; font-size: clamp(40px, 5vw, 70px); line-height: 1.04; }
h3 { line-height: 1.25; }
.lead { max-width: 790px; color: #242424; font-size: clamp(18px, 2vw, 23px); line-height: 1.65; }
.muted { color: var(--muted); }
.button { display: inline-flex; min-height: 54px; align-items: center; justify-content: center; gap: 10px; padding: 0 24px; border: 1px solid transparent; border-radius: 999px; font-weight: 700; line-height: 1; cursor: pointer; transition: transform .25s ease, background .25s ease, color .25s ease, border-color .25s ease; }
.button:hover { transform: translateY(-2px); }
.button--accent { color: #fff; background: var(--lime); }
.button--accent:hover { color: #fff; background: #dc6810; }
.button--dark { color: #fff; background: var(--forest); }
.button--outline { color: #fff; border-color: rgba(255,255,255,.44); background: rgba(255,255,255,.04); backdrop-filter: blur(10px); }
.button--outline:hover { background: rgba(255,255,255,.13); }
.button svg, .round-link svg { width: 18px; height: 18px; }

/* Header */
.site-header { position: fixed; top: 0; right: 0; left: 0; z-index: 50; color: #fff; transition: padding .3s ease, color .3s ease, background .3s ease, box-shadow .3s ease; }
.site-header:not(.is-scrolled) { background: linear-gradient(90deg,rgba(5,9,10,.48),rgba(10,14,15,.34)); border-bottom: 1px solid rgba(255,255,255,.18); box-shadow: 0 8px 28px rgba(0,0,0,.18), inset 0 -1px 0 rgba(255,255,255,.05); backdrop-filter: blur(8px) saturate(.88); -webkit-backdrop-filter: blur(8px) saturate(.88); }
.site-header:not(.is-scrolled) .main-nav a, .site-header:not(.is-scrolled) .header-phone, .site-header:not(.is-scrolled) .menu-toggle { text-shadow: 0 2px 8px rgba(0,20,27,.42); }
.site-header:not(.is-scrolled) .menu-toggle { border-color: rgba(255,255,255,.5); background: rgba(0,0,0,.22); }
.admin-bar .site-header { top: 32px; }
.admin-bar .mega-menu { top: 32px; }
.site-header__inner { display: flex; min-height: 92px; align-items: center; justify-content: space-between; gap: 28px; transition: min-height .3s ease; }
.site-header.is-scrolled { color: var(--ink); background: rgba(255,255,255,.94); box-shadow: 0 8px 35px rgba(7,92,115,.1); backdrop-filter: blur(16px); }
.site-header.is-scrolled .site-header__inner { min-height: 74px; }
.brand { display: inline-flex; align-items: center; gap: 12px; font-size: 21px; font-weight: 750; }
.brand--graphic { padding: 0; background: transparent; border-radius: 0; box-shadow: none; }
.brand__logo { width: auto; max-width: 195px; height: 57px; object-fit: contain; filter: drop-shadow(0 3px 10px rgba(5,30,24,.12)); }
.brand--footer { display: inline-flex; }
.brand__mark { display: grid; width: 44px; height: 44px; place-items: center; border: 1px solid currentColor; border-radius: 50%; font-family: var(--site-font); font-size: 22px; }
.brand__text small { display: block; margin-top: -2px; opacity: .65; font-size: 9px; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; }
.main-nav ul { display: flex; align-items: center; gap: 30px; margin: 0; padding: 0; list-style: none; }
.main-nav a { position: relative; font-size: 16px; font-weight: 700; letter-spacing: .035em; text-transform: uppercase; }
.main-nav a::after { position: absolute; right: 0; bottom: -8px; left: 0; height: 1px; background: currentColor; content: ""; transform: scaleX(0); transform-origin: right; transition: transform .25s ease; }
.main-nav a:hover { color: var(--lime); }
.main-nav a:hover::after { background: var(--lime); transform: scaleX(1); transform-origin: left; }
.site-header__actions { display: flex; align-items: center; gap: 14px; }
.header-phone { font-size: 16px; font-weight: 700; }
.menu-toggle { display: inline-flex; width: auto; min-width: 108px; height: 48px; align-items: center; justify-content: center; gap: 10px; padding: 0 18px; color: currentColor; border: 1px solid rgba(255,255,255,.35); border-radius: 999px; background: transparent; cursor: pointer; }
.is-scrolled .menu-toggle { border-color: var(--line); }
.menu-toggle__icon, .menu-toggle__icon::before, .menu-toggle__icon::after { display: block; width: 19px; height: 1.5px; background: currentColor; content: ""; transition: .25s; }
.menu-toggle__icon { position: relative; }
.menu-toggle__icon::before { position: absolute; top: -6px; left: 0; }
.menu-toggle__icon::after { position: absolute; top: 6px; left: 0; }
.menu-toggle__label { font-size: 13px; font-weight: 700; }
.menu-open .site-header { color: var(--ink); }

/* Large navigation drawer */
.menu-backdrop { position: fixed; inset: 0; z-index: 48; visibility: hidden; opacity: 0; background: rgba(5,25,20,.55); backdrop-filter: blur(4px); transition: opacity .35s ease, visibility .35s; }
.menu-open .menu-backdrop { visibility: visible; opacity: 1; }
.mega-menu { position: fixed; inset: 0; z-index: 55; isolation: isolate; display: flex; width: 100%; max-width: 100vw; min-width: 0; overflow-x: hidden; overflow-y: auto; flex-direction: column; padding: 22px clamp(24px,3.2vw,64px); color: #fff; background: var(--forest-deep); overscroll-behavior: contain; transform: translateY(-102%); transition: transform .48s cubic-bezier(.22,.8,.25,1); }
.mega-menu::before { position: fixed; inset: 0; z-index: 0; pointer-events: none; background: var(--mega-background) center/cover no-repeat; filter: blur(7px); transform: scale(1.025); content: ""; }
.mega-menu::after { position: fixed; inset: 0; z-index: 1; pointer-events: none; background: linear-gradient(135deg,rgba(3,42,54,.8),rgba(7,92,115,.78)); content: ""; }
.mega-menu > * { position: relative; z-index: 2; }
.mega-menu.is-open { transform: none; }
.mega-menu__top { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding-bottom: 16px; border-bottom: 1px solid rgba(255,255,255,.15); }
.mega-menu__identity { display: flex; align-items: center; gap: 28px; }
.mega-menu__close { display: inline-flex; align-items: center; gap: 12px; padding: 0; color: #fff; border: 0; background: transparent; font-size: 15px; font-weight: 700; cursor: pointer; }
.mega-menu__close span { display: grid; width: 38px; height: 38px; place-items: center; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; font-size: 25px; font-weight: 300; }
.mega-menu__grid { display: grid; grid-template-columns: repeat(5, minmax(0,1fr)); gap: 0; width: 100%; max-width: none; margin-inline: 0; padding: 24px 0 20px; }
.mega-menu__column { display: flex; min-width: 0; align-content: flex-start; flex-direction: column; gap: 27px; padding: 0 clamp(20px,2.2vw,38px); border-left: 1px solid rgba(255,255,255,.15); }
.mega-menu__column:first-child { padding-left: 0; border-left: 0; }
.mega-menu__column:last-child { padding-right: 0; }
.mega-menu__group h2 { display: flex; align-items: center; gap: 13px; margin: 0 0 13px; font-family: var(--site-font); font-size: 34px; font-weight: 600; line-height: 1.1; }
.mega-menu__section-icon { display: grid; width: 38px; height: 38px; flex: 0 0 38px; place-items: center; color: #fff; border: 1px solid rgba(255,255,255,.3); border-radius: 12px; background: linear-gradient(145deg,rgba(255,132,27,.98),rgba(230,92,9,.96)); box-shadow: 0 9px 24px rgba(119,48,4,.3), inset 0 1px rgba(255,255,255,.25); transform: rotate(-2deg); }
.mega-menu__section-icon svg { width: 23px; height: 23px; overflow: visible; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; transform: rotate(2deg); }
.mega-menu__group ul { margin: 0; padding: 0; list-style: none; }
.mega-menu__group li { border-bottom: 1px solid rgba(255,255,255,.15); }
.mega-menu__group a { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 8px 0; color: rgba(255,255,255,.92); font-size: 16px; line-height: 1.35; transition: color .2s, padding .2s; }
.mega-menu__group a span { position: relative; display: block; width: 25px; height: 25px; flex: 0 0 25px; opacity: .62; border: 1px solid rgba(255,255,255,.3); border-radius: 50%; font-size: 0; line-height: 0; transition: opacity .2s, color .2s, background .2s, transform .2s; }
.mega-menu__group a span::before { position: absolute; top: 50%; left: 50%; display: block; width: 13px; height: 13px; background: currentColor; content: ""; transform: translate(calc(-50% - 1px),calc(-50% + 1px)); -webkit-mask: url("assets/images/menu-arrow-up-right.svg") center/contain no-repeat; mask: url("assets/images/menu-arrow-up-right.svg") center/contain no-repeat; }
.mega-menu__group a:hover { padding-left: 5px; color: var(--lime); }
.mega-menu__group a:hover span { opacity: 1; color: #fff; border-color: var(--lime); background: var(--lime); transform: translate(2px,-2px); }
.mega-menu__footer { display: flex; width: 100%; max-width: none; align-items: center; justify-content: space-between; gap: 30px; margin: auto 0 0; padding-top: 15px; border-top: 1px solid rgba(255,255,255,.15); }
.mega-menu__footer > div { display: grid; gap: 2px; }
.mega-menu__footer > div span { color: rgba(255,255,255,.86); font-size: 13px; text-transform: uppercase; letter-spacing: .1em; }
.mega-menu__footer > div a { font-family: var(--site-font); font-size: 27px; }

/* Hero */
.hero { position: relative; display: flex; height: 900px; min-height: 900px; align-items: flex-end; overflow: hidden; color: #fff; background: var(--forest-deep); }
.hero__media { position: absolute; inset: 0; }
.hero__media img { width: 100%; height: 100%; object-fit: cover; transform: scale(1.01); }
.hero__media::after { position: absolute; inset: 0; background: linear-gradient(90deg,rgba(3,8,10,.82) 0%,rgba(3,8,10,.5) 54%,rgba(3,8,10,.2) 100%),linear-gradient(0deg,rgba(3,8,10,.72),transparent 58%); content: ""; }
.hero__content { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, 1.25fr) .55fr; gap: 60px; align-items: end; padding: 180px 0 125px; }
.hero .eyebrow { color: var(--lime); }
.hero h1 { max-width: 920px; margin: 20px 0 28px; font-size: clamp(62px, 8.2vw, 118px); line-height: .94; }
.hero__copy { max-width: 650px; color: rgba(255,255,255,.92); font-size: 18px; line-height: 1.72; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.hero__note { position: relative; display: flex; width: 210px; aspect-ratio: 1; align-items: center; justify-content: center; justify-self: end; flex-direction: column; padding: 30px; overflow: hidden; text-align: center; border: 1px solid rgba(255,255,255,.42); border-radius: 50%; background: rgba(3,74,94,.38); box-shadow: inset 0 0 0 8px rgba(255,255,255,.035), 0 20px 50px rgba(2,35,46,.2); backdrop-filter: blur(16px); }
.hero__note::before { position: absolute; inset: 10px; pointer-events: none; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; content: ""; }
.hero__note small { position: relative; color: var(--lime); font-size: 10px; font-weight: 750; letter-spacing: .13em; text-transform: uppercase; }
.hero__note strong { position: relative; display: block; margin: 4px 0 2px; font-family: var(--site-font); font-size: 64px; font-weight: 600; line-height: 1; }
.hero__note span { position: relative; display: block; max-width: 125px; color: rgba(255,255,255,.74); font-size: 11px; line-height: 1.4; }

/* Contact band */
.call-band { position: relative; z-index: 4; margin-top: -58px; }
.call-band__inner { display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 28px; padding: 25px 28px; background: #fff; border-radius: 26px; box-shadow: var(--shadow); }
.call-band__copy { display: flex; align-items: center; gap: 18px; }
.call-band__icon { display: grid; width: 52px; height: 52px; flex: 0 0 auto; place-items: center; color: var(--forest); background: var(--sage); border-radius: 50%; }
.call-band__icon svg { width: 22px; }
.call-band h2 { margin: 0 0 3px; font-family: inherit; font-size: 18px; font-weight: 750; letter-spacing: 0; }
.call-band p { margin: 0; color: var(--muted); font-size: 14px; }
.call-band__phone { font-size: clamp(19px, 2vw, 26px); font-weight: 750; white-space: nowrap; }

/* About */
.intro-grid { display: grid; grid-template-columns: .52fr 1.48fr; gap: 70px; }
.intro-grid h2 { max-width: 900px; }
.stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 52px; }
.stat { padding: 25px 0 0; border-top: 1px solid var(--line); }
.stat strong { display: block; font-family: var(--site-font); font-size: clamp(42px, 5vw, 58px); font-weight: 600; line-height: 1; }
.stat span { display: block; max-width: 160px; margin-top: 9px; color: var(--muted); font-size: 14px; }

/* Cards */
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 50px; }
.section-head h2 { max-width: 760px; margin: 18px 0 0; }
.section-head p { max-width: 430px; margin-bottom: 8px; color: var(--muted); }
.stay-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.stay-card { position: relative; min-height: 530px; overflow: hidden; color: #fff; border-radius: var(--radius); background: var(--forest); }
.stay-card__image { position: absolute; inset: 0; }
.stay-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.2,.7,.2,1); }
.stay-card::after { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(3,45,57,.94), rgba(3,45,57,.02) 65%); content: ""; }
.stay-card:hover img { transform: scale(1.055); }
.stay-card__body { position: absolute; right: 0; bottom: 0; left: 0; z-index: 2; padding: 30px; }
.stay-card__tag { display: inline-block; margin-bottom: 14px; color: var(--lime); font-size: 11px; font-weight: 750; letter-spacing: .12em; text-transform: uppercase; }
.stay-card h3 { margin-bottom: 9px; font-family: var(--site-font); font-size: 32px; font-weight: 600; }
.stay-card__meta { display: flex; align-items: center; justify-content: space-between; gap: 20px; color: rgba(255,255,255,.9); font-size: 13px; }
.round-link { display: grid; width: 48px; height: 48px; flex: 0 0 auto; place-items: center; color: var(--forest); background: #fff; border-radius: 50%; transition: transform .25s ease; }
.round-link svg { display: none; }
.round-link::before, .section-archive-card__body i::before { display: block; width: 23px; height: 23px; background: currentColor; content: ""; -webkit-mask: url("assets/images/arrow-left-right.svg") center/contain no-repeat; mask: url("assets/images/arrow-left-right.svg") center/contain no-repeat; }
.stay-card:hover .round-link { transform: rotate(8deg) scale(1.05); }

/* Experiences */
.experience-grid { display: grid; grid-template-columns: 1.2fr .8fr .8fr; grid-template-rows: 280px 280px; gap: 18px; }
.experience { position: relative; overflow: hidden; border-radius: 24px; }
.experience:first-child { grid-row: span 2; }
.experience img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.experience::after { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(3,43,55,.74), transparent 63%); content: ""; }
.experience:hover img { transform: scale(1.05); }
.experience__name { position: absolute; right: 24px; bottom: 22px; left: 24px; z-index: 2; color: #fff; font-size: 19px; font-weight: 700; text-shadow: 0 2px 14px rgba(0,0,0,.8); }
.section--forest .section-head p { color: rgba(255,255,255,.9); }

/* Video, virtual tour and benefits */
.home-video { position: relative; overflow: hidden; color: #fff; background: var(--forest-deep); }
.home-video::before { position: absolute; top: -240px; right: -160px; width: 560px; height: 560px; border: 1px solid rgba(255,255,255,.08); border-radius: 50%; box-shadow: 0 0 0 80px rgba(255,255,255,.025),0 0 0 160px rgba(255,255,255,.018); content: ""; }
.home-video__head { position: relative; z-index: 1; }
.home-video__head .eyebrow { color: var(--lime); }
.home-video__head p { color: rgba(255,255,255,.72); }
.home-video__stage { position: relative; aspect-ratio: 16/9; overflow: hidden; border: 1px solid rgba(255,255,255,.16); border-radius: 34px; background: #071c22; box-shadow: 0 35px 90px rgba(0,0,0,.35); }
.home-video__stage video { display: block; width: 100%; height: 100%; object-fit: cover; background: #071c22; }
.home-video__placeholder { display: grid; width: 100%; height: 100%; place-content: center; justify-items: center; gap: 16px; color: #fff; font-size: 13px; font-weight: 750; letter-spacing: .12em; text-transform: uppercase; background: linear-gradient(rgba(3,30,38,.32),rgba(3,30,38,.74)),var(--video-poster) center/cover; }
.home-video__play { display: grid; width: 86px; height: 86px; place-items: center; border: 1px solid rgba(255,255,255,.65); border-radius: 50%; background: rgba(255,255,255,.14); backdrop-filter: blur(10px); }
.home-video__play svg { width: 34px; height: 34px; fill: currentColor; }
.home-video__badge { position: absolute; top: 24px; left: 24px; padding: 10px 15px; color: #fff; border: 1px solid rgba(255,255,255,.28); border-radius: 999px; background: rgba(2,29,36,.52); font-size: 10px; font-weight: 750; letter-spacing: .1em; text-transform: uppercase; pointer-events: none; backdrop-filter: blur(10px); }
.home-video__caption { margin: 20px 0 0; color: rgba(255,255,255,.6); font-size: 13px; text-align: center; }
.home-tour { background: linear-gradient(180deg,#fff 0%,#f2f8f9 100%); }
.home-tour__intro { display: grid; grid-template-columns: 1.15fr .85fr; gap: clamp(40px,8vw,120px); align-items: end; margin-bottom: 46px; }
.home-tour__intro h2 { max-width: 760px; margin: 18px 0 0; }
.home-tour__intro p { margin-bottom: 24px; color: var(--muted); font-size: 17px; line-height: 1.7; }
.home-tour__browser { overflow: hidden; border: 1px solid rgba(4,77,96,.18); border-radius: 30px; background: #fff; box-shadow: 0 32px 80px rgba(3,48,61,.16); }
.home-tour__bar { display: flex; height: 54px; align-items: center; gap: 8px; padding: 0 20px; color: #60777d; background: #f6f9f9; border-bottom: 1px solid rgba(4,77,96,.12); }
.home-tour__bar span { width: 10px; height: 10px; border-radius: 50%; background: #d7e1e3; }
.home-tour__bar span:first-child { background: var(--orange); }
.home-tour__bar strong { margin-left: 10px; font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
.home-tour__browser iframe { display: block; width: 100%; height: auto; aspect-ratio: 16/9; border: 0; background: #dce9eb; }
.home-tour__hint { display: flex; justify-content: center; gap: 9px; margin: 16px 0 0; color: #6d8185; font-size: 12px; }
.home-tour__hint span { color: var(--orange); font-weight: 800; }
.benefits-heading { display: grid; grid-template-columns: 1fr .78fr; gap: 26px; align-items: stretch; margin-bottom: 26px; }
.benefits-heading > div:first-child { display: flex; justify-content: center; flex-direction: column; padding: clamp(34px,5vw,68px); border-radius: var(--radius); background: #fff; }
.benefits-heading h2 { max-width: 720px; margin: 18px 0 0; font-size: clamp(38px,4.5vw,64px); }
.benefits-heading__image { min-height: 430px; overflow: hidden; border-radius: var(--radius); }
.benefits-heading__image img { width: 100%; height: 100%; object-fit: cover; }
.benefits-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 16px; }
.benefit { display: grid; min-height: 250px; align-content: space-between; padding: 28px; border: 1px solid rgba(8,125,153,.13); border-radius: 24px; background: #fff; box-shadow: 0 18px 45px rgba(7,92,115,.07); transition: transform .25s ease,box-shadow .25s ease,border-color .25s ease; }
.benefit:hover { border-color: rgba(245,130,32,.38); box-shadow: 0 24px 55px rgba(7,92,115,.13); transform: translateY(-4px); }
.benefit__num { display: grid; width: 44px; height: 44px; margin-bottom: 40px; place-items: center; color: #fff; background: var(--forest); border-radius: 50%; font-size: 12px; font-weight: 750; }
.benefit h3 { margin: 0 0 10px; font-family: var(--site-font); font-size: 22px; font-weight: 650; }
.benefit p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.65; }
.benefit:first-child { color: #fff; background: var(--forest); }
.benefit:first-child .benefit__num { color: var(--forest); background: var(--lime); }
.benefit:first-child p { color: rgba(255,255,255,.74); }

/* Steps and CTA */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 48px; }
.step { position: relative; min-height: 270px; padding: 30px; overflow: hidden; border: 1px solid rgba(8,125,153,.18); border-radius: 24px; background: linear-gradient(145deg,#fff 35%,#f0f8fa 100%); box-shadow: 0 18px 48px rgba(7,92,115,.1); transition: border-color .25s, box-shadow .25s, transform .25s; }
.step::before { position: absolute; top: 0; right: 0; left: 0; height: 5px; background: linear-gradient(90deg,var(--forest),var(--lime)); content: ""; }
.step:hover { border-color: rgba(245,130,32,.5); box-shadow: 0 24px 58px rgba(7,92,115,.16); transform: translateY(-5px); }
.step__num { color: var(--forest); font-size: 12px; font-weight: 750; letter-spacing: .12em; }
.step h3 { margin: 62px 0 10px; font-family: var(--site-font); font-size: 26px; font-weight: 600; }
.step p { margin: 0; color: var(--muted); font-size: 14px; }
.cta { padding: 110px 0; }
.cta__box { position: relative; overflow: hidden; padding: 80px 30px; color: #fff; text-align: center; border-radius: 38px; background: var(--forest); }
.cta__box::before { position: absolute; inset: 0; opacity: .42; background: linear-gradient(rgba(3,51,65,.38), rgba(3,51,65,.88)), var(--cta-image) center/cover; content: ""; }
.cta__content { position: relative; z-index: 1; }
.cta h2 { max-width: 850px; margin: 18px auto 20px; }
.cta p { max-width: 620px; margin: 0 auto 30px; color: rgba(255,255,255,.9); }
.cta .eyebrow { color: var(--lime); }
.home-map { padding-top: 30px; }
.home-map__frame { height: 600px; overflow: hidden; border: 1px solid var(--line); border-radius: 32px; background: var(--sand); box-shadow: 0 24px 65px rgba(3,48,61,.13); }
.home-map__frame iframe { display: block; width: 100%; height: 100%; border: 0; }

/* Footer and generic pages */
.footer { position: relative; isolation: isolate; overflow: hidden; padding: 72px 0 28px; color: #fff; background: #092f39; }
.footer::before, .footer::after { position: absolute; inset: -22px; z-index: -2; pointer-events: none; content: ""; }
.footer::before { background: var(--footer-background) center/cover no-repeat; filter: blur(var(--footer-background-blur,6px)); transform: scale(1.025); }
.footer::after { z-index: -1; background: rgba(5,20,25,var(--footer-background-overlay,.84)); }
.footer > .container { position: relative; z-index: 1; }
.footer__grid { display: grid; grid-template-columns: 1.4fr .7fr .9fr; gap: 60px; }
.footer__about p { max-width: 440px; margin: 22px 0 0; color: rgba(255,255,255,.96); }
.footer-socials { margin-top: 30px; }
.footer-socials > span { display: block; margin-bottom: 12px; color: #fff; font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.footer-socials > div { display: flex; flex-wrap: wrap; gap: 10px; }
.footer-socials a { display: grid; width: 43px; height: 43px; place-items: center; border: 0; border-radius: 50%; background: transparent; box-shadow: none; transition: filter .2s, transform .2s; }
.footer-socials a:hover { filter: drop-shadow(0 7px 12px rgba(245,130,32,.38)); transform: translateY(-3px) scale(1.06); }
.footer-socials img { width: 43px; height: 43px; object-fit: contain; }
.footer__title { margin-bottom: 18px; color: var(--lime); font-size: 11px; font-weight: 750; letter-spacing: .14em; text-transform: uppercase; }
.footer__links { display: grid; gap: 11px; color: #fff; }
.footer__links a:hover { color: var(--lime); }
.footer__bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 52px; padding-top: 23px; color: rgba(255,255,255,.78); border-top: 1px solid rgba(255,255,255,.18); font-size: 12px; }
.floating-call { position: fixed; right: 18px; bottom: 18px; z-index: 45; display: none; width: 58px; height: 58px; place-items: center; color: var(--forest); background: var(--lime); border-radius: 50%; box-shadow: 0 14px 35px rgba(13,46,39,.25); }
.floating-call svg { width: 22px; }
.page-hero { padding: 180px 0 80px; color: #fff; background: var(--forest); }
.page-hero h1 { max-width: 900px; margin: 18px 0 0; font-size: clamp(50px, 7vw, 86px); line-height: 1; }
.page-hero--image { position: relative; height: 1040px; min-height: 1040px; display: flex; align-items: flex-end; overflow: hidden; background: var(--forest); }
.page-hero--image::before { position: absolute; inset: 0; background: linear-gradient(0deg,rgba(3,8,10,.9),rgba(3,8,10,.3)),var(--page-image) center/cover; content: ""; }
.page-hero--image .container { position: relative; z-index: 1; }
.page-hero--image .eyebrow { color: var(--lime); }
.page-hero--image p { max-width: 650px; margin: 20px 0 0; color: #fff; font-size: 18px; font-weight: 500; text-shadow: 0 2px 16px rgba(0,0,0,.55); }
.content-wrap { padding: 80px 0 110px; }
.entry-content { width: 100%; max-width: none; font-size: 18px; }
.entry-content > * + * { margin-top: 1.5em; }
.entry-content h2 { margin-top: 1.6em; font-size: clamp(34px,4vw,50px); }
.entry-content a { color: var(--forest); text-decoration: underline; text-underline-offset: 3px; }
.entry-content a:hover, .price-nav a:hover, .service-price-card > a:hover, .review-card__more:hover { color: var(--lime); }
.archive-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.page-layout { display: grid; grid-template-columns: minmax(0,1fr); gap: 0; align-items: start; }
.page-layout--wide { grid-template-columns: minmax(0, 1fr); }
.page-layout--wide > .entry-content { width: 100%; max-width: none; }
.section-archive { margin-top: 72px; }
.section-archive__head { max-width: 820px; margin-bottom: 34px; }
.entry-content .section-archive__head h2 { margin: 14px 0 0; font-size: clamp(36px,4vw,58px); }
.section-archive__grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 20px; }
.entry-content .section-archive-card { position: relative; display: block; min-height: 430px; overflow: hidden; color: #fff; border-radius: 26px; box-shadow: 0 18px 48px rgba(7,92,115,.13); text-decoration: none; }
.section-archive-card > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .55s ease; }
.section-archive-card__shade { position: absolute; inset: 0; background: linear-gradient(0deg,rgba(3,42,54,.96),rgba(3,42,54,.08) 72%); }
.section-archive-card__body { position: absolute; right: 26px; bottom: 24px; left: 26px; z-index: 1; display: flex; align-items: flex-start; flex-direction: column; padding-right: 64px; }
.section-archive-card__body small { margin-bottom: 11px; color: var(--lime); font-size: 10px; font-style: normal; font-weight: 750; letter-spacing: .12em; text-transform: uppercase; }
.section-archive-card__body strong { font-size: clamp(23px,2vw,31px); font-weight: 650; line-height: 1.12; }
.section-archive-card__body > span { margin-top: 11px; color: rgba(255,255,255,.88); font-size: 13px; line-height: 1.5; }
.section-archive-card__body i { position: absolute; right: 0; bottom: 0; display: flex; width: 46px; height: 46px; align-items: center; justify-content: center; padding: 0; color: #fff; border-radius: 50%; background: var(--lime); font-size: 0; font-style: normal; line-height: 1; transition: transform .25s ease; }
.section-archive-card:hover > img { transform: scale(1.055); }
.section-archive-card:hover .section-archive-card__body i { transform: translate(3px,-3px); }

/* Privacy, discount form and cookie consent */
.privacy-open { overflow: hidden; }
.discount-popup { position: fixed; inset: 0; z-index: 1200; display: grid; place-items: center; padding: 28px; opacity: 0; visibility: hidden; transition: opacity .3s ease, visibility .3s ease; }
.discount-popup.is-open { opacity: 1; visibility: visible; }
.discount-popup__backdrop { position: absolute; inset: 0; background: rgba(7, 29, 25, .68); backdrop-filter: blur(8px); }
.discount-popup__dialog { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(220px, .78fr) minmax(320px, 1.22fr); width: min(780px, 100%); max-height: calc(100vh - 56px); overflow: auto; background: #fbfaf5; border-radius: 24px; box-shadow: 0 28px 90px rgba(0, 25, 18, .28); transform: translateY(18px) scale(.98); transition: transform .35s ease; }
.discount-popup.is-open .discount-popup__dialog { transform: none; }
.discount-popup__close { position: absolute; z-index: 2; top: 12px; right: 12px; width: 38px; height: 38px; border: 1px solid rgba(13, 54, 45, .14); border-radius: 50%; background: rgba(251, 250, 245, .92); color: var(--forest); font-size: 24px; line-height: 1; cursor: pointer; }
.discount-popup__media { min-height: 100%; overflow: hidden; border-radius: 24px 0 0 24px; }
.discount-popup__media img { width: 100%; height: 100%; object-fit: cover; }
.discount-popup__content { padding: clamp(26px, 3.2vw, 38px); }
.discount-popup__content h2 { margin: 10px 0; font-size: clamp(28px, 3vw, 40px); line-height: 1.05; }
.discount-popup__content > p { color: var(--muted); margin-bottom: 17px; font-size: 14px; }
.discount-form { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.discount-form label { display: grid; gap: 6px; font-size: 12px; font-weight: 600; color: var(--muted); }
.discount-form label:nth-of-type(4), .discount-form .form-consent { grid-column: 1 / -1; }
.discount-form input:not([type="checkbox"]), .discount-form textarea { width: 100%; border: 1px solid #d9ddd5; border-radius: 10px; padding: 10px 12px; background: #fff; color: var(--forest); font: inherit; outline: none; }
.discount-form input:focus, .discount-form textarea:focus { border-color: var(--forest); box-shadow: 0 0 0 3px rgba(13, 54, 45, .08); }
.form-consent { display: flex !important; grid-template-columns: none !important; align-items: flex-start; gap: 10px !important; font-size: 12px !important; line-height: 1.45; color: var(--muted); }
.form-consent input { flex: 0 0 auto; width: 18px; height: 18px; margin-top: 1px; accent-color: var(--forest); }
.form-consent a { color: var(--forest); text-decoration: underline; text-underline-offset: 2px; }
.form-honeypot { position: absolute !important; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.discount-form .button { border: 0; cursor: pointer; }
.discount-form__decline { border: 0; background: transparent; color: var(--muted); cursor: pointer; font: inherit; font-weight: 600; }
.form-message { padding: 18px; border-radius: 14px; font-weight: 600; }
.form-message--success { background: #e3f4d5; color: var(--forest); }
.form-message--error { margin-bottom: 14px; background: #fae3df; color: #8b2d22; }
.cookie-banner { position: fixed; z-index: 1100; left: 50%; bottom: 22px; display: flex; align-items: center; gap: 28px; width: min(1180px, calc(100% - 32px)); padding: 18px 20px 18px 24px; border: 1px solid rgba(13, 54, 45, .12); border-radius: 20px; background: rgba(251, 250, 245, .97); box-shadow: 0 18px 60px rgba(0, 25, 18, .18); backdrop-filter: blur(14px); opacity: 0; visibility: hidden; transform: translate(-50%, 20px); transition: .3s ease; }
.cookie-banner.is-open { opacity: 1; visibility: visible; transform: translate(-50%, 0); }
.cookie-banner__copy { flex: 1; }
.cookie-banner__copy strong { display: block; margin-bottom: 4px; color: var(--forest); }
.cookie-banner__copy p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.5; }
.cookie-banner__copy a { color: var(--forest); text-decoration: underline; }
.cookie-banner__actions { display: flex; gap: 8px; flex: 0 0 auto; }
.cookie-banner .button { border: 1px solid rgba(13, 54, 45, .16); cursor: pointer; white-space: nowrap; }
.cookie-banner .button--outline { color: var(--forest); border-color: rgba(23, 63, 53, .24); background: #fff; backdrop-filter: none; }
.cookie-banner .button--outline:hover { color: #fff; border-color: var(--forest); background: var(--forest); }
.footer__legal { display: flex; flex-wrap: wrap; gap: 10px 24px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.12); }
.footer__legal a { color: rgba(255,255,255,.86); font-size: 12px; }
.footer__legal a:hover { color: var(--lime); }
.page-media { margin-top: 60px; }
.page-gallery { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 14px; }
.page-gallery a { display: block; aspect-ratio: 1.25; overflow: hidden; border-radius: 18px; background: var(--sand); }
.page-gallery img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.page-gallery a:hover img { transform: scale(1.045); }
.page-videos { display: grid; gap: 24px; }
.page-videos article { padding: 20px; border-radius: 22px; background: #fff; box-shadow: var(--shadow); }
.page-videos h3 { margin-bottom: 14px; font-size: 22px; }
.video-frame { position: relative; aspect-ratio: 16/9; overflow: hidden; border-radius: 14px; background: var(--forest-deep); }
.video-frame iframe,.video-frame video { display: block; width: 100%; height: 100%; border: 0; object-fit: cover; }
.video-placeholder { display: grid; height: 100%; place-content: center; justify-items: center; gap: 16px; padding: 30px; color: #fff; text-align: center; background: radial-gradient(circle at 50% 30%,rgba(255,255,255,.13),transparent 38%),linear-gradient(145deg,#075c73,#043845); }
.video-placeholder span { display: grid; width: 70px; height: 70px; place-items: center; padding-left: 4px; border: 1px solid rgba(255,255,255,.55); border-radius: 50%; background: rgba(255,255,255,.1); font-size: 25px; }
.video-placeholder strong { max-width: 360px; font-size: 13px; letter-spacing: .04em; }
.embedded-tour { margin: 76px 0; }
.embedded-tour__head { display: grid; grid-template-columns: 1.15fr .85fr; gap: 40px; align-items: end; margin-bottom: 28px; }
.entry-content .embedded-tour__head h2 { margin: 14px 0 0; font-size: clamp(34px,4vw,54px); }
.embedded-tour__head p { margin: 0; color: var(--muted); font-size: 16px; line-height: 1.65; }
.embedded-tour__frame { overflow: hidden; border: 1px solid rgba(8,125,153,.2); border-radius: 26px; background: #063e4d; box-shadow: 0 24px 65px rgba(3,48,61,.16); }
.embedded-tour__bar { display: flex; height: 48px; align-items: center; gap: 7px; padding: 0 17px; color: #657c81; background: #f4f8f8; }
.embedded-tour__bar span { width: 9px; height: 9px; border-radius: 50%; background: #cbd9db; }
.embedded-tour__bar span:first-child { background: var(--orange); }
.embedded-tour__bar strong { margin-left: 8px; font-size: 9px; letter-spacing: .1em; text-transform: uppercase; }
.embedded-tour__frame iframe { display: block; width: 100%; height: auto; aspect-ratio: 16/9; border: 0; }
.entry-content .embedded-tour__open,.embedded-tour__open { display: table; margin: 14px 0 0 auto; color: var(--forest); font-size: 13px; font-weight: 750; text-decoration: none; }
.catalog-media { margin-top: 90px; }
.reviews-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; margin-top: 35px; }
.review-card { position: relative; display: flex; min-height: 310px; flex-direction: column; padding: 30px; overflow: hidden; border: 1px solid rgba(8,92,115,.14); border-radius: 24px; background: rgba(255,255,255,.94); box-shadow: 0 16px 42px rgba(8,45,55,.08); transition: border-color .25s ease, box-shadow .25s ease, transform .25s ease; }
.review-card:hover { border-color: rgba(245,130,32,.42); box-shadow: 0 22px 52px rgba(8,45,55,.14); transform: translateY(-4px); }
.review-card__quote { position: absolute; top: -8px; right: 20px; opacity: .12; color: var(--forest); font-size: 110px; font-weight: 800; line-height: 1; }
.review-card time { position: relative; display: inline-flex; width: max-content; max-width: calc(100% - 38px); margin-bottom: 20px; padding: 6px 10px; color: #754018; border-radius: 999px; background: rgba(245,130,32,.13); font-size: 11px; font-weight: 650; line-height: 1.2; }
.review-card h2 { position: relative; margin: 0 0 14px; color: var(--ink); font-size: 24px; line-height: 1.15; }
.entry-content .review-card h2 a, .entry-content .review-card__more { color: inherit; text-decoration: none; }
.review-card p { position: relative; margin-bottom: 22px; color: var(--muted); font-size: 15px; line-height: 1.55; }
.review-card__more { display: inline-flex; width: max-content; align-items: center; margin-top: auto; color: var(--forest) !important; font-size: 14px; font-weight: 700; text-decoration: none !important; }
.review-single { max-width: 900px; }
.pagination ul { display: inline-flex; width: auto; align-items: center; flex-wrap: wrap; gap: 9px; margin: 38px 0 0; padding: 0; list-style: none; }
.pagination li { margin: 0; padding: 0; }
.pagination .prev, .pagination .next, .pagination a.prev, .pagination a.next, .pagination li:has(> a.prev), .pagination li:has(> a.next) { display: none !important; }
.entry-content .pagination a, .pagination a, .pagination span { display: grid; width: 44px; min-width: 44px; height: 44px; padding: 0; place-items: center; color: var(--ink); border: 1px solid rgba(8,92,115,.18); border-radius: 50%; background: rgba(255,255,255,.72); box-shadow: 0 8px 22px rgba(8,45,55,.07); font-size: 14px; font-weight: 650; line-height: 1; text-decoration: none; transition: color .2s ease, border-color .2s ease, background .2s ease, box-shadow .2s ease, transform .2s ease; }
.entry-content .pagination a:hover, .pagination a:hover { color: #fff; border-color: var(--lime); background: var(--lime); box-shadow: 0 10px 26px rgba(245,130,32,.24); transform: translateY(-2px); }
.pagination .current { color: #fff; border-color: var(--forest); background: var(--forest); box-shadow: 0 11px 28px rgba(8,92,115,.24); }
.pagination .dots { border-color: transparent; background: transparent; box-shadow: none; }

@media (max-width: 760px) {
  .discount-popup { padding: 10px; }
  .discount-popup__dialog { grid-template-columns: 1fr; max-height: calc(100vh - 20px); max-height: calc(100dvh - 20px); border-radius: 18px; }
  .discount-popup__close { top: 8px; right: 8px; width: 32px; height: 32px; font-size: 20px; }
  .discount-popup__media { height: 92px; min-height: 0; border-radius: 18px 18px 0 0; }
  .discount-popup__content { padding: 16px 18px 17px; }
  .discount-popup__content .eyebrow { font-size: 9px; }
  .discount-popup__content h2 { margin: 4px 0 6px; font-size: 24px; line-height: 1.02; }
  .discount-popup__content > p { margin-bottom: 9px; font-size: 12px; line-height: 1.35; }
  .discount-form { grid-template-columns: 1fr; gap: 6px; }
  .discount-form label { gap: 3px; font-size: 10px; }
  .discount-form input:not([type="checkbox"]), .discount-form textarea { padding: 7px 10px; border-radius: 8px; font-size: 13px; line-height: 1.2; }
  .discount-form textarea { min-height: 48px; height: 48px; resize: vertical; }
  .discount-form .form-consent { gap: 7px !important; font-size: 9.5px !important; line-height: 1.28; }
  .discount-form .form-consent input { width: 15px; height: 15px; }
  .discount-form .button { min-height: 41px; padding: 0 16px; font-size: 13px; }
  .discount-form__decline { min-height: 28px; font-size: 12px; }
  .discount-form label:nth-of-type(4), .discount-form .form-consent { grid-column: auto; }
  .cookie-banner { bottom: 10px; display: grid; gap: 14px; width: calc(100% - 20px); padding: 18px; border-radius: 16px; }
  .cookie-banner__actions { display: grid; grid-template-columns: 1fr; }
  .cookie-banner .button { width: 100%; }
  .page-gallery, .reviews-grid { grid-template-columns: 1fr; }
}
@media (max-width: 760px) and (max-height: 700px) {
  .discount-popup__media { display: none; }
  .discount-popup__dialog { border-radius: 18px; }
}
.page-contact { padding: 27px; color: #fff; border: 1px solid rgba(255,255,255,.2); background: linear-gradient(145deg,rgba(8,12,14,.78),rgba(16,22,24,.62)); border-radius: 22px; box-shadow: 0 20px 48px rgba(0,0,0,.18), inset 0 1px 0 rgba(255,255,255,.08); backdrop-filter: blur(14px) saturate(.86); -webkit-backdrop-filter: blur(14px) saturate(.86); }
.page-contact small { display: block; color: var(--lime); text-transform: uppercase; letter-spacing: .1em; }
.page-contact strong { display: block; margin: 15px 0; font-family: var(--site-font); font-size: 23px; font-weight: 600; }
.page-contact p { color: rgba(255,255,255,.92); font-size: 13px; }
.page-contact .button { width: 100%; }
.page-contact--wide { display: grid; grid-template-columns: minmax(250px,.8fr) minmax(300px,1.2fr) minmax(210px,auto); gap: clamp(28px,4vw,70px); align-items: center; width: 100%; margin-top: 72px; padding: clamp(30px,4vw,48px); border-radius: 28px; }
.page-contact--wide strong { margin: 12px 0 0; font-size: clamp(24px,2.5vw,34px); }
.page-contact--wide p { max-width: 560px; margin: 0; font-size: 16px; line-height: 1.65; }
.page-contact--wide .button { width: auto; min-width: 210px; margin: 0; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }

/* Catalog */
.catalog-hero { padding: 190px 0 90px; color: #fff; background: var(--forest-deep); }
.catalog-hero--image { position: relative; display: flex; height: 1040px; min-height: 1040px; align-items: flex-end; overflow: hidden; }
.catalog-hero--image::before { position: absolute; inset: 0; background: linear-gradient(0deg,rgba(3,8,10,.91),rgba(3,8,10,.3)),var(--catalog-hero-image) center/cover; content: ""; }
.catalog-hero--image .container { position: relative; z-index: 1; }
.catalog-hero .eyebrow { color: var(--lime); }
.catalog-hero h1 { max-width: 980px; margin: 18px 0 24px; font-size: clamp(56px,7vw,96px); line-height: .98; }
.catalog-hero p { max-width: 650px; margin: 0; color: #fff; font-size: 18px; font-weight: 500; text-shadow: 0 2px 16px rgba(0,0,0,.55); }
.catalog-types { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.type-card { position: relative; min-height: 540px; overflow: hidden; color: #fff; border-radius: var(--radius); }
.type-card > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.type-card:hover > img { transform: scale(1.05); }
.type-card__shade { position: absolute; inset: 0; background: linear-gradient(0deg,rgba(3,45,57,.95),rgba(3,45,57,.04) 70%); }
.type-card__body { position: absolute; right: 28px; bottom: 28px; left: 28px; z-index: 2; display: grid; }
.type-card__body small { margin-bottom: 12px; color: var(--lime); font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.type-card__body strong { font-family: var(--site-font); font-size: 34px; font-weight: 600; }
.type-card__body > span { margin-top: 8px; color: rgba(255,255,255,.9); font-size: 14px; }
.catalog-filters { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 42px; }
.catalog-filters a { padding: 12px 19px; border: 1px solid var(--line); border-radius: 999px; font-size: 13px; font-weight: 650; }
.catalog-filters a:hover { color: #fff; background: var(--lime); border-color: var(--lime); }
.catalog-filters a.is-active { color: #fff; background: var(--forest); border-color: var(--forest); }
.catalog-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.catalog-card { overflow: hidden; background: #fff; border-radius: 24px; box-shadow: 0 14px 45px rgba(15,48,40,.07); }
.catalog-card__image { display: block; height: 330px; overflow: hidden; }
.catalog-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.catalog-card:hover .catalog-card__image img { transform: scale(1.05); }
.catalog-card__body { padding: 25px; }
.catalog-card__type { color: var(--muted); font-size: 10px; font-weight: 750; letter-spacing: .13em; text-transform: uppercase; }
.catalog-card h2 { margin: 11px 0 10px; font-size: 27px; line-height: 1.12; }
.catalog-card p { min-height: 66px; margin-bottom: 18px; color: var(--muted); font-size: 14px; }
.catalog-card__footer { display: flex; align-items: center; justify-content: space-between; gap: 14px; padding-top: 17px; border-top: 1px solid var(--line); color: var(--muted); font-size: 13px; }
.catalog-card .round-link { color: #fff; background: var(--forest); }
.navigation.pagination { margin-top: 44px; }
.nav-links { display: flex; gap: 8px; }
.nav-links > a.page-numbers, .nav-links > span.page-numbers { display: grid; min-width: 42px; height: 42px; place-items: center; border: 1px solid var(--line); border-radius: 50%; }
.nav-links > .page-numbers.current { color: #fff; background: var(--forest); }

/* Stay details and gallery */
.stay-hero { padding: 170px 0 70px; background: var(--cream); }
.stay-hero--image { position: relative; display: flex; height: 1040px; min-height: 1040px; align-items: flex-end; overflow: hidden; color: #fff; background: var(--forest-deep); }
.stay-hero--image::before { position: absolute; inset: 0; background: linear-gradient(0deg,rgba(3,8,10,.92),rgba(3,8,10,.32)),var(--stay-hero-image) center/cover; content: ""; }
.stay-hero--image .container { position: relative; z-index: 1; }
.stay-hero--image .breadcrumbs, .stay-hero--image .breadcrumbs a { color: #fff; text-shadow: 0 2px 12px rgba(0,0,0,.65); }
.stay-hero--image p { color: #fff !important; font-weight: 500; text-shadow: 0 2px 16px rgba(0,0,0,.7); }
.stay-hero--image .eyebrow { color: #ff9b43; font-size: 13px; text-shadow: 0 2px 12px rgba(0,0,0,.75); }
.stay-hero h1 { max-width: 1000px; margin: 17px 0 20px; font-size: clamp(55px,7.5vw,100px); line-height: .98; }
.stay-hero p { max-width: 680px; margin: 0; color: var(--muted); font-size: 18px; }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 42px; color: var(--muted); font-size: 12px; }
.stay-gallery { display: grid; grid-template-columns: 2fr 1fr 1fr; grid-template-rows: 270px 270px; gap: 12px; margin-top: 44px; }
.stay-gallery__item { position: relative; overflow: hidden; border-radius: 18px; }
.stay-gallery__item--main { grid-row: span 2; }
.stay-gallery__item:nth-child(n+6) { display: none; }
.stay-gallery__item img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.stay-gallery__item:hover img { transform: scale(1.04); }
.stay-gallery__count { position: absolute; right: 15px; bottom: 15px; padding: 10px 14px; color: var(--ink); background: rgba(255,255,255,.92); border-radius: 999px; font-size: 12px; font-weight: 700; }
.stay-layout { display: grid; grid-template-columns: minmax(0,1fr) 370px; gap: 80px; align-items: start; }
.stay-layout > article > h2 { margin: 18px 0 25px; font-size: clamp(40px,4vw,60px); }
.stay-booking { position: sticky; top: 105px; padding: 34px; color: #fff; border: 1px solid rgba(255,255,255,.2); background: linear-gradient(145deg,rgba(8,12,14,.8),rgba(16,22,24,.64)); border-radius: 26px; box-shadow: 0 24px 65px rgba(0,0,0,.2), inset 0 1px 0 rgba(255,255,255,.08); backdrop-filter: blur(14px) saturate(.86); -webkit-backdrop-filter: blur(14px) saturate(.86); }
.stay-booking__label { display: inline-flex; padding: 7px 10px; color: #fff; background: var(--lime); border-radius: 8px; font-size: 12px; font-weight: 800; letter-spacing: .12em; line-height: 1; text-transform: uppercase; }
.stay-booking dl { margin: 25px 0; }
.stay-booking dl > div { display: flex; justify-content: space-between; gap: 20px; padding: 17px 0; border-bottom: 1px solid rgba(255,255,255,.2); }
.stay-booking dt { color: #fff; font-size: 15px; }
.stay-booking dd { margin: 0; color: #fff; text-align: right; font-size: 15px; font-weight: 700; }
.stay-booking p { color: #fff; font-size: 15px; line-height: 1.55; }
.stay-booking .button { width: 100%; padding: 15px; font-size: 14px; }
.amenities { margin-top: 64px; padding-top: 46px; border-top: 1px solid var(--line); }
.amenities h2 { margin-bottom: 28px; font-size: clamp(38px,4vw,52px); }
.amenities__grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 14px; }
.amenities__grid div { display: flex; min-height: 68px; align-items: center; gap: 14px; padding: 15px 18px; color: var(--ink); border: 1px solid rgba(8,125,153,.15); border-radius: 16px; background: linear-gradient(145deg,#fff,#edf7f9); box-shadow: 0 10px 28px rgba(7,92,115,.07); font-size: 16px; font-weight: 650; }
.amenities__grid span { display: grid; width: 36px; height: 36px; flex: 0 0 auto; place-items: center; color: #fff; background: var(--success); border: 2px solid rgba(255,255,255,.65); border-radius: 50%; box-shadow: 0 7px 17px rgba(40,157,91,.24); font-size: 17px; font-weight: 800; line-height: 1; }
.lightbox { position: fixed; inset: 0; z-index: 100; display: grid; visibility: hidden; place-items: center; padding: 40px; opacity: 0; background: rgba(3,18,15,.96); transition: opacity .25s,visibility .25s; }
.lightbox.is-open { visibility: visible; opacity: 1; }
.lightbox img { max-width: min(1200px,90vw); max-height: 86vh; object-fit: contain; }
.lightbox button { position: absolute; display: grid; width: 48px; height: 48px; place-items: center; color: #fff; border: 1px solid rgba(255,255,255,.3); border-radius: 50%; background: rgba(255,255,255,.08); font-size: 24px; cursor: pointer; }
.lightbox__close { top: 22px; right: 22px; }
.lightbox__prev { left: 22px; }
.lightbox__next { right: 22px; }

/* Prices */
.prices-hero { position: relative; display: flex; height: 1040px; min-height: 1040px; align-items: flex-end; overflow: hidden; color: #fff; background: var(--forest-deep); }
.prices-hero__media { position: absolute; inset: 0; }
.prices-hero__media::after { position: absolute; inset: 0; background: linear-gradient(90deg,rgba(3,8,10,.92),rgba(3,8,10,.46) 65%,rgba(3,8,10,.22)); content: ""; }
.prices-hero__media img { width: 100%; height: 100%; object-fit: cover; }
.prices-hero__content { position: relative; z-index: 1; padding: 185px 0 82px; }
.prices-hero .eyebrow { color: var(--lime); }
.prices-hero h1 { max-width: 950px; margin: 18px 0 24px; font-size: clamp(66px,8vw,112px); line-height: .93; }
.prices-hero__content > p { max-width: 620px; color: rgba(255,255,255,.92); font-size: 18px; }
.prices-hero__facts { display: flex; flex-wrap: wrap; gap: 1px; margin-top: 42px; }
.prices-hero__facts div { min-width: 190px; padding: 18px 24px; background: rgba(255,255,255,.1); backdrop-filter: blur(12px); }
.prices-hero__facts div:first-child { border-radius: 16px 0 0 16px; }
.prices-hero__facts div:last-child { border-radius: 0 16px 16px 0; }
.prices-hero__facts strong { display: block; font-family: var(--site-font); font-size: 24px; font-weight: 600; }
.prices-hero__facts span { color: rgba(255,255,255,.88); font-size: 11px; }
.price-nav { position: sticky; top: 74px; z-index: 20; background: rgba(248,246,239,.94); border-bottom: 1px solid var(--line); backdrop-filter: blur(14px); }
.admin-bar .price-nav { top: 106px; }
.price-nav .container { display: flex; gap: 32px; overflow-x: auto; scrollbar-width: none; }
.price-nav .container::-webkit-scrollbar { display: none; }
.price-nav a { flex: 0 0 auto; padding: 19px 0; color: var(--muted); font-size: 14px; font-weight: 700; }
.price-nav a:hover { color: var(--lime); }
.price-alert { position: relative; display: grid; grid-template-columns: 1fr auto; gap: 6px 30px; margin-bottom: 90px; padding: 34px 36px; overflow: hidden; background: var(--lime); border-radius: 24px; }
.price-alert::after { position: absolute; top: 50%; right: 22%; opacity: .64; color: #fff; font-family: var(--site-font); font-size: 176px; font-weight: 700; line-height: 1; content: "%"; transform: translateY(-48%); }
.price-alert > * { position: relative; z-index: 1; }
.price-alert > span { color: #151515; font-size: 10px; font-weight: 750; letter-spacing: .13em; text-transform: uppercase; }
.price-alert strong { grid-column: 1; color: #101010; font-family: var(--site-font); font-size: clamp(27px,3vw,39px); font-weight: 600; }
.price-alert p { grid-column: 1; max-width: 670px; margin: 4px 0 0; color: #171717; font-size: 14px; font-weight: 500; }
.price-alert a { grid-column: 2; grid-row: 1 / span 3; align-self: center; padding: 13px 18px; color: #fff; background: var(--forest); border-radius: 999px; font-size: 12px; font-weight: 700; white-space: nowrap; }
.price-heading { margin-bottom: 30px; }
.price-heading--second { margin-top: 90px; }
.price-table-wrap { overflow: hidden; background: rgba(255,255,255,.9); border: 1px solid var(--line); border-radius: 24px; box-shadow: 0 18px 55px rgba(13,46,39,.08); }
.price-table { width: 100%; border-collapse: collapse; }
.price-table th { padding: 16px 22px; color: var(--muted); background: #efede5; font-size: 10px; font-weight: 750; letter-spacing: .09em; text-align: left; text-transform: uppercase; }
.price-table td { padding: 18px 22px; border-top: 1px solid var(--line); font-size: 15px; transition: background .2s ease; }
.price-table tbody tr:hover td { background: rgba(8,92,115,.035); }
.price-table td:first-child { width: 38%; font-weight: 650; }
.price-table td:first-child a { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.price-table td:first-child a span { position: relative; display: block; flex: 0 0 30px; width: 30px; height: 30px; opacity: 1; color: var(--forest); border: 1px solid rgba(8,92,115,.18); border-radius: 50%; background: rgba(255,255,255,.8); font-size: 0; line-height: 0; }
.price-table td:first-child a span::before { position: absolute; top: 50%; left: 50%; display: block; width: 14px; height: 14px; background: currentColor; content: ""; transform: translate(calc(-50% - 1px),calc(-50% + 1px)); -webkit-mask: url("assets/images/menu-arrow-up-right.svg") center/contain no-repeat; mask: url("assets/images/menu-arrow-up-right.svg") center/contain no-repeat; }
.price-table td:first-child a:hover { color: var(--lime); }
.price-table td:last-child strong { color: var(--forest); font-family: var(--site-font); font-size: 20px; font-weight: 600; white-space: nowrap; }
.price-included { border: 1px solid rgba(255,255,255,.18); background: linear-gradient(135deg,rgba(7,11,13,.8),rgba(16,21,23,.66)); border-radius: 46px; box-shadow: 0 28px 70px rgba(0,0,0,.18), inset 0 1px 0 rgba(255,255,255,.07); backdrop-filter: blur(16px) saturate(.84); -webkit-backdrop-filter: blur(16px) saturate(.84); }
.price-included__layout { display: grid; grid-template-columns: 1.15fr .85fr; gap: 80px; align-items: center; }
.price-included h2 { margin: 18px 0 24px; }
.price-included p { max-width: 680px; color: rgba(255,255,255,.92); font-size: 16px; line-height: 1.75; }
.unlimited-prices { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.unlimited-prices div { padding: 30px; color: var(--ink); background: var(--lime); border-radius: 22px; }
.unlimited-prices div:last-child { background: #fff; }
.unlimited-prices strong { display: block; font-family: var(--site-font); font-size: 42px; font-weight: 600; }
.unlimited-prices span { color: var(--muted); font-size: 12px; line-height: 1.5; }
.service-price-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.service-price-card { position: relative; padding: 32px; background: #fff; border: 1px solid var(--line); border-radius: 24px; }
.service-price-card__num { display: grid; width: 38px; height: 38px; place-items: center; background: var(--lime); border-radius: 50%; font-size: 11px; font-weight: 750; }
.service-price-card h3 { margin: 45px 0 20px; font-family: var(--site-font); font-size: 31px; font-weight: 600; }
.service-price-card dl { margin: 0; }
.service-price-card dl > div { display: flex; align-items: start; justify-content: space-between; gap: 20px; padding: 13px 0; border-bottom: 1px solid var(--line); }
.service-price-card dt { color: var(--muted); font-size: 13px; }
.service-price-card dd { margin: 0; font-size: 13px; font-weight: 700; text-align: right; white-space: nowrap; }
.service-price-card p { margin: 20px 0 0; color: var(--muted); font-size: 12px; }
.service-price-card > a { display: inline-block; margin-top: 17px; color: var(--forest); font-size: 12px; font-weight: 700; }
.compact-prices { overflow: hidden; background: #fff; border-radius: 24px; }
.compact-prices > div { display: grid; grid-template-columns: 1fr auto; gap: 30px; padding: 17px 24px; border-bottom: 1px solid var(--line); }
.compact-prices > div:last-child { border-bottom: 0; }
.compact-prices span { color: var(--muted); font-size: 13px; }
.compact-prices strong { font-size: 13px; white-space: nowrap; }
.price-notes { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; margin: 0; padding: 0; list-style: none; counter-reset: price-notes; }
.price-notes li { min-height: 170px; padding: 25px; background: #fff; border: 1px solid var(--line); border-radius: 20px; counter-increment: price-notes; }
.price-notes li::before { display: block; margin-bottom: 35px; color: var(--muted); font-size: 11px; font-weight: 750; content: "0" counter(price-notes); }
.price-notes span { color: #4e615b; font-size: 13px; line-height: 1.6; }
.price-cta { padding-top: 0; }

/* Reveal animation */
[data-reveal] { opacity: 0; transform: translateY(24px); transition: opacity .75s ease, transform .75s cubic-bezier(.2,.7,.2,1); }
[data-reveal].is-visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; } [data-reveal] { opacity: 1; transform: none; } }

@media (max-width: 1050px) {
  .main-nav, .header-phone { display: none; }
  .menu-toggle { display: inline-flex; }
  .main-nav.is-open { position: fixed; top: 0; right: 0; bottom: 0; display: flex; width: min(390px, 100%); padding: 120px 34px 40px; color: var(--ink); background: var(--cream); box-shadow: -20px 0 60px rgba(10,40,33,.14); }
  .main-nav.is-open ul { width: 100%; align-items: stretch; flex-direction: column; gap: 0; }
  .main-nav.is-open li { border-bottom: 1px solid var(--line); }
  .main-nav.is-open a { display: block; padding: 18px 0; font-family: var(--site-font); font-size: 26px; font-weight: 600; }
  .main-nav.is-open a::after { display: none; }
  .hero__content { grid-template-columns: 1fr; }
  .hero__note { display: none; }
  .call-band__inner { grid-template-columns: 1fr auto; }
  .call-band__phone { display: none; }
  .stay-grid, .archive-grid { grid-template-columns: repeat(2, 1fr); }
  .stay-card:last-child { grid-column: span 2; min-height: 440px; }
  .experience-grid { grid-template-columns: 1fr 1fr; grid-template-rows: 420px 260px 260px; }
  .experience:first-child { grid-column: span 2; grid-row: auto; }
  .home-tour__intro,.benefits-heading { grid-template-columns: 1fr; }
  .benefits-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .benefits-heading__image { min-height: 480px; }
  .mega-menu__grid { grid-template-columns: repeat(2,1fr); }
  .mega-menu__column { padding: 0 25px 30px; }
  .mega-menu__column:nth-child(odd) { padding-left: 0; border-left: 0; }
  .catalog-types, .catalog-grid { grid-template-columns: repeat(2,1fr); }
  .type-card:last-child { grid-column: span 2; min-height: 430px; }
  .stay-layout { grid-template-columns: 1fr; gap: 50px; }
  .stay-booking { position: static; }
  .page-layout { grid-template-columns: 1fr; }
  .page-contact--wide { grid-template-columns: 1fr 1fr; gap: 24px 36px; }
  .page-contact--wide .button { grid-column: 1 / -1; width: 100%; }
  .reviews-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .section-archive__grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .price-included__layout { grid-template-columns: 1fr; gap: 35px; }
  .service-price-grid { grid-template-columns: 1fr 1fr; }
  .service-price-card:last-child { grid-column: span 2; }
  .price-notes { grid-template-columns: repeat(2,1fr); }
  .embedded-tour__head { grid-template-columns: 1fr; gap: 14px; }
}

@media (max-width: 782px) { .admin-bar .site-header,.admin-bar .mega-menu { top: 46px; } }

@media (max-width: 720px) {
  .container { width: calc(100% - 28px); }
  .page-contact--wide { grid-template-columns: 1fr; gap: 18px; margin-top: 48px; padding: 26px 22px; border-radius: 22px; }
  .page-contact--wide .button { grid-column: auto; }
  .reviews-grid { grid-template-columns: 1fr; }
  .section-archive__grid { grid-template-columns: 1fr; }
  .entry-content .section-archive-card { min-height: 400px; }
  .section-archive-card__body { right: 20px; bottom: 20px; left: 20px; padding-right: 60px; }
  .section { padding: 84px 0; }
  .section--forest { border-radius: 30px 30px 0 0; }
  #activities.section--forest { border-radius: 0; }
  .site-header__inner { min-height: 76px; }
  .brand__mark { width: 40px; height: 40px; }
  .brand--graphic { padding: 0; border-radius: 0; }
  .brand__logo { max-width: 145px; height: 43px; }
  .site-header__actions .button { display: none; }
  .menu-toggle { min-width: 48px; width: 48px; padding: 0; }
  .menu-toggle__label { display: none; }
  .hero { height: auto; min-height: 760px; }
  .hero__media::after { background: linear-gradient(0deg,rgba(3,8,10,.9),rgba(3,8,10,.2) 85%); }
  .hero__content { padding: 145px 0 112px; }
  .hero h1 { font-size: clamp(52px, 16vw, 72px); }
  .hero__copy { font-size: 16px; }
  .hero__actions { align-items: stretch; flex-direction: column; }
  .hero__actions .button { width: 100%; }
  .call-band { margin-top: -42px; }
  .call-band__inner { grid-template-columns: 1fr; gap: 16px; padding: 20px; }
  .call-band__inner .button { width: 100%; }
  .intro-grid { grid-template-columns: 1fr; gap: 25px; }
  .stats { grid-template-columns: 1fr; text-align: center; }
  .stat { display: grid; justify-items: center; }
  .stat span { margin-right: auto; margin-left: auto; }
  .section-head { align-items: flex-start; flex-direction: column; gap: 16px; margin-bottom: 34px; }
  .stay-grid, .archive-grid { grid-template-columns: 1fr; }
  .stay-card, .stay-card:last-child { grid-column: auto; min-height: 480px; }
  .experience-grid { grid-template-columns: 1fr; grid-template-rows: none; }
  .experience, .experience:first-child { grid-column: auto; height: 320px; }
  .home-video__stage { border-radius: 20px; }
  .home-video__badge { top: 12px; left: 12px; max-width: calc(100% - 24px); }
  .home-video__play { width: 66px; height: 66px; }
  .home-tour__intro { gap: 22px; margin-bottom: 30px; }
  .home-tour__browser { border-radius: 20px; }
  .home-tour__bar { height: 46px; padding: 0 14px; }
  .home-tour__bar strong { overflow: hidden; font-size: 9px; text-overflow: ellipsis; white-space: nowrap; }
  .home-tour__browser iframe { height: auto; }
  .home-tour__hint { padding: 0 14px; text-align: center; }
  .benefits-heading > div:first-child { padding: 34px 22px; }
  .benefits-heading__image { min-height: 330px; }
  .benefits-grid { grid-template-columns: 1fr; }
  .benefit { min-height: 220px; }
  .embedded-tour { margin: 55px 0; }
  .embedded-tour__frame { border-radius: 18px; }
  .embedded-tour__frame iframe { height: auto; }
  .steps { grid-template-columns: 1fr; }
  .step { min-height: 230px; }
  .cta { padding: 76px 0; }
  .cta__box { padding: 60px 20px; border-radius: 28px; }
  .footer__grid { grid-template-columns: 1fr; gap: 38px; }
  .footer__bottom { align-items: flex-start; flex-direction: column; }
  .floating-call { display: grid; }
  .mega-menu { width: 100%; padding: 24px 20px; }
  .mega-menu__grid { grid-template-columns: 1fr; gap: 34px; padding: 34px 0; }
  .mega-menu__column,.mega-menu__column:nth-child(odd) { gap: 30px; padding: 0 0 30px; border-left: 0; border-bottom: 1px solid var(--line); }
  .mega-menu__column:last-child { border-bottom: 0; }
  .mega-menu__identity .eyebrow { display: none; }
  .mega-menu__group h2 { font-size: 31px; }
  .mega-menu__group a { font-size: 16px; }
  .mega-menu__footer { align-items: stretch; flex-direction: column; }
  .mega-menu__footer .button { width: 100%; }
  .catalog-hero { padding: 145px 0 65px; }
  .catalog-types, .catalog-grid { grid-template-columns: 1fr; }
  .type-card, .type-card:last-child { grid-column: auto; min-height: 450px; }
  .catalog-card__image { height: 300px; }
  .stay-hero { padding: 135px 0 50px; }
  .breadcrumbs { margin-bottom: 28px; }
  .stay-gallery { width: calc(100% - 28px); grid-template-columns: 1fr 1fr; grid-template-rows: 340px 170px; }
  .stay-gallery__item--main { grid-column: span 2; grid-row: auto; }
  .stay-gallery__item:nth-child(n+4) { display: none; }
  .stay-content { padding-top: 70px; }
  .page-hero--image, .catalog-hero--image, .stay-hero--image { height: auto; min-height: 630px; }
  .amenities__grid { grid-template-columns: 1fr; }
  .lightbox { padding: 15px; }
  .lightbox__prev { left: 10px; }
  .lightbox__next { right: 10px; }
  .prices-hero { height: auto; min-height: 760px; }
  .prices-hero h1 { font-size: clamp(56px,16vw,76px); }
  .prices-hero__facts { display: grid; }
  .prices-hero__facts div { min-width: 0; }
  .prices-hero__facts div:first-child { border-radius: 16px 16px 0 0; }
  .prices-hero__facts div:last-child { border-radius: 0 0 16px 16px; }
  .home-map { padding-top: 10px; }
  .home-map__frame { height: 430px; border-radius: 22px; }
  .price-nav { top: 74px; }
  .admin-bar .price-nav { top: 120px; }
  .price-alert { grid-template-columns: 1fr; padding: 27px 23px; }
  .price-alert a { grid-column: 1; grid-row: auto; justify-self: start; margin-top: 10px; }
  .price-table-wrap { overflow: visible; background: transparent; border: 0; border-radius: 0; box-shadow: none; }
  .price-table { display: block; min-width: 0; }
  .price-table thead { display: none; }
  .price-table tbody { display: grid; gap: 14px; }
  .price-table tr { display: grid; grid-template-columns: 1fr 1fr; overflow: hidden; background: rgba(255,255,255,.9); border: 1px solid rgba(8,92,115,.14); border-radius: 18px; box-shadow: 0 12px 34px rgba(13,46,39,.08); }
  .price-table tbody tr:hover td { background: transparent; }
  .price-table td { display: grid; min-width: 0; gap: 5px; padding: 13px 16px; border: 0; border-top: 1px solid rgba(8,92,115,.1); font-size: 14px; overflow-wrap: anywhere; }
  .price-table td::before { color: var(--muted); font-size: 9px; font-weight: 750; letter-spacing: .09em; line-height: 1.25; text-transform: uppercase; }
  .price-table td:first-child { grid-column: 1 / -1; width: auto; padding: 17px 16px; border-top: 0; background: rgba(8,92,115,.055); font-size: 17px; }
  .price-table td:first-child a { gap: 16px; color: var(--ink); line-height: 1.35; text-decoration: none; }
  .price-table td:first-child a span { flex-basis: 34px; width: 34px; height: 34px; color: #fff; border: 0; background: var(--forest); }
  .price-table td:nth-child(2)::before { content: "Вместимость"; }
  .price-table td:nth-child(3)::before { content: "Доп. место"; }
  .price-table td:nth-child(4)::before { content: "Цена в день"; }
  .price-table td:last-child { grid-column: 1 / -1; padding-top: 14px; padding-bottom: 16px; background: rgba(245,130,32,.055); }
  .price-table td:last-child strong { color: var(--ink); font-size: 18px; line-height: 1.25; }
  .price-included { border-radius: 30px; }
  .unlimited-prices { grid-template-columns: 1fr; }
  .service-price-grid { grid-template-columns: 1fr; }
  .service-price-card:last-child { grid-column: auto; }
  .compact-prices > div { grid-template-columns: 1fr; gap: 5px; }
  .price-notes { grid-template-columns: 1fr; }
  .price-notes li { min-height: 145px; }
}

/* Full viewport image heroes */
:root { --ivolga-admin-offset: 0px; }
.admin-bar { --ivolga-admin-offset: 32px; }

.hero,
.page-hero--image,
.catalog-hero--image,
.stay-hero--image,
.prices-hero {
  position: relative;
  height: calc(100vh - var(--ivolga-admin-offset));
  height: calc(100svh - var(--ivolga-admin-offset));
  height: calc(100dvh - var(--ivolga-admin-offset));
  min-height: 680px;
  min-height: min(680px, calc(100dvh - var(--ivolga-admin-offset)));
}

.hero + .call-band { margin-top: 34px; }
.hero.has-scroll-cue .hero__content { padding-bottom: 118px; }
.page-hero--image.has-scroll-cue,
.catalog-hero--image.has-scroll-cue,
.stay-hero--image.has-scroll-cue,
.prices-hero.has-scroll-cue { padding-bottom: 104px; }

.hero-scroll-cue {
  position: absolute;
  z-index: 8;
  right: auto;
  bottom: max(20px, env(safe-area-inset-bottom));
  left: 50%;
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  gap: 12px;
  padding: 5px 6px 5px 16px;
  color: #fff;
  border: 1px solid rgba(255,255,255,.38);
  border-radius: 999px;
  background: rgba(2,39,50,.32);
  box-shadow: 0 12px 32px rgba(0,20,27,.2);
  font: inherit;
  cursor: pointer;
  transform: translateX(-50%);
  backdrop-filter: blur(12px) saturate(1.15);
  -webkit-backdrop-filter: blur(12px) saturate(1.15);
  transition: color .25s ease, border-color .25s ease, background .25s ease, transform .25s ease;
}
.hero-scroll-cue:hover {
  color: #fff;
  border-color: rgba(255,255,255,.65);
  background: rgba(2,71,89,.58);
  transform: translateX(-50%) translateY(-3px);
}
.hero-scroll-cue__label {
  font-size: 10px;
  font-weight: 750;
  line-height: 1;
  letter-spacing: .13em;
  white-space: nowrap;
  text-transform: uppercase;
}
.hero-scroll-cue__icon {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border-radius: 50%;
  background: var(--orange);
  box-shadow: 0 6px 18px rgba(255,128,25,.28);
}
.hero-scroll-cue__icon svg {
  width: 17px;
  height: 17px;
  animation: ivolga-scroll-cue 1.8s ease-in-out infinite;
}
@keyframes ivolga-scroll-cue {
  0%,100% { transform: translateY(-2px); }
  50% { transform: translateY(3px); }
}

@media (max-width: 782px) {
  .admin-bar { --ivolga-admin-offset: 46px; }
}
@media (max-width: 720px) {
  .hero + .call-band { margin-top: 22px; }
  .hero,
  .page-hero--image,
  .catalog-hero--image,
  .stay-hero--image,
  .prices-hero {
    height: calc(100vh - var(--ivolga-admin-offset));
    height: calc(100svh - var(--ivolga-admin-offset));
    height: calc(100dvh - var(--ivolga-admin-offset));
    min-height: 700px;
    min-height: min(700px, calc(100dvh - var(--ivolga-admin-offset)));
  }
  .hero.has-scroll-cue .hero__content { padding-bottom: 105px; }
  .page-hero--image.has-scroll-cue,
  .catalog-hero--image.has-scroll-cue,
  .stay-hero--image.has-scroll-cue,
  .prices-hero.has-scroll-cue { padding-bottom: 92px; }
  .hero-scroll-cue {
    bottom: max(12px, env(safe-area-inset-bottom));
    min-height: 43px;
    gap: 9px;
    padding: 4px 5px 4px 13px;
  }
  .hero-scroll-cue__label { font-size: 9px; }
  .hero-scroll-cue__icon { width: 33px; height: 33px; }
  .page-hero h1,
  .catalog-hero h1,
  .stay-hero h1,
  .prices-hero h1 {
    max-width: 100%;
    font-size: clamp(42px,12.2vw,58px);
    line-height: 1.02;
    overflow-wrap: anywhere;
    word-break: normal;
    hyphens: auto;
  }
  .page-hero--image p,
  .catalog-hero p,
  .stay-hero p,
  .prices-hero__content > p {
    max-width: 100%;
    overflow-wrap: anywhere;
  }
  .prices-hero {
    align-items: stretch;
    padding-bottom: 0;
  }
  .prices-hero.has-scroll-cue { padding-bottom: 0; }
  .prices-hero__content {
    display: flex;
    height: 100%;
    min-height: 0;
    justify-content: center;
    flex-direction: column;
    padding-top: 92px;
    padding-bottom: 76px;
  }
  .prices-hero .eyebrow {
    font-size: 9px;
    line-height: 1.2;
  }
  .prices-hero h1 {
    margin: 10px 0 13px;
    font-size: clamp(36px,10.8vw,46px);
    line-height: .98;
  }
  .prices-hero__content > p {
    margin-bottom: 0;
    font-size: clamp(13px,3.7vw,15px);
    line-height: 1.45;
  }
  .prices-hero__facts {
    display: grid;
    grid-template-columns: repeat(3,minmax(0,1fr));
    gap: 6px;
    margin-top: 18px;
  }
  .prices-hero__facts div,
  .prices-hero__facts div:first-child,
  .prices-hero__facts div:last-child {
    display: flex;
    min-width: 0;
    min-height: 92px;
    justify-content: space-between;
    flex-direction: column;
    padding: 13px 10px;
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 14px;
    background: rgba(8,12,14,.42);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
  }
  .prices-hero__facts strong {
    font-size: clamp(16px,4.5vw,20px);
    line-height: 1.15;
  }
  .prices-hero__facts span {
    font-size: 9px;
    line-height: 1.3;
  }
  .price-alert::after {
    top: auto;
    right: 18px;
    bottom: 12px;
    font-size: 118px;
    transform: none;
  }
}
@media (max-height: 760px) and (min-width: 721px) {
  .hero,
  .page-hero--image,
  .catalog-hero--image,
  .stay-hero--image,
  .prices-hero {
    min-height: 620px;
    min-height: min(620px, calc(100dvh - var(--ivolga-admin-offset)));
  }
  .hero h1,
  .page-hero h1,
  .catalog-hero h1,
  .stay-hero h1,
  .prices-hero h1 { font-size: clamp(48px,7.2vh,76px); }
  .hero__content,.prices-hero__content { padding-bottom: 90px; }
}
@media (prefers-reduced-motion: reduce) {
  .hero-scroll-cue__icon svg { animation: none; }
}
