/*
Theme Name: Zawoja Na Wsi
Theme URI: https://znw.webdesign.waw.pl/
Author: OpenAI Codex
Description: Autorski motyw WordPress przygotowany dla obiektu Dom Zawoja na Wsi.
Version: 3.4.0
Requires at least: 6.4
Tested up to: 6.9
Requires PHP: 8.1
Text Domain: zawoja-na-wsi
*/

@import url("https://fonts.googleapis.com/css2?family=Alumni+Sans:wght@300;400;500;600;700&family=Oooh+Baby&family=Caveat:wght@400;500;600;700&family=Nunito:wght@300;400;500;600;700;800;900&display=swap");

:root {
    --sage: #9fb09e;
    --sage-soft: #bbc9ba;
    --sage-dark: #829680;
    --sage-deep: #627360;
    --forest: #495948;
    --forest-strong: #344233;
    --cream: #faf7f2;
    --cream-deep: #f1ece4;
    --white: #ffffff;
    --line: rgba(73, 89, 72, 0.15);
    --shadow: 0 24px 60px rgba(54, 70, 52, 0.14);
    --container: min(1200px, calc(100vw - 3rem));
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 96px;
}

body {
    margin: 0;
    background: linear-gradient(180deg, #fdfbf8 0%, var(--cream) 32%, var(--cream-deep) 100%);
    color: var(--forest);
    font-family: "Nunito", Arial, sans-serif;
    font-size: 16px;
    line-height: 1.72;
}

img {
    display: block;
    max-width: 100%;
}

a {
    color: inherit;
    text-decoration: none;
}

p,
ul,
ol,
figure {
    margin: 0;
}

ul,
ol {
    padding: 0;
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    color: var(--forest-strong);
    font-family: "Nunito", Arial, sans-serif;
    line-height: 1.06;
}

button,
input,
textarea,
select {
    font: inherit;
}

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

.container {
    width: var(--container);
    margin-inline: auto;
}

.site-shell {
    overflow: clip;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 70;
    background: rgba(255, 255, 255, 0.96);
    border-bottom: 1px solid rgba(73, 89, 72, 0.08);
    backdrop-filter: blur(12px);
    transition: box-shadow 0.2s ease, background-color 0.2s ease;
}

.site-header.is-scrolled {
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 12px 24px rgba(52, 66, 51, 0.08);
}

.site-header__inner {
    width: var(--container);
    margin-inline: auto;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 2.15rem;
    min-height: 110px;
    transition: min-height 0.22s ease;
}

.site-header.is-scrolled .site-header__inner {
    min-height: 78px;
}

.site-header__nav {
    display: flex;
}

.site-header__nav--left {
    justify-content: flex-end;
}

.site-header__nav--right {
    justify-content: flex-start;
}

/* Header logo spacing */
.site-header__nav--left {
    padding-right: 3.35rem;
}

.site-header__nav--right {
    padding-left: 3.35rem;
}

@media (max-width: 1100px) {
    .site-header__nav--left {
        padding-right: 2.35rem;
    }

    .site-header__nav--right {
        padding-left: 2.35rem;
    }
}

@media (max-width: 980px) {
    .site-header__nav--left,
    .site-header__nav--right {
        padding-right: 0;
        padding-left: 0;
    }
}
/* End header logo spacing */

.site-header__menu {
    display: flex;
    align-items: center;
    gap: 3.35rem;
}

.site-header__menu a,
.site-header__menu .site-nav__item {
    color: rgba(73, 89, 72, 0.86);
    display: inline-block;
    font-size: 1.55rem;
    font-weight: 300;
    letter-spacing: 0.06em;
    line-height: 1.05;
    transition: color 0.2s ease, transform 0.2s ease, font-size 0.22s ease, letter-spacing 0.22s ease;
}

.site-header__menu a:hover,
.site-header__menu a:focus-visible {
    color: var(--sage-deep);
    transform: translateY(-3px);
}

.mobile-nav__list a,
.mobile-nav__list .site-nav__item,
.site-footer__nav-list a,
.site-footer__nav-list .site-nav__item {
    font-size: 0.96rem;
    font-weight: 700;
    letter-spacing: 0.08em;
}

.mobile-nav__list a:hover,
.mobile-nav__list a:focus-visible,
.site-footer__nav-list a:hover,
.site-footer__nav-list a:focus-visible {
    color: var(--sage-deep);
}

.site-logo {
    position: relative;
    z-index: 3;
    display: block;
    width: 176px;
    margin-top: 0.2rem;
    margin-bottom: -66px;
    justify-self: center;
    filter: drop-shadow(0 10px 18px rgba(52, 66, 51, 0.1));
    transition: width 0.22s ease, margin-bottom 0.22s ease;
}

.site-header.is-scrolled .site-logo {
    width: 126px;
    margin-bottom: -38px;
}

.site-logo img {
    width: 100%;
    height: auto;
}

.mobile-toggle,
.mobile-nav {
    display: none;
}

.hero {
    min-height: calc(100vh - 110px);
    min-height: calc(100svh - 110px);
    background-image: var(--hero-image);
    background-position: center top;
    background-size: cover;
}

.hero__content {
    display: grid;
    align-items: center;
    justify-items: center;
    min-height: inherit;
    text-align: center;
}

.hero__copy {
    max-width: 1180px;
    padding: 10.4rem 0 6rem;
    color: var(--white);
}

.hero__title {
    color: var(--white);
    font-size: 68px;
    font-weight: 300;
    letter-spacing: 0.04em;
    line-height: 1.05;
    text-transform: uppercase;
    white-space: nowrap;
    text-shadow: 0 6px 18px rgba(0, 0, 0, 0.26);
}

.hero__subtitle {
    max-width: 980px;
    margin: 1rem auto 0;
    color: rgba(255, 255, 255, 0.97);
    font-size: 30px;
    font-weight: 300;
    line-height: 1.32;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    text-shadow: 0 4px 14px rgba(0, 0, 0, 0.24);
}

.hero__actions {
    margin-top: 9.375rem;
}

.hero__actions .site-button,
.gallery-cta .site-button {
    text-transform: uppercase;
}

.gallery-cta .site-button {
    margin-top: 3.125rem;
}

.hero__scroll-cue {
    display: inline-grid;
    justify-items: center;
    gap: 0.38rem;
    margin-top: 2.1rem;
    cursor: pointer;
}

.hero__scroll-arrow {
    width: 28px;
    height: 28px;
    border-right: 4px solid rgba(255, 255, 255, 0.98);
    border-bottom: 4px solid rgba(255, 255, 255, 0.98);
    transform: rotate(45deg);
    filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 0.28));
    animation: hero-scroll-bounce 1.9s ease-in-out infinite;
}

.hero__scroll-arrow--two {
    animation-delay: 0.18s;
}

.hero__scroll-arrow--three {
    animation-delay: 0.36s;
}

@keyframes hero-scroll-bounce {
    0%,
    100% {
        transform: rotate(45deg) translate(0, 0);
        opacity: 0.55;
    }

    50% {
        transform: rotate(45deg) translate(4px, 4px);
        opacity: 1;
    }
}

.site-button,
.outline-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 54px;
    padding: 0.95rem 1.7rem;
    border: 1px solid transparent;
    border-radius: 10px;
    font-size: 0.92rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.site-button:hover,
.site-button:focus-visible,
.outline-button:hover,
.outline-button:focus-visible {
    transform: translateY(-1px);
}

.site-button--accent {
    background: rgba(255, 255, 255, 0.96);
    border-color: rgba(255, 255, 255, 0.96);
    box-shadow: 0 16px 28px rgba(0, 0, 0, 0.14);
    color: var(--forest-strong);
}

.site-button--accent:hover,
.site-button--accent:focus-visible {
    background: var(--white);
    box-shadow: 0 18px 30px rgba(0, 0, 0, 0.18);
}

.site-button--ghost {
    border-color: rgba(255, 255, 255, 0.52);
    background: rgba(255, 255, 255, 0.08);
    color: var(--white);
}

.site-button--ghost:hover,
.site-button--ghost:focus-visible {
    background: rgba(255, 255, 255, 0.16);
}

.site-button--soft,
.outline-button--dark {
    border-color: rgba(73, 89, 72, 0.14);
    background: rgba(255, 255, 255, 0.9);
    color: var(--forest-strong);
}

.site-button--soft:hover,
.site-button--soft:focus-visible,
.outline-button--dark:hover,
.outline-button--dark:focus-visible {
    background: var(--white);
}

.about-section {
    background: var(--sage);
    padding: 6.5rem 0 6.8rem;
}

.about-section__inner {
    display: grid;
    grid-template-columns: minmax(360px, 1.15fr) minmax(320px, 0.9fr);
    gap: 4.4rem;
    align-items: center;
}

.about-section__frame {
    position: relative;
    padding: 0.3rem;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.02);
    box-shadow: 0 16px 28px rgba(54, 70, 52, 0.08);
}

.about-section__frame img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    border-radius: 10px;
}

.about-slider {
    position: relative;
    aspect-ratio: 4 / 3;
}

.about-slide {
    position: absolute;
    inset: 0;
    margin: 0;
    opacity: 0;
    transform: scale(1.04);
    transition: opacity 0.8s ease, transform 1.2s ease;
}

.about-slide.is-active {
    opacity: 1;
    transform: scale(1);
    z-index: 1;
}

.about-slider__dots {
    position: absolute;
    right: 1rem;
    bottom: 1rem;
    z-index: 2;
    display: flex;
    gap: 0.45rem;
}

.about-slider__dot {
    width: 10px;
    height: 10px;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, 0.92);
    border-radius: 999px;
    background: transparent;
    cursor: pointer;
    appearance: none;
    opacity: 0.8;
    transition: transform 0.2s ease, background-color 0.2s ease, opacity 0.2s ease;
}

.about-slider__dot.is-active {
    background: rgba(255, 255, 255, 0.98);
    transform: scale(1.15);
    opacity: 1;
}

.about-slider__dot:hover,
.about-slider__dot:focus-visible {
    background: rgba(255, 255, 255, 0.78);
}

.about-section__content {
    color: rgba(255, 255, 255, 0.94);
}

.section-kicker,
.site-footer__eyebrow {
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.section-kicker {
    color: var(--sage-deep);
}

.about-section .section-kicker,
.section-kicker--light {
    color: rgba(255, 255, 255, 0.8);
}

.section-kicker--center {
    text-align: center;
}

.section-title {
    margin-top: 0.7rem;
    font-size: clamp(2.4rem, 4vw, 4rem);
}

.section-title--center {
    text-align: center;
}

.about-section .section-title {
    max-width: 640px;
    color: var(--white);
    font-size: 40px;
    font-weight: 300;
    line-height: 1.22;
    letter-spacing: -0.02em;
}

.amenities-section .section-title {
    max-width: 760px;
    margin-inline: auto;
    font-size: 40px;
    font-weight: 300;
    line-height: 1.22;
    letter-spacing: -0.02em;
}

.about-section__text {
    max-width: 560px;
    margin-top: 1.05rem;
    color: rgba(255, 255, 255, 0.92);
    font-size: 1.05rem;
}

.about-section__signature {
    margin-top: 2rem;
    color: var(--white);
    font-family: "Oooh Baby", cursive;
    font-weight: 400;
    line-height: 0.94;
}

.about-section__signature span {
    display: block;
}

.about-section__signature span:first-child {
    font-size: 32px;
    margin-bottom: 0.6rem;
}

.about-section__signature span:last-child {
    font-size: 39px;
}

.amenities-section {
    padding: 6.3rem 0 6.6rem;
    background: linear-gradient(180deg, rgba(159, 176, 158, 0.12) 0%, rgba(255, 255, 255, 0) 18%), var(--cream);
}

.section-heading-group {
    max-width: 760px;
    margin: 0 auto 3rem;
}

.amenities-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 1.2rem;
}

.amenity-card {
    display: grid;
    justify-items: center;
    align-content: start;
    gap: 1.1rem;
    min-height: 214px;
    padding: 1.45rem 1rem 1.2rem;
    background: var(--sage);
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 12px;
    box-shadow: var(--shadow);
    color: var(--white);
    text-align: center;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.amenity-card:hover,
.amenity-card:focus-within {
    transform: translateY(-3px);
    box-shadow: 0 24px 40px rgba(54, 70, 52, 0.16);
}

.amenity-card__icon {
    width: 68px;
    height: 68px;
    display: grid;
    place-items: center;
}

.amenity-card__icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.amenity-card__title {
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.35;
    color: var(--white);
}

.amenity-card__title span {
    display: block;
}

.gallery-cta {
    position: relative;
    width: 100%;
    min-height: 370px;
    margin: 0;
    border-radius: 0;
    overflow: hidden;
    box-shadow: none;
    --gallery-offset: 0px;
}

.gallery-cta::before {
    content: "";
    position: absolute;
    inset: -20% 0;
    background-image: var(--gallery-image);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    transform: translate3d(0, var(--gallery-offset), 0) scale(1.2);
    will-change: transform;
}

.gallery-cta__overlay,
.inner-hero__overlay {
    position: absolute;
    inset: 0;
}

.gallery-cta__overlay {
    z-index: 1;
    background: transparent;
    pointer-events: none;
}

.gallery-cta__inner {
    position: relative;
    z-index: 2;
    display: grid;
    place-items: center;
    min-height: inherit;
    padding: 4rem 1.5rem;
    text-align: center;
    color: var(--white);
}

.gallery-cta__title {
    max-width: 620px;
    margin-top: 0.8rem;
    color: var(--white);
    font-family: "Alumni Sans", "Nunito", Arial, sans-serif;
    font-size: clamp(2.2rem, 4vw, 3.6rem);
    font-weight: 500;
}

.availability-section {
    padding: 4.4rem 0 6rem;
    background: linear-gradient(180deg, rgba(159, 176, 158, 0.14) 0%, rgba(250, 247, 242, 1) 72%);
}

.availability-card {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) auto;
    gap: 2.4rem;
    align-items: center;
    padding: 2.4rem 2.6rem;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(73, 89, 72, 0.1);
    border-radius: 12px;
    box-shadow: var(--shadow);
}

.availability-card__title {
    margin-top: 0.55rem;
    font-size: clamp(2rem, 3vw, 2.8rem);
    font-weight: 700;
}

.availability-card::before {
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    width: 8px;
    background: linear-gradient(180deg, var(--sage) 0%, var(--sage-dark) 100%);
}

.availability-card__text {
    max-width: 680px;
    margin-top: 0.8rem;
    color: rgba(73, 89, 72, 0.88);
    font-size: 1.02rem;
}

.availability-card__actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 0.85rem;
}

.availability-card__actions .site-button {
    min-width: 172px;
}

.site-footer {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.42) 0%, var(--cream-deep) 100%);
    border-top: 1px solid rgba(73, 89, 72, 0.08);
}

.site-footer__main {
    padding: 4.6rem 0 2rem;
}

.site-footer__grid {
    display: grid;
    grid-template-columns: 1.3fr 1fr 0.95fr;
    gap: 2rem;
}

.site-footer__eyebrow {
    color: var(--sage-deep);
}

.site-footer__title {
    margin-top: 0.7rem;
    font-size: clamp(2rem, 3vw, 2.8rem);
}

.site-footer__text,
.site-footer__list,
.site-footer__address,
.site-footer__bottom {
    color: rgba(73, 89, 72, 0.88);
}

.site-footer__text {
    max-width: 430px;
    margin-top: 1rem;
    font-size: 1rem;
}

.site-footer__address {
    display: grid;
    gap: 0.2rem;
    margin-top: 1rem;
}

.site-footer__list,
.site-footer__nav-list {
    display: grid;
    gap: 0.9rem;
    margin-top: 1rem;
}

.site-footer__list a,
.site-footer__nav-list a {
    color: inherit;
}

.site-footer__socials {
    display: flex;
    gap: 0.7rem;
    margin-top: 1.2rem;
}

.site-footer__social {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border: 1px solid rgba(73, 89, 72, 0.16);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.74);
    color: var(--forest-strong);
}

.site-footer__social svg {
    width: 20px;
    height: 20px;
}

.site-footer__bottom {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    margin-top: 2.25rem;
    padding-top: 1.6rem;
    border-top: 1px solid var(--line);
    font-size: 0.96rem;
}

.inner-hero {
    position: relative;
    min-height: 360px;
    background-image: var(--hero-image);
    background-position: center center;
    background-size: cover;
}

.inner-hero__overlay {
    background: linear-gradient(180deg, rgba(52, 66, 51, 0.34) 0%, rgba(52, 66, 51, 0.66) 100%);
}

.inner-hero--clean .inner-hero__overlay {
    background: transparent;
}

.inner-hero__content {
    position: relative;
    z-index: 1;
    display: grid;
    place-items: center;
    min-height: inherit;
    text-align: center;
    color: var(--white);
}

.inner-hero--clean .inner-hero__content {
    padding-top: 2.8rem;
}

.inner-hero__title {
    color: var(--white);
    font-size: clamp(2.8rem, 5vw, 4.6rem);
}

.inner-hero__lead {
    max-width: 720px;
    margin-top: 1rem;
    color: rgba(255, 255, 255, 0.92);
    font-size: 1.08rem;
}

.inner-section {
    padding: 4.5rem 0 5.4rem;
}

.inner-section--white {
    background: transparent;
}

.inner-cards {
    display: grid;
    gap: 1.25rem;
}

.inner-cards--three {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.inner-cards--two {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.inner-card,
.inner-gallery-item {
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(73, 89, 72, 0.08);
    border-radius: 12px;
    box-shadow: var(--shadow);
}

.inner-card {
    padding: 2rem;
}

.inner-card h2,
.default-content h1 {
    font-size: clamp(1.95rem, 3vw, 2.7rem);
}

.inner-card p,
.default-content p {
    margin-top: 1rem;
    color: rgba(73, 89, 72, 0.88);
    font-size: 1rem;
}

.inner-gallery-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.25rem;
}

.inner-gallery-item {
    overflow: hidden;
}

.inner-gallery-item img {
    width: 100%;
    aspect-ratio: 1.15;
    object-fit: cover;
}

.inner-gallery-item figcaption {
    padding: 1rem 1.2rem 1.25rem;
    color: var(--forest-strong);
    font-size: 1.08rem;
    font-weight: 700;
}

.contact-section {
    padding-top: 4.8rem;
}

.contact-layout {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    gap: 1.4rem;
}

.contact-card {
    padding: 2.2rem;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.contact-card h2 {
    margin-top: 0.7rem;
}

.contact-details-list {
    display: grid;
    gap: 1.5rem;
    margin-top: 1.6rem;
}

.contact-details-list h3 {
    margin-bottom: 0.35rem;
    font-size: 1rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.contact-details-list p + p {
    margin-top: 0.2rem;
}

.contact-form__intro {
    margin-top: 0.95rem;
    color: rgba(73, 89, 72, 0.86);
}

.contact-form {
    margin-top: 1.5rem;
}

.contact-form__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.contact-form__field {
    display: grid;
    gap: 0.45rem;
}

.contact-form__field--full {
    grid-column: 1 / -1;
}

.contact-form__field span {
    font-size: 0.9rem;
    font-weight: 700;
    color: var(--forest-strong);
}

.contact-form__field input,
.contact-form__field textarea {
    width: 100%;
    padding: 0.95rem 1rem;
    border: 1px solid rgba(73, 89, 72, 0.16);
    border-radius: 10px;
    background: rgba(250, 247, 242, 0.92);
    color: var(--forest-strong);
}

.contact-form__date-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem 1.1rem;
}

.contact-form__date-field {
    display: grid;
    gap: 0.45rem;
}

.contact-form__date-field span {
    font-size: 0.9rem;
    font-weight: 700;
    color: var(--forest-strong);
}

.contact-form__date-field input {
    width: 100%;
    min-width: 0;
}

.contact-form__field textarea {
    resize: vertical;
    min-height: 170px;
}

.contact-form__field input:focus,
.contact-form__field textarea:focus {
    outline: none;
    border-color: rgba(98, 115, 96, 0.68);
    box-shadow: 0 0 0 4px rgba(159, 176, 158, 0.18);
}

.contact-form__actions {
    margin-top: 1.35rem;
}

.contact-form__notice {
    margin-top: 1.2rem;
    padding: 1rem 1.1rem;
    border-radius: 10px;
    font-size: 0.96rem;
}

.contact-form__notice--success {
    background: rgba(159, 176, 158, 0.2);
    color: var(--forest-strong);
    border: 1px solid rgba(98, 115, 96, 0.22);
}

.contact-form__notice--error {
    background: rgba(160, 93, 93, 0.1);
    color: #7a3d3d;
    border: 1px solid rgba(160, 93, 93, 0.18);
}

.contact-form__notice p + p {
    margin-top: 0.35rem;
}

.contact-form__honeypot {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.contact-map-wrap {
    margin-top: 1.4rem;
}

.contact-map-card {
    overflow: hidden;
    border: 1px solid rgba(73, 89, 72, 0.08);
    border-radius: 12px;
    box-shadow: var(--shadow);
}

.contact-map-card iframe {
    display: block;
    width: 100%;
    min-height: 460px;
    border: 0;
}

.default-content > * + * {
    margin-top: 1rem;
}

@media (max-width: 1100px) {
    .amenities-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .site-footer__grid,
    .availability-card {
        grid-template-columns: 1fr;
    }

    .site-header__menu {
        gap: 2.3rem;
    }

    .site-header__menu a {
        font-size: 1.2rem;
    }

    .hero__title {
        white-space: normal;
    }

    .availability-card__actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 0.85rem;
}

.availability-card__actions .site-button {
    min-width: 172px;
}
}

@media (max-width: 980px) {
    html {
        scroll-padding-top: 84px;
    }

    .site-header__nav {
        display: none;
    }

    .site-header__inner {
        grid-template-columns: auto 1fr auto;
        gap: 1rem;
        min-height: 88px;
    }

    .site-header.is-scrolled .site-header__inner {
        min-height: 76px;
    }

    .site-logo {
        width: 118px;
        margin-bottom: -34px;
        grid-column: 2 / 3;
    }

    .site-header.is-scrolled .site-logo {
        width: 96px;
        margin-bottom: -22px;
    }

    .mobile-toggle {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 46px;
        height: 46px;
        margin-left: auto;
        border: 1px solid rgba(73, 89, 72, 0.14);
        border-radius: 10px;
        background: rgba(255, 255, 255, 0.8);
        cursor: pointer;
    }

    .mobile-toggle__bars,
    .mobile-toggle__bars::before,
    .mobile-toggle__bars::after {
        display: block;
        width: 18px;
        height: 2px;
        background: var(--forest-strong);
        transition: transform 0.2s ease, opacity 0.2s ease;
        content: "";
    }

    .mobile-toggle__bars {
        position: relative;
    }

    .mobile-toggle__bars::before {
        position: absolute;
        top: -6px;
        left: 0;
    }

    .mobile-toggle__bars::after {
        position: absolute;
        top: 6px;
        left: 0;
    }

    .mobile-toggle[aria-expanded="true"] .mobile-toggle__bars {
        background: transparent;
    }

    .mobile-toggle[aria-expanded="true"] .mobile-toggle__bars::before {
        transform: translateY(6px) rotate(45deg);
    }

    .mobile-toggle[aria-expanded="true"] .mobile-toggle__bars::after {
        transform: translateY(-6px) rotate(-45deg);
    }

    .mobile-nav {
        display: block;
        max-height: 0;
        overflow: hidden;
        background: rgba(255, 255, 255, 0.98);
        border-top: 1px solid rgba(73, 89, 72, 0.08);
        transition: max-height 0.25s ease;
    }

    .mobile-nav.is-open {
        max-height: 320px;
    }

    .mobile-nav__list {
        display: grid;
        gap: 0.25rem;
        padding: 0.75rem 1.5rem 1.1rem;
    }

    .mobile-nav__list a {
        display: block;
        padding: 0.85rem 0;
        color: rgba(73, 89, 72, 0.88);
        border-bottom: 1px solid rgba(73, 89, 72, 0.08);
    }

    .about-section__inner,
    .inner-cards--three,
    .inner-cards--two,
    .site-footer__grid,
    .inner-gallery-grid {
        grid-template-columns: 1fr;
    }

    .about-section__frame {
        max-width: 760px;
        margin-inline: auto;
    }

    .gallery-cta__inner,
    .inner-hero__content {
        padding-inline: 1.5rem;
    }

    .hero__title {
        white-space: normal;
    }
}

@media (max-width: 700px) {
    .offer-section {
        padding-top: 4rem;
    }

    .offer-intro {
        margin-bottom: 2.2rem;
    }

    .offer-intro__title,
    .offer-feature__copy h2 {
        font-size: 1.9rem;
    }

    .offer-rules-card h2 {
        font-size: 1.75rem;
    }

    .offer-feature__media,
    .offer-feature__media img {
        min-height: 280px;
    }

    .offer-facts {
        grid-template-columns: 1fr;
    }

    .offer-rules__links .site-button {
        width: 100%;
        min-width: 0;
    }
}

@media (max-width: 700px) {
    .amenities-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0.75rem;
    }

    .amenity-card {
        min-height: 0;
        padding: 1rem 0.7rem 0.9rem;
        gap: 0.7rem;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        text-align: center;
    }

    .amenity-card__icon {
        width: 50px;
        height: 50px;
        flex: 0 0 auto;
    }

    .amenity-card__title {
        width: 100%;
        margin: 0;
        font-size: 0.78rem;
        line-height: 1.22;
        text-align: center;
    }

    .amenity-card__title span {
        display: block;
    }

    .contact-layout {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .contact-card {
        min-width: 0;
        padding: 1.35rem 1rem;
        overflow: hidden;
    }

    .contact-card h2 {
        font-size: 1.9rem;
        line-height: 1.04;
    }

    .contact-details-list {
        gap: 1rem;
        margin-top: 1.15rem;
    }

    .contact-details-list h3 {
        font-size: 0.88rem;
    }

    .contact-details-list p,
    .contact-details-list a {
        overflow-wrap: anywhere;
        word-break: break-word;
    }

    .contact-form__grid,
    .contact-form__date-grid {
        grid-template-columns: 1fr;
        gap: 0.85rem;
    }

    .contact-form__field,
    .contact-form__date-field {
        min-width: 0;
    }

    .contact-form__field span,
    .contact-form__date-field span {
        font-size: 0.8rem;
        line-height: 1.2;
    }

    .contact-form__field input,
    .contact-form__field textarea,
    .contact-form__date-field input {
        min-width: 0;
        padding: 0.8rem 0.85rem;
        font-size: 0.95rem;
    }

    .contact-form__field textarea {
        min-height: 150px;
    }

    .contact-form__actions .site-button {
        width: 100%;
    }

    .contact-map-card,
    .contact-map-consent,
    .contact-map-card iframe {
        min-height: 320px;
    }
}
/* End oferta page */
/* Oferta page final refinements */
.offer-section {
    padding-top: 5rem;
}

.offer-intro {
    width: 100%;
    max-width: none;
    margin: 0 auto 3rem;
    text-align: left;
}

.offer-intro .section-kicker {
    display: none;
}

.offer-intro__title {
    margin-top: 0;
    max-width: none;
    font-size: 40px;
    line-height: 1.22;
    letter-spacing: -0.02em;
    font-weight: 300;
}

.offer-intro__text {
    width: 100%;
    max-width: none;
    margin: 1rem 0 0;
    color: rgba(73, 89, 72, 0.82);
    font-size: 1.05rem;
    line-height: 1.78;
}

.offer-feature-list {
    display: grid;
    gap: 2.8rem;
}

.offer-feature {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 0.9fr);
    align-items: center;
    gap: clamp(1.6rem, 3vw, 3rem);
    padding: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
}

.offer-feature--reverse .offer-feature__copy {
    order: 2;
}

.offer-feature--reverse .offer-feature__media {
    order: 1;
}

.offer-feature__copy {
    padding: 0;
}

.offer-feature__copy .section-kicker {
    display: none;
}

.offer-feature__copy h2 {
    margin-top: 0;
    font-size: 40px;
    line-height: 1.22;
    letter-spacing: -0.02em;
    font-weight: 300;
}

.offer-feature__copy p {
    margin-top: 0.85rem;
    color: rgba(73, 89, 72, 0.84);
    font-size: 1rem;
    line-height: 1.78;
}

.offer-feature__copy p:first-of-type {
    margin-top: 1rem;
}

.offer-feature__media {
    overflow: hidden;
    min-height: 360px;
    border-radius: 8px;
    border: 1px solid rgba(73, 89, 72, 0.08);
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 18px 34px rgba(52, 66, 51, 0.08);
}

.offer-feature__media img {
    width: 100%;
    height: 100%;
    min-height: 360px;
    object-fit: cover;
    display: block;
}

.offer-facts {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    margin-top: 3rem;
}

.offer-fact {
    padding: 1.35rem 1.1rem 1.2rem;
    text-align: left;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(159, 176, 158, 0.12) 100%);
    border: 1px solid rgba(73, 89, 72, 0.08);
    border-radius: 10px;
    box-shadow: 0 12px 26px rgba(52, 66, 51, 0.06);
}

.offer-fact__label {
    margin: 0;
    color: var(--sage-deep);
    font-size: 0.88rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.offer-fact__value {
    margin-top: 0.75rem;
    font-size: clamp(1.9rem, 2.7vw, 2.45rem);
    line-height: 1;
    letter-spacing: 0.02em;
    font-weight: 400;
}

.offer-fact__text {
    margin-top: 0.7rem;
    color: rgba(73, 89, 72, 0.76);
    font-size: 0.94rem;
    line-height: 1.65;
}

.offer-rules {
    margin-top: 3rem;
}

.offer-rules-card {
    padding: clamp(1.8rem, 3.4vw, 2.5rem);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(159, 176, 158, 0.1) 100%);
    border: 1px solid rgba(73, 89, 72, 0.08);
    border-radius: 10px;
    box-shadow: 0 16px 30px rgba(52, 66, 51, 0.06);
}

.offer-rules-card h2 {
    margin-top: 0.7rem;
    font-size: 32px;
    line-height: 1.22;
    letter-spacing: -0.01em;
    font-weight: 300;
}

.offer-rules-card p {
    max-width: 860px;
    margin-top: 0.95rem;
    color: rgba(73, 89, 72, 0.82);
    line-height: 1.72;
}

.offer-rules__links {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 1.4rem;
}

.offer-rules__links .site-button {
    min-width: 220px;
}

@media (max-width: 980px) {
    .offer-feature,
    .offer-feature--reverse {
        grid-template-columns: 1fr;
    }

    .offer-feature--reverse .offer-feature__copy,
    .offer-feature--reverse .offer-feature__media {
        order: initial;
    }

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

@media (max-width: 700px) {
    .offer-section {
        padding-top: 4rem;
    }

    .offer-intro {
        margin-bottom: 2.2rem;
    }

    .offer-intro__title,
    .offer-feature__copy h2 {
        font-size: 1.9rem;
    }

    .offer-rules-card h2 {
        font-size: 1.75rem;
    }

    .offer-feature__media,
    .offer-feature__media img {
        min-height: 280px;
    }

    .offer-facts {
        grid-template-columns: 1fr;
    }

    .offer-rules__links .site-button {
        width: 100%;
        min-width: 0;
    }
}
/* End oferta page final refinements */
/* Restored global refinements */
.site-nav__item.is-disabled {
    opacity: 0.5;
    cursor: default;
    pointer-events: none;
}

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

.gallery-category-card {
    position: relative;
    display: block;
    min-height: 640px;
    overflow: hidden;
    border-radius: 16px;
    border: 1px solid rgba(73, 89, 72, 0.08);
    box-shadow: var(--shadow);
    background: rgba(255, 255, 255, 0.92);
    text-decoration: none;
}

.gallery-category-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(12, 16, 12, 0.06) 0%, rgba(12, 16, 12, 0.10) 48%, rgba(12, 16, 12, 0.38) 100%);
    transition: background 0.22s ease;
}

.gallery-category-card img {
    width: 100%;
    height: 100%;
    min-height: 640px;
    object-fit: cover;
    transition: transform 0.3s ease, filter 0.25s ease;
}

.gallery-category-card:hover img,
.gallery-category-card:focus-within img {
    transform: scale(1.03);
    filter: brightness(0.76);
}

.gallery-category-card:hover::after,
.gallery-category-card:focus-within::after {
    background: linear-gradient(180deg, rgba(12, 16, 12, 0.10) 0%, rgba(12, 16, 12, 0.16) 48%, rgba(12, 16, 12, 0.48) 100%);
}

.gallery-category-card:focus-visible {
    outline: 2px solid rgba(73, 89, 72, 0.42);
    outline-offset: 4px;
}

.gallery-category-card__label {
    position: absolute;
    left: 50%;
    bottom: 1.5rem;
    z-index: 1;
    transform: translateX(-50%);
    width: calc(100% - 2rem);
    color: var(--white);
    font-size: clamp(1.35rem, 2.1vw, 1.95rem);
    font-weight: 400;
    letter-spacing: 0.12em;
    line-height: 1.05;
    text-align: center;
    text-transform: uppercase;
}

.gallery-album-shell {
    width: min(1180px, 100%);
}

.gallery-album-heading {
    margin-bottom: 1rem;
}

.gallery-album-stage {
    --gallery-album-padding: clamp(0.85rem, 2vw, 1.2rem);
    position: relative;
    height: min(72vh, 820px);
    min-height: 520px;
    overflow: hidden;
    border-radius: 18px;
    border: 1px solid rgba(73, 89, 72, 0.08);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(248, 244, 238, 0.98) 100%);
    box-shadow: var(--shadow);
}

.gallery-album-stage::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    box-shadow: inset 0 0 0 1px rgba(73, 89, 72, 0.08);
    pointer-events: none;
}

.gallery-album-slide {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: var(--gallery-album-padding);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.38s ease, visibility 0.38s ease;
}

.gallery-album-slide.is-active {
    opacity: 1;
    visibility: visible;
}

.gallery-album-slide img {
    width: auto;
    height: calc(100% - (var(--gallery-album-padding) * 2));
    max-width: calc(100% - (var(--gallery-album-padding) * 2));
    max-height: calc(100% - (var(--gallery-album-padding) * 2));
    display: block;
    object-fit: contain;
}

.gallery-album-nav {
    position: absolute;
    top: 50%;
    z-index: 2;
    width: 52px;
    height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.92);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.88);
    color: var(--forest-strong);
    box-shadow: 0 14px 24px rgba(24, 28, 23, 0.14);
    transform: translateY(-50%);
    transition: transform 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
}

.gallery-album-nav:hover,
.gallery-album-nav:focus-visible {
    transform: translateY(-50%) scale(1.03);
    background: var(--white);
    box-shadow: 0 18px 28px rgba(24, 28, 23, 0.18);
}

.gallery-album-nav span {
    font-size: 1.35rem;
    line-height: 1;
}

.gallery-album-nav--prev {
    left: 1rem;
}

.gallery-album-nav--next {
    right: 1rem;
}

.gallery-album-controls {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 0.95rem 1.2rem;
    margin-top: 1.25rem;
}

.gallery-album-counter {
    margin: 0;
    color: rgba(73, 89, 72, 0.7);
    font-size: 0.96rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.gallery-album-dots {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 0.55rem;
}

.gallery-album-dot {
    width: 11px;
    height: 11px;
    border: 0;
    border-radius: 50%;
    background: rgba(73, 89, 72, 0.22);
    transition: transform 0.2s ease, background-color 0.2s ease;
}

.gallery-album-dot:hover,
.gallery-album-dot:focus-visible {
    transform: scale(1.12);
    background: rgba(73, 89, 72, 0.42);
}

.gallery-album-dot.is-active {
    background: var(--sage-deep);
}

.gallery-album-footer {
    display: flex;
    justify-content: center;
    margin-top: 1.15rem;
}

.gallery-album-back {
    color: rgba(73, 89, 72, 0.82);
    font-size: 0.96rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    text-decoration: none;
}

.gallery-album-back:hover,
.gallery-album-back:focus-visible {
    color: var(--sage-deep);
}

.contact-card--details {
    background: var(--sage);
    min-height: 100%;
}

.contact-card--details .section-kicker,
.contact-card--details h2,
.contact-card--details h3,
.contact-card--details a {
    color: var(--white);
}

.contact-card--details .section-kicker {
    color: rgba(255, 255, 255, 0.76);
}

.contact-card--details h2 {
    color: var(--white);
}

.contact-card--details .contact-details-list p {
    color: rgba(255, 255, 255, 0.92);
}

.contact-card--details a:hover,
.contact-card--details a:focus-visible {
    color: rgba(255, 255, 255, 0.78);
}

.contact-card--form .section-kicker {
    color: var(--sage-deep);
}

.contact-card--form .contact-form__intro {
    color: rgba(73, 89, 72, 0.74);
}

.contact-card--form .contact-form__field input,
.contact-card--form .contact-form__field textarea,
.contact-card--form .contact-form__date-field input {
    background: rgba(255, 255, 255, 0.96);
    border-color: rgba(73, 89, 72, 0.14);
}

.site-header__menu a,
.site-header__menu .site-nav__item,
.mobile-nav__list a,
.mobile-nav__list .site-nav__item,
.site-footer__nav-list a,
.site-footer__nav-list .site-nav__item,
.section-kicker,
.site-footer__eyebrow,
.hero__title,
.hero__subtitle,
.section-title,
.inner-hero__title,
.site-footer__title,
.inner-card h2,
.default-content h1,
.gallery-category-card__label,
.availability-card__title {
    font-family: "Alumni Sans", "Nunito", Arial, sans-serif;
    font-weight: 500;
}

.site-header__menu a,
.site-header__menu .site-nav__item {
    font-size: 2.45rem;
    letter-spacing: 0.035em;
}

.site-header.is-scrolled .site-header__menu a,
.site-header.is-scrolled .site-header__menu .site-nav__item {
    font-size: 1.95rem;
    letter-spacing: 0.03em;
}

.section-kicker,
.site-footer__eyebrow {
    font-size: 20px;
    letter-spacing: 0.16em;
}

.hero__title {
    font-size: clamp(5rem, 8vw, 6.5rem);
    letter-spacing: 0.03em;
}

.hero__subtitle {
    font-size: clamp(2rem, 3.4vw, 3rem);
}

.section-title,
.inner-hero__title,
.site-footer__title,
.inner-card h2,
.default-content h1,
.availability-card__title {
    font-size: clamp(2.9rem, 4.2vw, 4.4rem);
    letter-spacing: 0.03em;
    line-height: 1.02;
}

.gallery-category-card__label {
    font-size: clamp(1.75rem, 2.8vw, 2.45rem);
    letter-spacing: 0.1em;
}

.contact-card .section-kicker {
    font-size: 20px !important;
    line-height: 1.1;
}

.hero__copy {
    padding: clamp(4rem, 7vh, 6.2rem) 0 clamp(3rem, 6vh, 4.4rem);
}

.site-footer__rules {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.65rem;
    margin-top: 1.2rem;
    color: rgba(73, 89, 72, 0.9);
}

.site-footer__rules a {
    font-size: 0.96rem;
    font-weight: 800;
    letter-spacing: 0.08em;
}

.site-footer__rules a:hover,
.site-footer__rules a:focus-visible {
    color: var(--sage-deep);
}

.site-footer__rules-separator {
    opacity: 0.55;
}

.site-header {
    --header-progress: 0;
    --header-inner-max: 110px;
    --header-inner-min: 78px;
    --header-inner-gap-max: 2.15rem;
    --header-inner-gap-min: 1.4rem;
    --header-logo-max: 176px;
    --header-logo-min: 126px;
    --header-logo-offset-max: -66px;
    --header-logo-offset-min: -38px;
    --header-menu-size-max: 2.45rem;
    --header-menu-size-min: 1.95rem;
    --header-menu-gap-max: 3.35rem;
    --header-menu-gap-min: 2.8rem;
    --header-nav-pad-max: 3.35rem;
    --header-nav-pad-min: 2.6rem;
}

.site-header,
.site-header.is-scrolled {
    transition: box-shadow 0.52s cubic-bezier(0.22, 1, 0.36, 1), background-color 0.52s cubic-bezier(0.22, 1, 0.36, 1), border-color 0.52s cubic-bezier(0.22, 1, 0.36, 1);
}

.site-header .site-header__inner,
.site-header.is-scrolled .site-header__inner {
    gap: calc(var(--header-inner-gap-max) - (var(--header-inner-gap-max) - var(--header-inner-gap-min)) * var(--header-progress));
    min-height: calc(var(--header-inner-max) - (var(--header-inner-max) - var(--header-inner-min)) * var(--header-progress));
    transition: none;
}

.site-header .site-logo,
.site-header.is-scrolled .site-logo {
    width: calc(var(--header-logo-max) - (var(--header-logo-max) - var(--header-logo-min)) * var(--header-progress));
    margin-bottom: calc(var(--header-logo-offset-max) - (var(--header-logo-offset-max) - var(--header-logo-offset-min)) * var(--header-progress));
    transition: none;
}

.site-header__nav--left {
    padding-right: calc(var(--header-nav-pad-max) - (var(--header-nav-pad-max) - var(--header-nav-pad-min)) * var(--header-progress));
}

.site-header__nav--right {
    padding-left: calc(var(--header-nav-pad-max) - (var(--header-nav-pad-max) - var(--header-nav-pad-min)) * var(--header-progress));
}

.site-header__menu {
    gap: calc(var(--header-menu-gap-max) - (var(--header-menu-gap-max) - var(--header-menu-gap-min)) * var(--header-progress));
}

.site-header .site-header__menu a,
.site-header .site-header__menu .site-nav__item,
.site-header.is-scrolled .site-header__menu a,
.site-header.is-scrolled .site-header__menu .site-nav__item {
    font-size: calc(var(--header-menu-size-max) - (var(--header-menu-size-max) - var(--header-menu-size-min)) * var(--header-progress));
    letter-spacing: calc(0.035em - 0.005em * var(--header-progress));
    transition: color 0.2s ease, transform 0.2s ease;
}

@media (max-width: 1100px) {
    .site-header {
        --header-nav-pad-max: 2.35rem;
        --header-nav-pad-min: 1.8rem;
        --header-menu-gap-max: 3rem;
        --header-menu-gap-min: 2.45rem;
    }

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

@media (max-width: 980px) {
    .site-header {
        --header-inner-max: 88px;
        --header-inner-min: 76px;
        --header-inner-gap-max: 1rem;
        --header-inner-gap-min: 0.85rem;
        --header-logo-max: 118px;
        --header-logo-min: 96px;
        --header-logo-offset-max: -34px;
        --header-logo-offset-min: -22px;
        --header-nav-pad-max: 0rem;
        --header-nav-pad-min: 0rem;
    }

    .site-header__nav--left,
    .site-header__nav--right {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (max-width: 700px) {
    .hero__copy {
        padding: clamp(3.6rem, 8vh, 5rem) 0 clamp(2.8rem, 7vh, 3.8rem);
    }

    .hero__title {
        font-size: clamp(3.8rem, 12vw, 4.9rem);
    }

    .hero__subtitle {
        font-size: clamp(1.55rem, 6.8vw, 2.15rem);
    }

    .section-title,
    .inner-hero__title,
    .site-footer__title,
    .inner-card h2,
    .default-content h1,
    .availability-card__title {
        font-size: clamp(2.35rem, 9vw, 3.25rem);
    }

    .gallery-category-grid {
        grid-template-columns: 1fr;
    }

    .gallery-category-card,
    .gallery-category-card img {
        min-height: 560px;
    }

    .gallery-category-card__label {
        font-size: clamp(1.5rem, 6vw, 2rem);
    }

    .gallery-album-stage {
        height: min(66vh, 640px);
        min-height: 420px;
    }

    .gallery-album-controls {
        justify-content: center;
    }

    .gallery-album-dots {
        justify-content: center;
    }

    .site-header {
        --header-inner-max: 78px;
        --header-inner-min: 68px;
        --header-logo-max: 98px;
        --header-logo-min: 86px;
        --header-logo-offset-max: -28px;
        --header-logo-offset-min: -18px;
    }
}
/* End restored global refinements */
/* Oferta micro-tuning */
.offer-intro {
    width: min(1120px, 100%);
    max-width: 1120px;
}

.offer-intro__text {
    max-width: 1120px;
}

.offer-feature__copy h2 {
    font-family: "Alumni Sans", "Nunito", Arial, sans-serif;
    font-size: 40px;
    font-weight: 300;
    line-height: 48.8px;
    letter-spacing: -0.8px;
    margin-top: 11.2px;
    max-width: 640px;
}

.offer-fact__value {
    font-size: 28px;
    line-height: 1.12;
    letter-spacing: 0.01em;
}

@media (max-width: 700px) {
    .offer-intro {
        width: 100%;
        max-width: none;
    }

    .offer-intro__text {
        max-width: none;
    }

    .offer-feature__copy h2 {
        max-width: none;
        margin-top: 0.7rem;
        font-size: 1.9rem;
        line-height: 1.22;
        letter-spacing: -0.02em;
    }

    .offer-fact__value {
        font-size: 1.65rem;
    }
}
/* End oferta micro-tuning */
/* Contact title sizing */
.contact-card h2 {
    font-size: 42px;
    line-height: 1.08;
}

@media (max-width: 700px) {
    .contact-card h2 {
        font-size: 2.2rem;
    }
}
/* End contact title sizing */
/* Oferta intro title font */
.offer-intro__title {
    font-family: "Alumni Sans", "Nunito", Arial, sans-serif;
}
/* End oferta intro title font */
/* Legal pages and contact policy */
.contact-form__policy {
    margin-top: 1rem;
    color: rgba(73, 89, 72, 0.72);
    font-size: 10px;
    line-height: 1.45;
}

.contact-form__policy a {
    color: var(--sage-deep);
    text-decoration: underline;
    text-underline-offset: 0.14em;
}

.site-footer__bottom-links {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.55rem;
}

.site-footer__bottom-links a {
    color: inherit;
}

.site-footer__bottom-links a:hover,
.site-footer__bottom-links a:focus-visible {
    color: var(--sage-deep);
}

.legal-wrap {
    max-width: 980px;
}

.legal-card {
    padding: clamp(1.8rem, 3.2vw, 2.8rem);
    background: rgba(255, 255, 255, 0.95);
    border: 1px solid rgba(73, 89, 72, 0.08);
    border-radius: 12px;
    box-shadow: 0 16px 32px rgba(52, 66, 51, 0.06);
}

.legal-document__meta {
    margin-top: 0;
    color: rgba(73, 89, 72, 0.78);
}

.legal-card h2 {
    margin-top: 2rem;
    font-size: clamp(2rem, 3vw, 2.9rem);
    line-height: 1.02;
}

.legal-card h3 {
    margin-top: 1.25rem;
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--forest-strong);
}

.legal-card p,
.legal-card li {
    color: rgba(73, 89, 72, 0.9);
    line-height: 1.72;
}

.legal-card ul {
    margin: 0.8rem 0 0 1.25rem;
}

.legal-card li + li {
    margin-top: 0.35rem;
}

@media (max-width: 700px) {
    .site-footer__bottom-links {
        justify-content: center;
    }

    .legal-card h2 {
        font-size: clamp(1.7rem, 8vw, 2.35rem);
    }
}
/* End legal pages and contact policy */
/* Legal typography tuning */
.legal-document__meta {
    font-size: 1rem;
    line-height: 1.6;
}

.legal-document__meta strong {
    display: block;
    margin-bottom: 0.4rem;
    font-family: "Alumni Sans", "Nunito", Arial, sans-serif;
    font-size: clamp(2.1rem, 3.8vw, 3.2rem);
    font-weight: 500;
    letter-spacing: 0.03em;
    line-height: 0.96;
    color: var(--forest-strong);
}

.legal-card h2 {
    margin-top: 1.7rem;
    font-size: 1.35rem;
    line-height: 1.35;
    letter-spacing: 0.01em;
    font-weight: 800;
    color: var(--forest-strong);
}

.legal-card h3 {
    font-size: 1rem;
}

@media (max-width: 700px) {
    .legal-document__meta strong {
        font-size: clamp(1.8rem, 8vw, 2.5rem);
    }

    .legal-card h2 {
        font-size: 1.18rem;
    }
}
/* End legal typography tuning */
/* Contact form microcopy override */
.contact-card--form .contact-form__policy {
    font-size: 10px !important;
    line-height: 1.45 !important;
}
/* End contact form microcopy override */
/* Cookie consent */
.cookie-banner[hidden],
.cookie-modal[hidden] {
    display: none !important;
}

.contact-map-card {
    position: relative;
    min-height: 460px;
    background: rgba(255, 255, 255, 0.96);
}

.contact-map-card iframe {
    display: none;
}

.contact-map-card.has-external-consent iframe {
    display: block;
}

.contact-map-consent {
    display: grid;
    place-items: center;
    min-height: 460px;
    padding: clamp(1.8rem, 4vw, 3rem);
    text-align: center;
    background:
        linear-gradient(180deg, rgba(159, 176, 158, 0.16) 0%, rgba(250, 247, 242, 0.96) 100%);
}

.contact-map-card.has-external-consent .contact-map-consent {
    display: none;
}

.contact-map-consent .section-kicker {
    color: var(--sage-deep);
}

.contact-map-consent h3 {
    margin-top: 0.8rem;
    font-family: "Alumni Sans", "Nunito", Arial, sans-serif;
    font-size: clamp(2rem, 4vw, 2.9rem);
    font-weight: 400;
    line-height: 1;
    letter-spacing: -0.03em;
}

.contact-map-consent p {
    max-width: 620px;
    margin: 0.9rem auto 0;
    color: rgba(73, 89, 72, 0.78);
}

.contact-map-consent__actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.85rem;
    margin-top: 1.6rem;
}

.cookie-banner {
    position: fixed;
    left: 1rem;
    right: auto;
    bottom: 1rem;
    z-index: 120;
    display: flex;
    justify-content: flex-start;
    pointer-events: none;
}

.cookie-banner__inner {
    width: min(360px, calc(100vw - 2rem));
    display: grid;
    gap: 0.9rem;
    align-items: start;
    padding: 0.9rem 0.95rem;
    border: 1px solid rgba(73, 89, 72, 0.12);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.96);
    backdrop-filter: blur(14px);
    box-shadow: 0 16px 34px rgba(38, 42, 36, 0.14);
    pointer-events: auto;
}

.cookie-banner__text {
    margin: 0;
    font-size: 12px;
    line-height: 1.5;
    color: rgba(44, 54, 43, 0.88);
}

.cookie-banner__text a,
.cookie-modal__intro a {
    color: var(--sage-deep);
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 0.16em;
}

.cookie-banner__actions {
    display: grid;
    gap: 0.55rem;
}

.cookie-banner__button {
    width: 100%;
    min-height: 42px;
    padding-inline: 1rem;
    font-size: 12px;
    font-weight: 700;
}

.cookie-banner__link {
    width: 100%;
    min-height: 42px;
    border: 1px solid rgba(73, 89, 72, 0.14);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.9);
    color: var(--forest-strong);
    font: inherit;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.cookie-banner__link:hover,
.cookie-banner__link:focus-visible {
    transform: translateY(-1px);
    background: var(--white);
    color: var(--sage-deep);
}

.cookie-modal {
    position: fixed;
    inset: 0;
    z-index: 130;
}

.cookie-modal__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(24, 28, 23, 0.42);
}

.cookie-modal__panel {
    position: absolute;
    left: 50%;
    bottom: 1.2rem;
    width: min(440px, calc(100vw - 2rem));
    padding: 1.1rem 1rem 1rem;
    border-radius: 14px;
    border: 1px solid rgba(73, 89, 72, 0.1);
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 18px 38px rgba(24, 28, 23, 0.18);
    transform: translateX(-50%);
}

.cookie-modal__close {
    position: absolute;
    top: 0.55rem;
    right: 0.65rem;
    border: 0;
    background: transparent;
    color: rgba(73, 89, 72, 0.62);
    font-size: 1.45rem;
    line-height: 1;
    cursor: pointer;
}

.cookie-modal__close:hover,
.cookie-modal__close:focus-visible {
    color: var(--forest-strong);
}

.cookie-modal h2 {
    margin-top: 0.35rem;
    font-size: clamp(1.6rem, 3vw, 2rem);
    line-height: 0.95;
}

.cookie-modal__intro {
    margin: 0.65rem 0 0;
    color: rgba(73, 89, 72, 0.78);
    font-size: 12px;
    line-height: 1.5;
}

.cookie-modal__group {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 1rem;
    align-items: center;
    padding: 0.8rem 0;
    border-top: 1px solid rgba(73, 89, 72, 0.08);
}

.cookie-modal__group:first-of-type {
    margin-top: 0.95rem;
}

.cookie-modal__group h3 {
    margin: 0;
    font-size: 0.88rem;
    font-weight: 700;
}

.cookie-modal__group p {
    margin: 0.25rem 0 0;
    color: rgba(73, 89, 72, 0.74);
    font-size: 12px;
    line-height: 1.45;
}

.cookie-toggle {
    position: relative;
    display: inline-flex;
    align-items: center;
    cursor: pointer;
}

.cookie-toggle input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.cookie-toggle__track {
    position: relative;
    width: 48px;
    height: 28px;
    border-radius: 999px;
    background: rgba(73, 89, 72, 0.2);
    transition: background-color 0.2s ease;
}

.cookie-toggle__track::after {
    content: "";
    position: absolute;
    top: 3px;
    left: 3px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: var(--white);
    box-shadow: 0 4px 10px rgba(30, 34, 29, 0.18);
    transition: transform 0.2s ease;
}

.cookie-toggle input:checked + .cookie-toggle__track {
    background: var(--sage-deep);
}

.cookie-toggle input:checked + .cookie-toggle__track::after {
    transform: translateX(20px);
}

.cookie-toggle input:disabled + .cookie-toggle__track {
    background: rgba(159, 176, 158, 0.9);
}

.cookie-modal__actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 0.55rem;
    margin-top: 1rem;
}

.cookie-modal__actions .site-button {
    min-height: 42px;
    padding-inline: 1rem;
    font-size: 12px;
}

@media (max-width: 820px) {
    .cookie-banner {
        left: 0.9rem;
    }
}

@media (max-width: 700px) {
    .contact-map-card,
    .contact-map-consent,
    .contact-map-card iframe {
        min-height: 380px;
    }

    .contact-map-consent__actions,
    .cookie-modal__actions {
        flex-direction: column;
    }

    .contact-map-consent__actions .site-button,
    .cookie-modal__actions .site-button {
        width: 100%;
    }

    .cookie-modal__group {
        grid-template-columns: 1fr;
    }

    .cookie-modal__panel {
        bottom: 0.75rem;
        width: min(420px, calc(100vw - 1.5rem));
        padding: 1rem 0.9rem 0.9rem;
    }

    .cookie-banner {
        left: 0.75rem;
        right: 0.75rem;
        bottom: 0.75rem;
    }

    .cookie-banner__inner {
        width: 100%;
        padding: 0.95rem;
    }
}
/* End cookie consent */

/* Final mobile fixes */
@media (max-width: 700px) {
    .amenities-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 0.75rem !important;
    }

    .amenity-card {
        min-height: 0 !important;
        padding: 1rem 0.7rem 0.9rem !important;
        gap: 0.7rem !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: flex-start !important;
        text-align: center !important;
    }

    .amenity-card__icon {
        width: 50px !important;
        height: 50px !important;
    }

    .amenity-card__title {
        width: 100% !important;
        margin: 0 !important;
        font-size: 0.78rem !important;
        line-height: 1.22 !important;
        text-align: center !important;
    }

    .contact-layout {
        grid-template-columns: 1fr !important;
        gap: 1rem !important;
    }

    .contact-card {
        min-width: 0 !important;
        padding: 1.35rem 1rem !important;
        overflow: hidden !important;
    }

    .contact-card h2 {
        font-size: 1.9rem !important;
        line-height: 1.04 !important;
    }

    .contact-details-list {
        gap: 1rem !important;
        margin-top: 1.15rem !important;
    }

    .contact-details-list h3 {
        font-size: 0.88rem !important;
    }

    .contact-details-list p,
    .contact-details-list a {
        overflow-wrap: anywhere;
        word-break: break-word;
    }

    .contact-form__grid,
    .contact-form__date-grid {
        grid-template-columns: 1fr !important;
        gap: 0.85rem !important;
    }

    .contact-form__field span,
    .contact-form__date-field span {
        font-size: 0.8rem !important;
        line-height: 1.2 !important;
    }

    .contact-form__field input,
    .contact-form__field textarea,
    .contact-form__date-field input {
        min-width: 0 !important;
        padding: 0.8rem 0.85rem !important;
        font-size: 0.95rem !important;
    }

    .contact-form__field textarea {
        min-height: 150px !important;
    }

    .contact-form__actions .site-button {
        width: 100% !important;
    }
}
/* End final mobile fixes */
