/* ====== RESET & TOKENS ====== */
*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
html {
    scroll-behavior: smooth;
    -webkit-text-size-adjust: 100%;
}
img {
    display: block;
    max-width: 100%;
    height: auto;
}
button {
    font: inherit;
    cursor: pointer;
    border: 0;
    background: none;
    color: inherit;
}
a {
    color: inherit;
    text-decoration: none;
}
ul {
    list-style: none;
}

:root {
    --cream: #faf7f2;
    --ivory: #f3ece1;
    --sand: #e8dcc8;
    --wood: #c9a882;
    --wood-deep: #a77f52;
    --bark: #6b4e34;
    --ink: #2a231d;
    --ink-soft: #5a4f46;
    --muted: #8a7f73;
    --sage: #8fa086;
    --white: #ffffff;
    --shadow-sm: 0 2px 10px rgba(42, 35, 29, 0.06);
    --shadow-md: 0 12px 40px rgba(42, 35, 29, 0.1);
    --shadow-lg: 0 30px 80px rgba(42, 35, 29, 0.18);
    --radius-sm: 8px;
    --radius: 14px;
    --radius-lg: 22px;
    --container: 1200px;
    --serif: "Cormorant Garamond", Georgia, serif;
    --sans: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
    --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

html,
body {
    background: var(--cream);
    color: var(--ink);
    font-family: var(--sans);
    font-size: 16px;
    line-height: 1.6;
    font-weight: 400;
}

/* ====== TYPO ====== */
h1,
h2,
h3 {
    font-family: var(--serif);
    font-weight: 500;
    letter-spacing: -0.01em;
    line-height: 1.1;
    color: var(--ink);
}
h1 {
    font-size: clamp(2.6rem, 6vw, 5rem);
    font-weight: 500;
}
h1 em {
    font-style: italic;
    color: var(--wood-deep);
    font-weight: 400;
}
h2 {
    font-size: clamp(2rem, 4vw, 3.4rem);
}
h3 {
    font-size: 1.1rem;
    font-family: var(--sans);
    font-weight: 600;
    letter-spacing: 0.01em;
}
p {
    color: var(--ink-soft);
    font-size: 1.02rem;
}
.eyebrow {
    display: inline-block;
    font-family: var(--sans);
    font-size: 0.74rem;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--wood);
    margin-bottom: 1.1rem;
    font-weight: 500;
}
.eyebrow--dark {
    color: var(--wood-deep);
}

.container {
    width: 100%;
    max-width: var(--container);
    margin: 0 auto;
    padding: 0 clamp(1.25rem, 3vw, 2.5rem);
}

/* ====== BUTTONS ====== */
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.6rem;
    padding: 0.95rem 1.8rem;
    font-size: 0.92rem;
    font-weight: 500;
    letter-spacing: 0.04em;
    border-radius: 999px;
    transition:
        transform 0.3s var(--ease),
        background 0.3s var(--ease),
        color 0.3s var(--ease),
        box-shadow 0.3s var(--ease);
    white-space: nowrap;
}
.btn--primary {
    background: var(--ink);
    color: var(--cream);
}
.btn--primary:hover {
    background: var(--wood-deep);
    transform: translateY(-2px);
    box-shadow: var(--shadow-md);
}
.btn--ghost {
    background: transparent;
    color: var(--ink);
    border: 1px solid var(--ink);
}
.btn--ghost:hover {
    background: var(--ink);
    color: var(--cream);
}
.btn--block {
    width: 100%;
}

/* ====== NAV ====== */
.nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 50;
    padding: 1.2rem 0;
    transition:
        background 0.35s var(--ease),
        box-shadow 0.35s var(--ease),
        padding 0.35s var(--ease);
}
.nav.is-scrolled {
    background: rgba(250, 247, 242, 0.92);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    box-shadow: var(--shadow-sm);
    padding: 0.7rem 0;
}
.nav__inner {
    max-width: var(--container);
    margin: 0 auto;
    padding: 0 clamp(1.25rem, 3vw, 2.5rem);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
}
.nav__logo {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    color: var(--cream);
    transition: color 0.35s var(--ease);
    text-shadow: 0 2px 16px rgba(0, 0, 0, 0.35);
}
.nav.is-scrolled .nav__logo {
    text-shadow: none;
}
.nav.is-scrolled .nav__logo {
    color: var(--ink);
}
.nav__logo-mark {
    font-family: var(--serif);
    font-size: 1.75rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: -0.02em;
}
.nav__logo-mark em {
    font-style: italic;
    color: var(--wood);
}
.nav__logo-text {
    font-family: var(--serif);
    font-size: 0.78rem;
    line-height: 1.1;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    font-weight: 500;
}
.nav__links {
    display: flex;
    align-items: center;
    gap: 2.2rem;
}
.nav__links a {
    font-size: 0.88rem;
    font-weight: 500;
    color: var(--cream);
    transition: color 0.3s var(--ease);
    position: relative;
}
.nav.is-scrolled .nav__links a {
    color: var(--ink);
}
.nav__links a:not(.nav__cta):hover {
    color: var(--wood);
}
.nav__links a:not(.nav__cta)::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -6px;
    height: 1px;
    background: var(--wood);
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.35s var(--ease);
}
.nav__links a:not(.nav__cta):hover::after {
    transform: scaleX(1);
    transform-origin: left;
}
.nav__cta {
    background: var(--cream);
    color: var(--ink) !important;
    padding: 0.6rem 1.3rem;
    border-radius: 999px;
    transition:
        background 0.3s var(--ease),
        color 0.3s var(--ease);
}
.nav__cta:hover {
    background: var(--wood);
    color: var(--cream) !important;
}
.nav.is-scrolled .nav__cta {
    background: var(--ink);
    color: var(--cream) !important;
}
.nav.is-scrolled .nav__cta:hover {
    background: var(--wood-deep);
}
.nav__burger {
    display: none;
    position: relative;
    width: 44px;
    height: 44px;
    z-index: 70;
    border-radius: 999px;
    transition: background 0.3s var(--ease);
}
.nav__burger span {
    position: absolute;
    left: 50%;
    top: 50%;
    display: block;
    width: 22px;
    height: 1.5px;
    background: var(--cream);
    border-radius: 2px;
    transform-origin: center;
    transition:
        transform 0.35s var(--ease),
        opacity 0.25s var(--ease),
        background 0.3s var(--ease);
}
.nav__burger span:nth-child(1) {
    transform: translate(-50%, calc(-50% - 7px));
}
.nav__burger span:nth-child(2) {
    transform: translate(-50%, -50%);
}
.nav__burger span:nth-child(3) {
    transform: translate(-50%, calc(-50% + 7px));
}
.nav.is-scrolled .nav__burger span {
    background: var(--ink);
}
.nav__burger[aria-expanded="true"] {
    background: rgba(250, 247, 242, 0.08);
}
.nav__burger[aria-expanded="true"] span {
    background: var(--ink);
}
.nav__burger[aria-expanded="true"] span:nth-child(1) {
    transform: translate(-50%, -50%) rotate(45deg);
}
.nav__burger[aria-expanded="true"] span:nth-child(2) {
    opacity: 0;
    transform: translate(-50%, -50%) scaleX(0.3);
}
.nav__burger[aria-expanded="true"] span:nth-child(3) {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.nav__backdrop {
    position: fixed;
    inset: 0;
    background: rgba(20, 15, 10, 0.45);
    opacity: 0;
    visibility: hidden;
    transition:
        opacity 0.35s var(--ease),
        visibility 0.35s var(--ease);
    z-index: 45;
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
}
.nav__backdrop.is-open {
    opacity: 1;
    visibility: visible;
}

.nav__panel-title {
    display: none;
}

/* ====== HERO ====== */
.hero {
    position: relative;
    min-height: 100vh;
    min-height: 100svh;
    display: flex;
    align-items: flex-end;
    padding: 6rem 0 5rem;
    overflow: hidden;
    color: var(--cream);
}
.hero__media {
    position: absolute;
    inset: 0;
    z-index: 0;
}
.hero__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.05);
    animation: slowZoom 18s ease-out forwards;
}
@keyframes slowZoom {
    to {
        transform: scale(1);
    }
}
.hero__overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(
            180deg,
            rgba(30, 22, 16, 0.55) 0%,
            rgba(30, 22, 16, 0.35) 35%,
            rgba(30, 22, 16, 0.85) 100%
        ),
        linear-gradient(
            100deg,
            rgba(30, 22, 16, 0.65) 0%,
            rgba(30, 22, 16, 0.35) 45%,
            rgba(30, 22, 16, 0.1) 75%,
            rgba(30, 22, 16, 0) 100%
        );
}
.hero__content {
    position: relative;
    z-index: 2;
    max-width: var(--container);
    margin: 0 auto;
    padding: 0 clamp(1.25rem, 3vw, 2.5rem);
    width: 100%;
    text-shadow: 0 2px 24px rgba(0, 0, 0, 0.35);
}
.hero__content .eyebrow {
    color: #e9d9b9;
    font-weight: 600;
}
.hero h1 {
    color: var(--cream);
    max-width: 14ch;
}
.hero h1 em {
    color: #e5c78f;
    font-weight: 500;
}
.hero__lede {
    color: rgba(250, 247, 242, 0.95);
    font-size: clamp(1rem, 1.2vw, 1.15rem);
    max-width: 46ch;
    margin: 1.5rem 0 2.2rem;
}
.hero__actions {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    margin-bottom: 3.5rem;
}
.hero__actions .btn--primary {
    background: var(--cream);
    color: var(--ink);
}
.hero__actions .btn--primary:hover {
    background: var(--wood);
    color: var(--cream);
}
.hero__actions .btn--ghost {
    color: var(--cream);
    border-color: rgba(250, 247, 242, 0.5);
}
.hero__actions .btn--ghost:hover {
    background: var(--cream);
    color: var(--ink);
    border-color: var(--cream);
}
.hero__meta {
    display: flex;
    gap: clamp(2rem, 5vw, 4rem);
    padding-top: 2rem;
    border-top: 1px solid rgba(250, 247, 242, 0.25);
    max-width: 560px;
}
.hero__meta div {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}
.hero__meta strong {
    font-family: var(--serif);
    font-size: 1.7rem;
    font-weight: 500;
    color: var(--cream);
}
.hero__meta span {
    font-size: 0.72rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: rgba(250, 247, 242, 0.85);
}
.hero__scroll {
    position: absolute;
    bottom: 1.5rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    width: 22px;
    height: 38px;
    border: 1px solid rgba(250, 247, 242, 0.55);
    border-radius: 999px;
    display: flex;
    justify-content: center;
    padding-top: 8px;
}
.hero__scroll span {
    width: 2px;
    height: 8px;
    background: var(--cream);
    border-radius: 2px;
    animation: scrollBob 1.8s ease-in-out infinite;
}
@keyframes scrollBob {
    0%,
    100% {
        transform: translateY(0);
        opacity: 1;
    }
    50% {
        transform: translateY(10px);
        opacity: 0.3;
    }
}

/* ====== REVEAL ====== */
.reveal {
    opacity: 0;
    transform: translateY(30px);
    transition:
        opacity 0.9s var(--ease),
        transform 0.9s var(--ease);
}
.reveal.is-visible {
    opacity: 1;
    transform: none;
}

/* ====== INTRO ====== */
.intro {
    padding: clamp(4rem, 9vw, 9rem) 0;
    background: var(--cream);
}
.intro__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: clamp(2.5rem, 6vw, 6rem);
    align-items: center;
}
.intro__text h2 {
    margin-bottom: 1.8rem;
}
.intro__text p {
    margin-bottom: 1.1rem;
    max-width: 50ch;
}
.intro__highlights {
    margin-top: 2.2rem;
    display: grid;
    gap: 0.85rem;
}
.intro__highlights li {
    display: flex;
    align-items: center;
    gap: 0.9rem;
    font-size: 0.98rem;
    color: var(--ink-soft);
}
.intro__highlights span {
    color: var(--wood-deep);
    font-size: 0.8rem;
}
.intro__image {
    position: relative;
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow-lg);
    aspect-ratio: 4/5;
}
.intro__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 1.2s var(--ease);
}
.intro__image:hover img {
    transform: scale(1.04);
}
.intro__image figcaption {
    position: absolute;
    bottom: 1.25rem;
    left: 1.5rem;
    right: 1.5rem;
    color: var(--cream);
    font-size: 0.82rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-weight: 500;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.4);
}

/* ====== GALLERY ====== */
.gallery {
    padding: clamp(5rem, 9vw, 9rem) 0;
    background: var(--ivory);
}
.section-head {
    text-align: center;
    max-width: 640px;
    margin: 0 auto 4rem;
}
.gallery__grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-auto-rows: 220px;
    gap: 1.25rem;
}
.gallery__item {
    position: relative;
    border-radius: var(--radius);
    overflow: hidden;
    cursor: zoom-in;
    grid-column: span 2;
    grid-row: span 1;
    box-shadow: var(--shadow-sm);
    transition:
        transform 0.5s var(--ease),
        box-shadow 0.5s var(--ease);
}
.gallery__item--tall {
    grid-row: span 2;
}
.gallery__item--wide {
    grid-column: span 4;
}
.gallery__item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 1s var(--ease);
}
.gallery__item:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-md);
}
.gallery__item:hover img {
    transform: scale(1.06);
}
.gallery__item figcaption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 1.5rem 1.25rem 0.9rem;
    color: var(--cream);
    font-size: 0.78rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    font-weight: 500;
    background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.55));
    opacity: 0;
    transform: translateY(8px);
    transition:
        opacity 0.4s var(--ease),
        transform 0.4s var(--ease);
}
.gallery__item:hover figcaption {
    opacity: 1;
    transform: none;
}

/* ====== SERVICES ====== */
.services {
    padding: clamp(5rem, 9vw, 9rem) 0;
    background: var(--cream);
}
.services__grid {
    display: grid;
    grid-template-columns: 1fr 1.1fr;
    gap: clamp(2.5rem, 6vw, 6rem);
    align-items: center;
}
.services__image {
    border-radius: var(--radius-lg);
    overflow: hidden;
    aspect-ratio: 4/5;
    box-shadow: var(--shadow-lg);
}
.services__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.services__text h2 {
    margin-bottom: 1.5rem;
}
.services__text > p {
    margin-bottom: 2.5rem;
    max-width: 54ch;
}
.features {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem 2rem;
}
.feature {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
}
.feature__icon {
    font-size: 1.5rem;
    line-height: 1;
    flex-shrink: 0;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--ivory);
    border-radius: 50%;
}
.feature h3 {
    margin-bottom: 0.2rem;
    color: var(--ink);
}
.feature p {
    font-size: 0.9rem;
    color: var(--muted);
    line-height: 1.5;
}

/* ====== LOCATION ====== */
.location {
    padding: clamp(5rem, 9vw, 9rem) 0;
    background: linear-gradient(180deg, var(--ink) 0%, #3a2f27 100%);
    color: var(--cream);
    position: relative;
    overflow: hidden;
}
.location::before {
    content: "";
    position: absolute;
    top: -150px;
    right: -150px;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    background: radial-gradient(
        circle,
        rgba(201, 168, 130, 0.15),
        transparent 70%
    );
}
.location__grid {
    display: grid;
    grid-template-columns: 1.3fr 1fr;
    gap: clamp(2.5rem, 6vw, 5rem);
    align-items: center;
    position: relative;
    z-index: 1;
}
.location__text h2 {
    color: var(--cream);
    margin-bottom: 1.5rem;
}
.location__text p {
    color: rgba(250, 247, 242, 0.75);
    max-width: 50ch;
    margin-bottom: 2.5rem;
}
.location__list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem 2rem;
}
.location__list li {
    padding-top: 1.2rem;
    border-top: 1px solid rgba(250, 247, 242, 0.18);
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
}
.location__list strong {
    font-family: var(--serif);
    font-size: 1.8rem;
    font-weight: 500;
    color: var(--wood);
}
.location__list span {
    font-size: 0.78rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(250, 247, 242, 0.7);
}
.location__card {
    background: var(--cream);
    color: var(--ink);
    padding: clamp(2rem, 3.5vw, 3rem);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-lg);
}
.price {
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
    margin-bottom: 1.2rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid var(--sand);
}
.price__label {
    font-size: 0.72rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--muted);
    font-weight: 500;
}
.price__row {
    display: flex;
    align-items: baseline;
    gap: 0.7rem;
    flex-wrap: nowrap;
}
.price__amount {
    font-family: var(--serif);
    font-size: clamp(3rem, 5vw, 4rem);
    font-weight: 500;
    line-height: 1;
    color: var(--ink);
    white-space: nowrap;
}
.price__unit {
    font-size: 0.95rem;
    color: var(--muted);
    letter-spacing: 0.02em;
}
.location__note {
    font-size: 0.88rem;
    color: var(--ink-soft);
    margin-bottom: 1.8rem;
    line-height: 1.55;
}

/* ====== DISPONIBILITES ====== */
.availability {
    padding: clamp(5rem, 9vw, 9rem) 0;
    background: var(--cream);
}
.availability__intro {
    max-width: 56ch;
    margin: 0 auto;
    color: var(--ink-soft);
}
.calendar {
    background: var(--ivory);
    padding: clamp(1.75rem, 3vw, 2.75rem);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-sm);
}
.calendar__loading {
    text-align: center;
    color: var(--muted);
    font-size: 0.9rem;
    padding: 2rem 0;
}
.calendar__nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1.75rem;
    padding-bottom: 1.25rem;
    border-bottom: 1px solid var(--sand);
    gap: 1rem;
}
.calendar__nav-btn {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: var(--cream);
    color: var(--ink);
    font-size: 1.4rem;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    transition:
        background 0.25s var(--ease),
        color 0.25s var(--ease),
        transform 0.25s var(--ease);
    border: 1px solid var(--sand);
}
.calendar__nav-btn:hover:not(:disabled) {
    background: var(--ink);
    color: var(--cream);
    transform: translateY(-1px);
    border-color: var(--ink);
}
.calendar__nav-btn:disabled {
    opacity: 0.35;
    cursor: not-allowed;
}
.calendar__nav-range {
    font-family: var(--serif);
    font-size: 1.25rem;
    font-weight: 500;
    color: var(--ink);
    letter-spacing: 0.01em;
    text-transform: capitalize;
}
.calendar__months {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: clamp(1.75rem, 4vw, 3.5rem);
}
.calendar__month-name {
    font-family: var(--serif);
    font-size: 1.6rem;
    font-weight: 500;
    color: var(--ink);
    text-align: center;
    margin-bottom: 1.25rem;
    letter-spacing: 0.01em;
    text-transform: capitalize;
}
.calendar__weekdays {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 4px;
    margin-bottom: 0.5rem;
}
.calendar__weekday {
    text-align: center;
    font-size: 0.68rem;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--muted);
    padding: 0.3rem 0;
}
.calendar__grid {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 4px;
}
.calendar__day {
    aspect-ratio: 1 / 1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.88rem;
    border-radius: 8px;
    color: var(--ink);
    background: transparent;
    transition:
        background 0.25s var(--ease),
        color 0.25s var(--ease),
        transform 0.25s var(--ease);
    position: relative;
}
.calendar__day--blank {
    visibility: hidden;
}
.calendar__day.is-past {
    color: #c7bdad;
    background: transparent;
}
.calendar__day.is-booked {
    color: var(--muted);
    background: repeating-linear-gradient(
        135deg,
        rgba(167, 127, 82, 0.08),
        rgba(167, 127, 82, 0.08) 4px,
        transparent 4px,
        transparent 8px
    );
    border: 1px solid rgba(167, 127, 82, 0.15);
    text-decoration: line-through;
    text-decoration-color: rgba(138, 127, 115, 0.6);
    cursor: not-allowed;
}
.calendar__day.is-available {
    background: var(--cream);
    color: var(--ink);
    cursor: pointer;
    border: 1px solid transparent;
}
.calendar__day.is-available:hover,
.calendar__day.is-available:focus-visible {
    background: var(--wood-deep);
    color: var(--cream);
    transform: translateY(-1px);
    outline: none;
}
.calendar__day.is-today {
    border-color: var(--wood);
    font-weight: 600;
}
.calendar__day.is-range-start,
.calendar__day.is-range-end {
    background: var(--ink);
    color: var(--cream);
    font-weight: 600;
    border-color: var(--ink);
    border-radius: 8px;
    z-index: 1;
}
.calendar__day.is-in-range {
    background: rgba(201, 168, 130, 0.28);
    color: var(--ink);
    border-radius: 0;
}
.calendar__day.is-range-start {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.calendar__day.is-range-end {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.calendar__day.is-range-start.is-range-end {
    border-radius: 8px;
}
.calendar__day.is-preview {
    background: rgba(201, 168, 130, 0.18);
    color: var(--ink);
    border-radius: 0;
}
.calendar__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.25rem;
    margin-top: 1.75rem;
    padding-top: 1.5rem;
    border-top: 1px solid var(--sand);
    flex-wrap: wrap;
}
.calendar__summary {
    font-size: 0.95rem;
    color: var(--ink-soft);
    line-height: 1.5;
}
.calendar__summary strong {
    font-family: var(--serif);
    font-size: 1.15rem;
    color: var(--ink);
    font-weight: 500;
    display: block;
    margin-bottom: 0.15rem;
}
.calendar__summary em {
    font-style: normal;
    color: var(--muted);
    font-size: 0.82rem;
}
.calendar__actions {
    display: flex;
    gap: 0.6rem;
    flex-wrap: wrap;
}
.calendar__reset {
    background: transparent;
    color: var(--ink-soft);
    font-size: 0.85rem;
    padding: 0.85rem 1.25rem;
    border-radius: 999px;
    border: 1px solid var(--sand);
    transition:
        background 0.25s var(--ease),
        color 0.25s var(--ease),
        border-color 0.25s var(--ease);
}
.calendar__reset:hover {
    background: var(--sand);
    color: var(--ink);
}
.calendar__error {
    color: #a34242;
    font-size: 0.85rem;
    margin-top: 0.8rem;
    text-align: center;
}
.calendar__legend {
    display: flex;
    gap: 1.5rem 2rem;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 1.8rem;
    font-size: 0.82rem;
    color: var(--ink-soft);
}
.calendar__legend .dot {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 3px;
    vertical-align: middle;
    margin-right: 0.5rem;
}
.dot--free {
    background: var(--cream);
    border: 1px solid var(--sand);
}
.dot--booked {
    background: repeating-linear-gradient(
        135deg,
        rgba(167, 127, 82, 0.25),
        rgba(167, 127, 82, 0.25) 3px,
        transparent 3px,
        transparent 6px
    );
    border: 1px solid rgba(167, 127, 82, 0.2);
}
.dot--past {
    background: #e8e2d7;
}
.calendar__updated {
    color: var(--muted);
    font-size: 0.78rem;
    letter-spacing: 0.04em;
}
.calendar__updated em {
    font-style: normal;
    color: var(--ink-soft);
}

/* ====== CONTACT ====== */
.contact {
    padding: clamp(5rem, 9vw, 9rem) 0;
    background: var(--ivory);
}
.contact__grid {
    display: grid;
    grid-template-columns: 1fr 1.15fr;
    gap: clamp(2.5rem, 6vw, 6rem);
    align-items: start;
}
.contact__intro h2 {
    margin-bottom: 1.5rem;
}
.contact__intro h2 br + *,
.contact__intro p {
    color: var(--ink-soft);
}
.contact__intro p {
    max-width: 42ch;
    margin-bottom: 2.5rem;
}
.contact__infos {
    display: grid;
    gap: 1rem;
}
.contact__infos li {
    display: flex;
    gap: 0.85rem;
    align-items: center;
    font-size: 0.96rem;
    color: var(--ink-soft);
}
.contact__infos span {
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--cream);
    border-radius: 50%;
    flex-shrink: 0;
}

.contact__form {
    background: var(--cream);
    padding: clamp(1.75rem, 3vw, 2.75rem);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-md);
    display: grid;
    gap: 1.2rem;
}
.field {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
}
.field label {
    font-size: 0.82rem;
    letter-spacing: 0.06em;
    color: var(--ink-soft);
    font-weight: 500;
}
.field label em {
    color: var(--muted);
    font-style: normal;
    font-weight: 400;
}
.field input,
.field select,
.field textarea {
    width: 100%;
    padding: 0.85rem 1rem;
    border: 1px solid var(--sand);
    border-radius: var(--radius-sm);
    background: var(--cream);
    font-family: var(--sans);
    font-size: 0.98rem;
    color: var(--ink);
    transition:
        border-color 0.3s var(--ease),
        box-shadow 0.3s var(--ease),
        background 0.3s var(--ease);
}
.field input:focus,
.field select:focus,
.field textarea:focus {
    outline: none;
    border-color: var(--wood-deep);
    background: var(--white);
    box-shadow: 0 0 0 3px rgba(167, 127, 82, 0.12);
}
.field textarea {
    resize: vertical;
    min-height: 120px;
    font-family: var(--sans);
}
.field-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.2rem;
}
.field--check {
    flex-direction: row;
    align-items: flex-start;
    gap: 0.7rem;
}
.field--check input {
    width: auto;
    margin-top: 0.2rem;
}
.field--check label {
    font-size: 0.84rem;
    font-weight: 400;
    color: var(--muted);
    line-height: 1.45;
    cursor: pointer;
}
.form__status {
    min-height: 1.2rem;
    font-size: 0.9rem;
    margin-top: 0.3rem;
}
.form__status.is-success {
    color: #3f7a4a;
}
.form__status.is-error {
    color: #a34242;
}

/* ====== FOOTER ====== */
.footer {
    background: var(--ink);
    color: rgba(250, 247, 242, 0.7);
    padding: 3.5rem 0 2rem;
}
.footer__inner {
    display: grid;
    grid-template-columns: 1.4fr 1fr auto;
    gap: 2rem;
    align-items: center;
}
.footer__brand {
    display: flex;
    align-items: center;
    gap: 1rem;
}
.footer__brand .nav__logo-mark {
    color: var(--cream);
    font-size: 2rem;
}
.footer__brand p {
    font-size: 0.9rem;
    color: rgba(250, 247, 242, 0.7);
    max-width: 34ch;
}
.footer__links {
    display: flex;
    gap: 1.8rem;
    justify-content: center;
}
.footer__links a {
    font-size: 0.88rem;
    color: rgba(250, 247, 242, 0.75);
    transition: color 0.3s var(--ease);
}
.footer__links a:hover {
    color: var(--wood);
}
.footer__meta small {
    font-size: 0.78rem;
    color: rgba(250, 247, 242, 0.5);
}

/* ====== LIGHTBOX ====== */
.lightbox {
    position: fixed;
    inset: 0;
    z-index: 100;
    background: rgba(20, 15, 10, 0.94);
    display: none;
    align-items: center;
    justify-content: center;
    padding: 3rem;
    opacity: 0;
    transition: opacity 0.3s var(--ease);
}
.lightbox.is-open {
    display: flex;
    opacity: 1;
}
.lightbox img {
    max-width: 90vw;
    max-height: 85vh;
    object-fit: contain;
    border-radius: var(--radius);
    box-shadow: var(--shadow-lg);
}
.lightbox__close,
.lightbox__prev,
.lightbox__next {
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: rgba(250, 247, 242, 0.12);
    color: var(--cream);
    font-size: 1.8rem;
    display: flex;
    align-items: center;
    justify-content: center;
    transition:
        background 0.3s var(--ease),
        transform 0.3s var(--ease);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}
.lightbox__close:hover,
.lightbox__prev:hover,
.lightbox__next:hover {
    background: rgba(250, 247, 242, 0.25);
    transform: scale(1.06);
}
.lightbox__close {
    top: 1.5rem;
    right: 1.5rem;
}
.lightbox__prev {
    left: 1.5rem;
    top: 50%;
    transform: translateY(-50%);
}
.lightbox__prev:hover {
    transform: translateY(-50%) scale(1.06);
}
.lightbox__next {
    right: 1.5rem;
    top: 50%;
    transform: translateY(-50%);
}
.lightbox__next:hover {
    transform: translateY(-50%) scale(1.06);
}

/* ====== RESPONSIVE ====== */
@media (max-width: 960px) {
    .hero__scroll {
        display: none;
    }
    .nav__links {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        width: min(340px, 88vw);
        background: var(--cream);
        flex-direction: column;
        align-items: stretch;
        justify-content: flex-start;
        padding: 5.5rem 1.75rem 2rem;
        gap: 0;
        transform: translateX(100%);
        transition: transform 0.45s var(--ease);
        box-shadow: var(--shadow-lg);
        z-index: 55;
    }
    .nav__links.is-open {
        transform: translateX(0);
    }
    .nav__panel-title {
        display: block;
        font-family: var(--serif);
        font-size: 0.78rem;
        letter-spacing: 0.22em;
        text-transform: uppercase;
        color: var(--wood-deep);
        margin-bottom: 1.6rem;
        padding-bottom: 1.2rem;
        border-bottom: 1px solid var(--sand);
    }
    .nav__links a,
    .nav.is-scrolled .nav__links a {
        color: var(--ink);
        font-family: var(--serif);
        font-size: 1.35rem;
        font-weight: 500;
        padding: 0.9rem 0;
        border-bottom: 1px solid rgba(232, 220, 200, 0.55);
    }
    .nav__links a:not(.nav__cta)::after {
        display: none;
    }
    .nav__cta,
    .nav.is-scrolled .nav__cta {
        margin-top: 1.6rem;
        padding: 0.85rem 1.3rem;
        text-align: center;
        font-family: var(--sans);
        font-size: 0.9rem;
        letter-spacing: 0.04em;
        background: var(--ink);
        color: var(--cream) !important;
        border-radius: 999px;
        border: 0 !important;
    }
    .nav__burger {
        display: block;
    }
    .intro,
    .gallery,
    .services,
    .location,
    .contact {
        padding: 4.5rem 0;
    }
    .intro {
        padding-top: 2.8rem;
    }
    .section-head {
        margin-bottom: 2.8rem;
    }
    .intro__grid,
    .services__grid,
    .location__grid,
    .contact__grid {
        grid-template-columns: 1fr;
        gap: 2.5rem;
    }
    .services__image {
        order: 2;
        max-height: 520px;
    }
    .services__text {
        order: 1;
    }
    .intro__image {
        aspect-ratio: 16/11;
    }
    .calendar__months {
        grid-template-columns: 1fr;
    }
    .calendar__nav-range {
        font-size: 1.05rem;
        text-align: center;
    }
    .calendar__footer {
        flex-direction: column;
        align-items: stretch;
    }
    .calendar__actions {
        justify-content: stretch;
    }
    .calendar__actions .btn,
    .calendar__reset {
        flex: 1;
    }
    .gallery__grid {
        grid-template-columns: repeat(4, 1fr);
        grid-auto-rows: 180px;
    }
    .gallery__item {
        grid-column: span 2;
    }
    .gallery__item--tall {
        grid-row: span 2;
    }
    .gallery__item--wide {
        grid-column: span 4;
    }
    .footer__inner {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 1.5rem;
    }
    .footer__brand {
        flex-direction: column;
        text-align: center;
    }
    .footer__links {
        flex-wrap: wrap;
    }
}
@media (max-width: 640px) {
    .hero {
        padding: 7rem 0 3rem;
    }
    .intro {
        padding-top: 2rem;
    }
    .hero__lede {
        margin: 1.1rem 0 1.6rem;
    }
    .hero__actions {
        margin-bottom: 2rem;
    }
    .hero__meta {
        gap: 1.3rem 1.8rem;
        flex-wrap: wrap;
        padding-top: 1.5rem;
    }
    .hero__meta strong {
        font-size: 1.3rem;
    }
    .intro,
    .gallery,
    .services,
    .location,
    .contact {
        padding: 3rem 0;
    }
    .intro__grid,
    .services__grid,
    .location__grid,
    .contact__grid {
        gap: 2rem;
    }
    .section-head {
        margin-bottom: 2.2rem;
    }
    .services__text > p,
    .location__text p,
    .contact__intro p {
        margin-bottom: 1.6rem;
    }
    .features {
        gap: 1.1rem;
        grid-template-columns: 1fr;
    }
    .location__list {
        gap: 1rem 1.5rem;
        grid-template-columns: 1fr;
    }
    .field-row {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    .contact__form {
        gap: 1rem;
    }
    .gallery__grid {
        grid-template-columns: 1fr 1fr;
        grid-auto-rows: 160px;
        gap: 0.8rem;
    }
    .gallery__item,
    .gallery__item--tall,
    .gallery__item--wide {
        grid-column: span 2;
        grid-row: span 1;
    }
    .footer {
        padding: 2.5rem 0 1.5rem;
    }
    .lightbox__prev,
    .lightbox__next {
        width: 42px;
        height: 42px;
    }
    .lightbox__close {
        top: 1rem;
        right: 1rem;
    }
}
@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }
    .reveal {
        opacity: 1;
        transform: none;
    }
}
