:root {
    --header-h: 76px;
    --ink: #172019;
    --muted: #59645d;
    --paper: #f8f6ef;
    --soft: #ede7da;
    --line: #ded2bf;
    --green: #244e37;
    --gold: #d8aa4f;
    --wine: #8f3142;
    --steel: #607888;
    --glass: rgba(255, 255, 255, .76);
    --shadow: 0 20px 54px rgba(23, 32, 25, .14);
}

* {
    box-sizing: border-box;
}

html {
    scroll-padding-top: calc(var(--header-h) + 24px);
}

body {
    margin: 0;
    padding-top: var(--header-h);
    background: linear-gradient(180deg, var(--paper) 0, #fff 42%);
    color: var(--ink);
    font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    letter-spacing: 0;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}

img {
    max-width: 100%;
    height: auto;
}

.screen-reader-text {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

a {
    color: inherit;
}

.container,
.site-header__inner,
.hero__content,
.site-footer__inner {
    width: min(calc(100% - 32px), 1220px);
    margin: 0 auto;
}

.site-header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1000;
    background: rgba(248, 246, 239, .82);
    border-bottom: 1px solid rgba(23, 32, 25, .08);
    box-shadow: 0 10px 30px rgba(23, 32, 25, .06);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
}

.admin-bar .site-header {
    top: 32px;
}

.site-header__inner {
    min-height: var(--header-h);
    display: flex;
    align-items: center;
    gap: 18px;
}

.site-header__brand {
    flex: 0 0 auto;
}

.custom-logo-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--ink);
    font-size: 1.1rem;
    font-weight: 850;
    text-decoration: none;
}

.custom-logo {
    width: auto;
    height: 54px;
    max-width: 150px;
    display: block;
    object-fit: contain;
}

.site-header__mobile-actions {
    display: none;
}

.site-header__toggle {
    display: none;
    width: 44px;
    height: 44px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
    margin-left: auto;
    border: 1px solid rgba(23, 32, 25, .12);
    border-radius: 999px;
    background: var(--glass);
    box-shadow: 0 8px 22px rgba(23, 32, 25, .08);
}

.site-header__toggle span {
    width: 20px;
    height: 2px;
    background: var(--ink);
}

.site-header__nav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 18px;
    flex: 1 1 auto;
}

.site-menu,
.site-menu ul {
    display: flex;
    align-items: center;
    gap: 2px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.site-menu a {
    display: inline-flex;
    align-items: center;
    min-height: 42px;
    padding: 10px 11px;
    border-radius: 999px;
    color: var(--ink);
    font-size: .92rem;
    font-weight: 720;
    text-decoration: none;
    white-space: nowrap;
}

.site-menu a:hover,
.site-menu a:focus {
    color: var(--green);
    background: rgba(36, 78, 55, .08);
}

.site-header__booking,
.seasons-btn {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 11px 18px;
    border: 1px solid transparent;
    border-radius: 999px;
    font-weight: 800;
    line-height: 1;
    text-decoration: none;
    transition: color .2s ease, background .2s ease, border-color .2s ease, transform .2s ease;
}

.site-header__booking,
.seasons-btn--primary {
    color: #17130d;
    background: var(--gold);
    border-color: var(--gold);
    box-shadow: 0 12px 28px rgba(216, 170, 79, .28);
}

.site-header__booking:hover,
.seasons-btn--primary:hover,
.seasons-btn--primary:focus {
    color: #fff;
    background: var(--green);
    border-color: var(--green);
    transform: translateY(-1px);
}

.seasons-btn--light {
    color: #fff;
    background: rgba(255, 255, 255, .16);
    border-color: rgba(255, 255, 255, .42);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

.seasons-btn--ghost {
    color: var(--ink);
    background: rgba(255, 255, 255, .58);
    border-color: rgba(23, 32, 25, .16);
}

.hero {
    position: relative;
    min-height: clamp(520px, calc(100svh - var(--header-h) - 28px), 680px);
    display: flex;
    align-items: flex-end;
    overflow: hidden;
    background: var(--ink);
}

.hero__content {
    position: relative;
    z-index: 2;
    padding: 88px 0 56px;
    color: #fff;
}

.hero-slider__slides,
.hero-slider__slide,
.hero-slider__overlay {
    position: absolute;
    inset: 0;
}

.hero-slider__slide {
    opacity: 0;
    background-position: center;
    background-size: cover;
    transform: scale(1.035);
    transition: opacity .85s ease, transform 6.5s ease;
}

.hero-slider__slide.is-active {
    opacity: 1;
    transform: scale(1);
}

.hero-slider__overlay {
    z-index: 1;
    background:
        linear-gradient(90deg, rgba(14, 22, 17, .82), rgba(14, 22, 17, .42) 48%, rgba(14, 22, 17, .18)),
        linear-gradient(0deg, rgba(14, 22, 17, .58), rgba(14, 22, 17, 0) 48%);
}

.eyebrow {
    margin: 0 0 12px;
    color: var(--gold);
    font-size: .8rem;
    font-weight: 850;
    letter-spacing: 0;
    text-transform: uppercase;
}

.hero h1,
.page-hero h1,
.section-head h2,
.contact-band h2 {
    margin: 0;
    font-weight: 850;
    letter-spacing: 0;
}

.hero h1 {
    max-width: 760px;
    color: #fff;
    font-size: 4.3rem;
    line-height: .98;
}

.hero p:not(.eyebrow) {
    max-width: 660px;
    margin: 22px 0 0;
    color: rgba(255, 255, 255, .9);
    font-size: 1.16rem;
    line-height: 1.6;
}

.hero__actions,
.seasons-card-actions,
.contact-band__links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.hero__actions {
    margin-top: 32px;
}

.hero-slider__controls {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-top: 24px;
    padding: 8px;
    border: 1px solid rgba(255, 255, 255, .22);
    border-radius: 999px;
    background: rgba(255, 255, 255, .12);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
}

.hero-slider__arrow,
.hero-slider__dots button {
    border: 0;
    color: #fff;
    background: rgba(255, 255, 255, .16);
}

.hero-slider__arrow {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 40px;
    padding: 0;
    border-radius: 999px;
    font-size: 0;
    line-height: 0;
}

.hero-slider__arrow span {
    width: 10px;
    height: 10px;
    display: block;
    border-top: 2px solid currentColor;
    border-right: 2px solid currentColor;
    font-size: 0;
    line-height: 0;
}

.hero-slider__arrow[data-slider-prev] span {
    margin-left: 3px;
    transform: rotate(-135deg);
}

.hero-slider__arrow[data-slider-next] span {
    margin-right: 3px;
    transform: rotate(45deg);
}

.hero-slider__dots {
    display: inline-flex;
    gap: 7px;
}

.hero-slider__dots button {
    width: 9px;
    height: 9px;
    padding: 0;
    border-radius: 999px;
    opacity: .58;
}

.hero-slider__dots button.is-active {
    width: 24px;
    background: var(--gold);
    opacity: 1;
}

.section {
    padding: 82px 0;
    background: #fff;
}

.section--soft {
    background: var(--soft);
}

.section-head {
    max-width: 740px;
    margin-bottom: 32px;
}

.section-head h2 {
    font-size: 2.55rem;
    line-height: 1.1;
}

.section-head p:not(.eyebrow) {
    color: var(--muted);
    font-size: 1.04rem;
    line-height: 1.65;
}

.section--facilities {
    background: #fff;
}

.facilities-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 34px 44px;
    padding: 8px 0 4px;
}

.facility-item {
    min-width: 0;
    display: grid;
    grid-template-columns: 58px minmax(0, 1fr);
    align-items: start;
    gap: 16px;
}

.facility-item__icon {
    width: 52px;
    height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    color: #fff;
    background: linear-gradient(145deg, #9b7528, #d8aa4f);
    box-shadow: 0 14px 28px rgba(120, 86, 26, .2);
}

.facility-item__icon svg {
    width: 29px;
    height: 29px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.9;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.facility-item h3 {
    margin: 3px 0 8px;
    color: var(--ink);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.12rem;
    line-height: 1.25;
}

.facility-item p {
    margin: 0;
    color: var(--muted);
    font-size: 1rem;
    line-height: 1.6;
}

.experience-grid,
.post-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.seasons-room-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.seasons-room-card,
.post-card {
    overflow: hidden;
    border: 1px solid rgba(22, 29, 26, .1);
    border-radius: 8px;
    background: var(--paper);
    box-shadow: var(--shadow);
}

.seasons-room-card__media {
    position: relative;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    background: var(--soft);
}

.seasons-room-card__image {
    position: absolute;
    inset: 0;
    display: block;
}

.seasons-room-card__slide {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    opacity: 0;
    transform: scale(1.025);
    transition: opacity .25s ease, transform .55s ease;
}

.seasons-room-card__slide.is-active {
    opacity: 1;
    transform: scale(1);
}

.experience-card img,
.gallery-grid img,
.post-card img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.seasons-room-card__badge {
    position: absolute;
    z-index: 2;
    left: 12px;
    bottom: 12px;
    padding: 7px 10px;
    border-radius: 8px;
    color: #fff;
    background: rgba(22, 29, 26, .78);
    font-size: .82rem;
    font-weight: 750;
}

.seasons-room-card__controls {
    position: absolute;
    z-index: 3;
    left: 50%;
    bottom: 12px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    max-width: calc(100% - 24px);
    padding: 5px;
    border: 1px solid rgba(255, 255, 255, .24);
    border-radius: 999px;
    background: rgba(23, 32, 25, .72);
    box-shadow: 0 12px 28px rgba(0, 0, 0, .2);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    transform: translateX(-50%);
}

.seasons-room-card__nav {
    width: 34px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 34px;
    border: 0;
    border-radius: 999px;
    color: #fff;
    background: rgba(255, 255, 255, .14);
    transition: background .2s ease, transform .2s ease;
}

.seasons-room-card__nav:hover,
.seasons-room-card__nav:focus {
    background: rgba(255, 255, 255, .22);
    transform: scale(1.04);
}

.seasons-room-card__nav span {
    width: 9px;
    height: 9px;
    display: block;
    border-top: 2px solid currentColor;
    border-right: 2px solid currentColor;
}

.seasons-room-card__nav--prev span {
    transform: rotate(-135deg);
}

.seasons-room-card__nav--next span {
    transform: rotate(45deg);
}

.seasons-room-card__dots {
    display: inline-flex;
    flex: 0 1 auto;
    gap: 5px;
    min-width: 46px;
    justify-content: center;
}

.seasons-room-card__dots button {
    width: 7px;
    height: 7px;
    padding: 0;
    border: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, .58);
}

.seasons-room-card__dots button.is-active {
    width: 20px;
    background: var(--gold);
}

.seasons-room-card__body,
.post-card {
    padding: 18px;
}

.seasons-room-card h2,
.post-card h2 {
    margin: 0;
    font-size: 1.2rem;
    line-height: 1.25;
}

.seasons-room-card h2 a,
.post-card h2 a {
    text-decoration: none;
}

.seasons-room-card p,
.post-card p {
    color: var(--muted);
    line-height: 1.55;
}

button.seasons-btn {
    appearance: none;
    cursor: pointer;
    font-family: inherit;
}

.seasons-btn--gallery {
    color: var(--green);
    background: #fff;
    border-color: rgba(36, 78, 55, .2);
    box-shadow: 0 8px 18px rgba(23, 32, 25, .08);
}

.seasons-btn--gallery:hover,
.seasons-btn--gallery:focus {
    color: #fff;
    background: var(--green);
    border-color: var(--green);
    transform: translateY(-1px);
}

.experience-card {
    position: relative;
    min-height: 380px;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
    border-radius: 8px;
    color: #fff;
    text-decoration: none;
    background: var(--ink);
}

.experience-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(22, 29, 26, .08), rgba(22, 29, 26, .82));
}

.experience-card img {
    position: absolute;
    inset: 0;
}

.experience-card span {
    position: relative;
    z-index: 1;
    display: block;
    padding: 22px;
}

.experience-card strong,
.experience-card em {
    display: block;
}

.experience-card strong {
    color: #fff;
    font-size: 1.35rem;
}

.experience-card em {
    margin-top: 8px;
    color: rgba(255, 255, 255, .84);
    font-style: normal;
    line-height: 1.45;
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.gallery-grid img {
    aspect-ratio: 4 / 3;
    border-radius: 8px;
}

.section--contact,
.site-footer {
    color: #fff;
    background: var(--green);
}

.contact-band {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 24px;
}

.contact-band h2 {
    color: #fff;
    font-size: 2rem;
}

.contact-band__links a,
.site-social a {
    display: inline-flex;
    align-items: center;
    min-height: 42px;
    padding: 9px 13px;
    border: 1px solid rgba(255, 255, 255, .28);
    border-radius: 8px;
    color: #fff;
    text-decoration: none;
}

.page-hero {
    padding: 96px 0 58px;
    color: #fff;
    background: var(--ink);
}

.page-hero--image {
    background-position: center;
    background-size: cover;
}

.page-hero h1 {
    max-width: 860px;
    color: #fff;
    font-size: 3.05rem;
    line-height: 1.06;
}

.error404-page {
    background:
        linear-gradient(180deg, rgba(36, 78, 55, .08), rgba(248, 246, 239, 0) 42%),
        var(--paper);
}

.error404-hero {
    min-height: calc(100vh - var(--header-h));
    display: flex;
    align-items: center;
    padding: 72px 0 54px;
    color: #fff;
    background:
        radial-gradient(circle at 88% 18%, rgba(216, 170, 79, .22), transparent 32%),
        linear-gradient(135deg, rgba(23, 32, 25, .98), rgba(36, 78, 55, .94));
}

.error404-hero__inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(260px, 420px);
    align-items: center;
    gap: 48px;
}

.error404-hero__copy {
    max-width: 720px;
}

.error404-hero h1 {
    margin: 0;
    color: #fff;
    font-size: clamp(3rem, 8vw, 6.8rem);
    font-weight: 880;
    line-height: .92;
    letter-spacing: 0;
}

.error404-hero p:not(.eyebrow) {
    max-width: 650px;
    margin: 22px 0 0;
    color: rgba(255, 255, 255, .82);
    font-size: 1.08rem;
    line-height: 1.65;
}

.error404-search {
    width: min(100%, 620px);
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 10px;
    margin-top: 28px;
    padding: 8px;
    border: 1px solid rgba(255, 255, 255, .22);
    border-radius: 8px;
    background: rgba(255, 255, 255, .1);
    box-shadow: 0 22px 52px rgba(10, 14, 12, .18);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
}

.error404-search input {
    min-height: 48px;
    width: 100%;
    border: 0;
    border-radius: 6px;
    padding: 0 14px;
    color: var(--ink);
    background: rgba(255, 255, 255, .94);
    font: inherit;
}

.error404-search input:focus {
    outline: 3px solid rgba(216, 170, 79, .35);
}

.error404-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 22px;
}

.error404-hero__actions .seasons-btn--ghost {
    color: #fff;
    border-color: rgba(255, 255, 255, .36);
    background: rgba(255, 255, 255, .1);
}

.error404-hero__mark {
    display: grid;
    grid-template-columns: repeat(3, minmax(72px, 1fr));
    gap: 10px;
    align-items: center;
}

.error404-hero__mark span {
    min-height: 184px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, .22);
    border-radius: 8px;
    color: rgba(255, 255, 255, .9);
    background: rgba(255, 255, 255, .08);
    box-shadow: 0 22px 48px rgba(10, 14, 12, .2);
    font-size: clamp(4rem, 9vw, 8rem);
    font-weight: 900;
    line-height: 1;
}

.error404-hero__mark span:nth-child(2) {
    color: var(--ink);
    background: var(--gold);
    transform: translateY(-18px);
}

.error404-shortcuts {
    padding-top: 58px;
}

.error404-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
    margin-top: 24px;
}

.error404-grid a {
    min-height: 150px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 16px;
    padding: 20px;
    border: 1px solid rgba(36, 78, 55, .14);
    border-radius: 8px;
    color: var(--ink);
    background: rgba(255, 255, 255, .78);
    box-shadow: 0 18px 42px rgba(23, 32, 25, .08);
    text-decoration: none;
    transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.error404-grid a:hover,
.error404-grid a:focus {
    transform: translateY(-3px);
    border-color: rgba(216, 170, 79, .58);
    box-shadow: 0 22px 48px rgba(23, 32, 25, .14);
    outline: 0;
}

.error404-grid strong {
    font-size: 1.2rem;
    font-weight: 850;
}

.error404-grid span {
    color: var(--muted);
    line-height: 1.55;
}

.content {
    max-width: 940px;
    color: var(--ink);
    font-size: 1.05rem;
    line-height: 1.75;
}

.content h2,
.content h3 {
    margin-top: 1.7em;
    font-weight: 830;
}

.content img.aligncenter,
.content .wp-block-image.aligncenter img,
.content .wp-block-image img,
.content p > img {
    display: block;
    width: min(100%, 900px);
    height: auto;
    margin: 26px auto;
    border-radius: 8px;
    box-shadow: 0 18px 42px rgba(23, 32, 25, .12);
}

.content .wp-block-columns {
    margin: 18px 0;
}

.content .wp-block-column > :first-child {
    margin-top: 0;
}

.content p:empty {
    display: none;
}

.conversion-cta {
    display: grid;
    grid-template-columns: minmax(0, 1fr) max-content;
    align-items: center;
    gap: 20px;
    margin: 44px 0 10px;
    padding: 22px;
    border: 1px solid rgba(36, 78, 55, .14);
    border-radius: 8px;
    background: linear-gradient(135deg, rgba(36, 78, 55, .08), rgba(216, 170, 79, .14));
    box-shadow: 0 18px 46px rgba(23, 32, 25, .1);
}

.conversion-cta h2 {
    margin: 0 0 6px;
    font-size: 1.35rem;
}

.conversion-cta p {
    margin: 0;
    color: var(--muted);
    line-height: 1.55;
}

.conversion-cta__actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 10px;
}

.room-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 300px;
    gap: 44px;
    align-items: start;
}

.room-aside {
    position: sticky;
    top: calc(var(--header-h) + 24px);
    display: grid;
    gap: 12px;
    padding: 18px;
    border: 1px solid rgba(22, 29, 26, .1);
    border-radius: 8px;
    background: var(--paper);
}

.room-aside div {
    display: grid;
    gap: 4px;
}

.room-aside span {
    color: var(--muted);
    font-size: .85rem;
}

.room-gallery {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
    margin-top: 42px;
}

.room-gallery__item {
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
    border: 0;
    border-radius: 8px;
    background: var(--soft);
    cursor: zoom-in;
}

.room-gallery__item img {
    width: 100%;
    display: block;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    transition: transform .35s ease;
}

.room-gallery__item:hover img,
.room-gallery__item:focus img {
    transform: scale(1.04);
}

.seasons-lightbox[hidden] {
    display: none;
}

.seasons-lightbox {
    position: fixed;
    inset: 0;
    z-index: 2000;
    display: grid;
    grid-template-columns: 68px minmax(0, 1fr) 68px;
    align-items: center;
    gap: 16px;
    padding: 24px;
    background: rgba(12, 18, 14, .88);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
}

.has-lightbox-open {
    overflow: hidden;
}

.seasons-lightbox figure {
    margin: 0;
    text-align: center;
}

.seasons-lightbox img {
    max-height: min(82vh, 900px);
    width: auto;
    max-width: 100%;
    border-radius: 8px;
    box-shadow: 0 30px 80px rgba(0, 0, 0, .36);
}

.seasons-lightbox figcaption {
    min-height: 1.3em;
    margin-top: 12px;
    color: rgba(255, 255, 255, .78);
}

.seasons-lightbox__close,
.seasons-lightbox__nav {
    border: 1px solid rgba(255, 255, 255, .22);
    border-radius: 999px;
    color: #fff;
    background: rgba(255, 255, 255, .13);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

.seasons-lightbox__close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 46px;
    height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 0 2px;
    font-size: 1.7rem;
    line-height: 1;
}

.seasons-lightbox__nav {
    width: 54px;
    height: 54px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 0 3px;
    justify-self: center;
    font-size: 2.3rem;
    line-height: 1;
}

.seasons-share {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 34px;
}

.seasons-share a {
    padding: 8px 12px;
    border: 1px solid var(--line);
    border-radius: 8px;
    text-decoration: none;
}

.seasons-return-home {
    margin: 0 0 24px;
}

.section--printout {
    background: #f1ece1;
}

.content--printout {
    width: min(calc(100% - 32px), 1120px);
    max-width: none;
}

.seasons-printout {
    padding: 28px;
    border: 1px solid #d6c8ae;
    border-radius: 8px;
    color: #1b1b18;
    background: #fffdf8;
    box-shadow: 0 18px 45px rgba(23, 32, 25, .08);
}

.seasons-printout .seasons-return-home {
    margin-bottom: 18px;
}

.seasons-printout .seasons-btn--ghost {
    min-height: 42px;
    gap: 9px;
    padding: 5px 16px 5px 6px;
    border-color: #d6c8ae;
    color: #1b1b18;
    background: #f8f3e8;
    box-shadow: 0 8px 20px rgba(23, 32, 25, .08);
}

.seasons-printout .seasons-btn--ghost span {
    width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    color: #fff;
    background: #244e37;
}

.seasons-printout .seasons-btn--ghost span::before {
    content: "";
    width: 15px;
    height: 14px;
    display: block;
    background: currentColor;
    clip-path: polygon(50% 0, 100% 38%, 100% 100%, 64% 100%, 64% 64%, 36% 64%, 36% 100%, 0 100%, 0 38%);
}

.seasons-menu-note {
    max-width: none;
    margin: 0 0 18px;
    padding: 12px 14px;
    border: 1px dashed #c5b591;
    border-left: 5px solid #1b1b18;
    border-radius: 0;
    color: #1b1b18;
    background: #fbf5e8;
    font-size: .95rem;
    font-weight: 760;
}

.seasons-menu-sections,
.seasons-menu-items,
.seasons-price-list {
    display: grid;
}

.seasons-menu-sections {
    gap: 16px;
}

.seasons-menu-section,
.seasons-price-list {
    border: 1px solid #20201d;
    border-radius: 0;
    overflow: hidden;
    background: #fff;
    box-shadow: none;
}

.seasons-menu-section header {
    margin: 0;
    padding: 13px 16px 12px;
    color: #fff;
    background: #1b1b18;
}

.seasons-menu-section h2 {
    margin: 0;
    color: #fff;
    font-size: 1.08rem;
    font-weight: 830;
    line-height: 1.15;
    text-transform: uppercase;
}

.seasons-menu-section header p {
    margin: 4px 0 0;
    color: rgba(255, 255, 255, .72);
    font-size: .82rem;
    font-weight: 650;
    line-height: 1.25;
    text-transform: uppercase;
}

.seasons-menu-item,
.seasons-price-item {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 96px 112px;
    gap: 12px;
    align-items: start;
    padding: 10px 16px;
    border-top: 1px solid #ded8cb;
    break-inside: avoid;
}

.seasons-price-item {
    grid-template-columns: minmax(0, 1fr) minmax(190px, max-content);
    border-top: 0;
    border-bottom: 1px solid #ded8cb;
}

.seasons-price-item:last-child {
    border-bottom: 0;
}

.seasons-menu-item strong,
.seasons-price-item strong {
    display: block;
    color: #1b1b18;
    font-size: .98rem;
    line-height: 1.32;
    font-weight: 760;
}

.seasons-menu-item small,
.seasons-price-item small {
    display: block;
    margin-top: 3px;
    color: #6f6659;
    font-size: .84rem;
    line-height: 1.3;
}

.seasons-price-item p {
    margin: 5px 0 0;
    color: #6f6659;
    font-size: .86rem;
    line-height: 1.42;
}

.seasons-menu-item span,
.seasons-menu-item b,
.seasons-price-item b {
    color: #1b1b18;
    text-align: right;
    font-style: normal;
    font-variant-numeric: tabular-nums;
    white-space: nowrap;
}

.seasons-menu-item span {
    color: #6f6659;
    font-size: .9rem;
}

.seasons-menu-item b,
.seasons-price-item b {
    font-size: .98rem;
    font-weight: 820;
}

.seasons-price-value {
    min-width: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 5px;
    white-space: normal;
}

.seasons-price-value span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 26px;
    padding: 4px 8px;
    border: 1px solid #d6c8ae;
    border-radius: 999px;
    background: #f8f3e8;
}

.site-footer {
    position: relative;
    overflow: hidden;
    padding-top: 58px;
    background:
        linear-gradient(135deg, #172019 0%, #244e37 64%, #1f3943 100%);
}

.site-footer::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--gold), rgba(216, 170, 79, .52), rgba(36, 78, 55, .72));
}

.site-footer__inner {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.16fr) minmax(260px, .92fr) minmax(240px, .78fr);
    gap: 18px;
}

.site-footer__brand-panel,
.site-footer__contact-panel,
.site-footer__nav-panel {
    min-width: 0;
    padding: 22px;
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 8px;
    background: rgba(255, 255, 255, .075);
    box-shadow: 0 22px 58px rgba(0, 0, 0, .12);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

.site-footer__brand-panel {
    display: grid;
    align-content: start;
    gap: 18px;
}

.site-footer__brand .custom-logo-link {
    width: fit-content;
    max-width: 100%;
    padding: 10px 14px;
    border: 1px solid rgba(216, 170, 79, .18);
    border-radius: 10px;
    background: rgba(255, 255, 255, .96);
    box-shadow: 0 16px 36px rgba(0, 0, 0, .22);
}

.site-footer__brand .custom-logo {
    width: auto;
    height: 64px;
    max-width: 176px;
}

.site-footer h2 {
    margin-top: 0;
    color: #fff;
    font-size: 1.05rem;
}

.site-footer p,
.site-footer a {
    color: rgba(255, 255, 255, .86);
}

.site-footer p {
    max-width: 42rem;
    margin: 0;
    line-height: 1.65;
}

.site-footer a {
    text-decoration: none;
}

.site-footer a:hover,
.site-footer a:focus {
    color: #fff;
}

.site-footer__contacts,
.site-footer__menu {
    display: grid;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.site-footer__contacts a,
.site-footer__menu a {
    display: flex;
    min-height: 38px;
    align-items: center;
    padding: 8px 0;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    line-height: 1.35;
}

.site-footer__contacts li:last-child a,
.site-footer__menu li:last-child a {
    border-bottom: 0;
}

.site-social,
.site-footer__route-actions,
.site-footer__cta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.site-footer__route-actions {
    margin-top: 18px;
}

.site-footer__route-actions a,
.seasons-btn--footer-call {
    min-height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 14px;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 999px;
    color: #fff;
    background: rgba(255, 255, 255, .1);
    font-weight: 800;
}

.site-footer__route-actions a:first-child {
    color: #17130d;
    background: var(--gold);
    border-color: var(--gold);
}

.site-footer__nav-panel {
    display: grid;
    align-content: start;
    gap: 18px;
}

.site-footer__cta {
    margin-top: 4px;
}

.site-footer__cta .seasons-btn {
    flex: 1 1 150px;
}

.site-footer__bottom {
    position: relative;
    z-index: 1;
    width: min(calc(100% - 32px), 1220px);
    display: flex;
    justify-content: space-between;
    gap: 16px;
    margin: 22px auto 0;
    padding: 18px 0;
    border-top: 1px solid rgba(255, 255, 255, .16);
    color: rgba(255, 255, 255, .7);
}

.site-footer__bottom a {
    color: var(--gold);
    font-weight: 800;
}

.site-fab {
    position: fixed;
    right: clamp(16px, 2vw, 30px);
    bottom: clamp(22px, 5vh, 64px);
    z-index: 1100;
    width: 66px;
    height: 66px;
    overflow: visible;
}

.site-fab__toggle,
.site-fab__action {
    position: absolute;
    right: 4px;
    bottom: 4px;
    width: 58px;
    height: 58px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 0;
    border-radius: 999px;
    box-shadow: 0 16px 36px rgba(10, 12, 18, .28);
    color: #181b22;
    background: var(--gold);
    line-height: 0;
    text-decoration: none;
    transition: opacity .24s ease, transform .28s cubic-bezier(.18, .9, .28, 1.2), box-shadow .2s ease, background .2s ease, color .2s ease;
}

.site-fab__toggle svg,
.site-fab__action svg {
    width: 25px;
    height: 25px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.9;
    stroke-linecap: round;
    stroke-linejoin: round;
    display: block;
    flex: 0 0 auto;
}

.site-fab__toggle {
    z-index: 4;
    color: var(--gold);
    background: #2e303b;
    cursor: pointer;
    animation: seasons-fab-shake 4.8s ease-in-out infinite;
}

.site-fab__toggle::before {
    content: "";
    position: absolute;
    inset: -7px;
    border: 1px solid rgba(216, 170, 79, .3);
    border-radius: inherit;
    opacity: .8;
    animation: seasons-fab-pulse 2.8s ease-out infinite;
}

.site-fab.is-open .site-fab__toggle {
    animation: none;
}

.site-fab.is-open .site-fab__toggle::before {
    display: none;
}

.site-fab__action {
    --fab-x: 0;
    --fab-y: 0;
    z-index: 2;
    opacity: 0;
    pointer-events: none;
    transform: translate(0, 0) scale(.55);
}

.site-fab__action::after {
    content: attr(aria-label);
    position: absolute;
    right: calc(100% + 10px);
    top: 50%;
    max-width: 148px;
    padding: 7px 10px;
    border: 1px solid rgba(216, 170, 79, .2);
    border-radius: 999px;
    color: #fff;
    background: rgba(46, 48, 59, .94);
    box-shadow: 0 12px 24px rgba(10, 12, 18, .22);
    font-size: .78rem;
    font-weight: 820;
    line-height: 1;
    white-space: nowrap;
    opacity: 0;
    pointer-events: none;
    transform: translate(4px, -50%);
    transition: opacity .18s ease, transform .18s ease;
}

.site-fab__action--phone {
    --fab-x: -124px;
    --fab-y: -10px;
    color: #fff;
    background: var(--green);
}

.site-fab__action--booking {
    --fab-x: -104px;
    --fab-y: -106px;
    background: var(--gold);
}

.site-fab__action--route {
    --fab-x: 2px;
    --fab-y: -144px;
    color: var(--paper);
    background: #2e303b;
}

.site-fab.is-open .site-fab__action {
    opacity: 1;
    pointer-events: auto;
    transform: translate(var(--fab-x), var(--fab-y)) scale(1);
}

.site-fab__toggle:hover,
.site-fab__toggle:focus,
.site-fab__action:hover,
.site-fab__action:focus {
    box-shadow: 0 22px 42px rgba(10, 12, 18, .28), 0 0 0 5px rgba(216, 170, 79, .2);
    outline: 0;
}

.site-fab__toggle:hover,
.site-fab__toggle:focus {
    color: #2e303b;
    background: var(--gold);
}

.site-fab.is-open .site-fab__action:hover,
.site-fab.is-open .site-fab__action:focus {
    transform: translate(var(--fab-x), calc(var(--fab-y) - 3px)) scale(1.08);
}

.site-fab.is-open .site-fab__action:hover::after,
.site-fab.is-open .site-fab__action:focus::after {
    opacity: 1;
    transform: translate(0, -50%);
}

.site-fab.is-open .site-fab__action--phone:hover,
.site-fab.is-open .site-fab__action--phone:focus {
    background: #2f6849;
}

.site-fab.is-open .site-fab__action--booking:hover,
.site-fab.is-open .site-fab__action--booking:focus {
    background: #e1b85f;
}

.site-fab.is-open .site-fab__action--route:hover,
.site-fab.is-open .site-fab__action--route:focus {
    background: #3a3d49;
}

@keyframes seasons-fab-shake {
    0%,
    78%,
    100% {
        transform: rotate(0);
    }

    82% {
        transform: rotate(-7deg);
    }

    86% {
        transform: rotate(7deg);
    }

    90% {
        transform: rotate(-4deg);
    }

    94% {
        transform: rotate(4deg);
    }
}

@keyframes seasons-fab-pulse {
    0% {
        opacity: .56;
        transform: scale(.86);
    }

    70%,
    100% {
        opacity: 0;
        transform: scale(1.28);
    }
}

@media (prefers-reduced-motion: reduce) {
    .site-fab__toggle,
    .site-fab__toggle::before {
        animation: none;
    }
}

@media (max-width: 1280px) {
    .site-header__toggle {
        display: inline-flex;
    }

    .site-header__nav {
        position: absolute;
        top: calc(100% + 8px);
        right: 12px;
        left: 12px;
        display: none;
        align-items: stretch;
        flex-direction: column;
        max-height: calc(100dvh - var(--header-h) - 24px);
        overflow: auto;
        padding: 16px;
        border: 1px solid rgba(23, 32, 25, .1);
        border-radius: 8px;
        background: rgba(248, 246, 239, .92);
        box-shadow: var(--shadow);
        backdrop-filter: blur(18px);
        -webkit-backdrop-filter: blur(18px);
    }

    .site-header__nav.is-open {
        display: flex;
    }

    .site-menu,
    .site-menu ul {
        align-items: stretch;
        flex-direction: column;
        gap: 4px;
    }

    .site-menu a {
        white-space: normal;
    }

    .facilities-grid,
    .seasons-room-grid,
    .experience-grid,
    .post-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .site-footer__inner {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .site-footer__brand-panel {
        grid-column: 1 / -1;
    }

    .error404-hero__inner,
    .error404-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 900px) {
    :root {
        --header-h: 120px;
    }

    .site-header__inner {
        min-height: 60px;
    }

    .custom-logo {
        width: auto;
        height: 46px;
        max-width: 128px;
    }

    .site-header__mobile-actions {
        width: min(calc(100% - 24px), 1220px);
        display: grid;
        grid-template-columns: minmax(0, 1.15fr) minmax(270px, .85fr);
        align-items: center;
        gap: 7px;
        margin: 0 auto 7px;
    }

    .site-header__mobile-address,
    .site-header__mobile-buttons {
        min-width: 0;
        min-height: 38px;
        display: grid;
        align-items: center;
        border: 1px solid rgba(23, 32, 25, .1);
        border-radius: 999px;
        text-decoration: none;
        background: rgba(255, 255, 255, .68);
        box-shadow: 0 10px 22px rgba(23, 32, 25, .08);
        backdrop-filter: blur(14px);
        -webkit-backdrop-filter: blur(14px);
    }

    .site-header__mobile-address {
        grid-template-columns: 32px minmax(0, 1fr);
        gap: 8px;
        padding: 4px 11px 4px 4px;
        color: var(--ink);
    }

    .site-header__mobile-icon {
        width: 30px;
        height: 30px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 999px;
        color: #fff;
        background: var(--green);
        font-size: .72rem;
        font-weight: 900;
    }

    .site-header__mobile-text {
        min-width: 0;
        display: flex;
        align-items: baseline;
        gap: 6px;
    }

    .site-header__mobile-text em {
        flex: 0 0 auto;
        color: var(--green);
        font-size: .68rem;
        font-weight: 850;
        font-style: normal;
        text-transform: uppercase;
    }

    .site-header__mobile-text strong {
        min-width: 0;
        overflow: hidden;
        color: var(--muted);
        font-size: .76rem;
        font-weight: 720;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .site-header__mobile-buttons {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 4px;
        padding: 4px;
    }

    .site-header__mobile-buttons a {
        min-width: 0;
        min-height: 30px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 5px;
        padding: 7px 8px;
        border-radius: 999px;
        color: var(--ink);
        font-size: .78rem;
        font-weight: 830;
        text-decoration: none;
        white-space: nowrap;
    }

    .site-header__mobile-buttons a span {
        width: 18px;
        height: 18px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 999px;
        color: #fff;
        background: var(--green);
        font-size: .62rem;
        font-weight: 900;
    }

    .site-header__mobile-buttons a.is-call {
        color: #17130d;
        background: var(--gold);
    }

    .site-header__mobile-buttons a.is-call span {
        color: #17130d;
        background: rgba(255, 255, 255, .52);
    }
}

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

@media (max-width: 760px) {
    :root {
        --header-h: 154px;
    }

    .container,
    .site-header__inner,
    .hero__content,
    .site-footer__inner {
        width: min(calc(100% - 24px), 1220px);
    }

    .site-header__inner {
        min-height: 60px;
    }

    .custom-logo {
        width: auto;
        height: 46px;
        max-width: 128px;
    }

    .site-header__mobile-actions {
        grid-template-columns: 1fr;
        gap: 5px;
        margin-bottom: 6px;
    }

    .site-header__mobile-buttons a {
        gap: 4px;
        padding-inline: 6px;
        font-size: .74rem;
    }

    .hero {
        min-height: clamp(480px, calc(100svh - var(--header-h) - 28px), 590px);
    }

    .hero__content {
        padding: 64px 0 36px;
    }

    .hero h1 {
        font-size: 2.42rem;
        line-height: 1.02;
    }

    .hero p:not(.eyebrow) {
        font-size: 1rem;
        line-height: 1.55;
    }

    .hero__actions .seasons-btn {
        flex: 1 1 180px;
    }

    .hero-slider__controls {
        max-width: 100%;
    }

    .error404-hero {
        min-height: auto;
        padding: 46px 0 42px;
    }

    .error404-hero__inner,
    .error404-grid,
    .error404-search {
        grid-template-columns: 1fr;
    }

    .error404-hero__mark {
        grid-template-columns: repeat(3, 1fr);
        gap: 8px;
    }

    .error404-hero__mark span {
        min-height: 92px;
        font-size: 3rem;
    }

    .error404-hero__mark span:nth-child(2) {
        transform: translateY(-8px);
    }

    .error404-hero__actions .seasons-btn,
    .error404-search .seasons-btn {
        width: 100%;
        justify-content: center;
    }

    .section {
        padding: 58px 0;
    }

    .section-head h2,
    .page-hero h1 {
        font-size: 2.05rem;
    }

    .facilities-grid,
    .seasons-room-grid,
    .experience-grid,
    .post-grid,
    .gallery-grid,
    .conversion-cta,
    .contact-band,
    .room-layout,
    .room-gallery,
    .site-footer__inner,
    .seasons-menu-item,
    .seasons-price-item {
        grid-template-columns: 1fr;
    }

    .site-footer {
        padding-top: 42px;
    }

    .site-footer__brand-panel,
    .site-footer__contact-panel,
    .site-footer__nav-panel {
        padding: 18px;
    }

    .site-footer__brand-panel {
        grid-column: auto;
    }

    .site-footer__bottom {
        width: min(calc(100% - 24px), 1220px);
        flex-direction: column;
        align-items: flex-start;
    }

    .site-footer__cta .seasons-btn,
    .conversion-cta__actions .seasons-btn,
    .site-footer__route-actions a {
        flex: 1 1 100%;
    }

    .conversion-cta__actions {
        justify-content: stretch;
    }

    .site-fab {
        right: 14px;
        bottom: 18px;
        width: 62px;
        height: 62px;
    }

    .site-fab__toggle,
    .site-fab__action {
        width: 54px;
        height: 54px;
    }

    .site-fab__action--phone {
        --fab-x: -72px;
        --fab-y: -6px;
    }

    .site-fab__action--booking {
        --fab-x: -56px;
        --fab-y: -66px;
    }

    .site-fab__action--route {
        --fab-x: 2px;
        --fab-y: -86px;
    }

    .seasons-printout {
        padding: 14px;
    }

    .seasons-menu-note {
        padding: 11px 12px;
        font-size: .88rem;
    }

    .seasons-menu-section header {
        padding: 12px 13px 10px;
    }

    .seasons-menu-item {
        grid-template-columns: minmax(0, 1fr) 76px 86px;
        gap: 8px;
        padding: 10px 12px;
    }

    .seasons-price-item {
        grid-template-columns: 1fr;
        gap: 8px;
        padding: 10px 12px;
    }

    .seasons-menu-item strong,
    .seasons-price-item strong {
        font-size: .92rem;
    }

    .seasons-menu-item small,
    .seasons-price-item small {
        font-size: .78rem;
    }

    .seasons-menu-item span,
    .seasons-menu-item b,
    .seasons-price-item b {
        text-align: right;
    }

    .seasons-price-value {
        justify-content: flex-start;
        text-align: left;
    }

    .experience-card {
        min-height: 320px;
    }

    .room-aside {
        position: static;
    }

    .seasons-lightbox {
        grid-template-columns: 1fr;
        gap: 10px;
        padding: 64px 12px 18px;
    }

    .seasons-lightbox__nav {
        position: absolute;
        top: 50%;
        width: 46px;
        height: 46px;
        transform: translateY(-50%);
    }

    .seasons-lightbox__nav--prev {
        left: 12px;
    }

    .seasons-lightbox__nav--next {
        right: 12px;
    }

    .seasons-lightbox img {
        max-height: 72vh;
    }

}

@media (max-width: 520px) {
    .seasons-menu-item {
        grid-template-columns: minmax(0, 1fr) 86px;
    }

    .seasons-price-item {
        grid-template-columns: 1fr;
    }

    .seasons-menu-item span {
        grid-column: 1 / 2;
        grid-row: 2;
        text-align: left;
    }

    .seasons-menu-item b {
        grid-column: 2 / 3;
        grid-row: 1 / span 2;
        align-self: start;
    }
}
