:root {
    --ink: #171b1d;
    --ink-soft: #2b3133;
    --paper: #f7f4ee;
    --paper-deep: #efe9de;
    --white: #fffdf9;
    --terracotta: #c55f3c;
    --terracotta-dark: #a9472b;
    --sage: #8b9380;
    --line: rgba(23, 27, 29, .17);
    --display: Georgia, 'Times New Roman', serif;
    --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    --page: min(1296px, calc(100vw - 72px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); font-size: 16px; line-height: 1.6; -webkit-font-smoothing: antialiased; }
body:has(dialog[open]) { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
.fa-solid, .fa-regular { display: inline-block; width: 1em; min-width: 1em; text-align: center; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.honeypot { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; }

.site-header {
    position: absolute;
    z-index: 20;
    top: 0;
    left: 50%;
    width: var(--page);
    min-height: 90px;
    transform: translateX(-50%);
    display: grid;
    grid-template-columns: 1fr auto auto;
    align-items: center;
    gap: 54px;
    color: var(--white);
    border-bottom: 1px solid rgba(255,255,255,.25);
}
.site-header--inner { position: relative; left: auto; transform: none; color: var(--ink); border-bottom-color: var(--line); margin: 0 auto; }
.wordmark { display: inline-flex; flex-direction: column; width: max-content; line-height: 1; }
.wordmark strong { font: 400 29px/1 var(--display); letter-spacing: .055em; text-transform: uppercase; }
.wordmark span { margin-top: 7px; font-size: 10px; font-weight: 700; letter-spacing: .22em; text-transform: uppercase; opacity: .78; }
.site-nav { display: flex; align-items: center; gap: 10px; }
.site-nav a, .language-link { min-height: 44px; font-size: 13px; font-weight: 760; letter-spacing: .095em; text-transform: uppercase; }
.site-nav a, .language-link { border: 1px solid rgba(255,255,255,.28); border-radius: 999px; background: rgba(17,21,22,.5); backdrop-filter: blur(10px); transition: background .18s ease, border-color .18s ease; }
.site-nav a { display: inline-flex; align-items: center; padding: 10px 17px; }
.site-nav a:hover, .language-link:hover { border-color: rgba(255,255,255,.58); background: rgba(17,21,22,.72); }
.site-header--inner .site-nav a, .site-header--inner .language-link { border-color: var(--line); background: rgba(255,255,255,.68); backdrop-filter: none; }
.site-header--inner .site-nav a:hover, .site-header--inner .language-link:hover { border-color: rgba(23,27,29,.35); background: var(--white); }
.language-link { display: flex; gap: 8px; align-items: center; padding: 10px 14px; white-space: nowrap; }
.language-link a { display: inline-flex; align-items: center; min-height: 24px; opacity: .55; }
.language-link a.is-active { opacity: 1; }
.language-link a:focus-visible { outline: 3px solid #f3bd74; outline-offset: 3px; }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 0; border: 0; background: transparent; font-size: 21px; }

.hero { position: relative; min-height: 725px; overflow: hidden; color: var(--white); background: #3e3a34; }
.hero__media { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 61%; filter: saturate(.86) contrast(1.04); }
.hero__shade { position: absolute; inset: 0 auto 0 0; width: 57%; background: rgba(13, 15, 15, .65); }
.hero__content { position: relative; z-index: 2; width: var(--page); margin: 0 auto; padding-top: 152px; }
.eyebrow { margin: 0 0 22px; font-size: 11px; line-height: 1.2; font-weight: 750; letter-spacing: .22em; text-transform: uppercase; }
.eyebrow--terracotta { color: var(--terracotta); }
.hero h1 { max-width: 860px; margin: 0; font: 400 clamp(56px, 4.7vw, 78px)/.99 var(--display); letter-spacing: -.037em; text-wrap: balance; }
.accent-rule { display: block; width: 54px; border-top: 3px solid var(--terracotta); margin: 27px 0 24px; }
.hero__lead { max-width: 510px; margin: 0; font-size: 20px; line-height: 1.55; color: rgba(255,255,255,.9); }
.hero__arrival { display: inline-flex; align-items: center; gap: 11px; margin: 20px 0 0; padding: 10px 14px; border: 1px solid rgba(255,255,255,.35); background: rgba(17,21,22,.42); color: var(--white); font-size: 13px; font-weight: 720; letter-spacing: .035em; }
.hero__arrival i { color: #f3bd74; }

.booking-bar {
    position: absolute;
    z-index: 4;
    left: 50%;
    bottom: 28px;
    transform: translateX(-50%);
    display: grid;
    grid-template-columns: 1fr 1fr .9fr 1.15fr;
    width: min(1210px, calc(100vw - 96px));
    min-height: 170px;
    padding: 28px 30px 0;
    background: var(--ink);
    box-shadow: 0 18px 45px rgba(0,0,0,.25);
}
.booking-bar__field { position: relative; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; gap: 3px; min-width: 0; padding: 0 48px 0 20px; border: 0; border-right: 1px solid rgba(255,255,255,.18); background: transparent; color: var(--white); text-align: left; cursor: pointer; }
.booking-bar__field span { font-size: 10px; font-weight: 750; letter-spacing: .17em; text-transform: uppercase; }
.booking-bar__field strong { font-size: 15px; font-weight: 450; color: rgba(255,255,255,.82); }
.booking-bar__field i { position: absolute; right: 25px; font-size: 19px; color: rgba(255,255,255,.8); }
.booking-bar__submit { align-self: center; min-height: 58px; margin-left: 24px; }
.booking-facts { grid-column: 1 / -1; align-self: end; display: flex; justify-content: center; min-height: 51px; border-top: 1px solid rgba(255,255,255,.13); }
.booking-facts span { display: flex; align-items: center; gap: 10px; padding: 0 30px; color: rgba(255,255,255,.78); font-size: 12px; }
.booking-facts span + span { border-left: 1px solid rgba(255,255,255,.17); }
.booking-facts i { color: var(--white); font-size: 17px; }

.button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 0 29px; border: 1px solid currentColor; background: transparent; font-size: 12px; font-weight: 760; letter-spacing: .105em; text-transform: uppercase; cursor: pointer; transition: background .18s ease, color .18s ease, border-color .18s ease, transform .18s ease; }
.button:hover { transform: translateY(-1px); }
.button:focus-visible, .icon-button:focus-visible, .calendar-day:focus-visible, .site-nav a:focus-visible, .language-link:focus-visible, .booking-bar__field:focus-visible { outline: 3px solid #f3bd74; outline-offset: 3px; }
.button--primary { color: white; background: var(--terracotta); border-color: var(--terracotta); }
.button--primary:hover { background: var(--terracotta-dark); border-color: var(--terracotta-dark); }
.button--dark { color: white; background: var(--ink); border-color: var(--ink); }

.section { width: var(--page); margin: 0 auto; }
.stories { display: grid; grid-template-columns: .72fr 1.45fr; gap: 94px; padding: 42px 0 110px; }
.section-intro { padding-top: 34px; }
.section-intro h2, .stay-section__copy h2, .booking-section h2 { margin: 0 0 24px; font: 400 clamp(43px, 4vw, 64px)/1.04 var(--display); letter-spacing: -.035em; }
.section-intro > p:not(.eyebrow), .stay-section__copy > p, .booking-section p { max-width: 490px; margin: 0 0 30px; color: #4d5353; font-size: 18px; }
.text-link { display: inline-flex; align-items: center; gap: 12px; min-height: 44px; padding: 8px 0; border: 0; background: none; color: var(--terracotta-dark); font-size: 12px; font-weight: 780; letter-spacing: .11em; text-transform: uppercase; cursor: pointer; }
.text-link i { transition: transform .18s ease; }
.text-link:hover i { transform: translateX(4px); }
.story-card { display: grid; grid-template-columns: 1fr; gap: 22px; }
.story-card--featured { grid-template-columns: minmax(0, 1.25fr) minmax(260px, .8fr); align-items: center; gap: 40px; }
.story-card__image { display: block; overflow: hidden; aspect-ratio: 16/10; background: var(--paper-deep); }
.story-card--featured .story-card__image { aspect-ratio: 4/3; }
.story-card__image img { width: 100%; height: 100%; object-fit: cover; object-position: var(--image-position, center); transition: transform .5s ease; }
.story-card__image:hover img { transform: scale(1.025); }
.story-card__category { color: var(--terracotta); font-size: 10px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.story-card h2 { margin: 9px 0 15px; font: 400 35px/1.06 var(--display); letter-spacing: -.025em; }
.story-card h2 a:hover { color: var(--terracotta-dark); }
.story-card p { margin: 0 0 21px; color: #4f5554; font-size: 15px; line-height: 1.65; }

.stay-section { display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; gap: 100px; padding: 110px 0; border-top: 1px solid var(--line); }
.stay-carousel { position: relative; min-width: 0; outline: none; }
.stay-carousel:focus-visible { outline: 3px solid #f3bd74; outline-offset: 5px; }
.stay-carousel__viewport { position: relative; overflow: hidden; aspect-ratio: 4/3; background: var(--paper-deep); }
.stay-carousel__slide { position: absolute; inset: 0; margin: 0; opacity: 0; visibility: hidden; transition: opacity .35s ease, visibility .35s ease; }
.stay-carousel__slide.is-active { opacity: 1; visibility: visible; }
.stay-carousel__slide img { width: 100%; height: 100%; object-fit: cover; }
.stay-carousel__slide figcaption { position: absolute; right: 18px; bottom: 18px; padding: 8px 11px; color: var(--white); background: rgba(17,21,22,.76); font-size: 11px; font-weight: 720; letter-spacing: .055em; text-transform: uppercase; }
.stay-carousel__controls { display: grid; grid-template-columns: 46px 1fr 46px; align-items: center; min-height: 62px; color: var(--white); background: var(--ink); }
.stay-carousel__controls button { width: 46px; height: 46px; margin: 0; border: 0; border-radius: 50%; color: var(--white); background: transparent; cursor: pointer; }
.stay-carousel__controls button:hover { background: rgba(255,255,255,.1); }
.stay-carousel__controls button:focus-visible, .stay-carousel__dots button:focus-visible { outline: 3px solid #f3bd74; outline-offset: 2px; }
.stay-carousel__counter { text-align: center; font-size: 12px; letter-spacing: .12em; }
.stay-carousel__counter strong { font-weight: 800; }
.stay-carousel__dots { display: flex; justify-content: center; gap: 0; padding-top: 7px; }
.stay-carousel__dots button { display: inline-flex; align-items: center; justify-content: center; width: 44px; height: 44px; padding: 0; border: 0; background: transparent; cursor: pointer; }
.stay-carousel__dots button::before { width: 9px; height: 9px; border: 1px solid var(--terracotta); border-radius: 50%; background: transparent; content: ''; }
.stay-carousel__dots button[aria-selected="true"]::before { background: var(--terracotta); }
.stay-list { display: grid; gap: 0; padding: 0; margin: 34px 0 38px; list-style: none; border-top: 1px solid var(--line); }
.stay-list li { display: flex; align-items: center; gap: 15px; padding: 15px 0; border-bottom: 1px solid var(--line); }
.stay-list i { width: 24px; color: var(--terracotta); }
.stay-price { display: flex; flex-direction: column; gap: 2px; margin: -15px 0 28px !important; color: var(--ink) !important; font-size: 14px !important; }
.stay-price strong { font: 400 24px/1.2 var(--display); }
.stay-price span { color: #666b68; font-size: 13px; }

.reviews-section { padding: 100px 0; border-top: 1px solid var(--line); }
.reviews-section__intro { display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 70px; margin-bottom: 50px; }
.reviews-section__intro h2 { margin: 0 0 18px; font: 400 clamp(43px, 4vw, 64px)/1.04 var(--display); letter-spacing: -.035em; }
.reviews-section__intro > div:first-child > p:last-child { max-width: 650px; margin: 0; color: #4d5353; font-size: 18px; }
.reviews-rating { display: grid; grid-template-columns: auto auto; align-items: center; gap: 0 10px; min-width: 260px; padding: 21px 24px; border: 1px solid var(--line); background: var(--white); }
.reviews-rating i { color: var(--terracotta); font-size: 18px; }
.reviews-rating strong { font: 400 32px/1 var(--display); }
.reviews-rating span { grid-column: 1 / -1; margin-top: 8px; color: #5c615f; font-size: 12px; }
.reviews-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.review-card { position: relative; min-height: 245px; margin: 0; padding: 38px 38px 34px; }
.review-card + .review-card { border-left: 1px solid var(--line); }
.review-card__mark { color: var(--terracotta); font-size: 20px; }
.review-card > p { margin: 26px 0 34px; font: 400 27px/1.28 var(--display); letter-spacing: -.018em; }
.review-card footer { display: flex; flex-direction: column; gap: 2px; }
.review-card footer strong { font-size: 12px; letter-spacing: .08em; text-transform: uppercase; }
.review-card footer span { color: #6a6f6d; font-size: 12px; }
.reviews-section__link { margin-top: 30px; }

.location-section { display: grid; grid-template-columns: minmax(310px, .72fr) minmax(0, 1.45fr); gap: 72px; padding: 100px 0; border-top: 1px solid var(--line); }
.location-section__copy h2 { margin: 0 0 22px; font: 400 clamp(43px, 4vw, 62px)/1.04 var(--display); letter-spacing: -.035em; }
.location-section__copy > p:not(.eyebrow):not(.location-note) { margin: 0 0 24px; color: #4d5353; font-size: 17px; }
.location-note { display: flex; align-items: flex-start; gap: 10px; margin: 0 0 28px; color: #686e6b; font-size: 12px; }
.location-note i { margin-top: 4px; color: var(--terracotta); }
.location-list { display: grid; gap: 0; margin: 0; padding: 0; border-top: 1px solid var(--line); list-style: none; }
.location-list button { display: flex; align-items: center; justify-content: space-between; gap: 16px; width: 100%; min-height: 52px; padding: 10px 0; border: 0; border-bottom: 1px solid var(--line); background: transparent; color: var(--ink); text-align: left; cursor: pointer; }
.location-list button > span { display: flex; align-items: center; gap: 11px; font-size: 13px; font-weight: 700; }
.location-list button i { width: 18px; color: var(--terracotta); text-align: center; }
.location-list button small { color: #696f6c; font-size: 11px; white-space: nowrap; }
.location-list button:hover > span, .location-list button.is-active > span { color: var(--terracotta-dark); }
.location-list button.is-active small { color: var(--ink); font-weight: 750; }
.location-list button:focus-visible { outline: 3px solid #f3bd74; outline-offset: 3px; }
.location-map { position: relative; z-index: 1; min-height: 590px; background: var(--paper-deep); }
.location-map__fallback { position: absolute; inset: 50% auto auto 50%; width: min(320px, calc(100% - 40px)); margin: 0; transform: translate(-50%, -50%); color: #5c615f; text-align: center; }
.location-map.is-ready .location-map__fallback { display: none; }
.location-map .leaflet-control-attribution { font-size: 9px; }
.location-map .leaflet-popup-content { margin: 14px 18px; font-family: var(--sans); }
.location-map .leaflet-popup-content strong { display: block; margin-bottom: 2px; }
.booking-section { display: flex; align-items: center; justify-content: space-between; gap: 60px; margin-bottom: 110px; padding: 74px 76px; color: var(--white); background: var(--ink); }
.booking-section h2 { max-width: 650px; }
.booking-section p { color: rgba(255,255,255,.72); }

.site-footer { display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 60px; padding: 55px max(36px, calc((100vw - 1296px) / 2)); border-top: 1px solid var(--line); background: var(--paper-deep); }
.site-footer > div { display: flex; flex-direction: column; }
.site-footer strong { font: 400 25px/1 var(--display); }
.site-footer span, .site-footer small { color: #5c615f; font-size: 12px; }
.site-footer nav { display: flex; gap: 28px; font-size: 13px; }
.site-footer nav a { display: inline-flex; align-items: center; min-height: 44px; }

.journal-page { width: var(--page); margin: 0 auto; padding: 90px 0 120px; }
.journal-hero { display: grid; grid-template-columns: .65fr 1.5fr; gap: 72px; padding: 60px 0 90px; border-bottom: 1px solid var(--line); }
.journal-hero .eyebrow { grid-row: 1 / span 2; }
.journal-hero h1 { max-width: 950px; margin: 0; font: 400 clamp(58px, 6vw, 92px)/.97 var(--display); letter-spacing: -.045em; }
.journal-hero > p:last-child { max-width: 700px; margin: 0; color: #505654; font-size: 19px; }
.journal-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 70px 34px; padding-top: 80px; }

.article-page { width: var(--page); margin: 0 auto; padding: 70px 0 120px; }
.article-page > article { max-width: 1120px; margin: 0 auto; }
.back-link { display: inline-flex; align-items: center; gap: 11px; min-height: 44px; margin-bottom: 54px; color: #535957; font-size: 13px; }
.article-header { max-width: 970px; }
.article-header h1 { margin: 0 0 28px; font: 400 clamp(54px, 6.4vw, 93px)/.98 var(--display); letter-spacing: -.047em; text-wrap: balance; }
.article-header > p:last-child { max-width: 790px; margin: 0 0 56px; color: #4e5552; font-size: 21px; line-height: 1.55; }
.article-cover { margin: 0 0 75px; }
.article-cover img { display: block; width: 100%; height: min(65vw, 650px); object-fit: cover; object-position: var(--image-position, center); }
.article-cover figcaption { margin-top: 9px; color: #69706d; font: 500 12px/1.5 var(--sans); }
.article-cover figcaption a { color: inherit; text-decoration: underline; text-underline-offset: 2px; }
.article-layout { display: grid; grid-template-columns: 240px minmax(0, 720px); gap: 80px; align-items: start; }
.article-aside { position: sticky; top: 24px; min-width: 0; padding-top: 19px; border-top: 3px solid var(--terracotta); }
.article-aside strong { font: 400 25px/1.15 var(--display); }
.article-aside p { color: #5a605d; font-size: 14px; }
.article-body { min-width: 0; font: 400 18px/1.82 var(--display); color: #272c2c; }
.article-body h2 { margin: 2.25em 0 .65em; font: 400 42px/1.08 var(--display); letter-spacing: -.025em; }
.article-body h2:first-child { margin-top: 0; }
.article-body h3 { margin: 1.8em 0 .55em; font: 600 24px/1.25 var(--sans); }
.article-body p { margin: 0 0 1.35em; }
.article-body ul, .article-body ol { margin: 0 0 1.6em; padding-left: 1.35em; }
.article-body li { padding-left: .35em; margin-bottom: .62em; }
.article-body a { color: var(--terracotta-dark); text-decoration: underline; text-underline-offset: 3px; }
.article-body table { display: block; width: 100%; margin: 1.2em 0 2em; overflow-x: auto; border-collapse: collapse; font: 500 14px/1.5 var(--sans); }
.article-body th, .article-body td { min-width: 145px; padding: 12px 14px; border: 1px solid #d8d4cd; text-align: left; vertical-align: top; }
.article-body th { background: #f3efe8; color: #303633; }
.article-body .fact-check, .article-body .article-fact-check { margin-bottom: 2.2em; padding: 14px 17px; border-left: 3px solid var(--terracotta); background: #f7f3ed; color: #535a56; font: 500 13px/1.6 var(--sans); }
.article-body .card { padding: 0; border: 0; background: transparent; box-shadow: none; }
.article-inline-image { margin: 1em 0 2.15em; }
.article-inline-image img { display: block; width: 100%; aspect-ratio: 16 / 10; object-fit: cover; object-position: var(--image-position, center); background: #e5dfd4; }
.article-inline-image figcaption { display: grid; gap: 3px; margin-top: 9px; color: #69706d; font: 500 12px/1.5 var(--sans); }
.article-inline-image__description { color: #454c49; }
.article-inline-image__credit { color: #7a807d; font: inherit; }
.article-inline-image figcaption a { color: inherit; text-decoration: underline; text-underline-offset: 2px; }
.article-body .weather-visual-guide { margin: 0 0 3.2em; padding: 34px; border: 1px solid var(--line); background: var(--white); font-family: var(--sans); }
.article-body .weather-visual-guide__header { display: grid; grid-template-columns: minmax(260px, .9fr) minmax(0, 1.1fr); gap: 30px; align-items: end; margin-bottom: 28px; }
.article-body .weather-visual-guide__kicker { margin: 0 0 8px; color: var(--terracotta-dark); font-size: 10px; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
.article-body .weather-visual-guide h2 { margin: 0; font: 400 38px/1.04 var(--display); letter-spacing: -.025em; }
.article-body .weather-visual-guide__header > p:last-child { margin: 0; color: #59605d; font: 500 14px/1.65 var(--sans); }
.article-body .weather-season-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; margin: 0 0 28px; padding: 1px; background: var(--line); }
.article-body .weather-season { min-width: 0; padding: 20px 17px; background: var(--paper); }
.article-body .weather-season i { margin-bottom: 19px; color: var(--terracotta-dark); font-size: 22px; }
.article-body .weather-season h3 { margin: 0 0 4px; font: 700 13px/1.2 var(--sans); letter-spacing: .05em; text-transform: uppercase; }
.article-body .weather-season strong { display: block; margin-bottom: 10px; font: 400 21px/1.15 var(--display); }
.article-body .weather-season p { margin: 0; color: #5b625e; font: 500 12px/1.55 var(--sans); }
.article-body .weather-month-map { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); border: 1px solid var(--line); }
.article-body .weather-month-map a { display: grid; place-items: center; gap: 2px; min-width: 0; min-height: 62px; padding: 8px 3px; color: var(--ink); text-decoration: none; transition: color .18s ease, background .18s ease; }
.article-body .weather-month-map a + a { border-left: 1px solid var(--line); }
.article-body .weather-month-map span { font: 800 10px/1 var(--sans); letter-spacing: .08em; text-transform: uppercase; }
.article-body .weather-month-map strong { font: 500 9px/1.2 var(--sans); }
.article-body .weather-month-map .is-cool { background: #e9ede7; }
.article-body .weather-month-map .is-mild { background: #efe8d6; }
.article-body .weather-month-map .is-warm { background: #e9c89e; }
.article-body .weather-month-map .is-hot { color: #fff; background: var(--terracotta-dark); }
.article-body .weather-month-map a:hover, .article-body .weather-month-map a:focus-visible { color: #fff; background: var(--ink); }
.article-body .weather-month-map a:focus-visible { position: relative; z-index: 1; outline: 3px solid #f3bd74; outline-offset: 2px; }
.article-body .weather-quick-take { margin: 0 0 3em; padding: 28px 30px; border-left: 4px solid var(--terracotta); background: var(--paper-deep); }
.article-body .weather-quick-take h3 { margin-top: 0; }
.article-body .weather-quick-take ul { margin-bottom: 0; }
.article-body .weather-month-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; margin: 1.25em 0 3.4em; }
.article-body .weather-month-card { position: relative; min-width: 0; padding: 27px 25px 25px; border: 1px solid var(--line); border-top: 4px solid var(--season-color, var(--sage)); background: var(--white); scroll-margin-top: 24px; }
.article-body .weather-month-card--winter { --season-color: #788b88; }
.article-body .weather-month-card--spring { --season-color: #8b9380; }
.article-body .weather-month-card--summer { --season-color: var(--terracotta); }
.article-body .weather-month-card--autumn { --season-color: #aa7449; }
.article-body .weather-month-card__season { display: block; margin-bottom: 8px; color: #6b716e; font: 800 9px/1 var(--sans); letter-spacing: .17em; text-transform: uppercase; }
.article-body .weather-month-card h3 { margin: 0 0 15px; font: 400 31px/1 var(--display); letter-spacing: -.02em; }
.article-body .weather-month-card p { margin-bottom: 0; font-size: 16px; line-height: 1.68; }
.article-body .weather-month-card__signals { display: flex; flex-wrap: wrap; gap: 7px; margin: 0 0 18px; padding: 0; list-style: none; }
.article-body .weather-month-card__signals li { margin: 0; padding: 6px 9px; border: 1px solid var(--line); color: #4f5653; background: var(--paper); font: 700 10px/1.2 var(--sans); letter-spacing: .025em; }
.article-body .weather-month-card__badge { position: absolute; top: 20px; right: 20px; padding: 6px 8px; color: #fff; background: var(--terracotta-dark); font: 800 8px/1 var(--sans); letter-spacing: .11em; text-transform: uppercase; }
.article-booking { display: grid; grid-template-columns: 1fr 1fr auto; align-items: center; gap: 44px; max-width: 1120px; margin: 100px auto 0; padding: 54px 60px; color: white; background: var(--ink); }
.article-booking h2 { margin: 0; font: 400 39px/1.1 var(--display); }
.article-booking p { margin: 0; color: rgba(255,255,255,.74); }
.not-found { width: var(--page); min-height: 60vh; margin: 0 auto; padding: 120px 0; }
.not-found h1 { font: 400 70px/1 var(--display); }

.booking-dialog { width: min(1000px, calc(100vw - 36px)); max-height: calc(100vh - 36px); padding: 0; border: 0; color: var(--ink); background: var(--paper); box-shadow: 0 28px 100px rgba(0,0,0,.42); }
.booking-dialog::backdrop { background: rgba(10,12,12,.78); }
.booking-dialog__header { position: sticky; z-index: 3; top: 0; display: flex; align-items: flex-start; justify-content: space-between; padding: 30px 38px 24px; border-bottom: 1px solid var(--line); background: var(--paper); }
.booking-dialog__header .eyebrow { margin-bottom: 8px; color: var(--terracotta); }
.booking-dialog__header h2 { margin: 0; font: 400 38px/1.05 var(--display); }
.icon-button { width: 44px; height: 44px; border: 1px solid var(--line); background: transparent; cursor: pointer; }
.booking-request-form { padding: 28px 38px 38px; }
.booking-selection { display: grid; grid-template-columns: 1fr 1fr .6fr; gap: 18px; }
.booking-selection label, .request-fields label { display: grid; gap: 7px; font-size: 10px; font-weight: 780; letter-spacing: .13em; text-transform: uppercase; }
.booking-selection input, .booking-selection select, .request-fields input, .request-fields textarea { width: 100%; min-height: 49px; padding: 10px 12px; border: 1px solid var(--line); border-radius: 0; background: var(--white); color: var(--ink); font-size: 15px; letter-spacing: 0; text-transform: none; }
.booking-price { margin: 14px 0 0; display: flex; align-items: baseline; gap: 14px; color: #5c615f; font-size: 13px; }
.booking-price strong { color: var(--ink); font: 400 21px/1.2 var(--display); }
.request-fields textarea { resize: vertical; }
.availability-status { min-height: 28px; margin: 18px 0 10px; color: #5c615f; font-size: 13px; }
.availability-status.is-error, .form-message.is-error { color: #9d3322; }
.calendar-shell { display: grid; grid-template-columns: 40px 1fr 40px; align-items: center; gap: 12px; padding: 17px 0 27px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.calendar-nav { width: 40px; height: 40px; border: 1px solid var(--line); background: var(--white); cursor: pointer; }
.calendar-months { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; }
.calendar-month h3 { margin: 0 0 12px; font: 400 22px/1.1 var(--display); text-align: center; }
.calendar-week, .calendar-days { display: grid; grid-template-columns: repeat(7, 1fr); gap: 3px; }
.calendar-week span { padding: 5px 0; color: #707572; font-size: 10px; font-weight: 750; text-align: center; text-transform: uppercase; }
.calendar-day { aspect-ratio: 1; min-width: 0; border: 0; background: var(--white); font-size: 12px; cursor: pointer; }
.calendar-day:hover:not(:disabled) { color: white; background: var(--ink); }
.calendar-day:disabled { color: #aaa9a4; background: #e8e3da; text-decoration: line-through; cursor: not-allowed; }
.calendar-day.is-selected { color: white; background: var(--terracotta); }
.calendar-day.is-between { background: #ead5c9; }
.calendar-day.is-empty { visibility: hidden; }
.request-fields { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 18px; padding-top: 26px; }
.field-wide { grid-column: 1 / -1; }
.form-message { min-height: 25px; margin: 16px 0 8px; }
.form-message.is-success { color: #3d6f43; }
.booking-submit { width: 100%; }

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; }
}

@media (max-width: 1050px) {
    :root { --page: min(920px, calc(100vw - 48px)); }
    .site-header { grid-template-columns: 1fr auto auto; }
    .site-nav { position: absolute; top: 90px; right: 0; display: none; width: 280px; padding: 18px 24px; gap: 4px; color: var(--ink); background: var(--paper); box-shadow: 0 15px 45px rgba(0,0,0,.18); }
    .site-nav.is-open { display: grid; }
    .site-nav a, .site-header:not(.site-header--inner) .site-nav a { min-height: 44px; padding: 10px 0; border: 0; border-radius: 0; color: var(--ink); background: transparent; backdrop-filter: none; }
    .menu-toggle { grid-column: 3; grid-row: 1; display: block; color: inherit; }
    .language-link { grid-column: 2; grid-row: 1; margin-right: 0; }
    .booking-bar { width: var(--page); grid-template-columns: 1fr 1fr 1fr; }
    .booking-bar__submit { grid-column: 1 / -1; min-height: 48px; margin: 18px 0; }
    .booking-facts { display: none; }
    .hero { min-height: 760px; }
    .stories, .stay-section, .location-section { gap: 55px; }
    .stories { grid-template-columns: .7fr 1.3fr; }
    .story-card--featured { grid-template-columns: 1fr; }
    .location-section { grid-template-columns: .8fr 1.2fr; }
    .journal-grid { grid-template-columns: repeat(2, 1fr); }
    .article-layout { grid-template-columns: 190px minmax(0, 1fr); gap: 50px; }
    .reviews-section__intro { grid-template-columns: 1fr; gap: 30px; }
}

@media (max-width: 720px) {
    :root { --page: calc(100vw - 36px); }
    body { font-size: 15px; }
    .site-header { min-height: 76px; gap: 12px; }
    .site-nav { top: 76px; width: calc(100vw - 36px); }
    .wordmark strong { font-size: 22px; }
    .wordmark span { font-size: 8px; }
    .language-link { margin-right: 0; font-size: 10px; }
    .hero { min-height: 830px; }
    .hero__media { object-position: 53% center; }
    .hero__shade { width: 100%; background: rgba(13,15,15,.59); }
    .hero__content { padding-top: 132px; }
    .hero h1 { max-width: 92%; font-size: clamp(48px, 14vw, 65px); }
    .hero__lead { max-width: 90%; font-size: 17px; }
    .hero__arrival { margin-top: 16px; font-size: 12px; }
    .booking-bar { bottom: 18px; grid-template-columns: 1fr 1fr; min-height: auto; padding: 16px; }
    .booking-bar__field { min-height: 67px; padding-left: 8px; padding-right: 28px; }
    .booking-bar__field:nth-child(3) { grid-column: 1 / -1; border-top: 1px solid rgba(255,255,255,.14); }
    .booking-bar__field i { right: 8px; }
    .booking-bar__submit { margin-bottom: 0; }
    .stories, .stay-section, .location-section { grid-template-columns: 1fr; padding: 70px 0; }
    .reviews-section { padding: 70px 0; }
    .reviews-grid { grid-template-columns: 1fr; }
    .review-card { min-height: 0; padding: 32px 8px; }
    .review-card + .review-card { border-top: 1px solid var(--line); border-left: 0; }
    .review-card > p { font-size: 25px; }
    .stories { gap: 45px; }
    .section-intro { padding-top: 0; }
    .story-card--featured { grid-template-columns: 1fr; }
    .stay-section { gap: 55px; }
    .stay-carousel__slide figcaption { right: 10px; bottom: 10px; max-width: calc(100% - 20px); font-size: 9px; }
    .location-section { gap: 38px; }
    .location-map { min-height: 470px; }
    .booking-section { display: grid; margin-bottom: 70px; padding: 45px 28px; }
    .site-footer { grid-template-columns: 1fr; gap: 24px; padding: 42px 18px; }
    .site-footer nav { flex-wrap: wrap; }
    .journal-page { padding-top: 45px; }
    .journal-hero { grid-template-columns: 1fr; gap: 28px; padding: 35px 0 60px; }
    .journal-hero .eyebrow { grid-row: auto; }
    .journal-hero h1 { font-size: 53px; }
    .journal-grid { grid-template-columns: 1fr; padding-top: 55px; }
    .article-page { padding-top: 40px; }
    .article-header h1 { font-size: 49px; }
    .article-header > p:last-child { font-size: 18px; }
    .article-cover { margin-bottom: 48px; }
    .article-cover img { height: 62vw; }
    .article-layout { grid-template-columns: minmax(0, 1fr); gap: 45px; }
    .article-aside { position: static; }
    .article-body { font-size: 17px; }
    .article-body h2 { font-size: 34px; }
    .article-inline-image { margin: .85em 0 1.85em; }
    .article-inline-image img { aspect-ratio: 4 / 3; }
    .article-body .weather-visual-guide { margin-left: -18px; margin-right: -18px; padding: 27px 18px; border-left: 0; border-right: 0; }
    .article-body .weather-visual-guide__header { grid-template-columns: 1fr; gap: 13px; }
    .article-body .weather-visual-guide h2 { font-size: 32px; }
    .article-body .weather-season-grid { grid-template-columns: repeat(2, 1fr); }
    .article-body .weather-month-map { grid-template-columns: repeat(6, 1fr); }
    .article-body .weather-month-map a:nth-child(7) { border-left: 0; }
    .article-body .weather-month-map a:nth-child(n+7) { border-top: 1px solid var(--line); }
    .article-body .weather-month-grid { grid-template-columns: 1fr; }
    .article-body .weather-month-card { padding: 25px 22px 23px; }
    .article-body .weather-month-card__badge { top: 18px; right: 18px; }
    .article-booking { grid-template-columns: 1fr; padding: 38px 28px; }
    .booking-dialog { width: calc(100vw - 16px); max-height: calc(100vh - 16px); }
    .booking-dialog__header, .booking-request-form { padding-left: 20px; padding-right: 20px; }
    .booking-selection, .request-fields { grid-template-columns: 1fr; }
    .field-wide { grid-column: auto; }
    .calendar-shell { grid-template-columns: 32px 1fr 32px; gap: 5px; }
    .calendar-months { grid-template-columns: 1fr; }
    .calendar-month + .calendar-month { display: none; }
}
