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

:root {
  --forest: #173f35;
  --forest-deep: #0b2b24;
  --sage: #dce6cf;
  --lime: #dff18c;
  --cream: #f8f6ef;
  --sand: #eee9df;
  --white: #fff;
  --ink: #17312b;
  --muted: #697b75;
  --line: rgba(23, 49, 43, .13);
  --radius: 30px;
  --shadow: 0 24px 70px rgba(13, 46, 39, .13);
  --container: 1220px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 110px; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: "Onest", Arial, sans-serif; font-size: 17px; line-height: 1.55; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
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); }
.section--forest { overflow: hidden; color: var(--white); background: var(--forest-deep); border-radius: 46px 46px 0 0; }
.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; gap: 12px; color: var(--forest); font-size: 12px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.eyebrow::before { width: 30px; height: 1px; background: currentColor; content: ""; }
.section--forest .eyebrow, .footer .eyebrow { color: var(--lime); }
h1, h2, h3, p { margin-top: 0; }
h1, h2, .display { font-family: "Prata", Georgia, serif; font-weight: 400; 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: #435751; 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: var(--forest-deep); background: var(--lime); }
.button--accent:hover { background: #e9f9a9; }
.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; }
.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(248,246,239,.92); box-shadow: 0 8px 35px rgba(13,46,39,.08); backdrop-filter: blur(16px); }
.single-stay .site-header:not(.is-scrolled) { color: var(--ink); background: rgba(248,246,239,.94); box-shadow: 0 8px 35px rgba(13,46,39,.07); backdrop-filter: blur(16px); }
.single-stay .site-header:not(.is-scrolled) .menu-toggle { border-color: var(--line); background: rgba(255,255,255,.34); }
.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: "Prata", serif; 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: 15px; font-weight: 650; }
.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::after { transform: scaleX(1); transform-origin: left; }
.site-header__actions { display: flex; align-items: center; gap: 14px; }
.header-phone { font-size: 15px; 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; display: flex; width: 100%; overflow-y: auto; flex-direction: column; padding: 22px max(28px,calc((100vw - var(--container))/2)); color: var(--ink); background: var(--cream); transform: translateY(-102%); transition: transform .48s cubic-bezier(.22,.8,.25,1); }
.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 var(--line); }
.mega-menu__identity { display: flex; align-items: center; gap: 28px; }
.mega-menu__close { display: inline-flex; align-items: center; gap: 12px; padding: 0; color: var(--ink); 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 var(--line); border-radius: 50%; font-size: 25px; font-weight: 300; }
.mega-menu__grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 0; width: 100%; max-width: var(--container); margin-inline: auto; 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,34px); border-left: 1px solid var(--line); }
.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: "Prata",serif; font-size: 34px; line-height: 1.1; }
.mega-menu__group h2::before { display: grid; width: 31px; height: 31px; flex: 0 0 auto; place-items: center; color: var(--forest); background: var(--lime); border: 1px solid rgba(23,63,53,.13); border-radius: 50%; font-family: "Onest",sans-serif; font-size: 18px; line-height: 1; content: "→"; transform: rotate(-38deg); }
.mega-menu__group ul { margin: 0; padding: 0; list-style: none; }
.mega-menu__group li { border-bottom: 1px solid var(--line); }
.mega-menu__group a { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 8px 0; color: var(--muted); font-size: 16px; line-height: 1.35; transition: color .2s, padding .2s; }
.mega-menu__group a span { display: grid; width: 25px; height: 25px; flex: 0 0 auto; place-items: center; opacity: .42; border: 1px solid var(--line); border-radius: 50%; font-size: 13px; transition: opacity .2s, color .2s, background .2s, transform .2s; }
.mega-menu__group a:hover { padding-left: 5px; color: var(--forest); }
.mega-menu__group a:hover span { opacity: 1; color: #fff; background: var(--forest); transform: translate(2px,-2px); }
.mega-menu__footer { display: flex; width: 100%; max-width: var(--container); align-items: center; justify-content: space-between; gap: 30px; margin: auto auto 0; padding-top: 15px; border-top: 1px solid var(--line); }
.mega-menu__footer > div { display: grid; gap: 2px; }
.mega-menu__footer > div span { color: var(--muted); font-size: 13px; text-transform: uppercase; letter-spacing: .1em; }
.mega-menu__footer > div a { font-family: "Prata",serif; font-size: 27px; }

/* Hero */
.hero { position: relative; display: flex; min-height: 860px; 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(5,27,22,.82) 0%, rgba(5,27,22,.5) 52%, rgba(5,27,22,.12) 100%), linear-gradient(0deg, rgba(5,27,22,.65), transparent 56%); 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,.78); 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(18,48,40,.36); box-shadow: inset 0 0 0 8px rgba(255,255,255,.035), 0 20px 50px rgba(3,22,17,.18); 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: "Prata", serif; font-size: 64px; font-weight: 400; 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: "Prata", serif; font-size: clamp(42px, 5vw, 58px); font-weight: 400; 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(6,29,24,.92), rgba(6,29,24,.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: "Prata", serif; font-size: 32px; font-weight: 400; }
.stay-card__meta { display: flex; align-items: center; justify-content: space-between; gap: 20px; color: rgba(255,255,255,.72); 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; }
.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,20,16,.7), transparent 63%); content: ""; }
.experience:hover img { transform: scale(1.05); }
.experience__name { position: absolute; right: 24px; bottom: 22px; left: 24px; z-index: 2; font-size: 19px; font-weight: 700; }
.section--forest .section-head p { color: rgba(255,255,255,.63); }

/* Features */
.feature-layout { display: grid; grid-template-columns: .95fr 1.05fr; gap: 24px; }
.feature-photo { min-height: 690px; overflow: hidden; border-radius: var(--radius); }
.feature-photo img { width: 100%; height: 100%; object-fit: cover; }
.feature-panel { display: flex; flex-direction: column; justify-content: center; padding: clamp(30px, 5vw, 64px); background: #fff; border-radius: var(--radius); }
.feature-panel h2 { margin: 18px 0 28px; font-size: clamp(38px, 4vw, 58px); }
.benefit { display: grid; grid-template-columns: 42px 1fr; gap: 18px; padding: 21px 0; border-bottom: 1px solid var(--line); }
.benefit:last-child { border-bottom: 0; }
.benefit__num { display: grid; width: 40px; height: 40px; place-items: center; background: var(--lime); border-radius: 50%; font-size: 12px; font-weight: 750; }
.benefit h3 { margin: 0 0 6px; font-size: 17px; }
.benefit p { margin: 0; color: var(--muted); font-size: 14px; }

/* Steps and CTA */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 48px; }
.step { min-height: 270px; padding: 30px; background: #fff; border-radius: 24px; }
.step__num { color: var(--muted); font-size: 12px; font-weight: 750; letter-spacing: .12em; }
.step h3 { margin: 62px 0 10px; font-family: "Prata", serif; font-size: 26px; font-weight: 400; }
.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: .38; background: linear-gradient(rgba(5,31,25,.38), rgba(5,31,25,.84)), 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,.74); }
.cta .eyebrow { color: var(--lime); }

/* Footer and generic pages */
.footer { padding: 72px 0 28px; color: #fff; background: var(--forest-deep); }
.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,.56); }
.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: rgba(255,255,255,.7); }
.footer__links a:hover { color: #fff; }
.footer__bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 52px; padding-top: 23px; color: rgba(255,255,255,.4); border-top: 1px solid rgba(255,255,255,.12); 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; min-height: 590px; display: flex; align-items: flex-end; overflow: hidden; background: var(--forest); }
.page-hero--image::before { position: absolute; inset: 0; background: linear-gradient(0deg,rgba(5,30,24,.85),rgba(5,30,24,.16)),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: rgba(255,255,255,.7); }
.content-wrap { padding: 80px 0 110px; }
.entry-content { max-width: 820px; 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; }
.archive-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.page-layout { display: grid; grid-template-columns: minmax(0,1fr) 330px; gap: 90px; align-items: start; }
.page-layout--wide { grid-template-columns: minmax(0, 1fr); }

/* 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: 24px; 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(260px, .85fr) minmax(340px, 1.15fr); width: min(920px, 100%); max-height: calc(100vh - 48px); overflow: auto; background: #fbfaf5; border-radius: 28px; 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: 14px; right: 14px; width: 44px; height: 44px; border: 1px solid rgba(13, 54, 45, .14); border-radius: 50%; background: rgba(251, 250, 245, .92); color: var(--forest); font-size: 28px; line-height: 1; cursor: pointer; }
.discount-popup__media { min-height: 100%; overflow: hidden; border-radius: 28px 0 0 28px; }
.discount-popup__media img { width: 100%; height: 100%; object-fit: cover; }
.discount-popup__content { padding: clamp(32px, 5vw, 58px); }
.discount-popup__content h2 { margin: 14px 0; font-size: clamp(32px, 4vw, 52px); line-height: 1.05; }
.discount-popup__content > p { color: var(--muted); margin-bottom: 24px; }
.discount-form { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.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: 12px; padding: 13px 14px; 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,.68); font-size: 12px; }
.footer__legal a:hover { color: #fff; }

@media (max-width: 760px) {
  .discount-popup { padding: 12px; }
  .discount-popup__dialog { grid-template-columns: 1fr; max-height: calc(100vh - 24px); border-radius: 22px; }
  .discount-popup__media { height: 180px; min-height: 0; border-radius: 22px 22px 0 0; }
  .discount-popup__content { padding: 28px 22px; }
  .discount-popup__content h2 { font-size: 32px; }
  .discount-form { grid-template-columns: 1fr; }
  .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-aside { position: sticky; top: 105px; }
.page-aside__title { display: block; margin-bottom: 12px; color: var(--muted); font-size: 10px; font-weight: 750; letter-spacing: .13em; text-transform: uppercase; }
.page-aside nav { display: grid; margin-bottom: 28px; border-top: 1px solid var(--line); }
.page-aside nav a { display: flex; justify-content: space-between; gap: 15px; padding: 12px 0; color: var(--muted); border-bottom: 1px solid var(--line); font-size: 13px; }
.page-aside nav a:hover,.page-aside nav a.is-current { color: var(--forest); font-weight: 650; }
.page-contact { padding: 27px; color: #fff; background: var(--forest); border-radius: 22px; }
.page-contact small { display: block; color: var(--lime); text-transform: uppercase; letter-spacing: .1em; }
.page-contact strong { display: block; margin: 15px 0; font-family: "Prata",serif; font-size: 23px; font-weight: 400; }
.page-contact p { color: rgba(255,255,255,.65); font-size: 13px; }
.page-contact .button { width: 100%; }
.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 .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: rgba(255,255,255,.68); font-size: 18px; }
.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(4,28,22,.94),rgba(4,28,22,.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: "Prata",serif; font-size: 34px; font-weight: 400; }
.type-card__body > span { margin-top: 8px; color: rgba(255,255,255,.68); 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, .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; }
.page-numbers { display: grid; min-width: 42px; height: 42px; place-items: center; border: 1px solid var(--line); border-radius: 50%; }
.page-numbers.current { color: #fff; background: var(--forest); }

/* Stay details and gallery */
.stay-hero { padding: 170px 0 70px; background: var(--cream); }
.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; }
.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: 30px; background: var(--forest); color: #fff; border-radius: 26px; box-shadow: var(--shadow); }
.stay-booking__label { color: var(--lime); font-size: 10px; font-weight: 750; letter-spacing: .14em; text-transform: uppercase; }
.stay-booking dl { margin: 24px 0; }
.stay-booking dl > div { display: flex; justify-content: space-between; gap: 20px; padding: 15px 0; border-bottom: 1px solid rgba(255,255,255,.12); }
.stay-booking dt { color: rgba(255,255,255,.55); font-size: 13px; }
.stay-booking dd { margin: 0; text-align: right; font-size: 13px; font-weight: 650; }
.stay-booking p { color: rgba(255,255,255,.64); font-size: 13px; }
.stay-booking .button { width: 100%; padding-inline: 15px; font-size: 13px; }
.amenities { margin-top: 58px; padding-top: 42px; border-top: 1px solid var(--line); }
.amenities h2 { font-size: clamp(34px,4vw,48px); }
.amenities__grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 12px; }
.amenities__grid div { display: flex; align-items: center; gap: 10px; padding: 15px; background: #fff; border-radius: 14px; font-size: 14px; }
.amenities__grid span { display: grid; width: 25px; height: 25px; flex: 0 0 auto; place-items: center; color: var(--forest); background: var(--lime); border-radius: 50%; font-size: 12px; }
.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; min-height: 720px; 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(4,28,22,.9),rgba(4,28,22,.38) 65%,rgba(4,28,22,.15)); 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,.72); 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: "Prata",serif; font-size: 24px; font-weight: 400; }
.prices-hero__facts span { color: rgba(255,255,255,.6); 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(--forest); }
.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: .14; color: var(--forest); font-family: "Prata",serif; font-size: 176px; line-height: 1; content: "%"; transform: translateY(-48%); }
.price-alert > * { position: relative; z-index: 1; }
.price-alert > span { color: var(--muted); font-size: 10px; font-weight: 750; letter-spacing: .13em; text-transform: uppercase; }
.price-alert strong { grid-column: 1; font-family: "Prata",serif; font-size: clamp(27px,3vw,39px); font-weight: 400; }
.price-alert p { grid-column: 1; max-width: 670px; margin: 4px 0 0; color: #4e625b; font-size: 14px; }
.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: #fff; border: 1px solid var(--line); border-radius: 24px; box-shadow: 0 18px 55px rgba(13,46,39,.06); }
.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; }
.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 { opacity: .3; }
.price-table td:first-child a:hover { color: var(--forest); }
.price-table td:last-child strong { color: var(--forest); font-family: "Prata",serif; font-size: 20px; font-weight: 400; white-space: nowrap; }
.price-included { border-radius: 46px; }
.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,.65); 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: "Prata",serif; font-size: 42px; font-weight: 400; }
.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: "Prata",serif; font-size: 31px; font-weight: 400; }
.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: "Prata", serif; font-size: 26px; font-weight: 400; }
  .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; }
  .feature-layout { grid-template-columns: 1fr; }
  .feature-photo { min-height: 520px; }
  .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; gap: 50px; }
  .page-aside { position: static; }
  .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); }
}

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

@media (max-width: 720px) {
  .container { width: calc(100% - 28px); }
  .section { padding: 84px 0; }
  .section--forest { border-radius: 30px 30px 0 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 { min-height: 760px; }
  .hero__media::after { background: linear-gradient(0deg, rgba(5,27,22,.86), rgba(5,27,22,.15) 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; }
  .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; }
  .feature-photo { min-height: 410px; }
  .feature-panel { padding: 34px 22px; }
  .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 { min-height: 530px; }
  .amenities__grid { grid-template-columns: 1fr; }
  .lightbox { padding: 15px; }
  .lightbox__prev { left: 10px; }
  .lightbox__next { right: 10px; }
  .prices-hero { 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; }
  .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-x: auto; border-radius: 18px; }
  .price-table { min-width: 760px; }
  .price-table th,.price-table td { padding: 15px 17px; }
  .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; }
}
