@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&family=Merriweather:ital,wght@0,300;0,400;0,700;1,300;1,400&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    line-height: 1.6;
    color: #2d1f14;
    background: #f0e6d0;
}

/* Merriweather font for main content sections */
.about-section,
.booking-section,
.ll-live-section,
.join-section,
.contact-section {
    font-family: 'Merriweather', serif;
}

/* Navigation Styles */
.navbar {
    position: sticky;
    top: 0;
    background: rgba(240, 230, 208, 0.96);
    border-bottom: 1px solid #cfc0a0;
    padding: 1rem 0;
    z-index: 1000;
    backdrop-filter: blur(10px);
}

.nav-container {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 2rem;
}

.nav-menu {
    display: flex;
    list-style: none;
    gap: 2.5rem;
}

.nav-link {
    text-decoration: none;
    color: #2d1f14;
    font-family: 'Merriweather', serif;
    font-size: 0.95rem;
    font-weight: 600;
    letter-spacing: 0.2px;
    transition: color 0.25s ease;
}

.nav-link:hover {
    color: #7a6545;
}

/* Hero Section */
.hero {
    position: relative;
    width: 100%;
    height: 90vh;
    background: linear-gradient(180deg, rgba(45, 31, 20, 0.08) 0%, rgba(45, 31, 20, 0.35) 100%), url('Lars24.jpg') center top/cover no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.hero-overlay {
    position: relative;
    z-index: 2;
    text-align: center;
    color: #ffffff;
    animation: fadeInUp 0.8s ease;
    padding: 0 1.5rem;
    max-width: 960px;
}

.hero-title {
    font-family: 'Quintessential', cursive;
    font-size: clamp(2rem, 3.8vw, 3.6rem);
    font-weight: 400;
    line-height: 1.25;
    margin-bottom: 1rem;
    letter-spacing: 2px;
    color: #ffffff;
    text-shadow: 2px 2px 8px rgba(0,0,0,0.4);
}

.hero-subtitle {
    font-size: clamp(1.1rem, 3vw, 1.5rem);
    margin-bottom: 2rem;
    opacity: 0.95;
    font-weight: 400;
}

.hero-buttons {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
}

/* Buttons */
.btn {
    padding: 0.95rem 2.4rem;
    font-size: 0.95rem;
    font-weight: 700;
    border: none;
    cursor: pointer;
    transition: all 0.25s ease;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    border-radius: 999px;
}

.btn-primary {
    background: #3d2c1e;
    color: white;
}

.btn-primary:hover {
    background: #4f3a28;
    transform: translateY(-2px);
    box-shadow: 0 12px 24px rgba(61, 44, 30, 0.25);
}

.btn-secondary {
    background: transparent;
    color: white;
    border: 2px solid white;
}

.btn-secondary:hover {
    background: white;
    color: #3d2c1e;
    transform: translateY(-2px);
}

/* Sections */
.section {
    padding: 6rem 1.5rem;
    max-width: 1400px;
    margin: 0 auto;
}

.container {
    max-width: 1100px;
    margin: 0 auto;
}

.section h2 {
    font-size: 2.5rem;
    margin-bottom: 2rem;
    font-weight: 800;
    letter-spacing: 0.5px;
    color: #2d1f14;
}

.section p {
    font-size: 1.05rem;
    margin-bottom: 1.4rem;
    line-height: 1.85;
    color: #5c4a32;
}

/* About Section */
.about-section {
    background: #fdf9f0;
    border-radius: 18px;
    box-shadow: 0 20px 60px rgba(61, 44, 30, 0.1);
}

.about-section h3 {
    font-size: 1.5rem;
    font-weight: 800;
    margin-bottom: 1rem;
    color: #2d1f14;
}

.about-section ol {
    margin: 0.5rem 0 1rem 2rem;
    padding: 0;
}

.about-section ol li {
    margin-bottom: 0.4rem;
    line-height: 1.6;
}

/* Signature */
.lars-signature {
    margin: 1.5rem 0 0.5rem 0;
}

.lars-signature img {
    height: 120px;
    width: auto;
    display: block;
    mix-blend-mode: multiply;
}

/* Photo Gallery */
.photo-gallery {
    margin-top: 2.5rem;
}

.photo-gallery h3 {
    margin-bottom: 1rem;
}

.social-section {
    background: #fdf9f0;
    border-radius: 18px;
    box-shadow: 0 20px 60px rgba(61, 44, 30, 0.1);
}

.instagram-widget {
    margin-top: 1.5rem;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 14px 40px rgba(61, 44, 30, 0.14);
}

.instagram-widget iframe {
    display: block;
    width: 100%;
    height: 620px;
    border: 0;
}

.calendly-widget {
    margin-top: 1.5rem;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 14px 40px rgba(61, 44, 30, 0.14);
    background: #f7f1e4;
    width: 100%;
}

.calendly-widget .calendly-inline-widget {
    width: 100% !important;
    min-width: 100% !important;
    height: 700px;
    zoom: normal;
}

.calendly-widget .calendly-inline-widget iframe {
    width: 100% !important;
    min-width: 100% !important;
    height: 700px !important;
}

/* Fixed first 2 rows */
.gallery-grid-top {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
    margin-bottom: 1rem;
}

.gallery-grid-top img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 12px;
    object-fit: cover;
    box-shadow: 0 8px 20px rgba(61, 44, 30, 0.14);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    cursor: pointer;
}

.gallery-grid-top img:hover {
    transform: scale(1.02);
    box-shadow: 0 16px 36px rgba(61, 44, 30, 0.2);
}

/* Masonry for remaining images */
.gallery-track {
    columns: 3;
    column-gap: 1rem;
    padding: 0.5rem 0;
}

.gallery-track img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 12px;
    object-fit: cover;
    box-shadow: 0 8px 20px rgba(61, 44, 30, 0.14);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    margin-bottom: 1rem;
    break-inside: avoid;
    cursor: pointer;
}

.gallery-track img:hover {
    transform: scale(1.02);
    box-shadow: 0 16px 36px rgba(61, 44, 30, 0.2);
}

/* Lightbox */
.lightbox {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(20, 12, 5, 0.92);
    z-index: 9999;
    align-items: center;
    justify-content: center;
}

.lightbox.active {
    display: flex;
}

.lightbox-img {
    max-width: 90vw;
    max-height: 88vh;
    border-radius: 12px;
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.6);
    object-fit: contain;
    cursor: default;
}

.lightbox-close {
    position: absolute;
    top: 1.25rem;
    right: 1.5rem;
    background: none;
    border: none;
    color: white;
    font-size: 2rem;
    cursor: pointer;
    line-height: 1;
    opacity: 0.8;
    transition: opacity 0.2s;
}

.lightbox-close:hover { opacity: 1; }

.lightbox-prev,
.lightbox-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255,255,255,0.15);
    border: none;
    color: white;
    font-size: 3rem;
    line-height: 1;
    padding: 0.4rem 0.85rem;
    border-radius: 8px;
    cursor: pointer;
    transition: background 0.2s;
}

.lightbox-prev { left: 1.25rem; }
.lightbox-next { right: 1.25rem; }
.lightbox-prev:hover,
.lightbox-next:hover { background: rgba(255,255,255,0.3); }

/* Tablet & mobile — single unified horizontal scroll */
@media (max-width: 768px) {
    .gallery-scroll-wrapper {
        display: flex;
        flex-direction: row;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        gap: 1rem;
        padding-bottom: 0.75rem;
        -webkit-overflow-scrolling: touch;
    }

    .gallery-grid-top,
    .gallery-track {
        display: contents;
    }

    .gallery-grid-top img,
    .gallery-track img {
        flex: 0 0 auto;
        width: 80vw;
        max-width: 340px;
        height: auto;
        scroll-snap-align: start;
        object-fit: contain;
        margin-bottom: 0;
        border-radius: 12px;
        box-shadow: 0 8px 20px rgba(61, 44, 30, 0.14);
        cursor: pointer;
    }

    .gallery-scroll-wrapper::-webkit-scrollbar {
        height: 8px;
    }

    .gallery-scroll-wrapper::-webkit-scrollbar-track {
        background: #ddd0b0;
        border-radius: 999px;
    }

    .gallery-scroll-wrapper::-webkit-scrollbar-thumb {
        background: #b8a880;
        border-radius: 999px;
    }
}

/* Pricing Section */
.pricing-section {
    background: transparent;
    padding-bottom: 4rem;
}

.pricing-intro {
    background: #fdf9f0;
    border: 1px solid #cfc0a0;
    border-radius: 12px;
    padding: 1.25rem 1.5rem;
    margin-bottom: 1.5rem;
    color: #2d1f14;
    box-shadow: 0 10px 28px rgba(61, 44, 30, 0.08);
    font-weight: 600;
}

.pricing-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.5rem;
    margin-bottom: 3rem;
}

.pricing-card {
    background: #fdf9f0;
    padding: 2rem;
    border-radius: 16px;
    border: 1px solid #cfc0a0;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    box-shadow: 0 10px 30px rgba(61, 44, 30, 0.06);
}

.pricing-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 50px rgba(61, 44, 30, 0.14);
}

.pricing-card h3 {
    font-size: 1.3rem;
    margin-bottom: 0.75rem;
    font-weight: 800;
    color: #2d1f14;
}

.pricing-card .price {
    font-size: 1.6rem;
    font-weight: 900;
    color: #2d1f14;
    margin-bottom: 1rem;
}

.pricing-card .features {
    list-style: none;
    margin-bottom: 0;
}

.pricing-card .features li {
    padding: 0.5rem 0;
    color: #7a6545;
    position: relative;
    padding-left: 1.4rem;
}

.pricing-card .features li:before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #2d1f14;
    font-weight: bold;
}

.training-details {
    background: #fdf9f0;
    padding: 1.75rem;
    border-radius: 16px;
    border: 1px solid #cfc0a0;
    box-shadow: 0 10px 30px rgba(61, 44, 30, 0.06);
}

.training-details h3 {
    font-size: 1.25rem;
    margin-bottom: 0.75rem;
    font-weight: 800;
    color: #2d1f14;
}

.training-details p {
    margin-bottom: 0.6rem;
    color: #5c4a32;
}

/* Contact Section */
.contact-section {
    background: #fdf9f0;
    border-radius: 18px;
    box-shadow: 0 20px 60px rgba(61, 44, 30, 0.1);
    padding-top: 3rem;
}

.contact-grid {
    display: flex;
    gap: 1.5rem;
    align-items: stretch;
    margin-top: 1.5rem;
    flex-wrap: wrap;
}

.contact-form {
    flex: 1;
    background: #fdf9f0;
    padding: 2rem;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    min-width: 320px;
    border: 1px solid #cfc0a0;
    box-shadow: 0 12px 36px rgba(61, 44, 30, 0.09);
}

.contact-form h3 {
    font-size: 1.3rem;
    margin-bottom: 1rem;
    font-weight: 800;
    color: #2d1f14;
}

.contact-form form {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    flex: 1;
}

.contact-form input,
.contact-form textarea {
    padding: 0.9rem 1rem;
    border: 1px solid #cfc0a0;
    border-radius: 10px;
    font-family: inherit;
    font-size: 1rem;
    background: #f5eed9;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.contact-form textarea {
    flex: 1;
    min-height: 160px;
}

.contact-form input:focus,
.contact-form textarea:focus {
    outline: none;
    border-color: #3d2c1e;
    box-shadow: 0 0 0 3px rgba(61, 44, 30, 0.14);
}

.contact-image {
    flex: 1;
    min-width: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 12px 36px rgba(61, 44, 30, 0.09);
}

.contact-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

/* LL Live Section */
.ll-live-section {
    background: #fdf9f0;
    border-radius: 18px;
    box-shadow: 0 20px 60px rgba(61, 44, 30, 0.1);
    padding-top: 3rem;
}


.ll-live-image-panel {
    flex: 1;
    min-width: 300px;
    align-self: stretch;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #1b4332;
    border-radius: 16px;
    overflow: hidden;
}

.ll-live-logo {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    display: block;
}

.ll-live-intro {
    margin-bottom: 1.5rem;
}

.ll-live-intro p {
    margin-bottom: 0.85rem;
    font-size: 1rem;
    line-height: 1.7;
    color: #2d1f14;
}

.ll-live-intro a {
    color: #7a6545;
    font-weight: 600;
    text-decoration: none;
}

.ll-live-intro a:hover {
    color: #2d1f14;
}

@media (max-width: 768px) {
    .ll-live-section .contact-grid {
        flex-direction: column;
    }
    .ll-live-image-panel {
        order: -1;
        min-width: 100%;
        width: 100%;
        box-sizing: border-box;
    }
    .ll-live-logo {
        width: 100%;
        height: auto;
        min-height: unset;
        object-fit: contain;
        border-radius: 16px;
        display: block;
    }
    .ll-live-section .contact-form {
        min-width: 100%;
        width: 100%;
        box-sizing: border-box;
    }
}

/* Footer */
.footer {
    background: #2d1f14;
    color: white;
    text-align: center;
    padding: 2rem;
    margin-top: 4rem;
    letter-spacing: 0.3px;
    font-weight: 600;
}

/* Animations */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ── Booking Section ──────────────────────────────────────────────────────── */
.booking-section {
    background: #fdf9f0;
    border-radius: 18px;
    box-shadow: 0 20px 60px rgba(61, 44, 30, 0.1);
}

.booking-placeholder {
    margin-top: 1.5rem;
    border: 2px dashed #cfc0a0;
    border-radius: 14px;
    padding: 4rem 2rem;
    background: #f5eed9;
    text-align: center;
}

.booking-placeholder-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    max-width: 460px;
    margin: 0 auto;
    color: #b8a880;
}

.booking-placeholder-inner h3 {
    font-size: 1.4rem;
    font-weight: 800;
    color: #2d1f14;
}

.booking-placeholder-inner p {
    color: #7a6545;
    margin-bottom: 0.25rem;
}

/* ── Dual Instagram Feeds ────────────────────────────────────────────────── */
.dual-feed {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    margin-top: 1rem;
}

.feed-col {
    display: flex;
    flex-direction: column;
}

.feed-label {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.75rem;
}

.feed-label a:first-child {
    font-size: 1.15rem;
    font-weight: 800;
    color: #2d1f14;
    text-decoration: none;
}

.feed-label a:first-child:hover {
    color: #7a6545;
}

.newsletter-form {
    margin: 1.25rem 0 0.5rem;
    max-width: 560px;
}

.newsletter-row {
    display: flex;
    gap: 0.75rem;
    align-items: center;
}

.newsletter-row input[type="email"] {
    flex: 1;
    padding: 0.75rem 1.1rem;
    border: 1.5px solid #cfc0a0;
    border-radius: 999px;
    background: #faf5ec;
    font-size: 0.95rem;
    color: #2d1f14;
    outline: none;
    transition: border-color 0.2s;
}

.newsletter-row input[type="email"]:focus {
    border-color: #7a6545;
}

.newsletter-row .btn {
    white-space: nowrap;
    border-radius: 999px;
    padding: 0.75rem 1.5rem;
}

.newsletter-success {
    display: none;
    align-items: center;
    gap: 0.6rem;
    margin-top: 0.75rem;
    color: #3d6b2e;
    font-weight: 600;
}

@media (max-width: 480px) {
    .newsletter-row {
        flex-direction: column;
        align-items: stretch;
    }
    .newsletter-row .btn {
        width: 100%;
    }
}

.feed-follow-pill {
    background: #3d2c1e;
    color: white !important;
    padding: 0.35rem 1rem;
    border-radius: 999px;
    font-size: 0.82rem;
    font-weight: 700;
    text-decoration: none !important;
    transition: background 0.2s, transform 0.2s;
}

.feed-follow-pill:hover {
    background: #4f3a28 !important;
    transform: translateY(-1px);
}

.feed-placeholder {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.85rem;
    padding: 3rem 1.5rem;
    background: #f5eed9;
    border: 2px dashed #cfc0a0;
    border-radius: 14px;
    text-align: center;
    color: #b8a880;
    min-height: 300px;
}

.feed-placeholder p {
    color: #7a6545;
    margin-bottom: 0;
    font-size: 0.95rem;
}

.feed-placeholder .btn {
    font-size: 0.85rem;
    padding: 0.7rem 1.6rem;
}

/* ── Form success state ──────────────────────────────────────────────────── */
.form-success {
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    text-align: center;
    padding: 3rem 1rem;
    flex: 1;
}

.form-success svg {
    color: #16a34a;
}

.form-success h4 {
    font-size: 1.25rem;
    font-weight: 800;
    color: #2d1f14;
}

.form-success p {
    color: #7a6545;
    margin-bottom: 0;
}

/* ── Footer social links ─────────────────────────────────────────────────── */
.footer-social {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.25rem;
    margin-bottom: 0.75rem;
}

.footer-social a {
    color: #b8a880;
    text-decoration: none;
    font-size: 0.9rem;
    transition: color 0.2s;
}

.footer-social a:hover {
    color: #ffffff;
}

.footer-social span {
    color: #5c4a32;
}

/* Responsive Design */
@media (max-width: 900px) {
    .dual-feed {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .nav-container {
        flex-direction: column;
        gap: 0.75rem;
    }

    .nav-menu {
        flex-wrap: wrap;
        justify-content: center;
        gap: 1rem 1.5rem;
    }

    .hero {
        height: 75vh;
    }

    .hero-buttons {
        flex-direction: column;
    }

    .btn {
        width: 100%;
    }

    .section {
        padding: 3.5rem 1rem;
    }
}
