:root {
    --page-bg: #f4efe6;
    --surface: #fffdf8;
    --surface-soft: #f2ebdf;
    --text-main: #16120d;
    --text-soft: #5a5248;
    --text-light: #f8f4ec;
    --header-bg: #0a0907;
    --accent: #c89a4c;
    --accent-strong: #9d6920;
    --accent-soft: rgba(200, 154, 76, 0.16);
    --surface-border: rgba(43, 30, 12, 0.08);
    --line: rgba(43, 30, 12, 0.12);
    --shadow-lg: 0 8px 24px rgba(18, 14, 8, 0.08);
    --shadow-md: 0 4px 12px rgba(18, 14, 8, 0.05);
    --radius-xl: 16px;
    --radius-lg: 12px;
    --radius-md: 8px;
    --radius-sm: 6px;
    --max-width: 1180px;
    --font-body: "Public Sans", sans-serif;
    --font-heading: "Archivo", sans-serif;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 6rem;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
    font-family: var(--font-body);
    font-weight: 400;
    line-height: 1.6;
    overflow-x: hidden;
    background: var(--page-bg);
    color: var(--text-main);
    min-height: 100vh;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}

img {
    display: block;
    max-width: 100%;
}

a {
    color: inherit;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
}

button,
input,
select,
textarea {
    font: inherit;
}

button {
    -webkit-tap-highlight-color: transparent;
}

.section-shell,
.site-header-shell {
    width: min(var(--max-width), calc(100% - 2rem));
    margin-inline: auto;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 30;
    background: rgba(10, 9, 7, 0.96);
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(10px);
}

.site-header-shell {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 3rem;
    min-height: 86px;
}

.brand {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    min-width: 0;
    flex: 0 0 auto;
}

.brand-mark {
    width: 58px;
    height: 58px;
    object-fit: contain;
    border-radius: 50%;
    background: #fcfaf4;
    padding: 0.08rem;
    border: 1px solid rgba(200, 154, 76, 0.28);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.brand:hover .brand-mark {
    transform: scale(1.06);
    box-shadow: 0 0 16px rgba(200, 154, 76, 0.2);
}

.brand-copy {
    display: grid;
    gap: 0;
}

.brand-wordmark {
    font-family: var(--font-heading);
    color: #ffffff;
    font-size: 1.22rem;
    font-weight: 800;
    line-height: 1.04;
    letter-spacing: 0;
    text-transform: uppercase;
    white-space: nowrap;
}

.site-nav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 2.15rem;
    margin-left: auto;
}

.site-nav a {
    font-family: var(--font-heading);
    color: rgba(248, 244, 236, 0.82);
    font-size: 0.91rem;
    font-weight: 700;
    letter-spacing: 0.015em;
    transition: color 0.25s ease, transform 0.25s ease;
    white-space: nowrap;
    position: relative;
}

.site-nav a:not(.nav-cta) {
    padding: 0.45rem 0;
}

.site-nav a:not(.nav-cta)::after {
    content: "";
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 0;
    height: 2px;
    background: var(--accent);
    border-radius: 1px;
    transition: width 0.3s ease;
}

.site-nav a:not(.nav-cta):hover::after,
.site-nav a:not(.nav-cta):focus-visible::after,
.site-nav a.is-current:not(.nav-cta)::after {
    width: 100%;
}

.site-nav a:hover:not(.nav-cta),
.site-nav a:focus-visible:not(.nav-cta) {
    color: var(--accent);
}

.site-nav a.is-current:not(.nav-cta) {
    color: var(--accent);
}

.nav-cta,
.button-primary {
    background: var(--accent);
    color: #1a1208;
    box-shadow: 0 6px 16px rgba(157, 105, 32, 0.14);
}

.nav-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    gap: 0.5rem;
    min-height: 46px;
    margin-left: 0.55rem;
    padding: 0.78rem 1.3rem 0.78rem 1.45rem;
    border-radius: 999px;
    color: #1a1208;
    font-size: 0.86rem;
    font-weight: 800;
    letter-spacing: 0.01em;
    line-height: 1;
    box-shadow: 0 6px 14px rgba(157, 105, 32, 0.12);
    white-space: nowrap;
    transition: background 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}

.nav-cta:hover,
.nav-cta:focus-visible {
    background: #d4a85f;
    transform: translateY(-2px);
    box-shadow: 0 10px 22px rgba(157, 105, 32, 0.22);
}

.nav-cta span {
    font-size: 0.92rem;
    line-height: 1;
}

.menu-toggle {
    display: none;
    align-items: center;
    gap: 0.55rem;
    padding: 0.7rem 0.85rem;
    min-height: 44px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 999px;
    background: transparent;
    color: #ffffff;
    cursor: pointer;
    touch-action: manipulation;
}

.menu-toggle span:not(.menu-toggle-label) {
    width: 18px;
    height: 2px;
    display: block;
    border-radius: 999px;
    background: currentColor;
}

.menu-toggle-label {
    font-family: var(--font-heading);
    font-size: 0.85rem;
    font-weight: 700;
}

.hero {
    position: relative;
    min-height: clamp(780px, 68vw, 920px);
    overflow: hidden;
    background: #070809;
}

.hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url("assets/event-photos/home-hero.jpg") 26% 54% / cover no-repeat;
    filter: brightness(0.78) saturate(1);
}

.hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 20% 18%, rgba(200, 154, 76, 0.10) 0%, transparent 32%), linear-gradient(180deg, rgba(0, 0, 0, 0.18) 0%, rgba(10, 8, 5, 0.40) 100%);
}

.hero-shell {
    position: relative;
    z-index: 2;
    min-height: clamp(780px, 68vw, 920px);
    display: grid;
    place-items: center;
    text-align: center;
    padding: 5.5rem 0;
}

.hero-content {
    width: min(100%, 840px);
    display: grid;
    justify-items: center;
}

.hero-content h1 .hero-title-line {
    display: inline;
}

.hero-content h1 .hero-title-line + .hero-title-line::before {
    content: " ";
}

.hero-kicker,
.eyebrow {
    font-family: var(--font-heading);
    margin: 0 0 0.75rem;
    font-size: 0.78rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    font-weight: 700;
    color: var(--accent);
}

h1,
h2,
h3 {
    margin: 0;
    text-wrap: balance;
}

h1,
h2 {
    font-family: var(--font-heading);
    font-weight: 800;
    line-height: 1.02;
    letter-spacing: -0.03em;
}

h1 {
    max-width: none;
    font-size: clamp(2.4rem, 4.2vw, 3.8rem);
    color: #ffffff;
}

h1 span {
    display: block;
}

h2 {
    max-width: none;
    font-size: clamp(1.7rem, 2.8vw, 2.5rem);
    color: var(--text-main);
}

h3 {
    font-family: var(--font-heading);
    font-size: 1.1rem;
    line-height: 1.22;
    letter-spacing: -0.015em;
    font-weight: 700;
    color: var(--text-main);
}

.hero-intro,
.section-heading p,
.overview-card p,
.feature-copy p,
.coverage-card p,
.contact-copy p,
.site-footer p,
.form-status,
.contact-list {
    line-height: 1.74;
    font-size: 1rem;
    color: var(--text-soft);
    text-wrap: pretty;
}

.hero-intro {
    max-width: 58ch;
    margin: 1rem auto 0;
    font-size: 1.02rem;
    line-height: 1.7;
    color: rgba(248, 244, 236, 0.85);
}

.hero-intro-secondary {
    max-width: 56ch;
    margin-top: 0.75rem;
    font-size: 1rem;
    color: rgba(248, 244, 236, 0.76);
}

.hero-actions {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1rem;
    margin-top: 2rem;
}

.button {
    font-family: var(--font-heading);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 3.4rem;
    padding: 0.85rem 1.5rem;
    border: none;
    border-radius: 999px;
    font-size: 0.92rem;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: 0.01em;
    white-space: nowrap;
    touch-action: manipulation;
    transition: transform 0.3s ease, background 0.3s ease, color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

.button:hover,
.button:focus-visible {
    transform: translateY(-3px);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.18);
}

.button:disabled {
    opacity: 0.7;
    cursor: wait;
    transform: none;
}

.button-outline {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(200, 154, 76, 0.72);
    color: #ffffff;
}

.button-primary:hover,
.button-primary:focus-visible {
    background: #d4a85f;
    box-shadow: 0 12px 28px rgba(157, 105, 32, 0.25);
}

.button-outline:hover,
.button-outline:focus-visible {
    background: rgba(200, 154, 76, 0.14);
}

.button-full {
    width: 100%;
}

.stats-strip,
.home-links,
.why-us,
/* ── Photo gallery ──────────────────────────────────── */
.photo-gallery {
    padding-top: 5rem;
    padding-bottom: 1rem;
}

.gallery-intro {
    text-align: center;
    margin-bottom: 2.5rem;
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: auto auto;
    gap: 0.5rem;
}

.gallery-grid .gallery-item {
    overflow: hidden;
    border-radius: 4px;
    aspect-ratio: 4/3;
}

.gallery-grid .gallery-item.wide {
    grid-column: span 2;
    aspect-ratio: 16/9;
}

.gallery-grid .gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1), filter 0.55s ease;
    filter: brightness(0.92) saturate(0.95);
}

.gallery-grid .gallery-item img:hover {
    transform: scale(1.06);
    filter: brightness(1.04) saturate(1.08);
}

/* ─────────────────────────────────────────────────── */

.event-management,
.security-solutions,
.coverage,
.client-reference,
.contact-methods,
.about,
.contact,
.site-footer {
    padding-top: 4rem;
}

.page-cta,
.training-band {
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.page-hero {
    position: relative;
    min-height: 420px;
    overflow: hidden;
    background: #060708;
}

.page-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: var(--page-hero-image) var(--page-hero-position, center center) / cover no-repeat;
    filter: brightness(0.5) saturate(0.94);
}

.page-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.42) 0%, rgba(10, 8, 5, 0.72) 100%);
}

.page-hero-about {
    --page-hero-image: url("assets/event-photos/about-hero.jpg");
    --page-hero-position: 50% 38%;
}

.page-hero-contact {
    --page-hero-image: url("assets/event-photos/contact-hero.jpg");
    --page-hero-position: 56% 40%;
}

.page-hero-coverage {
    --page-hero-image: url("assets/event-photos/coverage-hero.jpg");
    --page-hero-position: 52% 42%;
}

.page-hero-event {
    --page-hero-image: url("assets/event-photos/event-hero.jpg");
    --page-hero-position: 56% 42%;
}

.page-hero-careers {
    --page-hero-image: url("assets/event-photos/careers-hero.jpg");
    --page-hero-position: 50% 38%;
}

.page-hero-privacy {
    --page-hero-image: linear-gradient(135deg, rgba(10, 8, 5, 0.92), rgba(33, 25, 15, 0.86));
    --page-hero-position: center center;
}

.page-hero-shell {
    position: relative;
    z-index: 2;
    min-height: 420px;
    display: flex;
    align-items: flex-end;
    padding: 4.25rem 0 3rem;
}

.page-hero-content {
    max-width: 820px;
}

.page-hero-content h1 {
    max-width: none;
}

.page-hero-intro {
    max-width: 58ch;
    margin: 1.1rem 0 0;
    font-size: 1.03rem;
    line-height: 1.74;
    color: rgba(248, 244, 236, 0.84);
}

.page-link-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    margin-top: 2rem;
}

.page-link-card,
.contact-method-card {
    display: block;
    padding: 1.55rem;
    border: 1px solid var(--surface-border);
    border-top: 2px solid rgba(200, 154, 76, 0.5);
    border-radius: var(--radius-md);
    background: var(--surface);
    box-shadow: var(--shadow-md);
    transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.35s ease, border-color 0.35s ease;
}

.page-link-card p,
.contact-method-card p {
    margin: 0.75rem 0 0;
    line-height: 1.68;
    color: var(--text-soft);
}

.link-kicker,
.detail-label {
    margin: 0;
    font-family: var(--font-heading);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--accent-strong);
}

.page-link-card h3,
.contact-method-card h3 {
    margin-top: 0.6rem;
}

.page-link-card:hover,
.page-link-card:focus-visible,
.contact-method-card:hover,
.contact-method-card:focus-visible {
    transform: translateY(-4px);
    border-color: rgba(200, 154, 76, 0.45);
    box-shadow: 0 20px 40px rgba(18, 14, 8, 0.16);
}

.contact-method-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
    margin-top: 2rem;
}

.detail-link {
    display: inline-block;
    margin-top: 0.85rem;
    min-height: 44px;
    font-family: var(--font-heading);
    font-size: 0.96rem;
    font-weight: 700;
    letter-spacing: 0.01em;
    color: var(--text-main);
    line-height: 1.5;
    overflow-wrap: anywhere;
    word-break: break-word;
    transition: color 0.25s ease;
}

.detail-link:hover {
    color: var(--accent-strong);
}

.detail-note {
    font-size: 0.94rem;
}

.cta-panel {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    padding: 1.85rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: var(--radius-lg);
    background: linear-gradient(135deg, #0c0a08 0%, #1b150e 100%);
    box-shadow: var(--shadow-lg);
}

.cta-panel > :first-child {
    min-width: 0;
}

.cta-panel > .button {
    flex: 0 0 auto;
}

.cta-panel .eyebrow,
.cta-panel h2 {
    color: #ffffff;
}

.cta-panel p {
    margin: 1rem 0 0;
    max-width: 56ch;
    color: rgba(247, 247, 245, 0.78);
    line-height: 1.68;
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
    gap: 1rem;
}

.stat-card,
.coverage-card,
.split-media,
.split-point,
.service-card,
.client-list-card,
.about-panel,
.about-media,
.contact-panel {
    background: var(--surface);
    box-shadow: var(--shadow-md);
    border: 1px solid var(--surface-border);
    border-radius: var(--radius-md);
}

.stat-card {
    padding: 1.75rem;
    border-top: none;
    border-left: 3px solid var(--accent);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.stat-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 14px 28px rgba(18, 14, 8, 0.14);
}

.stat-card strong {
    display: block;
    font-family: var(--font-heading);
    font-size: 2.25rem;
    font-weight: 800;
    line-height: 1;
    color: var(--accent-strong);
}

.stat-card span {
    display: block;
    margin-top: 0.45rem;
    color: var(--text-soft);
    font-weight: 600;
    line-height: 1.55;
    text-wrap: pretty;
}

.section-heading {
    max-width: 760px;
}

.section-heading p:last-child {
    margin-top: 0.6rem;
    max-width: 60ch;
    font-size: 0.95rem;
}

.split-panel {
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
    gap: 1.5rem;
    align-items: stretch;
    margin-top: 2rem;
}

.split-media,
.about-media,
.training-media {
    overflow: hidden;
    border-radius: var(--radius-lg);
}

.split-media {
    min-height: 520px;
}

.split-media img,
.about-media img,
.training-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}

.split-media:hover img,
.about-media:hover img,
.training-media:hover img {
    transform: scale(1.03);
}

.split-copy {
    display: grid;
    align-content: start;
    gap: 1rem;
}

.split-copy > p,
.service-card p,
.client-list-card p,
.about-panel p {
    margin: 0;
    line-height: 1.7;
    color: var(--text-soft);
}

.split-points {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.split-point,
.service-card,
.client-list-card,
.about-panel {
    padding: 1.5rem;
}

.split-point {
    border-top: 2px solid rgba(200, 154, 76, 0.5);
    background: var(--surface);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.split-point:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 22px rgba(18, 14, 8, 0.12);
}

.split-point p,
.service-card p {
    margin-top: 0.7rem;
}

.service-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 1rem;
    margin-top: 2rem;
}

.service-card {
    border-top: 2px solid rgba(200, 154, 76, 0.5);
    background: var(--surface);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.service-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 14px 28px rgba(18, 14, 8, 0.14);
}

.service-card h3::after {
    display: none;
}

.coverage-card p,
.contact-copy p,
.site-footer p,
.form-status {
    margin: 0.8rem 0 0;
}
.coverage-card h3,
.contact-copy h2,
.section-heading h2 {
    text-wrap: balance;
}

.coverage-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    margin-top: 2rem;
}

.coverage-card {
    padding: 1.5rem;
    background: var(--surface);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.coverage-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 14px 28px rgba(18, 14, 8, 0.14);
}

.role-line {
    color: var(--text-main);
    font-weight: 700;
    line-height: 1.58;
}

.client-reference-shell {
    display: grid;
    grid-template-columns: minmax(280px, 0.85fr) minmax(0, 1.15fr);
    gap: 1rem;
    align-items: stretch;
    margin-top: 2rem;
}

.client-logo-card {
    display: grid;
    place-items: center;
    align-content: center;
    padding: 1.5rem;
    border-radius: 2px;
    background: #050607;
    text-align: center;
    box-shadow: var(--shadow-md);
}

.client-logo-card img {
    width: min(100%, 300px);
    height: auto;
}

.client-logo-card p {
    margin: 1rem 0 0;
    line-height: 1.7;
    color: rgba(247, 247, 245, 0.78);
}

.client-pill-list {
    display: flex;
    flex-wrap: wrap;
    gap: 0.7rem;
    margin-top: 1rem;
}

.client-pill-list span {
    display: inline-flex;
    align-items: center;
    padding: 0.65rem 0.85rem;
    border: 1px solid var(--line);
    background: var(--surface-soft);
    font-family: var(--font-heading);
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.005em;
}

.client-note {
    margin-top: 1rem;
    font-size: 0.9rem;
}

/* About page — intro block */
.about-intro {
    max-width: 760px;
}

.about-intro h2 {
    font-size: clamp(1.6rem, 2.8vw, 2.2rem);
    line-height: 1.2;
    letter-spacing: -0.02em;
    text-wrap: balance;
}

.about-intro p {
    margin: 1.2rem 0 0;
    font-size: 1.02rem;
    line-height: 1.75;
    color: var(--text-soft);
    max-width: 64ch;
}

/* About page — stats row */
.about-stats-row {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1px;
    margin-top: 2.5rem;
    background: var(--line);
    border: 1px solid var(--line);
    border-radius: var(--radius-md);
    overflow: hidden;
}

.about-stat {
    padding: 1.5rem;
    background: var(--surface);
    text-align: center;
}

.about-stat strong {
    display: block;
    font-family: var(--font-heading);
    font-size: 1.8rem;
    font-weight: 800;
    line-height: 1;
    color: var(--accent-strong);
}

.about-stat span {
    display: block;
    margin-top: 0.3rem;
    font-size: 0.82rem;
    font-weight: 600;
    color: var(--text-soft);
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

/* About feature image */
.about-feature {
    margin-top: 3rem;
}

.about-feature-shell {
    padding: 0;
}

.about-feature-media {
    margin: 0;
    overflow: hidden;
    border-radius: var(--radius-md);
    max-height: 480px;
}

.about-feature-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Roles grid (training page) */
.roles-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1px;
    margin-top: 2rem;
    background: var(--line);
    border: 1px solid var(--line);
    border-radius: var(--radius-md);
    overflow: hidden;
}

.role-item {
    padding: 1.3rem 1.25rem;
    background: var(--surface);
}

.role-item h3 {
    font-size: 1rem;
    margin: 0;
}

.role-item p {
    margin: 0.25rem 0 0;
    font-size: 0.88rem;
    line-height: 1.5;
    color: var(--text-soft);
}

.map-section {
    padding-top: 4rem;
}

.map-layout {
    display: grid;
    grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
    gap: 1.5rem;
    align-items: stretch;
    margin-top: 2rem;
}

.map-copy {
    display: grid;
    align-content: start;
    padding: 1.5rem;
    border-top: 2px solid rgba(200, 154, 76, 0.5);
    background: var(--surface);
}

.map-copy > p {
    margin: 0;
    line-height: 1.7;
    color: var(--text-soft);
}

.map-area-list {
    margin-top: 1rem;
}

.map-copy .button-primary {
    justify-self: start;
    margin-top: 1.5rem;
}

.map-embed {
    min-height: 420px;
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: var(--radius-lg);
    background: #e8e4dc;
    box-shadow: var(--shadow-md);
}

.map-embed iframe {
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
}

.services-showcase {
    padding-top: 4rem;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1px;
    margin-top: 2rem;
    background: var(--line);
    border: 1px solid var(--line);
    border-radius: var(--radius-md);
    overflow: hidden;
}

.services-item {
    padding: 1.5rem 1.4rem;
    background: var(--surface);
    transition: background 0.3s ease, transform 0.3s ease;
}

.services-item:hover {
    background: rgba(200, 154, 76, 0.06);
    transform: translateY(-2px);
}

.services-icon {
    display: block;
    font-size: 0.6rem;
    line-height: 1;
    color: var(--accent);
    margin-bottom: 0.75rem;
}

.services-item h3 {
    font-size: 1.05rem;
    margin: 0;
}

.services-item p {
    margin: 0.4rem 0 0;
    font-size: 0.9rem;
    line-height: 1.55;
    color: var(--text-soft);
}

.client-carousel {
    padding-top: 0;
}

.logo-carousel-band {
    margin-top: 0;
    padding: 2rem 0 2.2rem;
    background: #0e0c0a;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.logo-carousel-panel {
    padding: 0;
    background: transparent;
    border: none;
    box-shadow: none;
}

.logo-carousel-meta {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
}

.logo-carousel-label {
    margin: 0;
    font-family: var(--font-heading);
    font-size: 0.74rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: rgba(248, 244, 236, 0.5);
}

.logo-carousel-viewport {
    overflow-x: hidden;
    scrollbar-width: none;
    -ms-overflow-style: none;
    touch-action: pan-y;
}

.logo-carousel-viewport::-webkit-scrollbar {
    display: none;
}

.logo-carousel-track {
    display: flex;
    align-items: center;
    gap: 1.25rem;
    padding: 0.2rem 0;
    will-change: transform;
}

.logo-card {
    flex: 0 0 calc((100% - 3.75rem) / 4);
    min-width: calc((100% - 3.75rem) / 4);
    min-height: 96px;
    display: grid;
    place-items: center;
    padding: 0.35rem 0.75rem;
    margin: 0;
    border: none;
    border-radius: 0;
    background: transparent;
}

.logo-card img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 72px;
    object-fit: contain;
    border-radius: 6px;
    filter: grayscale(1) brightness(1.6) contrast(0.9);
    opacity: 0.7;
    transition: filter 0.3s ease, opacity 0.3s ease;
}

.logo-card:hover img {
    filter: grayscale(0) brightness(1);
    opacity: 1;
}

.training-band {
    background: linear-gradient(180deg, #090806 0%, #16110b 100%);
}

.training-shell {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(360px, 0.9fr);
    gap: 1.5rem;
    align-items: center;
}

.training-copy .eyebrow,
.training-copy h2 {
    color: #ffffff;
}

.training-copy p {
    margin: 1rem 0 0;
    max-width: 56ch;
    line-height: 1.72;
    color: rgba(247, 247, 245, 0.8);
}

.training-list,
.detail-list {
    margin: 1.2rem 0 0;
    padding-left: 1.1rem;
    line-height: 1.72;
}

.training-list {
    color: rgba(247, 247, 245, 0.84);
}

.detail-list {
    color: var(--text-soft);
}

.training-list li + li,
.detail-list li + li,
.contact-list li + li {
    margin-top: 0.4rem;
}

.training-copy .button-primary {
    margin-top: 1.5rem;
}

.training-media {
    min-height: 440px;
    box-shadow: 0 24px 48px rgba(0, 0, 0, 0.24);
}

.careers-hero {
    min-height: 560px;
}

.careers-hero::after {
    background: radial-gradient(circle at 18% 18%, rgba(200, 154, 76, 0.2) 0%, transparent 28%), linear-gradient(180deg, rgba(0, 0, 0, 0.34) 0%, rgba(9, 7, 5, 0.78) 100%);
}

.careers-hero-shell {
    position: relative;
    z-index: 2;
    min-height: 560px;
    display: grid;
    grid-template-columns: minmax(0, 1.12fr) minmax(320px, 0.88fr);
    align-items: end;
    gap: 1.5rem;
    padding: 7.5rem 0 4rem;
}

.careers-hero .hero-actions {
    justify-content: flex-start;
}

.careers-hero-copy {
    max-width: 44rem;
}

.careers-hero-panel {
    padding: 1.5rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: var(--radius-lg);
    background: rgba(13, 10, 7, 0.82);
    box-shadow: 0 24px 48px rgba(0, 0, 0, 0.24);
    backdrop-filter: blur(12px);
}

.careers-hero-panel .detail-label,
.careers-hero-panel h2 {
    color: #ffffff;
}

.careers-hero-panel h2 {
    font-size: clamp(1.45rem, 2.2vw, 1.85rem);
    line-height: 1.12;
}

.careers-panel-list {
    margin: 1rem 0 0;
    padding-left: 1.1rem;
    color: rgba(247, 247, 245, 0.82);
    line-height: 1.7;
}

.careers-panel-list li + li {
    margin-top: 0.5rem;
}

.careers-overview {
    padding-top: 4.75rem;
}

.careers-overview-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
    gap: 1.5rem;
    align-items: start;
}

.careers-traits-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.careers-trait-card,
.careers-role-card,
.careers-info-card {
    padding: 1.45rem;
    border: 1px solid var(--surface-border);
    border-top: 2px solid rgba(200, 154, 76, 0.5);
    border-radius: var(--radius-md);
    background: var(--surface);
    box-shadow: var(--shadow-md);
}

.careers-trait-card strong {
    display: block;
    font-family: var(--font-heading);
    font-size: 1rem;
    font-weight: 700;
    color: var(--text-main);
}

.careers-trait-card span {
    display: block;
    margin-top: 0.55rem;
    color: var(--text-soft);
    line-height: 1.62;
}

.careers-role-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    margin-top: 2rem;
}

.careers-role-card {
    background: linear-gradient(180deg, #fffdf8 0%, #f8f1e5 100%);
}

.careers-role-card h3 {
    margin-top: 0.55rem;
}

.careers-role-card p:last-child,
.careers-info-card p {
    margin: 0.75rem 0 0;
    color: var(--text-soft);
    line-height: 1.68;
}

.careers-application-band {
    background: linear-gradient(180deg, #090806 0%, #16110b 58%, #100d09 100%);
}

.careers-application-shell {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(360px, 0.92fr);
    gap: 1.5rem;
    align-items: center;
}

.careers-application-copy {
    display: grid;
    align-content: start;
}

.careers-application-copy .eyebrow,
.careers-application-copy h2 {
    color: #ffffff;
}

.careers-application-copy > p:not(.eyebrow) {
    margin: 1rem 0 0;
    max-width: 54ch;
    line-height: 1.72;
    color: rgba(247, 247, 245, 0.8);
}

.careers-application-steps {
    display: grid;
    gap: 0.85rem;
    margin-top: 1.4rem;
}

.careers-step {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 0.85rem;
    padding: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: var(--radius-md);
    background: rgba(255, 255, 255, 0.04);
}

.careers-step-number {
    width: 2rem;
    height: 2rem;
    display: grid;
    place-items: center;
    border-radius: 999px;
    background: var(--accent);
    color: #1a1208;
    font-family: var(--font-heading);
    font-weight: 800;
}

.careers-step h3 {
    margin: 0;
    font-size: 1rem;
    color: #ffffff;
}

.careers-step p {
    margin: 0.35rem 0 0;
    line-height: 1.6;
    color: rgba(247, 247, 245, 0.76);
}

.careers-application-copy .button-primary {
    justify-self: start;
    margin-top: 1.5rem;
}

.careers-application-media {
    min-height: 500px;
    margin: 0;
}

.careers-contact {
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.careers-contact-grid {
    display: grid;
    grid-template-columns: minmax(280px, 0.75fr) minmax(0, 1.25fr);
    gap: 1rem;
    align-items: start;
}

.careers-contact-stack {
    display: grid;
    gap: 1rem;
}

.careers-info-card .detail-link {
    display: block;
}

.careers-info-card .detail-link + .detail-link {
    margin-top: 0.35rem;
}

.contact-panel.careers-contact-panel {
    grid-template-columns: 1fr;
    gap: 1.35rem;
    align-items: start;
}

.contact-panel.careers-contact-panel .contact-copy {
    max-width: none;
}

.contact-panel.careers-contact-panel .contact-copy p {
    max-width: 54ch;
}

.contact-panel.careers-contact-panel .enquiry-form {
    align-content: start;
}

.contact-panel.careers-contact-panel .field-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.enquiry-form label {
    min-width: 0;
}

.about-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(340px, 0.9fr);
    gap: 1rem;
    align-items: stretch;
    margin-top: 2rem;
}

.about-media {
    min-height: 420px;
}

.contact-panel {
    display: grid;
    grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
    gap: 1.5rem;
    padding: 1.9rem;
    background: linear-gradient(180deg, #fffdf8 0%, #fcf8f0 100%);
}

.contact-copy {
    max-width: 34rem;
}

.contact-list {
    margin: 1rem 0 0;
    padding-left: 1.1rem;
    color: var(--text-soft);
}

.contact-list li + li {
    margin-top: 0.35rem;
}

.enquiry-form {
    display: grid;
    gap: 1rem;
}

.field-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.field-row-single {
    grid-template-columns: 1fr;
}

.enquiry-form label {
    display: grid;
    gap: 0.4rem;
}

.enquiry-form span {
    font-family: var(--font-heading);
    font-size: 0.81rem;
    font-weight: 700;
    letter-spacing: 0.01em;
    color: var(--text-main);
}

.enquiry-form input,
.enquiry-form select,
.enquiry-form textarea {
    width: 100%;
    border: 1px solid rgba(20, 23, 26, 0.12);
    border-radius: 8px;
    background: #f6f0e4;
    color: var(--text-main);
    padding: 0.92rem 0.95rem;
}

.enquiry-form textarea {
    resize: vertical;
    min-height: 140px;
}

.enquiry-form input:focus,
.enquiry-form select:focus,
.enquiry-form textarea:focus {
    outline: none;
    border-color: rgba(157, 105, 32, 0.55);
    box-shadow: 0 0 0 4px rgba(200, 154, 76, 0.16);
    background: #ffffff;
}

.form-status {
    padding: 1rem 1.1rem;
    border-radius: 8px;
    background: var(--accent-soft);
    color: #5c3d0f;
    font-weight: 600;
}

.form-status.is-success {
    background: rgba(200, 154, 76, 0.18);
    color: #5c3d0f;
}

.form-status.is-error {
    background: rgba(153, 27, 27, 0.12);
    color: #8a1c1c;
}

.form-consent {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: start;
    gap: 0.75rem;
}

.form-consent input {
    width: 1rem;
    height: 1rem;
    margin-top: 0.2rem;
}

.form-consent span {
    font-family: var(--font-body);
    font-size: 0.94rem;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.65;
    color: var(--text-soft);
}

.form-consent a {
    color: var(--accent-strong);
    text-decoration: underline;
    text-underline-offset: 0.16em;
}

.form-trap {
    position: absolute;
    left: -100vw;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.site-footer {
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) repeat(3, minmax(0, 1fr));
    gap: 1.25rem 1.5rem;
    align-items: start;
    padding-bottom: 2rem;
}

.site-footer strong {
    display: block;
    margin-bottom: 0.3rem;
    font-family: var(--font-heading);
    font-size: 1.05rem;
    font-weight: 700;
    letter-spacing: 0.01em;
}

.footer-brand p {
    max-width: 34ch;
    margin: 0.45rem 0 0;
}

.footer-column {
    min-width: 0;
}

.footer-heading {
    margin: 0 0 0.8rem;
    font-family: var(--font-heading);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--accent-strong);
}

.footer-links {
    display: grid;
    gap: 0.6rem;
}

.footer-links a {
    display: flex;
    align-items: center;
    min-height: 44px;
    color: var(--text-soft);
    font-weight: 700;
    transition: color 0.25s ease, transform 0.25s ease;
}

.footer-links a:hover,
.footer-links a:focus-visible {
    color: var(--accent-strong);
    transform: translateX(4px);
}

.footer-contact-list {
    display: grid;
    gap: 0.8rem;
}

.footer-contact-link {
    display: grid;
    gap: 0.16rem;
    min-height: 44px;
    padding: 0.2rem 0;
    color: var(--text-soft);
    word-break: break-word;
    transition: transform 0.25s ease;
}

.footer-contact-link:hover {
    transform: translateX(4px);
}

.footer-contact-link:hover .footer-contact-label,
.footer-contact-link:focus-visible .footer-contact-label,
.footer-contact-link:hover span:last-child,
.footer-contact-link:focus-visible span:last-child {
    color: var(--accent-strong);
}

.footer-contact-label {
    font-family: var(--font-heading);
    font-size: 0.88rem;
    font-weight: 700;
    color: var(--text-main);
    transition: color 0.2s ease;
}

.footer-contact-link span:last-child {
    transition: color 0.2s ease;
}

.footer-meta {
    grid-column: 1 / -1;
    margin-top: 0.5rem;
    padding-top: 1rem;
    border-top: 1px solid var(--line);
    color: var(--text-soft);
    font-size: 0.92rem;
}

/* ── Scroll-reveal animations ─────────────────────── */
.reveal {
    opacity: 0;
    transform: translateY(28px);
    transition: opacity 0.7s cubic-bezier(0.22, 1, 0.36, 1),
                transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}

.reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
}

/* Stagger children inside grids */
.reveal.stagger-1 { transition-delay: 0.08s; }
.reveal.stagger-2 { transition-delay: 0.16s; }
.reveal.stagger-3 { transition-delay: 0.24s; }
.reveal.stagger-4 { transition-delay: 0.32s; }
.reveal.stagger-5 { transition-delay: 0.40s; }
.reveal.stagger-6 { transition-delay: 0.48s; }

/* Slide-in variants */
.reveal-left {
    opacity: 0;
    transform: translateX(-32px);
    transition: opacity 0.7s cubic-bezier(0.22, 1, 0.36, 1),
                transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}

.reveal-right {
    opacity: 0;
    transform: translateX(32px);
    transition: opacity 0.7s cubic-bezier(0.22, 1, 0.36, 1),
                transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}

.reveal-scale {
    opacity: 0;
    transform: scale(0.92);
    transition: opacity 0.6s cubic-bezier(0.22, 1, 0.36, 1),
                transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}

.reveal-left.is-visible,
.reveal-right.is-visible,
.reveal-scale.is-visible {
    opacity: 1;
    transform: none;
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    .reveal {
        opacity: 1;
        transform: none;
        transition: none;
    }

    .reveal-left,
    .reveal-right,
    .reveal-scale {
        opacity: 1;
        transform: none;
        transition: none;
    }

    .button,
    .site-nav a {
        transition: none;
    }
}

@media (max-width: 1080px) {
    .hero,
    .hero-shell {
        min-height: 780px;
    }

    .page-link-grid,
    .contact-method-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .cta-panel {
        flex-direction: column;
        align-items: flex-start;
    }

    .site-footer {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .hero::before {
        background-position: 30% 52%;
    }

    .split-panel,
    .map-layout,
    .client-reference-shell,
    .training-shell,
    .careers-hero-shell,
    .careers-overview-grid,
    .careers-application-shell,
    .careers-contact-grid,
    .about-grid,
    .contact-panel {
        grid-template-columns: 1fr;
    }

    .stats-grid,
    .split-points,
    .service-grid,
    .coverage-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .services-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .about-stats-row {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .roles-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .careers-role-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 820px) {
    .gallery-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .gallery-grid .gallery-item.wide {
        grid-column: span 2;
    }

    .hero,
    .hero-shell {
        min-height: 720px;
    }

    .page-hero,
    .page-hero-shell {
        min-height: 380px;
    }

    .page-hero-shell {
        padding: 4rem 0 2.7rem;
    }

    .careers-hero,
    .careers-hero-shell {
        min-height: 520px;
    }

    .careers-hero-shell {
        padding: 6.75rem 0 3rem;
    }

    .hero::before {
        background-position: 34% 50%;
    }

    .site-header-shell {
        width: min(var(--max-width), calc(100% - 1rem));
        min-height: 72px;
        flex-wrap: nowrap;
        gap: 0;
    }

    .brand {
        flex: 1 1 0;
        min-width: 0;
    }

    .menu-toggle {
        display: inline-flex;
        flex: 0 0 auto;
    }

    .site-nav {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        display: none;
        flex-direction: column;
        align-items: stretch;
        gap: 0.5rem;
        padding: 0.6rem 1rem 1.2rem;
        margin-left: 0;
        background: rgba(10, 9, 7, 0.98);
        border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    }

    .site-nav.is-open {
        display: flex;
        animation: navSlideIn 0.35s cubic-bezier(0.22, 1, 0.36, 1);
    }

    @keyframes navSlideIn {
        from {
            opacity: 0;
            transform: translateY(-10px);
        }
        to {
            opacity: 1;
            transform: translateY(0);
        }
    }

    .site-nav a {
        display: flex;
        align-items: center;
        min-height: 52px;
        padding: 0.85rem 1.1rem;
        background: rgba(255, 255, 255, 0.05);
        border: 1px solid rgba(255, 255, 255, 0.06);
        border-radius: 12px;
        font-size: 0.95rem;
        letter-spacing: 0.01em;
        transition: background 0.25s ease;
    }

    .site-nav a:active {
        background: rgba(200, 154, 76, 0.12);
    }

    .site-nav a:not(.nav-cta)::after {
        display: none;
    }

    .nav-cta {
        min-height: 54px;
        margin-left: 0;
        margin-top: 0.25rem;
        padding: 0.95rem 1.2rem;
        text-align: center;
        justify-content: center;
        border: none;
        font-size: 0.95rem;
        background: var(--accent);
        color: #1a1208;
        font-weight: 800;
    }

    .site-footer,
    .field-row {
        grid-template-columns: 1fr;
    }

    .logo-card {
        flex-basis: calc((100% - 2.5rem) / 3);
        min-width: calc((100% - 2.5rem) / 3);
        min-height: 80px;
    }

    h1,
    h2 {
        max-width: none;
    }

    .footer-links {
        justify-content: flex-start;
    }

    .enquiry-form input,
    .enquiry-form select,
    .enquiry-form textarea {
        font-size: 16px;
    }
}

@media (max-width: 620px) {
    .gallery-grid {
        grid-template-columns: 1fr 1fr;
        gap: 0.35rem;
    }

    .gallery-grid .gallery-item.wide {
        grid-column: span 2;
    }

    /* ── Mobile hero ──────────────────────────────── */
    .hero {
        min-height: min(580px, calc(100vh - 5rem));
        min-height: min(580px, calc(100svh - 5rem));
    }

    .hero-shell {
        min-height: min(580px, calc(100vh - 5rem));
        min-height: min(580px, calc(100svh - 5rem));
        padding: 3rem 0 2.75rem;
    }

    .hero::before {
        background-position: 44% 46%;
    }

    .page-hero,
    .page-hero-shell {
        min-height: 300px;
    }

    .page-hero-shell {
        padding: 3.5rem 0 2.5rem;
    }

    /* ── Mobile shell widths ─────────────────────── */
    .section-shell,
    .site-header-shell {
        width: min(var(--max-width), calc(100% - 1.75rem));
    }

    .site-header-shell {
        min-height: 64px;
    }

    .brand {
        gap: 0.6rem;
    }

    .brand-mark {
        width: 42px;
        height: 42px;
    }

    .brand-wordmark {
        font-size: 0.88rem;
        line-height: 1.12;
        white-space: normal;
    }

    .menu-toggle {
        padding: 0.6rem 0.75rem;
        border-radius: 12px;
    }

    .menu-toggle-label {
        font-size: 0.76rem;
    }

    /* ── Mobile typography ────────────────────────── */
    h1 {
        font-size: clamp(2.1rem, 9.6vw, 2.6rem);
        line-height: 0.96;
        letter-spacing: -0.025em;
    }

    h2 {
        font-size: clamp(1.65rem, 8.2vw, 2.2rem);
        line-height: 1.06;
        letter-spacing: -0.02em;
    }

    h3 {
        font-size: 1.05rem;
    }

    .eyebrow,
    .hero-kicker {
        font-size: 0.72rem;
        letter-spacing: 0.14em;
    }

    .hero-content {
        width: min(100%, 22rem);
    }

    .hero-content h1 .hero-title-line {
        display: block;
    }

    .hero-content h1 .hero-title-line + .hero-title-line::before {
        content: none;
    }

    .hero-intro {
        max-width: 28ch;
        margin-top: 0.9rem;
        font-size: 0.94rem;
        line-height: 1.62;
    }

    .hero-intro,
    .page-hero-intro,
    .section-heading p:last-child,
    .cta-panel p,
    .contact-copy p,
    .site-footer p {
        font-size: 0.96rem;
        line-height: 1.72;
    }

    /* ── Mobile hero buttons ─────────────────────── */
    .hero-actions {
        width: min(100%, 22rem);
        display: grid;
        grid-template-columns: 1fr;
        gap: 0.7rem;
        margin-top: 1.5rem;
    }

    .hero .hero-actions {
        width: min(100%, 20rem);
        gap: 0.65rem;
        margin-top: 1.2rem;
    }

    .hero-actions .button,
    .cta-panel > .button,
    .training-copy .button-primary,
    .careers-application-copy .button-primary,
    .careers-hero .hero-actions .button {
        width: 100%;
    }

    .hero .button {
        min-height: 3.25rem;
        padding: 0.85rem 1.25rem;
        font-size: 0.95rem;
        border-radius: 14px;
    }

    .button {
        border-radius: 14px;
    }

    /* ── Mobile CTA panel ────────────────────────── */
    .cta-panel {
        gap: 1.25rem;
        padding: 1.5rem;
        border-radius: 16px;
    }

    .cta-panel > .button {
        border-radius: 14px;
        min-height: 3.25rem;
    }

    /* ── Mobile cards & sections ──────────────────── */
    .stat-card,
    .split-point,
    .service-card,
    .page-link-card,
    .contact-method-card,
    .coverage-card,
    .map-copy,
    .client-logo-card,
    .client-list-card,
    .about-panel,
    .cta-panel,
    .contact-panel {
        padding: 1.35rem;
        border-radius: 14px;
    }

    .page-link-card,
    .contact-method-card,
    .service-card,
    .coverage-card {
        border-top-width: 3px;
    }

    .stat-card {
        border-left-width: 4px;
    }

    .stat-card strong {
        font-size: 2.2rem;
    }

    .stat-card span {
        font-size: 0.78rem;
    }

    .stat-card span,
    .service-card p,
    .services-item p,
    .page-link-card p,
    .contact-method-card p,
    .coverage-card p,
    .detail-note,
    .footer-contact-link span:last-child {
        font-size: 0.94rem;
    }

    /* ── Mobile split/media sections ─────────────── */
    .split-media,
    .training-media,
    .about-media {
        min-height: 280px;
        border-radius: 14px;
    }

    .map-embed {
        min-height: 300px;
        border-radius: 14px;
    }

    .split-media img,
    .about-media img,
    .training-media img {
        border-radius: 14px;
    }

    /* ── Mobile careers ──────────────────────────── */
    .careers-hero,
    .careers-hero-shell {
        min-height: auto;
    }

    .careers-hero-shell {
        padding: 6rem 0 2.75rem;
        gap: 1rem;
    }

    .careers-hero-panel,
    .careers-trait-card,
    .careers-role-card,
    .careers-info-card,
    .careers-step {
        padding: 1.35rem;
        border-radius: 14px;
    }

    .careers-step {
        grid-template-columns: 1fr;
    }

    .careers-step-number {
        width: 1.9rem;
        height: 1.9rem;
    }

    .careers-application-media {
        min-height: 280px;
        border-radius: 14px;
    }

    .careers-contact {
        padding-bottom: 3rem;
    }

    /* ── Mobile grids ────────────────────────────── */
    .stats-grid,
    .split-points {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0.65rem;
        margin-top: 1.5rem;
    }

    .stat-card {
        padding: 1.1rem;
    }

    .split-point {
        padding: 1.15rem;
    }

    .services-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        border-radius: 14px;
        margin-top: 1.5rem;
    }

    .service-grid,
    .coverage-grid,
    .page-link-grid,
    .contact-method-grid,
    .roles-grid,
    .careers-traits-grid,
    .careers-role-grid {
        grid-template-columns: 1fr;
        gap: 0.75rem;
        margin-top: 1.5rem;
    }

    .services-item {
        padding: 1.15rem 1rem;
    }

    .services-icon {
        font-size: 0.55rem;
        margin-bottom: 0.55rem;
    }

    /* ── Mobile sections spacing ──────────────────── */
    .event-management,
    .security-solutions,
    .coverage,
    .client-reference,
    .contact-methods,
    .about,
    .contact,
    .site-footer {
        padding-top: 3.25rem;
    }

    .page-cta,
    .training-band {
        padding-top: 3.25rem;
        padding-bottom: 3.25rem;
    }

    .section-heading {
        margin-bottom: 0.25rem;
    }

    .section-heading p:last-child {
        margin-top: 0.5rem;
    }

    /* ── Mobile forms ────────────────────────────── */
    .contact-panel {
        gap: 1.15rem;
    }

    .contact-panel.careers-contact-panel .field-row {
        grid-template-columns: 1fr;
    }

    .contact-method-card .detail-link[href^="mailto:"],
    .careers-info-card .detail-link[href^="mailto:"],
    .footer-contact-link[href^="mailto:"] span:last-child {
        font-size: 0.88rem;
        line-height: 1.55;
        letter-spacing: 0;
    }

    .enquiry-form {
        gap: 0.85rem;
    }

    .field-row {
        gap: 0.85rem;
    }

    .enquiry-form span {
        font-size: 0.84rem;
    }

    .enquiry-form input,
    .enquiry-form select,
    .enquiry-form textarea {
        padding: 1rem;
        font-size: 16px;
        border-radius: 12px;
    }

    .form-consent {
        gap: 0.65rem;
    }

    .form-consent input {
        width: 1.15rem;
        height: 1.15rem;
        margin-top: 0.1rem;
    }

    .form-consent span {
        font-size: 0.92rem;
        line-height: 1.6;
    }

    .detail-link {
        font-size: 1rem;
    }

    /* ── Mobile footer ───────────────────────────── */
    .site-footer {
        gap: 0;
        padding-bottom: 2.5rem;
    }

    .footer-brand {
        padding-bottom: 1.25rem;
        margin-bottom: 0.5rem;
        border-bottom: 1px solid var(--line);
    }

    .footer-brand strong {
        font-size: 1.05rem;
    }

    .footer-brand p {
        max-width: none;
        margin-top: 0.5rem;
    }

    .footer-links {
        gap: 0.25rem;
    }

    .footer-links a {
        min-height: 48px;
        font-size: 0.95rem;
    }

    .footer-links a,
    .footer-contact-link {
        overflow-wrap: anywhere;
    }

    .footer-contact-link {
        padding: 0.35rem 0;
    }

    .footer-contact-label {
        font-size: 0.92rem;
    }

    .footer-column + .footer-column {
        padding-top: 1rem;
        border-top: 1px solid var(--line);
    }

    .footer-meta {
        margin-top: 1.25rem;
        padding-top: 1.25rem;
        font-size: 0.88rem;
        text-align: center;
    }

    .logo-carousel-band {
        padding: 1.5rem 0 1.6rem;
    }

    .logo-carousel-meta {
        margin-bottom: 0.85rem;
    }

    .logo-card {
        flex-basis: calc((100% - 1rem) / 2);
        min-width: calc((100% - 1rem) / 2);
        min-height: 76px;
    }
}

@media (max-width: 620px) and (max-height: 700px) {
    .hero,
    .hero-shell {
        min-height: min(480px, calc(100svh - 5rem));
    }

    .hero-shell {
        padding: 2rem 0 1.75rem;
    }

    .hero-intro {
        margin-top: 0.65rem;
    }

    .hero .hero-actions {
        margin-top: 0.85rem;
    }
}

@media (max-width: 620px) {
    .logo-carousel-band {
        padding: 1.2rem 0 1.4rem;
    }

    .logo-card {
        flex-basis: calc((100% - 1rem) / 2);
        min-width: calc((100% - 1rem) / 2);
        min-height: 72px;
        padding: 0.35rem 0.5rem;
    }

    .logo-card img {
        max-height: 60px;
    }
}