:root {
    --surface: #f7f7f5;
    --surface-dark: #222224;
    --modern-shadow: 0 24px 70px rgba(35, 25, 22, .12);
}

body {
    background: var(--surface);
    font-family: 'DM Sans', sans-serif;
}

.site-header {
    top: 18px;
    left: 50%;
    width: min(1180px, calc(100% - 40px));
    height: 72px;
    padding: 7px 9px 7px 15px;
    transform: translateX(-50%);
    border: 1px solid rgba(255, 255, 255, .26);
    border-radius: 18px;
    background: rgba(28, 27, 28, .58);
    box-shadow: 0 18px 55px rgba(0, 0, 0, .18);
    backdrop-filter: blur(18px);
}

.site-header.scrolled {
    top: 10px;
    height: 68px;
    color: #29292c;
    border-color: rgba(35, 30, 28, .08);
    background: rgba(255, 255, 255, .92);
}

.front-logo {
    width: 156px;
    height: 55px;
    border-radius: 12px;
    padding: 5px 10px;
}

.front-nav {
    gap: 8px;
}

.front-nav > a {
    padding: 11px 14px;
    border-radius: 10px;
    font-size: 12px;
}

.front-nav > a:not(.call-link)::after {
    display: none;
}

.front-nav > a:not(.call-link):hover,
.front-nav > a:not(.call-link).active {
    background: rgba(255, 255, 255, .12);
}

.site-header.scrolled .front-nav > a:not(.call-link):hover,
.site-header.scrolled .front-nav > a:not(.call-link).active {
    background: #f5e9ea;
    color: #a92130;
}

.call-link {
    padding: 12px 18px !important;
    border-radius: 11px;
}

.front-nav > .instagram-header {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 11px 15px;
    background: linear-gradient(120deg, #7136c6, #c52b66 55%, #ed7b33);
    color: #fff;
    box-shadow: 0 9px 25px rgba(158, 42, 108, .22);
}

.instagram-mini {
    font-size: 20px;
    font-weight: 800;
    line-height: 1;
}

.hero-front {
    height: min(880px, 100svh);
    min-height: 720px;
    margin: 0;
    border-radius: 0 0 38px 38px;
    overflow: hidden;
}

.hero-shade {
    background: linear-gradient(90deg, rgba(18, 17, 18, .94) 0%, rgba(18, 17, 18, .72) 41%, rgba(18, 17, 18, .12) 76%), linear-gradient(0deg, rgba(20, 18, 18, .72), transparent 48%);
}

.overline,
.section-kicker {
    font-size: 10px;
    letter-spacing: 2.5px;
}

.hero-copy h1,
.intro h2,
.section-heading h2,
.promise-copy h2,
.contact-card h2,
.car-info h3,
.reel-card > strong {
    font-family: 'DM Sans', sans-serif;
}

.hero-copy h1 {
    max-width: 720px;
    margin: 25px 0;
    font-size: clamp(58px, 6.6vw, 102px);
    font-weight: 700;
    line-height: .95;
    letter-spacing: -5px;
}

.hero-copy h1 em {
    background: linear-gradient(90deg, #f06b79, #d83345);
    background-clip: text;
    color: transparent;
}

.hero-copy > p {
    font-size: 16px;
}

.hero-gujarati {
    color: #f4c8cc !important;
}

.material-btn {
    min-height: 54px;
    border-radius: 12px;
    padding: 0 22px;
}

.hero-facts {
    padding: 17px 22px;
    border: 1px solid rgba(255, 255, 255, .15);
    border-radius: 16px;
    background: rgba(20, 19, 20, .42);
    backdrop-filter: blur(14px);
}

.hero-facts strong {
    font-family: 'DM Sans', sans-serif;
    font-weight: 700;
}

.services-section {
    padding: 96px 0 110px;
}

.section-heading {
    align-items: end;
}

.intro h2,
.section-heading h2,
.promise-copy h2,
.contact-card h2 {
    font-weight: 650;
    letter-spacing: -2.8px;
}

.service-grid {
    grid-template-columns: repeat(12, 1fr);
    gap: 14px;
}

.service-card {
    grid-column: span 3;
    min-height: 145px;
    align-items: flex-start;
    padding: 24px;
    border: 1px solid rgba(41, 39, 38, .07);
    border-radius: 20px;
    box-shadow: 0 15px 45px rgba(42, 30, 26, .06);
    transition: .28s ease;
}

.service-card:nth-child(1),
.service-card:nth-child(2),
.service-card:nth-child(6) {
    grid-column: span 4;
}

.service-card:nth-child(7) {
    grid-column: span 4;
    background: #29282a;
    color: #fff;
}

.service-card:hover {
    transform: translateY(-5px);
    border-color: rgba(197, 43, 58, .18);
    box-shadow: var(--modern-shadow);
}

.service-card > span {
    flex-basis: 48px;
    height: 48px;
    border-radius: 14px;
}

.service-card h3 {
    margin-top: 3px;
    font-size: 15px;
}

.service-card p {
    margin-top: 7px;
}

.intro {
    padding: 105px 0;
}

.cars-section {
    background: #ebe9e5;
    border-radius: 38px;
    margin: 0 16px;
}

.car-grid {
    gap: 16px;
}

.car-card {
    border: 1px solid rgba(35, 29, 27, .07);
    border-radius: 22px;
    box-shadow: 0 15px 45px rgba(41, 28, 24, .08);
}

.car-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--modern-shadow);
}

.car-photo {
    height: 360px;
}

.car-info {
    padding: 27px;
}

.car-info h3 {
    font-size: 24px;
    letter-spacing: -.7px;
}

.reels-grid {
    gap: 16px;
}

.reel-heading-side {
    max-width: 440px;
}

.reel-heading-side > p {
    margin: 0;
    color: #6f6d6d;
    font-size: 15px;
    line-height: 1.7;
}

.carousel-controls {
    display: flex;
    gap: 8px;
    margin-top: 18px;
}

.carousel-controls button {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border: 1px solid #dfdad5;
    border-radius: 12px;
    background: #fff;
    color: #29292c;
    cursor: pointer;
    transition: .2s;
}

.carousel-controls button:hover {
    border-color: #c52b3a;
    background: #c52b3a;
    color: #fff;
}

.instagram-spotlight {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 22px;
    padding: 18px 22px;
    border-radius: 18px;
    background: linear-gradient(110deg, #7025c5, #c52b66 50%, #f1842d);
    color: #fff;
    text-decoration: none;
    box-shadow: 0 18px 48px rgba(143, 40, 111, .2);
}

.instagram-mark {
    width: 49px;
    height: 49px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, .45);
    border-radius: 15px;
    background: rgba(255, 255, 255, .14);
    font-size: 32px;
    font-weight: 700;
}

.instagram-spotlight > span:nth-child(2) {
    display: grid;
}

.instagram-spotlight small {
    color: #ffe9f7;
    font-size: 8px;
    letter-spacing: 1.7px;
}

.instagram-spotlight strong {
    font-size: 24px;
    letter-spacing: -.7px;
}

.instagram-spotlight em {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin-left: auto;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
}

.reels-carousel {
    display: flex;
    gap: 17px;
    overflow-x: auto;
    padding: 4px 2px 22px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
}

.reels-carousel::-webkit-scrollbar {
    display: none;
}

.reels-carousel > * {
    flex: 0 0 min(365px, 82vw);
    scroll-snap-align: start;
}

.instagram-reel-card {
    overflow: hidden;
    border: 1px solid rgba(35, 29, 27, .08);
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 16px 48px rgba(40, 27, 23, .09);
}

.instagram-reel-card iframe {
    display: block;
    width: 100%;
    height: 510px;
    border: 0;
    background: #f3f1ee;
}

.instagram-reel-card > div {
    display: grid;
    gap: 8px;
    padding: 18px;
}

.instagram-reel-card > div > a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #a92130;
    font-size: 11px;
    font-weight: 700;
    text-decoration: none;
}

.reel-placeholder {
    flex-basis: min(365px, 82vw);
}

.reel-visual {
    height: 500px;
    border-radius: 22px;
}

.reel-visual > span {
    width: 68px;
    height: 68px;
    backdrop-filter: blur(10px);
}

.promise-section {
    margin: 0 16px;
    border-radius: 38px;
    background: radial-gradient(circle at 12% 25%, #572d32, transparent 31%), #222224;
}

.promise-list article {
    padding: 28px 0;
}

.contact-card {
    grid-template-columns: .9fr 1.1fr;
    padding: 60px;
    border-radius: 30px;
    background: radial-gradient(circle at 10% 10%, #e25362, transparent 35%), linear-gradient(135deg, #a91f2e, #c52b3a);
}

.website-enquiry {
    padding: 26px;
    border-radius: 20px;
    background: rgba(76, 8, 16, .34);
    box-shadow: 0 20px 55px rgba(80, 7, 16, .22);
}

.website-enquiry input,
.website-enquiry select,
.website-enquiry textarea {
    border: 0;
    border-radius: 11px;
    background: rgba(255, 255, 255, .96);
}

.front-footer {
    background: #fff;
}

.floating-whatsapp {
    position: fixed;
    z-index: 41;
    right: 22px;
    bottom: 22px;
    min-width: 58px;
    height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    overflow: hidden;
    padding: 0 18px;
    border-radius: 18px;
    background: #20b85a;
    color: #fff;
    text-decoration: none;
    box-shadow: 0 15px 38px rgba(20, 133, 67, .38);
    transition: gap .25s, transform .25s, box-shadow .25s;
}

.floating-whatsapp:hover {
    gap: 9px;
    transform: translateY(-3px);
    box-shadow: 0 19px 44px rgba(20, 133, 67, .45);
}

.whatsapp-symbol {
    font-size: 28px;
    line-height: 1;
}

.floating-whatsapp strong {
    max-width: 0;
    opacity: 0;
    overflow: hidden;
    font-size: 12px;
    transition: max-width .25s, opacity .2s;
}

.floating-whatsapp:hover strong {
    max-width: 85px;
    opacity: 1;
}

@media (max-width: 900px) {
    .service-card,
    .service-card:nth-child(1),
    .service-card:nth-child(2),
    .service-card:nth-child(6),
    .service-card:nth-child(7) {
        grid-column: span 6;
    }
}

@media (max-width: 700px) {
    .site-header,
    .site-header.scrolled {
        top: 8px;
        width: calc(100% - 16px);
        height: 62px;
        padding: 5px 7px 5px 10px;
        color: #29292c;
        border-color: rgba(35, 30, 28, .07);
        border-radius: 16px;
        background: rgba(255, 255, 255, .94);
    }

    .front-logo {
        width: 130px;
        height: 50px;
    }

    .front-nav {
        top: 68px;
        left: 0;
        right: 0;
        border-radius: 16px;
    }

    .front-nav > .instagram-header {
        justify-content: center;
        padding: 13px 15px;
    }

    .hero-front {
        min-height: 820px;
        padding-top: 130px;
        border-radius: 0 0 25px 25px;
    }

    .hero-copy h1 {
        font-size: 51px;
        letter-spacing: -3px;
    }

    .services-section {
        padding-top: 76px;
    }

    .service-grid {
        grid-template-columns: 1fr;
    }

    .service-card,
    .service-card:nth-child(1),
    .service-card:nth-child(2),
    .service-card:nth-child(6),
    .service-card:nth-child(7) {
        grid-column: auto;
        min-height: 105px;
        padding: 20px;
    }

    .cars-section,
    .promise-section {
        margin: 0 8px;
        border-radius: 25px;
    }

    .car-photo {
        height: 315px;
    }

    .reel-visual {
        height: 485px;
    }

    .reel-heading-side {
        max-width: none;
    }

    .instagram-spotlight {
        align-items: flex-start;
        padding: 16px;
    }

    .instagram-spotlight strong {
        font-size: 19px;
    }

    .instagram-spotlight em {
        display: none;
    }

    .instagram-reel-card iframe {
        height: 500px;
    }

    .contact-card {
        padding: 32px 20px;
        border-radius: 24px;
    }

    .floating-call {
        right: 18px;
        bottom: 88px;
    }

    .floating-whatsapp {
        right: 18px;
        bottom: 18px;
        width: 56px;
        min-width: 56px;
        height: 56px;
        padding: 0;
    }

    .floating-whatsapp strong {
        display: none;
    }
}
