/* ==========================================
   ECHO CRAFT CREATIVE STUDIO
   SERVICES PAGE
   Version 2.0
========================================== */


/* ==========================================
   PAGE FOUNDATION
========================================== */

body {
    background: #070707;
}

.servicesHero,
.servicesOverview,
.serviceDetails,
.whyEchoCraft,
.howWeWork,
.servicesCTA {
    position: relative;
}

.servicesOverview,
.serviceDetails,
.whyEchoCraft,
.howWeWork,
.servicesCTA {
    padding: 130px 0;
}

.servicesHero .container,
.servicesOverview .container,
.serviceDetails .container,
.whyEchoCraft .container,
.howWeWork .container,
.servicesCTA .container {
    width: min(92%, 1200px);
    margin: 0 auto;
}


/* ==========================================
   SERVICES HERO
========================================== */

.servicesHero {
    min-height: 78vh;
    display: flex;
    align-items: center;
    overflow: hidden;
    padding: 150px 0 115px;

    background:
        linear-gradient(
            rgba(8, 8, 8, 0.74),
            rgba(8, 8, 8, 0.92)
        ),
        url("../images/backgrounds/project-bg.jpg");

    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.servicesHero::after {
    position: absolute;
    right: 4%;
    bottom: -190px;
    width: 500px;
    height: 500px;

    border: 1px solid rgba(212, 175, 55, 0.07);
    border-radius: 50%;

    content: "";

    box-shadow:
        0 0 0 70px rgba(212, 175, 55, 0.018),
        0 0 0 140px rgba(212, 175, 55, 0.01);

    pointer-events: none;
}

.servicesHeroOverlay {
    position: absolute;
    inset: 0;
    z-index: 1;

    background:
        radial-gradient(
            circle at top right,
            rgba(212, 175, 55, 0.13),
            transparent 40%
        ),
        linear-gradient(
            90deg,
            rgba(5, 5, 5, 0.94) 0%,
            rgba(5, 5, 5, 0.76) 48%,
            rgba(5, 5, 5, 0.38) 100%
        );

    pointer-events: none;
}

.servicesHeroContent {
    position: relative;
    z-index: 2;
    max-width: 900px;
}

.servicesHero .hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 14px;

    margin-bottom: 28px;

    color: #d8b36a;

    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.24em;
    text-transform: uppercase;
}

.servicesHero .hero-badge::before {
    width: 44px;
    height: 1px;

    background: #d8b36a;

    content: "";
}

.servicesHero h1 {
    max-width: 900px;
    margin: 0 0 32px;

    color: #ffffff;

    font-family: "Cormorant Garamond", serif;
    font-size: clamp(4.3rem, 7vw, 6.7rem);
    font-weight: 600;
    line-height: 0.98;
    letter-spacing: -0.02em;

    text-shadow: 0 12px 40px rgba(0, 0, 0, 0.55);
}

.servicesHero .text-gold {
    display: inline-block;
    color: #d4af37;
}

.servicesHero .hero-lead {
    max-width: 790px;
    margin: 0 0 40px;

    color: #e3e3e3;

    font-size: 1.12rem;
    line-height: 1.9;
}

.servicesHero .hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
}

.servicesHero .hero-actions .btn,
.servicesHero .hero-actions .btn-outline {
    display: inline-flex;
    min-width: 210px;
    align-items: center;
    justify-content: center;
}


/* ==========================================
   SECTION HEADINGS
========================================== */

.section-heading {
    position: relative;
    z-index: 2;

    max-width: 920px;
    margin: 0 auto 62px;

    text-align: center;
}

.section-tag {
    display: inline-flex;
    align-items: center;
    gap: 14px;

    margin-bottom: 18px;

    color: #d4af37;

    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.22em;
    text-transform: uppercase;
}

.section-tag::before {
    width: 44px;
    height: 1px;

    background: #d4af37;

    content: "";
}

.section-heading h2 {
    margin: 0 0 24px;

    color: #ffffff;

    font-family: "Cormorant Garamond", serif;
    font-size: clamp(3rem, 5vw, 4.8rem);
    font-weight: 600;
    line-height: 1.06;
}

.sectionIntro {
    max-width: 760px;
    margin: 0 auto;

    color: #c9c9c9;

    font-size: 1.08rem;
    line-height: 1.9;
}


/* ==========================================
   OUR SERVICES
========================================== */

.servicesOverview {
    overflow: hidden;

    background:
        radial-gradient(
            circle at 50% 0%,
            rgba(212, 175, 55, 0.08),
            transparent 34%
        ),
        linear-gradient(
            rgba(8, 8, 8, 0.96),
            rgba(8, 8, 8, 0.98)
        ),
        url("../images/backgrounds/project-bg.jpg");

    background-size: cover;
    background-position: center;
}

.servicesGrid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 30px;
}

.serviceCard {
    position: relative;

    min-height: 360px;
    overflow: hidden;
    padding: 38px 34px;

    border: 1px solid rgba(212, 175, 55, 0.18);
    border-radius: 24px;

    background:
        linear-gradient(
            145deg,
            rgba(212, 175, 55, 0.04),
            transparent 60%
        ),
        rgba(34, 27, 20, 0.9);

    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);

    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.34);

    transition:
        transform 0.4s ease,
        border-color 0.4s ease,
        box-shadow 0.4s ease;
}

.serviceCard::after {
    position: absolute;
    right: -45px;
    bottom: -45px;

    width: 130px;
    height: 130px;

    border: 1px solid rgba(212, 175, 55, 0.07);
    border-radius: 50%;

    content: "";
}

.serviceCard:hover {
    transform: translateY(-10px);

    border-color: rgba(212, 175, 55, 0.58);

    box-shadow:
        0 28px 65px rgba(0, 0, 0, 0.46),
        0 0 28px rgba(212, 175, 55, 0.08);
}

.serviceIcon {
    display: flex;
    width: 70px;
    height: 70px;
    align-items: center;
    justify-content: center;

    margin-bottom: 30px;

    border: 1px solid rgba(212, 175, 55, 0.26);
    border-radius: 50%;

    background: rgba(212, 175, 55, 0.06);

    color: #d4af37;

    font-size: 1.55rem;

    transition:
        transform 0.35s ease,
        background 0.35s ease,
        color 0.35s ease;
}

.serviceCard:hover .serviceIcon {
    transform: scale(1.08);

    background: #d4af37;

    color: #111111;
}

.serviceCard h3 {
    margin: 0 0 22px;

    color: #e0b458;

    font-family: "Cormorant Garamond", serif;
    font-size: 2.1rem;
    font-weight: 600;
    line-height: 1.18;
}

.serviceCard p {
    margin: 0;

    color: #d8d8d8;

    font-size: 1rem;
    line-height: 1.9;
}


/* ==========================================
   EXPLORE SERVICES
========================================== */

.serviceDetails {
    overflow: hidden;

    background:
        linear-gradient(
            rgba(7, 7, 7, 0.96),
            rgba(7, 7, 7, 0.98)
        ),
        url("../images/backgrounds/services-texture.png");

    background-size: cover;
    background-position: center;
}

.serviceDetailsGrid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 32px;
}

.serviceDetailCard {
    position: relative;

    min-height: 540px;
    overflow: hidden;
    padding: 44px;

    border: 1px solid rgba(212, 175, 55, 0.18);
    border-radius: 26px;

    background:
        linear-gradient(
            145deg,
            rgba(212, 175, 55, 0.045),
            transparent 62%
        ),
        rgba(30, 24, 18, 0.84);

    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);

    box-shadow: 0 18px 48px rgba(0, 0, 0, 0.36);

    transition:
        transform 0.4s ease,
        border-color 0.4s ease,
        box-shadow 0.4s ease;
}

.serviceDetailCard::after {
    position: absolute;
    right: -80px;
    bottom: -80px;

    width: 200px;
    height: 200px;

    border: 1px solid rgba(212, 175, 55, 0.07);
    border-radius: 50%;

    content: "";
}

.serviceDetailCard:hover {
    transform: translateY(-8px);

    border-color: rgba(212, 175, 55, 0.64);

    box-shadow:
        0 26px 60px rgba(0, 0, 0, 0.44),
        0 0 30px rgba(212, 175, 55, 0.08);
}

.serviceDetailNumber {
    display: flex;
    width: 56px;
    height: 56px;
    align-items: center;
    justify-content: center;

    margin-bottom: 24px;

    border: 1px solid rgba(212, 175, 55, 0.3);
    border-radius: 50%;

    background: rgba(212, 175, 55, 0.08);

    color: #d4af37;

    font-weight: 700;
}

.serviceDetailTag {
    display: block;
    margin-bottom: 18px;

    color: #d4af37;

    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.serviceDetailCard h3 {
    margin: 0 0 22px;

    color: #ffffff;

    font-family: "Cormorant Garamond", serif;
    font-size: 2.35rem;
    font-weight: 600;
    line-height: 1.12;
}

.serviceDetailCard p {
    margin: 0 0 16px;

    color: #d2d2d2;

    font-size: 1rem;
    line-height: 1.82;
}

.serviceDetailCard ul {
    margin: 26px 0 0;
    padding-left: 20px;
}

.serviceDetailCard li {
    margin-bottom: 10px;
    color: #ececec;
}


/* ==========================================
   WHY ECHO CRAFT
========================================== */

.whyEchoCraft {
    overflow: hidden;

    background:
        radial-gradient(
            circle at 50% 0%,
            rgba(212, 175, 55, 0.08),
            transparent 35%
        ),
        linear-gradient(
            rgba(8, 8, 8, 0.96),
            rgba(8, 8, 8, 0.98)
        ),
        url("../images/backgrounds/project-bg.jpg");

    background-size: cover;
    background-position: center;
}

.belief-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px;
}

.belief-card {
    position: relative;

    min-height: 320px;
    overflow: hidden;
    padding: 42px;

    border: 1px solid rgba(212, 175, 55, 0.18);
    border-radius: 24px;

    background:
        linear-gradient(
            145deg,
            rgba(212, 175, 55, 0.04),
            transparent 62%
        ),
        rgba(30, 24, 18, 0.82);

    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);

    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.34);

    transition:
        transform 0.38s ease,
        border-color 0.38s ease,
        box-shadow 0.38s ease;
}

.belief-card:hover {
    transform: translateY(-9px);

    border-color: rgba(212, 175, 55, 0.6);

    box-shadow:
        0 25px 58px rgba(0, 0, 0, 0.44),
        0 0 28px rgba(212, 175, 55, 0.08);
}

.belief-number {
    display: flex;
    width: 56px;
    height: 56px;
    align-items: center;
    justify-content: center;

    margin-bottom: 24px;

    border: 1px solid rgba(212, 175, 55, 0.3);
    border-radius: 50%;

    background: rgba(212, 175, 55, 0.08);

    color: #d4af37;

    font-weight: 700;
}

.belief-card h3 {
    margin: 0 0 18px;

    color: #ffffff;

    font-family: "Cormorant Garamond", serif;
    font-size: 2.1rem;
    font-weight: 600;
    line-height: 1.15;
}

.belief-card p {
    margin: 0;

    color: #d2d2d2;

    font-size: 1rem;
    line-height: 1.86;
}


/* ==========================================
   OUR PROCESS
========================================== */

.howWeWork {
    overflow: hidden;

    background:
        linear-gradient(
            rgba(7, 7, 7, 0.96),
            rgba(7, 7, 7, 0.98)
        ),
        url("../images/backgrounds/services-texture.png");

    background-size: cover;
    background-position: center;
}

.process-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px;
}

.process-card {
    position: relative;

    min-height: 310px;
    overflow: hidden;
    padding: 42px;

    border: 1px solid rgba(212, 175, 55, 0.18);
    border-radius: 24px;

    background:
        linear-gradient(
            145deg,
            rgba(212, 175, 55, 0.04),
            transparent 62%
        ),
        rgba(30, 24, 18, 0.82);

    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);

    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.34);

    transition:
        transform 0.38s ease,
        border-color 0.38s ease,
        box-shadow 0.38s ease;
}

.process-card:hover {
    transform: translateY(-9px);

    border-color: rgba(212, 175, 55, 0.6);

    box-shadow:
        0 25px 58px rgba(0, 0, 0, 0.44),
        0 0 28px rgba(212, 175, 55, 0.08);
}

.process-number {
    display: flex;
    width: 56px;
    height: 56px;
    align-items: center;
    justify-content: center;

    margin-bottom: 24px;

    border: 1px solid rgba(212, 175, 55, 0.3);
    border-radius: 50%;

    background: rgba(212, 175, 55, 0.08);

    color: #d4af37;

    font-weight: 700;
}

.process-card h3 {
    margin: 0 0 18px;

    color: #ffffff;

    font-family: "Cormorant Garamond", serif;
    font-size: 2.1rem;
    font-weight: 600;
}

.process-card p {
    margin: 0;

    color: #d2d2d2;

    font-size: 1rem;
    line-height: 1.88;
}


/* ==========================================
   FINAL CTA
========================================== */

.servicesCTA {
    background:
        radial-gradient(
            circle at 80% 50%,
            rgba(212, 175, 55, 0.08),
            transparent 28%
        ),
        linear-gradient(
            rgba(8, 8, 8, 0.97),
            rgba(8, 8, 8, 0.99)
        ),
        url("../images/backgrounds/project-bg.jpg");

    background-size: cover;
    background-position: center;
}

.cta-panel {
    position: relative;

    max-width: 920px;
    margin: 0 auto;
    overflow: hidden;
    padding: 82px 70px;

    border: 1px solid rgba(212, 175, 55, 0.2);
    border-radius: 28px;

    background:
        linear-gradient(
            145deg,
            rgba(212, 175, 55, 0.05),
            transparent 60%
        ),
        rgba(30, 24, 18, 0.86);

    text-align: center;

    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);

    box-shadow: 0 24px 65px rgba(0, 0, 0, 0.5);
}

.cta-panel::after {
    position: absolute;
    right: -120px;
    bottom: -120px;

    width: 320px;
    height: 320px;

    border: 1px solid rgba(212, 175, 55, 0.08);
    border-radius: 50%;

    content: "";

    box-shadow:
        0 0 0 55px rgba(212, 175, 55, 0.018),
        0 0 0 110px rgba(212, 175, 55, 0.012);
}

.cta-panel .section-tag,
.cta-panel h2,
.cta-panel p,
.cta-actions {
    position: relative;
    z-index: 2;
}

.cta-panel h2 {
    margin: 22px 0 26px;

    color: #ffffff;

    font-family: "Cormorant Garamond", serif;
    font-size: clamp(3rem, 5vw, 4.8rem);
    font-weight: 600;
    line-height: 1.02;
}

.cta-panel p {
    max-width: 720px;
    margin: 0 auto 38px;

    color: #d2d2d2;

    font-size: 1.06rem;
    line-height: 1.92;
}

.cta-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 18px;
}

.cta-actions .btn,
.cta-actions .btn-outline {
    display: inline-flex;
    min-width: 210px;
    align-items: center;
    justify-content: center;
}


/* ==========================================
   CAROUSEL FOUNDATION
========================================== */

.servicesCarouselSection {
    overflow: hidden;
}

.servicesCarouselSection .mobileCarouselShell {
    position: relative;
}

.servicesCarouselSection .mobileCarouselHint {
    display: none;
}


/* ==========================================
   RESPONSIVE — LARGE TABLETS
========================================== */

@media (max-width: 1200px) {

    .servicesGrid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .serviceDetailsGrid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

}


/* ==========================================
   RESPONSIVE — TABLETS
========================================== */

@media (max-width: 991px) {

    .servicesHero {
        min-height: auto;
        padding: 150px 0 100px;

        text-align: center;
    }

    .servicesHeroOverlay {
        background:
            linear-gradient(
                180deg,
                rgba(5, 5, 5, 0.68),
                rgba(5, 5, 5, 0.9)
            );
    }

    .servicesHeroContent {
        max-width: 820px;
        margin: 0 auto;
    }

    .servicesHero .hero-badge {
        justify-content: center;
    }

    .servicesHero .hero-lead {
        margin-right: auto;
        margin-left: auto;
    }

    .servicesHero .hero-actions {
        justify-content: center;
    }

    .servicesOverview,
    .serviceDetails,
    .whyEchoCraft,
    .howWeWork,
    .servicesCTA {
        padding: 95px 0;
    }

    .servicesGrid,
    .serviceDetailsGrid,
    .belief-grid,
    .process-grid {
        grid-template-columns: 1fr;
    }

    .cta-panel {
        padding: 65px 40px;
    }

}


/* ==========================================
   RESPONSIVE — MOBILE CAROUSELS
========================================== */

@media (max-width: 768px) {

    .servicesCarouselSection .servicesGrid,
    .servicesCarouselSection .serviceDetailsGrid,
    .servicesCarouselSection .belief-grid,
    .servicesCarouselSection .process-grid {
        display: flex;
        grid-template-columns: none;
        gap: 18px;

        overflow-x: auto;
        overflow-y: hidden;

        padding: 8px 42px 24px;
        margin: 0 -20px;

        scroll-snap-type: x mandatory;
        scroll-behavior: smooth;
        scrollbar-width: none;
        -webkit-overflow-scrolling: touch;
    }

    .servicesCarouselSection .servicesGrid::-webkit-scrollbar,
    .servicesCarouselSection .serviceDetailsGrid::-webkit-scrollbar,
    .servicesCarouselSection .belief-grid::-webkit-scrollbar,
    .servicesCarouselSection .process-grid::-webkit-scrollbar {
        display: none;
    }

    .servicesCarouselSection .serviceCard,
    .servicesCarouselSection .serviceDetailCard,
    .servicesCarouselSection .belief-card,
    .servicesCarouselSection .process-card {
        flex: 0 0 86%;
        max-width: 420px;

        scroll-snap-align: center;
        scroll-snap-stop: always;
    }

    .servicesCarouselSection .serviceCard {
        min-height: 360px;
    }

    .servicesCarouselSection .serviceDetailCard {
        min-height: 560px;
    }

    .servicesCarouselSection .belief-card,
    .servicesCarouselSection .process-card {
        min-height: 330px;
    }

    .servicesCarouselSection .mobileCarouselHint {
        display: flex;
        justify-content: center;

        margin-top: 22px;
    }

}


/* ==========================================
   RESPONSIVE — PHONES
========================================== */

@media (max-width: 576px) {

    .servicesHero {
        padding: 122px 0 80px;
    }

    .servicesHero .container {
        width: 100%;
        padding: 0 22px;
    }

    .servicesHero .hero-badge {
        font-size: 0.7rem;
        letter-spacing: 0.16em;
    }

    .servicesHero .hero-badge::before {
        width: 28px;
    }

    .servicesHero h1 {
        font-size: clamp(3rem, 13vw, 4.25rem);
        line-height: 0.98;
    }

    .servicesHero .hero-lead {
        font-size: 1rem;
        line-height: 1.82;
    }

    .servicesHero .hero-actions {
        flex-direction: column;
    }

    .servicesHero .hero-actions .btn,
    .servicesHero .hero-actions .btn-outline {
        width: 100%;
    }

    .servicesOverview,
    .serviceDetails,
    .whyEchoCraft,
    .howWeWork,
    .servicesCTA {
        padding: 76px 0;
    }

    .servicesOverview .container,
    .serviceDetails .container,
    .whyEchoCraft .container,
    .howWeWork .container,
    .servicesCTA .container {
        width: 100%;
        padding: 0 20px;
    }

    .section-heading {
        margin-bottom: 46px;
    }

    .section-tag {
        font-size: 0.68rem;
        letter-spacing: 0.16em;
    }

    .section-tag::before {
        width: 30px;
    }

    .section-heading h2 {
        font-size: 2.7rem;
    }

    .sectionIntro {
        font-size: 0.98rem;
        line-height: 1.82;
    }

    .serviceCard,
    .serviceDetailCard,
    .belief-card,
    .process-card {
        padding: 36px 28px;
    }

    .serviceCard h3,
    .belief-card h3,
    .process-card h3 {
        font-size: 2rem;
    }

    .serviceDetailCard h3 {
        font-size: 2.15rem;
    }

    .serviceDetailCard p {
        font-size: 0.96rem;
    }

    .cta-panel {
        padding: 52px 26px;
    }

    .cta-panel h2 {
        font-size: 3rem;
    }

    .cta-actions {
        flex-direction: column;
    }

    .cta-actions .btn,
    .cta-actions .btn-outline {
        width: 100%;
    }

    .servicesCarouselSection .servicesGrid,
    .servicesCarouselSection .serviceDetailsGrid,
    .servicesCarouselSection .belief-grid,
    .servicesCarouselSection .process-grid {
        gap: 15px;
        padding-right: 34px;
        padding-left: 34px;
    }

    .servicesCarouselSection .serviceCard,
    .servicesCarouselSection .serviceDetailCard,
    .servicesCarouselSection .belief-card,
    .servicesCarouselSection .process-card {
        flex-basis: 88%;
    }

}