/* ═══════════════════════════════════════════════════════
   LIGHT IN MOTION — Premium Immersive Landing Page
   Uniquely Lara Light. Version 1.1.0
═══════════════════════════════════════════════════════ */

*, *::before, *::after { box-sizing: border-box; }

.lim-landing-container-c2155c2e {
    background-color: #0D0D0D;
    color: #DAD6CD;
    font-family: 'Verdana', Geneva, sans-serif;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
}

/* ─── SHARED MUSEUM LAYOUT ─────────────────────────── */
.lim-museum-row {
    display: grid;
    grid-template-columns: 220px 1fr;
    gap: 0 60px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 48px;
}

@media (max-width: 860px) {
    .lim-museum-row {
        grid-template-columns: 1fr;
        padding: 0 28px;
        gap: 24px 0;
    }
}

.lim-museum-meta {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 6px;
}

.lim-meta-label {
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.22em;
    color: #6B6B6B;
    font-weight: 500;
    white-space: nowrap;
}

.lim-line {
    display: block;
    width: 1px;
    height: 60px;
    background-color: #C9A96E;
    margin-top: 18px;
    opacity: 0.4;
}

/* ─── SECTION 1: HERO ──────────────────────────────── */
.lim-hero-section {
    height: 100vh;
    min-height: 600px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    text-align: center;
    padding: 40px 24px;
}

.lim-hero-inner {
    max-width: 820px;
    animation: limReveal 1.4s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.lim-eyebrow {
    display: block;
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 0.45em;
    margin-bottom: 22px;
    font-weight: 500;
}

.lim-hero-title {
    font-size: clamp(2.8rem, 7vw, 5.5rem);
    font-weight: 300;
    letter-spacing: 0.12em;
    line-height: 1.05;
    color: #DAD6CD;
    margin: 0 0 28px 0;
    text-transform: uppercase;
}

.lim-hero-sub {
    font-size: clamp(0.95rem, 2vw, 1.2rem);
    color: #7A7A7A;
    font-weight: 400;
    line-height: 1.6;
    max-width: 520px;
    margin: 0 auto;
    letter-spacing: 0.04em;
}

.lim-scroll-line {
    position: absolute;
    bottom: 44px;
    left: 50%;
    transform: translateX(-50%);
    width: 1px;
    height: 64px;
    background: rgba(218, 214, 205, 0.12);
    overflow: hidden;
}

.lim-scroll-dot {
    position: absolute;
    top: -6px;
    left: -2px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #C9A96E;
    animation: limDrop 2.2s ease-in-out infinite;
}

/* ─── SECTION 2: THE REVEAL ────────────────────────── */
.lim-reveal-section {
    min-height: 85vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 80px 24px;
}

@media (max-width: 768px) {
    .lim-reveal-section { background-attachment: scroll; }
}

.lim-reveal-inner {
    text-align: center;
}

.lim-reveal-line {
    font-size: clamp(2rem, 5.5vw, 4rem);
    font-weight: 300;
    letter-spacing: 0.06em;
    margin: 12px 0;
    color: #DAD6CD;
    line-height: 1.15;
}

/* ─── SECTION 3: INTRO ─────────────────────────────── */
.lim-intro-section {
    padding: 160px 0;
    background-color: #0D0D0D;
}

.lim-body-large {
    font-size: clamp(1.1rem, 2.2vw, 1.5rem);
    line-height: 1.7;
    color: #C8C4BC;
    font-weight: 300;
    margin: 0;
    max-width: 760px;
}

/* ─── SECTION 4: JOURNEYS ──────────────────────────── */
.lim-journeys-section {
    padding: 120px 0 0 0;
    background-color: #0D0D0D;
    border-top: 1px solid rgba(218, 214, 205, 0.06);
}

.lim-journeys-header {
    margin-bottom: 80px;
}

.lim-section-heading {
    font-size: clamp(1.8rem, 3.5vw, 2.8rem);
    font-weight: 300;
    color: #DAD6CD;
    margin: 0 0 16px 0;
    letter-spacing: 0.02em;
}

.lim-section-sub {
    font-size: 1rem;
    color: #6B6B6B;
    line-height: 1.65;
    margin: 0;
    max-width: 560px;
}

.lim-cards-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    border-top: 1px solid rgba(218, 214, 205, 0.07);
}

@media (max-width: 1100px) {
    .lim-cards-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 700px) {
    .lim-cards-grid { grid-template-columns: 1fr; }
}

.lim-card {
    background-color: #0D0D0D;
    padding: 52px 36px 44px;
    display: flex;
    flex-direction: column;
    min-height: 400px;
    border-right: 1px solid rgba(218, 214, 205, 0.07);
    transition: background-color 0.35s ease;
    position: relative;
}

.lim-card:last-child { border-right: none; }

.lim-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(201, 169, 110, 0.0), transparent);
    transition: background 0.4s ease;
}

.lim-card:hover { background-color: #111111; }

.lim-card:hover::before {
    background: linear-gradient(90deg, transparent, rgba(201, 169, 110, 0.35), transparent);
}

.lim-card-num {
    font-size: 0.72rem;
    letter-spacing: 0.18em;
    color: #444;
    font-weight: 600;
    display: block;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.lim-card-title {
    font-size: 1.2rem;
    font-weight: 400;
    color: #DAD6CD;
    margin: 0 0 20px 0;
    line-height: 1.3;
}

.lim-card-body {
    font-size: 0.9rem;
    line-height: 1.65;
    color: #6B6B6B;
    margin: 0;
    flex: 1;
}

.lim-card-tag {
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    font-weight: 500;
    margin-top: 32px;
    display: block;
}

/* ─── SECTION 5: ATMOSPHERE ────────────────────────── */
.lim-atmosphere-section {
    min-height: 80vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 80px 24px;
}

.lim-atmosphere-words {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.lim-atm-word {
    font-size: clamp(2.2rem, 6vw, 4.5rem);
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    margin: 0;
    line-height: 1.1;
    color: #DAD6CD;
}

/* ─── SECTION 6: TESTIMONIALS ──────────────────────── */
.lim-testimonials-section {
    padding: 160px 0;
    background-color: #0D0D0D;
    border-top: 1px solid rgba(218, 214, 205, 0.06);
}

.lim-quote {
    font-size: clamp(1.25rem, 2.5vw, 1.9rem);
    font-weight: 300;
    font-style: italic;
    line-height: 1.55;
    color: #DAD6CD;
    margin: 0 0 18px 0;
    max-width: 720px;
}

.lim-quote--spaced {
    margin-top: 64px;
}

.lim-cite {
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    color: #555;
    font-style: normal;
    display: block;
}

/* ─── SECTION 7: GATHERING ─────────────────────────── */
.lim-gathering-section {
    padding: 120px 24px;
    background-color: #0A0A0A;
    display: flex;
    justify-content: center;
    border-top: 1px solid rgba(218, 214, 205, 0.06);
}

.lim-gathering-box {
    max-width: 680px;
    width: 100%;
    text-align: center;
}

.lim-gathering-heading {
    font-size: clamp(1.8rem, 3.5vw, 2.8rem);
    font-weight: 300;
    color: #DAD6CD;
    margin: 20px 0 52px 0;
    letter-spacing: 0.04em;
}

.lim-gathering-details {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    border-top: 1px solid rgba(218, 214, 205, 0.1);
    border-bottom: 1px solid rgba(218, 214, 205, 0.1);
    padding: 36px 0;
    margin-bottom: 36px;
}

.lim-detail {
    display: flex;
    flex-direction: column;
    gap: 10px;
    flex: 1;
    padding: 0 24px;
}

.lim-detail-divider {
    width: 1px;
    height: 50px;
    background: rgba(218, 214, 205, 0.12);
    flex-shrink: 0;
}

.lim-detail-label {
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    color: #555;
}

.lim-detail-value {
    font-size: 1.1rem;
    color: #DAD6CD;
    font-weight: 300;
}

.lim-gathering-note {
    font-size: 0.9rem;
    color: #555;
    line-height: 1.65;
    margin: 0;
}

/* ─── FINAL: INVITATION ────────────────────────────── */
.lim-invitation-section {
    padding: 180px 24px;
    background-color: #0D0D0D;
    text-align: center;
    border-top: 1px solid rgba(218, 214, 205, 0.06);
}

.lim-invitation-inner {
    max-width: 800px;
    margin: 0 auto;
}

.lim-invite-line {
    font-size: clamp(2rem, 5vw, 3.8rem);
    font-weight: 300;
    margin: 0;
    line-height: 1.2;
    letter-spacing: 0.02em;
    color: #DAD6CD;
}

.lim-invite-cta {
    margin-top: 64px;
    margin-bottom: 40px;
}

.lim-button {
    display: inline-block;
    padding: 18px 52px;
    border: 1px solid #C9A96E;
    color: #C9A96E;
    text-decoration: none;
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 0.28em;
    font-weight: 500;
    transition: background-color 0.3s ease, color 0.3s ease;
    background-color: transparent;
}

.lim-button:hover {
    background-color: #C9A96E;
    color: #0D0D0D;
}

.lim-invite-credit {
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.22em;
    color: #3A3A3A;
    margin: 0;
}

/* ─── ANIMATIONS ───────────────────────────────────── */
@keyframes limReveal {
    from { opacity: 0; transform: translateY(28px); }
    to   { opacity: 1; transform: translateY(0); }
}

@keyframes limDrop {
    0%   { top: -6px; opacity: 0; }
    20%  { opacity: 1; }
    80%  { opacity: 1; }
    100% { top: 64px; opacity: 0; }
}
