* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: Arial, sans-serif;
    background: #f7f7f7;
    color: #222;
}

.mind-navbar {
    background: #111;
    padding: 10px 0;
}

.mind-brand {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #fff !important;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.mind-brand img {
    height: 58px;
    width: 58px;
    object-fit: contain;
    background: #fff;
    border-radius: 8px;
    padding: 3px;
}

.mind-menu {
    display: flex;
    gap: 26px;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none;
}

.mind-menu a {
    color: #fff;
    text-decoration: none;
    font-weight: 800;
}

.mind-menu a:hover {
    color: #f7c948;
}

.mind-toggler {
    color: #fff;
    border: 1px solid rgba(255,255,255,.4);
    font-size: 26px;
}

.mind-offcanvas {
    background: #111;
    color: #fff;
}

.mind-offcanvas a {
    display: block;
    color: #fff;
    text-decoration: none;
    padding: 15px 0;
    border-bottom: 1px solid rgba(255,255,255,.12);
    font-weight: 800;
}

.hero-section {
    margin-top: 78px;
}

.hero-slide {
    height: 660px;
    background-size: cover;
    background-position: center;
}

.hero-one {
    background-image: url("https://images.unsplash.com/photo-1598488035139-bdbb2231ce04?auto=format&fit=crop&w=1600&q=80");
}

.hero-two {
    background-image: url("https://images.unsplash.com/photo-1516280440614-37939bbacd81?auto=format&fit=crop&w=1600&q=80");
}

.hero-three {
    background-image: url("https://images.unsplash.com/photo-1511379938547-c1f69419868d?auto=format&fit=crop&w=1600&q=80");
}

.hero-overlay {
    height: 100%;
    background: linear-gradient(rgba(0,0,0,.68), rgba(0,0,0,.78));
    display: flex;
    align-items: center;
    text-align: center;
    color: #fff;
}

.hero-content {
    max-width: 950px;
    margin: auto;
}

.hero-content span,
.section-heading span,
.gold-label,
.contact-box span {
    color: #f7c948;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}

.hero-content h1 {
    font-size: 66px;
    font-weight: 900;
    line-height: 1.05;
    margin: 20px 0;
}

.hero-content p {
    font-size: 22px;
    max-width: 780px;
    margin: 0 auto 32px;
}

.hero-buttons {
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
}

.btn-main {
    display: inline-block;
    background: #f7c948;
    color: #111;
    padding: 14px 27px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 900;
}

.btn-main:hover {
    background: #ffd95c;
    color: #111;
}

.btn-ghost {
    display: inline-block;
    color: #fff;
    border: 2px solid #fff;
    padding: 12px 27px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 900;
}

.btn-ghost:hover {
    background: #fff;
    color: #111;
}

.quick-strip {
    background: #111;
    color: #fff;
}

.quick-item {
    padding: 30px;
    border-right: 1px solid rgba(255,255,255,.12);
}

.quick-item:last-child {
    border-right: none;
}

.quick-item h4 {
    color: #f7c948;
    font-weight: 900;
}

.quick-item p {
    margin-bottom: 0;
}

.section-padding {
    padding: 80px 0;
}

.section-heading {
    text-align: center;
    margin-bottom: 40px;
}

.section-heading h2 {
    font-size: 42px;
    font-weight: 900;
    margin-top: 10px;
}

.service-card,
.price-card {
    background: #fff;
    padding: 34px;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,.08);
    height: 100%;
}

.service-card h3,
.price-card h3 {
    font-weight: 900;
    margin-bottom: 15px;
}

.service-card p,
.price-card p {
    line-height: 1.7;
}

.why-section {
    background: #111;
    color: #fff;
}

.why-section h2 {
    font-size: 42px;
    font-weight: 900;
    margin: 15px 0;
}

.why-section p,
.why-section li {
    line-height: 1.7;
}

.studio-panel {
    background: linear-gradient(135deg, #f7c948, #fff1a8);
    color: #111;
    padding: 38px;
    border-radius: 22px;
}

.studio-panel h3 {
    font-weight: 900;
}

.panel-stat {
    background: rgba(255,255,255,.75);
    padding: 20px;
    border-radius: 16px;
    text-align: center;
}

.panel-stat strong {
    display: block;
    font-size: 34px;
    font-weight: 900;
}

.panel-stat span {
    font-weight: 800;
}

.gallery-img {
    height: 260px;
    border-radius: 20px;
    background-size: cover;
    background-position: center;
    box-shadow: 0 10px 30px rgba(0,0,0,.12);
}

.gallery-one {
    background-image: url("https://images.unsplash.com/photo-1598488035139-bdbb2231ce04?auto=format&fit=crop&w=900&q=80");
}

.gallery-two {
    background-image: url("https://images.unsplash.com/photo-1516280440614-37939bbacd81?auto=format&fit=crop&w=900&q=80");
}

.gallery-three {
    background-image: url("https://images.unsplash.com/photo-1511379938547-c1f69419868d?auto=format&fit=crop&w=900&q=80");
}

.pricing-section {
    background: #f1f1f1;
}

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

.price-card.featured {
    border: 3px solid #f7c948;
    transform: translateY(-12px);
}

.price-card h2 {
    font-size: 38px;
    font-weight: 900;
    margin: 20px 0;
}

.contact-section {
    background: #111;
}

.contact-box {
    background: #1b1b1b;
    color: #fff;
    border-radius: 24px;
    padding: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
}

.contact-box h2 {
    font-size: 38px;
    font-weight: 900;
    margin: 10px 0;
}

.site-footer {
    background: #111;
    color: #fff;
    text-align: center;
    padding: 24px;
}

/* MOBILE */
@media(max-width: 991px) {
    .mind-navbar {
        padding: 8px 0;
    }

    .mind-brand img {
        height: 48px;
        width: 48px;
    }

    .mind-brand span {
        font-size: 15px;
    }

    .hero-section {
        margin-top: 68px;
    }

    .hero-slide {
        height: 560px;
    }

    .hero-content {
        padding: 0 15px;
    }

    .hero-content h1 {
        font-size: 40px;
    }

    .hero-content p {
        font-size: 17px;
    }

    .hero-buttons {
        flex-direction: column;
        align-items: center;
    }

    .btn-main,
    .btn-ghost {
        width: 100%;
        max-width: 280px;
        text-align: center;
    }

    .quick-item {
        border-right: none;
        border-bottom: 1px solid rgba(255,255,255,.12);
        text-align: center;
    }

    .section-padding {
        padding: 60px 0;
    }

    .section-heading h2,
    .why-section h2,
    .contact-box h2 {
        font-size: 32px;
    }

    .price-card.featured {
        transform: none;
    }

    .contact-box {
        flex-direction: column;
        text-align: center;
        padding: 35px 25px;
    }
}

.booking-hero {
    margin-top: 78px;
    background:
        linear-gradient(rgba(0,0,0,.75), rgba(0,0,0,.85)),
        url("https://images.unsplash.com/photo-1598488035139-bdbb2231ce04?auto=format&fit=crop&w=1600&q=80");
    background-size: cover;
    background-position: center;
    padding: 120px 0 80px;
    color: #fff;
    text-align: center;
}

.booking-hero h1 {
    font-size: 48px;
    font-weight: 900;
}

.booking-hero p {
    font-size: 20px;
}

.booking-card {
    background: #fff;
    padding: 35px;
    border-radius: 22px;
    box-shadow: 0 10px 35px rgba(0,0,0,.08);
}

.booking-card label {
    display: block;
    font-weight: 800;
    margin-bottom: 8px;
}

.booking-card input,
.booking-card select,
.booking-card textarea {
    width: 100%;
    padding: 14px;
    border: 1px solid #ccc;
    border-radius: 9px;
}

.booking-card textarea {
    min-height: 120px;
}

.slots-box {
    background: #f7f7f7;
    border-radius: 16px;
    padding: 20px;
    border: 1px solid #ddd;
}

.slot-note {
    margin: 0;
    font-weight: 700;
    color: #555;
}

.slots-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
}

.slot-btn {
    border: none;
    padding: 15px 10px;
    border-radius: 12px;
    font-weight: 900;
    background: #ddd;
    color: #555;
}

.slot-btn span {
    display: block;
    font-size: 12px;
    font-weight: 700;
    margin-top: 4px;
}

.slot-btn.available {
    background: #111;
    color: #fff;
    cursor: pointer;
}

.slot-btn.available:hover,
.slot-btn.selected {
    background: #f7c948;
    color: #111;
}

.slot-btn.booked {
    background: #f1b0b7;
    color: #721c24;
    cursor: not-allowed;
}

@media(max-width: 991px) {
    .booking-hero {
        margin-top: 68px;
        padding: 90px 0 60px;
    }

    .booking-hero h1 {
        font-size: 36px;
    }

    .booking-card {
        padding: 25px;
    }

    .slots-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

.price-notice {
    background: #111;
    color: #fff;
    padding: 14px 18px;
    border-radius: 10px;
    font-weight: 800;
}