/* Paleta y estilos de Sankalpa. */
:root {
    --ink: #34382b;
    --paper: #f2f4e9;
    --muted: #666957;
    --line: #d7dacb;
    --accent: #e3ead7;
    --white: #fffdfa;
    --olive: #4b533a;
    --olive-hover: #384129;
    --olive-soft: #e6ead8;
    --sandO: #c1cca7;
    --earth: #795e43;
    font-family: Arial, Helvetica, sans-serif;
    color: var(--ink);
    background: var(--paper);
    font-synthesis: none;
}

* {
    box-sizing: border-box;
}

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

body {
    margin: 0;
}

a {
    color: inherit;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
}

button {
    font: inherit;
    -webkit-tap-highlight-color: transparent;
}

p {
    line-height: 1.7;
    margin: 0 0 1.1rem;
}

h1 {
    font-weight: 400;
    margin: 0;
    font-family: Georgia, 'Times New Roman', serif;
}

h2 {
    font-weight: 400;
    margin: 0;
    font-family: Georgia, 'Times New Roman', serif;
    font-size: clamp(2.6rem, 4.4vw, 4.5rem);
    line-height: 1.1;
    letter-spacing: -.045em;
}

h3 {
    font-weight: 400;
    margin: 0;
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 1.7rem;
    letter-spacing: -.025em;
}

h4 {
    font-weight: 400;
    margin: 0;
}

.wordmark {
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 2.25rem;
    letter-spacing: -.06em;
    line-height: 1;
}

.hero-word {
    font-family: Georgia, 'Times New Roman', serif;
    font-size: clamp(5rem, 17vw, 16rem);
    line-height: 1.02;
    letter-spacing: -.075em;
    opacity: .28;
    margin: 28px 0 -20px;
    user-select: none;
    color: var(--accent);
}

.price>span:first-child {
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 4.5rem;
    line-height: 1.1;
    letter-spacing: -.05em;
}

.day-heading>span {
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 4rem;
    line-height: 1;
    color: var(--earth);
}

em {
    font-weight: 400;
}

summary {
    -webkit-tap-highlight-color: transparent;
    cursor: pointer;
    list-style: none;
    font-size: 1rem;
    padding: 22px 35px 22px 0;
    position: relative;
    line-height: 1.5;
}

section[id] {
    scroll-margin-top: 24px;
}

.wrap {
    width: min(1240px, calc(100% - 96px));
    margin-inline: auto;
}

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

.wordmark span {
    display: block;
    font: 0.625em Arial, sans-serif;
    font-size: .625rem;
    letter-spacing: .13em;
    margin-top: 12px;
}

.header nav {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 18px;
    font-size: .875rem;
}

.header nav a {
    display: flex;
    align-items: center;
    min-height: 44px;
}

.menu-toggle {
    display: none;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 44px;
    padding: 10px 16px;
    border: 1px solid var(--line);
    border-radius: 100px;
    background: var(--white);
    color: var(--olive);
    cursor: pointer;
    font-size: .9rem;
}

.menu-toggle:hover {
    background: var(--olive-soft);
}

[hidden] {
    display: none !important;
}

.room-note + .room-note {
    margin-top: 1.1rem;
}

.header nav a:hover,
.text-link:hover {
    text-decoration: underline;
    text-underline-offset: 6px;
}

.button {
    display: inline-flex;
    gap: 28px;
    justify-content: center;
    align-items: center;
    color: var(--white);
    border: 1px solid var(--ink);
    border-radius: 100px;
    padding: 18px 27px;
    min-height: 50px;
    font-size: .95rem;
    line-height: 1.3;
    font-weight: 600;
    cursor: pointer;
    transition: background .2s, transform .2s;
    max-width: 100%;
    text-align: center;
    background: var(--olive);
    border-color: var(--olive);
}

.button:hover {
    transform: translateY(-2px);
    background: var(--olive-hover);
}

.button.small {
    padding: 13px 22px;
    font-size: .875rem;
}

.button.full {
    width: 100%;
    margin-top: 12px;
}

.hero {
    background: var(--ink);
    background-image: linear-gradient(90deg, rgba(22, 18, 22, .82), rgba(22, 18, 22, .52)), url("imagenes/aroajudit.jpeg");
    background-size: cover;
    background-position: center 72%;
    background-repeat: no-repeat;
    color: var(--paper);
    border-radius: 8px;
    position: relative;
    isolation: isolate;
    overflow: hidden;
    padding: 40px 56px 0;
}

.hero-top {
    display: flex;
    justify-content: space-between;
    gap: 24px;
}

.eyebrow {
    font-size: .75rem;
    line-height: 1.5;
    letter-spacing: .13em;
    font-weight: 600;
    margin-bottom: 24px;
}

.edition {
    font-size: .65rem;
    letter-spacing: .13em;
    line-height: 1.5;
}

.hero h1 {
    font-size: clamp(4rem, 7.4vw, 7rem);
    line-height: 1.04;
    letter-spacing: -.055em;
    margin: 35px 0 30px;
}

.hero h1 em {
    color: var(--accent);
}

.hero-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

.hero-bottom p {
    font-size: 1.05rem;
    color: var(--white);
}

.facts {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    padding: 32px 0;
    border-bottom: 1px solid var(--line);
}

.facts div {
    padding: 0 24px;
    border-right: 1px solid var(--line);
}

.facts div:first-child {
    padding-left: 0;
}

.facts div:last-child {
    border: 0;
}

.facts span {
    display: block;
    font-size: .65rem;
    letter-spacing: .14em;
    color: var(--muted);
    margin-bottom: 10px;
}

.facts strong {
    font-size: .9rem;
    font-weight: 500;
}

.section {
    padding-block: 100px;
}

.intro {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 90px;
}

.intro-text {
    padding-top: 42px;
    max-width: 480px;
    color: var(--muted);
}

.lead {
    font-size: 1.35rem;
    color: var(--ink);
    line-height: 1.5;
}

.text-link {
    display: inline-block;
    margin-top: 16px;
    color: var(--ink);
    font-size: .9rem;
}

.text-link span {
    margin-left: 12px;
}

.practices {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    padding-bottom: 100px;
}

.practices article {
    border-radius: 5px;
    padding: 30px;
    background: var(--white);
    border: 1px solid var(--line);
}

.number {
    display: block;
    font-size: .75rem;
    margin-bottom: 42px;
}

.practices h3 {
    margin-bottom: 15px;
}

.practices p {
    font-size: .95rem;
    color: var(--muted);
}

.tag {
    font-size: .625rem;
    letter-spacing: .12em;
    display: block;
    margin-top: 30px;
}

.section-top {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 40px;
    margin-bottom: 46px;
}

.section-top>p {
    font-size: .9rem;
    color: var(--muted);
}

.days {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 36px;
}

.day {
    border-top: 1px solid #bbaeaf;
    padding-top: 25px;
    border-color: var(--line);
}

.day-heading {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 27px;
}

.day-heading p {
    font-size: .85rem;
    margin: 7px 0 0;
    color: var(--muted);
}

.day ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.day li {
    display: grid;
    grid-template-columns: 90px 1fr;
    gap: 12px;
    padding: 12px 0;
    border-top: 1px solid #dfd6d2;
    font-size: .875rem;
    line-height: 1.5;
    border-color: var(--line);
}

.day time {
    color: var(--muted);
    font-size: .8rem;
}

.day small {
    display: block;
    font-size: .75rem;
    color: var(--muted);
}

.day-note {
    font-family: Georgia, serif;
    font-style: italic;
    font-size: 1.6rem;
    line-height: 1.4;
    margin-top: 40px;
    color: var(--earth);
}

.note {
    font-size: .8rem;
    color: var(--muted);
    margin: 30px 0 0;
}

.venue {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 90px;
    align-items: center;
}

.venue .lead {
    margin-top: 30px;
    margin-bottom: 12px;
}

.venue-gallery {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    margin-top: 24px;
    max-width: 520px;
}

.venue-gallery figure {
    margin: 0;
    min-width: 0;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    border-radius: 5px;
    background: var(--olive-soft);
}

.venue-gallery img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.venue-gallery-note {
    margin: 10px 0 0;
    font-size: .8rem;
}

@media (max-width: 700px) {
    .venue-gallery {
        gap: 12px;
        max-width: none;
    }

}

@media (max-width: 360px) {
    .venue-gallery {
        grid-template-columns: 1fr;
    }

}

.venue>div>p:not(.eyebrow):not(.lead) {
    color: var(--muted);
}

.location {
    font-size: .7rem;
    letter-spacing: .12em;
    margin-top: 30px;
}

.stay {
    border: 1px solid var(--line);
    padding: 42px;
    border-radius: 5px;
    background: var(--white);
}

.stay h3 {
    font-size: 2.2rem;
    line-height: 1.15;
}

.checks {
    list-style: none;
    margin: 30px 0;
    padding: 0;
}

.checks li {
    position: relative;
    padding: 12px 0 12px 26px;
    font-size: .95rem;
    border-bottom: 1px solid var(--line);
}

.checks li:before {
    content: '✓';
    position: absolute;
    left: 0;
}

.room-note h4 {
    font-weight: 600;
    font-size: .9rem;
    margin-bottom: 12px;
}

.room-note p {
    font-size: .875rem;
    color: var(--muted);
    margin: 0;
}

.hosts {
    padding: 70px 0;
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
}

.hosts-content {
    display: grid;
    grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
    gap: 80px;
    align-items: center;
}

.hosts h2 {
    font-size: clamp(2rem, 3.3vw, 3.3rem);
}

.hosts-title {
    margin-bottom: 40px;
}

.hosts-team {
    min-width: 0;
}

.hosts-photo {
    width: 100%;
    aspect-ratio: 3 / 4;
    margin: 0;
    overflow: hidden;
    border-radius: 5px;
    background: var(--olive-soft);
}

.hosts-photo img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.host-person+.host-person {
    margin-top: 28px;
    padding-top: 28px;
    border-top: 1px solid var(--line);
}

.hosts h3 {
    margin-bottom: 14px;
}

.host-person p {
    color: var(--muted);
    font-size: 1rem;
    margin-bottom: 0;
}

.booking {
    display: grid;
    grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr);
    gap: 60px;
    align-items: start;
}

.booking-intro h2 {
    font-size: clamp(3.2rem, 5.5vw, 5.5rem);
    margin-bottom: 28px;
}

.booking-intro>p:not(.eyebrow) {
    color: var(--muted);
}

.booking-card {
    border-radius: 6px;
    background: var(--white);
    color: var(--ink);
    border: 1px solid var(--line);
    padding: 32px;
}

.price {
    margin: 22px 0 6px;
    display: flex;
    align-items: baseline;
    gap: 14px;
    flex-wrap: wrap;
}

.price>span:last-child {
    font-size: .85rem;
    color: #ddc6d1;
}

.booking-card .price-note {
    font-size: .8rem;
    color: var(--accent);
    margin-bottom: 25px;
}

.booking-card>p:not(.price):not(.price-note) {
    font-size: .9rem;
}

.booking-card hr {
    border: 0;
    border-top: 1px solid #725b69;
    margin: 27px 0;
}

.deposit {
    color: #eadce3;
}

.booking-card .booking-note {
    font-size: .75rem !important;
    line-height: 1.5;
    margin: 20px 0 0;
    color: var(--earth);
}

.faq {
    border-top: 1px solid var(--line);
    display: grid;
    grid-template-columns: .8fr 1.2fr;
    gap: 90px;
    padding-top: 65px;
}

.questions details {
    border-bottom: 1px solid var(--line);
}

summary::-webkit-details-marker {
    display: none;
}

summary:after {
    content: '+';
    position: absolute;
    right: 4px;
    font-size: 1.5rem;
    top: 16px;
    font-weight: 400;
}

details[open] summary:after {
    content: '−';
}

.questions p {
    color: var(--muted);
    font-size: .95rem;
    padding-right: 25px;
    margin-bottom: 24px;
}

.footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    border-top: 1px solid var(--line);
    padding-block: 35px 45px;
    flex-wrap: wrap;
}

.footer p,
.footer>a:last-child {
    font-size: .8rem;
    margin: 0;
}

.mobile-cta {
    display: none;
    background: var(--white);
}

.skip {
    position: fixed;
    top: -100px;
    left: 20px;
    background: var(--paper);
    padding: 14px;
    z-index: 10;
}

.skip:focus {
    top: 10px;
}

dialog {
    color: var(--ink);
    background: var(--paper);
    border: 1px solid var(--line);
    border-radius: 12px;
    padding: 40px;
    width: min(480px, calc(100% - 40px));
    max-height: 85dvh;
    overflow: auto;
}

dialog::backdrop {
    background: #241820b3;
}

dialog h2 {
    font-size: 2.6rem;
    margin-bottom: 20px;
}

dialog p {
    color: var(--muted);
}

@media(min-width:1440px) {
    .hero-word {
        font-size: 15rem;
    }

}

@media(max-width:1000px) {
    .wrap {
        width: calc(100% - 48px);
    }

    .hero {
        padding: 32px 36px 0;
    }

    .intro,
    .venue,
    .faq,
    .hosts-content {
        gap: 40px;
    }

    .days {
        gap: 22px;
    }

    .day li {
        grid-template-columns: 1fr;
        gap: 3px;
    }

    .facts div {
        padding-inline: 14px;
    }

    .facts strong {
        font-size: .8rem;
    }

    .stay {
        padding: 30px;
    }

    .practices article {
        padding: 24px;
    }

    .section {
        padding-block: 76px;
    }

}

@media(max-width:700px) {
    .wrap {
        width: calc(100% - 36px);
    }

    .header {
        padding-block: 22px;
        gap: 12px;
    }

    .wordmark {
        font-size: 1.95rem;
    }

    .wordmark span {
        font-size: .55rem;
        letter-spacing: .08em;
    }

    .button.small {
        font-size: .8rem;
        padding: 12px 17px;
    }

    .hero {
        padding: 28px 24px 0;
        background-position: center bottom;
    }

    .hero-top .eyebrow {
        font-size: .65rem;
        max-width: 210px;
        line-height: 1.7;
    }

    .edition {
        display: none;
    }

    .hero h1 {
        font-size: clamp(3.35rem, 12.2vw, 5rem);
        margin: 24px 0;
    }

    .hero-bottom {
        align-items: flex-start;
        flex-direction: column;
        gap: 10px;
    }

    .hero-bottom p {
        font-size: .95rem;
    }

    .hero-bottom .button {
        padding: 16px 22px;
    }

    .hero-word {
        font-size: 21vw;
        margin-top: 40px;
        margin-bottom: -4px;
    }

    .facts {
        grid-template-columns: 1fr 1fr;
        padding-block: 24px;
        gap: 26px 0;
    }

    .facts div {
        padding: 0 14px;
    }

    .facts div:nth-child(odd) {
        padding-left: 0;
    }

    .facts div:nth-child(even) {
        border: 0;
    }

    .facts span {
        font-size: .6rem;
    }

    .facts strong {
        font-size: .8rem;
    }

    .section {
        padding-block: 60px;
    }

    .intro,
    .venue {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .faq {
        grid-template-columns: 1fr;
        gap: 28px;
        padding-top: 45px;
    }

    .hosts-content {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .intro-text {
        padding-top: 0;
        max-width: none;
    }

    .eyebrow {
        font-size: .7rem;
        margin-bottom: 20px;
    }

    .lead {
        font-size: 1.15rem;
    }

    .practices {
        grid-template-columns: 1fr;
        gap: 14px;
        padding-bottom: 60px;
    }

    .practices article {
        padding: 26px;
    }

    .number {
        margin-bottom: 24px;
    }

    .tag {
        margin-top: 22px;
    }

    .section-top {
        display: block;
        margin-bottom: 32px;
    }

    .section-top>p {
        margin-top: 20px;
    }

    .days {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .day li {
        grid-template-columns: 90px 1fr;
        gap: 12px;
    }

    .day-heading {
        margin-bottom: 20px;
    }

    .day-note {
        margin-top: 25px;
    }

    .stay {
        padding: 28px;
    }

    .hosts {
        padding-block: 34px;
    }

    .hosts-title {
        margin-bottom: 28px;
    }

    .hosts-photo {
        max-width: 460px;
        justify-self: center;
    }

    .booking-intro h2 {
        font-size: 3.6rem;
    }

    .price>span:first-child {
        font-size: 4rem;
    }

    .footer {
        align-items: flex-start;
        padding-bottom: 120px;
    }

    .mobile-cta {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 12px;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 5;
        padding: 12px 18px calc(12px + env(safe-area-inset-bottom));
        border-top: 1px solid var(--line);
    }

    .mobile-cta>span {
        font-size: .65rem;
        letter-spacing: .06em;
    }

    .mobile-cta strong {
        display: block;
        font-size: 1rem;
        letter-spacing: 0;
        margin-top: 5px;
    }

    .desktop {
        display: none;
    }

    dialog {
        padding: 28px;
    }

}

.hero-bottom>*,
.hosts-content>*,
.facts>div {
    min-width: 0;
}

@media(max-width:380px) {
    .hero h1 {
        font-size: 2.65rem;
    }

    .stay {
        padding: 22px;
    }

    .button {
        gap: 12px;
        padding-inline: 18px;
    }

}

.button.light {
    background: var(--accent);
    color: var(--ink);
    border-color: var(--accent);
}

.button.light:hover {
    background: #d5dfc5;
}

.button.outline {
    background: transparent;
    color: var(--olive);
    border-color: var(--olive);
}

.button.outline:hover {
    background: var(--olive-soft);
}

a:focus-visible,
button:focus-visible,
summary:focus-visible,
.venue-gallery:focus-visible {
    outline: 3px solid var(--earth);
    outline-offset: 4px;
}

.practices article:nth-child(2) {
    background: var(--olive-soft);
}

.practices article:nth-child(3) {
    background: var(--sandO);
}

.program {
    background: var(--white);
}

.venue>div {
    min-width: 0;
}

.venue-carousel {
    max-width: 520px;
}

.venue-carousel .venue-gallery {
    display: flex;
    gap: 14px;
    max-width: none;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    scroll-snap-type: x mandatory;
    scrollbar-width: thin;
    scrollbar-color: var(--olive) var(--olive-soft);
    padding-bottom: 8px;
}

.venue-carousel .venue-gallery figure {
    flex: 0 0 calc((100% - 14px) / 2);
    scroll-snap-align: start;
}

.gallery-controls {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-top: 12px;
}

.gallery-controls[hidden] {
    display: none;
}

.gallery-status {
    color: var(--muted);
    font-size: .875rem;
}

.gallery-arrows {
    display: flex;
    gap: 8px;
}

.gallery-arrow {
    display: grid;
    place-items: center;
    width: 44px;
    height: 44px;
    border: 1px solid var(--line);
    border-radius: 50%;
    background: var(--white);
    color: var(--olive);
    font-size: 1.3rem;
    cursor: pointer;
}

.gallery-arrow:disabled {
    opacity: .4;
    cursor: default;
}

.gallery-arrow:not(:disabled):hover {
    background: var(--olive);
    color: var(--white);
}

.booking-intro {
    padding-top: 32px;
}

.booking-card .eyebrow {
    color: var(--olive);
    margin-bottom: 16px;
}

.early-badge {
    display: inline-block;
    padding: 9px 13px;
    background: var(--olive-soft);
    border-radius: 5px;
    color: var(--olive);
    font-size: .8rem!important;
    letter-spacing: .04em;
    font-weight: 700;
}

.booking-card .booking-saving {
    color: var(--muted);
    font-size: .875rem;
    margin-bottom: 24px;
}

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

.room-price {
    padding: 22px 18px;
    border: 1px solid var(--line);
    border-radius: 6px;
    background: var(--sandO);
    min-width: 0;
}

.room-price:nth-child(2) {
    background: var(--olive-soft);
}

.room-price h3 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 0;
}

.room-type {
    font-size: .8rem;
    color: var(--muted);
    margin: 6px 0 18px;
}

.room-amount {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 8px;
    margin: 0 0 10px;
}

.room-amount strong {
    font: 400 clamp(2.25rem, 3.5vw, 3.3rem)/1.1 Georgia, serif;
    color: var(--olive);
    letter-spacing: -.04em;
}

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

.room-standard {
    font-size: .8rem;
    color: var(--muted);
    margin: 0;
}

.room-extra {
    font-size: .8rem;
    margin: 18px 0 0;
    color: var(--earth);
}

.booking-includes {
    margin: 24px 0;
    line-height: 1.7;
    color: var(--muted);
}

.reservation-payment {
    border-top: 1px solid var(--line);
    padding-top: 24px;
}

.booking-card .deposit {
    color: var(--ink);
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 8px;
}

.deposit-explanation {
    color: var(--muted);
    font-size: .9rem;
}

.reserve-button {
    font-size: 1rem;
    gap: 12px;
}

.reservation-terms {
    font-size: .8rem;
    color: var(--muted);
    margin: 20px 0 0;
}

.room-options {
    padding-left: 20px;
    margin: 0 0 20px;
    line-height: 1.6;
}

.room-options li + li {
    margin-top: 6px;
}

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

    .menu-toggle:not([hidden]) {
        display: inline-flex;
        font-family: Georgia, 'Times New Roman', serif;
        font-size: 1.15rem;
        color: var(--olive);
    }

    .header-reserve {
        display: none;
    }

    .header nav {
        grid-column: 1 / -1;
        display: grid;
        grid-template-columns: minmax(0, 1fr);
        gap: 0;
        padding: 8px 20px;
        border: 1px solid var(--line);
        border-radius: 8px;
        background: var(--white);
    }

    .header nav a {
        width: 100%;
        min-width: 0;
        padding: 12px 4px;
        font-family: Georgia, 'Times New Roman', serif;
        font-size: 1.5rem;
        font-weight: 400;
        line-height: 1.3;
        letter-spacing: -.025em;
        color: var(--olive);
        text-decoration: none;
    }

    .header nav a + a {
        border-top: 1px solid var(--line);
    }

    .header nav a:hover {
        background: var(--olive-soft);
        color: var(--olive-hover);
        text-decoration: none;
    }

    .booking {
        gap: 30px;
    }

    .room-prices {
        grid-template-columns: 1fr;
    }

}

@media (max-width: 700px) {
    .booking {
        grid-template-columns: minmax(0, 1fr);
    }

    .booking-intro {
        padding-top: 0;
    }

    .booking-card {
        padding: 24px;
    }

    .venue-carousel {
        max-width: none;
    }

    .mobile-cta {
        flex-wrap: wrap;
    }

    .mobile-cta .button {
        font-size: .8rem;
    }

}

@media (max-width: 360px) {
    .venue-carousel .venue-gallery figure {
        flex-basis: 100%;
    }

    .booking-card {
        padding: 18px;
    }

}

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

    *,
    *:before,
    *:after {
        transition: none !important;
    }

}
