.preloader-bg,
#preloader,
.progress-wrap {
    display: none !important;
}

body {
    font-family: "GothamRoundedBook", sans-serif !important;
    color: var(--text);
    background: var(--paper);
}

p,
li,
input,
textarea,
select,
label,
.car-details p,
.about p,
.about .content p,
.price .item p,
.price .item li,
.contact-box .item p,
.form-box,
.cars1 .item .con .details,
.btn-double {
    font-family: "GothamRoundedBook", sans-serif !important;
    color: var(--text);
}

p,
.car-details p,
.about p,
.about .content p {
    font-size: 16px;
    line-height: 1.7;
    color: var(--text);
}

h1, h2, h3, h4, h5, h6,
.section-title,
.section-title h2,
.section-title span,
.page-hero h1,
.car-details h3,
.car-details h4,
.about h2,
.about h3,
.about .section-title,
.price .item h3,
.sidebar-car .title h4,
.cars1 .item .con .title,
.cars1 .item .con .title a,
.blog2 .item .title h4,
.contact-box .item h5,
.services-box .item h5,
.process .item h5,
.form-box h5 {
    font-family: Cinzel, serif !important;
    text-transform: none;
    letter-spacing: -0.02em;
    font-weight: 600;
}

.section-subtitle {
    font-family: "GothamRoundedBook", sans-serif !important;
    font-size: 11px;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--gold) !important;
    font-weight: 700;
}

.section-title,
.about .section-title,
.car-details .section-title {
    font-size: clamp(28px, 3.6vw, 42px) !important;
    line-height: 1.15 !important;
    color: var(--ink) !important;
    margin-bottom: 18px;
}

.section-title span,
.about .section-title span,
.section-title h2 span {
    color: var(--gold) !important;
}

.page-hero {
    position: relative;
    min-height: 64vh;
    display: flex;
    align-items: center;
    color: var(--white);
    background: #000 center/cover no-repeat;
    padding: calc(var(--header-h) + 48px) 0 72px;
}

.page-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.78) 0%, rgba(0, 0, 0, 0.42) 48%, rgba(0, 0, 0, 0.22) 100%);
}

.page-hero .container,
.site-header .container,
.site-footer .container {
    width: min(1240px, calc(100% - 40px));
    margin: 0 auto;
}

.page-hero .hero-content {
    position: relative;
    z-index: 1;
    max-width: 720px;
}

.page-hero h1 {
    margin: 0 0 16px;
    font-size: clamp(36px, 5.4vw, 64px);
    line-height: 1;
    color: var(--white) !important;
}

.page-hero h1 em {
    font-style: normal;
    color: var(--gold);
}

.page-hero p {
    margin: 0 0 26px;
    max-width: 560px;
    font-size: 16px;
    color: #efe7d6 !important;
}

.page-hero + section,
.car-details,
.about,
.cars1,
.price,
.contact,
.process,
.blog2,
.services,
.services1,
.services-box {
    background: var(--paper);
}

.line-vr-section {
    height: 1px;
    background: rgba(223, 175, 103, 0.28);
    border: 0;
    margin: 0;
}

.car-details h3 {
    font-size: clamp(26px, 3.2vw, 36px);
    color: var(--ink);
    margin-bottom: 18px;
    line-height: 1.15;
}

.car-details .sidebar-car {
    margin-top: 0;
    background: var(--paper-2);
    border: 1px solid rgba(223, 175, 103, 0.18);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    overflow: hidden;
}

.car-details .sidebar-car .title {
    background: var(--ink);
    border-radius: 0;
    padding: 28px 24px;
}

.car-details .sidebar-car .title h4 {
    color: var(--gold) !important;
    font-size: 22px;
    line-height: 1.25;
}

.car-details .sidebar-car .item .features span,
.car-details .sidebar-car .item .features p {
    color: var(--text);
    font-size: 14px;
}

.car-details .sidebar-car .item .features span i {
    background: var(--ink);
    color: var(--gold);
}

.btn-double {
    display: flex;
    gap: 8px;
}

.btn-double > a,
.btn-double > a:nth-of-type(1),
.btn-double > a:nth-of-type(2) {
    flex: 1;
    border-radius: 4px !important;
    padding: 13px 16px !important;
    text-align: center;
    font-size: 13px;
}

.btn-double > a:nth-of-type(1) {
    background: var(--gold) !important;
    color: #000 !important;
}

.btn-double > a:nth-of-type(2) {
    background: var(--ink) !important;
    color: #fff !important;
}

.btn-double > a:hover,
.btn-double > a:nth-of-type(1):hover,
.btn-double > a:nth-of-type(2):hover {
    background: var(--gold) !important;
    color: #000 !important;
}

.button-1,
.button-4,
.cars1 .item .con .book .btn {
    background: var(--gold) !important;
    border: 1px solid var(--gold) !important;
    color: #000 !important;
    border-radius: 4px !important;
    font-family: Cinzel, serif !important;
    font-weight: 700;
    letter-spacing: 0.02em;
}

.button-1:hover,
.button-4:hover,
.cars1 .item .con .book .btn:hover {
    background: var(--ink) !important;
    border-color: var(--ink) !important;
    color: #fff !important;
}

.gallery-box,
.gallery-img,
.gallery-masonry-wrapper {
    border-radius: var(--radius);
    overflow: hidden;
}

.gallery-img img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    transition: transform 0.45s ease;
}

.gallery-masonry-wrapper:hover .gallery-img img {
    transform: scale(1.04);
}

.price .item {
    background: var(--paper-2);
    border: 1px solid rgba(223, 175, 103, 0.16);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    padding: 36px 28px 32px;
}

.price .item h3 {
    font-size: 24px;
    color: var(--ink);
    margin-bottom: 18px;
}

.price .item h3 span {
    display: block;
    margin-top: 6px;
    font-family: "GothamRoundedBook", sans-serif !important;
    font-size: 13px;
    letter-spacing: 0.08em;
    color: var(--gold);
}

.price .item .dot-list li {
    font-size: 15px;
    color: var(--text);
}

.price .item .dot-list li:before,
.price .item .dot-list li::before {
    background: var(--gold);
}

.price .item .dot-list li.done {
    opacity: 0.38;
}

.price .item .rmore {
    opacity: 1;
    background: transparent;
    padding: 0;
    border-radius: 0;
    top: 22px;
    right: 22px;
}

.price .item .rmore .br-left-top,
.price .item .rmore .br-right-bottom {
    display: none;
}

.price .item .rmore .arrow {
    background: var(--ink);
    color: var(--gold);
    border-radius: 4px;
    min-width: 56px;
    height: 44px;
    display: grid;
    place-items: center;
    font-family: Cinzel, serif;
    font-weight: 700;
}

.price .item .rmore .arrow span {
    color: var(--gold);
}

.cars1 .item {
    background: var(--paper-2);
    border: 1px solid rgba(223, 175, 103, 0.14);
    border-radius: var(--radius);
    overflow: hidden;
    box-shadow: var(--shadow);
    margin-bottom: 0;
}

.cars1 .item .img {
    border-radius: 0;
}

.cars1 .item .img img {
    width: 100%;
    height: 280px;
    object-fit: cover;
}

.cars1 .item .con,
.cars1 .item .con.active {
    background: var(--paper-2);
    margin: 0;
    border-radius: 0;
    padding: 24px;
    opacity: 1;
    visibility: visible;
}

.cars1 .item .con .title,
.cars1 .item .con .title a {
    font-size: 22px;
    color: var(--ink);
}

.cars1 .item .con .details,
.cars1 .item .con .details span {
    color: #6b6558;
    font-size: 14px;
}

.cars1 .item .con .details span i {
    color: var(--gold);
}

.blog2 .other-clubs-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}

.blog2 .other-club-card {
    position: relative;
    display: block;
    overflow: hidden;
    color: inherit;
    text-decoration: none;
    border-radius: var(--radius);
    background: var(--ink);
    border: 1px solid rgba(223, 175, 103, 0.16);
    box-shadow: var(--shadow);
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.blog2 .other-club-card:hover {
    transform: translateY(-6px);
    border-color: var(--gold);
    box-shadow: 0 24px 50px rgba(12, 12, 12, 0.14);
}

.blog2 .other-club-card img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    display: block;
    transform: scale(1);
    transition: transform 0.5s ease;
}

.blog2 .other-club-card:hover img {
    transform: scale(1.06);
}

.blog2 .other-club-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(12, 12, 12, 0.04) 32%, rgba(12, 12, 12, 0.78) 100%);
    pointer-events: none;
    transition: background 0.35s ease;
}

.blog2 .other-club-card:hover::after {
    background: linear-gradient(180deg, rgba(12, 12, 12, 0.18) 18%, rgba(12, 12, 12, 0.55) 55%, rgba(223, 175, 103, 0.42) 100%);
}

.blog2 .other-club-card__body {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    padding: 22px 20px 20px;
}

.blog2 .other-club-card__loc {
    display: block;
    margin-bottom: 6px;
    color: var(--gold);
    font-family: "GothamRoundedBook", sans-serif !important;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.blog2 .other-club-card__name {
    display: block;
    color: var(--white);
    font-family: Cinzel, serif !important;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: -0.02em;
}

.blog2 .owl-dots,
.blog2 .owl-nav,
.blog2 .curv-butn {
    display: none !important;
}

@media (max-width: 640px) {
    .blog2 .other-clubs-grid {
        grid-template-columns: 1fr;
    }
}

.process .item .numb,
.process .numb {
    display: none !important;
}

.process a {
    color: inherit;
    text-decoration: none;
}

.process .extra-grid,
.process .process-extras {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
    align-items: stretch;
}

.process .extra-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 0;
    padding: 0;
    text-align: center;
    color: inherit;
    text-decoration: none;
    background: var(--paper-2);
    border: 1px solid rgba(223, 175, 103, 0.16);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.process .extra-card:hover {
    transform: translateY(-6px);
    border-color: var(--gold);
    box-shadow: 0 24px 50px rgba(12, 12, 12, 0.12);
}

.process .extra-icon {
    display: grid;
    place-items: center;
    width: 100%;
    height: 112px;
    margin: 0;
    overflow: hidden;
    background: transparent;
    border-bottom: 1px solid rgba(223, 175, 103, 0.16);
}

.process .extra-icon img {
    width: 56px;
    height: 56px;
    object-fit: contain;
    background: transparent;
}

.process .extra-body {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
    padding: 22px 20px 18px;
    text-align: center;
}

.process .extra-card h3 {
    margin: 0 0 16px;
    font-family: Cinzel, serif !important;
    font-size: 20px;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: -0.02em;
    font-weight: 600;
    color: var(--ink);
}

.process .extra-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 44px;
    margin-top: auto;
    padding: 12px 16px;
    border-radius: 4px;
    border: 1px solid rgba(12, 12, 12, 0.14);
    background: #fff;
    font-family: "GothamRoundedBook", sans-serif !important;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--ink);
    transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.process .extra-card:hover .extra-cta {
    background: var(--ink);
    border-color: var(--ink);
    color: #fff;
}

@media (max-width: 1100px) {
    .process .extra-grid,
    .process .process-extras {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 560px) {
    .process .extra-grid,
    .process .process-extras {
        grid-template-columns: 1fr;
    }
}

.about .content h3,
.car-details h4 {
    font-size: 22px;
    color: var(--ink);
    margin: 28px 0 12px;
}

.contact-box {
    margin-top: -48px;
    position: relative;
    z-index: 2;
}

.contact-box .item,
.contact-box .item.active {
    background: var(--paper-2);
    border: 1px solid rgba(223, 175, 103, 0.16);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    padding: 32px 24px;
}

.contact-box .item:hover,
.contact-box .item.active:hover {
    background: var(--ink);
    transform: none;
}

.contact-box .item h5,
.contact-box .item.active h5,
.contact-box .item:hover h5 {
    color: var(--ink);
}

.contact-box .item:hover h5 {
    color: var(--gold);
}

.contact-box .item:hover p,
.contact-box .item:hover p a {
    color: #efe7d6;
}

.contact-box .item .icon,
.contact-box .item span.icon {
    color: var(--gold);
}

.contact-box .item i.numb,
.services-box .item i.numb {
    display: none;
}

.page-hero + .line-vr-section {
    display: none;
}

.price .item .rmore {
    display: none;
}

.price .row > [class*="col-"]:nth-child(2) .item {
    background: linear-gradient(180deg, #1a1814 0%, #0c0c0c 100%);
    border-color: rgba(223, 175, 103, 0.32);
}

.price .row > [class*="col-"]:nth-child(2) .item h3,
.price .row > [class*="col-"]:nth-child(2) .item p,
.price .row > [class*="col-"]:nth-child(2) .item li {
    color: #efe7d6;
}

.price .row > [class*="col-"]:nth-child(2) .item h3 {
    color: var(--white);
}

.price .row > [class*="col-"]:nth-child(2) .item .dot-list li.done {
    color: var(--gold);
    opacity: 0.7;
}

.cars1 .item .con .row {
    align-items: center;
}

.cars1 .item .con .book {
    text-align: right;
}

.owl-theme .owl-nav [class*="owl-"] {
    background: var(--ink) !important;
    color: var(--gold) !important;
    border-radius: 4px !important;
}

.contact .form-box,
.form-box {
    background: var(--paper-2);
    border: 1px solid rgba(223, 175, 103, 0.16);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    padding: 36px 32px;
}

.form-box h5 {
    font-size: 28px;
    color: var(--ink);
    margin-bottom: 24px;
}

.form-box input,
.form-box textarea,
.contact input,
.contact textarea {
    background: #fff;
    border: 1px solid rgba(17, 17, 17, 0.1);
    border-radius: 4px;
    color: var(--text);
    font-family: "GothamRoundedBook", sans-serif;
}

.form-box input:focus,
.form-box textarea:focus {
    border-color: var(--gold);
    outline: none;
}

.services-box .item,
.services-box .item.active {
    background: var(--paper-2);
    border: 1px solid rgba(223, 175, 103, 0.16);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
}

.services-box .item:hover,
.services-box .item.active:hover {
    background: var(--ink);
    transform: none;
}

.services-box .item h5,
.services-box .item.active h5 {
    font-family: Cinzel, serif;
    color: var(--ink);
}

.services-box .item:hover h5 {
    color: var(--gold);
}

.about .content {
    max-width: 820px;
}

.hero-kicker {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 700;
    color: var(--gold);
    margin-bottom: 16px;
}

@media (max-width: 991px) {
    .car-details .sidebar-car {
        margin-top: 32px;
    }

    .contact-box {
        margin-top: 0;
        padding-top: 32px;
    }

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

@media (max-width: 860px) {
    .page-hero {
        min-height: 58vh;
        padding-bottom: 48px;
    }

    .gallery-img img,
    .cars1 .item .img img,
    .blog2 .other-club-card img {
        height: 210px;
    }

    .blog2 .other-clubs-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }

    .btn-double {
        flex-direction: column;
    }
}
