@import url('https://fonts.googleapis.com/css2?family=Caveat:wght@500;600&family=Montserrat:wght@400;500;600;700;800;900&display=swap');

:root {
    --lk-v2-green: #0d453e;
    --lk-v2-green-dark: #07362f;
    --lk-v2-gold: #f3b93f;
    --lk-v2-gold-dark: #d59721;
    --lk-v2-cream: #f7f1e6;
    --lk-v2-paper: #fffdf8;
    --lk-v2-ink: #153c35;
    --lk-v2-muted: #5c685f;
    --lk-v2-line: #ded7ca;
    --lk-v2-shadow: 0 12px 35px rgba(36, 48, 38, .12);
}

body {
    background: var(--lk-v2-paper);
    color: var(--lk-v2-ink);
    font-family: 'Montserrat', sans-serif;
}

.lk-homepage h1,
.lk-homepage h2,
.lk-homepage h3,
.lk-footer h2 {
    font-family: 'Montserrat', sans-serif;
}

.lk-container {
    max-width: 1600px;
    padding-left: 32px;
    padding-right: 32px;
}

.lk-script {
    display: block;
    color: var(--lk-v2-gold-dark);
    font-family: 'Caveat', cursive;
    font-size: 2rem;
    font-weight: 600;
    line-height: .9;
}

.lk-button {
    align-items: center;
    border: 0;
    border-radius: 9px;
    display: inline-flex;
    font-size: .78rem;
    font-weight: 800;
    gap: 9px;
    justify-content: center;
    letter-spacing: .015em;
    min-height: 43px;
    padding: 0 22px;
    text-transform: uppercase;
    transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.lk-button:hover {
    box-shadow: 0 8px 22px rgba(0, 0, 0, .16);
    transform: translateY(-2px);
}

.lk-button--gold { background: var(--lk-v2-gold); color: #173c34; }
.lk-button--green { background: var(--lk-v2-green); color: #fff; }
.lk-button--cream { background: #f7d78d; color: #173c34; }
.lk-button--light { border: 2px solid rgba(255, 255, 255, .85); color: #fff; }
.lk-button--light:hover { background: #fff; color: var(--lk-v2-green); }

/* Header */
.lk-header {
    background: var(--lk-v2-green-dark);
    border: 0;
    box-shadow: 0 2px 15px rgba(0, 0, 0, .1);
    color: #fff;
    position: sticky;
    top: 0;
}

.lk-header--hero {
    background: linear-gradient(180deg, rgba(3, 30, 29, .84), rgba(3, 30, 29, .08));
    box-shadow: none;
    position: absolute;
}

.lk-header--hero.scrolled {
    background: rgba(7, 54, 47, .97);
    box-shadow: 0 7px 25px rgba(0, 0, 0, .18);
    position: fixed;
}

.lk-nav-wrapper { min-height: 84px; padding-bottom: 10px; padding-top: 10px; }

.lk-brandmark { align-items: center; color: #fff; display: inline-flex; flex: 0 0 auto; gap: 8px; }
.lk-brandmark-main { border-right: 1px solid rgba(255,255,255,.52); font-family: Georgia, serif; font-size: 2.35rem; line-height: .8; padding-right: 9px; }
.lk-brandmark-copy { display: flex; flex-direction: column; gap: 2px; }
.lk-brandmark-copy strong { font-size: .75rem; letter-spacing: .055em; }
.lk-brandmark-copy small { font-size: .5rem; letter-spacing: .1em; text-transform: uppercase; }

.lk-nav-links { gap: 31px; }
.lk-nav-link { color: #fff; font-size: .86rem; font-weight: 700; padding: 10px 0; text-transform: uppercase; }
.lk-nav-link i { font-size: .48rem; margin-left: 5px; }
.lk-nav-link:hover, .lk-nav-link.active { color: var(--lk-v2-gold); }
.lk-nav-link.active::after { display: none; }
.lk-header-actions { align-items: center; display: flex; gap: 19px; }
.lk-header-icon { color: #fff; font-size: 1rem; position: relative; }
.lk-cart-icon span { align-items: center; background: var(--lk-v2-gold); border-radius: 50%; color: var(--lk-v2-green); display: flex; font-size: .48rem; font-weight: 800; height: 15px; justify-content: center; position: absolute; right: -10px; top: -9px; width: 15px; }
.lk-mobile-toggle { color: #fff; }
.lk-mobile-menu { background: var(--lk-v2-green-dark); border: 0; box-shadow: 0 16px 25px rgba(0,0,0,.2); padding: 8px 28px 24px; }
.lk-mobile-menu[hidden] { display: none !important; }
.lk-mobile-menu a { border-bottom: 1px solid rgba(255,255,255,.12); color: #fff; font-size: .8rem; font-weight: 700; padding: 13px 0; text-transform: uppercase; }
body:not(.home) main { min-height: 60vh; }

/* Hero */
.lk-home-hero { background: #092f2d; }
.lk-hero-slider { height: clamp(610px, 60vw, 780px); max-height: 780px; min-height: 610px; overflow: hidden; position: relative; }
.lk-hero-slide { inset: 0; opacity: 0; pointer-events: none; position: absolute; transition: opacity .7s ease; }
.lk-hero-slide.is-active { opacity: 1; pointer-events: auto; z-index: 1; }
.lk-hero-slide > img { height: 100%; object-fit: cover; width: 100%; }
.lk-hero-shade { background: linear-gradient(90deg, rgba(5, 28, 25, .82) 0%, rgba(5, 28, 25, .43) 46%, rgba(5, 28, 25, .08) 72%), linear-gradient(180deg, rgba(4, 27, 26, .24), transparent 50%, rgba(4, 18, 17, .5)); inset: 0; position: absolute; }
.lk-hero-inner { align-items: center; display: flex; inset: 0; padding-top: 70px; position: absolute; }
.lk-hero-copy { color: #fff; margin-left: 10%; max-width: 650px; }
.lk-hero-eyebrow { color: #e3ae49; font-size: clamp(3rem, 5vw, 4.8rem); margin-bottom: -8px; padding-left: 80px; transform: rotate(-3deg); }
.lk-hero-copy h1 { color: #fff; font-size: clamp(4rem, 7.5vw, 7.2rem); font-weight: 900; letter-spacing: -.065em; line-height: .84; margin: 0 0 14px; text-shadow: 0 4px 1px rgba(0,0,0,.18); }
.lk-hero-copy h2 { color: #fff; font-size: clamp(1.45rem, 2.2vw, 2rem); font-weight: 700; margin: 0 0 20px; }
.lk-hero-copy p { font-size: 1rem; line-height: 1.7; margin: 0 0 28px; max-width: 500px; }
.lk-hero-buttons { display: flex; flex-wrap: wrap; gap: 14px; }
.lk-hero-buttons .lk-button { border-radius: 999px; font-size: .82rem; min-height: 48px; padding: 0 30px; }
.lk-hero-buttons .lk-button--gold { box-shadow: 0 5px 14px rgba(207, 144, 23, .28); }
.lk-slider-arrow { align-items: center; background: #fff; border-radius: 50%; color: #24443f; display: flex; height: 38px; justify-content: center; position: absolute; top: 52%; transform: translateY(-50%); width: 38px; z-index: 4; }
.lk-slider-arrow--prev { left: 24px; }
.lk-slider-arrow--next { right: 24px; }
.lk-slider-dots { bottom: 25px; display: flex; gap: 8px; left: 50%; position: absolute; transform: translateX(-50%); z-index: 4; }
.lk-slider-dots button { background: rgba(255,255,255,.44); border-radius: 10px; height: 6px; transition: width .2s; width: 37px; }
.lk-slider-dots button.is-active { background: #fff; width: 56px; }
.lk-state-signature { align-items: flex-end; bottom: 80px; color: #fff; display: flex; gap: 14px; position: absolute; right: max(7%, 50px); z-index: 3; }
.lk-state-signature img { filter: brightness(0) invert(1); height: 190px; object-fit: contain; opacity: .92; width: 116px; }
.lk-state-signature strong { font-size: .8rem; line-height: 1.3; text-shadow: 0 2px 8px rgba(0,0,0,.5); }

/* Benefits */
.lk-benefits { background: #fffaf2; border-bottom: 1px solid #ded7ca; }
.lk-benefits-grid { display: grid; grid-template-columns: repeat(5, 1fr); min-height: 92px; }
.lk-benefits-grid > div { align-items: center; display: flex; gap: 15px; justify-content: center; padding: 16px 12px; }
.lk-benefits-grid i { color: #b4964c; font-size: 1.9rem; }
.lk-benefits-grid span { color: #313c36; display: flex; flex-direction: column; font-size: .9rem; line-height: 1.35; }
.lk-benefits-grid strong { font-weight: 800; }

.lk-home-section { padding: 62px 0; }
.lk-section-heading--center { margin-bottom: 27px; text-align: center; }
.lk-section-heading .lk-script { margin-bottom: -2px; }
.lk-section-heading h2 { color: var(--lk-v2-ink); font-size: clamp(2.25rem, 3.2vw, 3.3rem); font-weight: 900; letter-spacing: -.035em; line-height: .95; margin: 0; }

/* Destinations */
.lk-destinations-section { background: #fff; }
.lk-destination-grid { display: grid; gap: 24px; grid-template-columns: repeat(6, 1fr); }
.lk-destination-card { aspect-ratio: 2 / 3; border-radius: 10px; box-shadow: 0 7px 18px rgba(38,53,42,.12); color: #fff; overflow: hidden; position: relative; }
.lk-destination-card img { height: 100%; object-fit: cover; transition: transform .5s ease; width: 100%; }
.lk-destination-card:hover img { transform: scale(1.06); }
.lk-card-shade { background: linear-gradient(0deg, rgba(4,27,23,.83), transparent 58%); inset: 0; position: absolute; }
.lk-destination-icon { align-items: center; border: 2px solid rgba(255,255,255,.85); border-radius: 50%; bottom: 56px; display: flex; font-size: 1.15rem; height: 39px; justify-content: center; left: 50%; position: absolute; transform: translateX(-50%); width: 39px; }
.lk-destination-card > strong { bottom: 24px; font-size: 1.05rem; font-weight: 800; left: 7px; line-height: 1; position: absolute; right: 7px; text-align: center; }

/* Palmas */
.lk-palmas-section { background: var(--lk-v2-cream); border-bottom: 1px solid #e3d8c4; border-top: 1px solid #e3d8c4; }
.lk-palmas-layout { align-items: center; display: grid; gap: 46px; grid-template-columns: 340px minmax(0, 1fr); }
.lk-palmas-copy .lk-script { margin-bottom: 3px; }
.lk-palmas-copy h2 { font-size: 2.2rem; font-weight: 900; letter-spacing: -.04em; line-height: .98; margin: 0 0 18px; }
.lk-palmas-copy p { color: #46574e; font-size: 1rem; line-height: 1.65; margin-bottom: 22px; }
.lk-horizontal-wrap { min-width: 0; position: relative; }
.lk-palmas-cards { display: grid; gap: 15px; grid-auto-columns: minmax(180px, 1fr); grid-auto-flow: column; overflow-x: auto; scroll-behavior: smooth; scrollbar-width: none; }
.lk-palmas-cards::-webkit-scrollbar, .lk-miniature-strip::-webkit-scrollbar { display: none; }
.lk-palmas-card img { aspect-ratio: 1.3 / 1; border-radius: 9px; height: auto; object-fit: cover; width: 100%; }
.lk-palmas-card h3 { font-size: .88rem; font-weight: 700; margin: 10px 0 0; text-align: center; }
.lk-row-next { align-items: center; background: #fff; border-radius: 50%; box-shadow: 0 3px 13px rgba(0,0,0,.18); color: var(--lk-v2-green); display: flex; height: 37px; justify-content: center; position: absolute; right: -18px; top: 40%; width: 37px; }

/* Map */
.lk-map-section { background-color: #ebdbc0; background-image: linear-gradient(90deg, rgba(245,235,212,.98) 0%, rgba(245,235,212,.82) 28%, rgba(245,235,212,.52) 58%, rgba(245,235,212,.82) 100%), var(--lk-map-image); background-position: center, 58% center; background-repeat: no-repeat; background-size: cover, auto 82%; min-height: 500px; overflow: hidden; padding: 62px 0; position: relative; }
.lk-map-section::after { background: radial-gradient(circle, rgba(19,79,78,.1) 0 3px, transparent 4px); background-size: 58px 58px; content: ''; inset: 0; opacity: .45; pointer-events: none; position: absolute; }
.lk-map-layout { align-items: center; display: grid; grid-template-columns: 1fr 1.05fr; min-height: 370px; position: relative; z-index: 1; }
.lk-map-copy { max-width: 390px; }
.lk-map-copy h2 { font-size: 2.45rem; font-weight: 900; letter-spacing: -.04em; line-height: .98; margin: 0 0 18px; }
.lk-map-copy p { font-size: 1rem; line-height: 1.65; margin-bottom: 22px; }
.lk-map-feature { align-items: center; background: #fff; border-radius: 12px; box-shadow: var(--lk-v2-shadow); display: grid; gap: 24px; grid-template-columns: 48% 1fr; margin-left: auto; max-width: 590px; padding: 17px; }
.lk-map-feature img { border-radius: 9px; height: 250px; object-fit: cover; width: 100%; }
.lk-map-feature h3 { font-size: 1.55rem; font-weight: 900; margin: 0 0 13px; }
.lk-map-feature ul { color: #4d5b53; font-size: .92rem; margin: 0 0 18px; padding-left: 17px; }
.lk-map-feature li::marker { color: var(--lk-v2-gold); }
.lk-map-feature .lk-button { min-height: 36px; padding: 0 17px; }

/* Collections */
.lk-collections-section { background: #fff; }
.lk-collections-layout { align-items: center; display: grid; gap: 42px; grid-template-columns: 280px minmax(0, 1fr); }
.lk-collections-copy h2 { color: #333d38; font-size: 2rem; font-weight: 800; line-height: 1.12; margin: 0 0 15px; }
.lk-collections-copy p { color: #58635d; font-size: .95rem; line-height: 1.65; margin-bottom: 20px; }
.lk-collections-copy .lk-button { font-size: .72rem; min-height: 41px; padding: 0 18px; }
.lk-product-strip { display: grid; gap: 12px; grid-template-columns: repeat(5, 1fr); min-width: 0; }
.lk-collection-card { aspect-ratio: 1 / 1.23; border-radius: 9px; color: #fff; overflow: hidden; position: relative; }
.lk-collection-card img { height: 100%; object-fit: cover; transition: transform .45s ease; width: 100%; }
.lk-product-fallback { align-items: center; background: radial-gradient(circle at 50% 20%, rgba(243,185,63,.34), transparent 32%), linear-gradient(145deg, #b58c56 0%, #6e694b 52%, #143e37 100%); display: flex; flex-direction: column; height: 100%; justify-content: center; overflow: hidden; position: relative; width: 100%; }
.lk-product-fallback > span { color: rgba(255,255,255,.13); font-family: Georgia, serif; font-size: 6rem; left: 50%; line-height: 1; position: absolute; top: 14%; transform: translateX(-50%); }
.lk-product-fallback i { color: #f6d481; font-size: 2.7rem; position: relative; text-shadow: 0 5px 18px rgba(0,0,0,.3); }
.lk-product-fallback small { bottom: 45px; color: rgba(255,255,255,.75); font-size: .58rem; font-weight: 700; letter-spacing: .08em; position: absolute; text-transform: uppercase; }
.lk-collection-card:hover img { transform: scale(1.05); }
.lk-collection-card small, .lk-collection-card strong { bottom: 42px; font-size: .65rem; left: 15px; position: absolute; text-transform: uppercase; }
.lk-collection-card strong { bottom: 18px; font-size: .98rem; font-weight: 900; }

/* 3D */
.lk-3d-section { background: linear-gradient(90deg, #0d4543, #175b57 52%, #0d4543); color: #fff; padding: 42px 0; }
.lk-3d-layout { align-items: center; display: grid; gap: 34px; grid-template-columns: 280px minmax(0, 1fr); }
.lk-3d-copy .lk-script { color: var(--lk-v2-gold); }
.lk-3d-copy h2 { color: #fff; font-size: 2rem; font-weight: 900; line-height: 1; margin: 0 0 14px; }
.lk-3d-copy p { font-size: .92rem; line-height: 1.65; margin-bottom: 18px; }
.lk-3d-copy .lk-button { font-size: .7rem; min-height: 40px; padding: 0 17px; }
.lk-miniature-strip { display: grid; gap: 12px; grid-auto-columns: minmax(120px, 1fr); grid-auto-flow: column; overflow-x: auto; scroll-behavior: smooth; }
.lk-miniature-card { color: #fff; text-align: center; }
.lk-miniature-card img { aspect-ratio: 1.2 / 1; height: auto; object-fit: cover; width: 100%; }
.lk-miniature-placeholder { align-items: center; aspect-ratio: 1.2 / 1; background: radial-gradient(circle, rgba(243,185,63,.2), rgba(255,255,255,.025) 60%); border-bottom: 1px solid rgba(255,255,255,.12); display: flex; justify-content: center; position: relative; }
.lk-miniature-placeholder::after { border: 1px solid rgba(243,185,63,.18); border-radius: 50%; content: ''; height: 78%; position: absolute; width: 64%; }
.lk-miniature-placeholder i { color: #e8bc55; font-size: clamp(2.4rem, 3vw, 4rem); filter: drop-shadow(0 8px 10px rgba(0,0,0,.3)); position: relative; z-index: 1; }
.lk-miniature-card strong { display: block; font-size: .78rem; font-weight: 800; margin-top: 10px; text-transform: uppercase; }

/* Discovery and events */
.lk-discovery-section { background: #f8f2e8; }
.lk-discovery-grid { display: grid; gap: 26px; grid-template-columns: 1fr 1.08fr 1.08fr; }
.lk-info-card, .lk-events-card { background: #fffaf1; border: 1px solid #ded4c4; border-radius: 10px; min-height: 270px; overflow: hidden; padding: 25px; position: relative; }
.lk-info-card { align-items: stretch; display: grid; grid-template-columns: 58% 42%; }
.lk-info-card > div { position: relative; z-index: 2; }
.lk-info-card h2, .lk-events-card h2 { font-size: 1.4rem; font-weight: 900; line-height: 1.1; margin: 4px 0 14px; }
.lk-info-card p { font-size: .9rem; line-height: 1.6; margin-bottom: 18px; }
.lk-info-card img { bottom: 0; height: 75%; object-fit: cover; position: absolute; right: 0; width: 42%; }
.lk-info-visual { align-items: center; bottom: 0; display: flex; gap: 10px; height: 100%; justify-content: center; overflow: hidden; position: absolute; right: 0; width: 42%; }
.lk-info-visual::before { border: 1px solid rgba(80,74,43,.15); border-radius: 50%; content: ''; height: 170px; position: absolute; width: 170px; }
.lk-info-visual i { position: relative; z-index: 1; }
.lk-info-visual--curiosity { background: linear-gradient(145deg, #f3e6c4, #d7c391); color: #7a5a32; }
.lk-info-visual--curiosity i:first-child { font-size: 4.5rem; transform: rotate(-12deg); }
.lk-info-visual--curiosity i:last-child { color: #52714e; font-size: 2rem; margin-top: 78px; }
.lk-info-visual--quiz { background: linear-gradient(145deg, #ead9ad, #cdb47c); color: #174e45; }
.lk-info-visual--quiz i:first-child { font-size: 4.3rem; }
.lk-info-visual--quiz i:last-child { color: #8a5d36; font-size: 2rem; margin-top: 80px; }
.lk-info-card .lk-button, .lk-events-card .lk-button { font-size: .68rem; min-height: 38px; padding: 0 15px; }
.lk-question-mark { color: var(--lk-v2-gold); font-size: 2.8rem; font-weight: 900; left: -3px; line-height: .7; position: absolute; top: -4px; transform: translateX(-100%); }
.lk-curiosity-card > div { padding-left: 12px; }
.lk-events-card { display: flex; flex-direction: column; }
.lk-event-list { display: flex; flex: 1; flex-direction: column; gap: 7px; margin-bottom: 12px; }
.lk-event-row { align-items: center; color: var(--lk-v2-ink); display: grid; gap: 13px; grid-template-columns: 42px 1fr; }
.lk-event-row time { border-right: 1px solid #ded4c4; display: flex; flex-direction: column; text-align: center; }
.lk-event-row time small { color: #a77620; font-size: .55rem; font-weight: 800; }
.lk-event-row time strong { font-size: 1rem; }
.lk-event-row > span { display: flex; flex-direction: column; }
.lk-event-row > span strong { font-size: .88rem; line-height: 1.2; }
.lk-event-row > span small { color: #6d776f; font-size: .72rem; margin-top: 3px; }
.lk-event-empty { align-items: center; color: #6d776f; display: flex; gap: 13px; margin: 22px 0; }
.lk-event-empty i { color: var(--lk-v2-gold-dark); font-size: 1.8rem; }
.lk-event-empty span { display: flex; flex-direction: column; font-size: .75rem; }

/* Instagram */
.lk-instagram-section { background: #fff; padding: 38px 0; }
.lk-instagram-layout { display: grid; grid-template-columns: 280px minmax(0, 1fr) 150px; }
.lk-instagram-copy { padding: 13px 25px 10px 0; }
.lk-instagram-copy h2 { color: #202d28; font-size: 1.75rem; font-weight: 800; line-height: 1.08; margin: 0 0 14px; }
.lk-instagram-copy p { font-size: .9rem; line-height: 1.6; }
.lk-instagram-copy .lk-button { font-size: .68rem; min-height: 38px; padding: 0 15px; }
.lk-instagram-grid { display: grid; grid-template-columns: repeat(6, 1fr); }
.lk-instagram-grid a { aspect-ratio: 1; overflow: hidden; }
.lk-instagram-grid img { height: 100%; object-fit: cover; transition: transform .35s ease; width: 100%; }
.lk-instagram-grid a:hover img { transform: scale(1.08); }
.lk-instagram-follow { align-items: center; background: var(--lk-v2-green); color: #fff; display: flex; flex-direction: column; font-size: .7rem; justify-content: center; text-align: center; }
.lk-instagram-follow i { font-size: 1.9rem; margin-bottom: 8px; }

/* Store and footer */
.lk-store-banner { background-color: #dd884c; background-image: linear-gradient(90deg, rgba(236,150,82,.96), rgba(247,196,117,.78) 52%, rgba(235,151,79,.86)), var(--lk-store-image); background-position: center 58%; background-size: cover; color: #173c34; padding: 42px 0; }
.lk-store-grid { align-items: center; display: grid; gap: 45px; grid-template-columns: 1.3fr 1.3fr 1.4fr auto; }
.lk-store-grid h2 { font-size: 1.5rem; font-weight: 900; line-height: 1.05; margin: 0 0 10px; }
.lk-store-grid p { font-size: .84rem; line-height: 1.55; margin: 0; max-width: 300px; }
.lk-store-grid > div:not(:first-child) { align-items: flex-start; display: flex; gap: 12px; }
.lk-store-grid i { font-size: 1.15rem; }
.lk-store-grid span { display: flex; flex-direction: column; font-size: .8rem; line-height: 1.55; }
.lk-store-grid span strong { font-size: .84rem; margin-bottom: 3px; text-transform: uppercase; }

.lk-footer { background: #073a35; border: 0; color: #fff; padding: 38px 0 18px; }
.lk-footer-grid { display: grid; gap: 35px; grid-template-columns: 1.35fr repeat(4, 1fr); }
.lk-footer-grid > div:not(.lk-footer-brand) { display: flex; flex-direction: column; gap: 6px; }
.lk-footer-title { color: #fff; font-size: .8rem; font-weight: 800; margin: 0 0 5px; text-transform: uppercase; }
.lk-footer-grid a { color: rgba(255,255,255,.82); font-size: .78rem; }
.lk-footer-grid a:hover { color: var(--lk-v2-gold); }
.lk-footer-socials { display: flex; gap: 13px; margin-top: 5px; }
.lk-footer-socials a { font-size: .9rem; }
.lk-footer-bottom { border-top: 1px solid rgba(255,255,255,.12); display: flex; font-size: .7rem; justify-content: space-between; margin-top: 27px; padding-top: 15px; }
.lk-fab { display: none; }

/* Event archive */
.lk-event-archive { background: #f8f2e8; padding: 130px 0 80px; }
.lk-event-archive-header { margin: 0 auto 40px; max-width: 720px; text-align: center; }
.lk-event-archive-header h1 { color: var(--lk-v2-ink); font-size: 2.8rem; font-weight: 900; margin: 0 0 12px; }
.lk-event-archive-grid { display: grid; gap: 24px; grid-template-columns: repeat(3, 1fr); }
.lk-event-archive-card { background: #fff; border-radius: 12px; box-shadow: var(--lk-v2-shadow); overflow: hidden; }
.lk-event-archive-card img { aspect-ratio: 16/10; object-fit: cover; width: 100%; }
.lk-event-archive-body { padding: 22px; }
.lk-event-archive-body time { color: var(--lk-v2-gold-dark); font-size: .7rem; font-weight: 800; text-transform: uppercase; }
.lk-event-archive-body h2 { font-size: 1.2rem; font-weight: 800; margin: 7px 0; }
.lk-event-archive-body p { color: var(--lk-v2-muted); font-size: .75rem; }
.lk-event-single { max-width: 1180px; }
.lk-event-back { color: var(--lk-v2-green); display: inline-flex; font-size: .72rem; font-weight: 800; gap: 8px; margin-bottom: 24px; text-transform: uppercase; }
.lk-event-single-grid { align-items: start; display: grid; gap: 44px; grid-template-columns: 1.1fr .9fr; }
.lk-event-single-grid > div:first-child img { border-radius: 12px; box-shadow: var(--lk-v2-shadow); width: 100%; }
.lk-event-single-copy h1 { color: var(--lk-v2-ink); font-size: 2.35rem; font-weight: 900; line-height: 1.05; margin: 5px 0 22px; }
.lk-event-single-copy > p { color: var(--lk-v2-muted); font-size: .78rem; }
.lk-event-single-copy > p i { color: var(--lk-v2-gold-dark); margin-right: 7px; width: 15px; }
.lk-event-content { color: #47574f; font-size: .86rem; line-height: 1.75; margin: 23px 0; }

@media (max-width: 1100px) {
    .lk-nav-links { gap: 17px; }
    .lk-destination-grid { gap: 14px; }
    .lk-discovery-grid { grid-template-columns: 1fr 1fr; }
    .lk-events-card { grid-column: 1 / -1; }
    .lk-instagram-layout { grid-template-columns: 200px minmax(0, 1fr); }
    .lk-instagram-follow { display: none; }
    .lk-store-grid { gap: 24px; }
}

@media (max-width: 900px) {
    .lk-nav-links, .lk-header-icon { display: none; }
    .lk-mobile-toggle { display: block; }
    .lk-state-signature { display: none; }
    .lk-hero-copy { margin-left: 6%; }
    .lk-benefits-grid { grid-template-columns: repeat(3, 1fr); }
    .lk-destination-grid { grid-template-columns: repeat(3, 1fr); }
    .lk-palmas-layout, .lk-collections-layout, .lk-3d-layout { grid-template-columns: 1fr; }
    .lk-palmas-copy, .lk-collections-copy, .lk-3d-copy { max-width: 460px; }
    .lk-map-layout { gap: 30px; }
    .lk-product-strip { overflow-x: auto; grid-auto-columns: 180px; grid-auto-flow: column; grid-template-columns: none; scrollbar-width: none; }
    .lk-miniature-strip { grid-auto-columns: 155px; }
    .lk-store-grid { grid-template-columns: 1fr 1fr; }
    .lk-footer-grid { grid-template-columns: 1.5fr repeat(2, 1fr); }
    .lk-event-archive-grid { grid-template-columns: repeat(2, 1fr); }
    .lk-event-single-grid { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
    .lk-container { padding-left: 20px; padding-right: 20px; }
    .lk-nav-wrapper { min-height: 70px; }
    .lk-brandmark-main { font-size: 2rem; }
    .lk-hero-slider { height: 650px; min-height: 650px; }
    .lk-hero-slide > img { object-position: 62% center; }
    .lk-hero-shade { background: linear-gradient(90deg, rgba(4,28,25,.82), rgba(4,28,25,.34)), linear-gradient(0deg, rgba(4,28,25,.58), transparent); }
    .lk-hero-inner { padding-top: 80px; }
    .lk-hero-copy { margin: 0 18px; }
    .lk-hero-eyebrow { font-size: 3.4rem; padding-left: 34px; }
    .lk-hero-copy h1 { font-size: 3.8rem; }
    .lk-hero-copy h2 { font-size: 1.25rem; }
    .lk-slider-arrow { height: 34px; top: auto; width: 34px; bottom: 18px; }
    .lk-slider-arrow--prev { left: 20px; }
    .lk-slider-arrow--next { right: 20px; }
    .lk-benefits-grid { grid-template-columns: 1fr 1fr; }
    .lk-benefits-grid > div:last-child { grid-column: 1 / -1; }
    .lk-home-section { padding: 48px 0; }
    .lk-destination-grid { gap: 12px; grid-template-columns: repeat(2, 1fr); }
    .lk-palmas-cards { grid-auto-columns: 72%; }
    .lk-map-section { background-position: 60% center; }
    .lk-map-layout { grid-template-columns: 1fr; }
    .lk-map-feature { margin: 0; }
    .lk-map-feature img { height: 210px; }
    .lk-discovery-grid { grid-template-columns: 1fr; }
    .lk-events-card { grid-column: auto; }
    .lk-info-card { min-height: 280px; }
    .lk-instagram-layout { grid-template-columns: 1fr; }
    .lk-instagram-copy { padding-bottom: 24px; }
    .lk-instagram-grid { grid-template-columns: repeat(3, 1fr); }
    .lk-store-grid { grid-template-columns: 1fr; }
    .lk-footer-grid { grid-template-columns: 1fr 1fr; }
    .lk-footer-brand { grid-column: 1 / -1; }
    .lk-footer-contact { grid-column: 1 / -1; }
    .lk-footer-bottom { flex-direction: column; gap: 8px; }
    .lk-event-archive-grid { grid-template-columns: 1fr; }
    .lk-event-archive-header h1 { font-size: 2rem; }
}
