:root {
    --chef-bg: #08090c;
    --chef-surface: rgba(20, 22, 28, 0.82);
    --chef-accent: #d4ff3f;
    --chef-accent-2: #b6e234;
    --chef-text: #f4f5f6;
    --chef-muted: rgba(244, 245, 246, 0.72);
    --chef-border: rgba(255, 255, 255, 0.08);
}

.service-body--chef {
    min-height: 100vh;
    background: radial-gradient(circle at 20% 20%, rgba(212, 255, 63, 0.10), transparent 45%),
        radial-gradient(circle at 82% 12%, rgba(212, 255, 63, 0.05), transparent 50%),
        linear-gradient(180deg, #08090c 0%, #0c0e13 45%, #08090c 100%);
    color: var(--chef-text);
    overflow-x: hidden;
}

.service-header--chef {
    padding-top: clamp(3.5rem, 7vw, 5.5rem);
}

.service-header__meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 10px;
}

.service-header__inner {
    position: relative;
}

.service-chip {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    border-radius: 999px;
    background: rgba(212, 255, 63, 0.12);
    color: var(--chef-accent);
    font-size: 14px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.service-header__title {
    margin: 0;
    font-size: clamp(2.6rem, 5vw, 3.4rem);
    letter-spacing: -0.02em;
}

.service-header__subtitle {
    margin: 0;
    max-width: 48rem;
    color: var(--chef-muted);
    line-height: 1.7;
}

.back-link {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 14px;
    margin-bottom: 10px;
    background: linear-gradient(140deg, rgba(15, 17, 22, 0.78), rgba(20, 22, 28, 0.64));
    color: #fefefe;
    border-radius: 999px;
    text-decoration: none;
    font-weight: 800;
    border: 1px solid rgba(212, 255, 63, 0.22);
    backdrop-filter: blur(12px);
    box-shadow: 0 18px 40px -22px rgba(0, 0, 0, 0.7);
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.back-link__icon {
    width: 32px;
    height: 32px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: linear-gradient(145deg, var(--chef-accent), var(--chef-accent-2));
    color: #08090c;
    box-shadow: 0 12px 22px -14px rgba(212, 255, 63, 0.6);
}

.back-link__label {
    letter-spacing: 0.01em;
}

.back-link:hover,
.back-link:focus-visible {
    transform: translateY(-2px);
    box-shadow: 0 22px 44px -22px rgba(0, 0, 0, 0.75);
    border-color: rgba(212, 255, 63, 0.35);
}

.service-main {
    position: relative;
    z-index: 1;
    padding-bottom: clamp(4rem, 7vw, 6rem);
}

.chef-hero {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    align-items: center;
    gap: clamp(2.4rem, 6vw, 4.2rem);
    padding-top: clamp(3rem, 7vw, 5rem);
    padding-bottom: clamp(3.5rem, 7vw, 5.5rem);
}

.chef-hero__eyebrow {
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-weight: 800;
    color: var(--chef-accent);
    margin: 0 0 0.4rem;
}

.chef-hero__headline {
    margin: 0 0 1rem;
    font-size: clamp(2.2rem, 4.4vw, 2.9rem);
    line-height: 1.18;
}

.chef-hero__headline span {
    color: var(--chef-accent-2);
}

.chef-hero__description {
    color: var(--chef-muted);
    line-height: 1.7;
    margin: 0 0 1.2rem;
}

.chef-points {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 0.75rem;
}

.chef-points li {
    background: var(--chef-surface);
    border: 1px solid var(--chef-border);
    border-radius: 14px;
    padding: 0.85rem 1rem;
    color: var(--chef-muted);
    box-shadow: 0 20px 60px -50px rgba(0, 0, 0, 0.7);
}

.chef-hero__visual {
    display: flex;
    justify-content: center;
}

.chef-shot {
    position: relative;
    width: min(640px, 90vw);
    border-radius: 24px;
    overflow: hidden;
    background: radial-gradient(circle at 20% 18%, rgba(212, 255, 63, 0.10), transparent 60%),
        radial-gradient(circle at 82% 20%, rgba(212, 255, 63, 0.05), transparent 62%),
        rgba(15, 17, 22, 0.9);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 36px 90px -68px rgba(0, 0, 0, 0.85), 0 0 0 1px rgba(255, 255, 255, 0.04);
}

.chef-shot__label {
    position: absolute;
    top: 16px;
    left: 16px;
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.45rem 0.9rem;
    border-radius: 999px;
    background: rgba(0, 0, 0, 0.4);
    border: 1px solid rgba(255, 255, 255, 0.12);
    color: #fefefe;
    font-weight: 700;
    letter-spacing: 0.05em;
    backdrop-filter: blur(8px);
}

.chef-shot img {
    display: block;
    width: 100%;
    height: auto;
}

.chef-card {
    margin-top: clamp(2.5rem, 6vw, 4rem);
    padding: clamp(1.8rem, 4vw, 2.4rem);
    border-radius: 22px;
    background: linear-gradient(135deg, rgba(212, 255, 63, 0.10), rgba(15, 17, 22, 0.9));
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 28px 80px -60px rgba(0, 0, 0, 0.7);
    display: grid;
    gap: 0.6rem;
    text-align: center;
}

.chef-card h3 {
    margin: 0;
    font-size: 1.6rem;
}

.chef-card p {
    margin: 0;
    color: var(--chef-muted);
    line-height: 1.7;
}

.chef-cta {
    margin-top: clamp(2.5rem, 6vw, 4.2rem);
    padding: clamp(2.2rem, 5vw, 3rem);
    border-radius: 26px;
    background: radial-gradient(circle at 18% 20%, rgba(212, 255, 63, 0.12), transparent 45%),
        radial-gradient(circle at 80% 16%, rgba(212, 255, 63, 0.06), transparent 48%),
        linear-gradient(145deg, rgba(15, 17, 22, 0.92), rgba(11, 12, 16, 0.94));
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 32px 90px -68px rgba(0, 0, 0, 0.82), 0 0 0 1px rgba(255, 255, 255, 0.04);
}

.chef-cta__body {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: clamp(1.4rem, 4vw, 2.2rem);
    flex-wrap: wrap;
}

.chef-cta__text {
    display: grid;
    gap: 0.45rem;
    max-width: 640px;
}

.chef-cta__eyebrow {
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    color: var(--chef-accent);
    font-weight: 800;
    font-size: 0.9rem;
}

.chef-cta h3 {
    margin: 0;
    font-size: clamp(1.7rem, 3.4vw, 2.1rem);
}

.chef-cta__description {
    margin: 0;
    color: var(--chef-muted);
    line-height: 1.7;
}

.chef-cta__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.95rem 1.6rem;
    border-radius: 16px;
    background: linear-gradient(135deg, var(--chef-accent-2), var(--chef-accent));
    color: #08090c;
    font-weight: 800;
    letter-spacing: 0.02em;
    text-decoration: none;
    box-shadow: 0 18px 50px -28px rgba(0, 0, 0, 0.8), 0 10px 24px -14px rgba(212, 255, 63, 0.4);
    transition: transform 0.18s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

.chef-cta__button:hover,
.chef-cta__button:focus-visible {
    transform: translateY(-2px);
    box-shadow: 0 24px 64px -34px rgba(0, 0, 0, 0.85), 0 12px 30px -18px rgba(212, 255, 63, 0.5);
    filter: brightness(1.05);
}

.service-footer {
    margin-top: clamp(2.5rem, 6vw, 4rem);
    padding: 2rem 0 3rem;
    text-align: center;
    color: rgba(244, 245, 246, 0.55);
    font-size: 0.9rem;
}

@media (max-width: 720px) {
    .service-header--chef .service-header__inner {
        text-align: left;
        align-items: flex-start;
    }

    .chef-cta__body {
        flex-direction: column;
        align-items: flex-start;
    }

    .chef-cta__button {
        width: 100%;
        justify-content: center;
    }

    .back-link {
        margin-bottom: 8px;
    }
}
