:root {
    --hero-bg: #2d3e42;
    --cream: #f8f5f1;
    --dark: #1a1a1a;
    --heading: #1a1a1a;
    --body-text: #4a4a4a;
    --muted: #777777;
    --orange: #c07a42;
    --orange-lt: #d4945e;
    --gold: #9c8567;
    --border: #e0dbd4;
    --white: #ffffff;
    --nav-h: 75px;
    --r: 3px;
}

.wrap {
    padding: 88px 0;
}

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

.container {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 48px;
}

.eyebrow {
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--orange);
    margin-bottom: 10px;
}

.section-title {
    font-family: 'Playfair Display', serif;
    font-size: clamp(1.9rem, 3.5vw, 3rem);
    font-weight: 700;
    color: var(--heading);
    line-height: 1.2;
}

.te-rule {
    width: 44px;
    height: 2px;
    background: var(--orange);
    margin: 16px 0 28px;
}

.te-rule.center {
    margin-left: auto;
    margin-right: auto;
}

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

.btn {
    display: inline-block;
    padding: 11px 30px;
    border-radius: var(--r);
    font-family: 'Open Sans', sans-serif;
    font-size: 0.88rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    cursor: pointer;
    transition: all .2s;
    border: 2px solid transparent;
}

.btn-orange {
    background: var(--orange);
    color: var(--white);
    border-color: var(--orange);
}

.btn-orange:hover {
    background: #a86535;
    border-color: #a86535;
}

#loc-banner {
    position: relative;
    height: 78vh;
    min-height: 480px;
    background-color: var(--hero-bg);
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    overflow: hidden;
}

.loc-banner-scrim {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom,
        rgba(20, 30, 32, .45) 0%,
        rgba(20, 30, 32, .35) 50%,
        rgba(20, 30, 32, .75) 100%);
}

.loc-banner-body {
    position: relative;
    z-index: 2;
    padding: 0 40px;
    max-width: 800px;
}

.loc-eyebrow {
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 18px;
}

#loc-banner h1 {
    font-family: 'Playfair Display', serif;
    font-size: clamp(2.6rem, 6vw, 5rem);
    font-weight: 700;
    color: var(--white);
    line-height: 1.05;
    margin-bottom: 16px;
}

.loc-tagline {
    font-size: 1.1rem;
    color: rgba(255, 255, 255, .85);
    letter-spacing: 0.02em;
}

.loc-about-body {
    max-width: 760px;
    margin: 0 auto;
    text-align: center;
    color: var(--body-text);
    font-size: 1rem;
    line-height: 1.9;
}

.loc-video-section {
    position: relative;
    height: 70vh;
    min-height: 420px;
    overflow: hidden;
    background: var(--dark);
}

.loc-video-poster,
.loc-video-embed {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
}

.loc-video-embed {
    background: none;
}

.loc-video-embed iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100vw;
    height: 56.25vw;
    min-height: 100%;
    min-width: 177.77vh;
    transform: translate(-50%, -50%);
    pointer-events: none;
}

.loc-video-poster {
    transition: opacity 400ms ease;
}

.art-form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    margin-bottom: 72px;
}

.art-form-row:last-child {
    margin-bottom: 0;
}

.art-form-row.reverse {
    direction: rtl;
}

.art-form-row.reverse > * {
    direction: ltr;
}

.art-form-gallery {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 12px;
}

.af-main {
    width: 100%;
    height: 360px;
    object-fit: cover;
    border-radius: var(--r);
    box-shadow: 0 16px 48px rgba(0, 0, 0, .13);
}

.af-thumbs {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.af-thumbs img {
    width: 100%;
    height: 174px;
    object-fit: cover;
    border-radius: var(--r);
    box-shadow: 0 8px 24px rgba(0, 0, 0, .1);
}

.art-form-text h3 {
    font-family: 'Playfair Display', serif;
    font-size: 1.8rem;
    color: var(--heading);
    margin-bottom: 14px;
}

.art-form-text p {
    color: var(--body-text);
    line-height: 1.8;
    font-size: 0.98rem;
}

@media (max-width: 900px) {
    .art-form-row,
    .art-form-row.reverse {
        grid-template-columns: 1fr;
        direction: ltr;
        gap: 24px;
    }

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

    .af-main {
        grid-column: 1 / -1;
        height: 260px;
    }

    .af-thumbs {
        flex-direction: row;
    }
}

.attractions-carousel {
    margin-top: 40px;
}

.attraction-card {
    margin: 0 13px;
}

.attraction-card img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    border-radius: var(--r);
    box-shadow: 0 10px 30px rgba(0, 0, 0, .12);
    transition: transform 250ms ease;
}

.attraction-card:hover img {
    transform: translateY(-4px);
}

.attraction-card-body {
    padding: 16px 4px 0;
}

.attraction-card-body h3 {
    font-family: 'Playfair Display', serif;
    font-size: 1.15rem;
    color: var(--heading);
    margin-bottom: 4px;
}

.attraction-card-body p {
    font-size: 0.88rem;
    color: var(--muted);
}

.slick-prev,
.slick-next {
    width: 40px;
    height: 40px;
    background: var(--white);
    border-radius: 50%;
    box-shadow: 0 4px 14px rgba(0, 0, 0, .15);
    z-index: 2;
}

.slick-prev {
    left: -10px;
}

.slick-next {
    right: -10px;
}

.slick-prev:before,
.slick-next:before {
    color: var(--heading);
    font-size: 20px;
    opacity: 1;
}

.slick-dots li button:before {
    color: var(--orange);
}

.film-carousel {
    margin-top: 40px;
}

.film-card {
    position: relative;
    display: block;
    margin: 0 13px;
    border-radius: var(--r);
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .12);
}

.film-card img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: block;
    transition: transform 300ms ease;
}

.film-card:hover img {
    transform: scale(1.05);
}

.film-play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .9);
    color: var(--orange);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    padding-left: 4px;
}

.film-card-title {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 14px 16px;
    background: linear-gradient(to top, rgba(0, 0, 0, .75), transparent);
    color: var(--white);
    font-weight: 600;
    font-size: 0.95rem;
}

.activities-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    margin-top: 40px;
}

.activities-text p {
    color: var(--body-text);
    line-height: 1.9;
    font-size: 0.98rem;
}

.activities-gallery {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.activities-gallery img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-radius: var(--r);
    box-shadow: 0 10px 30px rgba(0, 0, 0, .12);
    cursor: pointer;
    transition: transform 250ms ease;
}

.activities-gallery img:hover {
    transform: translateY(-4px);
}

.reach-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: start;
    margin-top: 40px;
}

.reach-item {
    margin-bottom: 28px;
}

.reach-item:last-child {
    margin-bottom: 0;
}

.reach-item h4 {
    font-family: 'Playfair Display', serif;
    font-size: 1.1rem;
    color: var(--heading);
    margin-bottom: 8px;
}

.reach-item p {
    color: var(--body-text);
    line-height: 1.8;
    font-size: 0.95rem;
}

.reach-map img {
    width: 100%;
    border-radius: var(--r);
    box-shadow: 0 10px 30px rgba(0, 0, 0, .12);
    margin-bottom: 20px;
}

@media (max-width: 900px) {
    .activities-row,
    .reach-row {
        grid-template-columns: 1fr;
        gap: 30px;
    }
}

.reveal {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity 600ms ease, transform 600ms ease;
    transition-delay: calc(var(--reveal-index, 0) * 80ms);
}

.reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
    .reveal {
        opacity: 1;
        transform: none;
        transition: none;
    }
}
