:root {
    --navy: #06111f;
    --dark: #0b121a;
    --gold: #d89b2b;
    --gold-hover: #c48a24;
    --soft-gold: #d89b2b;
    --white: #ffffff;
    --muted: #c2ccd8;
    --steel: #7a8698;
    --graphite: var(--dark);
    --line: rgba(255, 255, 255, 0.18);
    --glass: rgba(255, 255, 255, 0.09);
    --glass-strong: rgba(11, 18, 26, 0.55);
    --gold-glow: rgba(216, 155, 43, 0.32);
    --gold-glow-soft: rgba(216, 155, 43, 0.16);
    --border: rgba(10, 35, 72, 0.18);

    /* Layout rhythm — horizontal gutter + vertical section scale */
    --page-gutter: clamp(18px, 4vw, 64px);
    --section-y: clamp(64px, 9vw, 112px);
    --section-y-lg: clamp(80px, 11vw, 132px);
    --site-max-wide: 1600px;
    --site-content: 1240px;
    /* Header rhythm — single source of truth for every page. The premium
       graphite header (formerly homepage-only) is now the global master. */
    --header-pad-y: 9px;
    --sticky-offset: 76px;
    --btn-min-h: 44px;
    --radius-ui: 10px;
    --ease-out: cubic-bezier(0.22, 1, 0.36, 1);

    /* ═════════════════════════════════════════════════════════════
       UNIFIED HERO SYSTEM — Single canonical architecture for all pages
       Applies to: homepage, about, services, industries, marine, facilities,
       contact, careers, insights, downloads, and Arabic/RTL variants
       ═════════════════════════════════════════════════════════════ */

    /* Hero dimensions */
    --hero-min-height-desktop: min(40svh, 380px);
    --hero-min-height-mobile: 65svh;
    --hero-min-height-home: 620px;

    /* Hero padding — unified across all pages */
    --hero-padding-top-desktop: calc(var(--sticky-offset) + 48px);
    --hero-padding-bottom-desktop: 52px;
    --hero-padding-top-mobile: calc(var(--sticky-offset) + 28px);
    --hero-padding-bottom-mobile: 40px;
    --hero-padding-tablet: calc(var(--sticky-offset) + 28px);

    /* Hero content container — balanced width for image visibility */
    --hero-content-max-width: min(clamp(320px, 85vw, 900px), 100%);
    --hero-content-margin: 0;
    --hero-content-text-align: start;

    /* Hero typography */
    --hero-eyebrow-size: 0.72rem;
    --hero-eyebrow-letter-spacing: 0.14em;
    --hero-eyebrow-weight: 600;
    --hero-h1-size: clamp(1.7rem, 2.2vw + 0.65rem, 2.65rem);
    --hero-h1-color: #ffffff;
    --hero-h1-weight: 700;
    --hero-h1-line-height: 1.35;
    --hero-p-size: clamp(0.95rem, 1.2vw, 1.05rem);
    --hero-p-color: rgba(255, 255, 255, 0.93);

    /* Hero background + overlays */
    --hero-overlay-primary: rgba(3, 12, 28, 0.58);
    --hero-overlay-end: rgba(7, 22, 48, 0.18);
    --hero-vignette: linear-gradient(180deg, transparent 65%, rgba(3, 12, 28, 0.25) 100%);
    --hero-bg-size: cover;
    --hero-bg-position: center;

    /* Hero accents */
    --hero-eyebrow-color: #d89b2b;
    --hero-button-gap: 12px 16px;

    /* Legacy variables (kept for backwards compatibility, now map to unified system) */
    --iic-page-hero-overlay: var(--hero-overlay-primary);
    --iic-page-hero-min-h: var(--hero-min-height-desktop);

    /* ═════════════════════════════════════════════════════════════
       ENTERPRISE HERO SYSTEM — Responsive height tokens (NEW)
       Used by .enterprise-hero variants across all 10 pages
       ═════════════════════════════════════════════════════════════ */
    --enterprise-hero-height-xxxl: 820px;    /* 1440px+ large desktop */
    --enterprise-hero-height-lg: 720px;      /* 1200-1439px desktop */
    --enterprise-hero-height-md: 580px;      /* 768-1199px tablet */
    --enterprise-hero-height-sm: 600px;      /* 576-767px mobile */
    --enterprise-hero-height-xs: 550px;      /* 360-575px small mobile */
    --enterprise-hero-gap: clamp(28px, 5vw, 72px);  /* Grid variant spacing */

    /* ═════════════════════════════════════════════════════════════
       PHASE 1: DESIGN SYSTEM CONSOLIDATION — May 2026
       Spacing scale, color palette, typography, z-index, breakpoints
       ═════════════════════════════════════════════════════════════ */

    /* SPACING SCALE — 8px base (consistent throughout) */
    --space-xs: 4px;
    --space-sm: 8px;
    --space-md: 12px;
    --space-lg: 16px;
    --space-xl: 20px;
    --space-2xl: 24px;
    --space-3xl: 32px;
    --space-4xl: 40px;
    --space-5xl: 48px;
    --space-6xl: 56px;
    --space-7xl: 64px;
    --space-8xl: 80px;
    --space-9xl: 96px;
    --space-10xl: 112px;

    /* COMPONENT SPACING SHORTCUTS */
    --comp-padding: var(--space-md);
    --comp-padding-lg: var(--space-lg);
    --comp-margin: var(--space-lg);
    --comp-gap: var(--space-sm);

    /* EXPANDED COLOR PALETTE */
    --color-gold: #d89b2b;
    --color-gold-dark: #c48a24;
    --color-gold-light: #e8b34d;
    --color-navy: #06111f;
    --color-navy-dark: #040d17;
    --color-navy-light: #0b2a52;
    --color-white: #ffffff;
    --color-cream: #fffbf5;
    --color-gray-light: #c2ccd8;
    --color-gray-muted: #7a8698;
    --color-gray-dark: #3f5168;

    /* TYPOGRAPHY SCALE */
    --type-h1: clamp(1.7rem, 2.2vw + 0.65rem, 2.65rem);
    --type-h2: clamp(1.5rem, 2.45vw, 2rem);
    --type-h3: clamp(1.3rem, 2.2vw, 1.85rem);
    --type-h4: clamp(1.1rem, 1.8vw, 1.5rem);
    --type-body-lg: clamp(1.05rem, 1.2vw, 1.25rem);
    --type-body: 1rem;
    --type-body-sm: 0.95rem;
    --type-caption: 0.85rem;
    --type-small: 0.75rem;

    /* LINE HEIGHT SCALE */
    --line-tight: 1.14;
    --line-normal: 1.25;
    --line-relaxed: 1.62;
    --line-h2: 1.3;
    --line-h3: 1.25;

    /* TYPOGRAPHY WIDTH CONSTRAINTS */
    --paragraph-max-width: 65ch;

    /* Z-INDEX LAYERING STRATEGY */
    --z-base: 1;
    --z-content: 10;
    --z-sticky: 50;
    --z-floating: 50;
    --z-modal: 100;
    --z-header: 999;

    /* RESPONSIVE BREAKPOINTS — standardized */
    --bp-xs: 360px;
    --bp-sm: 560px;
    --bp-md: 768px;
    --bp-lg: 1024px;
    --bp-xl: 1366px;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: var(--sticky-offset);
}

body {
    margin: 0;
    background: var(--dark);
    color: var(--white);
    font-family: Inter, system-ui, -apple-system, Segoe UI, sans-serif;
    line-height: 1.58;
    overflow-x: hidden;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

h1,
h2,
h3,
h4,
.brand,
.nav-links,
.cinematic-strip,
.kpi-deck strong,
.stats-grid strong,
.control-cards strong,
.reel-panel span,
.dossier-grid span,
.timeline span,
.map-preview span {
    font-family: Oswald, Inter, system-ui, sans-serif;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

h1,
h2,
h3 {
    font-weight: 600;
    color: var(--white);
}

h2 {
    line-height: var(--line-h2);
}

h3 {
    line-height: var(--line-h3);
}

p,
li,
dd {
    max-width: var(--paragraph-max-width);
}

body::before {
    content: "";
    position: fixed;
    inset: 0;
    z-index: -1;
    pointer-events: none;
    background:
        radial-gradient(circle at 18% 12%, rgba(216, 155, 43, 0.09), transparent 32%),
        radial-gradient(circle at 88% 18%, rgba(216, 155, 43, 0.06), transparent 28%),
        linear-gradient(180deg, rgba(6, 17, 31, 0.95), transparent 42%);
    animation: ambientGlow 11s ease-in-out infinite alternate;
}

a {
    color: inherit;
    text-decoration: none;
}

/* Responsive image handling — production system */
img,
.hero-media img,
.service-card img,
.panel-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

img {
    max-width: 100%;
    height: auto;
}

/* Lazy loading attribute support */
img[loading="lazy"] {
    background: var(--glass);
}

/* Service card hover interaction */
.service-card img {
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}

.service-card:hover img {
    transform: scale(1.03);
}

.site-header {
    position: fixed;
    inset: 0 0 auto;
    z-index: 20;
    padding: 0;
    background: #ffffff;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    border-bottom: 1px solid var(--border);
    box-shadow: 0 1px 3px rgba(10, 35, 72, 0.06);
    transition:
        background 0.4s ease,
        border-color 0.35s ease,
        box-shadow 0.35s ease;
}

.site-header--scrolled {
    background: #ffffff;
    border-bottom-color: var(--border);
    box-shadow: 0 6px 22px rgba(10, 35, 72, 0.08);
}

.header-inner {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    column-gap: clamp(10px, 1.75vw, 22px);
    row-gap: 0;
    width: 100%;
    max-width: var(--site-max-wide);
    margin: 0 auto;
    padding: var(--header-pad-y) var(--page-gutter);
    min-height: 0;
}

.header-inner .brand {
    grid-column: 1;
    grid-row: 1;
    justify-self: start;
    align-self: center;
}

.header-inner .nav-links {
    grid-column: 2;
    grid-row: 1;
    justify-self: center;
    align-self: center;
    min-width: 0;
}

.header-end {
    grid-column: 3;
    grid-row: 1;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    justify-self: end;
    align-self: center;
}

.brand {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    font-weight: 800;
    letter-spacing: 0;
    text-decoration: none;
    color: inherit;
    transition: all 0.3s ease;
}

.brand-mark {
    display: inline-block;
    font-size: 1rem;
    line-height: 1;
    color: rgba(216, 155, 43, 1);
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.brand-copy {
    display: grid;
    gap: 2px;
}

.brand-copy strong {
    font-size: 1.08rem;
    line-height: 1.1;
    color: rgba(255, 255, 255, 0.95);
    font-weight: 700;
    letter-spacing: 0.02em;
}

.brand-copy small {
    color: rgba(216, 155, 43, 0.65);
    font-size: 0.58rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    font-weight: 600;
}

.brand--with-logo {
    gap: 20px;
    line-height: 1.2;
}

.brand-logo-wrap {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 2px;
    border-radius: 8px;
    border: 1px solid rgba(10, 35, 72, 0.1);
    background: #ffffff;
    box-shadow: none;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    transition: border-color 0.3s ease;
    flex-shrink: 0;
}

.brand:hover .brand-logo-wrap:not(.brand-logo-wrap--full):not(.brand-logo-wrap--footer) {
    border-color: rgba(10, 35, 72, 0.18);
    background: #ffffff;
}

.site-footer .brand-logo-wrap--footer {
    padding: 0;
    border: none;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

/* Logo mark — complete original IIC artwork as SVG (icon + "IIC" + thin rule
   + "International Innovation Company LLC" baseline). The asset aspect is
   approximately 2.20:1, so we drive sizing from HEIGHT and let width follow
   the SVG's intrinsic ratio. No object-fit stretching is applied — the SVG
   is responsible for its own layout. */
.brand-logo {
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: none;
    object-fit: contain;
    object-position: left center;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    filter: none;
    -webkit-filter: none;
    opacity: 1;
    mix-blend-mode: normal;
    transform: none;
    image-rendering: auto;
}

/* Inline <picture> wrapper has zero box; ensure it does not collapse layout. */
.brand-logo-wrap picture {
    display: inline-flex;
    align-items: center;
    line-height: 0;
}

/* When the full original logo (with embedded legal name) is in use, the
   adjacent brand-text section reduces to just the tagline so nothing in the
   header duplicates the name already rendered inside the mark. */
.brand-text--tagline-only {
    gap: 0;
    align-self: center;
}
.brand-text--tagline-only .brand-tagline {
    font-size: 0.62rem;
    color: rgba(216, 155, 43, 0.78);
}

/* Brand text section — live company name + tagline rendered as crisp HTML
   beside the logo. The full logo image already carries the legal name; the
   live text reinforces it for sighted users at a glance and gives copy /
   paste an unambiguous source. Screen readers receive the name from the
   surrounding <a aria-label>, so this section is aria-hidden in markup. */
.brand-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 6px;
    min-width: 0;
}

.brand-name {
    display: flex;
    align-items: baseline;
    gap: 10px;
    min-width: 0;
}

.brand-legal {
    font-size: 1.05rem;
    line-height: 1.15;
    color: rgba(255, 255, 255, 0.96);
    font-weight: 700;
    letter-spacing: 0.015em;
    white-space: nowrap;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
}

.brand-tagline {
    font-size: 0.7rem;
    line-height: 1.1;
    color: rgba(216, 155, 43, 0.85);
    font-weight: 500;
    letter-spacing: 0.06em;
    text-transform: capitalize;
    margin: 0;
    padding: 0;
}

.brand-logo--footer {
    width: auto;
    height: clamp(48px, 5vw, 56px);
    max-width: 100%;
    object-fit: contain;
    object-position: left center;
}

.footer-brand .brand--with-logo {
    margin-bottom: 14px;
}

.footer-brand > p > strong {
    display: inline;
    font-weight: 700;
    color: var(--white);
    letter-spacing: 0.04em;
}

.nav-links {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    gap: clamp(8px, 1.2vw, 20px);
    color: var(--muted);
    font-size: 0.7rem;
    font-weight: 600;
    line-height: 1.15;
    text-transform: uppercase;
}

.nav-item {
    position: relative;
}

/* Desktop: keep the Services trigger box only as wide as the label so the
   dropdown’s left: 0 aligns under “Services”, not with a stretched flex item. */
@media (min-width: 901px) {
    .nav-item.nav-has-dropdown {
        width: max-content;
        max-width: 100%;
    }
}

.nav-links > a:not(.nav-cta),
.nav-links > .nav-item > .nav-services-head > a.nav-parent {
    position: relative;
    display: inline-flex;
    align-items: center;
    padding: 8px 2px 6px;
    color: rgba(255, 255, 255, 0.88);
    font-weight: 600;
    letter-spacing: 0.03em;
    transition: color 0.28s ease;
}

.nav-links > a:not(.nav-cta)::after,
.nav-links > .nav-item > .nav-services-head > a.nav-parent::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 2.5px;
    margin: 0 auto;
    max-width: 100%;
    background: linear-gradient(90deg, rgba(216, 155, 43, 1), rgba(216, 155, 43, 0.8));
    box-shadow: 0 0 14px rgba(216, 155, 43, 0.5);
    transform: scaleX(0);
    transform-origin: center;
    transition: transform 0.36s cubic-bezier(0.22, 1, 0.36, 1);
}

.nav-links > a:not(.nav-cta):hover,
.nav-links > .nav-item > .nav-services-head > a.nav-parent:hover {
    color: #ffffff;
}

.nav-links > a:not(.nav-cta):hover::after,
.nav-links > .nav-item > .nav-services-head > a.nav-parent:hover::after,
.nav-links > a:not(.nav-cta).active::after,
.nav-links > .nav-item > .nav-services-head > a.nav-parent.active::after {
    transform: scaleX(1);
}

.nav-links a.active {
    color: rgba(216, 155, 43, 0.95);
    font-weight: 700;
}

.nav-dropdown {
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    min-width: 260px;
    padding: 12px 0;
    border-radius: var(--radius-ui);
    border: 1.5px solid rgba(216, 155, 43, 0.32);
    background: linear-gradient(135deg, rgba(18, 26, 38, 0.94), rgba(20, 28, 40, 0.92));
    box-shadow: 0 24px 52px rgba(0, 0, 0, 0.48), inset 0 1px 0 rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(16px) saturate(1.2);
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition:
        opacity 0.32s ease,
        transform 0.32s var(--ease-out),
        visibility 0.32s;
    z-index: 30;
}

.nav-dropdown a {
    display: block;
    padding: 14px 24px;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    line-height: 1.4;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.84);
    border-bottom: 1px solid rgba(216, 155, 43, 0.12);
    transition: all 0.22s ease;
}

.nav-dropdown a:hover {
    background: rgba(216, 155, 43, 0.12);
    color: rgba(255, 255, 255, 0.98);
}

.nav-dropdown a:last-child {
    border-bottom: 0;
}

.nav-dropdown a:hover,
.nav-dropdown a.active {
    color: var(--white);
    background: rgba(216, 155, 43, 0.1);
    padding-inline: 26px 22px;
}

.nav-has-dropdown:hover .nav-dropdown,
.nav-has-dropdown:focus-within .nav-dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.nav-services-head {
    display: inline-flex;
    align-items: center;
    gap: 2px;
}

.nav-services-caret {
    display: none;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 6px 8px;
    border: 0;
    border-radius: 6px;
    background: transparent;
    color: rgba(255, 255, 255, 0.82);
    cursor: pointer;
    font: inherit;
    transition: color 0.22s ease, background 0.22s ease;
}

.nav-services-caret:hover {
    color: var(--white);
    background: rgba(216, 155, 43, 0.12);
}

.nav-services-caret-icon {
    display: block;
    width: 7px;
    height: 7px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(45deg);
    margin-top: -3px;
    opacity: 0.8;
}

.nav-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0 20px;
    border: 1.5px solid rgba(216, 155, 43, 0.45);
    border-radius: 999px;
    color: var(--navy);
    background: var(--gold);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    line-height: 1;
    box-shadow: 0 4px 14px rgba(216, 155, 43, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.22);
    transition: all 0.3s ease;
}

.nav-cta::after {
    display: none;
}

.nav-cta:hover {
    background: var(--gold-hover);
    box-shadow: 0 6px 20px rgba(216, 155, 43, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.26);
    transform: translateY(-2px);
    border-color: rgba(216, 155, 43, 0.55);
}

.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-width: 156px;
    min-height: var(--btn-min-h);
    border: 1px solid var(--line);
    border-radius: 999px;
    padding: 0 22px;
    font-size: 0.74rem;
    font-weight: 700;
    letter-spacing: 0.07em;
    line-height: 1.15;
    text-transform: uppercase;
    font-family: Oswald, Inter, system-ui, sans-serif;
    transition: transform 0.26s var(--ease-out), border-color 0.26s ease, background 0.26s ease, box-shadow 0.26s ease;
}

.button:hover {
    transform: translateY(-2px);
}

.service-card:hover,
.download-card:hover,
.industry-card:hover {
    transform: translateY(-4px);
}

.primary {
    background: var(--gold);
    color: var(--navy);
    border-color: rgba(216, 155, 43, 0.55);
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.28);
}

.primary:hover {
    background: var(--gold-hover);
    box-shadow: 0 0 20px rgba(216, 155, 43, 0.14), 0 14px 36px rgba(0, 0, 0, 0.32);
}

.gold-button {
    background: var(--gold);
    border-color: rgba(216, 155, 43, 0.5);
}

.gold-button:hover {
    background: var(--gold-hover);
}

.secondary {
    background: rgba(255, 255, 255, 0.06);
    color: var(--white);
    border-color: rgba(255, 255, 255, 0.18);
}

.button.primary::after,
.button.gold-button::after {
    content: "\2192";
    display: inline-block;
    font-weight: 700;
    transition: transform 0.38s cubic-bezier(0.22, 1, 0.36, 1);
}

.button.primary:hover::after,
.button.gold-button:hover::after {
    transform: translateX(8px);
}

.nav-toggle {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
    opacity: 0;
    pointer-events: none;
}

@media (min-width: 901px) {
    .nav-button {
        display: none;
    }
}

.hero {
    position: relative;
    min-height: 100svh;
    display: grid;
    align-items: center;
    padding: calc(var(--sticky-offset) + 48px) var(--page-gutter) 64px;
    overflow: hidden;
}

/* ═════════════════════════════════════════════════════════════════════════════
   UNIFIED HERO SYSTEM — All pages (home, inner, services, models, RTL)
   Single canonical architecture: 140 lines replacing 497 fragmented lines
   ═════════════════════════════════════════════════════════════════════════════ */

/* Base hero wrapper — works for any hero section */
.hero-section,
.page-hero,
.home-hero,
.model-hero {
    position: relative;
    isolation: isolate;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    background: var(--navy);
}

.page-hero {
    min-height: var(--hero-min-height-desktop);
    padding: var(--hero-padding-top-desktop) var(--page-gutter) var(--hero-padding-bottom-desktop);
    border-bottom: 1px solid rgba(10, 35, 72, 0.22);
    align-items: stretch;
}

.home-hero {
    min-height: var(--hero-min-height-home);
    padding: calc(var(--sticky-offset) + clamp(24px, 4vh, 48px)) var(--page-gutter) clamp(40px, 6vh, 72px);
    align-items: center;
}

/* Background layer — overlays + image */
.hero-section::before,
.page-hero::before,
.home-hero::before,
.model-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    background:
        var(--hero-overlay-primary),
        var(--hero-image, url("../images/heroes/hero-home-industrial.jpg")) center 35% / cover;
    transform-origin: 50% 50%;
}

@media (prefers-reduced-motion: no-preference) {
    .hero-section::before,
    .page-hero::before,
    .home-hero::before,
    .model-hero::before {
        animation: cinematicZoom 36s ease-in-out infinite alternate;
    }
}

@media (prefers-reduced-motion: reduce) {
    .hero-section::before,
    .page-hero::before,
    .home-hero::before,
    .model-hero::before {
        animation: none;
    }
}

/* Vignette overlay */
.hero-section::after,
.page-hero::after,
.home-hero::after,
.model-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    background: var(--hero-vignette);
}

/* Content container — left-aligned, max-width constrained */
.hero-content,
.page-hero-copy,
.home-hero__content,
.model-hero-copy {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: var(--hero-content-max-width);
    margin-inline: var(--hero-content-margin);
    text-align: var(--hero-content-text-align);
    padding-inline: 0;
}

.page-hero-copy {
    width: 100%;
}

.home-hero__content {
    text-align: start;
}

/* Metadata / category label */
.hero-eyebrow,
.page-hero .eyebrow,
.home-hero__eyebrow {
    font-size: var(--hero-eyebrow-size);
    letter-spacing: var(--hero-eyebrow-letter-spacing);
    font-weight: var(--hero-eyebrow-weight);
    color: var(--hero-eyebrow-color);
    text-align: var(--hero-content-text-align);
    margin-bottom: clamp(12px, 2vw, 18px);
}

/* Accent line before eyebrow */
.hero-eyebrow::before,
.page-hero .eyebrow::before,
.home-hero__eyebrow::before {
    content: "";
    display: block;
    width: 56px;
    height: 2px;
    margin-bottom: 14px;
    background: linear-gradient(90deg, var(--hero-eyebrow-color), rgba(216, 155, 43, 0));
}

.page-hero-copy::before,
.model-hero-copy::before {
    content: "";
    display: block;
    width: 56px;
    height: 2px;
    margin-bottom: 14px;
    background: linear-gradient(90deg, var(--gold), rgba(216, 155, 43, 0));
}

.page-hero-copy::after,
.model-hero-copy::after {
    content: none;
}

/* Main heading */
.hero-title,
.page-hero h1,
.page-hero-copy h1,
.home-hero__title,
.model-hero h1 {
    font-size: var(--hero-h1-size);
    font-weight: var(--hero-h1-weight);
    line-height: var(--hero-h1-line-height);
    color: var(--hero-h1-color);
    text-align: var(--hero-content-text-align);
    text-wrap: balance;
    margin: 0 0 clamp(14px, 2.5vw, 22px) 0;
    text-shadow:
        0 1px 0 rgba(0, 0, 0, 0.25),
        0 2px 24px rgba(3, 12, 28, 0.45),
        0 0 40px rgba(3, 12, 28, 0.3);
}

/* Description paragraph */
.hero-description,
.page-hero-copy p,
.page-hero-copy .marine-hero-lead,
.page-hero-copy .training-hero-lead,
.page-hero-copy .services-hub-hero-lead,
.home-hero__lead,
.model-hero-copy p {
    font-size: var(--hero-p-size);
    color: var(--hero-p-color);
    text-align: var(--hero-content-text-align);
    line-height: 1.62;
    margin: 0 0 clamp(18px, 3vw, 28px) 0;
    max-width: 38rem;
}

/* Action buttons group */
.hero-actions,
.page-hero .hero-actions,
.home-hero__actions,
.model-hero-actions {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: var(--hero-button-gap);
    justify-content: flex-start;
    align-items: center;
    margin-top: clamp(20px, 3vw, 32px);
}

/* Page hero specific button styling */
.page-hero .button.secondary {
    background: transparent;
    color: #fff;
    border: 1.5px solid rgba(255, 255, 255, 0.92);
    box-shadow: none;
    backdrop-filter: none;
}

.page-hero .button.secondary:hover {
    background: rgba(255, 255, 255, 0.08);
    border-color: #fff;
    color: #fff;
}

.page-hero .button.secondary.button--outline-navy {
    background: transparent !important;
    color: #fff !important;
    border: 1.5px solid rgba(255, 255, 255, 0.92) !important;
    box-shadow: none !important;
}

.page-hero .button.secondary.button--outline-navy:hover {
    background: rgba(255, 255, 255, 0.08) !important;
    border-color: #fff !important;
    color: #fff !important;
}

/* ═════════════════════════════════════════════════════════════════════════════
   ENTERPRISE HERO SYSTEM — Unified base architecture (NEW)
   Single reusable system for all 10 pages: home, about, services, marine,
   training, inspection, facilities, printing, careers, contact
   ═════════════════════════════════════════════════════════════════════════════ */

/* Base enterprise hero container */
.enterprise-hero {
    position: relative;
    isolation: isolate;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    background: var(--navy);
    min-height: var(--enterprise-hero-height-lg);
    padding: calc(var(--sticky-offset) + 48px) var(--page-gutter) 64px;
    border-bottom: 1px solid rgba(10, 35, 72, 0.22);
}

/* Background layer: image + overlay */
.enterprise-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    background:
        var(--enterprise-hero-overlay, rgba(5, 16, 34, 0.6)),
        var(--enterprise-hero-image, url("../images/heroes/hero-home-industrial.jpg")) var(--enterprise-hero-bg-position, center 35%) / cover no-repeat;
    transform-origin: center;
}

/* Vignette overlay layer */
.enterprise-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    background: var(--enterprise-hero-vignette, var(--hero-vignette));
}

/* Content wrapper - relative positioning for text on top of background */
.enterprise-hero__content {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: var(--hero-content-max-width);
    margin-inline: var(--hero-content-margin);
    text-align: var(--hero-content-text-align);
    padding-inline: 0;
}

/* Header section: eyebrow + title */
.enterprise-hero__header {
    position: relative;
    z-index: 2;
}

/* Eyebrow/category label */
.enterprise-hero__eyebrow {
    font-size: var(--hero-eyebrow-size);
    letter-spacing: var(--hero-eyebrow-letter-spacing);
    font-weight: var(--hero-eyebrow-weight);
    color: var(--hero-eyebrow-color);
    text-align: var(--hero-content-text-align);
    margin: 0 0 clamp(12px, 2vw, 18px) 0;
}

.enterprise-hero__eyebrow::before {
    content: "";
    display: block;
    width: 56px;
    height: 2px;
    margin-bottom: 14px;
    background: linear-gradient(90deg, var(--hero-eyebrow-color), rgba(216, 155, 43, 0));
}

/* Main heading */
.enterprise-hero__title {
    font-size: var(--hero-h1-size);
    font-weight: var(--hero-h1-weight);
    line-height: var(--hero-h1-line-height);
    color: var(--hero-h1-color);
    text-align: var(--hero-content-text-align);
    text-wrap: balance;
    margin: 0 0 clamp(14px, 2.5vw, 22px) 0;
    text-shadow:
        0 1px 0 rgba(0, 0, 0, 0.25),
        0 2px 24px rgba(3, 12, 28, 0.45),
        0 0 40px rgba(3, 12, 28, 0.3);
}

/* Body section: description + actions */
.enterprise-hero__body {
    position: relative;
    z-index: 2;
}

/* Description paragraph */
.enterprise-hero__description {
    font-size: var(--hero-p-size);
    color: var(--hero-p-color);
    text-align: var(--hero-content-text-align);
    line-height: 1.62;
    margin: 0 0 clamp(18px, 3vw, 28px) 0;
    max-width: 38rem;
}

/* Action buttons group */
.enterprise-hero__actions {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: var(--hero-button-gap);
    justify-content: flex-start;
    align-items: center;
    margin-top: clamp(20px, 3vw, 32px);
}

/* ─────────────────────────────────────────────────────────────────────────────
   ENTERPRISE HERO VARIANTS
   ───────────────────────────────────────────────────────────────────────────── */

/* Grid variant: 50/50 split (home page only) */
.enterprise-hero--grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: var(--enterprise-hero-gap);
    align-items: center;
}

/* Grid: Content area with integrated soft gradient (no boxed feeling) */
.enterprise-hero--grid .enterprise-hero__content {
    position: relative;
    z-index: 2;
    background: linear-gradient(90deg, rgba(5, 16, 34, 0.85) 0%, rgba(5, 16, 34, 0.3) 40%, transparent 100%);
    padding: 48px;
    border: none;
    border-radius: 0;
}

/* Grid: Spacer on right side (transparent, no dark block appearance) */
.enterprise-hero--grid .enterprise-hero__spacer {
    min-height: auto;
    background: transparent !important;
    pointer-events: none;
}

/* Overlay variant: Text overlay on full image (9 pages) */
.enterprise-hero--overlay {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.enterprise-hero--overlay .enterprise-hero__content {
    max-width: 36rem;
    background: transparent;
    padding: 0;
    border: none;
}

/* Animation: Home grid only, subtle cinematic motion */
@media (prefers-reduced-motion: no-preference) and (min-width: 769px) {
    .enterprise-hero--grid::before {
        animation: var(--enterprise-hero-motion, cinematicZoomSubtle 46s ease-in-out infinite alternate);
    }
}

/* Subtle Ken Burns zoom effect */
@keyframes cinematicZoomSubtle {
    0% { transform: scale(1.02); }
    100% { transform: scale(1.08); }
}

/* Disable animation on reduced motion */
@media (prefers-reduced-motion: reduce) {
    .enterprise-hero--grid::before {
        animation: none;
    }
}

/* ═════════════════════════════════════════════════════════════════════════════
   RESPONSIVE BREAKPOINTS — Unified enterprise hero system (NEW)
   Consolidates scattered 900/640/560/360 into unified 1440/1200/992/768/576/360
   ═════════════════════════════════════════════════════════════════════════════ */

/* Large desktop refinements (1440px+) */
@media (max-width: 1440px) {
    .enterprise-hero {
        min-height: var(--enterprise-hero-height-lg);
    }
}

/* Desktop/tablet transition (1200px) */
@media (max-width: 1200px) {
    .enterprise-hero {
        min-height: var(--enterprise-hero-height-md);
    }
}

/* Tablet landscape (992px) */
@media (max-width: 992px) {
    .enterprise-hero {
        min-height: var(--enterprise-hero-height-md);
    }

    .enterprise-hero--grid {
        gap: clamp(20px, 4vw, 56px);
    }
}

/* Tablet/mobile boundary (768px) - Major layout change */
@media (max-width: 768px) {
    .enterprise-hero {
        min-height: var(--enterprise-hero-height-sm);
        padding: calc(var(--sticky-offset) + 32px) var(--page-gutter) 40px;
    }

    /* Grid collapses to single column on tablet */
    .enterprise-hero--grid {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .enterprise-hero--grid .enterprise-hero__content {
        padding: 32px;
        background: linear-gradient(180deg, rgba(5, 16, 34, 0.8) 0%, rgba(5, 16, 34, 0.2) 100%);
    }

    .enterprise-hero--grid .enterprise-hero__spacer {
        display: none;
    }

    .enterprise-hero__title {
        font-size: clamp(1.5rem, 4.5vw, 2.2rem);
    }
}

/* Large mobile (576px) - Typography adjustments */
@media (max-width: 576px) {
    .enterprise-hero {
        min-height: var(--enterprise-hero-height-sm);
        padding: calc(var(--sticky-offset) + 28px) var(--page-gutter) 36px;
    }

    .enterprise-hero__title {
        font-size: clamp(1.4rem, 5vw, 2rem);
    }

    .enterprise-hero__description {
        font-size: clamp(0.9rem, 2.2vw, 1rem);
    }

    .enterprise-hero--grid .enterprise-hero__content {
        padding: 24px;
    }
}

/* Small mobile safeguard (360px) */
@media (max-width: 360px) {
    .enterprise-hero {
        min-height: var(--enterprise-hero-height-xs);
        padding: calc(var(--sticky-offset) + 24px) var(--page-gutter) 32px;
    }

    .enterprise-hero__eyebrow {
        font-size: 0.65rem;
    }

    .enterprise-hero__actions {
        flex-direction: column;
        align-items: stretch;
    }

    .enterprise-hero__actions .button {
        width: 100%;
    }
}

/* ═════════════════════════════════════════════════════════════════════════════
   RESPONSIVE BREAKPOINTS — Unified hero system (ORIGINAL)
   ═════════════════════════════════════════════════════════════════════════════ */

/* Tablet (900px and below) */
@media (max-width: 900px) {
    .hero-section,
    .page-hero,
    .home-hero,
    .model-hero {
        padding-top: var(--hero-padding-tablet);
        min-height: clamp(360px, 56svh, 500px);
    }

    .hero-title,
    .page-hero h1,
    .page-hero-copy h1,
    .home-hero__title,
    .model-hero h1 {
        text-align: var(--hero-content-text-align);
        max-width: 100%;
    }

    .model-hero {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .model-hero-copy {
        justify-self: start;
        width: 100%;
    }

    .model-kpis {
        justify-self: start;
        width: 100%;
        max-width: 100%;
    }
}

/* Mobile (560px and below) */
@media (max-width: 560px) {
    .hero-section,
    .page-hero,
    .home-hero,
    .model-hero {
        margin-inline: 0;
        padding-block: 40px;
        padding-inline: var(--page-gutter);
        min-height: auto;
    }

    .hero-content,
    .page-hero-copy,
    .home-hero__content,
    .model-hero-copy {
        text-align: var(--hero-content-text-align);
        margin-inline: 0;
    }

    .hero-eyebrow,
    .page-hero .eyebrow,
    .home-hero__eyebrow {
        text-align: var(--hero-content-text-align);
    }

    .hero-title,
    .page-hero h1,
    .page-hero-copy h1,
    .home-hero__title,
    .model-hero h1 {
        text-align: var(--hero-content-text-align);
    }

    .hero-description,
    .page-hero-copy p,
    .page-hero-copy .marine-hero-lead,
    .page-hero-copy .training-hero-lead,
    .page-hero-copy .services-hub-hero-lead,
    .home-hero__lead,
    .model-hero-copy p {
        text-align: var(--hero-content-text-align);
    }

    .hero-actions,
    .page-hero .hero-actions,
    .home-hero__actions,
    .model-hero-actions {
        justify-content: flex-start;
        flex-wrap: wrap;
    }
}

/* Hero focal point optimization — mobile adjustments */
@media (max-width: 640px) {
    .hero-section::before,
    .page-hero::before,
    .home-hero::before,
    .model-hero::before {
        background-position: center 40%;
    }
}

/* Extra-small (360px and below) */
@media (max-width: 360px) {
    .hero-section::before,
    .page-hero::before,
    .home-hero::before,
    .model-hero::before {
        background-position: center 45%;
    }
}

/* RTL/Arabic support — automatically handled by start/end properties */
html[dir="rtl"] .hero-content,
html[dir="rtl"] .page-hero-copy,
html[dir="rtl"] .home-hero__content,
html[dir="rtl"] .model-hero-copy {
    text-align: end;
}

html[dir="rtl"] .hero-actions,
html[dir="rtl"] .page-hero .hero-actions,
html[dir="rtl"] .home-hero__actions,
html[dir="rtl"] .model-hero-actions {
    justify-content: flex-end;
}

.model-hero-copy > * {
    opacity: 0;
    transform: translateY(14px);
    animation: heroFadeUp 0.72s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.model-hero-copy > *:nth-child(1) {
    animation-delay: 0s;
}

.model-hero-copy > *:nth-child(2) {
    animation-delay: 0.08s;
}

.model-hero-copy > *:nth-child(3) {
    animation-delay: 0.15s;
}

.model-hero-copy > *:nth-child(4) {
    animation-delay: 0.22s;
}

/* Page heroes: no opacity keyframe on children (avoids invisible H1 if reveal/JS fails or CSS order differs). */
.page-hero .page-hero-copy > * {
    opacity: 1;
    transform: none;
    animation: none;
}

.facilities-hero {
    --hero-image: url("../images/heroes/hero-facility-management.jpg");
}

.marine-hero {
    --hero-image: url("../images/heroes/hero-marine-operations.jpg");
}

.marine-hero-title span,
.training-hero-title span {
    display: block;
}

.marine-services-section {
    padding: var(--section-y-lg) var(--page-gutter);
    background:
        radial-gradient(circle at 80% 0%, rgba(216, 155, 43, 0.07), transparent 40%),
        var(--navy);
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.marine-services-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(16px, 2vw, 22px);
    max-width: var(--site-content);
    margin: 0 auto;
    align-items: stretch;
}

.marine-service-card {
    position: relative;
    display: grid;
    grid-template-rows: auto auto 1fr;
    gap: 12px;
    min-height: clamp(240px, 28vw, 300px);
    height: 100%;
    padding: clamp(22px, 2.5vw, 28px) clamp(20px, 2.4vw, 26px);
    border-radius: var(--radius-ui);
    border: 1px solid rgba(216, 155, 43, 0.22);
    overflow: hidden;
    background:
        linear-gradient(155deg, rgba(6, 17, 31, 0.94) 0%, rgba(6, 17, 31, 0.78) 45%, rgba(6, 17, 31, 0.55) 100%),
        linear-gradient(135deg, rgba(216, 155, 43, 0.12), transparent 55%),
        var(--marine-card-image) var(--marine-card-position, center) / cover;
    background-size: auto, auto, cover;
    background-repeat: no-repeat, no-repeat, no-repeat;
    box-shadow: 0 18px 48px rgba(0, 0, 0, 0.35);
    transition:
        border-color 0.35s ease,
        box-shadow 0.35s ease,
        transform 0.35s ease,
        background-size 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}

.marine-service-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, transparent 15%, rgba(255, 255, 255, 0.07), transparent 85%);
    transform: translateX(-120%);
    transition: transform 0.75s ease;
    pointer-events: none;
    z-index: 0;
}

.marine-service-card:hover {
    border-color: rgba(216, 155, 43, 0.48);
    box-shadow: 0 22px 56px rgba(0, 0, 0, 0.42);
}

@media (hover: hover) and (pointer: fine) {
    .marine-service-card:hover {
        background-size: auto, auto, 106%;
    }

    .marine-service-card:hover::before {
        transform: translateX(120%);
    }
}

.marine-service-card > * {
    position: relative;
    z-index: 1;
}

.marine-service-icon {
    font-size: 0.8rem;
    color: var(--gold);
    line-height: 1;
    text-shadow: 0 0 14px var(--gold-glow-soft);
}

.marine-service-card h3 {
    margin: 0;
    font-size: clamp(1.05rem, 1.5vw, 1.28rem);
    line-height: 1.2;
}

.marine-service-card p {
    margin: 0;
    color: rgba(255, 255, 255, 0.78);
    font-size: 0.9rem;
    line-height: 1.55;
}

.marine-pillars-band .pillar-sub {
    color: var(--muted);
}

.marine-pillar-eyebrow {
    margin-bottom: 12px;
    text-align: center;
}

.marine-process-track {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 16px;
    max-width: var(--site-content);
    margin: 0 auto;
}

.marine-clients-section {
    background: var(--dark);
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.marine-clients-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
    max-width: var(--site-content);
    margin: 0 auto;
    padding: 0;
    list-style: none;
}

.marine-clients-item {
    padding: 18px 20px;
    border-radius: var(--radius-ui);
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.04);
    font-size: 0.88rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    font-family: Oswald, Inter, system-ui, sans-serif;
    color: rgba(255, 255, 255, 0.9);
    text-align: center;
    transition: border-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
}

.marine-clients-item:hover {
    border-color: rgba(216, 155, 43, 0.4);
    box-shadow: 0 0 24px var(--gold-glow-soft);
    transform: translateY(-2px);
}

/* Marine Technical Services Section */
.marine-technical-services-section {
    padding: var(--section-y-lg) var(--page-gutter);
    background: var(--dark);
    border-top: 1px solid rgba(216, 155, 43, 0.08);
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.marine-technical-services-section .section-heading {
    max-width: min(860px, 100%);
    margin: 0 auto clamp(28px, 4vw, 40px);
    text-align: center;
}

.marine-technical-services-section .section-heading h2 {
    color: #ffffff !important;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.35);
}

.service-tagline {
    font-size: clamp(1.2rem, 3vw, 1.6rem);
    line-height: 1.4;
    color: rgba(216, 155, 43, 0.95);
    font-weight: 600;
    letter-spacing: 0.02em;
    margin: 16px 0 20px !important;
}

.marine-technical-services-section .service-tagline {
    color: rgba(255, 255, 255, 0.85) !important;
}

.marine-technical-cards-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 340px), 1fr));
    gap: 18px;
    max-width: var(--site-content);
    margin: 0 auto;
}

.marine-technical-card {
    position: relative;
    border: 1px solid rgba(216, 155, 43, 0.25);
    border-radius: var(--radius-ui);
    background: rgba(245, 245, 245, 0.02);
    overflow: hidden;
    transition: all 0.3s ease;
}

.marine-technical-card:hover {
    border-color: rgba(216, 155, 43, 0.45);
    box-shadow: 0 12px 40px rgba(216, 155, 43, 0.1);
}

.marine-tech-toggle {
    display: none;
}

.marine-tech-header {
    display: grid;
    grid-template-columns: 44px 1fr 20px;
    gap: 12px;
    align-items: start;
    padding: 18px;
    padding-bottom: 16px;
    cursor: pointer;
    user-select: none;
    transition: background-color 0.3s ease;
    border-bottom: 1px solid rgba(216, 155, 43, 0.1);
}

.marine-technical-card:hover .marine-tech-header {
    background: rgba(216, 155, 43, 0.06);
    border-bottom-color: rgba(216, 155, 43, 0.2);
}

.tech-number {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 8px;
    background: linear-gradient(135deg, rgba(216, 155, 43, 0.2), rgba(216, 155, 43, 0.1));
    border: 1.5px solid rgba(216, 155, 43, 0.35);
    font-size: 1.1rem;
    font-weight: 700;
    color: rgba(216, 155, 43, 1);
    flex-shrink: 0;
}

.tech-title {
    display: block;
    font-size: 0.95rem;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.95);
    letter-spacing: 0.02em;
    line-height: 1.25;
}

.tech-intro {
    display: block;
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.4;
    margin-top: 4px;
    grid-column: 2;
}

.tech-caret {
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(216, 155, 43, 0.6);
    font-size: 0.8rem;
    transition: transform 0.3s ease, color 0.3s ease;
    flex-shrink: 0;
    grid-column: 3;
    grid-row: 1;
}

.marine-tech-toggle:checked + .marine-tech-header .tech-caret {
    transform: rotate(180deg);
    color: rgba(216, 155, 43, 0.95);
}

.marine-tech-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.marine-tech-toggle:checked ~ .marine-tech-content {
    max-height: 800px;
}

.marine-tech-services {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 0 18px 18px;
    list-style: none;
    margin: 0;
    border-top: 1px solid rgba(216, 155, 43, 0.15);
    padding-top: 16px;
}

.marine-tech-services li {
    display: flex;
    gap: 12px;
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.6;
    padding-left: 0;
}

.marine-tech-services li::before {
    content: "▸";
    color: rgba(216, 155, 43, 0.9);
    font-weight: 700;
    flex-shrink: 0;
}

/* Trust Band Section */
.marine-trust-band {
    padding: clamp(50px, 7vw, 80px) var(--page-gutter);
    background: linear-gradient(180deg, rgba(18, 26, 38, 0.5) 0%, rgba(20, 28, 40, 0.3) 100%);
    border-top: 1px solid rgba(216, 155, 43, 0.08);
    border-bottom: 1px solid rgba(216, 155, 43, 0.15);
}

.trust-heading {
    text-align: center;
    margin-bottom: 40px;
}

.trust-heading .eyebrow {
    color: rgba(216, 155, 43, 0.8);
}

.trust-heading h3 {
    font-size: clamp(1.4rem, 3vw, 1.8rem);
    font-weight: 700;
    color: #ffffff !important;
    line-height: 1.3;
    letter-spacing: 0.02em;
}

.trust-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 16px;
    max-width: 1200px;
    margin: 0 auto;
}

.trust-point {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    padding: 24px;
    border-radius: 10px;
    border: 1.5px solid rgba(216, 155, 43, 0.28);
    background: rgba(245, 245, 245, 0.03);
    text-align: center;
    transition: all 0.3s ease;
}

.trust-point:hover {
    border-color: rgba(216, 155, 43, 0.5);
    background: rgba(245, 245, 245, 0.06);
    box-shadow: 0 8px 24px rgba(216, 155, 43, 0.08);
    transform: translateY(-4px);
}

.trust-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(216, 155, 43, 0.15), rgba(216, 155, 43, 0.08));
    border: 1px solid rgba(216, 155, 43, 0.4);
    color: rgba(216, 155, 43, 0.95);
    font-size: 0.9rem;
    font-weight: 700;
}

.trust-point p {
    margin: 0;
    font-size: 0.88rem;
    font-weight: 600;
    letter-spacing: 0.03em;
    color: rgba(255, 255, 255, 0.85);
    line-height: 1.5;
}

/* Responsive: Tablet */
@media (max-width: 900px) {
    .marine-technical-cards-container {
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
        gap: 16px;
    }

    .marine-tech-header {
        grid-template-columns: 44px 1fr 20px;
        padding: 20px;
    }

    .tech-number {
        width: 40px;
        height: 40px;
        font-size: 1rem;
    }

    .tech-title {
        font-size: 0.98rem;
    }

    .tech-intro {
        font-size: 0.8rem;
    }

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

/* Responsive: Mobile */
@media (max-width: 620px) {
    .marine-process-track {
        grid-template-columns: 1fr;
    }

    .marine-technical-cards-container {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .marine-tech-header {
        grid-template-columns: 40px 1fr 18px;
        padding: 16px;
        gap: 12px;
    }

    .tech-number {
        width: 36px;
        height: 36px;
        font-size: 0.9rem;
    }

    .tech-title {
        font-size: 0.92rem;
    }

    .tech-intro {
        font-size: 0.75rem;
        margin-top: 6px;
    }

    .marine-tech-services {
        padding: 0 16px 16px;
        gap: 10px;
    }

    .marine-tech-services li {
        font-size: 0.85rem;
    }

    .trust-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
    }

    .trust-point {
        padding: 18px;
    }

    .trust-icon {
        width: 32px;
        height: 32px;
        font-size: 0.8rem;
    }

    .trust-point p {
        font-size: 0.8rem;
    }

    .service-tagline {
        font-size: 1.1rem;
    }
}

@media (max-width: 1180px) {
    .marine-process-track {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 780px) {
    .marine-process-track {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

.industries-hero {
    --hero-image: url("../images/heroes/hero-industrial-operations.jpg");
}

.downloads-hero {
    --hero-image: url("https://images.unsplash.com/photo-1454165804606-c3d57bc86b40?auto=format&fit=crop&w=2200&q=85");
}

/* Contact hero — cinematic industrial communication image
   Lighter vertical wash (0.68 → 0.52) + softer left read band so refinery /
   sunset / foreground props stay visible; premium dark tone retained. */
.contact-hero {
    --hero-image: url("../images/heroes/hero-contact-industrial-connection.jpg");
}

.contact-hero.page-hero::before {
    background:
        linear-gradient(
            90deg,
            rgba(5, 16, 34, 0.58) 0%,
            rgba(5, 16, 34, 0.22) 44%,
            rgba(5, 16, 34, 0.07) 72%,
            transparent 100%
        ),
        linear-gradient(180deg, rgba(5, 16, 34, 0.68) 0%, rgba(5, 16, 34, 0.52) 100%),
        url("../images/heroes/hero-contact-industrial-connection.jpg") center / cover no-repeat;
    background-color: #050f1f;
    filter: brightness(0.92);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

/* Bottom vignette: lighter than global .page-hero::after so sunset / lights read */
.contact-hero.page-hero::after {
    background: linear-gradient(180deg, transparent 0%, transparent 62%, rgba(3, 12, 28, 0.34) 100%);
}

@media (max-width: 720px) {
    .contact-hero.page-hero::before {
        background:
            linear-gradient(90deg, rgba(5, 16, 34, 0.42) 0%, rgba(5, 16, 34, 0.1) 52%, transparent 78%),
            linear-gradient(180deg, rgba(5, 16, 34, 0.62) 0%, rgba(5, 16, 34, 0.46) 100%),
            url("../images/heroes/hero-contact-industrial-connection.jpg") center / cover no-repeat;
        filter: brightness(0.94);
    }

    .contact-hero.page-hero::after {
        background: linear-gradient(180deg, transparent 0%, transparent 55%, rgba(3, 12, 28, 0.32) 100%);
    }
}

.home-model {
    background: var(--navy);
}

.home-model .home-services-section .section-heading,
.home-model .home-download-preview .section-heading {
    text-align: center;
    margin-inline: auto;
}

.home-model .home-services-section .section-heading p,
.home-model .home-download-preview .section-heading p {
    max-width: min(680px, 100%);
    margin-inline: auto;
}

/* Model hero — two-column layout for services pages */
.model-hero {
    position: relative;
    min-height: 560px;
    display: grid;
    grid-template-columns: minmax(0, 1.12fr) minmax(248px, 304px);
    align-items: center;
    justify-content: space-between;
    column-gap: clamp(20px, 3.5vw, 48px);
    row-gap: 28px;
    width: 100%;
    max-width: none;
    margin-inline: 0;
    box-sizing: border-box;
    padding: calc(var(--sticky-offset) + 32px) var(--page-gutter) 48px;
    overflow: hidden;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.model-hero-bg {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(6, 17, 31, 0.98) 0%, rgba(6, 17, 31, 0.82) 40%, rgba(6, 17, 31, 0.28) 100%),
        url("https://images.unsplash.com/photo-1504917595217-d4dc5ebe6122?auto=format&fit=crop&w=2200&q=85") center / cover;
    animation: cinematicZoom 18s ease-in-out infinite alternate;
}

.model-hero-bg::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        radial-gradient(ellipse 120% 85% at 14% 18%, rgba(216, 155, 43, 0.12), transparent 44%),
        linear-gradient(180deg, rgba(6, 17, 31, 0.06) 0%, rgba(6, 17, 31, 0.55) 52%, rgba(6, 17, 31, 0.9) 100%);
}

/* Grid overlay for model hero */
.model-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background-image: linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
    background-size: 86px 86px;
    opacity: 0.18;
}

.model-hero::before,
.page-hero .page-hero-copy + *::before {
    content: "";
}

.model-hero-copy,
.model-kpis {
    position: relative;
    z-index: 1;
}

.model-hero-copy {
    width: min(100%, 640px);
    min-width: 0;
    justify-self: start;
    text-align: start;
    margin-inline: 0;
}

.model-hero h1 {
    max-width: 640px;
    margin-bottom: 22px;
    font-size: clamp(2.35rem, 4.2vw, 4.1rem);
    line-height: 1.03;
    text-transform: uppercase;
    overflow-wrap: normal;
    text-wrap: balance;
    color: var(--hero-h1-color);
    text-shadow:
        0 1px 0 rgba(0, 0, 0, 0.25),
        0 2px 24px rgba(3, 12, 28, 0.45),
        0 0 40px rgba(3, 12, 28, 0.3);
}

.model-hero-copy p {
    max-width: 500px;
    color: rgba(255, 255, 255, 0.82);
    font-size: 1.02rem;
    line-height: 1.62;
}

.model-kpis {
    display: grid;
    width: min(100%, 300px);
    max-width: 100%;
    justify-self: end;
    align-self: center;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: var(--radius-ui);
    overflow: hidden;
    background:
        linear-gradient(165deg, rgba(255, 255, 255, 0.14) 0%, rgba(255, 255, 255, 0.04) 45%, rgba(6, 17, 31, 0.25) 100%),
        rgba(6, 17, 31, 0.35);
    backdrop-filter: blur(20px) saturate(1.18);
    box-shadow:
        0 20px 56px rgba(0, 0, 0, 0.36),
        inset 0 1px 0 rgba(255, 255, 255, 0.1),
        0 0 0 1px rgba(216, 155, 43, 0.12);
}

.model-kpis article {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-rows: auto auto;
    column-gap: 12px;
    row-gap: 4px;
    align-items: center;
    min-height: 86px;
    padding: 16px 18px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    animation: kpiPanelFloat 7s ease-in-out infinite;
}

.model-kpis .kpi-icon {
    grid-row: 1 / span 2;
    color: var(--gold);
    font-size: 0.75rem;
    line-height: 1;
    text-shadow: 0 0 14px var(--gold-glow-soft);
}

.model-kpis .kpi-stat {
    grid-column: 2;
    font-size: 1.45rem;
    font-weight: 700;
    line-height: 1;
    font-family: Oswald, Inter, system-ui, sans-serif;
    letter-spacing: 0.04em;
}

.model-kpis article strong {
    grid-column: 2;
}

.model-kpis article:nth-child(2) {
    animation-delay: 0.7s;
}

.model-kpis article:nth-child(3) {
    animation-delay: 1.4s;
}

.model-kpis article,
.model-stat-grid article,
.detail-card,
.timeline article,
.reel-panel {
    position: relative;
}

.model-kpis article::before,
.model-stat-grid article::before,
.detail-card::before,
.timeline article::before,
.reel-panel::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: linear-gradient(120deg, transparent 20%, rgba(255, 255, 255, 0.08), transparent 80%);
    transform: translateX(-120%);
    transition: transform 0.7s ease;
    pointer-events: none;
    z-index: 0;
}

.model-kpis article:hover::before,
.model-stat-grid article:hover::before,
.detail-card:hover::before,
.timeline article:hover::before,
.reel-panel:hover::before {
    transform: translateX(120%);
}

.model-kpis article:last-child {
    border-bottom: 0;
}

.model-kpis strong {
    color: var(--muted);
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    font-family: Oswald, Inter, system-ui, sans-serif;
}

.model-divisions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.model-division-card {
    position: relative;
    min-height: 395px;
    padding: clamp(30px, 4vw, 56px);
    overflow: hidden;
    background-size: 100%;
    background-position: center;
    transition:
        transform 0.35s ease,
        background-size 0.75s cubic-bezier(0.22, 1, 0.36, 1),
        box-shadow 0.45s ease,
        border-color 0.45s ease;
    border-right: 1px solid rgba(216, 155, 43, 0.12);
}

.model-division-card:last-child {
    border-right: 0;
}

.model-division-card:hover {
    transform: translateY(-4px);
    background-size: 112%;
    box-shadow: inset 0 0 0 1px rgba(216, 155, 43, 0.35), 0 0 48px var(--gold-glow-soft);
}

.model-division-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(4, 10, 18, 0.96) 0%, rgba(4, 10, 18, 0.74) 50%, rgba(4, 10, 18, 0.22) 100%),
        radial-gradient(circle at 25% 20%, rgba(216, 155, 43, 0.18), transparent 26%);
}

.model-division-card > * {
    position: relative;
    z-index: 1;
}

.model-facilities {
    background-image: url("https://images.unsplash.com/photo-1486406146926-c627a92ad1ab?auto=format&fit=crop&w=1400&q=85");
}

.model-marine {
    background-image: url("https://images.unsplash.com/photo-1516397281156-ca07cf9746fc?auto=format&fit=crop&w=1400&q=85");
}

.line-icon {
    color: var(--gold);
    font-size: 2.4rem;
    line-height: 1;
}

.model-division-card h2 {
    max-width: 420px;
    margin: 12px 0 16px;
    font-size: clamp(1.8rem, 3vw, 3rem);
    text-transform: uppercase;
}

.model-division-card p {
    max-width: 440px;
    color: rgba(255, 255, 255, 0.75);
}

.model-division-card strong {
    display: block;
    margin-bottom: 8px;
}

.model-division-card ul,
.presence-list {
    padding: 0;
    margin: 0 0 20px;
    list-style: none;
}

.model-division-card li,
.presence-list li {
    color: rgba(255, 255, 255, 0.78);
    font-size: 0.9rem;
}

.model-division-card li::before,
.presence-list li::before {
    content: "✓";
    margin-right: 10px;
    color: var(--gold);
}

.outline-link {
    display: inline-flex;
    align-items: center;
    min-height: var(--btn-min-h);
    padding: 0 18px;
    border: 1px solid rgba(255, 255, 255, 0.34);
    border-radius: 4px;
    color: var(--white);
    font-size: 0.78rem;
    font-weight: 900;
    text-transform: uppercase;
}

.outline-link::after {
    content: "→";
    margin-left: 14px;
    color: var(--gold);
    display: inline-block;
    transition: transform 0.38s cubic-bezier(0.22, 1, 0.36, 1);
}

.outline-link:hover::after {
    transform: translateX(8px);
}

.pillar-band {
    padding: clamp(48px, 7vw, 80px) var(--page-gutter);
    border-top: 1px solid rgba(216, 155, 43, 0.08);
    background:
        radial-gradient(circle at 20% 0%, rgba(216, 155, 43, 0.1), transparent 38%),
        linear-gradient(180deg, #050a12, var(--dark));
    color: var(--white);
    border-top: 1px solid rgba(216, 155, 43, 0.15);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.verticals-section {
    position: relative;
    padding: var(--section-y-lg) var(--page-gutter);
    overflow: hidden;
    background:
        radial-gradient(circle at 18% 20%, rgba(216, 155, 43, 0.12), transparent 28%),
        radial-gradient(circle at 78% 20%, rgba(216, 155, 43, 0.09), transparent 30%),
        var(--navy);
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.verticals-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px);
    background-size: 72px 72px;
    opacity: 0.22;
    pointer-events: none;
}

.verticals-section > * {
    position: relative;
    z-index: 1;
}

.verticals-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 16px;
}

.vertical-card {
    position: relative;
    min-height: 320px;
    padding: 28px;
    overflow: hidden;
    border: 1px solid rgba(216, 155, 43, 0.26);
    border-radius: 8px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.035)),
        rgba(255, 255, 255, 0.04);
    box-shadow: 0 26px 70px rgba(0, 0, 0, 0.24);
    backdrop-filter: blur(18px);
    transition: transform 0.28s ease, border-color 0.28s ease, box-shadow 0.28s ease;
}

.vertical-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.08), transparent);
    transform: translateX(-120%);
    transition: transform 0.75s ease;
}

.vertical-card:hover {
    transform: translateY(-7px);
    border-color: rgba(216, 155, 43, 0.7);
    box-shadow: 0 0 54px rgba(216, 155, 43, 0.14);
}

.vertical-card:hover::before {
    transform: translateX(120%);
}

.vertical-card > * {
    position: relative;
    z-index: 1;
}

.vertical-card span {
    display: block;
    margin-bottom: 22px;
    color: var(--gold);
    font-size: clamp(1.35rem, 2vw, 2rem);
    font-weight: 900;
    line-height: 1;
    text-transform: uppercase;
}

.vertical-card p {
    color: rgba(255, 255, 255, 0.84);
}

.vertical-card ul {
    padding: 0;
    margin: 22px 0 0;
    list-style: none;
}

.vertical-card li {
    color: rgba(255, 255, 255, 0.88);
    font-size: 0.86rem;
}

.vertical-card li::before {
    content: ">";
    margin-right: 10px;
    color: var(--gold);
}

.pillar-heading {
    max-width: 900px;
    margin: 0 auto 22px;
    text-align: center;
}

.pillar-heading h2 {
    margin-bottom: 8px;
    font-size: clamp(1.7rem, 3vw, 3.1rem);
    text-transform: uppercase;
    color: #ffffff !important;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.35);
}

.pillar-heading span {
    color: var(--soft-gold);
}

.pillar-heading p {
    color: rgba(255, 255, 255, 0.8);
}

.pillar-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
    max-width: var(--site-content);
    margin: 0 auto;
}

.pillar-card {
    display: grid;
    grid-template-columns: 80px 1fr;
    gap: 22px;
    min-height: 138px;
    padding: 26px 28px;
    border: 1px solid rgba(216, 155, 43, 0.22);
    border-radius: 10px;
    background:
        linear-gradient(160deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02)),
        rgba(6, 17, 31, 0.65);
    backdrop-filter: blur(14px);
    transition: transform 0.32s ease, box-shadow 0.32s ease, border-color 0.32s ease;
}

.pillar-card:hover {
    transform: translateY(-5px);
    border-color: rgba(216, 155, 43, 0.55);
    box-shadow: 0 22px 50px rgba(0, 0, 0, 0.35), 0 0 36px var(--gold-glow-soft);
}

.pillar-card > span {
    color: var(--gold);
    font-size: 2.4rem;
    font-weight: 700;
}

.pillar-card h3 {
    margin-bottom: 8px;
    font-size: 1.25rem;
    text-transform: uppercase;
    color: #ffffff !important;
}

.pillar-card p {
    margin: 0;
    color: rgba(255, 255, 255, 0.86) !important;
    font-size: 0.88rem;
}

.model-industries,
.model-presence {
    display: grid;
    grid-template-columns: 230px minmax(0, 1fr);
    gap: clamp(20px, 3vw, 28px);
    padding: clamp(28px, 4vw, 40px) var(--page-gutter);
    background: var(--navy);
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.model-map-card,
.map-card {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(216, 155, 43, 0.28);
    background:
        radial-gradient(circle at 52% 48%, rgba(216, 155, 43, 0.16), transparent 38%),
        rgba(255, 255, 255, 0.045);
}

.model-map-card::before,
.map-card::before {
    content: "";
    position: absolute;
    inset: -40%;
    background:
        conic-gradient(from 0deg, transparent 0deg, rgba(216, 155, 43, 0.16) 32deg, transparent 70deg);
    animation: radarSweep 7s linear infinite;
    opacity: 0.7;
    z-index: 0;
    pointer-events: none;
}

.model-map-card::after,
.map-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px);
    background-size: 44px 44px;
    mask-image: radial-gradient(circle at center, black 0 60%, transparent 82%);
    opacity: 0.8;
    z-index: 0;
    pointer-events: none;
}

.model-map-card > *,
.map-card > * {
    position: relative;
    z-index: 1;
}

.model-section-intro h2 {
    margin-bottom: 16px;
    font-size: clamp(1.8rem, 3vw, 2.8rem);
    text-transform: uppercase;
}

.model-section-intro h2::after {
    content: "";
    display: block;
    width: 54px;
    height: 3px;
    margin-top: 10px;
    background: var(--gold);
}

.model-section-intro p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.92rem;
}

.model-industry-row {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 14px;
}

.model-industry-card {
    position: relative;
    min-height: 185px;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 10px;
    background-size: 100%;
    background-position: center;
    transition:
        transform 0.32s ease,
        border-color 0.32s ease,
        box-shadow 0.32s ease,
        background-size 0.75s cubic-bezier(0.22, 1, 0.36, 1);
}

.model-industry-card:hover {
    transform: translateY(-5px);
    background-size: 112%;
    border-color: rgba(216, 155, 43, 0.55);
    box-shadow: 0 0 40px var(--gold-glow-soft);
}

.model-industry-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(4, 10, 18, 0.12), rgba(4, 10, 18, 0.9));
}

.model-industry-card span {
    position: relative;
    z-index: 1;
    padding: 18px;
    font-weight: 900;
}

.model-presence {
    grid-template-columns: 230px minmax(320px, 1fr) 390px;
    align-items: center;
    background:
        radial-gradient(circle at 50% 40%, rgba(216, 155, 43, 0.1), transparent 34%),
        var(--navy);
}

.model-map-card {
    min-height: 300px;
}

.model-saudi-map {
    position: relative;
    min-height: 330px;
    z-index: 1;
}

.model-saudi-map::before {
    content: "";
    position: absolute;
    inset: 8% 10%;
    clip-path: polygon(42% 0, 68% 10%, 83% 31%, 76% 56%, 88% 76%, 58% 100%, 30% 88%, 14% 63%, 0 41%, 18% 18%);
    background:
        radial-gradient(circle at 54% 48%, rgba(216, 155, 43, 0.36), transparent 12%),
        linear-gradient(145deg, rgba(255, 255, 255, 0.12), rgba(216, 155, 43, 0.09));
    border: 1px solid rgba(255, 255, 255, 0.18);
    box-shadow:
        0 0 34px rgba(216, 155, 43, 0.18),
        0 0 70px rgba(216, 155, 43, 0.14),
        inset 0 0 45px rgba(255, 255, 255, 0.08);
    animation: mapFloat 5s ease-in-out infinite, mapGlow 2.8s ease-in-out infinite alternate;
}

.model-saudi-map::after {
    content: "";
    position: absolute;
    inset: 16% 18%;
    border: 1px solid rgba(216, 155, 43, 0.35);
    border-radius: 50%;
    box-shadow:
        0 0 0 18px rgba(216, 155, 43, 0.04),
        0 0 0 42px rgba(216, 155, 43, 0.03),
        0 0 40px rgba(216, 155, 43, 0.16);
    animation: pulseRing 2.8s ease-out infinite;
}

.model-stat-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.model-stat-grid article {
    min-height: 112px;
    padding: 24px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.05);
}

.model-stat-grid span {
    display: block;
    margin-bottom: 6px;
    font-size: 2rem;
    font-weight: 900;
}

.model-stat-grid strong {
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.88rem;
}

.story-reel {
    position: relative;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1px;
    min-height: 520px;
    overflow: hidden;
    background: #030912;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.luxury-dossier {
    position: relative;
    display: grid;
    grid-template-columns: minmax(300px, 0.4fr) minmax(0, 0.6fr);
    gap: clamp(32px, 6vw, 80px);
    align-items: start;
    padding: clamp(60px, 8vw, 100px) var(--page-gutter);
    background:
        linear-gradient(135deg, rgba(216, 155, 43, 0.06) 0%, transparent 35%),
        linear-gradient(45deg, transparent 70%, rgba(216, 155, 43, 0.03) 100%),
        linear-gradient(180deg, rgba(6, 17, 31, 0.4) 0%, rgba(6, 17, 31, 0) 60%),
        var(--dark);
    border-top: 1px solid rgba(212, 163, 59, 0.12);
    border-bottom: 1px solid rgba(212, 163, 59, 0.12);
}

.luxury-dossier::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(255, 255, 255, 0.012) 1px, transparent 1px),
        linear-gradient(rgba(212, 163, 59, 0.04) 0 1px, transparent 1px);
    background-size: 80px 80px, 100% 120px;
    opacity: 0.7;
    pointer-events: none;
}

.dossier-copy {
    position: sticky;
    top: 140px;
}

.dossier-copy h2 {
    font-size: clamp(2.2rem, 4.5vw, 4.8rem);
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1.08;
    color: rgba(255, 255, 255, 0.95);
    border-top: 1px solid rgba(212, 163, 59, 0.16);
    padding-top: 1.25rem;
    letter-spacing: 0.02em;
}

.dossier-copy p {
    max-width: 520px;
    color: rgba(255, 255, 255, 0.75);
    line-height: 1.54;
    font-size: 0.98rem;
}

.dossier-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(18px, 2.5vw, 24px);
}

.dossier-grid article {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 280px;
    padding: clamp(26px, 3vw, 32px);
    overflow: hidden;
    border: 1px solid rgba(212, 163, 59, 0.2);
    border-top: 2px solid rgba(212, 163, 59, 0.22);
    border-radius: 10px;
    background:
        linear-gradient(135deg, rgba(30, 40, 55, 0.8) 0%, rgba(20, 28, 40, 0.95) 100%),
        linear-gradient(45deg, transparent 70%, rgba(212, 163, 59, 0.04) 100%);
    box-shadow:
        0 20px 60px rgba(0, 0, 0, 0.32),
        inset 0 1px 0 rgba(212, 163, 59, 0.08);
    backdrop-filter: blur(14px);
    transition: transform 0.24s ease, border-color 0.24s ease, box-shadow 0.24s ease;
}

.dossier-grid article::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, transparent, rgba(212, 163, 59, 0.06), transparent);
    transform: translateX(-120%);
    transition: transform 0.52s ease;
    pointer-events: none;
}

.dossier-grid article:hover {
    transform: translateY(-5px);
    border-color: rgba(212, 163, 59, 0.35);
    box-shadow:
        0 28px 72px rgba(0, 0, 0, 0.4),
        0 0 32px rgba(212, 163, 59, 0.12),
        inset 0 1px 0 rgba(212, 163, 59, 0.12);
}

.dossier-grid article:hover::before {
    transform: translateX(120%);
}

.dossier-grid article > * {
    position: relative;
    z-index: 1;
}

.dossier-grid span {
    display: inline-flex;
    margin-bottom: 28px;
    color: rgba(212, 163, 59, 0.9);
    font-size: 0.8rem;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    font-family: Oswald, Inter, system-ui, sans-serif;
}

.dossier-grid h3 {
    margin: 0 0 10px;
    text-transform: uppercase;
    font-size: 1.12rem;
    font-weight: 700;
    color: rgba(212, 163, 59, 0.95);
    font-family: Oswald, Inter, system-ui, sans-serif;
    letter-spacing: 0.04em;
}

.dossier-grid p {
    margin: 0;
    max-width: 35ch;
    flex-grow: 1;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.48;
    font-size: 0.97rem;
}

.story-reel::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(rgba(3, 9, 18, 0.42), rgba(3, 9, 18, 0.82)),
        var(--reel-image) center / cover fixed;
    animation: cinematicZoom 22s ease-in-out infinite alternate;
}

.story-reel::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px),
        linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px);
    background-size: 33.33% 100%, 100% 80px;
    opacity: 0.25;
}

.fm-reel {
    --reel-image: url("https://images.unsplash.com/photo-1503387762-592deb58ef4e?auto=format&fit=crop&w=2200&q=85");
}

.marine-reel {
    --reel-image: url("https://images.unsplash.com/photo-1500530855697-b586d89ba3ee?auto=format&fit=crop&w=2200&q=85");
}

.about-reel {
    --reel-image: url("https://images.unsplash.com/photo-1497366754035-f200968a6e72?auto=format&fit=crop&w=2200&q=85");
}

.reel-panel {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    min-height: 520px;
    padding: clamp(28px, 4vw, 54px);
    border-right: 1px solid rgba(255, 255, 255, 0.13);
    background:
        linear-gradient(180deg, rgba(6, 17, 31, 0.12), rgba(6, 17, 31, 0.82)),
        rgba(255, 255, 255, 0.02);
    transition: background 0.35s ease, transform 0.35s ease;
    overflow: hidden;
}

.reel-panel:last-child {
    border-right: 0;
}

.reel-panel:hover {
    background:
        radial-gradient(circle at 35% 35%, rgba(216, 155, 43, 0.16), transparent 34%),
        linear-gradient(180deg, rgba(6, 17, 31, 0.08), rgba(6, 17, 31, 0.72));
    transform: translateY(-6px);
}

.reel-panel span {
    color: var(--gold);
    font-size: 0.78rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.14em;
}

.reel-panel h2 {
    max-width: 520px;
    margin: 16px 0;
    font-size: clamp(2rem, 3.4vw, 4.2rem);
    text-transform: uppercase;
}

.reel-panel p {
    max-width: 460px;
    color: rgba(255, 255, 255, 0.72);
}

.story-section,
.detail-grid-section,
.values-section,
.industry-detail-section,
.luxury-dossier {
    position: relative;
    overflow: hidden;
}

.story-section::before,
.detail-grid-section::before,
.values-section::before,
.industry-detail-section::before,
.luxury-dossier::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        linear-gradient(90deg, transparent, rgba(216, 155, 43, 0.05), transparent),
        radial-gradient(circle at 80% 10%, rgba(216, 155, 43, 0.1), transparent 26%);
    opacity: 0.7;
    animation: sectionLightMove 9s ease-in-out infinite alternate;
}

.story-section > *,
.detail-grid-section > *,
.values-section > *,
.industry-detail-section > *,
.luxury-dossier > * {
    position: relative;
    z-index: 1;
}

.model-kpis article > *,
.model-stat-grid article > *,
.detail-card > *,
.timeline article > *,
.reel-panel > * {
    position: relative;
    z-index: 1;
}

.hero-bg {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(6, 17, 31, 0.96), rgba(6, 17, 31, 0.72), rgba(6, 17, 31, 0.28)),
        url("https://images.unsplash.com/photo-1504917595217-d4dc5ebe6122?auto=format&fit=crop&w=2200&q=85") center / cover;
    animation: cinematicZoom 18s ease-in-out infinite alternate;
}

.hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background-image: radial-gradient(circle, rgba(216, 155, 43, 0.32) 1px, transparent 1px);
    background-size: 42px 42px;
    opacity: 0.12;
    animation: particleDrift 16s linear infinite;
}

.hero-content,
.kpi-deck {
    position: relative;
    z-index: 1;
}

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

.eyebrow {
    margin: 0 0 11px;
    color: var(--gold);
    font-size: 0.74rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

h1,
h2,
h3,
p {
    margin-top: 0;
}

h1 {
    max-width: min(920px, 100%);
    margin-bottom: 20px;
    font-size: clamp(2.2rem, 5.2vw, 4.35rem);
    line-height: 1.04;
    letter-spacing: 0.02em;
}

h2 {
    margin-bottom: 18px;
    font-size: clamp(1.75rem, 3.4vw, 3.35rem);
    line-height: 1.06;
    letter-spacing: 0.02em;
}

h3 {
    font-size: clamp(1.2rem, 1.85vw, 1.85rem);
    line-height: 1.12;
}

.hero-copy,
.section-copy p,
.service-card p,
.control-cards p,
.detail-card p,
.timeline p,
.industry-detail-card p {
    max-width: 640px;
    color: var(--muted);
}

.hero-actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 26px;
    align-items: center;
}

.kpi-deck {
    display: grid;
    grid-template-columns: repeat(4, minmax(120px, 1fr));
    gap: 14px;
    max-width: 820px;
    margin-top: clamp(40px, 6vw, 56px);
    margin-left: auto;
}

.kpi-deck article,
.control-cards article,
.stats-grid article,
.download-card,
.contact-form,
.map-preview,
.map-card {
    background: var(--glass);
    border: 1px solid var(--line);
    box-shadow: 0 24px 80px rgba(0, 0, 0, 0.28);
    backdrop-filter: blur(18px);
}

.kpi-deck article {
    border-radius: 10px;
    padding: 20px;
    border-color: rgba(216, 155, 43, 0.22);
    background:
        linear-gradient(160deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02)),
        var(--glass-strong);
    animation: floatCard 5s ease-in-out infinite;
}

.kpi-deck article:hover {
    border-color: rgba(216, 155, 43, 0.45);
    box-shadow: 0 0 36px var(--gold-glow-soft), 0 24px 80px rgba(0, 0, 0, 0.32);
}

.kpi-deck article:nth-child(even) {
    animation-delay: 1s;
}

.kpi-deck strong {
    display: block;
    font-size: 1.35rem;
}

.kpi-deck span {
    color: rgba(255, 255, 255, 0.78);
    font-size: 0.82rem;
}

.section {
    padding: var(--section-y-lg) var(--page-gutter);
}

.cinematic-strip {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: max-content;
    gap: clamp(28px, 6vw, 90px);
    overflow: hidden;
    padding: 16px var(--page-gutter);
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    background: var(--dark);
    color: rgba(255, 255, 255, 0.62);
    font-size: clamp(1.2rem, 2vw, 2.2rem);
    font-weight: 900;
    text-transform: uppercase;
    white-space: nowrap;
}

.cinematic-strip span {
    animation: textSweep 12s linear infinite alternate;
}

.split,
.map-section,
.contact-section {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(300px, 0.95fr);
    gap: clamp(24px, 4.5vw, 56px);
    align-items: center;
}

.split > *,
.map-section > *,
.contact-section > * {
    min-width: 0;
}

.about-section {
    background: var(--graphite);
}

.image-panel {
    min-height: 580px;
    border-radius: 10px;
    border: 1px solid rgba(216, 155, 43, 0.15);
    background:
        linear-gradient(180deg, rgba(6, 17, 31, 0.08), rgba(6, 17, 31, 0.82)),
        url("https://images.unsplash.com/photo-1581092160562-40aa08e78837?auto=format&fit=crop&w=1300&q=85") center / cover;
    background-size: 100%;
    transition: background-size 0.85s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.4s ease, border-color 0.4s ease;
}

.image-panel:hover {
    background-size: 112%;
    border-color: rgba(216, 155, 43, 0.4);
    box-shadow: 0 0 48px var(--gold-glow-soft);
}

.cinema-panel {
    min-height: 560px;
    border-radius: 10px;
    border: 1px solid rgba(216, 155, 43, 0.15);
    background:
        linear-gradient(180deg, rgba(6, 17, 31, 0.06), rgba(6, 17, 31, 0.85)),
        var(--panel-image) center / cover;
    background-size: 100%;
    box-shadow: 0 32px 90px rgba(0, 0, 0, 0.36);
    transition: background-size 0.85s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.4s ease, border-color 0.4s ease;
}

.cinema-panel:hover {
    background-size: 112%;
    border-color: rgba(216, 155, 43, 0.42);
    box-shadow: 0 0 52px var(--gold-glow-soft), 0 32px 90px rgba(0, 0, 0, 0.42);
}

.fm-panel {
    --panel-image: url("https://images.unsplash.com/photo-1621905251189-08b45d6a269e?auto=format&fit=crop&w=1400&q=85");
}

.marine-panel {
    --panel-image: url("../images/heroes/hero-marine-operations.jpg");
}

.division-card a,
.download-card a {
    display: inline-flex;
    margin-top: 18px;
    color: var(--gold);
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    font-family: Oswald, Inter, system-ui, sans-serif;
    font-size: 0.76rem;
}

.text-link,
.whatsapp {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 18px;
    color: var(--soft-gold);
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    font-family: Oswald, Inter, system-ui, sans-serif;
    font-size: 0.78rem;
    position: relative;
    padding-bottom: 2px;
    transition: color 0.25s ease;
}

.text-link::after,
.whatsapp::after {
    content: "\2192";
    display: inline-block;
    transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

.text-link:hover,
.whatsapp:hover {
    color: var(--gold);
}

.text-link:hover::after,
.whatsapp:hover::after {
    transform: translateX(6px);
}

.section-heading {
    max-width: min(860px, 100%);
    margin-bottom: clamp(28px, 4vw, 36px);
}

.section-heading h2 {
    margin-bottom: 10px;
    font-weight: 700;
}

.division-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    min-height: 620px;
    border: 1px solid var(--line);
    overflow: hidden;
    border-radius: 8px;
}

.division-card {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    min-height: 620px;
    padding: clamp(28px, 5vw, 58px);
    background-size: 100%;
    background-position: center;
    transition:
        transform 0.35s ease,
        filter 0.35s ease,
        background-size 0.75s cubic-bezier(0.22, 1, 0.36, 1),
        box-shadow 0.45s ease;
}

.division-card:hover {
    transform: translateY(-4px);
    background-size: 112%;
    box-shadow: inset 0 0 0 1px rgba(216, 155, 43, 0.35), 0 0 50px var(--gold-glow-soft);
}

.division-card::before,
.service-card::before,
.industry-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(6, 17, 31, 0.16), rgba(6, 17, 31, 0.92));
}

.division-card > *,
.service-card > *,
.industry-card > * {
    position: relative;
    z-index: 1;
}

.facilities {
    background-image: url("https://images.unsplash.com/photo-1486406146926-c627a92ad1ab?auto=format&fit=crop&w=1300&q=85");
}

.marine {
    background-image: url("https://images.unsplash.com/photo-1516397281156-ca07cf9746fc?auto=format&fit=crop&w=1300&q=85");
}

.division-card ul {
    padding: 0;
    margin: 18px 0 0;
    list-style: none;
    color: rgba(255, 255, 255, 0.74);
}

.statement {
    padding: clamp(72px, 11vw, 140px) var(--page-gutter);
    background:
        linear-gradient(rgba(6, 17, 31, 0.88), rgba(6, 17, 31, 0.94)),
        url("https://images.unsplash.com/photo-1513828583688-c52646db42da?auto=format&fit=crop&w=2200&q=85") center / cover fixed;
}

.statement h2 {
    max-width: min(1040px, 100%);
    font-size: clamp(2.4rem, 7vw, 5.5rem);
    line-height: 1.05;
}

.control-cards,
.stats-grid,
.download-grid,
.detail-grid,
.industry-detail-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.control-cards article,
.stats-grid article,
.download-card,
.detail-card,
.timeline article,
.industry-detail-card,
.story-frame {
    border-radius: 8px;
    padding: 28px;
    background: var(--glass);
    border: 1px solid var(--line);
    border-top: 2px solid rgba(212, 163, 59, 0.15);
    box-shadow: 0 24px 80px rgba(0, 0, 0, 0.24);
    backdrop-filter: blur(18px);
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.story-section {
    background:
        radial-gradient(circle at 12% 20%, rgba(216, 155, 43, 0.16), transparent 28%),
        var(--graphite);
}

.story-frame {
    max-width: 980px;
    margin-bottom: 26px;
}

.story-frame h2 {
    max-width: 900px;
}

.timeline {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
    counter-reset: timeline;
}

.timeline article {
    position: relative;
    min-height: 260px;
    overflow: hidden;
}

.timeline article::after,
.detail-card::after,
.industry-detail-card::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 2px;
    background: linear-gradient(90deg, transparent, var(--gold), transparent);
    transform: translateX(-100%);
    transition: transform 0.45s ease;
}

.timeline article:hover::after,
.detail-card:hover::after,
.industry-detail-card:hover::after {
    transform: translateX(0);
}

.timeline span,
.industry-detail-card span {
    display: inline-block;
    color: var(--gold);
    font-size: 0.78rem;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    margin-bottom: 0.5rem;
}

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

.detail-card,
.industry-detail-card {
    position: relative;
    overflow: hidden;
    min-height: 220px;
    transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.detail-card:hover,
.industry-detail-card:hover {
    transform: translateY(-5px);
    border-color: rgba(216, 155, 43, 0.45);
    box-shadow: 0 0 48px rgba(216, 155, 43, 0.16);
}

.detail-card h3 {
    margin-bottom: 14px;
}

.industry-detail-section {
    background: var(--graphite);
}

.industry-detail-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.industry-detail-card {
    min-height: 270px;
    background:
        linear-gradient(135deg, rgba(216, 155, 43, 0.12), transparent),
        rgba(255, 255, 255, 0.06);
}

.control-cards span {
    color: var(--gold);
    font-size: 0.78rem;
    font-weight: 800;
}

.control-cards strong,
.stats-grid strong {
    display: block;
    margin: 12px 0;
    font-size: clamp(1.8rem, 4vw, 4rem);
    line-height: 1;
}

.bento-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-auto-rows: minmax(260px, auto);
    gap: 18px;
}

.service-card {
    position: relative;
    display: flex;
    align-items: flex-end;
    min-height: 280px;
    padding: 28px;
    overflow: hidden;
    border-radius: 10px;
    background-size: 100%;
    background-position: center;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition:
        transform 0.32s ease,
        box-shadow 0.32s ease,
        border-color 0.32s ease,
        background-size 0.75s cubic-bezier(0.22, 1, 0.36, 1);
}

.service-card:hover,
.download-card:hover {
    background-size: 112%;
    border-color: rgba(216, 155, 43, 0.45);
    box-shadow: 0 0 52px var(--gold-glow-soft), 0 0 0 1px rgba(216, 155, 43, 0.25);
}

.service-card.wide {
    grid-column: span 2;
}

.industries {
    background: var(--graphite);
}

.industry-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.sector-story-section {
    position: relative;
    background:
        linear-gradient(90deg, rgba(255, 255, 255, 0.015) 1px, transparent 1px),
        var(--navy);
    background-size: 80px 80px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.sector-story-section::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    opacity: 0;
}

.sector-cinema-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}

.sector-story-card {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr);
    min-height: 280px;
    overflow: hidden;
    border-radius: 12px;
    border: 1px solid rgba(216, 155, 43, 0.2);
    border-top: 2px solid rgba(212, 163, 59, 0.16);
    background: rgba(255, 255, 255, 0.03);
    box-shadow: 0 28px 70px rgba(0, 0, 0, 0.35);
    transition: border-color 0.35s ease, box-shadow 0.35s ease, transform 0.35s ease;
}

.sector-story-card:hover {
    border-color: rgba(216, 155, 43, 0.5);
    box-shadow: 0 0 48px var(--gold-glow-soft), 0 32px 80px rgba(0, 0, 0, 0.4);
    transform: translateY(-4px);
}

.sector-story-media {
    position: relative;
    min-height: 220px;
    background-image: var(--sector-image);
    background-size: 100%;
    background-position: center;
    transition: background-size 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}

.sector-story-card:hover .sector-story-media {
    background-size: 112%;
}

.sector-story-media::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(6, 17, 31, 0.15), rgba(6, 17, 31, 0.65));
    pointer-events: none;
}

.sector-story-copy {
    padding: clamp(22px, 3vw, 36px);
    display: grid;
    align-content: center;
    gap: 12px;
}

.sector-story-copy span {
    font-family: Oswald, Inter, system-ui, sans-serif;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--gold);
}

.sector-story-copy h3 {
    margin: 0;
    font-size: clamp(1.25rem, 2vw, 1.65rem);
}

.sector-story-copy strong {
    color: var(--soft-gold);
    font-size: 0.92rem;
    line-height: 1.45;
}

.sector-story-copy p {
    margin: 0;
    color: var(--muted);
    font-size: 0.89rem;
    line-height: 1.48;
    max-width: 38ch;
}

.sector-story-copy em {
    font-style: normal;
    font-size: 0.82rem;
    color: rgba(255, 255, 255, 0.72);
}

.industry-card {
    position: relative;
    min-height: 190px;
    display: flex;
    align-items: flex-end;
    padding: 22px;
    overflow: hidden;
    border-radius: 8px;
    background:
        linear-gradient(135deg, rgba(216, 155, 43, 0.16), transparent),
        url("https://images.unsplash.com/photo-1494526585095-c41746248156?auto=format&fit=crop&w=900&q=80") center / cover;
}

.industry-card span {
    font-weight: 800;
}

.stats-section {
    background:
        radial-gradient(circle at 50% 0, rgba(216, 155, 43, 0.2), transparent 34%),
        var(--navy);
}

.stats-grid article {
    text-align: center;
}

.stats-grid span {
    color: rgba(255, 255, 255, 0.8);
}

.map-card {
    border-radius: 8px;
    padding: 22px;
}

.saudi-map {
    position: relative;
    min-height: 520px;
    border-radius: 8px;
    background:
        radial-gradient(circle at 50% 46%, rgba(216, 155, 43, 0.16), transparent 30%),
        linear-gradient(135deg, rgba(216, 155, 43, 0.18), transparent),
        rgba(255, 255, 255, 0.04);
    overflow: hidden;
    z-index: 1;
}

.saudi-map::before {
    content: "";
    position: absolute;
    inset: 14% 22% 12% 19%;
    clip-path: polygon(42% 0, 68% 10%, 83% 31%, 76% 56%, 88% 76%, 58% 100%, 30% 88%, 14% 63%, 0 41%, 18% 18%);
    background:
        radial-gradient(circle at 58% 42%, rgba(216, 155, 43, 0.4), transparent 10%),
        linear-gradient(145deg, rgba(255, 255, 255, 0.16), rgba(216, 155, 43, 0.2));
    border: 1px solid rgba(255, 255, 255, 0.22);
    box-shadow:
        0 0 42px rgba(216, 155, 43, 0.22),
        0 0 90px rgba(216, 155, 43, 0.16),
        inset 0 0 50px rgba(255, 255, 255, 0.09);
    animation: mapFloat 5s ease-in-out infinite, mapGlow 2.8s ease-in-out infinite alternate;
}

.saudi-map::after {
    content: "";
    position: absolute;
    inset: 20%;
    border: 1px solid rgba(216, 155, 43, 0.35);
    border-radius: 50%;
    animation: pulseRing 2.8s ease-out infinite;
}

.map-pin {
    position: absolute;
    z-index: 2;
    border: 0;
    border-radius: 999px;
    padding: 8px 12px;
    background: var(--gold);
    color: #04111d;
    font-weight: 800;
    cursor: pointer;
    transform: translate(-50%, -50%);
    box-shadow:
        0 0 18px rgba(216, 155, 43, 0.8),
        0 0 42px rgba(216, 155, 43, 0.25);
    animation: pinFloat 2.4s ease-in-out infinite;
}

.map-pin::before {
    content: "";
    position: absolute;
    inset: -10px;
    border-radius: inherit;
    border: 1px solid rgba(216, 155, 43, 0.55);
    animation: pulse 1.8s ease-out infinite;
}

.map-pin::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 2px;
    height: 60px;
    background: linear-gradient(rgba(216, 155, 43, 0.7), transparent);
    transform: translate(-50%, 8px);
    opacity: 0.55;
}

.clients {
    background: var(--graphite);
}

.logo-row {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 14px;
}

.logo-row span {
    display: grid;
    place-items: center;
    min-height: 120px;
    border: 1px solid var(--line);
    border-radius: 8px;
    color: rgba(255, 255, 255, 0.62);
    filter: grayscale(1);
}

.logo-row span:hover {
    color: var(--white);
    border-color: rgba(216, 155, 43, 0.5);
}

.pdf-thumb {
    display: grid;
    place-items: center;
    width: 82px;
    aspect-ratio: 0.72;
    margin-bottom: 24px;
    border-radius: 6px;
    background: linear-gradient(155deg, #ffffff, var(--soft-gold));
    color: var(--navy);
    font-weight: 900;
}

.contact-section {
    background:
        linear-gradient(rgba(6, 17, 31, 0.9), rgba(6, 17, 31, 0.96)),
        url("https://images.unsplash.com/photo-1494412651409-8963ce7935a7?auto=format&fit=crop&w=2200&q=85") center / cover;
}

.contact-form {
    border-radius: 8px;
    padding: clamp(24px, 4vw, 42px);
}

.contact-form label {
    display: grid;
    gap: 8px;
    margin-bottom: 16px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.88rem;
    font-weight: 700;
}

.contact-form input,
.contact-form textarea,
.contact-form select {
    width: 100%;
    border: 1px solid var(--line);
    border-radius: 8px;
    padding: 14px 16px;
    background: rgba(5, 12, 23, 0.72);
    color: var(--white);
    font: inherit;
}

.contact-form input:focus,
.contact-form textarea:focus,
.contact-form select:focus {
    outline: 1px solid var(--gold);
}

.form-status {
    color: var(--gold);
    font-weight: 700;
}

.map-preview {
    display: grid;
    place-items: center;
    min-height: 520px;
    border-radius: 8px;
    text-align: center;
    background:
        linear-gradient(135deg, rgba(216, 155, 43, 0.12), rgba(255, 255, 255, 0.03)),
        rgba(255, 255, 255, 0.06);
}

.map-preview span {
    font-size: clamp(2rem, 5vw, 4.8rem);
    font-weight: 900;
    line-height: 1;
}

.site-footer {
    display: grid;
    grid-template-columns: 1.5fr repeat(4, minmax(0, 1fr));
    gap: clamp(48px, 5vw, 72px);
    padding: clamp(80px, 10vw, 120px) var(--page-gutter);
    padding-bottom: clamp(140px, 12vw, 160px);
    background:
        radial-gradient(ellipse 100% 100% at 50% 0%, rgba(216, 155, 43, 0.06), transparent 60%),
        linear-gradient(180deg, #03070d 0%, #020509 100%);
    border-top: 1px solid rgba(216, 155, 43, 0.12);
}

.footer-col {
    display: grid;
    align-content: start;
    gap: 18px;
}

.footer-brand {
    gap: 20px;
}

.footer-brand > p {
    color: var(--muted);
    font-size: 0.95rem;
    line-height: 1.7;
    max-width: 380px;
}

.footer-social {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: clamp(8px, 1.8vw, 12px);
    margin-top: clamp(14px, 2.5vw, 20px);
}

.social-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 9px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    color: rgba(216, 155, 43, 0.72);
    background: rgba(4, 10, 18, 0.35);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
    transition:
        border-color 0.28s var(--ease-out),
        color 0.28s ease,
        background-color 0.28s ease,
        box-shadow 0.28s var(--ease-out),
        transform 0.28s var(--ease-out);
}

.social-link--icon {
    padding: 0;
}

.social-link .social-icon {
    display: block;
    width: 18px;
    height: 18px;
    flex-shrink: 0;
}

.social-link:hover {
    border-color: rgba(216, 155, 43, 0.42);
    color: rgba(255, 248, 232, 0.98);
    background: rgba(216, 155, 43, 0.1);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.06),
        0 0 0 1px rgba(0, 0, 0, 0.2),
        0 4px 14px rgba(0, 0, 0, 0.25);
    transform: translateY(-1px);
}

.social-link:focus-visible {
    outline: 2px solid rgba(216, 155, 43, 0.55);
    outline-offset: 2px;
}

.site-footer a.social-link {
    font-size: 0;
    letter-spacing: 0;
    line-height: 0;
    color: rgba(216, 155, 43, 0.72);
}

.site-footer a.social-link:hover {
    color: rgba(255, 248, 232, 0.98);
}

@media (max-width: 640px) {
    .footer-social {
        max-width: 100%;
    }

    .social-link {
        width: 34px;
        height: 34px;
    }

    .social-link .social-icon {
        width: 16px;
        height: 16px;
    }
}

.footer-note {
    font-size: 0.88rem;
    color: rgba(170, 180, 192, 0.75);
    line-height: 1.6;
}

.footer-badges {
    grid-column: 1 / -1;
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    padding-top: 32px;
}

.footer-badge {
    padding: 8px 16px;
    border-radius: 6px;
    border: 1px solid rgba(216, 155, 43, 0.15);
    font-size: 0.7rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgba(170, 180, 192, 0.7);
    background-color: rgba(216, 155, 43, 0.04);
}

.site-footer a {
    color: var(--muted);
    font-size: 0.9rem;
    letter-spacing: 0.02em;
    line-height: 1.8;
    transition: color 0.25s ease;
}

.site-footer a:hover {
    color: var(--soft-gold);
}

.site-footer strong {
    display: block;
    margin-bottom: 14px;
    font-family: Oswald, Inter, system-ui, sans-serif;
    font-size: 0.85rem;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--white);
}

.copyright {
    grid-column: 1 / -1;
    padding-top: 40px;
    margin: 0;
    border-top: 1px solid rgba(216, 155, 43, 0.12);
    font-size: 0.8rem;
    color: rgba(170, 180, 192, 0.65);
    letter-spacing: 0.05em;
}

.floating-cta {
    position: fixed;
    right: 18px;
    bottom: 18px;
    z-index: 15;
    display: none;
    padding: 14px 20px;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--soft-gold), var(--gold));
    color: var(--navy);
    font-family: Oswald, Inter, system-ui, sans-serif;
    font-weight: 600;
    font-size: 0.72rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    box-shadow: 0 20px 50px rgba(216, 155, 43, 0.35);
    border: 1px solid rgba(216, 155, 43, 0.4);
    transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.floating-cta:hover {
    box-shadow: 0 0 32px var(--gold-glow-soft);
    transform: translateY(-2px);
}

.reveal {
    opacity: 0;
    transform: translateY(16px);
    transition:
        opacity 0.72s cubic-bezier(0.22, 1, 0.36, 1),
        transform 0.72s cubic-bezier(0.22, 1, 0.36, 1);
}

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

@keyframes heroFadeUp {
    from {
        opacity: 0;
        transform: translateY(14px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes kpiPanelFloat {
    50% {
        transform: translateY(-6px);
    }
}

@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(24px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes cinematicZoom {
    from { transform: scale(1); }
    to { transform: scale(1.08); }
}

@keyframes particleDrift {
    to { background-position: 42px 84px; }
}

@keyframes floatCard {
    50% { transform: translateY(-10px); }
}

@keyframes pulse {
    from {
        opacity: 0.8;
        transform: scale(0.7);
    }
    to {
        opacity: 0;
        transform: scale(1.5);
    }
}

@keyframes textSweep {
    to {
        transform: translateX(-42px);
    }
}

@keyframes ambientGlow {
    from {
        opacity: 0.75;
        transform: scale(1);
    }
    to {
        opacity: 1;
        transform: scale(1.04);
    }
}

@keyframes slowSpin {
    to {
        transform: rotate(360deg);
    }
}

@keyframes radarSweep {
    to {
        transform: rotate(360deg);
    }
}

@keyframes mapFloat {
    50% {
        transform: translateY(-8px);
    }
}

@keyframes mapGlow {
    from {
        filter: drop-shadow(0 0 10px rgba(216, 155, 43, 0.2));
    }
    to {
        filter: drop-shadow(0 0 22px rgba(216, 155, 43, 0.34));
    }
}

@keyframes pulseRing {
    from {
        opacity: 0.8;
        transform: scale(0.82);
    }
    to {
        opacity: 0;
        transform: scale(1.26);
    }
}

@keyframes pinFloat {
    50% {
        transform: translate(-50%, calc(-50% - 5px));
    }
}

@keyframes sectionLightMove {
    from {
        transform: translateX(-5%);
    }
    to {
        transform: translateX(5%);
    }
}

@media (max-width: 1180px) {
    .model-hero {
        grid-template-columns: minmax(0, 1fr) minmax(240px, 300px);
    }

    .model-hero h1 {
        font-size: clamp(2.2rem, 4.8vw, 3.65rem);
    }

    .model-industry-row {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

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

    .model-presence {
        grid-template-columns: 230px minmax(0, 1fr);
    }

    .model-stat-grid {
        grid-column: 1 / -1;
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

@media (max-width: 1180px) and (min-width: 901px) {
    .nav-links {
        gap: clamp(6px, 1vw, 14px);
        font-size: 0.66rem;
    }

    .nav-links > a:not(.nav-cta),
    .nav-links > .nav-item > .nav-services-head > a.nav-parent {
        padding-inline: 0;
    }
}

@media (max-width: 900px) {
    .header-inner {
        grid-template-columns: minmax(0, 1fr) auto;
        grid-template-rows: auto auto;
    }

    .header-inner .brand {
        grid-column: 1;
        grid-row: 1;
    }

    .brand-logo:not(.brand-logo--full):not(.brand-logo--footer) {
        width: auto;
        height: 48px;
    }

    .brand-legal {
        font-size: 0.96rem;
    }

    .brand-tagline {
        font-size: 0.62rem;
    }

    .header-end {
        grid-column: 2;
        grid-row: 1;
    }

    .header-inner .nav-links {
        grid-column: 1 / -1;
        grid-row: 2;
        height: 0;
        padding: 0;
        margin: 0;
        overflow: visible;
        border: none;
        background: none;
        pointer-events: none;
    }

    .header-inner.is-nav-open .nav-links {
        pointer-events: auto;
    }

    .nav-button {
        display: grid;
        place-items: center;
        width: 48px;
        height: 48px;
        border: 1.5px solid rgba(216, 155, 43, 0.36);
        border-radius: 999px;
        background: rgba(255, 255, 255, 0.06);
        cursor: pointer;
        transition: all 0.3s ease;
    }

    .nav-button:hover {
        background: rgba(255, 255, 255, 0.1);
        border-color: rgba(216, 155, 43, 0.52);
    }

    .nav-button span,
    .nav-button span::before,
    .nav-button span::after {
        display: block;
        width: 20px;
        height: 2px;
        background: rgba(255, 255, 255, 0.88);
        border-radius: 1px;
        transition: all 0.3s ease;
    }

    .nav-button span::before,
    .nav-button span::after {
        content: "";
        position: relative;
    }

    .nav-button span::before {
        top: -8px;
    }

    .nav-button span::after {
        top: 6px;
    }

    .nav-toggle:checked ~ .nav-button span {
        background: transparent;
    }

    .nav-toggle:checked ~ .nav-button span::before {
        top: 0;
        transform: rotate(45deg);
    }

    .nav-toggle:checked ~ .nav-button span::after {
        top: 0;
        transform: rotate(-45deg);
    }

    .nav-links {
        position: fixed;
        top: calc(var(--sticky-offset) + 8px);
        right: max(12px, env(safe-area-inset-right, 0px));
        left: max(12px, env(safe-area-inset-left, 0px));
        display: flex;
        flex-direction: column;
        align-items: stretch;
        gap: 4px;
        padding: 18px 20px 22px;
        border: 1px solid rgba(216, 155, 43, 0.22);
        border-radius: 12px;
        background: rgba(6, 17, 31, 0.97);
        backdrop-filter: blur(20px) saturate(1.2);
        box-shadow: 0 28px 80px rgba(0, 0, 0, 0.55), 0 0 0 1px rgba(255, 255, 255, 0.04);
        opacity: 0;
        visibility: hidden;
        transform: translateY(-16px);
        pointer-events: none;
        transition:
            opacity 0.42s cubic-bezier(0.22, 1, 0.36, 1),
            transform 0.42s cubic-bezier(0.22, 1, 0.36, 1),
            visibility 0.42s;
    }

    .header-inner.is-nav-open .nav-links {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
        pointer-events: auto;
    }

    .nav-links > a:not(.nav-cta),
    .nav-links > .nav-item > .nav-services-head > a.nav-parent {
        padding: 12px 4px 14px;
    }

    .nav-services-caret {
        display: inline-flex;
    }

    .nav-has-dropdown .nav-dropdown {
        position: static;
        max-height: 0;
        overflow: hidden;
        opacity: 1;
        visibility: visible;
        transform: none;
        margin: 0;
        padding: 0 0 0 8px;
        border: 0;
        border-left: 2px solid transparent;
        border-radius: 0;
        background: transparent;
        box-shadow: none;
        backdrop-filter: none;
        transition: max-height 0.45s cubic-bezier(0.22, 1, 0.36, 1), padding 0.35s ease, border-color 0.35s ease;
    }

    .nav-has-dropdown.dropdown-open .nav-dropdown {
        max-height: 520px;
        padding: 8px 0 12px 10px;
        border-left-color: rgba(216, 155, 43, 0.45);
    }

    .nav-dropdown a {
        padding: 10px 14px;
        border-bottom: 0;
        font-size: 0.7rem;
    }

    .nav-has-dropdown:hover .nav-dropdown {
        opacity: 1;
        visibility: visible;
        transform: none;
    }

    .kpi-deck,
    .model-hero,
    .model-divisions,
    .pillar-grid,
    .model-industries,
    .model-presence,
    .model-stat-grid,
    .story-reel,
    .luxury-dossier,
    .division-grid,
    .split,
    .map-section,
    .contact-section,
    .control-cards,
    .stats-grid,
    .download-grid,
    .timeline,
    .detail-grid,
    .dossier-grid,
    .service-bento-grid,
    .service-trust-grid,
    .service-related-grid,
    .service-process-track,
    .home-services-grid,
    .home-download-grid,
    .training-programs-grid,
    .training-audience-grid,
    .training-outcomes-grid,
    .marine-services-grid,
    .marine-clients-grid,
    .insights-card-grid,
    .insights-resource-grid {
        grid-template-columns: 1fr;
    }

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

    .insights-bulletin-row {
        grid-template-columns: 1fr;
    }

    .insights-bulletin-audience {
        text-align: left;
    }

    .site-footer {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: clamp(40px, 4vw, 56px);
        padding: clamp(60px, 8vw, 100px) var(--page-gutter);
        padding-bottom: clamp(130px, 11vw, 150px);
    }

    .footer-badges {
        grid-column: 1 / -1;
    }

    .dossier-copy {
        position: static;
    }

    .model-kpis {
        width: 100%;
        justify-self: stretch;
    }

    .bento-grid,
    .industry-grid,
    .industry-detail-grid,
    .verticals-grid,
    .logo-row,
    .sector-cinema-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .service-card.wide {
        grid-column: span 1;
    }

    .image-panel,
    .cinema-panel,
    .division-card,
    .reel-panel,
    .map-preview,
    .saudi-map {
        min-height: 420px;
    }

    .story-reel::after {
        background-size: 100% 33.33%, 100% 80px;
    }

    .model-division-card {
        border-right: 0;
    }
}

@media (max-width: 620px) {
    .header-inner {
        padding: 14px 16px;
    }

    .hero {
        padding: 115px 18px 54px;
        align-items: end;
    }

    .brand-copy strong {
        font-size: 0.82rem;
    }

    .brand-copy small {
        font-size: 0.5rem;
    }

    .brand-mark {
        font-size: 0.85rem;
        font-weight: 700;
    }

    .brand-legal {
        font-size: 0.92rem;
    }

    .brand-tagline {
        font-size: 0.6rem;
        letter-spacing: 0.04em;
    }

    .brand--with-logo {
        gap: 10px;
    }

    .brand-logo:not(.brand-logo--full):not(.brand-logo--footer) {
        width: auto;
        height: 44px;
    }

    .brand-logo-wrap {
        padding: 3px 6px;
    }

    .model-hero {
        min-height: min(680px, 88vh);
        padding: calc(var(--sticky-offset) + 20px) 18px 40px;
        align-content: end;
    }

    .model-hero h1 {
        font-size: clamp(2.15rem, 11vw, 3.25rem);
    }

    .model-division-card {
        min-height: 430px;
        padding: 28px 20px;
    }

    .pillar-card {
        grid-template-columns: 1fr;
    }

    .model-industries,
    .model-presence {
        padding: 34px 18px;
    }

    .story-reel,
    .reel-panel {
        min-height: 480px;
    }

    .luxury-dossier {
        grid-template-columns: 1fr;
        padding: clamp(40px, 6vw, 60px) 18px;
        gap: clamp(24px, 4vw, 36px);
    }

    .dossier-copy {
        position: static;
        margin-bottom: clamp(16px, 3vw, 24px);
    }

    .dossier-copy h2 {
        font-size: clamp(1.8rem, 5vw, 2.8rem);
        padding-top: 1rem;
    }

    .dossier-grid {
        grid-template-columns: 1fr;
    }

    .dossier-grid article {
        min-height: clamp(200px, 55vw, 280px);
        padding: clamp(20px, 3vw, 26px);
    }

    .reel-panel {
        padding: 28px 20px;
    }

    h1 {
        font-size: clamp(2.8rem, 16vw, 4.2rem);
    }

    h2 {
        font-size: clamp(2rem, 11vw, 3rem);
    }

    .hero-actions,
    .button {
        width: 100%;
    }

    .kpi-deck,
    .model-industry-row,
    .verticals-grid,
    .bento-grid,
    .industry-grid,
    .industry-detail-grid,
    .logo-row,
    .sector-cinema-grid {
        grid-template-columns: 1fr;
    }

    .sector-story-card {
        grid-template-columns: 1fr;
    }

    .sector-story-media {
        min-height: 200px;
    }

    .section {
        padding: 72px 18px;
    }

    .statement {
        padding: 86px 18px;
    }

    .floating-cta {
        display: inline-flex;
    }
}

/* Tablet (iPad) Refinements */
@media (min-width: 769px) and (max-width: 1024px) {
    .luxury-dossier {
        grid-template-columns: minmax(0, 0.45fr) minmax(0, 0.55fr);
        gap: clamp(24px, 4vw, 48px);
        padding: clamp(50px, 7vw, 80px) var(--page-gutter);
    }

    .dossier-copy {
        position: sticky;
        top: 140px;
    }

    .dossier-copy h2 {
        font-size: clamp(1.9rem, 4vw, 3.2rem);
    }

    .dossier-grid {
        grid-template-columns: 1fr;
    }

    .dossier-grid article {
        min-height: 260px;
    }
}

/* --- Premium homepage, service template, header tweaks --- */

.nav-services-caret:focus-visible {
    outline: 2px solid var(--gold);
    outline-offset: 3px;
}

.hero-title-lines span {
    display: block;
}

.home-model .hero-title-lines span + span {
    margin-top: 0.08em;
}

.hero-lead {
    color: var(--muted);
    font-size: 1.02rem;
    line-height: 1.62;
    max-width: min(540px, 100%);
}

.home-services-section {
    padding: var(--section-y-lg) var(--page-gutter);
    background:
        linear-gradient(180deg, rgba(6, 17, 31, 0.55) 0%, rgba(6, 17, 31, 0.92) 14%, var(--navy) 38%),
        var(--navy);
    border-top: 1px solid rgba(255, 255, 255, 0.04);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.home-services-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
    max-width: var(--site-content);
    margin: 0 auto;
}

.home-services-callout {
    max-width: min(600px, 100%);
    margin: 0 auto;
    padding: 28px;
    background: rgba(216, 155, 43, 0.05);
    border: 1px solid rgba(216, 155, 43, 0.15);
    border-radius: var(--radius-ui);
    text-align: center;
}

.home-services-callout p {
    margin: 0 0 20px 0;
    color: var(--muted);
    font-size: 0.95rem;
    line-height: 1.7;
}

.home-services-callout p:last-of-type {
    margin-bottom: 0;
}

.home-services-preview {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    max-width: var(--site-content);
    margin: 0 auto;
}

.service-preview-card {
    position: relative;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border-radius: 12px;
    border: 1px solid rgba(216, 155, 43, 0.15);
    background: rgba(255, 255, 255, 0.02);
    transition: all 0.32s ease;
    min-height: 240px;
}

.service-preview-card:hover {
    border-color: rgba(216, 155, 43, 0.35);
    background: rgba(255, 255, 255, 0.05);
    transform: translateY(-2px);
}

.service-preview-visual {
    width: 100%;
    height: 160px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.85;
    transition: opacity 0.32s ease;
}

.service-preview-card:hover .service-preview-visual {
    opacity: 1;
}

.service-preview-card h3 {
    flex-grow: 1;
    padding: 20px;
    margin: 0;
    font-size: 1.05rem;
    font-weight: 600;
    color: var(--white);
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.service-preview-link {
    display: none;
    padding: 12px 20px;
    background: rgba(216, 155, 43, 0.12);
    color: var(--gold);
    font-size: 0.85rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    text-align: center;
    border-top: 1px solid rgba(216, 155, 43, 0.1);
    transition: background 0.25s ease;
    text-decoration: none;
}

.service-preview-card:hover .service-preview-link {
    display: block;
    background: rgba(216, 155, 43, 0.18);
}

@media (max-width: 1180px) {
    .home-services-preview {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 620px) {
    .home-services-preview {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .service-preview-visual {
        height: 140px;
    }

    .service-preview-card h3 {
        padding: 16px;
        font-size: 1rem;
    }

    .service-preview-link {
        padding: 10px 16px;
        font-size: 0.8rem;
    }
}

.home-service-card {
    position: relative;
    min-height: 320px;
    overflow: hidden;
    border-radius: var(--radius-ui);
    border: 1px solid rgba(216, 155, 43, 0.2);
    background: rgba(255, 255, 255, 0.03);
    transition:
        border-color 0.32s var(--ease-out),
        box-shadow 0.32s var(--ease-out),
        transform 0.32s var(--ease-out);
}

.home-service-card:hover {
    border-color: rgba(216, 155, 43, 0.5);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.35), 0 0 32px var(--gold-glow-soft);
    transform: translateY(-4px);
}

.home-service-card-bg {
    position: absolute;
    inset: 0;
    background-image: var(--card-image);
    background-size: 100%;
    background-position: center;
    transition: transform 0.85s cubic-bezier(0.22, 1, 0.36, 1), filter 0.5s ease;
}

.home-service-card:hover .home-service-card-bg {
    transform: scale(1.08);
}

.home-service-card-bg::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(6, 17, 31, 0.15) 0%, rgba(6, 17, 31, 0.92) 100%);
}

.home-service-card-body {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    min-height: 320px;
    padding: 28px 26px 26px;
}

.home-service-code {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    margin-bottom: 14px;
    border: 1px solid var(--border);
    border-radius: 10px;
    color: var(--gold);
    font-family: Oswald, Inter, system-ui, sans-serif;
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.12em;
    background: rgba(6, 17, 31, 0.55);
    backdrop-filter: blur(10px);
}

.home-service-card h3 {
    margin: 0 0 10px;
    font-size: clamp(1.25rem, 2vw, 1.6rem);
}

.home-service-card p {
    margin: 0 0 18px;
    color: var(--muted);
    font-size: 0.9rem;
    line-height: 1.55;
}

.outline-link--on-dark {
    border-color: rgba(216, 155, 43, 0.45);
    color: var(--white);
}

/* Homepage “One Partner” pillar — dark industrial (matches hero / industries / presence) */
.pillar-band--light {
    position: relative;
    padding-top: clamp(72px, 10vw, 104px);
    padding-bottom: clamp(56px, 8vw, 92px);
    overflow: hidden;
    color: var(--white);
    background:
        radial-gradient(ellipse 90% 55% at 50% 0%, rgba(216, 155, 43, 0.1), transparent 58%),
        radial-gradient(ellipse 70% 45% at 88% 85%, rgba(216, 155, 43, 0.05), transparent 50%),
        linear-gradient(180deg, rgba(5, 10, 16, 0.98) 0%, rgba(6, 17, 31, 0.97) 18%, var(--navy) 72%, #050a12 100%);
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.035);
}

.pillar-band--light::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.028) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.022) 1px, transparent 1px);
    background-size: 64px 64px;
    opacity: 0.35;
    mask-image: radial-gradient(ellipse 85% 70% at 50% 35%, black 0%, transparent 75%);
}

.pillar-band--light::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: radial-gradient(ellipse 100% 65% at 50% 100%, rgba(0, 0, 0, 0.42), transparent 55%);
    opacity: 0.9;
}

.pillar-band--light .pillar-heading,
.pillar-band--light .pillar-grid--light {
    position: relative;
    z-index: 1;
}

.pillar-band--light .pillar-heading {
    margin-bottom: clamp(28px, 4vw, 40px);
}

.pillar-band--light .pillar-heading h2 {
    margin-bottom: 14px;
    color: rgba(255, 255, 255, 0.96);
    font-size: clamp(1.55rem, 2.75vw, 2.55rem);
    font-weight: 600;
    letter-spacing: 0.11em;
    line-height: 1.14;
    text-transform: uppercase;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.45), 0 0 48px rgba(216, 155, 43, 0.08);
}

.pillar-sub {
    max-width: 820px;
    margin: 0 auto;
    text-align: center;
    font-size: clamp(0.94rem, 1.25vw, 1.06rem);
    line-height: 1.68;
}

.pillar-band--light .pillar-sub {
    color: rgba(255, 255, 255, 0.74);
}

.pillar-grid--light {
    max-width: var(--site-content);
    margin: 0 auto;
    gap: clamp(18px, 2.2vw, 24px);
}

.pillar-card--light {
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.09);
    background:
        linear-gradient(168deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.02)),
        rgba(4, 12, 22, 0.62);
    box-shadow:
        0 18px 52px rgba(0, 0, 0, 0.38),
        inset 0 1px 0 rgba(255, 255, 255, 0.07),
        inset 0 0 0 1px rgba(255, 255, 255, 0.02);
    backdrop-filter: blur(16px) saturate(1.08);
    grid-template-columns: minmax(52px, 64px) minmax(0, 1fr);
    gap: clamp(18px, 2.2vw, 26px);
    align-items: start;
    min-height: 152px;
    padding: clamp(22px, 2.8vw, 30px) clamp(22px, 3vw, 32px);
    border-radius: var(--radius-ui);
    overflow: hidden;
    transition:
        transform 0.42s var(--ease-out),
        box-shadow 0.42s var(--ease-out),
        border-color 0.36s ease;
}

.pillar-card--light::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: linear-gradient(135deg, rgba(216, 155, 43, 0.09), transparent 42%, transparent 100%);
    opacity: 0.55;
    pointer-events: none;
    z-index: 0;
}

.pillar-card--light::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    box-shadow: inset 0 0 0 1px rgba(216, 155, 43, 0.06);
    pointer-events: none;
    z-index: 0;
}

.pillar-card--light > * {
    position: relative;
    z-index: 1;
}

.pillar-card--light:hover {
    transform: translateY(-4px);
    border-color: rgba(216, 155, 43, 0.26);
    box-shadow:
        0 26px 64px rgba(0, 0, 0, 0.45),
        0 0 0 1px rgba(216, 155, 43, 0.1),
        0 0 36px rgba(216, 155, 43, 0.1),
        inset 0 1px 0 rgba(255, 255, 255, 0.09);
}

.pillar-card--light h3 {
    margin: 0 0 10px;
    color: rgba(255, 255, 255, 0.94);
    font-size: clamp(1.02rem, 1.35vw, 1.14rem);
    font-weight: 700;
    letter-spacing: 0.07em;
    line-height: 1.22;
    text-transform: uppercase;
}

.pillar-card--light p {
    margin: 0;
    color: rgba(255, 255, 255, 0.68);
    font-size: 0.9rem;
    line-height: 1.62;
    max-width: 52ch;
}

.pillar-card--light .pillar-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 100%;
    padding: 4px 0;
    margin: 0;
    border-right: 1px solid rgba(216, 155, 43, 0.2);
    font-family: Oswald, Inter, system-ui, sans-serif;
    font-size: clamp(1.35rem, 2vw, 1.62rem);
    font-weight: 500;
    letter-spacing: 0.14em;
    line-height: 1;
    color: rgba(216, 155, 43, 0.88);
    text-shadow: 0 0 22px rgba(216, 155, 43, 0.18);
}

@media (max-width: 620px) {
    .pillar-card--light {
        grid-template-columns: 1fr;
        min-height: 0;
        gap: 16px;
    }

    .pillar-card--light .pillar-icon {
        justify-content: flex-start;
        width: auto;
        min-height: 0;
        padding: 0 0 14px;
        border-right: 0;
        border-bottom: 1px solid rgba(216, 155, 43, 0.18);
    }
}

.pillar-icon {
    display: grid;
    place-items: center;
    align-self: start;
    color: var(--gold);
    font-size: 1.75rem;
    font-weight: 600;
    line-height: 1;
    padding-top: 2px;
}

.home-industries .model-industry-row--dense {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.home-model .home-industries {
    align-items: start;
    gap: clamp(22px, 3.2vw, 32px);
    padding-top: clamp(32px, 4.5vw, 48px);
    padding-bottom: clamp(32px, 4.5vw, 48px);
}

.home-model .home-industries .model-industry-row--dense {
    gap: clamp(14px, 2vw, 18px);
}

.home-model .model-industry-card {
    border-radius: var(--radius-ui);
    border-color: rgba(255, 255, 255, 0.11);
}

.home-model .model-industry-card::before {
    background: linear-gradient(180deg, rgba(4, 10, 18, 0.22), rgba(4, 10, 18, 0.88));
}

.home-model .model-industry-card:hover {
    box-shadow: 0 10px 36px rgba(0, 0, 0, 0.35), 0 0 28px var(--gold-glow-soft);
}

.model-industry-card--icon .industry-card-icon {
    display: block;
    margin-bottom: 10px;
    color: var(--gold);
    font-size: 0.85rem;
    text-shadow: 0 0 12px var(--gold-glow-soft);
}

.model-industry-card--icon .industry-card-title {
    display: block;
    font-weight: 700;
    letter-spacing: 0.06em;
}

.model-stat-grid--home article span {
    font-size: clamp(1.2rem, 2.2vw, 1.65rem);
}

.home-model .model-presence {
    align-items: stretch;
    gap: clamp(18px, 2.8vw, 26px);
}

.home-model .model-map-card {
    border-radius: var(--radius-ui);
    box-shadow:
        inset 0 0 100px rgba(0, 0, 0, 0.2),
        0 22px 56px rgba(0, 0, 0, 0.36),
        0 0 0 1px rgba(216, 155, 43, 0.14);
}

.home-model .model-stat-grid--home {
    align-self: stretch;
    gap: 12px;
}

.home-model .model-stat-grid--home article {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 104px;
    padding: 20px 22px;
    border-radius: var(--radius-ui);
    border-color: rgba(255, 255, 255, 0.12);
    background:
        linear-gradient(160deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02)),
        rgba(6, 17, 31, 0.42);
}

/* ----- Homepage: Saudi presence command center ----- */
.presence-command.model-presence {
    position: relative;
    align-items: stretch;
    grid-template-columns: minmax(160px, 0.26fr) minmax(300px, 1.22fr) minmax(210px, 0.34fr);
    gap: clamp(18px, 2.8vw, 32px);
    padding-top: clamp(32px, 4.2vw, 48px);
    padding-bottom: clamp(32px, 4.2vw, 48px);
    background:
        radial-gradient(ellipse 70% 55% at 56% 44%, rgba(216, 155, 43, 0.07), transparent 62%),
        radial-gradient(ellipse 120% 80% at 78% 36%, rgba(216, 155, 43, 0.09), transparent 52%),
        radial-gradient(ellipse 90% 60% at 10% 82%, rgba(216, 155, 43, 0.05), transparent 48%),
        linear-gradient(180deg, rgba(8, 18, 32, 0.55) 0%, transparent 16%, transparent 80%, rgba(2, 6, 12, 0.72) 100%),
        radial-gradient(circle at 50% 34%, rgba(216, 155, 43, 0.06), transparent 40%),
        var(--navy);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.035);
}

.presence-command.model-presence::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        radial-gradient(ellipse 88% 72% at 50% 48%, transparent 32%, rgba(0, 0, 0, 0.42) 100%),
        radial-gradient(ellipse 55% 45% at 54% 46%, rgba(216, 155, 43, 0.04), transparent 70%);
    z-index: 0;
}

.presence-command.model-presence > * {
    position: relative;
    z-index: 1;
}

.presence-command .model-section-intro {
    max-width: min(22rem, 100%);
    padding-right: clamp(0px, 1vw, 8px);
}

.presence-command__kicker {
    margin: 0 0 10px;
    font-family: Oswald, Inter, system-ui, sans-serif;
    font-size: 0.68rem;
    font-weight: 600;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: rgba(216, 155, 43, 0.85);
}

.presence-command .model-section-intro h2 {
    margin-bottom: 14px;
    font-size: clamp(1.05rem, 1.9vw, 1.42rem);
    font-weight: 600;
    letter-spacing: 0.12em;
    line-height: 1.32;
    text-transform: uppercase;
}

.presence-command .model-section-intro h2::after {
    width: 36px;
    height: 2px;
    margin-top: 12px;
    opacity: 0.85;
}

.presence-command__headline-muted {
    display: inline-block;
    font-weight: 500;
    letter-spacing: 0.18em;
    color: rgba(255, 255, 255, 0.72);
}

.presence-command .model-section-intro p {
    margin-bottom: 14px;
    font-size: 0.88rem;
    line-height: 1.55;
    max-width: 34ch;
}

.presence-command .presence-list {
    margin-bottom: 18px;
}

.presence-command .presence-list li {
    position: relative;
    padding-left: 14px;
    margin-bottom: 6px;
    font-size: 0.82rem;
    letter-spacing: 0.02em;
    color: rgba(255, 255, 255, 0.76);
}

.presence-command .presence-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.55em;
    width: 5px;
    height: 5px;
    margin-right: 0;
    transform: rotate(45deg);
    background: linear-gradient(135deg, rgba(216, 155, 43, 0.95), rgba(216, 155, 43, 0.45));
    box-shadow: 0 0 10px rgba(216, 155, 43, 0.35);
}

.presence-command__cta.outline-link {
    padding: 0 16px;
    min-height: 40px;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    border-color: rgba(216, 155, 43, 0.38);
    border-radius: 6px;
    background: rgba(6, 17, 31, 0.35);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
    transition:
        border-color 0.28s ease,
        box-shadow 0.28s ease,
        transform 0.28s ease,
        background 0.28s ease;
}

.presence-command__cta.outline-link:hover {
    border-color: rgba(216, 155, 43, 0.55);
    box-shadow:
        0 0 0 1px rgba(216, 155, 43, 0.12),
        0 10px 28px rgba(0, 0, 0, 0.35);
    transform: translateY(-2px);
}

.presence-command .presence-command__map-shell.model-map-card {
    border-radius: var(--radius-ui);
    border-color: rgba(216, 155, 43, 0.16);
    background:
        radial-gradient(ellipse 95% 75% at 50% 46%, rgba(216, 155, 43, 0.07), transparent 58%),
        linear-gradient(168deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.01)),
        rgba(3, 10, 18, 0.62);
    box-shadow:
        inset 0 0 100px rgba(0, 0, 0, 0.52),
        inset 0 1px 0 rgba(255, 255, 255, 0.055),
        inset 0 -18px 36px rgba(0, 0, 0, 0.35),
        0 0 72px rgba(216, 155, 43, 0.05),
        0 22px 56px rgba(0, 0, 0, 0.48),
        0 0 0 1px rgba(216, 155, 43, 0.08);
    backdrop-filter: blur(10px) saturate(1.04);
}

.presence-command .presence-command__map-shell::before {
    animation-duration: 22s;
    opacity: 0.28;
}

.presence-command .presence-command__map-shell::after {
    background-size: 20px 20px;
    opacity: 0.42;
    mask-image: radial-gradient(circle at 50% 48%, black 0 56%, transparent 90%);
}

.presence-command .model-saudi-map {
    isolation: isolate;
    min-height: clamp(280px, 32vw, 360px);
    position: relative;
}

.presence-command .model-saudi-map::before {
    z-index: 0;
    inset: 8% 10%;
    filter: saturate(0.86) contrast(1.08);
    background:
        radial-gradient(ellipse 85% 70% at 78% 32%, rgba(0, 0, 0, 0.38), transparent 52%),
        radial-gradient(ellipse 70% 55% at 22% 72%, rgba(0, 0, 0, 0.32), transparent 48%),
        radial-gradient(circle at 52% 46%, rgba(216, 155, 43, 0.11), transparent 20%),
        linear-gradient(210deg, rgba(255, 255, 255, 0.07) 0%, rgba(8, 16, 26, 0.45) 42%, rgba(2, 6, 12, 0.72) 100%),
        linear-gradient(125deg, rgba(216, 155, 43, 0.05), transparent 50%),
        repeating-linear-gradient(
            -18deg,
            transparent,
            transparent 4px,
            rgba(255, 255, 255, 0.022) 4px,
            rgba(255, 255, 255, 0.022) 5px
        );
    border: 1px solid rgba(255, 255, 255, 0.07);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.08),
        inset 0 -32px 56px rgba(0, 0, 0, 0.48),
        inset 6px 0 28px rgba(0, 0, 0, 0.18),
        inset -4px 0 22px rgba(255, 255, 255, 0.02),
        0 14px 36px rgba(0, 0, 0, 0.4);
    animation:
        presenceMapDrift 14s ease-in-out infinite,
        presenceMapBreath 11s ease-in-out infinite alternate,
        presenceEdgeLight 16s ease-in-out infinite alternate;
}

.presence-command .model-saudi-map::after {
    z-index: 2;
    inset: 15% 17%;
    opacity: 0.38;
    border-color: rgba(216, 155, 43, 0.14);
    box-shadow:
        0 0 0 12px rgba(216, 155, 43, 0.025),
        0 0 0 28px rgba(216, 155, 43, 0.015),
        0 0 20px rgba(216, 155, 43, 0.06);
    animation: presenceRingPulse 6s ease-out infinite;
}

.presence-command__network {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none;
    display: block;
}

.presence-command .presence-ops-hub {
    animation: presenceHubGlow 12s ease-in-out infinite alternate;
}

.presence-command .presence-command__routes--under path {
    animation: none;
}

.presence-command .presence-command__routes {
    animation: presenceRoutesSheen 14s ease-in-out infinite alternate;
}

.presence-command .presence-network-path {
    stroke-width: 0.2;
    fill: none;
    stroke-dasharray: 0.85 1.45;
    stroke-dashoffset: 0;
    opacity: 0.55;
    animation:
        presenceRouteFlow 28s linear infinite,
        presenceLineBreath 9s ease-in-out infinite alternate;
}

.presence-command .presence-network-path--slow {
    animation:
        presenceRouteFlow 34s linear infinite,
        presenceLineBreath 11s ease-in-out infinite alternate;
    opacity: 0.42;
    stroke-dasharray: 1 1.8;
}

.presence-command .presence-network-path--arc {
    stroke-dasharray: 1.15 1.85;
    animation:
        presenceRouteFlow 32s linear infinite,
        presenceLineBreath 10s ease-in-out infinite alternate;
    opacity: 0.38;
}

.presence-command .map-pin {
    z-index: 4;
    padding: 5px 9px;
    font-size: 0.6rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    border-radius: 5px;
    background: var(--gold);
    box-shadow:
        0 1px 0 rgba(255, 255, 255, 0.32) inset,
        0 5px 12px rgba(0, 0, 0, 0.42),
        0 0 0 1px rgba(4, 17, 29, 0.55),
        0 0 10px rgba(216, 155, 43, 0.22);
    animation: presencePinDrift 6.5s ease-in-out infinite;
    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease,
        filter 0.25s ease;
}

.presence-command .map-pin::before {
    inset: -5px;
    border-width: 1px;
    border-color: rgba(216, 155, 43, 0.32);
    animation-duration: 3.4s;
}

.presence-command .map-pin::after {
    height: 40px;
    opacity: 0.32;
    background: linear-gradient(180deg, rgba(216, 155, 43, 0.45), transparent);
}

.presence-command .map-pin:hover,
.presence-command .map-pin:focus-visible {
    filter: brightness(1.05);
    box-shadow:
        0 1px 0 rgba(255, 255, 255, 0.38) inset,
        0 8px 18px rgba(0, 0, 0, 0.48),
        0 0 0 1px rgba(216, 155, 43, 0.4),
        0 0 16px rgba(216, 155, 43, 0.28);
    outline: none;
}

.presence-command .map-pin:focus-visible {
    outline: 2px solid rgba(216, 155, 43, 0.7);
    outline-offset: 3px;
}

/* Presence KPI Cards (Kingdom-Wide Operations section) */
.presence-command .model-stat-grid--geo {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    gap: 12px;
    margin-top: 18px;
    align-content: start;
}

.presence-stat {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 8px;
    padding: 14px 13px;
    border: 1px solid rgba(216, 155, 43, 0.22);
    border-radius: var(--radius-ui);
    background:
        linear-gradient(155deg, rgba(255, 255, 255, 0.058), rgba(255, 255, 255, 0.012)),
        linear-gradient(180deg, rgba(216, 155, 43, 0.05), transparent 72%),
        rgba(6, 17, 31, 0.48);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.08),
        0 4px 14px rgba(0, 0, 0, 0.22),
        0 0 0 1px rgba(216, 155, 43, 0.1);
    backdrop-filter: blur(8px) saturate(1.05);
    transition:
        border-color 0.32s ease,
        background-color 0.32s ease,
        box-shadow 0.32s ease,
        transform 0.32s ease;
}

.presence-stat:hover {
    border-color: rgba(216, 155, 43, 0.38);
    background:
        linear-gradient(155deg, rgba(255, 255, 255, 0.068), rgba(255, 255, 255, 0.018)),
        linear-gradient(180deg, rgba(216, 155, 43, 0.08), transparent 72%),
        rgba(8, 20, 35, 0.55);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.1),
        0 8px 22px rgba(0, 0, 0, 0.32),
        0 0 0 1px rgba(216, 155, 43, 0.18);
    transform: translateY(-2px);
}

.presence-stat__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    color: rgba(216, 155, 43, 0.88);
    opacity: 0.95;
    flex-shrink: 0;
}

.presence-stat__icon svg {
    width: 100%;
    height: 100%;
    display: block;
}

.presence-stat__copy {
    display: flex;
    flex-direction: column;
    gap: 4px;
    min-height: 0;
}

.presence-stat__k {
    display: block;
    font-size: 0.68rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(216, 155, 43, 0.76);
    line-height: 1.2;
}

.presence-stat__v {
    display: block;
    font-size: 0.96rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    color: rgba(255, 255, 255, 0.92);
    line-height: 1.28;
}

.home-model .presence-command .model-stat-grid--home {
    gap: 11px;
    align-content: start;
}

.home-model .presence-command .model-stat-grid--home article {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    min-height: 78px;
    padding: 11px 14px;
    border-color: rgba(255, 255, 255, 0.07);
    border-radius: var(--radius-ui);
    background:
        linear-gradient(172deg, rgba(255, 255, 255, 0.065), rgba(255, 255, 255, 0.018)),
        rgba(4, 12, 22, 0.58);
    box-shadow:
        0 8px 22px rgba(0, 0, 0, 0.26),
        inset 0 1px 0 rgba(255, 255, 255, 0.06),
        inset 0 0 0 1px rgba(255, 255, 255, 0.02);
    backdrop-filter: blur(12px) saturate(1.06);
    transition:
        transform 0.34s var(--ease-out),
        border-color 0.34s var(--ease-out),
        box-shadow 0.34s var(--ease-out);
}

.home-model .presence-command .model-stat-grid--home article span {
    margin-bottom: 0;
    font-family: Oswald, Inter, system-ui, sans-serif;
    font-size: clamp(1.05rem, 1.85vw, 1.38rem);
    font-weight: 700;
    line-height: 1.05;
    letter-spacing: 0.04em;
    color: rgba(255, 255, 255, 0.94);
}

.home-model .presence-command .model-stat-grid--home article strong {
    font-size: 0.68rem;
    font-weight: 600;
    line-height: 1.25;
    letter-spacing: 0.09em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.52);
}

.home-model .presence-command .model-stat-grid--home article:hover {
    transform: translateY(-3px);
    border-color: rgba(216, 155, 43, 0.2);
    box-shadow:
        0 14px 34px rgba(0, 0, 0, 0.34),
        0 0 0 1px rgba(216, 155, 43, 0.1),
        0 0 22px rgba(216, 155, 43, 0.08),
        inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

@keyframes presenceRouteFlow {
    to {
        stroke-dashoffset: -18;
    }
}

@keyframes presenceLineBreath {
    from {
        opacity: 0.38;
    }
    to {
        opacity: 0.58;
    }
}

@keyframes presenceRoutesSheen {
    from {
        opacity: 0.88;
    }
    to {
        opacity: 1;
    }
}

@keyframes presenceHubGlow {
    from {
        opacity: 0.42;
    }
    to {
        opacity: 0.62;
    }
}

@keyframes presenceMapDrift {
    50% {
        transform: translateY(-4px);
    }
}

@keyframes presenceMapBreath {
    from {
        opacity: 0.94;
    }
    to {
        opacity: 1;
    }
}

@keyframes presenceEdgeLight {
    from {
        box-shadow:
            inset 0 1px 0 rgba(255, 255, 255, 0.07),
            inset 0 -32px 56px rgba(0, 0, 0, 0.48),
            inset 6px 0 28px rgba(0, 0, 0, 0.18),
            inset -4px 0 22px rgba(255, 255, 255, 0.02),
            0 14px 36px rgba(0, 0, 0, 0.4);
    }
    to {
        box-shadow:
            inset 0 1px 0 rgba(255, 255, 255, 0.09),
            inset 0 -32px 56px rgba(0, 0, 0, 0.5),
            inset 6px 0 28px rgba(0, 0, 0, 0.2),
            inset -4px 0 26px rgba(216, 155, 43, 0.04),
            0 16px 38px rgba(0, 0, 0, 0.42);
    }
}

@keyframes presenceRingPulse {
    from {
        opacity: 0.42;
        transform: scale(0.9);
    }
    to {
        opacity: 0;
        transform: scale(1.08);
    }
}

@keyframes presencePinDrift {
    50% {
        transform: translate(-50%, calc(-50% - 2px));
    }
}

@media (max-width: 1180px) {
    .presence-command.model-presence {
        grid-template-columns: minmax(0, 220px) minmax(0, 1fr);
    }

    .presence-command.model-presence .model-stat-grid--home {
        grid-column: 1 / -1;
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

@media (max-width: 1024px) {
    .presence-command.model-presence {
        grid-template-columns: minmax(0, 200px) minmax(0, 1fr);
        gap: 18px;
    }

    .presence-command .model-saudi-map {
        min-height: 300px;
    }
}

@media (max-width: 900px) {
    .presence-command.model-presence {
        grid-template-columns: 1fr;
    }

    .presence-command .model-section-intro {
        max-width: none;
        padding-right: 0;
    }

    .presence-command.model-presence .model-stat-grid--home {
        grid-column: 1 / -1;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .presence-command .model-section-intro p {
        max-width: 52ch;
    }

    .presence-command .model-saudi-map {
        min-height: 280px;
    }

    .presence-command .map-pin {
        font-size: 0.62rem;
        padding: 6px 9px;
    }
}

@media (max-width: 640px) {
    .presence-command.model-presence .model-stat-grid--home {
        gap: 12px;
    }
}

@media (max-width: 430px) {
    .presence-command__kicker {
        font-size: 0.62rem;
    }

    .presence-command .model-section-intro h2 {
        font-size: 0.98rem;
        letter-spacing: 0.1em;
    }

    .presence-command .model-saudi-map {
        min-height: 260px;
    }

    .presence-command .map-pin {
        font-size: 0.58rem;
        padding: 5px 8px;
        letter-spacing: 0.04em;
    }

    .home-model .presence-command .model-stat-grid--home article {
        min-height: 72px;
        padding: 12px 12px;
    }

    .home-model .presence-command .model-stat-grid--home article span:not(.presence-stat__k) {
        font-size: 1.05rem;
    }

    .home-model.home-landing .presence-saudi-geo .model-stat-grid--home article.presence-stat span.presence-stat__k {
        font-size: clamp(1rem, 2.6vw, 1.22rem);
    }
}

@media (prefers-reduced-motion: reduce) {
    .presence-command .presence-network-path,
    .presence-command .presence-network-path--slow,
    .presence-command .presence-network-path--arc {
        animation: none;
    }

    .presence-command .presence-command__routes {
        animation: none;
    }

    .presence-command .presence-ops-hub {
        animation: none;
    }

    .presence-command .model-saudi-map::before,
    .presence-command .model-saudi-map::after,
    .presence-command .presence-command__map-shell::before {
        animation: none;
    }

    .presence-command .map-pin,
    .presence-command .map-pin::before {
        animation: none;
    }

    .home-model .presence-command .model-stat-grid--home article:hover {
        transform: none;
    }

    .page-hero.services-hub-hero::before {
        animation: none;
    }
}

.home-download-preview {
    padding: var(--section-y-lg) var(--page-gutter);
    background:
        radial-gradient(circle at 80% 20%, rgba(216, 155, 43, 0.08), transparent 35%),
        linear-gradient(180deg, rgba(5, 10, 16, 0.4) 0%, var(--dark) 22%),
        var(--dark);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.home-download-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: clamp(16px, 2vw, 20px);
    max-width: var(--site-content);
    margin: 0 auto;
    align-items: stretch;
}

.download-preview-card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100%;
    padding: 24px 22px 22px;
    border-radius: var(--radius-ui);
    border: 1px solid rgba(216, 155, 43, 0.2);
    background:
        linear-gradient(155deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02)),
        rgba(6, 17, 31, 0.52);
    backdrop-filter: blur(18px) saturate(1.12);
    transition:
        border-color 0.32s var(--ease-out),
        box-shadow 0.32s var(--ease-out),
        transform 0.32s var(--ease-out);
}

.download-preview-card:hover {
    border-color: rgba(216, 155, 43, 0.48);
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.38), 0 0 34px var(--gold-glow-soft);
    transform: translateY(-5px);
}

.download-preview-tag {
    display: inline-block;
    margin-bottom: 16px;
    padding: 6px 12px;
    border-radius: 999px;
    border: 1px solid var(--border);
    font-family: Oswald, Inter, system-ui, sans-serif;
    font-size: 0.65rem;
    letter-spacing: 0.14em;
    color: var(--gold);
}

.download-preview-card h3 {
    margin: 0 0 10px;
    font-size: 1.15rem;
}

.download-preview-card p {
    flex: 1 1 auto;
    margin: 0 0 16px;
    color: var(--muted);
    font-size: 0.88rem;
    line-height: 1.55;
}

.download-preview-card .outline-link {
    margin-top: auto;
    align-self: flex-start;
}

/* --- Insights hub (enterprise intelligence) - IIC Visual System --- */

/* Insights Page - IIC Brand Colors:
   - Page background: #f7f5f1 (warm off-white)
   - Primary navy: #0d2b5c
   - Deep section navy: #07111d
   - Gold accent: #d6a336
   - Text gray: #46556b
   - Dark card gradient: linear-gradient(180deg, #152033 0%, #0d1624 100%)
   - Light card: #ffffff
   - Gold border: rgba(214,163,54,0.22)
*/

.insights-enterprise {
    background: #f7f5f1;
}

/* Section rhythm with alternating backgrounds */
.insights-enterprise .section {
    border-top: none;
    border-bottom: none;
}

/* Hero - Cinematic industrial (already defined below) */

/* Featured - Pure white for focus */
.insights-enterprise .insights-featured-section {
    background: #ffffff;
}

/* Intelligence Streams - Warm off-white */
.insights-enterprise .insights-grid-section {
    background: #f7f5f1;
}

/* Operational Guidance - Subtle navy tint for differentiation */
.insights-enterprise .insights-bulletins-section {
    background: linear-gradient(180deg, #f7f5f1 0%, #eef1f5 50%, #f7f5f1 100%);
}

/* Capability Materials - Premium light gray for procurement library feel */
.insights-enterprise .insights-resources-section {
    background: linear-gradient(180deg, #f0eeeb 0%, #f5f4f1 50%, #f0eeeb 100%);
}

/* CTA - Deep navy (defined below) */

/* Hero — Insights only: refinery / industrial intelligence plate (image + overlays).
   Image path is relative to this stylesheet (assets/css/). Filter stays on ::before
   so typography is not dimmed; dark stack lives on ::after above the photo. */
.insights-hero.page-hero::before {
    background:
        url("../images/heroes/hero-insights-industrial-intelligence.jpg") center / cover no-repeat;
    background-color: #061226;
    filter: brightness(0.92);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.insights-hero.page-hero::after {
    z-index: 1;
    background:
        linear-gradient(180deg, transparent 0%, transparent 58%, rgba(3, 12, 28, 0.38) 100%),
        linear-gradient(90deg, rgba(3, 12, 28, 0.34) 0%, rgba(6, 18, 38, 0.14) 52%, rgba(6, 18, 38, 0.06) 100%),
        linear-gradient(180deg, rgba(6, 18, 38, 0.56) 0%, rgba(6, 18, 38, 0.42) 100%);
}

/* Ensure copy stacks above both overlay layers */
.insights-hero .page-hero-copy {
    position: relative;
    z-index: 2;
}

.insights-hero .page-hero-copy h1 {
    color: #ffffff !important;
    opacity: 1 !important;
    text-shadow:
        0 1px 0 rgba(0, 0, 0, 0.28),
        0 2px 20px rgba(3, 12, 28, 0.55);
}

.insights-hero .page-hero-copy > p {
    text-shadow: 0 1px 12px rgba(3, 12, 28, 0.4);
}

.insights-hero .eyebrow {
    text-shadow: 0 1px 8px rgba(3, 12, 28, 0.3);
}

.insights-page .section-heading p {
    max-width: min(720px, 100%);
    color: #46556b;
}

/* Featured Intelligence Block - Premium white card with navy text */
.insights-featured-section {
    padding-top: 0;
    background: #f7f5f1;
}

.insights-featured {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 0;
    align-items: stretch;
    max-width: var(--site-content);
    margin: 0 auto;
    border-radius: var(--radius-ui);
    border: 1px solid rgba(10, 35, 72, 0.12);
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0 16px 48px rgba(7, 17, 29, 0.1);
}

.insights-featured-media {
    min-height: 340px;
    background-size: cover;
    background-position: center;
    border-right: 1px solid rgba(10, 35, 72, 0.08);
}

.insights-featured-body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 14px;
    padding: clamp(28px, 4vw, 44px);
}

.insights-featured-body h3 {
    margin: 0;
    font-size: clamp(1.35rem, 2.2vw, 1.85rem);
    line-height: 1.25;
    color: #0d2b5c;
    font-weight: 600;
    letter-spacing: 0.01em;
    text-transform: none;
}

.insights-featured-body > p:not(.insights-featured-meta) {
    margin: 0;
    color: #46556b;
    font-size: 0.96rem;
    line-height: 1.65;
    max-width: 52ch;
}

.insights-featured-meta {
    margin: 0;
    font-family: Oswald, Inter, system-ui, sans-serif;
    font-size: 0.72rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(214, 163, 54, 0.9);
}

.insights-featured-eyebrow {
    color: #d6a336 !important;
    font-weight: 600;
}

.insights-featured-body .outline-link {
    color: #0d2b5c;
    border-color: rgba(214, 163, 54, 0.4);
    margin-top: 8px;
}

.insights-featured-body .outline-link:hover {
    color: #d6a336;
    border-color: rgba(214, 163, 54, 0.7);
}

/* Six Intelligence Streams - Clean card grid */
.insights-grid-section {
    border-top: none;
    background: #f7f5f1;
}

.insights-grid-section .section-heading h2 {
    color: #0d2b5c;
}

.insights-grid-section .eyebrow {
    color: #d6a336;
}

.insights-card-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(18px, 2.4vw, 26px);
    max-width: var(--site-content);
    margin: 0 auto;
}

.insights-card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100%;
    border-radius: var(--radius-ui);
    border: 1px solid rgba(10, 35, 72, 0.12);
    background: #ffffff;
    overflow: hidden;
    transition: border-color 0.28s ease, box-shadow 0.28s ease, transform 0.28s var(--ease-out);
    box-shadow: 0 4px 20px rgba(7, 17, 29, 0.06);
}

.insights-card:hover {
    border-color: rgba(214, 163, 54, 0.45);
    box-shadow: 0 12px 40px rgba(7, 17, 29, 0.12);
    transform: translateY(-4px);
}

.insights-card-media {
    aspect-ratio: 16 / 10;
    background-size: cover;
    background-position: center;
    border-bottom: 1px solid rgba(10, 35, 72, 0.08);
}

.insights-card-body {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 22px 24px 26px;
    flex: 1;
}

.insights-card-header {
    display: flex;
    align-items: center;
    gap: 10px;
}

.insights-card-cat {
    font-family: Oswald, Inter, system-ui, sans-serif;
    font-size: 0.68rem;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #d6a336;
    padding: 4px 10px;
    background: rgba(214, 163, 54, 0.1);
    border: 1px solid rgba(214, 163, 54, 0.2);
    border-radius: 4px;
}

.insights-intelligence-type {
    display: inline-block;
    padding: 4px 10px;
    background: rgba(214, 163, 54, 0.12);
    border: 1px solid rgba(214, 163, 54, 0.25);
    border-radius: 4px;
    color: #0d2b5c;
}

.insights-card-body h3 {
    margin: 0;
    font-size: clamp(1.05rem, 1.4vw, 1.25rem);
    line-height: 1.25;
    color: #0d2b5c;
    font-weight: 600;
    letter-spacing: 0.01em;
    text-transform: none;
}

.insights-card-body p {
    margin: 0;
    color: #46556b;
    font-size: 0.88rem;
    line-height: 1.6;
}

/* Operational Guidance Section - Matching intelligence card style */
.insights-bulletins-section {
    background: #f7f5f1;
    border-top: none;
    border-bottom: none;
}

.insights-bulletins-section .section-heading h2 {
    color: #0d2b5c;
}

.insights-bulletins-section .section-heading p {
    color: #46556b;
}

.insights-bulletins-section .eyebrow {
    color: #d6a336;
}

.insights-bulletins-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(18px, 2.4vw, 26px);
    max-width: var(--site-content);
    margin: 0 auto;
}

.insights-bulletin-card {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 22px 24px 26px;
    border-radius: var(--radius-ui);
    border: 1px solid rgba(10, 35, 72, 0.12);
    background: #ffffff;
    box-shadow: 0 4px 20px rgba(7, 17, 29, 0.06);
    transition: border-color 0.28s ease, box-shadow 0.28s ease, transform 0.28s var(--ease-out);
}

.insights-bulletin-card:hover {
    border-color: rgba(214, 163, 54, 0.45);
    box-shadow: 0 12px 40px rgba(7, 17, 29, 0.12);
    transform: translateY(-4px);
}

.insights-bulletin-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(10, 35, 72, 0.08);
}

.insights-bulletin-id {
    font-family: Oswald, Inter, system-ui, sans-serif;
    font-size: 0.68rem;
    font-weight: 600;
    letter-spacing: 0.12em;
    color: #d6a336;
    white-space: nowrap;
    padding: 4px 10px;
    background: rgba(214, 163, 54, 0.1);
    border: 1px solid rgba(214, 163, 54, 0.2);
    border-radius: 4px;
}

.insights-bulletin-audience {
    font-size: 0.75rem;
    color: #46556b;
    text-align: right;
    line-height: 1.4;
}

.insights-bulletin-body {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.insights-bulletin-body h4 {
    margin: 0;
    font-size: clamp(1.05rem, 1.4vw, 1.15rem);
    line-height: 1.3;
    color: #0d2b5c;
    font-weight: 600;
    letter-spacing: 0.01em;
    text-transform: none;
}

.insights-bulletin-body p {
    margin: 0;
    color: #46556b;
    font-size: 0.88rem;
    line-height: 1.6;
}

/* Capability Materials Section - Premium Procurement Library */
.insights-resources-section {
    position: relative;
    border-bottom: none;
}

/* Subtle section divider line */
.insights-resources-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: min(200px, 30%);
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(214, 163, 54, 0.4), transparent);
}

.insights-resources-section .section-heading h2 {
    color: #0d2b5c;
}

.insights-resources-section .eyebrow {
    color: #d6a336;
}

.insights-resource-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(16px, 2vw, 22px);
    max-width: var(--site-content);
    margin: 0 auto;
}

/* Premium procurement library cards */
.insights-resource-card {
    display: flex;
    flex-direction: column;
    gap: 14px;
    padding: 24px 24px 26px;
    border-radius: var(--radius-ui);
    border: 1px solid rgba(10, 35, 72, 0.1);
    background: #ffffff;
    box-shadow:
        0 2px 8px rgba(7, 17, 29, 0.04),
        0 8px 24px rgba(7, 17, 29, 0.06);
    transition: border-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s var(--ease-out);
}

/* Stronger hover elevation for premium feel */
.insights-resource-card:hover {
    border-color: rgba(214, 163, 54, 0.5);
    box-shadow:
        0 4px 16px rgba(214, 163, 54, 0.08),
        0 20px 48px rgba(7, 17, 29, 0.12);
    transform: translateY(-6px);
}

.insights-resource-icon {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #d6a336;
    background: rgba(214, 163, 54, 0.06);
    border-radius: 8px;
    margin-bottom: 4px;
}

.insights-resource-icon svg {
    width: 24px;
    height: 24px;
    stroke-width: 1.6;
}

.insights-resource-body {
    display: flex;
    flex-direction: column;
    gap: 8px;
    flex: 1;
}

/* PDF/Meta tag with refined typography */
.insights-resource-tag {
    display: inline-flex;
    align-self: start;
    padding: 4px 10px;
    border-radius: 4px;
    border: 1px solid rgba(214, 163, 54, 0.3);
    font-family: Oswald, Inter, system-ui, sans-serif;
    font-size: 0.62rem;
    font-weight: 600;
    letter-spacing: 0.14em;
    color: #d6a336;
    background: rgba(214, 163, 54, 0.08);
    text-transform: uppercase;
}

.insights-resource-card h4 {
    margin: 0;
    font-size: 1.08rem;
    line-height: 1.35;
    color: #0d2b5c;
    font-weight: 600;
    letter-spacing: 0.01em;
    text-transform: none;
}

.insights-resource-card p {
    margin: 0;
    color: #46556b;
    font-size: 0.87rem;
    line-height: 1.6;
}

/* Premium download button */
.insights-resource-card .button {
    margin-top: auto;
    justify-self: start;
    background: #ffffff;
    color: #0d2b5c;
    border: 1.5px solid rgba(10, 35, 72, 0.15);
    font-weight: 600;
    padding: 10px 20px;
    font-size: 0.85rem;
    letter-spacing: 0.02em;
    transition: all 0.25s ease;
}

.insights-resource-card .button:hover {
    background: #0d2b5c;
    color: #ffffff;
    border-color: #0d2b5c;
    box-shadow: 0 4px 12px rgba(13, 43, 92, 0.2);
}

/* Refined "view all" link */
.insights-resources-more {
    margin: clamp(28px, 4vw, 40px) auto 0;
    text-align: center;
    max-width: var(--site-content);
    padding-top: 24px;
    border-top: 1px solid rgba(10, 35, 72, 0.08);
}

.insights-resources-more .text-link {
    color: #0d2b5c;
    font-weight: 600;
    font-size: 0.92rem;
    letter-spacing: 0.02em;
    text-decoration: none;
    border-bottom: 1px solid rgba(214, 163, 54, 0.4);
    padding-bottom: 3px;
    transition: border-color 0.2s ease, color 0.2s ease;
}

.insights-resources-more .text-link:hover {
    color: #d6a336;
    border-color: #d6a336;
}

/* Section heading styling for insights */
.insights-enterprise .section-heading h2 {
    color: #0d2b5c;
    text-transform: none;
    letter-spacing: 0.01em;
}

.insights-enterprise .eyebrow {
    color: #d6a336;
    font-weight: 600;
}

/* Reduce section padding for tighter rhythm */
.insights-enterprise .section {
    padding: clamp(36px, 5vw, 56px) var(--page-gutter);
}

.insights-enterprise .insights-featured-section {
    padding-top: clamp(28px, 4vw, 44px);
    padding-bottom: clamp(36px, 5vw, 56px);
}

.insights-enterprise .insights-grid-section,
.insights-enterprise .insights-bulletins-section,
.insights-enterprise .insights-resources-section {
    padding-top: clamp(36px, 5vw, 56px);
    padding-bottom: clamp(36px, 5vw, 56px);
}

/* Tighten section heading margins */
.insights-enterprise .section-heading {
    margin-bottom: clamp(24px, 3.5vw, 36px);
}

.insights-enterprise .section-heading h2 {
    margin-bottom: clamp(12px, 1.8vw, 18px);
}

/* Responsive adjustments */
@media (max-width: 1024px) {
    .insights-featured {
        grid-template-columns: 1fr;
    }
    
    .insights-featured-media {
        min-height: 260px;
        border-right: none;
        border-bottom: 1px solid rgba(10, 35, 72, 0.08);
    }
    
    .insights-featured-body {
        padding: 24px;
    }
}

@media (max-width: 980px) {
    .insights-card-grid,
    .insights-resource-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    
    .insights-enterprise .section {
        padding: clamp(28px, 4vw, 44px) var(--page-gutter);
    }
}

@media (max-width: 768px) {
    .insights-featured-media {
        min-height: 220px;
    }
    
    .insights-bulletins-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .insights-card-grid,
    .insights-resource-grid {
        grid-template-columns: 1fr;
    }
    
    .insights-featured-media {
        min-height: 180px;
    }
    
    .insights-featured-body {
        padding: 20px;
    }
    
    .insights-card-body,
    .insights-bulletin-card,
    .insights-resource-card {
        padding: 18px 20px 22px;
    }
    
    .insights-enterprise .section {
        padding: clamp(24px, 3.5vw, 36px) var(--page-gutter);
    }
}

/* --- Industries Page - Operational Delivery Model Section ---
   Reference layout: industrial backdrop + controlled 2-column block.
   Premium IIC industrial corporate aesthetic. No cyber-tech, no neon. */
.iic-delivery-model {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    background: #0a1322;
    border-top: 1px solid rgba(214, 163, 54, 0.1);
    border-bottom: 1px solid rgba(214, 163, 54, 0.08);
}

/* Industrial operations photographic backdrop */
.iic-delivery-model__bg {
    position: absolute;
    inset: 0;
    background-image: url('../images/heroes/hero-industrial-operations.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 0;
    pointer-events: none;
}

/* Controlled deep-navy overlay for readability + brand consistency */
.iic-delivery-model__overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(5, 12, 22, 0.78) 0%, rgba(5, 12, 22, 0.82) 100%),
        radial-gradient(ellipse at 18% 30%, rgba(214, 163, 54, 0.06) 0%, transparent 45%);
    z-index: 1;
    pointer-events: none;
}

.iic-delivery-model__inner {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 0.4fr) minmax(0, 0.6fr);
    gap: clamp(40px, 5.5vw, 80px);
    max-width: 1280px;
    margin: 0 auto;
    padding: clamp(56px, 6vw, 88px) var(--page-gutter);
    /* Controlled section height — not full-screen hero */
    min-height: clamp(560px, 62vh, 620px);
    align-items: center;
}

.iic-delivery-model__left {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.iic-delivery-model__left .eyebrow {
    color: #d6a336;
    font-weight: 500;
    letter-spacing: 0.16em;
    font-size: 0.72rem;
    margin: 0;
}

/* Strong condensed white title — no overflow, clamp-based scaling */
.iic-delivery-model__left h2 {
    margin: 0;
    font-family: Oswald, Inter, system-ui, sans-serif;
    font-size: clamp(1.75rem, 3.4vw, 2.65rem);
    line-height: 1.18;
    color: #ffffff !important;
    font-weight: 600;
    letter-spacing: 0.005em;
    text-transform: none;
    text-wrap: balance;
}

.iic-delivery-model__left p {
    margin: 0;
    color: rgba(255, 255, 255, 0.78);
    font-size: 0.96rem;
    line-height: 1.7;
    max-width: 46ch;
    font-weight: 400;
}

.iic-delivery-model__right {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(18px, 2vw, 24px);
    align-items: stretch;
}

/* Process Cards - clean industrial panels (subtle black shadow only) */
.iic-process-card {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 26px 24px;
    border-radius: var(--radius-ui);
    border: 1px solid rgba(214, 163, 54, 0.22);
    background: rgba(15, 22, 31, 0.82);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.32);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    transition: border-color 0.3s ease, transform 0.3s var(--ease-out), box-shadow 0.3s ease, background 0.3s ease;
}

.iic-process-card:hover {
    border-color: rgba(214, 163, 54, 0.45);
    background: rgba(18, 26, 38, 0.88);
    transform: translateY(-3px);
    box-shadow: 0 18px 42px rgba(0, 0, 0, 0.42);
}

/* Gold accent numbering — reference style */
.iic-process-card__num {
    font-family: Oswald, Inter, system-ui, sans-serif;
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 0.12em;
    color: #d6a336;
    text-transform: uppercase;
    line-height: 1;
}

.iic-process-card__icon {
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(214, 163, 54, 0.85);
    margin-top: 2px;
}

.iic-process-card__icon svg {
    width: 24px;
    height: 24px;
    stroke-width: 1.5;
}

/* White card headings (per reference brief) */
.iic-process-card h3 {
    margin: 0;
    font-family: Oswald, Inter, system-ui, sans-serif;
    font-size: 1.15rem;
    line-height: 1.22;
    color: #ffffff !important;
    font-weight: 600;
    letter-spacing: 0.03em;
    text-transform: uppercase;
}

.iic-process-card p {
    margin: 0;
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.88rem;
    line-height: 1.62;
}

/* --- Industries Page - Saudi Presence Section --- */
.iic-presence {
    background: #f7f5f1;
    border-top: none;
    border-bottom: none;
}

.iic-presence__inner {
    display: grid;
    grid-template-columns: minmax(0, 0.52fr) minmax(0, 0.48fr);
    gap: clamp(36px, 5vw, 72px);
    max-width: 1240px;
    margin: 0 auto;
    /* Tighter top spacing, balanced bottom */
    padding: clamp(40px, 5vw, 60px) var(--page-gutter) clamp(48px, 6vw, 72px);
    align-items: center;
}

.iic-presence__content {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding-right: clamp(0px, 1vw, 16px);
}

.iic-presence__content .eyebrow {
    color: #d6a336;
    font-weight: 600;
    letter-spacing: 0.08em;
}

.iic-presence__content h2 {
    margin: 0;
    font-size: clamp(1.5rem, 2.8vw, 2.2rem);
    line-height: 1.25;
    color: #0d2b5c;
    font-weight: 600;
    letter-spacing: 0.01em;
    text-transform: none;
}

.iic-presence__content > p {
    margin: 0;
    color: #46556b;
    font-size: 0.96rem;
    line-height: 1.65;
    max-width: 48ch;
}

.iic-presence__cities {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 8px;
}

.iic-city-badge {
    display: inline-flex;
    align-items: center;
    padding: 8px 16px;
    border-radius: 6px;
    background: #ffffff;
    border: 1px solid rgba(13, 43, 92, 0.15);
    font-family: Oswald, Inter, system-ui, sans-serif;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    color: #0d2b5c;
    text-transform: uppercase;
    box-shadow: 0 2px 8px rgba(13, 43, 92, 0.06);
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.iic-city-badge:hover {
    border-color: rgba(214, 163, 54, 0.5);
    box-shadow: 0 4px 12px rgba(214, 163, 54, 0.12);
    transform: translateY(-2px);
}

.iic-presence__map-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Premium map card with subtle gold edge accent */
.iic-presence__map-card {
    position: relative;
    width: 100%;
    max-width: 380px;
    padding: clamp(18px, 2.2vw, 24px) clamp(20px, 2.6vw, 28px);
    border-radius: var(--radius-ui);
    background: linear-gradient(180deg, #ffffff 0%, #fbf9f5 100%);
    border: 1px solid rgba(13, 43, 92, 0.1);
    box-shadow:
        0 1px 0 rgba(214, 163, 54, 0.18) inset,
        0 18px 48px rgba(13, 43, 92, 0.1),
        0 4px 14px rgba(13, 43, 92, 0.06);
    overflow: hidden;
}

/* Top gold accent edge */
.iic-presence__map-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 12%;
    right: 12%;
    height: 2px;
    background: linear-gradient(90deg,
        transparent 0%,
        rgba(214, 163, 54, 0.55) 50%,
        transparent 100%);
    pointer-events: none;
}

/* Map sized to fit card without excess height */
.iic-presence__map {
    width: 100%;
    height: auto;
    max-height: 360px;
    display: block;
    margin: 0 auto;
}

.iic-presence__hub {
    cursor: pointer;
    transition: transform 0.3s ease;
}

.iic-presence__hub:hover {
    transform: scale(1.15);
}

.iic-presence__halo {
    animation: pulseHalo 2.5s ease-out infinite;
}

.iic-presence__label {
    font-family: Oswald, Inter, system-ui, sans-serif;
    font-size: 2.2px;
    font-weight: 600;
    fill: #0d2b5c;
    letter-spacing: 0.02em;
}

@keyframes pulseHalo {
    0%, 100% {
        opacity: 0.6;
        stroke-width: 0.35;
    }
    50% {
        opacity: 1;
        stroke-width: 0.55;
    }
}

/* Industries Page Responsive */
@media (max-width: 980px) {
    .iic-delivery-model__inner {
        grid-template-columns: 1fr;
        gap: 36px;
        padding: clamp(48px, 7vw, 72px) var(--page-gutter);
        /* Drop strict min-height when stacked — content drives the height */
        min-height: 0;
    }

    .iic-delivery-model__left {
        text-align: center;
        align-items: center;
    }

    .iic-delivery-model__left p {
        max-width: 56ch;
    }

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

    .iic-presence__inner {
        grid-template-columns: 1fr;
        gap: 36px;
        padding: clamp(40px, 6vw, 64px) var(--page-gutter);
    }

    .iic-presence__content {
        text-align: center;
        align-items: center;
        padding-right: 0;
    }

    .iic-presence__content > p {
        max-width: 60ch;
    }

    .iic-presence__map-wrap {
        order: -1;
    }

    .iic-presence__map-card {
        max-width: 340px;
    }

    .iic-presence__map {
        max-height: 320px;
    }
}

@media (max-width: 640px) {
    .iic-delivery-model__inner,
    .iic-presence__inner {
        padding: clamp(32px, 5vw, 48px) var(--page-gutter);
    }

    .iic-delivery-model__right {
        grid-template-columns: 1fr;
    }

    .iic-process-card {
        padding: 20px;
    }

    .iic-city-badge {
        padding: 6px 12px;
        font-size: 0.7rem;
    }

    .iic-presence__map-card {
        max-width: 300px;
        padding: 12px;
    }
}

/* =========================================================================
   Contact Page — Premium industrial enquiry & coordination
   Scoped via .iic-contact-page so it never collides with legacy contact rules.
   ========================================================================= */
.iic-contact-page {
    background: #f7f5f1;
}

/* Override legacy dark contact-section styling for the new layout */
.iic-contact-page .contact-section {
    background: none;
    display: block;
    grid-template-columns: none;
    gap: 0;
    align-items: stretch;
}

.iic-contact-page .section {
    padding: clamp(48px, 6vw, 80px) var(--page-gutter);
}

/* --- Contact grid (info + form) --- */
.iic-contact-section {
    background: #f7f5f1;
}

.iic-contact-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.4fr) minmax(0, 0.6fr);
    gap: clamp(32px, 4vw, 56px);
    max-width: 1280px;
    margin: 0 auto;
    align-items: start;
}

/* --- Left: info column --- */
.iic-contact-info {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.iic-contact-info .eyebrow {
    color: #d6a336;
    font-weight: 600;
    letter-spacing: 0.14em;
    font-size: 0.72rem;
    margin: 0;
}

.iic-contact-info h2 {
    margin: 0;
    color: #0d2b5c;
    font-size: clamp(1.5rem, 2.6vw, 2rem);
    line-height: 1.25;
    font-weight: 600;
    letter-spacing: 0.005em;
    text-transform: none;
}

.iic-contact-info__lead {
    margin: 0 0 8px;
    color: #46556b;
    font-size: 0.95rem;
    line-height: 1.65;
    max-width: 44ch;
}

.iic-contact-cards {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-top: 8px;
}

.iic-contact-card {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 18px 18px 16px;
    background: #ffffff;
    border: 1px solid rgba(13, 43, 92, 0.1);
    border-radius: var(--radius-ui);
    box-shadow: 0 8px 24px rgba(13, 43, 92, 0.06);
    transition: border-color 0.28s ease, box-shadow 0.28s ease, transform 0.28s var(--ease-out);
    overflow: hidden;
}

.iic-contact-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 14%;
    right: 14%;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(214, 163, 54, 0.55), transparent);
    pointer-events: none;
}

.iic-contact-card:hover {
    border-color: rgba(214, 163, 54, 0.4);
    box-shadow: 0 14px 32px rgba(13, 43, 92, 0.1);
    transform: translateY(-2px);
}

.iic-contact-card__icon {
    width: 28px;
    height: 28px;
    color: #d6a336;
}

.iic-contact-card__icon svg {
    width: 100%;
    height: 100%;
    display: block;
}

.iic-contact-card__label {
    font-family: Oswald, Inter, system-ui, sans-serif;
    font-size: 0.7rem;
    font-weight: 600;
    letter-spacing: 0.12em;
    color: #d6a336;
    text-transform: uppercase;
}

.iic-contact-card__value {
    color: #0d2b5c;
    font-weight: 600;
    font-size: 0.95rem;
    line-height: 1.3;
    text-decoration: none;
    word-break: break-word;
}

a.iic-contact-card__value:hover {
    color: #d6a336;
}

.iic-contact-card__value--alt {
    font-weight: 500;
    font-size: 0.88rem;
    color: #46556b;
    margin-top: -2px;
}

.iic-contact-card__meta {
    margin: 2px 0 0;
    color: #46556b;
    font-size: 0.78rem;
    line-height: 1.5;
}

.iic-contact-card__meta a {
    color: #46556b;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: color 0.2s ease, border-color 0.2s ease;
}

.iic-contact-card__meta a:hover {
    color: #d6a336;
    border-bottom-color: rgba(214, 163, 54, 0.4);
}

/* --- Right: enquiry form --- */
.iic-contact-form-wrap {
    position: relative;
}

.iic-contact-form {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: clamp(24px, 3vw, 36px);
    background: #ffffff;
    border: 1px solid rgba(13, 43, 92, 0.1);
    border-radius: var(--radius-ui);
    box-shadow: 0 18px 48px rgba(13, 43, 92, 0.1);
    scroll-margin-top: calc(var(--sticky-offset, 80px) + 16px);
}

.iic-contact-form .eyebrow {
    color: #d6a336;
    font-weight: 600;
    letter-spacing: 0.14em;
    font-size: 0.72rem;
    margin: 0;
}

.iic-contact-form h2 {
    margin: 0;
    color: #0d2b5c;
    font-size: clamp(1.35rem, 2.2vw, 1.7rem);
    line-height: 1.25;
    font-weight: 600;
    letter-spacing: 0.005em;
    text-transform: none;
}

.iic-contact-form__lead {
    margin: 0 0 8px;
    color: #46556b;
    font-size: 0.9rem;
    line-height: 1.6;
}

.iic-form-status {
    margin: 0;
    padding: 12px 14px;
    border-radius: 6px;
    font-size: 0.88rem;
    line-height: 1.5;
    font-weight: 500;
}

.iic-form-status--success {
    background: rgba(214, 163, 54, 0.1);
    color: #0d2b5c;
    border: 1px solid rgba(214, 163, 54, 0.4);
}

.iic-form-status--error {
    background: rgba(196, 51, 51, 0.07);
    color: #8b2a2a;
    border: 1px solid rgba(196, 51, 51, 0.3);
}

.iic-form-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.iic-form-field {
    display: flex;
    flex-direction: column;
    gap: 6px;
    min-width: 0;
}

.iic-form-label {
    font-family: Inter, system-ui, sans-serif;
    font-size: 0.78rem;
    font-weight: 600;
    color: #0d2b5c;
    letter-spacing: 0.03em;
}

.iic-form-label em {
    color: #d6a336;
    font-style: normal;
    margin-left: 2px;
}

.iic-contact-form input,
.iic-contact-form select,
.iic-contact-form textarea {
    width: 100%;
    padding: 11px 14px;
    background: #fbfaf7;
    border: 1px solid rgba(13, 43, 92, 0.14);
    border-radius: 6px;
    color: #0d2b5c;
    font: 400 0.93rem/1.4 Inter, system-ui, sans-serif;
    min-height: 44px;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
    box-sizing: border-box;
}

.iic-contact-form textarea {
    resize: vertical;
    min-height: 130px;
    line-height: 1.55;
}

.iic-contact-form input::placeholder,
.iic-contact-form textarea::placeholder {
    color: rgba(70, 85, 107, 0.55);
}

.iic-contact-form input:hover,
.iic-contact-form select:hover,
.iic-contact-form textarea:hover {
    border-color: rgba(13, 43, 92, 0.24);
}

.iic-contact-form input:focus,
.iic-contact-form select:focus,
.iic-contact-form textarea:focus {
    outline: none;
    border-color: rgba(214, 163, 54, 0.7);
    box-shadow: 0 0 0 3px rgba(214, 163, 54, 0.14);
    background: #ffffff;
}

.iic-contact-form select {
    appearance: none;
    -webkit-appearance: none;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'><path d='M1 1l5 5 5-5' stroke='%23d6a336' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/></svg>");
    background-repeat: no-repeat;
    background-position: right 14px center;
    padding-right: 38px;
}

.iic-form-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 14px 18px;
    margin-top: 4px;
}

.iic-form-actions .button {
    min-width: 180px;
}

.iic-form-note {
    color: #46556b;
    font-size: 0.82rem;
    line-height: 1.4;
}

/* --- Kingdom-wide Operations panel --- */
.iic-contact-location {
    background: #f7f5f1;
}

.iic-contact-location__inner {
    max-width: 1280px;
    margin: 0 auto;
}

.iic-contact-location__panel {
    position: relative;
    padding: clamp(28px, 4vw, 44px);
    background: #ffffff;
    border: 1px solid rgba(13, 43, 92, 0.1);
    border-radius: var(--radius-ui);
    box-shadow: 0 16px 40px rgba(13, 43, 92, 0.08);
    overflow: hidden;
}

.iic-contact-location__panel::before {
    content: '';
    position: absolute;
    top: 0;
    left: 10%;
    right: 10%;
    height: 2px;
    background: linear-gradient(90deg, transparent, rgba(214, 163, 54, 0.6), transparent);
    pointer-events: none;
}

.iic-contact-location__panel .eyebrow {
    color: #d6a336;
    font-weight: 600;
    letter-spacing: 0.14em;
    font-size: 0.72rem;
    margin: 0 0 10px;
}

.iic-contact-location__panel h2 {
    margin: 0 0 12px;
    color: #0d2b5c;
    font-size: clamp(1.4rem, 2.4vw, 1.9rem);
    line-height: 1.25;
    font-weight: 600;
    letter-spacing: 0.005em;
    text-transform: none;
    max-width: 36ch;
}

.iic-contact-location__panel > p {
    margin: 0 0 18px;
    color: #46556b;
    font-size: 0.95rem;
    line-height: 1.65;
    max-width: 60ch;
}

.iic-contact-cities {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

/* --- Quick Actions --- */
.iic-contact-quick {
    background: linear-gradient(180deg, #f7f5f1 0%, #eef1f5 100%);
}

.iic-contact-quick__inner {
    max-width: 1280px;
    margin: 0 auto;
}

.iic-contact-quick__head {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: clamp(20px, 3vw, 28px);
    text-align: center;
    align-items: center;
}

.iic-contact-quick__head .eyebrow {
    color: #d6a336;
    font-weight: 600;
    letter-spacing: 0.14em;
    font-size: 0.72rem;
    margin: 0;
}

.iic-contact-quick__head h2 {
    margin: 0;
    color: #0d2b5c;
    font-size: clamp(1.35rem, 2.2vw, 1.75rem);
    line-height: 1.25;
    font-weight: 600;
    text-transform: none;
    letter-spacing: 0.005em;
}

.iic-quick-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: clamp(14px, 1.8vw, 20px);
}

.iic-quick-card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
    padding: 20px 20px 18px;
    background: #ffffff;
    border: 1px solid rgba(13, 43, 92, 0.1);
    border-radius: var(--radius-ui);
    box-shadow: 0 8px 22px rgba(13, 43, 92, 0.06);
    text-decoration: none;
    color: inherit;
    transition: border-color 0.28s ease, box-shadow 0.28s ease, transform 0.28s var(--ease-out), background 0.28s ease;
}

.iic-quick-card:hover {
    border-color: rgba(214, 163, 54, 0.45);
    box-shadow: 0 14px 28px rgba(13, 43, 92, 0.1);
    transform: translateY(-2px);
}

.iic-quick-card__icon {
    display: inline-flex;
    width: 30px;
    height: 30px;
    color: #d6a336;
    margin-bottom: 4px;
}

.iic-quick-card__icon svg {
    width: 100%;
    height: 100%;
    display: block;
}

.iic-quick-card__label {
    font-family: Oswald, Inter, system-ui, sans-serif;
    font-size: 0.85rem;
    font-weight: 600;
    color: #0d2b5c;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.iic-quick-card__value {
    color: #46556b;
    font-size: 0.82rem;
    line-height: 1.4;
    word-break: break-word;
}

.iic-quick-card--accent {
    background: linear-gradient(180deg, #ffffff 0%, #fbf5e7 100%);
    border-color: rgba(214, 163, 54, 0.4);
}

.iic-quick-card--accent .iic-quick-card__label {
    color: #d6a336;
}

/* --- CTA (matches About/Insights style) --- */
.iic-contact-cta {
    padding: clamp(40px, 5vw, 60px) var(--page-gutter);
}

/* --- Contact page responsive --- */
@media (max-width: 980px) {
    .iic-contact-grid {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .iic-contact-info {
        align-items: stretch;
    }

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

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

@media (max-width: 640px) {
    .iic-form-row {
        grid-template-columns: 1fr;
    }

    .iic-contact-cards {
        grid-template-columns: 1fr;
    }

    .iic-quick-grid {
        grid-template-columns: 1fr;
    }

    .iic-form-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .iic-form-actions .button {
        width: 100%;
        min-width: 0;
    }

    .iic-form-note {
        text-align: center;
    }

    .iic-contact-cta .iic-final-cta__actions {
        flex-direction: column;
        align-items: stretch;
    }

    .iic-contact-cta .iic-final-cta__actions .button {
        width: 100%;
        min-width: 0;
    }
}

/* --- Post-hero metrics (below cinematic hero — not overlaid on image) --- */
.iic-post-hero-metrics {
    padding: clamp(20px, 3.5vw, 32px) var(--page-gutter);
    background: #f8f9fb;
    color: var(--navy);
    border-bottom: 1px solid var(--border);
}

.iic-post-hero-metrics__inner {
    max-width: var(--site-content);
    margin: 0 auto;
}

.iic-metric-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: clamp(12px, 2vw, 18px);
}

.iic-metric-card {
    padding: clamp(16px, 2vw, 20px);
    border-radius: var(--radius-ui);
    border: 1px solid rgba(10, 35, 72, 0.16);
    background: #fff;
    box-shadow: 0 10px 28px rgba(10, 35, 72, 0.08);
    transition:
        border-color 0.25s var(--ease-out),
        box-shadow 0.25s var(--ease-out);
}

.iic-metric-card:hover {
    border-color: rgba(216, 155, 43, 0.4);
    box-shadow: 0 12px 32px rgba(10, 35, 72, 0.09);
}

.iic-metric-card .kpi-icon,
.iic-metric-card .kpi-icon--line {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 6px;
    color: #d89b2b;
}

.iic-metric-card .kpi-icon--line .iic-line-icon {
    width: 1.15rem;
    height: 1.15rem;
}

.iic-metric-card .kpi-stat {
    display: block;
    font-size: clamp(0.95rem, 1.15vw, 1.05rem);
    line-height: 1.22;
    font-weight: 700;
    letter-spacing: 0.02em;
    color: var(--navy);
    font-family: Inter, system-ui, sans-serif;
    text-transform: none;
}

.iic-metric-card strong {
    display: block;
    margin-top: 4px;
    font-size: 0.72rem;
    line-height: 1.4;
    letter-spacing: 0.06em;
    color: rgba(10, 35, 72, 0.65);
    font-weight: 600;
    text-transform: uppercase;
}

@media (max-width: 900px) {
    .iic-metric-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

/* --- Services hub (executive capability architecture) --- */
.services-hub-hero {
    --hero-image: url("../images/heroes/hero-service-iic.png");
}

.page-hero.services-hub-hero::before {
    background:
        linear-gradient(180deg, rgba(5, 16, 34, 0.6), rgba(5, 16, 34, 0.44)),
        var(--hero-image) center / cover no-repeat;
}

.services-hub-hero-copy {
    min-width: 0;
}

.services-hub-hero-title span {
    display: block;
    margin-top: 0.25em;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.96);
}

.services-hub-page .section-heading h2 {
    font-size: clamp(1.85rem, 3.2vw, 2.85rem);
}

.services-hub-ecosystem {
    background: var(--navy);
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.services-hub-ecosystem-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(20px, 2.6vw, 28px);
    max-width: min(1240px, 100%);
    margin: 0 auto;
}

.services-hub-service-card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100%;
    border-radius: var(--radius-ui);
    border: 1.5px solid rgba(216, 155, 43, 0.28);
    overflow: hidden;
    background: linear-gradient(165deg, rgba(14, 32, 58, 0.94) 0%, rgba(8, 18, 34, 0.98) 100%);
    box-shadow: 0 14px 40px rgba(0, 0, 0, 0.22);
    transition:
        transform 0.38s var(--ease-out),
        border-color 0.38s var(--ease-out),
        box-shadow 0.38s var(--ease-out);
}

.services-hub-service-card:hover {
    transform: translateY(-4px);
    border-color: rgba(216, 155, 43, 0.55);
    box-shadow: 0 18px 48px rgba(0, 0, 0, 0.28);
}

.services-hub-service-media {
    position: relative;
    flex-shrink: 0;
    min-height: clamp(200px, 26vw, 280px);
    aspect-ratio: 16 / 10;
    background-size: cover;
    background-repeat: no-repeat;
}

.services-hub-service-media::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 48%, rgba(4, 10, 18, 0.62) 100%);
    pointer-events: none;
}

.services-hub-service-body {
    position: relative;
    display: grid;
    gap: 14px;
    padding: clamp(24px, 3.2vw, 32px);
    flex: 1;
    border-top: 1px solid rgba(216, 155, 43, 0.22);
}

.services-hub-service-code {
    display: inline-flex;
    align-self: start;
    padding: 6px 12px;
    border-radius: 4px;
    border: 1.5px solid rgba(216, 155, 43, 0.68);
    font-family: Oswald, Inter, system-ui, sans-serif;
    font-size: 0.73rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    color: rgba(216, 155, 43, 1);
}

.services-hub-service-body h3 {
    margin: 0;
    font-size: clamp(1.18rem, 1.85vw, 1.48rem);
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: #f8fafc;
    font-weight: 700;
    line-height: 1.16;
    text-shadow: 0 2px 14px rgba(0, 0, 0, 0.38);
}

.services-hub-service-body p {
    margin: 0;
    color: rgba(232, 238, 248, 0.9);
    font-size: clamp(0.9rem, 1.2vw, 1rem);
    line-height: 1.62;
    max-width: 54ch;
}

.services-hub-service-body {
    gap: clamp(12px, 1.6vw, 16px);
}

.services-hub-service-cta {
    margin-top: clamp(14px, 2vw, 20px);
    padding-top: clamp(10px, 1.4vw, 14px);
    border-top: 1px solid rgba(216, 155, 43, 0.2);
}

.services-hub-service-cta {
    margin-top: auto;
    align-self: start;
}

.services-hub-integration {
    background: #eef1f6;
    border-bottom: 1px solid rgba(10, 35, 72, 0.08);
}

.services-hub-chain {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 0;
    max-width: var(--site-content);
    margin: 0 auto clamp(28px, 4vw, 40px);
    padding: clamp(22px, 3.2vw, 34px);
    border-radius: var(--radius-ui);
    border: 1px solid rgba(10, 35, 72, 0.1);
    background: #fff;
    box-shadow: 0 10px 32px rgba(10, 35, 72, 0.06);
}

.services-hub-chain-node {
    display: grid;
    gap: 8px;
    justify-items: center;
    text-align: center;
    padding: 16px 18px;
    min-width: min(120px, 28vw);
}

.services-hub-chain-tag {
    font-family: Oswald, Inter, system-ui, sans-serif;
    font-size: 0.62rem;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: rgba(216, 155, 43, 0.95);
}

.services-hub-chain-label {
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--navy);
}

.services-hub-chain-connector {
    width: clamp(28px, 4vw, 48px);
    height: 2px;
    margin: 0 4px;
    flex-shrink: 0;
    background: linear-gradient(90deg, rgba(216, 155, 43, 0.08), rgba(216, 155, 43, 0.42), rgba(216, 155, 43, 0.08));
    border-radius: 2px;
    box-shadow: none;
}

.services-hub-integration-note {
    max-width: min(720px, 100%);
    margin: 0 auto;
    text-align: center;
    color: rgba(45, 58, 78, 0.82);
    font-size: 0.94rem;
    line-height: 1.68;
}

.services-hub-industries {
    background: var(--navy);
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.services-hub-industries-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: clamp(14px, 1.8vw, 18px);
    max-width: var(--site-content);
    margin: 0 auto;
}

.services-hub-industry-card {
    position: relative;
    min-height: clamp(160px, 22vw, 220px);
    border-radius: var(--radius-ui);
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition:
        transform 0.32s var(--ease-out),
        border-color 0.32s ease,
        box-shadow 0.32s ease;
}

.services-hub-industry-card:hover {
    transform: translateY(-3px);
    border-color: rgba(216, 155, 43, 0.3);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.26);
}

.services-hub-industry-media {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    transform: scale(1);
    transition: transform 0.55s var(--ease-out);
}

.services-hub-industry-card:hover .services-hub-industry-media {
    transform: scale(1.04);
}

.services-hub-industry-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: flex-end;
    padding: 16px 18px;
    background: linear-gradient(180deg, rgba(4, 10, 18, 0.08) 0%, rgba(4, 10, 18, 0.78) 100%);
    transition: background 0.32s ease;
}

.services-hub-industry-card:hover .services-hub-industry-overlay {
    background: linear-gradient(180deg, rgba(216, 155, 43, 0.06) 0%, rgba(4, 10, 18, 0.84) 100%);
}

.services-hub-industry-overlay h3 {
    margin: 0;
    font-size: clamp(0.88rem, 1.2vw, 1.02rem);
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.services-hub-industries-foot {
    margin-top: clamp(24px, 3vw, 32px);
    text-align: center;
}

.services-hub-advantages {
    background: var(--graphite);
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.services-hub-advantage-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(18px, 2.2vw, 24px);
    max-width: var(--site-content);
    margin: 0 auto;
}

.services-hub-advantage-card {
    display: grid;
    gap: 12px;
    align-content: start;
    padding: clamp(24px, 3vw, 32px);
    border-radius: var(--radius-ui);
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(8, 20, 38, 0.55);
    box-shadow:
        0 10px 28px rgba(0, 0, 0, 0.18),
        inset 0 1px 0 rgba(255, 255, 255, 0.05);
    backdrop-filter: none;
    transition:
        border-color 0.32s ease,
        box-shadow 0.32s ease,
        transform 0.32s var(--ease-out);
}

.services-hub-advantage-card:hover {
    border-color: rgba(216, 155, 43, 0.26);
    box-shadow:
        0 14px 36px rgba(0, 0, 0, 0.22),
        inset 0 1px 0 rgba(255, 255, 255, 0.06);
    transform: translateY(-2px);
}

.services-hub-adv-value {
    margin-bottom: 2px;
}

.services-hub-adv-num {
    font-family: Oswald, Inter, system-ui, sans-serif;
    font-size: clamp(2.2rem, 4vw, 2.85rem);
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.04em;
    color: var(--gold);
    text-shadow: none;
}

.services-hub-adv-num.is-static {
    font-size: clamp(1.65rem, 3vw, 2.35rem);
    letter-spacing: 0.06em;
}

.services-hub-advantage-card h3 {
    margin: 0;
    font-size: clamp(0.95rem, 1.25vw, 1.08rem);
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: rgba(252, 253, 255, 0.98);
}

.services-hub-advantage-card p {
    margin: 0;
    color: rgba(205, 214, 226, 0.9);
    font-size: 0.88rem;
    line-height: 1.6;
}

@media (max-width: 1180px) {
    .services-hub-advantage-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 900px) {
    .services-hub-page .page-hero.services-hub-hero .hero-actions .button {
        min-width: 0;
        flex: 1 1 200px;
    }

    .services-hub-ecosystem-grid {
        grid-template-columns: 1fr;
    }

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

    .services-hub-chain-connector {
        flex-basis: 100%;
        width: 100%;
        max-width: 120px;
        margin: 8px auto;
        height: 2px;
    }
}

@media (max-width: 620px) {
    .services-hub-industries-grid {
        grid-template-columns: 1fr;
    }

    .services-hub-advantage-grid {
        grid-template-columns: 1fr;
    }

    .services-hub-chain-node {
        min-width: 42%;
    }
}

.inspection-hero {
    --hero-image: url("../images/services/svc-hub-hero.jpg");
}

.industrial-hero {
    --hero-image: url("../images/services/svc-hub-hero.jpg");
}

.printing-hero {
    --hero-image: url("../images/printing/print-offset-press.jpg");
}

.training-hero {
    --hero-image: url("../images/heroes/hero-industrial-training.jpg");
}

.careers-hero {
    --hero-image: url("https://images.unsplash.com/photo-1521791136064-7986c2920216?auto=format&fit=crop&w=2200&q=85");
}

.about-hero {
    --hero-image: url("../images/heroes/hero-aboutus-iic.png");
}

.page-hero.about-hero::before {
    background:
        linear-gradient(180deg, rgba(5, 16, 34, 0.6), rgba(5, 16, 34, 0.44)),
        var(--hero-image) 55% center / cover no-repeat;
}

.career-progression-section {
    padding: var(--section-y-lg) var(--page-gutter);
    background: var(--navy);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.progression-pathways {
    display: flex;
    flex-direction: column;
    gap: 48px;
    max-width: var(--site-content);
    margin: 0 auto;
}

.pathway {
    padding: 32px;
    background: rgba(216, 155, 43, 0.04);
    border: 1px solid rgba(216, 155, 43, 0.12);
    border-radius: var(--radius-ui);
}

.pathway h3 {
    margin: 0 0 28px 0;
    font-size: 1.05rem;
    font-weight: 600;
    color: var(--white);
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.progression-levels {
    display: flex;
    align-items: stretch;
    gap: 20px;
    flex-wrap: wrap;
}

.progression-tier {
    flex: 1;
    min-width: 180px;
    padding: 20px;
    background: rgba(216, 155, 43, 0.06);
    border: 1px solid rgba(216, 155, 43, 0.15);
    border-radius: 8px;
    display: flex;
    flex-direction: column;
}

.tier-level {
    display: block;
    margin-bottom: 8px;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--soft-gold);
}

.progression-tier strong {
    margin-bottom: 12px;
    font-size: 0.95rem;
    color: var(--white);
    display: block;
}

.progression-tier p {
    margin: 0;
    font-size: 0.85rem;
    line-height: 1.6;
    color: var(--muted);
    flex-grow: 1;
}

.progression-connector {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    color: rgba(216, 155, 43, 0.4);
    font-weight: 300;
    min-width: 20px;
}

@media (max-width: 1180px) {
    .progression-levels {
        flex-direction: column;
    }

    .progression-connector {
        rotate: 90deg;
        height: 20px;
        min-width: auto;
    }
}

@media (max-width: 620px) {
    .pathway {
        padding: 20px;
    }

    .progression-levels {
        gap: 12px;
    }

    .progression-tier {
        padding: 16px;
    }

    .tier-level {
        font-size: 0.7rem;
    }

    .progression-tier strong {
        font-size: 0.9rem;
    }

    .progression-tier p {
        font-size: 0.8rem;
    }
}

/* Service page hero panels — finalized production assets */
.inspection-panel {
    --panel-image: url("../images/heroes/hero-inspection-services.jpg");
}

.industrial-panel {
    --panel-image: url("../images/heroes/hero-industrial-operations.jpg");
}

.printing-panel {
    --panel-image: url("../images/printing/print-offset-press.jpg");
}

.training-panel {
    --panel-image: url("../images/heroes/hero-industrial-training.jpg");
}

/* ============================================================================== */
/* INDUSTRIAL PAGE RESTRUCTURED STYLES                                          */
/* ============================================================================== */

.industrial-maintenance-flow {
    padding: var(--section-y-lg) var(--page-gutter);
    background: var(--navy);
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
main{
    margin-top: 10px !important;
}

.industrial-maintenance-stack {
    display: flex;
    flex-direction: column;
    gap: 0;
    max-width: var(--site-content);
    margin: 0 auto;
}

.maintenance-discipline {
    position: relative;
    padding: clamp(24px, 3vw, 32px) clamp(20px, 2.8vw, 30px);
    border: 1px solid rgba(216, 155, 43, 0.18);
    border-radius: var(--radius-ui);
    background:
        linear-gradient(160deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.01)),
        rgba(6, 17, 31, 0.48);
    backdrop-filter: blur(12px);
    display: grid;
    grid-template-columns: auto 1fr;
    gap: clamp(20px, 2.5vw, 28px);
    align-items: start;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.maintenance-discipline:hover {
    border-color: rgba(216, 155, 43, 0.35);
    box-shadow: 0 0 24px rgba(216, 155, 43, 0.08);
}

.discipline-number {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 48px;
    height: 48px;
    border-radius: 8px;
    background: rgba(216, 155, 43, 0.12);
    color: var(--gold);
    font-family: Oswald, Inter, system-ui, sans-serif;
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: 0.08em;
}

.discipline-content h3 {
    margin: 0 0 10px;
    font-size: 1.1rem;
    line-height: 1.2;
}

.discipline-content p {
    margin: 0;
    color: var(--muted);
    font-size: 0.9rem;
    line-height: 1.6;
}

.stack-connector {
    width: 2px;
    height: 32px;
    background: linear-gradient(to bottom, rgba(216, 155, 43, 0.4), rgba(216, 155, 43, 0));
    margin-left: 23px;
    margin-top: -8px;
    margin-bottom: -8px;
}

.industrial-readiness-mobilization {
    padding: var(--section-y-lg) var(--page-gutter);
    background: var(--navy);
}

.readiness-cycle {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: clamp(16px, 2vw, 20px);
    max-width: var(--site-content);
    margin: 0 auto;
}

.readiness-stage {
    position: relative;
    padding: clamp(20px, 2.6vw, 26px) clamp(18px, 2.2vw, 24px);
    border-radius: var(--radius-ui);
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.04);
    transition: border-color 0.3s ease, background 0.3s ease;
}

.readiness-stage:hover {
    border-color: rgba(216, 155, 43, 0.35);
    background: rgba(255, 255, 255, 0.07);
}

.stage-indicator {
    display: block;
    margin-bottom: 12px;
    color: var(--gold);
    font-family: Oswald, Inter, system-ui, sans-serif;
    font-size: 0.72rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    font-weight: 600;
}

.readiness-stage h3 {
    margin: 0 0 10px;
    font-size: 1rem;
    line-height: 1.2;
}

.readiness-stage p {
    margin: 0;
    color: var(--muted);
    font-size: 0.85rem;
    line-height: 1.55;
}

/* ============================================================================== */
/* FACILITIES PAGE RESTRUCTURED STYLES                                          */
/* ============================================================================== */

.facilities-governance-stack {
    padding: var(--section-y-lg) var(--page-gutter);
    background: var(--navy);
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.fm-stack-layers {
    display: flex;
    flex-direction: column;
    gap: 0;
    max-width: var(--site-content);
    margin: 0 auto;
}

.fm-layer {
    position: relative;
    padding: clamp(24px, 3vw, 32px) clamp(20px, 2.8vw, 30px);
    border: 1px solid rgba(216, 155, 43, 0.16);
    background:
        linear-gradient(135deg, rgba(216, 155, 43, 0.06), rgba(216, 155, 43, 0.02)),
        rgba(6, 17, 31, 0.45);
    backdrop-filter: blur(12px);
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.fm-layer:hover {
    border-color: rgba(216, 155, 43, 0.32);
    box-shadow: 0 0 24px rgba(216, 155, 43, 0.08);
}

.fm-layer:not(:last-child) {
    margin-bottom: 20px;
}

.layer-label {
    display: inline-block;
    padding: 4px 10px;
    border-radius: 6px;
    background: rgba(216, 155, 43, 0.12);
    color: var(--soft-gold);
    font-family: Oswald, Inter, system-ui, sans-serif;
    font-size: 0.68rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 8px;
}

.fm-layer h3 {
    margin: 0 0 10px;
    font-size: 1.12rem;
    line-height: 1.2;
}

.fm-layer > p {
    margin: 0 0 12px;
    color: var(--muted);
    font-size: 0.9rem;
    line-height: 1.6;
}

@media (max-width: 768px) {
    .fm-layer:not(:last-child) {
        margin-bottom: 14px;
    }
}

.layer-elements {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 12px;
}

.layer-elements span {
    display: inline-block;
    padding: 4px 10px;
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.05);
    color: var(--muted);
    font-size: 0.8rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.facilities-readiness-progression {
    padding: var(--section-y-lg) var(--page-gutter);
    background: var(--navy);
}

.readiness-progression {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: clamp(16px, 2vw, 20px);
    max-width: var(--site-content);
    margin: 0 auto;
}

.progression-stage {
    position: relative;
    padding: clamp(20px, 2.6vw, 26px) clamp(18px, 2.2vw, 24px);
    border-radius: var(--radius-ui);
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.04);
    transition: border-color 0.3s ease, background 0.3s ease;
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 14px;
    align-items: start;
}

.progression-stage:hover {
    border-color: rgba(216, 155, 43, 0.32);
    background: rgba(255, 255, 255, 0.07);
}

.progression-number {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 44px;
    height: 44px;
    border-radius: 8px;
    background: rgba(216, 155, 43, 0.12);
    color: var(--gold);
    font-family: Oswald, Inter, system-ui, sans-serif;
    font-size: 1.1rem;
    font-weight: 700;
}

.progression-content h3 {
    margin: 0 0 8px;
    font-size: 1rem;
    line-height: 1.2;
}

.progression-content p {
    margin: 0;
    color: var(--muted);
    font-size: 0.85rem;
    line-height: 1.55;
}

/* ============================================================================== */
/* INSPECTION PAGE STYLES                                                       */
/* ============================================================================== */

.inspection-methodology-framework {
    padding: var(--section-y-lg) var(--page-gutter);
    background: var(--navy);
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.methodology-chain {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(24px, 3vw, 32px);
    max-width: var(--site-content);
    margin: 0 auto;
}

.methodology-item {
    padding: clamp(22px, 2.8vw, 32px);
    border-left: 3px solid var(--gold);
    background:
        linear-gradient(135deg, rgba(216, 155, 43, 0.05), rgba(216, 155, 43, 0.01)),
        rgba(6, 17, 31, 0.4);
    backdrop-filter: blur(10px);
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.methodology-item:hover {
    border-left-color: var(--soft-gold);
    background:
        linear-gradient(135deg, rgba(216, 155, 43, 0.08), rgba(216, 155, 43, 0.03)),
        rgba(6, 17, 31, 0.5);
    transform: translateX(4px);
}

.methodology-type {
    display: block;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--soft-gold);
    margin-bottom: 8px;
    font-family: Oswald, Inter, system-ui, sans-serif;
}

.methodology-item h3 {
    margin: 0 0 12px;
    font-size: 1.06rem;
    line-height: 1.2;
    color: var(--white);
}

.methodology-item p {
    margin: 0;
    color: var(--muted);
    font-size: 0.9rem;
    line-height: 1.6;
}

.inspection-verification-pathway {
    padding: var(--section-y-lg) var(--page-gutter);
    background: var(--navy);
}

.verification-pathway {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: clamp(16px, 2vw, 20px);
    max-width: var(--site-content);
    margin: 0 auto;
}

.pathway-stage {
    position: relative;
    padding: clamp(20px, 2.6vw, 28px) clamp(18px, 2.2vw, 24px);
    border-radius: var(--radius-ui);
    border: 1px solid rgba(255, 255, 255, 0.1);
    background:
        linear-gradient(160deg, rgba(216, 155, 43, 0.04), rgba(216, 155, 43, 0.01)),
        rgba(255, 255, 255, 0.04);
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.pathway-stage:hover {
    border-color: rgba(216, 155, 43, 0.32);
    background:
        linear-gradient(160deg, rgba(216, 155, 43, 0.08), rgba(216, 155, 43, 0.02)),
        rgba(255, 255, 255, 0.07);
    box-shadow: 0 0 20px rgba(216, 155, 43, 0.08);
}

.stage-number {
    position: absolute;
    top: 16px;
    right: 16px;
    font-size: 28px;
    font-weight: 700;
    color: rgba(216, 155, 43, 0.25);
    font-family: Oswald, Inter, system-ui, sans-serif;
}

.pathway-stage h3 {
    margin: 0 0 10px;
    font-size: 1.02rem;
    line-height: 1.2;
    color: var(--white);
}

.pathway-stage p {
    margin: 0;
    color: var(--muted);
    font-size: 0.85rem;
    line-height: 1.55;
}

.inspection-assurance-framework {
    padding: var(--section-y-lg) var(--page-gutter);
    background:
        radial-gradient(circle at 80% 100%, rgba(216, 155, 43, 0.04), transparent 44%),
        var(--navy);
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}

/* Responsive adjustments for Inspection page */
@media (max-width: 1180px) {
    .methodology-chain {
        grid-template-columns: 1fr;
    }

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

@media (max-width: 620px) {
    .methodology-chain {
        grid-template-columns: 1fr;
        gap: clamp(16px, 3vw, 24px);
    }

    .verification-pathway {
        grid-template-columns: 1fr;
        gap: clamp(12px, 2vw, 16px);
    }

    .inspection-methodology-framework,
    .inspection-verification-pathway,
    .inspection-assurance-framework {
        padding: var(--section-y) var(--page-gutter);
    }

    .stage-number {
        position: static;
        display: inline-block;
        margin-bottom: 8px;
        margin-right: 8px;
    }
}

/* ============================================================================== */
/* PRINTING PAGE STYLES                                                         */
/* ============================================================================== */

.printing-categories-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: clamp(16px, 2.2vw, 22px);
    max-width: var(--site-content);
    margin: 0 auto;
}

.printing-category-card {
    position: relative;
    padding: clamp(20px, 2.8vw, 26px) clamp(18px, 2.4vw, 24px);
    border-radius: var(--radius-ui);
    border: 1px solid rgba(216, 155, 43, 0.2);
    background:
        linear-gradient(160deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02)),
        rgba(6, 17, 31, 0.52);
    backdrop-filter: blur(14px);
    transition: border-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
    overflow: hidden;
}

.printing-category-card:hover {
    border-color: rgba(216, 155, 43, 0.48);
    box-shadow: 0 0 36px var(--gold-glow-soft);
    transform: translateY(-4px);
}

.printing-category-card .category-icon {
    display: block;
    margin-bottom: 12px;
    color: var(--gold);
    font-size: 0.85rem;
}

.printing-category-card h3 {
    margin: 0 0 10px;
    font-size: 1.08rem;
    line-height: 1.2;
}

.printing-category-card p {
    margin: 0;
    color: var(--muted);
    font-size: 0.85rem;
    line-height: 1.55;
}

.printing-showcase-section {
    padding: var(--section-y-lg) var(--page-gutter);
    background:
        radial-gradient(circle at 80% 100%, rgba(216, 155, 43, 0.06), transparent 42%),
        var(--navy);
    border-top: 1px solid rgba(216, 155, 43, 0.08);
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.printing-showcase-section .section-heading h2 {
    color: #ffffff !important;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.35);
}

.printing-showcase-section .section-heading p {
    color: rgba(255, 255, 255, 0.85);
}

.printing-showcase-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(16px, 2.2vw, 20px);
    max-width: var(--site-content);
    margin: 0 auto;
}

.showcase-item {
    position: relative;
    min-height: 180px;
    border-radius: var(--radius-ui);
    border: 1px solid rgba(216, 155, 43, 0.22);
    background:
        linear-gradient(135deg, rgba(216, 155, 43, 0.15), rgba(216, 155, 43, 0.06)),
        rgba(6, 17, 31, 0.72);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: clamp(20px, 2.5vw, 28px);
    overflow: hidden;
    transition: border-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
}

.showcase-item:hover {
    border-color: rgba(216, 155, 43, 0.45);
    transform: translateY(-3px);
    box-shadow: 0 12px 36px rgba(216, 155, 43, 0.16);
    background:
        linear-gradient(135deg, rgba(216, 155, 43, 0.18), rgba(216, 155, 43, 0.08)),
        rgba(6, 17, 31, 0.78);
}

.showcase-item p {
    margin: 0 0 8px;
    font-size: 1.08rem;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.92);
    text-shadow: 0 1px 6px rgba(0, 0, 0, 0.5);
    letter-spacing: 0.02em;
}

.printing-workflow-track {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: clamp(12px, 1.8vw, 16px);
    max-width: var(--site-content);
    margin: 0 auto;
}

.workflow-step {
    position: relative;
    padding: clamp(20px, 2.4vw, 24px) clamp(16px, 2vw, 22px);
    border-radius: var(--radius-ui);
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.05);
    text-align: center;
    transition: border-color 0.3s ease, transform 0.3s ease, background 0.3s ease;
}

.workflow-step:hover {
    border-color: rgba(216, 155, 43, 0.4);
    transform: translateY(-3px);
    background: rgba(255, 255, 255, 0.08);
}

.workflow-step .step-number {
    display: block;
    margin-bottom: 12px;
    color: var(--gold);
    font-family: Oswald, Inter, system-ui, sans-serif;
    font-size: 0.85rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    font-weight: 700;
}

.workflow-step h3 {
    margin: 0 0 12px;
    font-size: 1.08rem;
    line-height: 1.25;
    color: var(--white);
    font-weight: 600;
}

.workflow-step p {
    margin: 0;
    color: rgba(255, 255, 255, 0.82);
    font-size: 0.85rem;
    line-height: 1.58;
}

.printing-materials-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: clamp(12px, 1.8vw, 16px);
    max-width: var(--site-content);
    margin: 0 auto;
}

.material-item {
    position: relative;
    padding: clamp(18px, 2.2vw, 24px);
    border-radius: var(--radius-ui);
    border: 1.5px solid rgba(216, 155, 43, 0.28);
    background:
        linear-gradient(160deg, rgba(216, 155, 43, 0.08), rgba(216, 155, 43, 0.02)),
        rgba(6, 17, 31, 0.4);
    transition: border-color 0.3s ease, background 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 88px;
}

.material-item:hover {
    border-color: rgba(216, 155, 43, 0.48);
    background:
        linear-gradient(160deg, rgba(216, 155, 43, 0.12), rgba(216, 155, 43, 0.04)),
        rgba(6, 17, 31, 0.52);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(216, 155, 43, 0.12);
}

.material-item span {
    display: block;
    color: rgba(255, 255, 255, 0.88);
    font-size: 0.93rem;
    text-align: center;
    line-height: 1.5;
    font-weight: 500;
    letter-spacing: 0.01em;
}

.printing-benefits-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(16px, 2.2vw, 24px);
    max-width: var(--site-content);
    margin: 0 auto;
}

.benefit-card {
    position: relative;
    padding: clamp(28px, 3.2vw, 36px) clamp(24px, 3vw, 32px);
    border-radius: var(--radius-ui);
    border: 1px solid rgba(216, 155, 43, 0.26);
    background:
        linear-gradient(160deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02)),
        rgba(6, 17, 31, 0.56);
    transition: box-shadow 0.3s ease, border-color 0.3s ease, transform 0.3s ease, background 0.3s ease;
}

.benefit-card:hover {
    border-color: rgba(216, 155, 43, 0.5);
    box-shadow: 0 8px 32px rgba(216, 155, 43, 0.15);
    transform: translateY(-4px);
    background:
        linear-gradient(160deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.03)),
        rgba(6, 17, 31, 0.64);
}

.benefit-card .benefit-icon {
    display: block;
    margin-bottom: 14px;
    color: var(--gold);
    font-size: 0.9rem;
}

.benefit-card h3 {
    margin: 0 0 14px;
    font-size: 1.12rem;
    line-height: 1.28;
    color: var(--white);
    font-weight: 600;
}

.benefit-card p {
    margin: 0;
    color: rgba(255, 255, 255, 0.84);
    font-size: 0.9rem;
    line-height: 1.62;
}

.certification-pathways-section {
    padding: var(--section-y-lg) var(--page-gutter);
    background:
        radial-gradient(circle at 20% 0%, rgba(216, 155, 43, 0.08), transparent 38%),
        var(--navy);
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.certification-pathways-section .section-heading {
    margin-bottom: clamp(32px, 5vw, 48px);
}

.pathways-container {
    display: flex;
    flex-direction: column;
    gap: clamp(32px, 4vw, 48px);
    max-width: var(--site-content);
    margin: 0 auto;
}

.certification-pathway {
    padding: clamp(24px, 3vw, 32px);
    min-height: 200px;
    border-radius: 12px;
    border: 1px solid rgba(216, 155, 43, 0.18);
    background:
        linear-gradient(160deg, rgba(216, 155, 43, 0.05), rgba(216, 155, 43, 0.01)),
        rgba(6, 17, 31, 0.45);
    backdrop-filter: blur(12px);
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    display: flex;
    flex-direction: column;
}

.certification-pathway:hover {
    border-color: rgba(216, 155, 43, 0.32);
    background:
        linear-gradient(160deg, rgba(216, 155, 43, 0.08), rgba(216, 155, 43, 0.02)),
        rgba(6, 17, 31, 0.55);
}

.pathway-title {
    margin: 0 0 24px;
    font-size: 1.18rem;
    font-weight: 600;
    color: var(--white);
    letter-spacing: 0.04em;
}

.progression-levels {
    display: flex;
    align-items: stretch;
    gap: 16px;
    flex-wrap: wrap;
}

.level-item {
    flex: 1;
    min-width: 220px;
    padding: 20px;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.04);
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
}

.level-item:hover {
    border-color: rgba(216, 155, 43, 0.32);
    background: rgba(255, 255, 255, 0.08);
}

.level-badge {
    display: inline-block;
    padding: 4px 10px;
    border-radius: 4px;
    background: rgba(216, 155, 43, 0.15);
    color: var(--soft-gold);
    font-family: Oswald, Inter, system-ui, sans-serif;
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    margin-bottom: 10px;
    width: fit-content;
}

.level-item h4 {
    margin: 0 0 8px;
    font-size: 0.98rem;
    font-weight: 600;
    color: var(--white);
    line-height: 1.2;
}

.level-item p {
    margin: 0 0 12px;
    flex-grow: 1;
    color: rgba(255, 255, 255, 0.86);
    font-size: 0.86rem;
    line-height: 1.58;
}

.level-connector {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    min-width: 40px;
    color: rgba(216, 155, 43, 0.5);
    font-size: 1.2rem;
    font-weight: 300;
}

.pathway-link {
    align-self: flex-start;
    font-family: Oswald, Inter, system-ui, sans-serif;
    font-size: 0.68rem;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--soft-gold);
    border-bottom: 1px solid rgba(216, 155, 43, 0.35);
    padding-bottom: 2px;
    transition: color 0.25s ease, border-color 0.25s ease;
}

.pathway-link:hover {
    color: var(--white);
    border-bottom-color: var(--gold);
}

.specialist-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.specialist-item {
    padding: 20px;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.04);
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
}

.specialist-item:hover {
    border-color: rgba(216, 155, 43, 0.32);
    background: rgba(255, 255, 255, 0.08);
}

.specialist-badge {
    display: inline-block;
    padding: 4px 10px;
    border-radius: 4px;
    background: rgba(216, 155, 43, 0.15);
    color: var(--soft-gold);
    font-family: Oswald, Inter, system-ui, sans-serif;
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    margin-bottom: 10px;
    width: fit-content;
}

.specialist-item h4 {
    margin: 0 0 8px;
    font-size: 0.98rem;
    font-weight: 600;
    color: var(--white);
    line-height: 1.2;
}

.specialist-item p {
    margin: 0 0 12px;
    flex-grow: 1;
    color: rgba(255, 255, 255, 0.86);
    font-size: 0.85rem;
    line-height: 1.58;
}

/* Responsive adjustments for training certifications */
@media (max-width: 1180px) {
    .progression-levels {
        gap: 12px;
    }

    .level-item {
        min-width: 180px;
        padding: 18px;
    }

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

@media (max-width: 620px) {
    .progression-levels {
        flex-direction: column;
        gap: 8px;
    }

    .level-item {
        min-width: unset;
    }

    .level-connector {
        display: none;
    }

    .specialist-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .specialist-item {
        padding: 16px;
    }

    .certification-pathway {
        padding: 20px;
    }

    .pathway-title {
        font-size: 1.04rem;
        margin-bottom: 16px;
    }
}

.training-audience-section {
    padding: var(--section-y-lg) var(--page-gutter);
    background: var(--dark);
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.training-audience-section .section-heading {
    margin: 0 auto clamp(28px, 4vw, 40px);
    max-width: min(860px, 100%);
    text-align: center;
}

.training-audience-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: clamp(12px, 1.8vw, 16px);
    max-width: var(--site-content);
    margin: 0 auto;
    padding: 0;
    list-style: none;
    width: 100%;
}

.training-audience-item {
    padding: 16px 18px;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.04);
    font-size: 0.86rem;
    color: rgba(255, 255, 255, 0.88);
    letter-spacing: 0.04em;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.training-audience-item:hover {
    border-color: rgba(216, 155, 43, 0.35);
    box-shadow: 0 0 22px var(--gold-glow-soft);
}

.training-audience-item__text {
    display: block;
    color: rgba(255, 255, 255, 0.88);
    font-size: 0.86rem;
    line-height: 1.58;
    letter-spacing: 0.04em;
}

.training-outcomes-section {
    padding: var(--section-y-lg) var(--page-gutter);
    background: var(--navy);
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.training-outcomes-section .section-heading {
    margin: 0 auto clamp(28px, 4vw, 40px);
    max-width: min(860px, 100%);
    text-align: center;
}

.training-outcomes-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(12px, 1.8vw, 16px);
    max-width: min(900px, 100%);
    margin: 0 auto;
    padding: 0;
    list-style: none;
}

.training-outcome-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 18px 20px;
    border-radius: 10px;
    border: 1px solid rgba(216, 155, 43, 0.18);
    background: rgba(255, 255, 255, 0.04);
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.82);
    line-height: 1.58;
    transition: border-color 0.3s ease, color 0.3s ease;
}

.training-outcome-item:hover {
    border-color: rgba(216, 155, 43, 0.45);
    color: rgba(255, 255, 255, 0.95);
}

.training-outcome-icon {
    flex-shrink: 0;
    margin-top: 2px;
    color: var(--gold);
    font-size: 0.75rem;
}

/* Responsive adjustments for training sections */
@media (max-width: 768px) {
    .training-audience-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: clamp(10px, 1.5vw, 14px);
    }

    .training-outcomes-grid {
        grid-template-columns: 1fr;
        gap: clamp(10px, 1.5vw, 14px);
    }

    .training-audience-item {
        padding: 14px 16px;
        font-size: 0.82rem;
    }

    .training-outcome-item {
        padding: 16px 18px;
        font-size: 0.88rem;
    }
}

@media (max-width: 620px) {
    .training-audience-grid {
        grid-template-columns: 1fr;
        gap: clamp(8px, 1.2vw, 12px);
    }

    .training-audience-item {
        padding: 12px 14px;
        font-size: 0.8rem;
    }

    .training-outcome-item {
        padding: 14px 16px;
        font-size: 0.86rem;
        gap: 10px;
    }

    .training-audience-section .section-heading,
    .training-outcomes-section .section-heading {
        margin-bottom: clamp(20px, 3vw, 28px);
    }
}

.careers-image-panel {
    min-height: 520px;
    border-radius: 10px;
    border: 1px solid rgba(216, 155, 43, 0.2);
    background:
        linear-gradient(180deg, rgba(6, 17, 31, 0.05), rgba(6, 17, 31, 0.82)),
        url("https://images.unsplash.com/photo-1521791136064-7986c2920216?auto=format&fit=crop&w=1300&q=85") center / cover;
    background-size: 100%;
    transition: background-size 0.85s cubic-bezier(0.22, 1, 0.36, 1);
}

.careers-image-panel:hover {
    background-size: 112%;
}

.service-bento-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(16px, 2vw, 20px);
    max-width: var(--site-content);
    margin: 0 auto;
}

.service-bento-grid--six {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    max-width: var(--site-content);
}

.service-bento-card {
    position: relative;
    padding: clamp(20px, 3vw, 28px) clamp(18px, 2.5vw, 26px);
    border-radius: var(--radius-ui);
    border: 1px solid rgba(216, 155, 43, 0.2);
    background:
        linear-gradient(160deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02)),
        rgba(6, 17, 31, 0.55);
    backdrop-filter: blur(14px);
    transition: border-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
    overflow: hidden;
}

.service-bento-card:hover {
    border-color: rgba(216, 155, 43, 0.48);
    box-shadow: 0 0 36px var(--gold-glow-soft);
    transform: translateY(-4px);
}

.service-bento-card .bento-icon {
    display: block;
    margin-bottom: 14px;
    color: var(--gold);
    font-size: 0.85rem;
}

.service-bento-card h3 {
    margin: 0 0 10px;
    font-size: 1.12rem;
}

.service-bento-card p {
    margin: 0;
    color: var(--muted);
    font-size: 0.88rem;
    line-height: 1.55;
}

.service-process-track {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: clamp(14px, 2vw, 18px);
    max-width: var(--site-content);
    margin: 0 auto;
}

.service-process-step {
    position: relative;
    padding: clamp(20px, 2.8vw, 26px) clamp(18px, 2.2vw, 24px);
    border-radius: var(--radius-ui);
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.04);
    transition: border-color 0.3s ease, transform 0.3s ease;
    word-break: normal;
    overflow-wrap: normal;
    word-spacing: normal;
}

.service-process-step span {
    display: block;
    margin-bottom: 12px;
    color: var(--gold);
    font-family: Oswald, Inter, system-ui, sans-serif;
    font-size: 0.78rem;
    letter-spacing: 0.14em;
}

.service-process-step:hover {
    border-color: rgba(216, 155, 43, 0.45);
    transform: translateY(-3px);
}

.service-trust-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(16px, 2vw, 20px);
    max-width: var(--site-content);
    margin: 0 auto;
}

.service-trust-card {
    padding: clamp(20px, 2.8vw, 26px) clamp(18px, 2.4vw, 24px);
    border-radius: var(--radius-ui);
    border: 1px solid rgba(216, 155, 43, 0.22);
    background:
        linear-gradient(155deg, rgba(255, 255, 255, 0.07), transparent),
        rgba(6, 17, 31, 0.45);
    transition: box-shadow 0.3s ease, border-color 0.3s ease;
}

.service-trust-card:hover {
    border-color: rgba(216, 155, 43, 0.5);
    box-shadow: 0 0 32px var(--gold-glow-soft);
}

.service-trust-card span {
    display: block;
    margin-bottom: 8px;
    font-family: Oswald, Inter, system-ui, sans-serif;
    font-size: 1.65rem;
    color: var(--soft-gold);
}

.service-trust-card strong {
    display: block;
    margin-bottom: 10px;
    font-size: 0.82rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--white);
}

.service-trust-card p {
    margin: 0;
    color: var(--muted);
    font-size: 0.86rem;
    line-height: 1.5;
}

.service-related-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(16px, 2vw, 20px);
    max-width: var(--site-content);
    margin: 0 auto;
}

.service-related-card {
    padding: clamp(20px, 2.8vw, 26px) clamp(18px, 2.2vw, 24px);
    border-radius: var(--radius-ui);
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.04);
    transition: border-color 0.3s ease, transform 0.3s ease;
}

.service-related-card:hover {
    border-color: rgba(216, 155, 43, 0.45);
    transform: translateY(-4px);
}

.service-related-card h3 {
    margin: 0 0 10px;
    font-size: 1.1rem;
}

.service-related-card h3 a {
    color: var(--white);
}

.service-related-card h3 a:hover {
    color: var(--soft-gold);
}

.service-related-card p {
    margin: 0 0 16px;
    color: var(--muted);
    font-size: 0.86rem;
    line-height: 1.5;
}

@media (max-width: 1180px) {
    .home-services-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

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

    .home-industries .model-industry-row--dense {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

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

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

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

    .printing-workflow-track {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

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

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

    .workflow-step {
        padding: clamp(18px, 2.2vw, 22px) clamp(14px, 1.8vw, 20px);
    }

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

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

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

    .insights-featured-media {
        min-height: 220px;
    }

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

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

    .insights-bulletin-row {
        grid-template-columns: 1fr;
    }

    .insights-bulletin-audience {
        text-align: left;
    }
}

@media (max-width: 768px) {
    .printing-workflow-track {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .printing-benefits-grid {
        grid-template-columns: 1fr;
    }

    .workflow-step {
        padding: clamp(16px, 2vw, 20px) clamp(14px, 1.8vw, 18px);
    }

    .showcase-item {
        min-height: 160px;
    }
}

@media (max-width: 620px) {
    .home-services-grid,
    .home-download-grid,
    .home-industries .model-industry-row--dense,
    .service-bento-grid,
    .service-process-track,
    .service-trust-grid,
    .service-related-grid,
    .marine-process-track,
    .insights-card-grid,
    .insights-resource-grid,
    .printing-categories-grid,
    .printing-workflow-track,
    .printing-materials-grid,
    .printing-showcase-grid,
    .printing-benefits-grid {
        grid-template-columns: 1fr;
    }

    .readiness-cycle {
        grid-template-columns: 1fr;
    }

    .readiness-progression {
        grid-template-columns: 1fr;
    }

    .site-footer {
        grid-template-columns: 1fr;
        gap: clamp(32px, 3.5vw, 48px);
        padding: clamp(56px, 7vw, 80px) var(--page-gutter);
        padding-bottom: clamp(120px, 10vw, 140px);
    }

    .footer-brand > p {
        max-width: 100%;
    }
}

/* Final homepage hero lock: desktop layout aligned to site gutter + sticky offset. */
@media (min-width: 901px) {
    .home-model .model-hero {
        display: grid;
        grid-template-columns: minmax(0, 1.08fr) minmax(260px, 300px);
        justify-content: space-between;
        align-items: center;
        column-gap: clamp(24px, 3.2vw, 44px);
        min-height: calc(100svh - var(--sticky-offset));
        padding: calc(var(--sticky-offset) + 28px) var(--page-gutter) 48px;
    }

    .home-model .model-hero-copy {
        grid-column: 1;
        grid-row: 1;
        justify-self: start;
        width: 100%;
        max-width: 640px;
        min-width: 0;
    }

    .home-model .model-kpis {
        grid-column: 2;
        grid-row: 1;
        justify-self: end;
        align-self: center;
        width: 300px;
        max-width: 300px;
    }

    .home-model .model-hero h1,
    .home-model .model-hero .hero-title-lines {
        max-width: 640px;
        font-size: clamp(2.25rem, 3.8vw, 3.55rem);
        line-height: 1.05;
        word-break: normal;
        overflow-wrap: normal;
    }

    .home-model .model-hero-copy p,
    .home-model .model-hero-copy .hero-lead {
        max-width: 480px;
    }
}

/* =====================================================================
   GLOBAL HEADER — shell + nav chrome (logo artwork: corporate-premium.css)
   ===================================================================== */

.brand.brand--with-logo {
    position: relative;
    z-index: 2;
}

.nav-links > a:not(.nav-cta),
.nav-links > .nav-item > .nav-services-head > a.nav-parent {
    color: rgba(255, 255, 255, 0.88);
}

.nav-cta {
    min-height: 38px;
    padding: 0 14px;
    border-color: rgba(216, 155, 43, 0.45);
    color: rgba(238, 225, 198, 0.96);
    background: rgba(6, 17, 31, 0.35);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.06),
        0 0 0 1px rgba(0, 0, 0, 0.2);
    font-size: 0.64rem;
    letter-spacing: 0.1em;
}

.nav-cta:hover {
    background: linear-gradient(135deg, rgba(216, 155, 43, 0.95), rgba(216, 155, 43, 0.98));
    color: var(--navy);
    box-shadow: 0 0 18px rgba(216, 155, 43, 0.22);
    transform: translateY(-1px);
}

body.page-home .site-footer {
    max-width: var(--site-max-wide);
    margin-inline: auto;
    padding-top: clamp(80px, 10vw, 120px);
    padding-bottom: clamp(140px, 12vw, 160px);
    gap: clamp(48px, 5vw, 72px);
    border-top-color: rgba(216, 155, 43, 0.12);
}

body.page-home .footer-col {
    gap: 18px;
}

body.page-home .site-footer strong {
    margin-bottom: 8px;
    font-size: 0.76rem;
    letter-spacing: 0.12em;
}

body.page-home .site-footer a:not(.social-link) {
    font-size: 0.8rem;
    line-height: 1.45;
}
body.page-home .copyright {
    padding-top: 32px;
    margin-top: 4px;
    border-top-color: rgba(255, 255, 255, 0.08);
    letter-spacing: 0.05em;
}

@media (max-width: 1180px) and (min-width: 901px) {
    .brand-logo:not(.brand-logo--full):not(.brand-logo--footer) {
        width: auto;
        height: clamp(48px, 4.8vw, 58px);
        max-width: clamp(108px, 12vw, 136px);
    }
}

@media (max-width: 900px) {
    :root {
        --sticky-offset: 72px;
    }

    .header-inner {
        column-gap: 10px;
        padding-top: calc(var(--header-pad-y) + 1px);
        padding-bottom: calc(var(--header-pad-y) + 1px);
    }

    .brand-logo-wrap {
        padding: 5px 10px;
    }

    .brand-logo:not(.brand-logo--full):not(.brand-logo--footer) {
        width: auto;
        height: clamp(46px, 11vw, 54px);
        max-width: clamp(106px, 28vw, 126px);
    }

    .nav-cta {
        min-height: 36px;
        padding: 0 12px;
        font-size: 0.6rem;
    }
}

/* ============================================================================== */
/* PREMIUM ANIMATION SYSTEM                                                     */
/* ============================================================================== */

/* Reveal variants: directional entrance animations */

.reveal-up {
    opacity: 0;
    transform: translateY(16px);
    transition:
        opacity 0.72s cubic-bezier(0.22, 1, 0.36, 1),
        transform 0.72s cubic-bezier(0.22, 1, 0.36, 1);
}

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

.reveal-left {
    opacity: 0;
    transform: translateX(-16px);
    transition:
        opacity 0.72s cubic-bezier(0.22, 1, 0.36, 1),
        transform 0.72s cubic-bezier(0.22, 1, 0.36, 1);
}

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

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

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

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

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

/* Stagger group: children appear with delay */

.stagger-group {
    opacity: 1;
}

.stagger-group > * {
    opacity: 0;
    animation: none;
    /* JavaScript handles the stagger timing */
}

.stagger-group.is-visible > * {
    animation: staggerReveal 0.72s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    animation-delay: calc(var(--stagger-index, 0) * 100ms);
}

@keyframes staggerReveal {
    from {
        opacity: 0;
        transform: translateY(14px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Premium card hover: subtle lift + glow */

.premium-card-hover {
    transition:
        transform 0.28s cubic-bezier(0.22, 1, 0.36, 1),
        box-shadow 0.28s cubic-bezier(0.22, 1, 0.36, 1),
        border-color 0.28s cubic-bezier(0.22, 1, 0.36, 1);
}

.premium-card-hover.is-hovered {
    transform: translateY(-4px);
    box-shadow:
        0 16px 40px rgba(13, 43, 92, 0.08),
        0 4px 14px rgba(13, 43, 92, 0.055);
    border-color: rgba(10, 35, 72, 0.14);
}

/* Line draw: SVG path animations */

.line-draw path,
.line-draw line,
.line-draw polyline,
.line-draw polygon {
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
    transition: stroke-dashoffset 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}

.line-draw path.is-drawn,
.line-draw line.is-drawn,
.line-draw polyline.is-drawn,
.line-draw polygon.is-drawn {
    stroke-dashoffset: 0;
}

/* Marker pulse: continuous pulsing animation */

.marker-pulse {
    animation: markerPulse 1.8s cubic-bezier(0.22, 1, 0.36, 1) infinite;
}

@keyframes markerPulse {
    0% {
        opacity: 1;
        transform: scale(1);
    }
    50% {
        opacity: 0.72;
        transform: scale(1.04);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}

/* Ambient glow effect with color shift */

[data-ambient-glow] {
    position: relative;
}

[data-ambient-glow]::before {
    content: '';
    position: absolute;
    inset: -20%;
    border-radius: 50%;
    background: radial-gradient(
        circle at 30% 30%,
        rgba(216, 155, 43, 0.12),
        transparent 60%
    );
    animation: ambientPulse 6s ease-in-out infinite;
    pointer-events: none;
    z-index: -1;
}

@keyframes ambientPulse {
    0%, 100% {
        opacity: 0.4;
        transform: scale(1);
    }
    50% {
        opacity: 0.8;
        transform: scale(1.08);
    }
}

/* Reduced motion support: disable all animations for users who prefer it */

@media (prefers-reduced-motion: reduce) {
    .reveal,
    .reveal-up,
    .reveal-left,
    .reveal-right,
    .reveal-scale,
    .stagger-group > * {
        opacity: 1 !important;
        transform: none !important;
        animation: none !important;
    }

    .reveal.is-visible,
    .reveal-up.is-visible,
    .reveal-left.is-visible,
    .reveal-right.is-visible,
    .reveal-scale.is-visible,
    .stagger-group.is-visible > * {
        opacity: 1 !important;
        transform: none !important;
        animation: none !important;
    }

    .premium-card-hover {
        transition: none !important;
    }

    .premium-card-hover.is-hovered {
        transform: none !important;
        box-shadow: none !important;
        border-color: inherit !important;
    }

    .line-draw path,
    .line-draw line,
    .line-draw polyline,
    .line-draw polygon {
        stroke-dasharray: none !important;
        stroke-dashoffset: none !important;
        transition: none !important;
    }

    .line-draw path.is-drawn,
    .line-draw line.is-drawn,
    .line-draw polyline.is-drawn,
    .line-draw polygon.is-drawn {
        stroke-dashoffset: inherit !important;
    }

    .marker-pulse {
        animation: none !important;
    }

    [data-ambient-glow]::before {
        animation: none !important;
    }

    body::before {
        animation: none !important;
    }
}

/* Short viewports: keep heroes usable on mobile landscape / compact Safari without overlap. */
@media (max-height: 520px) and (orientation: landscape) and (max-width: 900px) {
    .page-hero,
    .hero {
        min-height: unset;
        padding-top: calc(var(--sticky-offset) + 16px);
        padding-bottom: 36px;
    }

    .model-hero {
        min-height: unset;
        padding-top: calc(var(--sticky-offset) + 12px);
        padding-bottom: 32px;
    }

    .home-landing .home-hero {
        min-height: unset;
        padding-top: calc(var(--sticky-offset) + 12px);
        padding-bottom: 28px;
    }

    .home-landing .home-hero__title {
        font-size: clamp(1.35rem, 5.2vw, 1.85rem);
    }
}

/* -------------------------------------------------------------------------- */
/* Homepage landing (index) — premium hero, authority, gateways, sectors      */
/* Scoped to .home-landing; does not alter global theme tokens.               */
/* -------------------------------------------------------------------------- */

.home-model.home-landing {
    overflow-x: clip;
}

.home-landing .home-hero {
    --home-hero-image: url("../images/heroes/hero-home-industrial-premium.png");
    --hero-figure: var(--home-hero-image);
}

.home-landing .home-hero::before,
.home-landing .home-hero::after {
    content: none;
    display: none;
}

.home-landing .home-hero__bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    background-image: var(--hero-figure, var(--home-hero-image));
    background-size: cover;
    background-position: 62% center;
    background-repeat: no-repeat;
}

.home-landing .home-hero__veil {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
}

.home-landing .home-hero__grain {
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
    opacity: 0.07;
    mix-blend-mode: overlay;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

.home-landing .home-hero__inner {
    position: relative;
    z-index: 3;
    width: 100%;
    max-width: var(--site-content);
    margin: 0 auto;
}

.home-landing .home-hero__content {
    max-width: min(720px, 54%);
    padding-bottom: clamp(8px, 2vh, 20px);
}

.home-landing .home-hero__eyebrow {
    margin-bottom: 14px;
    color: rgba(216, 155, 43, 0.92);
}

.home-landing .home-hero__title {
    margin: 0 0 18px;
    font-family: Oswald, Inter, system-ui, sans-serif;
    font-weight: 600;
    font-size: clamp(1.85rem, 4.2vw, 3.35rem);
    line-height: 1.08;
    letter-spacing: 0.02em;
    text-transform: none;
    color: rgba(255, 255, 255, 0.98);
}

.home-landing .home-hero__title-line {
    display: block;
}

.home-landing .home-hero__title-line--gold {
    color: rgba(216, 155, 43, 0.98);
    text-shadow: 0 0 42px rgba(216, 155, 43, 0.22);
}

.home-landing .home-hero__lead {
    margin: 0 0 26px;
    max-width: 38ch;
    font-size: clamp(0.95rem, 1.35vw, 1.08rem);
    line-height: 1.45;
    color: rgba(255, 255, 255, 0.92);
}

.home-landing .home-hero__actions {
    flex-wrap: wrap;
    gap: 12px 14px;
}

.home-landing .home-authority {
    position: relative;
    padding: clamp(16px, 2vw, 24px) var(--page-gutter) clamp(18px, 2.2vw, 26px);
    background:
        linear-gradient(90deg, rgba(216, 155, 43, 0.05), transparent 42%, rgba(216, 155, 43, 0.04)),
        linear-gradient(180deg, rgba(8, 18, 32, 0.98), rgba(5, 12, 22, 0.96));
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.home-landing .home-authority::after {
    content: "";
    position: absolute;
    left: var(--page-gutter);
    right: var(--page-gutter);
    bottom: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(216, 155, 43, 0.22), transparent);
    opacity: 0.75;
}

.home-landing .home-authority__inner {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: clamp(12px, 2vw, 20px);
    max-width: var(--site-content);
    margin: 0 auto;
    align-items: center;
}

.home-landing .home-authority__item {
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 44px;
    padding: 8px 4px;
    font-family: Oswald, Inter, system-ui, sans-serif;
    font-size: clamp(0.72rem, 1.05vw, 0.82rem);
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.78);
}

.home-landing .home-authority__mark {
    flex-shrink: 0;
    font-size: 0.55rem;
    color: rgba(216, 155, 43, 0.85);
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.home-landing .authority-icon {
    width: 22px;
    height: 22px;
    stroke: rgba(216, 155, 43, 0.78);
    opacity: 0.9;
}

.home-landing .home-authority__label {
    line-height: 1.25;
}

/* Homepage: brand story (authority → gateways) */
.home-landing .home-brand {
    padding: clamp(30px, 4vw, 48px) var(--page-gutter) clamp(30px, 3.8vw, 44px);
    background:
        radial-gradient(ellipse 65% 50% at 14% 18%, rgba(216, 155, 43, 0.04), transparent 52%),
        linear-gradient(180deg, rgba(5, 12, 22, 0.99) 0%, rgba(6, 17, 31, 0.97) 100%);
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.home-landing .home-brand__inner {
    max-width: var(--site-content);
    margin: 0 auto;
}

.home-landing .home-brand__head {
    margin-bottom: clamp(18px, 2.4vw, 26px);
}

.home-landing .home-brand__head h2 {
    margin: 0;
    max-width: 22ch;
    font-size: clamp(1.22rem, 2.1vw, 1.78rem);
    line-height: 1.16;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.95);
}

.home-landing .home-brand__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(220px, 0.72fr);
    gap: clamp(22px, 3.2vw, 40px);
    align-items: start;
}

.home-landing .home-brand__story p {
    margin: 0;
    max-width: 42ch;
    font-size: clamp(0.94rem, 1.2vw, 1.03rem);
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.72);
}

.home-landing .home-brand__proofs {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 12px;
    border-left: 1px solid rgba(216, 155, 43, 0.28);
    padding-left: clamp(14px, 1.8vw, 20px);
}

.home-landing .home-brand__proofs li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.home-landing .home-brand__proof-mark {
    flex-shrink: 0;
    width: 5px;
    height: 5px;
    margin-top: 0.5em;
    border-radius: 50%;
    background: rgba(216, 155, 43, 0.55);
    display: flex;
    align-items: center;
    justify-content: center;
}

.home-landing .proof-icon {
    width: 18px;
    height: 18px;
    margin-top: -4px;
    stroke: rgba(216, 155, 43, 0.72);
}

.home-landing .home-brand__proof-text {
    font-family: Oswald, Inter, system-ui, sans-serif;
    font-size: clamp(0.74rem, 1vw, 0.84rem);
    font-weight: 600;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    line-height: 1.38;
    color: rgba(255, 255, 255, 0.84);
}

.home-landing .home-gateways {
    position: relative;
    padding: clamp(34px, 4.25vw, 58px) var(--page-gutter) clamp(34px, 4.25vw, 60px);
    background:
        radial-gradient(ellipse 80% 50% at 50% 0%, rgba(216, 155, 43, 0.06), transparent 55%),
        radial-gradient(ellipse 60% 40% at 10% 80%, rgba(216, 155, 43, 0.04), transparent 45%),
        var(--navy);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.home-landing .home-gateways__head {
    max-width: var(--site-content);
    margin: 0 auto clamp(28px, 3.5vw, 40px);
    text-align: left;
}

.home-landing .home-gateways__head .eyebrow {
    margin-bottom: 10px;
}

.home-landing .home-gateways__head h2 {
    margin: 0;
    max-width: 18ch;
    font-size: clamp(1.35rem, 2.4vw, 2rem);
    line-height: 1.15;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.95);
}

.home-landing .home-gateways__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(14px, 1.8vw, 20px);
    max-width: var(--site-content);
    margin: 0 auto;
}

.home-landing .home-gateway {
    position: relative;
    display: grid;
    grid-template-rows: minmax(160px, 1fr) auto;
    min-height: 240px;
    overflow: hidden;
    border-radius: var(--radius-ui);
    border: 1px solid rgba(216, 155, 43, 0.28);
    text-decoration: none;
    color: inherit;
    background: linear-gradient(165deg, rgba(14, 32, 58, 0.94) 0%, rgba(6, 14, 28, 0.98) 100%);
    transition:
        border-color 0.35s var(--ease-out),
        box-shadow 0.35s var(--ease-out),
        transform 0.35s var(--ease-out);
}

.home-landing .home-gateway:focus-visible {
    outline: 2px solid rgba(216, 155, 43, 0.85);
    outline-offset: 3px;
}

.home-landing .home-gateway:hover {
    transform: translateY(-4px);
    border-color: rgba(216, 155, 43, 0.45);
    box-shadow:
        0 20px 50px rgba(0, 0, 0, 0.4),
        0 0 0 1px rgba(216, 155, 43, 0.12),
        0 0 36px rgba(216, 155, 43, 0.12);
}

.home-landing .home-gateway__media {
    grid-row: 1 / -1;
    grid-column: 1;
    background-size: cover;
    background-position: center center;
    transform: scale(1.02);
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}

.home-landing .home-gateway:hover .home-gateway__media {
    transform: scale(1.08);
}

.home-landing .home-gateway__shade {
    grid-row: 1 / -1;
    grid-column: 1;
    background: linear-gradient(180deg, rgba(4, 10, 18, 0.06) 0%, rgba(4, 10, 18, 0.28) 44%, rgba(2, 6, 12, 0.68) 100%);
    z-index: 1;
}

.home-landing .home-gateway__body {
    position: relative;
    z-index: 2;
    grid-row: 2;
    grid-column: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    padding: clamp(18px, 2.4vw, 24px) clamp(18px, 2.2vw, 22px) clamp(20px, 2.6vw, 26px);
    border-top: 1px solid rgba(216, 155, 43, 0.26);
    background: linear-gradient(180deg, rgba(8, 20, 38, 0.45) 0%, rgba(6, 14, 28, 0.92) 100%);
}

.home-landing .home-gateway__row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    gap: 10px;
    margin: 0 0 14px;
}

.home-landing .home-gateway__code {
    font-family: Oswald, Inter, system-ui, sans-serif;
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 0.2em;
    color: var(--gold, rgba(216, 155, 43, 0.98));
}

.home-landing .home-gateway__excerpt {
    margin: 0;
    font-size: clamp(0.88rem, 1.15vw, 0.98rem);
    line-height: 1.58;
    color: rgba(232, 238, 248, 0.92);
    max-width: 46ch;
}

.home-landing .home-gateway__title {
    display: block;
    width: 100%;
    margin: 0 0 12px;
    font-family: Oswald, Inter, system-ui, sans-serif;
    font-size: clamp(1.12rem, 1.55vw, 1.38rem);
    font-weight: 700;
    line-height: 1.14;
    letter-spacing: 0.09em;
    text-transform: uppercase;
    color: #f8fafc;
    text-shadow: 0 2px 16px rgba(0, 0, 0, 0.42);
}

.home-landing .home-gateway__go {
    font-size: 1.1rem;
    color: rgba(216, 155, 43, 0.75);
    transition: transform 0.3s var(--ease-out), color 0.3s;
}

.home-landing .home-gateway:hover .home-gateway__go {
    transform: translateX(4px);
    color: rgba(216, 155, 43, 1);
}

/* Homepage: vision & mission (gateways → presence) */
.home-landing .home-vision-mission {
    padding: clamp(26px, 3.4vw, 42px) var(--page-gutter) clamp(28px, 3.6vw, 44px);
    background:
        radial-gradient(ellipse 50% 42% at 90% 22%, rgba(216, 155, 43, 0.035), transparent 55%),
        linear-gradient(180deg, rgba(6, 17, 31, 0.94) 0%, rgba(4, 10, 18, 0.99) 100%);
    border-bottom: 1px solid rgba(255, 255, 255, 0.055);
}

.home-landing .home-vision-mission__inner {
    max-width: var(--site-content);
    margin: 0 auto;
}

.home-landing .home-vision-mission__intro {
    margin-bottom: clamp(16px, 2.2vw, 22px);
}

.home-landing .home-vision-mission__intro h2 {
    margin: 0;
    font-size: clamp(1.02rem, 1.65vw, 1.28rem);
    letter-spacing: 0.11em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.88);
}

.home-landing .home-vision-mission__split {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(14px, 1.9vw, 20px);
    align-items: stretch;
}

.home-landing .home-vm-card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: clamp(9rem, 17vw, 10.5rem);
    padding: clamp(20px, 2.5vw, 26px) clamp(18px, 2.2vw, 24px);
    border-radius: calc(var(--radius-ui) - 2px);
    border: 1px solid rgba(255, 255, 255, 0.07);
    background: rgba(4, 10, 18, 0.42);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.home-landing .home-vm-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    border-radius: calc(var(--radius-ui) - 2px) calc(var(--radius-ui) - 2px) 0 0;
    background: linear-gradient(90deg, transparent, rgba(216, 155, 43, 0.38), transparent);
    opacity: 0.85;
}

.home-landing .home-vm-card__label {
    margin: 0 0 10px;
    font-family: Oswald, Inter, system-ui, sans-serif;
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: rgba(216, 155, 43, 0.78);
}

.home-landing .home-vm-card__text {
    margin: 0;
    flex: 1 1 auto;
    font-size: clamp(0.88rem, 1.02vw, 0.97rem);
    line-height: 1.46;
    color: rgba(255, 255, 255, 0.72);
    max-width: 42ch;
}

/* Homepage: values strip (light touch — not card grid) */
.home-landing .home-values {
    padding: clamp(26px, 3.2vw, 42px) var(--page-gutter) clamp(28px, 3.5vw, 44px);
    background: linear-gradient(180deg, rgba(5, 11, 18, 0.55) 0%, rgba(6, 17, 31, 0.98) 100%), var(--navy);
    border-bottom: 1px solid rgba(255, 255, 255, 0.055);
}

.home-landing .home-values__inner {
    max-width: var(--site-content);
    margin: 0 auto;
}

.home-landing .home-values__head {
    margin-bottom: clamp(14px, 2vw, 20px);
}

.home-landing .home-values__head h2 {
    margin: 0;
    font-size: clamp(0.98rem, 1.45vw, 1.12rem);
    letter-spacing: 0.09em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.86);
}

.home-landing .home-values__strip {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(14px, 1.8vw, 20px) clamp(16px, 2vw, 22px);
    padding-top: clamp(14px, 1.8vw, 18px);
    border-top: 1px solid rgba(216, 155, 43, 0.12);
}

.home-landing .home-value {
    display: flex;
    gap: 9px;
    align-items: flex-start;
    min-width: 0;
    padding: 6px 4px 8px 0;
    border: none;
    border-radius: 0;
    background: transparent;
    transition: background 0.25s ease;
}

.home-landing .home-value:hover {
    background: rgba(255, 255, 255, 0.02);
}

.home-landing .home-value__marker {
    flex-shrink: 0;
    width: 4px;
    height: 4px;
    margin-top: 0.48em;
    border-radius: 50%;
    background: rgba(216, 155, 43, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
}

.home-landing .value-icon {
    width: 20px;
    height: 20px;
    margin-top: -6px;
    stroke: rgba(216, 155, 43, 0.68);
}

.home-landing .home-value__body {
    min-width: 0;
}

.home-landing .home-value__title {
    display: block;
    margin-bottom: 4px;
    font-family: Oswald, Inter, system-ui, sans-serif;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.13em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.9);
}

.home-landing .home-value__phrase {
    margin: 0;
    font-size: clamp(0.7rem, 0.9vw, 0.78rem);
    line-height: 1.38;
    color: rgba(255, 255, 255, 0.54);
}

@media (min-width: 1280px) {
    .home-landing .home-values__strip {
        grid-template-columns: repeat(6, minmax(0, 1fr));
        gap: clamp(10px, 1.2vw, 14px) clamp(12px, 1.4vw, 16px);
    }

    .home-landing .home-value {
        padding-right: 2px;
    }
}

@media (max-width: 720px) {
    .home-landing .home-values__strip {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 440px) {
    .home-landing .home-values__strip {
        grid-template-columns: 1fr;
    }
}

/* Homepage-only: Saudi presence — layout + map frame + hub motion (theme: corporate-premium) */
main.home-landing .presence-saudi-geo.presence-command.model-presence {
    padding-top: clamp(16px, 2.2vw, 26px);
    padding-bottom: clamp(16px, 2.2vw, 26px);
    gap: clamp(12px, 1.6vw, 20px);
}

main.home-landing .presence-saudi-geo .model-section-intro {
    max-width: min(19rem, 100%);
}

main.home-landing .presence-saudi-geo .presence-saudi-geo__lead {
    margin: 0 0 10px;
    max-width: 36ch;
    font-size: clamp(0.78rem, 0.92vw, 0.86rem);
    line-height: 1.45;
}

main.home-landing .presence-saudi-geo .presence-list--geo {
    margin-bottom: 0;
}

main.home-landing .presence-saudi-geo .presence-list--geo li {
    margin-bottom: 4px;
    font-size: 0.78rem;
    line-height: 1.38;
}

main.home-landing .presence-saudi-geo .presence-command__map-shell--geo.model-map-card::before,
main.home-landing .presence-saudi-geo .presence-command__map-shell--geo.model-map-card::after {
    display: none !important;
    content: none !important;
    animation: none !important;
}

main.home-landing .presence-geo-map {
    position: relative;
    width: 100%;
    aspect-ratio: 100 / 115;
    min-height: min(220px, 36vw);
    max-height: min(360px, 44vh);
    margin: 0 auto;
    overflow: visible;
    border-radius: calc(var(--radius-ui) - 4px);
}

main.home-landing .presence-geo-map::before {
    display: none;
}

main.home-landing .presence-geo-map__svg {
    position: relative;
    z-index: 0;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    overflow: hidden;
}

main.home-landing .presence-geo-map__routes,
main.home-landing .presence-geo-map__routes--halo,
main.home-landing .presence-geo-map__routes--spine {
    pointer-events: none;
}

main.home-landing .presence-geo-hubs {
    pointer-events: none;
}

main.home-landing .presence-geo-hub__halo {
    transform-origin: center;
    transform-box: fill-box;
    animation: presenceHubHalo 4.4s ease-in-out infinite;
}

main.home-landing .presence-geo-hub__dot {
    filter: drop-shadow(0 0 1.4px rgba(216, 155, 43, 0.55));
}

@keyframes presenceHubHalo {
    0%, 100% { opacity: 0.55; transform: scale(1); }
    50%      { opacity: 0.95; transform: scale(1.18); }
}

@media (prefers-reduced-motion: reduce) {
    main.home-landing .presence-geo-hub__halo {
        animation: none;
    }
}

@media (min-width: 901px) {
    main.home-landing .presence-saudi-geo.presence-command.model-presence {
        grid-template-columns: minmax(0, 0.22fr) minmax(0, 0.52fr) minmax(0, 0.22fr);
        gap: 24px;
        align-items: start;
    }
}

@media (max-width: 900px) {
    main.home-landing .presence-geo-map {
        min-height: min(220px, 52vw);
        max-height: none;
    }
}

@media (max-width: 640px) {
    main.home-landing .presence-geo-map {
        min-height: min(200px, 58vw);
    }
}

.home-landing .home-sectors {
    padding: clamp(32px, 4vw, 52px) var(--page-gutter);
    background:
        linear-gradient(180deg, rgba(5, 10, 16, 0.5) 0%, rgba(6, 17, 31, 0.96) 100%),
        var(--navy);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.home-landing .home-sectors__head {
    max-width: var(--site-content);
    margin: 0 auto 22px;
}

.home-landing .home-sectors__head h2 {
    margin: 0;
    font-size: clamp(1.1rem, 1.9vw, 1.45rem);
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.92);
}

.home-landing .home-sectors__strip {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 12px;
    max-width: var(--site-content);
    margin: 0 auto;
    align-items: center;
}

.home-landing .home-sector-chip {
    display: inline-flex;
    align-items: center;
    padding: 10px 16px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.04);
    font-family: Oswald, Inter, system-ui, sans-serif;
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.78);
    transition:
        border-color 0.3s,
        background 0.3s,
        color 0.3s;
}

.home-landing .home-sector-chip:hover {
    border-color: rgba(216, 155, 43, 0.4);
    background: rgba(216, 155, 43, 0.08);
    color: rgba(255, 255, 255, 0.95);
}

.home-landing .home-sectors__note {
    max-width: var(--site-content);
    margin: 20px auto 0;
    font-size: 0.88rem;
}

@media (max-width: 880px) {
    .home-landing .home-brand__grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .home-landing .home-brand__proofs {
        border-left: none;
        border-top: 1px solid rgba(216, 155, 43, 0.2);
        padding-left: 0;
        padding-top: 18px;
    }

    .home-landing .home-vision-mission__split {
        grid-template-columns: 1fr;
    }

    .home-landing .home-vm-card {
        min-height: unset;
    }
}

@media (max-width: 1024px) {
    .home-landing .home-gateways__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .home-landing .home-gateway {
        min-height: 200px;
    }
}

@media (max-width: 820px) {
    .home-landing .home-authority__inner {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .home-landing .home-hero {
        min-height: min(78vh, 640px);
        align-items: flex-end;
    }

    .home-landing .home-hero__content {
        border-left-width: 2px;
        padding-left: 16px;
    }

    .home-landing .home-hero__lead {
        max-width: none;
    }

    .home-landing .home-gateways__grid {
        grid-template-columns: 1fr;
    }

    .home-landing .home-gateway {
        min-height: 200px;
        grid-template-rows: minmax(148px, 52vw) auto;
    }

    .home-landing .home-authority__inner {
        grid-template-columns: 1fr;
        gap: 4px;
    }

    .home-landing .home-authority__item {
        min-height: unset;
        padding-block: 6px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    }

    .home-landing .home-authority__item:last-child {
        border-bottom: 0;
    }
}

@media (prefers-reduced-motion: reduce) {
    .home-landing .home-hero__bg {
        animation: none;
    }

    .home-landing .home-gateway:hover .home-gateway__media {
        transform: scale(1.02);
    }

    .home-landing .home-gateway:hover {
        transform: none;
    }

    .home-landing .home-gateway:hover .home-gateway__go {
        transform: none;
    }
}

/* Bilingual & RTL Support */

/* Language Switcher */
.language-switcher {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-right: 20px;
    padding: 6px 14px;
    border-radius: 6px;
    background: rgba(216, 155, 43, 0.08);
    border: 1px solid rgba(216, 155, 43, 0.25);
    transition: all 0.3s ease;
}

.language-switcher:hover {
    background: rgba(216, 155, 43, 0.14);
    border-color: rgba(216, 155, 43, 0.38);
}

.lang-toggle-link {
    font-size: 0.8rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.72);
    text-decoration: none;
    transition: all 0.3s ease;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.lang-toggle-link:hover {
    color: rgba(216, 155, 43, 0.9);
}

.lang-toggle-link.active {
    color: rgba(216, 155, 43, 1);
    font-weight: 700;
    text-shadow: 0 0 8px rgba(216, 155, 43, 0.3);
}

.lang-separator {
    color: rgba(216, 155, 43, 0.5);
    font-weight: 300;
}

/* RTL Text Direction */
html[dir="rtl"] {
    direction: rtl;
    text-align: right;
}

html[dir="rtl"] * {
    direction: rtl;
}

/* RTL Typography */
html[dir="rtl"] body {
    font-family: 'Cairo', 'IBM Plex Sans Arabic', 'Tajawal', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

/* RTL Header & Navigation */
html[dir="rtl"] .site-header {
    flex-direction: row-reverse;
}

html[dir="rtl"] .header-inner {
    flex-direction: row-reverse;
}

html[dir="rtl"] .nav-links {
    flex-direction: row-reverse;
}

html[dir="rtl"] .header-end {
    flex-direction: row-reverse;
    margin-right: auto;
    margin-left: 0;
}

html[dir="rtl"] .language-switcher {
    margin-right: 0;
    margin-left: 16px;
    flex-direction: row-reverse;
}

/* RTL Icons - Flip horizontal for certain icons */
html[dir="rtl"] .nav-services-caret-icon {
    transform: scaleX(-1);
}

html[dir="rtl"] svg[role="presentation"] {
    transform: scaleX(-1);
}

/* RTL Text Alignment */
html[dir="rtl"] p,
html[dir="rtl"] span,
html[dir="rtl"] a,
html[dir="rtl"] li,
html[dir="rtl"] h1,
html[dir="rtl"] h2,
html[dir="rtl"] h3,
html[dir="rtl"] h4,
html[dir="rtl"] h5,
html[dir="rtl"] h6 {
    text-align: right;
}

html[dir="rtl"] .text-start {
    text-align: right;
}

html[dir="rtl"] .text-end {
    text-align: left;
}

/* RTL Spacing Reversals */
html[dir="rtl"] .padding-left {
    padding-left: 0;
    padding-right: var(--padding-value, 1rem);
}

html[dir="rtl"] .padding-right {
    padding-right: 0;
    padding-left: var(--padding-value, 1rem);
}

html[dir="rtl"] .margin-left {
    margin-left: 0;
    margin-right: var(--margin-value, 1rem);
}

html[dir="rtl"] .margin-right {
    margin-right: 0;
    margin-left: var(--margin-value, 1rem);
}

/* RTL Form Elements */
html[dir="rtl"] input,
html[dir="rtl"] textarea,
html[dir="rtl"] select {
    direction: rtl;
    text-align: right;
}

/* RTL Buttons */
html[dir="rtl"] .button {
    flex-direction: row-reverse;
}

/* Prevent directional content from flipping unnecessarily */
html[dir="rtl"] img,
html[dir="rtl"] video {
    direction: ltr;
}

html[dir="rtl"] [dir="ltr"] {
    direction: ltr;
    text-align: left;
}

/* Arabic-specific Font Sizes */
html[dir="rtl"] body {
    line-height: 1.6;
}

html[dir="rtl"] h1,
html[dir="rtl"] h2,
html[dir="rtl"] h3 {
    line-height: 1.4;
    font-weight: 600;
}

/* RTL Grid & Flexbox Adjustments */
html[dir="rtl"] .grid {
    direction: rtl;
}

html[dir="rtl"] .flex {
    flex-direction: row-reverse;
}

/* ========================================
   ENTERPRISE REFINEMENT SYSTEM
   Visual Rhythm, Pacing, & Content Hierarchy
   ======================================== */

/* Spacing Rhythm Variables */
:root {
    --spacing-breathing: clamp(100px, 14vw, 160px);
    --spacing-compact: clamp(40px, 5vw, 60px);
    --spacing-transition: clamp(50px, 6vw, 80px);
}

/* Visual Rhythm: Breathing Sections */
.section.breathing {
    padding-top: var(--spacing-breathing);
    padding-bottom: var(--spacing-breathing);
}

.section.compact {
    padding-top: var(--spacing-compact);
    padding-bottom: var(--spacing-compact);
}

/* Compact Operational Statement Styling */
.compact-statement {
    padding: var(--spacing-compact) var(--page-gutter);
}

.operational-insight {
    font-size: 18px;
    line-height: 1.6;
    color: var(--muted);
    max-width: 700px;
    font-style: italic;
    margin: 0;
}

/* Visual Decompression Areas */
.visual-decompression {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.visual-decompression::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0,0,0,0.4), rgba(0,0,0,0.6));
    z-index: 1;
}

.overlay-statement {
    position: relative;
    z-index: 2;
    font-size: clamp(24px, 5vw, 36px);
    max-width: 600px;
    text-align: center;
    color: var(--white);
    line-height: 1.4;
    font-weight: 500;
    text-shadow: 0 2px 8px rgba(0,0,0,0.4);
}

/* Gold Separator Refinement */
hr.iic-gold-sep {
    border: none;
    height: 1px;
    background: var(--line);
    margin: clamp(60px, 8vw, 100px) auto;
    max-width: 200px;
}

/* Hero copy typography for internal pages: see `.page-hero-copy` / `h1` earlier in this file (~L721). */

/* Alternating Layout Direction (Subtle Asymmetry) */
.split-section:nth-child(even) {
    flex-direction: row-reverse;
}

@media (max-width: 768px) {
    .split-section:nth-child(even) {
        flex-direction: column;
    }
}

/* Paragraph Hierarchy (Max 2 sentences) */
.section p {
    margin: 0 0 16px 0;
    line-height: 1.58;
}

.section p:last-child {
    margin-bottom: 0;
}

/* Button Consistency Enhancement */
.button {
    min-height: var(--btn-min-h);
    padding: 14px 28px;
    border-radius: var(--radius-ui);
    font-weight: 600;
    transition: all 0.3s ease;
}

.button.primary,
.button.gold-button {
    background: var(--gold);
    color: var(--dark);
    border: none;
}

.button.primary:hover,
.button.gold-button:hover {
    background: var(--gold-hover);
}

.button.secondary {
    background: transparent;
    border: 1px solid var(--line);
    color: var(--white);
}

.button.secondary:hover {
    background: rgba(255, 255, 255, 0.04);
    border-color: var(--gold);
}

/* Icon Spacing Consistency */
.service-trust-card span:first-child,
.discipline-card span:first-child,
.methodology-item span:first-child {
    display: block;
    margin-bottom: 12px;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: var(--gold);
}

/* Card Spacing Uniformity */
.service-trust-card,
.discipline-card,
.methodology-item,
.principle-card {
    padding: 24px;
    border-radius: var(--radius-ui);
    border: 1px solid var(--line);
}

/* Scroll reveals use .reveal / .stagger-group + animations.js (see earlier PREMIUM ANIMATION SYSTEM). */

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

details.accordion-item {
    border-bottom: 1px solid var(--line);
    padding: 24px 0;
}

details.accordion-item summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    user-select: none;
    outline: none;
}

details.accordion-item summary:hover {
    color: var(--gold);
}

details.accordion-item .accordion-title {
    font-weight: 600;
    font-family: Oswald, system-ui, sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    font-size: 14px;
}

details.accordion-item .accordion-icon {
    display: inline-block;
    transition: transform 0.3s ease;
    color: var(--gold);
    font-size: 12px;
}

details.accordion-item[open] .accordion-icon {
    transform: rotate(180deg);
}

details.accordion-item .accordion-content {
    padding-top: 16px;
    animation: fadeReveal 0.3s ease-out forwards;
}

details.accordion-item .accordion-content ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

details.accordion-item .accordion-content li {
    padding: 8px 0;
    padding-left: 16px;
    position: relative;
    color: var(--muted);
}

details.accordion-item .accordion-content li::before {
    content: '—';
    position: absolute;
    left: 0;
    color: var(--gold);
}

/* Mobile Responsiveness Enhancements */
@media (max-width: 768px) {
    .page-hero {
        background-attachment: scroll;
    }

    .button {
        padding: 12px 20px;
        font-size: 14px;
    }

    .operational-insight {
        font-size: 16px;
    }

    .overlay-statement {
        font-size: 20px;
        padding: 0 24px;
    }
}

/* Footer Operational Alignment Section */
.site-footer__operational-alignment {
    padding: 40px var(--page-gutter);
    border-top: 1px solid var(--line);
    background: rgba(216, 155, 43, 0.04);
    text-align: center;
}

.footer-operational-label {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--muted);
    margin: 0 auto 14px;
    text-align: center;
}

.footer-operational-statement {
    font-size: 14px;
    line-height: 1.7;
    color: var(--muted);
    margin: 0 auto;
    max-width: 70ch;
    text-align: center;
}

/* Preference for Reduced Motion */
@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
}

/* Navigation Dropdown RTL */
html[dir="rtl"] .nav-dropdown {
    right: auto;
    left: 0;
    text-align: right;
}

html[dir="rtl"] .nav-item {
    flex-direction: row-reverse;
}

/* Preserve LTR content where needed */
.preserve-ltr {
    direction: ltr !important;
    text-align: left !important;
}

/* ============================================================================== */
/* MOBILE TYPOGRAPHY OPTIMIZATION (P2: Small-screen readability)                */
/* ============================================================================== */

/* Mobile typography: tablets and small phones (≤768px) - BASELINE MOBILE RULES */
@media (max-width: 768px) {
    /* Ensure minimum readable sizes on tablets */
    .page-hero-copy h1 {
        font-size: clamp(28px, 5vw, 36px);
        line-height: 1.18;
    }

    .home-landing .home-hero__title {
        font-size: clamp(26px, 4.5vw, 32px);
        line-height: 1.12;
    }

    h2 {
        font-size: clamp(20px, 4vw, 28px);
        line-height: 1.2;
    }

    h3 {
        font-size: clamp(16px, 3vw, 20px);
        line-height: 1.25;
    }

    /* Body text readable minimum */
    p,
    .page-hero-copy p,
    .home-hero__lead {
        font-size: clamp(15px, 2vw, 16px);
        line-height: 1.5;
    }

    /* Hero leads */
    .page-hero-copy .hero-lead,
    .marine-hero-lead,
    .training-hero-lead {
        font-size: clamp(15px, 2vw, 16px);
        max-width: none;
    }

    /* Button sizing */
    .button,
    button,
    input[type="submit"] {
        min-height: 44px;
        font-size: 15px;
        padding: 12px 18px;
    }

    /* Form controls */
    .contact-form input,
    .contact-form textarea,
    .contact-form select {
        font-size: 16px;
        min-height: 44px;
        padding: 12px;
    }

    /* Pathway stages */
    .pathway-stage h3,
    .readiness-stage h3 {
        font-size: clamp(16px, 3vw, 18px);
    }

    .stage-number,
    .stage-indicator {
        font-size: clamp(16px, 3vw, 20px);
    }

    /* Marine pillar cards */
    .pillar-heading h2 {
        font-size: clamp(18px, 3.5vw, 24px);
        line-height: 1.22;
    }

    .pillar-card h3 {
        font-size: clamp(15px, 2.5vw, 18px);
        line-height: 1.2;
    }

    /* Service trust cards */
    .service-trust-card strong {
        font-size: clamp(13px, 2vw, 15px);
    }

    .service-trust-card p {
        font-size: clamp(13px, 2vw, 14.5px);
        line-height: 1.5;
    }

    /* Methodology items */
    .methodology-item h3,
    .methodology-type {
        font-size: clamp(15px, 2.5vw, 17px);
    }

    .methodology-item p {
        font-size: clamp(13px, 2vw, 14px);
        line-height: 1.5;
    }

    /* Footer */
    .footer-heading {
        font-size: clamp(14px, 2.5vw, 16px);
        margin-bottom: 12px;
    }

    .footer-link,
    footer p {
        font-size: clamp(13px, 2vw, 14px);
        line-height: 1.5;
    }

    /* Hero actions stacking */
    .page-hero .hero-actions,
    .hero-actions {
        flex-direction: column;
        gap: 12px;
        margin-top: 20px;
    }

    .page-hero .button,
    .hero-actions .button {
        width: 100%;
    }

    /* Reduce page hero height on mobile/tablet */
    .page-hero {
        min-height: 65svh;
    }

    .home-hero {
        min-height: 70svh;
    }

    /* Prevent card content overflow */
    .service-card,
    .division-card,
    .insights-resource-card {
        padding: 16px;
    }

    /* Section padding balancing */
    section {
        padding-top: clamp(40px, 8vw, 80px);
        padding-bottom: clamp(40px, 8vw, 80px);
    }

    .section-heading {
        margin-bottom: 24px;
    }

    /* Contact form layout */
    .contact-form {
        max-width: 100%;
    }

    .contact-form-group {
        margin-bottom: 16px;
    }

    /* Header adjustments */
    header {
        padding: 0 var(--page-gutter);
    }

    /* Eyebrow sizing */
    .eyebrow {
        font-size: 0.75rem;
        letter-spacing: 0.11em;
        margin-bottom: 10px;
    }

    /* Insights and career cards */
    .insights-resource-card h3,
    .career-opportunity h3 {
        font-size: clamp(15px, 2.5vw, 18px);
    }

    .insights-resource-card p,
    .career-opportunity p {
        font-size: clamp(13px, 2vw, 14px);
    }

    /* Model hero on smaller screens */
    .model-hero h1 {
        font-size: clamp(24px, 5vw, 32px);
        line-height: 1.12;
    }

    .model-division-card h2 {
        font-size: clamp(18px, 4vw, 24px);
    }

    /* Prevent text clipping in cards */
    .reel-panel span,
    .dossier-grid span,
    .timeline span {
        font-size: clamp(13px, 2vw, 15px);
    }
}

/* Ultra-small screens (375px and below): FINAL OVERRIDES - applied last for precedence */
@media (max-width: 375px) {
    .page-hero-copy h1 {
        font-size: 32px !important;
        line-height: 1.16 !important;
    }

    .home-landing .home-hero__title {
        font-size: 32px !important;
        line-height: 1.15 !important;
    }

    h2 {
        font-size: 24px !important;
        line-height: 1.2 !important;
    }

    h3 {
        font-size: 18px !important;
        line-height: 1.2 !important;
    }

    .page-hero-copy p,
    .home-hero__lead,
    .marine-hero-lead,
    .training-hero-lead {
        font-size: 15.5px !important;
        line-height: 1.5 !important;
    }

    .button,
    button,
    .contact-form label {
        font-size: 15.5px !important;
        min-height: 44px !important;
    }

    .page-hero .hero-actions,
    .hero-actions {
        flex-direction: column !important;
        gap: 10px !important;
    }

    .page-hero .button,
    .hero-actions .button {
        width: 100% !important;
    }

    .model-hero h1 {
        font-size: 28px !important;
    }

    .pillar-heading h2 {
        font-size: 20px !important;
    }

    .pathway-stage h3,
    .readiness-stage h3 {
        font-size: 16px !important;
    }

    .service-trust-card p {
        font-size: 14px !important;
    }

    .page-hero {
        min-height: 60svh !important;
    }
}

@media (max-width: 768px) {
    .language-switcher {
        margin-right: 0;
        margin-left: 8px;
        gap: 6px;
    }

    .lang-toggle-link {
        font-size: 0.8rem;
    }

    html[dir="rtl"] .language-switcher {
        margin-right: auto;
        margin-left: 0;
    }
}
