/* =========================================================
   HAIR BY LISA - RESPONSIVE CSS
   File: assets/css/responsive.css
========================================================= */


/* =========================================================
   LARGE LAPTOP / SMALL DESKTOP
========================================================= */

@media (max-width: 1280px) {

    .container {
        width: min(1180px, calc(100% - 60px));
    }

    .nav-menu {
        gap: 24px;
    }

    .nav-menu a {
        font-size: 11px;
    }

    .header-book-btn {
        padding: 0 22px;
    }

    .home-hero,
    .page-hero {
        min-height: 680px;
    }

    .service-card-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .package-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .addon-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .gallery-masonry-grid {
        grid-template-columns: repeat(4, 1fr);
    }

    .booking-layout {
        grid-template-columns: 1fr 340px;
    }

    .booking-service-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .booking-category-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .footer-grid {
        grid-template-columns: 1.3fr 1fr 1fr 1fr;
    }

    .footer-column:last-child {
        grid-column: span 2;
    }
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1024px) {

    .container {
        width: min(920px, calc(100% - 44px));
    }

    .section-padding {
        padding: 70px 0;
    }

    .site-header {
        position: sticky;
    }

    .header-inner {
        height: 88px;
    }

    .site-logo img {
        width: 170px;
        max-height: 66px;
    }

    .main-navigation {
        position: fixed;
        top: 88px;
        left: 0;
        right: 0;
        display: none;
        background: rgba(5, 5, 5, 0.98);
        border-top: 1px solid rgba(255, 255, 255, 0.07);
        border-bottom: 1px solid rgba(212, 166, 72, 0.22);
        padding: 24px 22px;
        backdrop-filter: blur(18px);
    }

    .main-navigation.is-open {
        display: block;
    }

    .nav-menu {
        flex-direction: column;
        align-items: stretch;
        gap: 0;
    }

    .nav-menu a {
        height: auto;
        padding: 15px 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.07);
        font-size: 13px;
    }

    .nav-menu a::after {
        display: none;
    }

    .mobile-menu-toggle {
        display: block;
    }

    .header-book-btn {
        margin-left: auto;
        min-height: 46px;
        padding: 0 18px;
        font-size: 11px;
    }

    .home-hero,
    .page-hero {
        min-height: auto;
    }

    .home-hero-inner,
    .page-hero-inner {
        grid-template-columns: 1fr;
        gap: 38px;
        padding: 90px 0 70px;
    }

    .home-hero-content,
    .page-hero-content {
        max-width: 720px;
    }

    .home-hero-logo,
    .page-hero-logo {
        justify-content: flex-start;
    }

    .home-hero-logo img,
    .page-hero-logo img {
        width: 340px;
    }

    .section-heading-row {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .gallery-preview-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .gallery-preview-item {
        min-height: 240px;
    }

    .cta-box {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .cta-content,
    .cta-middle {
        padding: 38px 42px 0;
    }

    .cta-middle {
        padding-top: 18px;
        padding-bottom: 30px;
    }

    .cta-image {
        min-height: 220px;
    }

    .footer-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .footer-column:last-child {
        grid-column: auto;
    }

    .about-story-grid,
    .why-choose-grid,
    .about-team-grid,
    .contact-main-grid,
    .booking-layout {
        grid-template-columns: 1fr;
    }

    .value-grid,
    .reason-grid,
    .contact-info-grid,
    .policy-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .stats-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 0;
    }

    .stat-item {
        border-right: 0;
        border-bottom: 1px solid var(--border);
    }

    .stat-item:nth-child(odd) {
        border-right: 1px solid var(--border);
    }

    .stat-item:nth-child(3),
    .stat-item:nth-child(4) {
        border-bottom: 0;
    }

    .why-choose-list {
        grid-template-columns: 1fr;
    }

    .team-card-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .experience-strip {
        grid-template-columns: repeat(3, 1fr);
    }

    .experience-strip img {
        height: 210px;
    }

    .wide-cta-box {
        grid-template-columns: 1fr;
        padding: 38px;
    }

    .wide-cta-content {
        padding-left: 0;
    }

    .wide-cta-points {
        grid-template-columns: repeat(3, 1fr);
    }

    .wide-cta-image {
        display: none;
    }

    .gallery-masonry-grid {
        grid-template-columns: repeat(3, 1fr);
        grid-auto-rows: 200px;
    }

    .feature-gallery-grid {
        grid-template-columns: 1fr;
    }

    .social-strip-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .social-follow-card {
        grid-column: span 3;
    }

    .booking-sidebar {
        grid-template-columns: repeat(2, 1fr);
    }

    .salon-info-sidebar {
        grid-column: span 2;
    }

    .booking-steps {
        overflow-x: auto;
        grid-template-columns: repeat(6, 130px);
    }

    .booking-date-time-grid {
        grid-template-columns: 1fr;
    }

    .booking-summary-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .summary-total {
        grid-column: span 2;
    }

    .summary-item {
        border-right: 0;
    }
}


/* =========================================================
   MOBILE LANDSCAPE / LARGE PHONE
========================================================= */

@media (max-width: 768px) {

    .container {
        width: min(100%, calc(100% - 32px));
    }

    h1 {
        font-size: clamp(42px, 12vw, 64px);
    }

    h2 {
        font-size: clamp(30px, 9vw, 44px);
    }

    h3 {
        font-size: 18px;
    }

    .section-padding {
        padding: 58px 0;
    }

    .section-kicker {
        font-size: 11px;
        letter-spacing: 0.18em;
    }

    .header-inner {
        height: 78px;
        gap: 12px;
    }

    .main-navigation {
        top: 78px;
    }

    .site-logo img {
        width: 145px;
    }

    .header-book-btn {
        display: none;
    }

    .mobile-menu-toggle {
        margin-left: auto;
    }

    .home-hero-inner,
    .page-hero-inner {
        padding: 70px 0 58px;
    }

    .home-hero-content p,
    .page-hero-subtitle {
        font-size: 18px;
    }

    .page-hero-text {
        font-size: 15px;
    }

    .hero-actions {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }

    .btn,
    .header-book-btn {
        width: 100%;
        min-height: 50px;
    }

    .video-link {
        width: 100%;
        justify-content: flex-start;
    }

    .play-icon {
        width: 46px;
        height: 46px;
    }

    .home-hero-logo img,
    .page-hero-logo img {
        width: 260px;
    }

    .scroll-down {
        display: none;
    }

    .service-card-grid,
    .services-page-grid,
    .addon-grid,
    .gallery-preview-grid,
    .package-grid,
    .value-grid,
    .reason-grid,
    .contact-info-grid,
    .policy-grid {
        grid-template-columns: 1fr;
    }

    .service-card {
        min-height: 210px;
    }

    .gallery-preview-item {
        min-height: 310px;
    }

    .cta-content,
    .cta-middle {
        padding-left: 28px;
        padding-right: 28px;
    }

    .footer-grid {
        grid-template-columns: 1fr;
        gap: 34px;
    }

    .footer-bottom {
        margin-top: 38px;
    }

    .scroll-top-btn {
        right: 18px;
        bottom: 18px;
    }

    .about-story-image img,
    .why-choose-image img {
        min-height: 260px;
    }

    .stats-grid {
        grid-template-columns: 1fr;
    }

    .stat-item,
    .stat-item:nth-child(odd),
    .stat-item:nth-child(3),
    .stat-item:nth-child(4) {
        border-right: 0;
        border-bottom: 1px solid var(--border);
    }

    .stat-item:last-child {
        border-bottom: 0;
    }

    .team-card-grid {
        grid-template-columns: 1fr;
    }

    .team-card img {
        height: 300px;
    }

    .package-card {
        grid-template-columns: 1fr;
    }

    .package-image img {
        height: 260px;
    }

    .experience-strip {
        grid-template-columns: 1fr;
    }

    .experience-strip img {
        height: 260px;
    }

    .wide-cta-box {
        padding: 28px;
    }

    .wide-cta-points {
        grid-template-columns: 1fr;
    }

    .gallery-filters {
        justify-content: flex-start;
        overflow-x: auto;
        flex-wrap: nowrap;
        padding-bottom: 8px;
    }

    .gallery-filter {
        flex: 0 0 auto;
    }

    .gallery-masonry-grid {
        grid-template-columns: repeat(2, 1fr);
        grid-auto-rows: 180px;
    }

    .gallery-item.gallery-wide {
        grid-column: span 2;
    }

    .feature-gallery-card {
        min-height: 260px;
    }

    .social-strip-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .social-follow-card {
        grid-column: span 2;
    }

    .contact-form-card,
    .salon-info-card {
        padding: 28px;
    }

    .form-row,
    .salon-info-two-col {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .map-box {
        height: 190px;
    }

    .booking-panel {
        padding: 0 18px 22px;
    }

    .booking-steps {
        margin-left: -18px;
        margin-right: -18px;
    }

    .booking-category-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .booking-service-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .stylist-select-grid {
        grid-template-columns: 1fr;
    }

    .booking-sidebar {
        grid-template-columns: 1fr;
    }

    .salon-info-sidebar {
        grid-column: auto;
    }

    .booking-summary-grid {
        grid-template-columns: 1fr;
    }

    .summary-total {
        grid-column: auto;
    }

    .policy-card {
        border-right: 0;
        border-bottom: 1px solid var(--border);
    }

    .policy-card:last-child {
        border-bottom: 0;
    }
}


/* =========================================================
   SMALL PHONE
========================================================= */

@media (max-width: 520px) {

    body {
        font-size: 15px;
    }

    .container {
        width: min(100%, calc(100% - 24px));
    }

    .section-padding {
        padding: 46px 0;
    }

    h1 {
        font-size: 42px;
        line-height: 1.05;
    }

    h2 {
        font-size: 32px;
    }

    .gold-line {
        margin: 18px 0;
    }

    .site-logo img {
        width: 132px;
    }

    .home-hero-inner,
    .page-hero-inner {
        padding: 58px 0 48px;
    }

    .home-hero-bg img,
    .page-hero-bg img {
        opacity: 0.48;
    }

    .home-hero-overlay,
    .page-hero-overlay {
        background:
            linear-gradient(90deg, rgba(0,0,0,0.97), rgba(0,0,0,0.78)),
            linear-gradient(180deg, rgba(0,0,0,0.1), rgba(0,0,0,0.94));
    }

    .home-hero-logo,
    .page-hero-logo {
        display: none;
    }

    .home-hero-content p,
    .page-hero-subtitle {
        font-size: 16px;
    }

    .page-hero-text {
        font-size: 14px;
    }

    .btn {
        padding: 0 20px;
        font-size: 11px;
    }

    .video-link {
        font-size: 11px;
    }

    .service-card {
        padding: 30px 20px;
    }

    .service-icon,
    .value-icon,
    .reason-icon,
    .addon-icon,
    .contact-info-icon,
    .stat-icon {
        font-size: 38px;
    }

    .gallery-preview-item {
        min-height: 260px;
    }

    .cta-box {
        min-height: auto;
    }

    .cta-content,
    .cta-middle {
        padding-left: 22px;
        padding-right: 22px;
    }

    .cta-content h2 {
        font-size: 31px;
    }

    .cta-image {
        min-height: 175px;
    }

    .footer-logo img {
        width: 160px;
    }

    .footer-grid {
        gap: 28px;
    }

    .stat-item {
        justify-content: flex-start;
        padding-left: 20px;
    }

    .stat-item strong {
        font-size: 34px;
    }

    .team-card img {
        height: 260px;
    }

    .package-content {
        padding: 24px 20px;
    }

    .gallery-masonry-grid {
        grid-template-columns: 1fr;
        grid-auto-rows: 260px;
    }

    .gallery-item.gallery-wide {
        grid-column: span 1;
    }

    .feature-card-content {
        padding: 26px;
    }

    .feature-card-content h2 {
        font-size: 27px;
    }

    .social-strip-grid {
        grid-template-columns: 1fr;
    }

    .social-follow-card {
        grid-column: auto;
    }

    .social-video-card {
        height: 220px;
    }

    .contact-info-card {
        padding: 24px;
        min-height: 120px;
    }

    .contact-form-card,
    .salon-info-card,
    .sidebar-card {
        padding: 24px;
    }

    input,
    textarea,
    select {
        min-height: 52px;
        padding-left: 16px;
        padding-right: 16px;
    }

    .booking-category-grid,
    .booking-service-grid {
        grid-template-columns: 1fr;
    }

    .booking-category-card {
        min-height: 84px;
    }

    .booking-service-card img {
        height: 170px;
    }

    .time-slot-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .calendar-card {
        padding: 14px;
    }

    .calendar-weekdays,
    .calendar-days {
        gap: 5px;
    }

    .booking-section h2,
    .booking-summary-box h2 {
        font-size: 21px;
    }

    .booking-section-title-row {
        align-items: flex-start;
        flex-direction: column;
        gap: 2px;
    }

    .help-booking-card img {
        width: 100%;
        opacity: 0.22;
    }

    .wide-cta-box {
        padding: 22px;
    }
}


/* =========================================================
   VERY SMALL PHONE
========================================================= */

@media (max-width: 380px) {

    h1 {
        font-size: 36px;
    }

    h2 {
        font-size: 28px;
    }

    .section-kicker {
        letter-spacing: 0.14em;
    }

    .site-logo img {
        width: 118px;
    }

    .mobile-menu-toggle {
        width: 40px;
        height: 40px;
    }

    .btn {
        min-height: 46px;
    }

    .play-icon {
        width: 42px;
        height: 42px;
    }

    .gallery-preview-item,
    .gallery-masonry-grid {
        grid-auto-rows: 220px;
    }

    .gallery-preview-item {
        min-height: 220px;
    }

    .time-slot-grid {
        grid-template-columns: 1fr;
    }

    .calendar-days button {
        height: 27px;
        font-size: 12px;
    }
}