/* ==========================================================================
   Services Section
   ========================================================================== */

.services {
    background: var(--ink);
    color: var(--cream);
    padding: 10rem 6rem;
    position: relative;
    overflow: hidden;
}

.services::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:
        radial-gradient(ellipse at 20% 20%, rgba(196, 120, 90, 0.1) 0%, transparent 50%),
        radial-gradient(ellipse at 80% 80%, rgba(184, 151, 110, 0.05) 0%, transparent 50%);
}

.services-header {
    text-align: center;
    margin-bottom: 6rem;
    position: relative;
    z-index: 2;
}

.services-header .section-label {
    color: var(--terracotta-light);
}

.services-title {
    font-size: 3.5rem;
    font-weight: 300;
    color: var(--cream);
}

.services-subtitle {
    font-size: 1.15rem;
    color: rgba(247, 243, 237, 0.6);
    margin-top: 0.75rem;
    font-style: italic;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 3rem;
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

/* Service Card */
.service-card {
    background: rgba(255, 251, 245, 0.03);
    border: 1px solid rgba(255, 251, 245, 0.1);
    padding: 3rem;
    transition: all 0.5s ease;
    position: relative;
    overflow: hidden;
}

.service-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, var(--terracotta), var(--gold));
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.5s ease;
}

.service-card:hover {
    background: rgba(255, 251, 245, 0.06);
    transform: translateY(-5px);
}

.service-card:hover::before {
    transform: scaleX(1);
}

.service-icon {
    width: 60px;
    height: 60px;
    margin-bottom: 2rem;
    color: var(--terracotta-light);
}

.service-card h3 {
    font-size: 1.8rem;
    margin-bottom: 1rem;
    color: var(--cream);
}

.service-card p {
    color: rgba(247, 243, 237, 0.7);
    font-size: 1.05rem;
    margin-bottom: 1.5rem;
}

.service-list {
    list-style: none;
}

.service-list li {
    padding: 0.5rem 0;
    color: rgba(247, 243, 237, 0.6);
    font-size: 0.95rem;
    border-bottom: 1px solid rgba(255, 251, 245, 0.05);
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.service-list li::before {
    content: '→';
    color: var(--terracotta-light);
}

.service-tagline {
    display: block;
    font-family: 'Caveat', cursive;
    font-size: 1.15rem;
    color: var(--terracotta-light);
    margin-bottom: 0.5rem;
    opacity: 0.9;
}

.service-detail {
    font-size: 0.95rem !important;
    color: rgba(247, 243, 237, 0.6) !important;
    margin-top: -0.5rem;
    margin-bottom: 1.5rem !important;
}

.service-promise {
    margin-top: 1.5rem !important;
    padding-top: 1.25rem;
    border-top: 1px solid rgba(255, 251, 245, 0.1);
    font-family: 'Cormorant Garamond', serif;
    font-size: 1rem !important;
    font-style: italic;
    color: var(--gold-light) !important;
    letter-spacing: 0.02em;
}

/* Featured Service Card - Clean Modern Layout */
.service-featured {
    margin-bottom: 4rem;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 2;
}

.service-featured-card {
    background: rgba(255, 251, 245, 0.03);
    border: 1px solid rgba(255, 251, 245, 0.1);
    position: relative;
    padding: 2px;
}

.service-featured-inner {
    display: grid;
    grid-template-columns: 320px 1fr;
    gap: 0;
}

/* Value Visual - Left Side */
.service-value-visual {
    background: linear-gradient(180deg, rgba(196, 120, 90, 0.08) 0%, rgba(0, 0, 0, 0.15) 100%);
    padding: 2.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    border-right: 1px solid rgba(255, 251, 245, 0.08);
}

.value-badge {
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    color: var(--terracotta-light);
    margin-bottom: 1.5rem;
    padding: 0.4rem 1rem;
    border: 1px solid rgba(196, 120, 90, 0.3);
}

.value-percentage {
    display: flex;
    align-items: flex-start;
    margin-bottom: 0.5rem;
}

.value-number {
    font-family: 'Cormorant Garamond', serif;
    font-size: 6rem;
    font-weight: 300;
    color: var(--terracotta-light);
    line-height: 1;
}

.value-percent {
    font-family: 'Cormorant Garamond', serif;
    font-size: 2rem;
    font-weight: 300;
    color: var(--terracotta-light);
    margin-top: 0.5rem;
}

.value-tagline {
    font-family: 'Caveat', cursive;
    font-size: 1.4rem;
    color: var(--cream);
    margin-bottom: 0.5rem;
}

.value-description {
    font-size: 0.9rem;
    color: rgba(247, 243, 237, 0.6);
    line-height: 1.6;
    margin-bottom: 2rem;
}

/* Value Context */
.value-context {
    margin-top: 1.5rem;
    padding-top: 1.5rem;
    border-top: 1px solid rgba(255, 251, 245, 0.1);
}

.value-context-text {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1rem;
    font-style: italic;
    color: rgba(247, 243, 237, 0.7);
    line-height: 1.6;
}

/* Service Details - Right Side */
.service-details {
    padding: 2.5rem 3rem;
}

.service-main-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: 2rem;
    font-weight: 400;
    color: var(--cream);
    margin-bottom: 1rem;
}

.service-main-lead {
    font-size: 1.1rem;
    color: rgba(247, 243, 237, 0.85);
    line-height: 1.7;
    margin-bottom: 1rem;
}

.service-main-description {
    font-size: 0.95rem;
    color: rgba(247, 243, 237, 0.6);
    line-height: 1.7;
    margin-bottom: 1.5rem;
}

/* Industries Section */
.industries-section {
    margin-bottom: 1.5rem;
}

.industries-section h4 {
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--terracotta-light);
    margin-bottom: 0.75rem;
}

.industry-tags-modern {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.industry-tag-modern {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.4rem 0.75rem;
    background: rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(255, 251, 245, 0.08);
    font-size: 0.8rem;
    color: rgba(247, 243, 237, 0.7);
    transition: all 0.3s ease;
}

.industry-tag-modern:hover {
    background: rgba(196, 120, 90, 0.1);
    border-color: rgba(196, 120, 90, 0.3);
}

.industry-tag-modern svg {
    width: 14px;
    height: 14px;
    opacity: 0.7;
}

/* Service Checklist */
.service-checklist {
    list-style: none;
    margin-bottom: 1.5rem;
}

.service-checklist li {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.5rem 0;
    font-size: 0.9rem;
    color: rgba(247, 243, 237, 0.75);
    border-bottom: 1px solid rgba(255, 251, 245, 0.05);
}

.service-checklist li:last-child {
    border-bottom: none;
}

.service-checklist svg {
    width: 16px;
    height: 16px;
    color: var(--sage);
    flex-shrink: 0;
}

/* Service Languages */
.service-languages {
    font-size: 0.85rem;
    color: rgba(247, 243, 237, 0.6);
    padding-top: 1rem;
    border-top: 1px solid rgba(255, 251, 245, 0.08);
}

.service-languages strong {
    color: var(--terracotta-light);
}

/* Responsive */
@media (max-width: 1024px) {
    .services {
        padding: 6rem 2rem;
    }

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

    .service-value-visual {
        padding: 2rem;
        border-right: none;
        border-bottom: 1px solid rgba(255, 251, 245, 0.08);
    }

    .value-number {
        font-size: 5rem;
    }

    .industry-tags-modern {
        justify-content: flex-start;
    }

    .services-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .service-details {
        padding: 2rem;
    }
}

@media (max-width: 768px) {
    .services {
        padding: 4rem 1.5rem;
    }

    .services-title {
        font-size: 2.5rem;
    }

    .service-featured {
        margin-bottom: 3rem;
    }

    .value-number {
        font-size: 4rem;
    }

    .value-percent {
        font-size: 1.5rem;
    }

    .value-tagline {
        font-size: 1.2rem;
    }

    .value-description {
        font-size: 0.85rem;
    }

    .value-context {
        margin-top: 1rem;
        padding-top: 1rem;
    }

    .value-context-text {
        font-size: 0.9rem;
    }

    .service-details {
        padding: 1.5rem;
    }

    .service-main-title {
        font-size: 1.6rem;
    }

    .service-main-lead {
        font-size: 1rem;
    }

    .industry-tags-modern {
        gap: 0.4rem;
    }

    .industry-tag-modern {
        padding: 0.3rem 0.6rem;
        font-size: 0.75rem;
    }

    .service-card {
        padding: 2rem;
    }
}
