.service-page {
    --service-surface: #0b0d10;
    --service-surface-2: #111820;
    --service-line: #34404b;
    --service-muted: #c8d2dc;
    --service-pink: #ec3e82;
    --service-yellow: #f1c84b;
    --service-green: #34a574;
    --service-blue: #36aeea;
    min-height: 100vh;
    overflow: visible;
    background: #000;
    color: #f7f9fb;
    font-family: 'Manrope', Arial, sans-serif;
}

.service-page *, .service-page *::before, .service-page *::after { box-sizing: border-box; }
.service-page img { display: block; max-width: 100%; }
.service-page main { background: #000; }
.service-page .service-eyebrow {
    margin: 0 0 14px;
    color: var(--service-pink);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .7px;
    text-transform: uppercase;
}

.service-hero { border-bottom: 1px solid var(--service-pink); }
.service-hero-grid {
    min-height: 540px;
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(320px, .85fr);
    gap: 64px;
    align-items: center;
    padding-top: 58px;
    padding-bottom: 58px;
}
.service-hero-grid > * { min-width: 0; }
.service-hero h1 {
    max-width: 820px;
    margin: 0;
    color: #f7f9fb;
    font-size: clamp(44px, 5.8vw, 76px);
    font-weight: 800;
    letter-spacing: 0;
    line-height: .98;
    text-transform: uppercase;
}
.service-hero h1 span { color: var(--service-pink); }
.service-standfirst {
    max-width: 720px;
    margin: 24px 0 0;
    color: var(--service-muted);
    font-size: 18px;
    font-weight: 500;
    line-height: 1.65;
}
.service-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.service-button {
    min-height: 47px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    padding: 0 18px;
    border: 1px solid var(--service-pink);
    background: var(--service-pink);
    color: #fff;
    font-size: 12px;
    font-weight: 800;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}
.service-button.secondary { border-color: var(--service-line); background: #000; }
.service-button.yellow { border-color: var(--service-yellow); background: var(--service-yellow); color: #080808; }
.service-button.green { border-color: var(--service-green); background: var(--service-green); color: #fff; }
.service-button:hover, .service-button:focus-visible { background: rgba(236, 62, 130, .12); color: #fff; }
.service-button.yellow:hover, .service-button.yellow:focus-visible { background: #000; color: var(--service-yellow); }
.service-button.green:hover, .service-button.green:focus-visible { background: #000; color: #7fe0b5; }

.service-visual {
    min-height: 400px;
    position: relative;
    display: grid;
    place-items: center;
    border-left: 1px solid var(--service-line);
}
.service-visual img { width: min(330px, 82%); max-height: 340px; object-fit: contain; }
.service-visual.is-photo img { width: min(390px, 88%); aspect-ratio: 1; border: 1px solid var(--service-pink); object-fit: cover; }
.service-visual-note {
    position: absolute;
    right: 0;
    bottom: 28px;
    width: min(240px, 72%);
    padding: 15px;
    border: 1px solid var(--service-yellow);
    background: #000;
}
.service-visual-note b { display: block; color: var(--service-yellow); font-size: 12px; text-transform: uppercase; }
.service-visual-note span { display: block; margin-top: 5px; color: var(--service-muted); font-size: 11px; line-height: 1.5; }

.service-proof { border-bottom: 1px solid var(--service-pink); background: var(--service-surface); }
.service-proof-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.service-proof-item { min-height: 108px; padding: 23px; border-right: 1px solid var(--service-line); }
.service-proof-item:last-child { border-right: 0; }
.service-proof-item i { margin-right: 8px; color: var(--service-pink); }
.service-proof-item b { display: block; color: #fff; font-size: 19px; }
.service-proof-item span { display: block; margin-top: 6px; color: var(--service-muted); font-size: 12px; line-height: 1.5; }

.service-band { padding: 78px 0; border-bottom: 1px solid var(--service-pink); background: #000; }
.service-band.surface { background: var(--service-surface); }
.service-band:last-child { border-bottom: 0; }
.service-heading { max-width: 840px; margin-bottom: 34px; }
.service-heading.center { margin-right: auto; margin-left: auto; text-align: center; }
.service-heading h2 {
    margin: 0;
    color: #fff;
    font-size: clamp(34px, 4.5vw, 58px);
    font-weight: 800;
    line-height: 1.03;
    text-transform: uppercase;
}
.service-heading h2 span { color: var(--service-pink); }
.service-heading > p:last-child { max-width: 760px; margin: 17px 0 0; color: var(--service-muted); font-size: 16px; line-height: 1.7; }
.service-heading.center > p:last-child { margin-right: auto; margin-left: auto; }
.service-copy { max-width: 820px; color: #dbe4eb; }
.service-copy.wide { max-width: none; }
.service-copy p, .service-copy li { color: #dbe4eb; font-size: 17px; line-height: 1.72; }
.service-copy p { margin: 0 0 21px; }
.service-copy ul, .service-copy ol { margin: 22px 0; padding-left: 23px; }
.service-copy li + li { margin-top: 8px; }
.service-copy strong { color: #fff; }
.service-copy a { color: #ff79b3; font-weight: 700; text-underline-offset: 3px; }
.service-split { display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, .75fr); gap: 64px; align-items: start; }
.service-split > * { min-width: 0; }
.service-split.reverse > :first-child { order: 2; }
.service-media { min-width: 0; }
.service-media img { width: 100%; max-height: 470px; border: 1px solid var(--service-pink); background: var(--service-surface); object-fit: cover; }
.service-panel { padding: 25px; border: 1px solid var(--service-pink); background: #000; }
.service-panel h3 { margin: 0 0 12px; color: var(--service-yellow); font-size: 20px; text-transform: uppercase; }
.service-panel p, .service-panel li { color: var(--service-muted); font-size: 14px; line-height: 1.62; }
.service-panel p { margin: 0 0 16px; }
.service-panel .service-button { width: 100%; }

.service-card-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.service-card-grid.two { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.service-card-grid.four { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.service-card {
    min-width: 0;
    padding: 24px;
    border: 1px solid var(--service-pink);
    background: #000;
}
.service-card.blue { border-color: var(--service-blue); }
.service-card.green { border-color: var(--service-green); }
.service-card.yellow { border-color: var(--service-yellow); }
.service-card > i { color: var(--service-pink); font-size: 24px; }
.service-card.blue > i { color: var(--service-blue); }
.service-card.green > i { color: var(--service-green); }
.service-card.yellow > i { color: var(--service-yellow); }
.service-card h3 { margin: 17px 0 10px; color: #fff; font-size: 21px; line-height: 1.22; }
.service-card p, .service-card li { color: var(--service-muted); font-size: 14px; line-height: 1.62; }
.service-card p { margin: 0 0 17px; }
.service-card ul { margin: 16px 0 0; padding-left: 18px; }
.service-card a:not(.service-button) { color: #ff79b3; font-size: 12px; font-weight: 800; text-transform: uppercase; }
.service-card .service-button { width: 100%; margin-top: 8px; }
.service-card-image { width: calc(100% + 48px); height: 180px; margin: -24px -24px 20px; object-fit: cover; border-bottom: 1px solid var(--service-pink); }

.service-steps { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); border: 1px solid var(--service-pink); }
.service-step { min-width: 0; padding: 22px; border-right: 1px solid var(--service-line); background: #000; }
.service-step:last-child { border-right: 0; }
.service-step b { display: block; color: var(--service-pink); font-size: 12px; text-transform: uppercase; }
.service-step h3 { margin: 10px 0; color: #fff; font-size: 18px; }
.service-step p { margin: 0; color: var(--service-muted); font-size: 13px; line-height: 1.55; }

.service-price-table { width: 100%; border-collapse: collapse; background: #000; }
.service-price-table th, .service-price-table td { padding: 16px; border: 1px solid var(--service-line); text-align: left; }
.service-price-table th { background: var(--service-pink); color: #fff; font-size: 12px; text-transform: uppercase; }
.service-price-table td { color: #dbe4eb; font-size: 15px; }
.service-price-table td:last-child { color: var(--service-yellow); font-weight: 800; }

.service-faq { display: grid; gap: 10px; max-width: 900px; }
.service-faq details { border: 1px solid var(--service-line); background: #000; }
.service-faq details[open] { border-color: var(--service-pink); }
.service-faq summary { padding: 18px 22px; color: #fff; font-size: 16px; font-weight: 800; cursor: pointer; }
.service-faq details p { margin: 0; padding: 0 22px 20px; color: var(--service-muted); font-size: 14px; line-height: 1.65; }

.service-contact-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.service-contact-card { min-height: 160px; display: flex; flex-direction: column; padding: 23px; border: 1px solid var(--service-pink); color: #fff; text-decoration: none; background: #000; }
.service-contact-card i { color: var(--service-pink); font-size: 25px; }
.service-contact-card b { margin-top: 25px; font-size: 20px; }
.service-contact-card span { margin-top: 4px; color: var(--service-muted); font-size: 13px; overflow-wrap: anywhere; }
.service-contact-card:hover, .service-contact-card:focus-visible { background: rgba(236, 62, 130, .1); }

.service-course-list { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.service-course-card { min-width: 0; display: flex; flex-direction: column; padding: 23px; border: 1px solid var(--course-tone, var(--service-pink)); background: #000; color: #fff; text-decoration: none; }
.service-course-card b { font-size: 20px; }
.service-course-card small { margin-top: 7px; color: var(--service-muted); font-size: 12px; line-height: 1.5; }
.service-course-card span { margin-top: auto; padding-top: 22px; color: var(--course-tone, var(--service-pink)); font-size: 12px; font-weight: 800; text-transform: uppercase; }
.service-course-loading { grid-column: 1 / -1; padding: 22px; border: 1px solid var(--service-line); color: var(--service-muted); }

.service-city-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); border-top: 1px solid var(--service-line); border-left: 1px solid var(--service-line); }
.service-city-grid a { min-width: 0; padding: 13px; border-right: 1px solid var(--service-line); border-bottom: 1px solid var(--service-line); color: #dbe4eb; font-size: 12px; font-weight: 700; text-decoration: none; }
.service-city-grid a:hover, .service-city-grid a:focus-visible { background: rgba(236, 62, 130, .12); color: #fff; }

.service-clock-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.service-clock { padding: 30px; border: 1px solid var(--service-pink); background: #000; }
.service-clock small { color: var(--service-pink); font-size: 12px; font-weight: 800; text-transform: uppercase; }
.service-clock strong { display: block; margin-top: 14px; color: #fff; font-size: clamp(35px, 5vw, 62px); line-height: 1; }
.service-clock span { display: block; margin-top: 10px; color: var(--service-muted); font-size: 13px; }
.service-time-note { margin-top: 18px; padding: 18px; border-left: 4px solid var(--service-yellow); background: var(--service-surface-2); color: #fff; font-weight: 700; }

.service-cta { padding: 66px 0; border-bottom: 1px solid var(--service-pink); background: var(--service-surface); }
.service-cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.service-cta h2 { max-width: 760px; margin: 0; color: #fff; font-size: clamp(31px, 4vw, 50px); line-height: 1.05; text-transform: uppercase; }
.service-cta p { max-width: 720px; margin: 13px 0 0; color: var(--service-muted); font-size: 15px; line-height: 1.6; }
.service-cta .service-actions { flex: 0 0 auto; margin-top: 0; }

@media (max-width: 1040px) {
    .service-card-grid.four, .service-course-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .service-steps { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .service-step { border-bottom: 1px solid var(--service-line); }
    .service-step:nth-child(2n) { border-right: 0; }
    .service-step:last-child { grid-column: 1 / -1; border-bottom: 0; }
    .service-city-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}

@media (max-width: 900px) {
    .service-hero-grid { min-height: 0; grid-template-columns: 1fr; gap: 38px; }
    .service-visual { min-height: 330px; border-top: 1px solid var(--service-line); border-left: 0; }
    .service-split, .service-split.reverse { grid-template-columns: 1fr; gap: 36px; }
    .service-split.reverse > :first-child { order: initial; }
    .service-card-grid, .service-card-grid.two { grid-template-columns: 1fr; }
    .service-proof-grid { grid-template-columns: 1fr; }
    .service-proof-item { border-right: 0; border-bottom: 1px solid var(--service-line); }
    .service-proof-item:last-child { border-bottom: 0; }
    .service-city-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .service-cta-inner { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 620px) {
    .service-hero-grid { padding-top: 44px; padding-bottom: 42px; }
    .service-hero h1 { font-size: clamp(34px, 9.5vw, 46px); }
    .service-standfirst { font-size: 16px; }
    .service-actions { display: grid; grid-template-columns: 1fr; }
    .service-button { width: 100%; }
    .service-visual { min-height: 300px; }
    .service-visual-note { right: 8px; bottom: 8px; }
    .service-band { padding: 58px 0; }
    .service-heading h2 { font-size: clamp(29px, 8.5vw, 40px); }
    .service-copy p, .service-copy li { font-size: 16px; }
    .service-card-grid.four, .service-course-list, .service-clock-grid { grid-template-columns: 1fr; }
    .service-steps { grid-template-columns: 1fr; }
    .service-step, .service-step:nth-child(2n), .service-step:last-child { grid-column: auto; border-right: 0; border-bottom: 1px solid var(--service-line); }
    .service-step:last-child { border-bottom: 0; }
    .service-price-table { display: block; overflow-x: auto; }
    .service-contact-grid { grid-template-columns: 1fr; }
    .service-city-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .service-cta { padding: 52px 0; }
}

@media (prefers-reduced-motion: reduce) {
    .service-page *, .service-page *::before, .service-page *::after { scroll-behavior: auto !important; transition: none !important; }
}

/* ============================================================
   B2B additions — 2026-07-25
   Client logo strip + enquiry modal
   ============================================================ */

.service-logos { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; }
.service-logos span {
    flex: 0 0 auto;
    width: 84px;
    height: 84px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 9px;
    border: 1px solid var(--service-line);
    background: #fff;
}
.service-logos img { max-width: 100%; max-height: 100%; width: auto; height: auto; object-fit: contain; }
@media (max-width: 560px) {
    .service-logos { gap: 9px; }
    .service-logos span { width: 68px; height: 68px; padding: 7px; }
}

/* --- enquiry modal ---
   The modal is appended to <body>, i.e. outside .service-page, so it declares
   its own copy of the palette rather than inheriting one that isn't there. */
body.enq-open { overflow: hidden; }

.enq-overlay {
    --enq-pink: #ec3e82;
    --enq-line: #34404b;
    --enq-muted: #c8d2dc;
    --enq-surface: #0e141a;
    --enq-green: #34a574;

    position: fixed;
    inset: 0;
    z-index: 9000;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: 24px 16px;
    overflow-y: auto;
    background: rgba(0, 0, 0, .88);
    font-family: 'Manrope', Arial, sans-serif;
}
.enq-overlay[hidden] { display: none; }
.enq-overlay *, .enq-overlay *::before, .enq-overlay *::after { box-sizing: border-box; }

.enq-modal {
    position: relative;
    width: 100%;
    max-width: 640px;
    margin: auto;
    border: 1px solid var(--enq-pink);
    background: #10161d;
    box-shadow: 0 30px 70px rgba(0, 0, 0, .75);
}
.enq-close {
    position: absolute;
    top: 6px;
    right: 10px;
    padding: 4px 10px;
    border: 0;
    background: none;
    color: var(--enq-muted);
    font-size: 30px;
    line-height: 1;
    cursor: pointer;
}
.enq-close:hover, .enq-close:focus-visible { color: #fff; }

.enq-body { padding: 32px 30px 30px; }
.enq-eyebrow {
    margin: 0 0 8px;
    color: var(--enq-pink);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}
.enq-body h2 {
    margin: 0 0 12px;
    color: #fff;
    font-size: clamp(23px, 4vw, 30px);
    font-weight: 800;
    line-height: 1.1;
    text-transform: uppercase;
}
.enq-intro { margin: 0 0 24px; color: var(--enq-muted); font-size: 14px; line-height: 1.65; }

.enq-form label, .enq-handle {
    display: block;
    margin-bottom: 15px;
    color: #e4ebf1;
    font-size: 13px;
    font-weight: 700;
}
.enq-form label span { color: var(--enq-pink); }
.enq-form label em { color: var(--enq-muted); font-weight: 500; font-style: normal; }
.enq-handle[hidden] { display: none; }

.enq-form input[type="text"],
.enq-form input[type="email"],
.enq-form select,
.enq-form textarea {
    display: block;
    width: 100%;
    margin-top: 6px;
    padding: 11px 13px;
    border: 1px solid var(--enq-line);
    border-radius: 0;
    background: var(--enq-surface);
    color: #fff;
    font-family: inherit;
    font-size: 15px;
    font-weight: 500;
}
.enq-form textarea { resize: vertical; }
.enq-form input:focus, .enq-form select:focus, .enq-form textarea:focus {
    border-color: var(--enq-pink);
    outline: 2px solid rgba(236, 62, 130, .45);
    outline-offset: 1px;
}
.enq-form select option { background: #14141b; color: #fff; }

.enq-row { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 16px; }
.enq-row > label { min-width: 0; }
@media (max-width: 560px) { .enq-row { grid-template-columns: 1fr; } }

.enq-hp { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; opacity: 0 !important; }

.enq-error {
    margin: 0 0 14px;
    padding: 11px 13px;
    border-left: 4px solid var(--enq-pink);
    background: rgba(236, 62, 130, .14);
    color: #ffd7e5;
    font-size: 13px;
    line-height: 1.55;
}
.enq-error[hidden] { display: none; }

.enq-submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 15px 22px;
    border: 0;
    background: var(--enq-pink);
    color: #fff;
    font-family: inherit;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
    cursor: pointer;
}
.enq-submit:hover:not(:disabled), .enq-submit:focus-visible:not(:disabled) { background: #ff4f95; }
.enq-submit:disabled { opacity: .55; cursor: default; }

.enq-small { margin: 14px 0 0; color: var(--enq-muted); font-size: 12px; line-height: 1.55; }

.enq-thanks { text-align: center; }
.enq-thanks[hidden] { display: none; }
.enq-thanks i { color: var(--enq-green); font-size: 42px; }
.enq-thanks h3 { margin: 18px 0 10px; color: #fff; font-size: 23px; font-weight: 800; }
.enq-thanks p { margin: 0 0 22px; color: var(--enq-muted); font-size: 14px; line-height: 1.65; }
.enq-thanks a { color: #ff79b3; font-weight: 700; }

.enq-intro[hidden] { display: none; }
