@charset "utf-8";

@font-face {
    font-family: "Raleway";
    src: url("fonts/raleway-light.woff2") format("woff2");
    font-style: normal;
    font-weight: 300;
    font-display: swap;
}

@font-face {
    font-family: "Raleway";
    src: url("fonts/raleway-regular.woff2") format("woff2");
    font-style: normal;
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: "Raleway";
    src: url("fonts/raleway-bold.woff2") format("woff2");
    font-style: normal;
    font-weight: 700;
    font-display: swap;
}

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

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    color: #58595a;
    background: #fff;
    font-family: "Raleway", Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.65;
}

body.menu-open {
    overflow: hidden;
}

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

a {
    color: #ca7621;
    text-decoration-thickness: 1px;
    text-underline-offset: 0.18em;
}

a:hover,
a:focus-visible {
    color: #333;
}

button,
input,
textarea {
    font: inherit;
}

button {
    border: 0;
}

h1,
h2,
h3 {
    margin-top: 0;
    color: #4f5051;
    font-weight: 300;
    letter-spacing: 0;
}

h1,
h2 {
    margin-bottom: 0.75em;
    font-size: 2.35rem;
    line-height: 1.15;
}

h3 {
    margin-bottom: 0.45em;
    font-size: 1.25rem;
    font-weight: 700;
}

p,
ul,
ol {
    margin-top: 0;
    margin-bottom: 1.35em;
}

.wrapper-width {
    width: 92%;
    margin-right: auto;
    margin-left: auto;
}

.wrapper-width.narrow {
    max-width: 60rem;
}

.skip-link {
    position: fixed;
    top: 0.5rem;
    left: 0.5rem;
    z-index: 5000;
    padding: 0.6rem 0.9rem;
    color: #fff;
    background: #333;
    transform: translateY(-180%);
}

.skip-link:focus {
    transform: translateY(0);
}

.brand-header {
    background: #fff;
}

.brand-header__inner {
    display: flex;
    min-height: 13.5rem;
    align-items: center;
    justify-content: center;
}

.brand {
    display: block;
    width: min(25rem, 72vw);
}

.site-navigation {
    position: sticky;
    top: 0;
    z-index: 1200;
    border-bottom: 1px solid #ece7e1;
    background: rgba(255, 255, 255, 0.97);
    box-shadow: 0 9px 16px -13px rgba(28, 28, 28, 0.85);
}

.site-navigation__inner {
    min-height: 4.5rem;
}

.main-menu {
    display: flex;
    min-height: 4.5rem;
    margin: 0;
    padding: 0;
    align-items: center;
    justify-content: center;
    gap: clamp(1.25rem, 3vw, 3.5rem);
    list-style: none;
}

.main-menu a {
    position: relative;
    display: block;
    padding: 0.7rem 0;
    color: #58595a;
    font-size: 1.08rem;
    text-decoration: none;
}

.main-menu a::after {
    position: absolute;
    right: 0;
    bottom: 0.45rem;
    left: 0;
    height: 2px;
    background: #eda33e;
    content: "";
    transform: scaleX(0);
    transition: transform 180ms ease;
}

.main-menu a:hover::after,
.main-menu a:focus-visible::after,
.main-menu a.is-active::after {
    transform: scaleX(1);
}

.menu-toggle {
    display: none;
}

.section-anchor {
    scroll-margin-top: 4.5rem;
}

.photo-section {
    position: relative;
    display: grid;
    min-height: 30rem;
    padding: 5rem 0;
    align-items: center;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.photo-section--elmedano {
    background-image: url("../images/bg1.jpg");
}

.photo-section--surroundings {
    min-height: 40rem;
    background-image: url("../images/bg7.jpg");
}

.photo-section::before {
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.08);
    content: "";
}

.photo-section__content {
    position: relative;
    z-index: 1;
    max-width: 61rem;
    text-align: center;
    text-shadow: 1px 1px 6px rgba(255, 255, 255, 0.95);
}

.photo-section__content h1,
.photo-section__content h2 {
    color: #555657;
}

.photo-section__content p {
    margin-right: auto;
    margin-left: auto;
    font-size: 1.25rem;
    line-height: 1.7;
}

.photo-section__content--long {
    max-width: 64rem;
}

.photo-section__content--long p {
    font-size: 1.05rem;
    line-height: 1.65;
}

.external-link {
    font-weight: 700;
}

.content-carousel {
    position: relative;
    overflow: hidden;
}

.content-carousel--elmedano {
    min-height: 22rem;
    background: #e8e5df url("../images/bg2.jpg") center / cover no-repeat;
}

.content-carousel__slides {
    min-height: inherit;
}

.content-carousel__slide {
    min-height: inherit;
}

.content-carousel.is-enhanced .content-carousel__slide {
    display: none;
}

.content-carousel.is-enhanced .content-carousel__slide.is-active {
    display: grid;
    animation: paraiso-fade 600ms ease both;
}

.content-carousel--elmedano .content-carousel__slide {
    padding: 5rem 0 6rem;
    place-items: center;
}

.content-carousel--elmedano p {
    margin: 0;
    color: #515253;
    font-size: 1.24rem;
    line-height: 1.75;
    text-align: center;
    text-shadow: 1px 1px 6px rgba(255, 255, 255, 0.95);
}

.carousel-dots {
    position: absolute;
    right: 1rem;
    bottom: 1.4rem;
    left: 1rem;
    z-index: 5;
    display: flex;
    justify-content: center;
    gap: 0.7rem;
}

.carousel-dots button {
    width: 0.9rem;
    height: 0.9rem;
    padding: 0;
    border: 2px solid #fff;
    border-radius: 50%;
    background: rgba(64, 64, 64, 0.35);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
    cursor: pointer;
    transition: background 160ms ease, transform 160ms ease;
}

.carousel-dots button:hover,
.carousel-dots button:focus-visible {
    transform: scale(1.18);
}

.carousel-dots button.is-active {
    background: #eda33e;
}

.gallery-band {
    position: relative;
    padding: 4rem 0;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.gallery-band::before {
    position: absolute;
    inset: 0;
    background: rgba(30, 30, 30, 0.56);
    content: "";
}

.gallery-band > .wrapper-width {
    position: relative;
    z-index: 1;
}

.gallery-band--elmedano {
    background-image: url("../images/bg3.jpg");
}

.gallery-band--house {
    background-image: url("../images/bg6.jpg");
}

.gallery-band--surroundings {
    background-image: url("../images/bg7.jpg");
}

.gallery-band h2 {
    color: #fff;
    text-align: center;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.45);
}

.photo-gallery {
    position: relative;
    padding: 0 3.5rem;
}

.photo-gallery__viewport {
    overflow: hidden;
}

.photo-gallery__track {
    display: flex;
    gap: 1.15rem;
    scroll-behavior: smooth;
    transition: transform 450ms ease;
}

.photo-gallery__item {
    display: block;
    min-width: calc((100% - 2.3rem) / 3);
    overflow: hidden;
    border: 4px solid #fff;
    background: #fff;
    box-shadow: 0 0.7rem 2rem rgba(0, 0, 0, 0.2);
}

.photo-gallery__item img {
    width: 100%;
    height: 17rem;
    object-fit: cover;
    transition: transform 450ms ease;
}

.photo-gallery__item:hover img,
.photo-gallery__item:focus-visible img {
    transform: scale(1.045);
}

.gallery-control {
    position: absolute;
    top: 50%;
    z-index: 2;
    display: grid;
    width: 3rem;
    height: 3rem;
    padding: 0;
    border-radius: 50%;
    color: #fff;
    background: rgba(28, 28, 28, 0.5);
    place-items: center;
    cursor: pointer;
    transform: translateY(-50%);
    transition: color 160ms ease, background 160ms ease;
}

.gallery-control:hover,
.gallery-control:focus-visible {
    color: #fff;
    background: #eda33e;
}

.gallery-control svg {
    width: 1.6rem;
    height: 1.6rem;
}

.gallery-control--previous {
    left: 0;
}

.gallery-control--next {
    right: 0;
}

.house-section {
    padding: 5rem 0;
    background: #fff;
}

.house-section__content {
    text-align: center;
}

.house-section__content p {
    max-width: 56rem;
    margin-right: auto;
    margin-left: auto;
}

.round-image {
    width: 14rem;
    height: 14rem;
    margin: 0 auto 2rem;
    border-radius: 50%;
    object-fit: cover;
    box-shadow: 0 0.8rem 2.2rem rgba(35, 35, 35, 0.13);
}

.equipment {
    color: #9a5b1e;
}

.activities-section {
    min-height: 29rem;
}

.activity-slide {
    position: relative;
    min-height: 29rem;
    padding: 5rem 0 6rem;
    align-items: center;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.activity-slide::before {
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.12);
    content: "";
}

.activity-slide__content {
    position: relative;
    z-index: 1;
    text-align: center;
    text-shadow: 1px 1px 6px rgba(255, 255, 255, 0.98);
}

.activity-slide__content p {
    font-size: 1.12rem;
}

.text-link {
    display: inline-block;
    padding-bottom: 0.08em;
    border-bottom: 1px solid currentColor;
    font-weight: 700;
    text-decoration: none;
}

.contact-section {
    padding: 5rem 0;
    background: #faf9f7;
}

.contact-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(23rem, 0.92fr);
    gap: clamp(3rem, 7vw, 7rem);
    align-items: start;
}

.directions-card h2 {
    text-align: center;
}

.directions-card ol {
    padding-left: 1.5rem;
}

.directions-card li {
    margin-bottom: 0.5rem;
    padding-left: 0.35rem;
}

.welcome-line {
    color: #d8842e;
    font-size: 1.7rem;
    text-align: center;
}

.contact-form-shell {
    padding: 2.4rem;
    border: 1px solid #e7dfd5;
    border-radius: 0.4rem;
    background: #fff;
    box-shadow: 0 1rem 2.8rem rgba(64, 55, 45, 0.1);
}

.paraiso-contact-form-box .introtitle {
    margin-bottom: 0.25em;
}

.paraiso-contact-form-box .introtext {
    margin-bottom: 1.25rem;
}

.paraiso-contact-form-box .nkForm fieldset {
    margin-bottom: 0.85rem;
}

.paraiso-contact-form-box .nkForm input[type="text"],
.paraiso-contact-form-box .nkForm input[type="email"],
.paraiso-contact-form-box .nkForm textarea {
    padding: 0.78rem 0.9rem;
    border: 1px solid #d7d0c8;
    border-radius: 0;
    color: #333;
    background: #fbfaf8;
    font-size: 1rem;
}

.paraiso-contact-form-box .nkForm textarea {
    min-height: 10rem;
}

.paraiso-contact-form-box .nkfCheckbox {
    align-items: flex-start;
    color: #575757;
    font-size: 0.88rem;
    line-height: 1.45;
}

.paraiso-contact-form-box .nkfCheckbox label {
    padding-left: 0.75rem;
}

.paraiso-contact-form-box .jsCbBox {
    border-color: #c87929;
}

.paraiso-contact-form-box .jsCbChecked .jsCbBox::after {
    border-color: #c87929;
}

.paraiso-contact-form-box .nkForm button[type="submit"] {
    min-width: 9.5rem;
    padding: 0.7rem 1.2rem;
    color: #fff;
    background: #eda33e;
    font-size: 0.95rem;
    font-weight: 700;
    text-transform: uppercase;
}

.paraiso-contact-form-box .nkForm button[type="submit"]:hover,
.paraiso-contact-form-box .nkForm button[type="submit"]:focus-visible {
    color: #fff;
    background: #58595a;
}

.submitPositive,
.submitNegative {
    padding: 1rem;
    border-left: 4px solid #eda33e;
    background: #fbf4ea;
}

.map-optin {
    position: relative;
    min-height: 26rem;
    background: #ddd url("../images/gmaps.jpg") center / cover no-repeat;
}

.map-optin iframe {
    display: block;
    width: 100%;
    min-height: 26rem;
}

.map-optin__overlay {
    position: absolute;
    inset: 0;
    display: grid;
    padding: 1.5rem;
    place-items: center;
    background: rgba(255, 255, 255, 0.62);
}

.map-optin__panel {
    width: min(38rem, 100%);
    padding: 1.6rem;
    color: #fff;
    background: rgba(63, 63, 63, 0.78);
}

.map-optin__panel strong {
    display: block;
    margin-bottom: 0.25rem;
    font-size: 1.15rem;
}

.map-optin__panel p {
    margin-bottom: 1.2rem;
}

.map-optin__panel button {
    padding: 0.7rem 1rem;
    color: #fff;
    background: #eda33e;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
}

.map-optin__panel button:hover,
.map-optin__panel button:focus-visible {
    background: #333;
}

.map-optin.is-loaded .map-optin__overlay {
    display: none;
}

.site-footer {
    border-top: 1px solid #e6e1dc;
    background: #fff;
}

.site-footer__inner {
    display: flex;
    min-height: 5rem;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    font-size: 0.9rem;
}

.site-footer a {
    color: #58595a;
}

.site-footer p {
    margin: 0;
}

.content-page {
    max-width: 70rem;
    padding-top: 5rem;
    padding-bottom: 6rem;
}

.page-header h1 {
    padding-bottom: 0.4em;
    border-bottom: 2px solid #eda33e;
}

.content-body h2 {
    margin-top: 2.4rem;
    color: #c87929;
    font-size: 1.8rem;
}

.content-body h3 {
    margin-top: 1.8rem;
}

.content-body ul {
    padding-left: 1.3rem;
}

.system-message {
    margin-top: 2rem;
    padding: 1rem;
    border-left: 4px solid #eda33e;
    background: #fbf4ea;
}

.lightbox {
    width: min(86rem, 94vw);
    max-width: none;
    height: min(88vh, 58rem);
    max-height: none;
    padding: 3.5rem 4.5rem;
    border: 0;
    color: #fff;
    background: rgba(24, 24, 24, 0.96);
}

.lightbox::backdrop {
    background: rgba(0, 0, 0, 0.78);
}

.lightbox figure {
    display: grid;
    height: 100%;
    margin: 0;
    grid-template-rows: minmax(0, 1fr) auto;
    place-items: center;
}

.lightbox figure img {
    width: auto;
    max-width: 100%;
    height: 100%;
    max-height: 100%;
    object-fit: contain;
}

.lightbox figcaption {
    padding-top: 0.75rem;
    text-align: center;
}

.lightbox__close,
.lightbox__control {
    position: absolute;
    z-index: 3;
    display: grid;
    width: 3rem;
    height: 3rem;
    padding: 0;
    color: #fff;
    background: transparent;
    place-items: center;
    cursor: pointer;
}

.lightbox__close:hover,
.lightbox__close:focus-visible,
.lightbox__control:hover,
.lightbox__control:focus-visible {
    color: #eda33e;
}

.lightbox__close {
    top: 0.5rem;
    right: 0.5rem;
}

.lightbox__control {
    top: 50%;
    transform: translateY(-50%);
}

.lightbox__control--previous {
    left: 0.5rem;
}

.lightbox__control--next {
    right: 0.5rem;
}

.lightbox__close svg,
.lightbox__control svg {
    width: 2rem;
    height: 2rem;
}

@keyframes paraiso-fade {
    from { opacity: 0; }
    to { opacity: 1; }
}

@media (min-width: 75rem) {
    .wrapper-width {
        width: 70rem;
    }
}

@media (min-width: 95rem) {
    .wrapper-width {
        width: 82rem;
    }

    .wrapper-width.narrow {
        width: 64rem;
    }

    .photo-gallery__item img {
        height: 19rem;
    }
}

@media (min-width: 60rem) {
    .photo-section,
    .gallery-band,
    .activity-slide {
        background-attachment: fixed;
    }
}

@media (max-width: 59.99rem) {
    body {
        font-size: 17px;
    }

    .brand-header__inner {
        min-height: 8.5rem;
    }

    .brand {
        width: min(17rem, 70vw);
    }

    .site-navigation__inner {
        position: relative;
        display: flex;
        min-height: 3.7rem;
        align-items: center;
        justify-content: flex-end;
    }

    .menu-toggle {
        display: inline-flex;
        padding: 0.65rem 0;
        align-items: center;
        gap: 0.65rem;
        color: #58595a;
        background: transparent;
        cursor: pointer;
    }

    .menu-toggle__icon {
        display: grid;
        width: 1.45rem;
        gap: 0.28rem;
    }

    .menu-toggle__icon span {
        display: block;
        height: 2px;
        background: #eda33e;
    }

    .main-menu {
        position: absolute;
        top: 100%;
        right: -4.35%;
        left: -4.35%;
        display: none;
        min-height: 0;
        padding: 0.65rem 5%;
        border-top: 1px solid #eee;
        background: #fff;
        box-shadow: 0 1rem 1.6rem rgba(0, 0, 0, 0.14);
    }

    .site-navigation.is-open .main-menu {
        display: block;
    }

    .main-menu li {
        border-bottom: 1px solid #eee;
    }

    .main-menu li:last-child {
        border-bottom: 0;
    }

    .main-menu a {
        padding: 0.72rem 0;
    }

    .main-menu a::after {
        right: auto;
        bottom: 0.45rem;
        width: 3rem;
    }

    .section-anchor {
        scroll-margin-top: 3.7rem;
    }

    .photo-section,
    .photo-section--surroundings {
        min-height: 0;
        padding: 4rem 0;
    }

    .photo-section__content p,
    .photo-section__content--long p,
    .content-carousel--elmedano p {
        font-size: 1rem;
        line-height: 1.65;
    }

    .content-carousel--elmedano,
    .content-carousel--elmedano .content-carousel__slide {
        min-height: 25rem;
    }

    .content-carousel--elmedano .content-carousel__slide {
        padding: 3.25rem 0 5rem;
    }

    .gallery-band {
        padding: 2.8rem 0;
    }

    .photo-gallery {
        padding: 0 2.6rem;
    }

    .photo-gallery__item {
        min-width: calc((100% - 1.15rem) / 2);
    }

    .photo-gallery__item img {
        height: 14rem;
    }

    .gallery-control {
        width: 2.4rem;
        height: 2.4rem;
    }

    .house-section {
        padding: 4rem 0;
    }

    .round-image {
        width: 11rem;
        height: 11rem;
    }

    .activity-slide,
    .activities-section {
        min-height: 33rem;
    }

    .activity-slide {
        padding: 4rem 0 5.5rem;
    }

    .activity-slide__content p {
        font-size: 1rem;
    }

    .contact-layout {
        grid-template-columns: minmax(0, 1fr);
        gap: 3rem;
    }

    .contact-form-shell {
        padding: 1.6rem;
    }
}

@media (max-width: 37.49rem) {
    body {
        font-size: 16px;
    }

    h1,
    h2 {
        font-size: 1.85rem;
    }

    .wrapper-width {
        width: 89%;
    }

    .main-menu {
        right: -6.2%;
        left: -6.2%;
        padding-right: 6%;
        padding-left: 6%;
    }

    .photo-section {
        padding: 3.3rem 0;
    }

    .photo-section__content {
        text-align: left;
    }

    .photo-section__content--long p {
        margin-bottom: 1.1rem;
    }

    .content-carousel--elmedano,
    .content-carousel--elmedano .content-carousel__slide {
        min-height: 29rem;
    }

    .photo-gallery {
        padding: 0 2rem;
    }

    .photo-gallery__track {
        gap: 0.8rem;
    }

    .photo-gallery__item {
        min-width: 100%;
    }

    .photo-gallery__item img {
        height: min(72vw, 18rem);
    }

    .gallery-control--previous {
        left: -0.3rem;
    }

    .gallery-control--next {
        right: -0.3rem;
    }

    .activity-slide,
    .activities-section {
        min-height: 39rem;
    }

    .contact-section {
        padding: 3.5rem 0;
    }

    .directions-card ol {
        padding-left: 1.25rem;
    }

    .contact-form-shell {
        padding: 1.25rem;
    }

    .paraiso-contact-form-box .nkfCheckbox {
        font-size: 0.84rem;
    }

    .map-optin__panel {
        padding: 1.25rem;
        font-size: 0.94rem;
    }

    .site-footer__inner {
        padding: 1.2rem 0;
        flex-direction: column;
        justify-content: center;
        gap: 0.25rem;
        text-align: center;
    }

    .content-page {
        padding-top: 3rem;
        padding-bottom: 4rem;
    }

    .lightbox {
        width: 96vw;
        height: 88vh;
        padding: 3.5rem 2.4rem;
    }

    .lightbox__control--previous {
        left: 0;
    }

    .lightbox__control--next {
        right: 0;
    }
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    *,
    *::before,
    *::after {
        scroll-behavior: auto !important;
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
}
