:root {
    --navy: #071b3a;
    --navy-2: #0c2e62;
    --red: #c8102e;
    --gold: #c9a227;
    --gold-2: #e8c547;
    --white: #ffffff;
    --paper: #f5f7fb;
    --line: #d5deea;
    --text: #102039;
    --muted: #5c6b82;
    --max: 1440px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    background: var(--white);
    color: var(--text);
    font-family: Manrope, system-ui, sans-serif;
    line-height: 1.6;
    overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; color: inherit; }
h1, h2, h3, .brand strong {
    font-family: Sora, sans-serif;
    font-weight: 700;
    letter-spacing: -.03em;
    line-height: 1.12;
    color: var(--navy);
}
.shell { width: min(var(--max), calc(100% - 48px)); margin-inline: auto; }

.site-header {
    position: sticky;
    top: 0;
    z-index: 40;
    background: rgba(255,255,255,.94);
    backdrop-filter: blur(16px);
    border-bottom: 1px solid var(--line);
}
.site-header.is-scrolled { box-shadow: 0 10px 28px rgba(7,27,58,.08); }
.nav-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 78px;
    position: relative;
    gap: 12px;
}
.brand { display: flex; align-items: center; gap: 12px; }
.brand img { width: 46px; height: 56px; object-fit: contain; }
.brand strong { display: block; font-size: 22px; }
.brand em {
    display: block;
    font-style: normal;
    font-size: 10px;
    letter-spacing: .22em;
    text-transform: uppercase;
    color: var(--red);
    font-weight: 700;
}
.nav-links { display: flex; align-items: center; gap: 28px; }
.nav-links a {
    font-size: 13px;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: var(--navy);
    position: relative;
}
.nav-links a:hover, .nav-links a.active { color: var(--red); }
.nav-links a.active::after {
    content: "";
    position: absolute;
    left: 0; right: 0; bottom: -8px;
    height: 2px;
    background: var(--red);
}
.btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    border: 0;
    cursor: pointer;
    padding: 14px 22px;
    font-size: 13px;
    letter-spacing: .12em;
    text-transform: uppercase;
    transition: .25s ease;
    font-weight: 700;
}
.btn-solid, .btn-red { background: var(--red); color: #fff; }
.btn-solid:hover, .btn-red:hover { background: var(--navy); color: #fff; }
.btn-gold { background: var(--gold); color: var(--navy); }
.btn-ghost, .btn-line, .btn-outline {
    background: transparent;
    color: var(--navy);
    border: 1px solid var(--navy);
}
.btn-ghost:hover, .btn-line:hover, .btn-outline:hover {
    background: var(--gold);
    border-color: var(--gold);
    color: var(--navy);
}
.menu-toggle {
    display: none;
    width: 44px; height: 44px;
    border: 1px solid var(--line);
    background: #fff;
    padding: 12px 10px;
}
.menu-toggle span { display: block; height: 2px; background: var(--navy); margin: 6px 0; }

.hero-stage {
    background: var(--white);
    padding: 40px 0 28px;
    border-top: 3px solid var(--red);
    border-bottom: 1px solid var(--line);
}
.hero-split {
    display: grid;
    grid-template-columns: minmax(280px, .9fr) minmax(0, 1.2fr);
    grid-template-areas: "copy visual";
    gap: 48px 56px;
    align-items: center;
}
.hero-copy { grid-area: copy; }
.hero-visual { grid-area: visual; min-width: 0; }
.hero-copy {
    position: relative;
    padding: 8px 0 8px 22px;
}
.hero-copy::before {
    content: "";
    position: absolute;
    left: 0; top: 12px; bottom: 12px;
    width: 4px;
    background: linear-gradient(var(--red), var(--gold));
}
.hero-badge {
    margin: 0 0 14px;
    color: var(--navy);
    font-size: 12px;
    letter-spacing: .22em;
    text-transform: uppercase;
    font-weight: 800;
    display: inline-block;
    border-top: 2px solid var(--red);
    border-bottom: 2px solid var(--red);
    padding: 6px 0;
}
.hero-copy h1 {
    color: var(--navy);
    font-size: clamp(36px, 4.6vw, 58px);
    margin: 0 0 16px;
    max-width: 12ch;
}
.hero-copy h1, .hero-copy .kicker, .hero-lead {
    transition: opacity .35s ease, transform .35s ease;
}
.hero-copy.is-swapping h1,
.hero-copy.is-swapping .kicker,
.hero-copy.is-swapping .hero-lead {
    opacity: 0;
    transform: translateY(12px);
}
.hero-badge { animation: badgeGlow 3.2s ease-in-out infinite; }
.hero-points li {
    animation: rise .7s cubic-bezier(.16,1,.3,1) both;
}
.hero-points li:nth-child(1) { animation-delay: .15s; }
.hero-points li:nth-child(2) { animation-delay: .28s; }
.hero-points li:nth-child(3) { animation-delay: .41s; }
.hero-points li:nth-child(4) { animation-delay: .54s; }
.hero-media { overflow: hidden; }
.hero-media::after {
    content: "";
    position: absolute;
    left: -8%;
    width: 116%;
    height: 2px;
    background: linear-gradient(90deg, transparent, var(--gold), transparent);
    z-index: 3;
    pointer-events: none;
    animation: scan 5.5s ease-in-out infinite;
    box-shadow: 0 0 12px rgba(201,162,39,.7);
}
.hero-thumbs button.is-on { animation: thumbPulse .8s ease; }
.hero-copy .kicker { color: var(--red); }
.hero-lead {
    max-width: 42ch;
    color: var(--muted);
    font-size: 17px;
    margin: 0;
}
.kicker {
    color: var(--red);
    letter-spacing: .18em;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    margin: 0 0 10px;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 24px; }
.hero-points {
    list-style: none;
    margin: 28px 0 0;
    padding: 0;
    display: grid;
    gap: 8px;
}
.hero-points li {
    position: relative;
    padding-left: 18px;
    color: var(--navy);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}
.hero-points li::before {
    content: "";
    position: absolute;
    left: 0; top: 7px;
    width: 8px; height: 8px;
    background: var(--gold);
}
.hero-media {
    position: relative;
    background: var(--paper);
    border: 1px solid var(--line);
    outline: 1px solid rgba(201,162,39,.45);
    outline-offset: 6px;
    box-shadow: 0 22px 50px rgba(7,27,58,.12);
    line-height: 0;
}
.slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: opacity .7s ease;
    pointer-events: none;
}
.slide.is-active {
    position: relative;
    opacity: 1;
    z-index: 1;
}
.slide img {
    width: 100%;
    height: auto;
    aspect-ratio: 3 / 2;
    object-fit: contain;
    object-position: center;
    display: block;
    background: var(--paper);
}
.hero-strip { margin-top: 12px; }
.hero-thumbs {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(72px, 1fr));
    gap: 8px;
}
.hero-thumbs button {
    padding: 0;
    border: 2px solid var(--line);
    background: var(--paper);
    cursor: pointer;
    line-height: 0;
}
.hero-thumbs button.is-on { border-color: var(--red); }
.hero-thumbs img {
    width: 100%;
    height: auto;
    aspect-ratio: 3 / 2;
    object-fit: contain;
    object-position: center;
    display: block;
}
.hero-meter {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 12px;
}
.hero-arrow {
    width: 40px;
    height: 40px;
    border: 1px solid var(--navy);
    background: #fff;
    color: var(--navy);
    font-size: 24px;
    cursor: pointer;
    line-height: 1;
}
.hero-arrow:hover { background: var(--red); border-color: var(--red); color: #fff; }
.hero-index {
    letter-spacing: .16em;
    font-family: Sora, sans-serif;
    color: var(--navy);
    font-size: 13px;
    font-weight: 700;
}
.slider-dots { display: none; }
.slider-progress {
    display: block;
    flex: 1;
    height: 3px;
    background: var(--line);
    overflow: hidden;
}
.slider-progress i {
    display: block; height: 100%; width: 0; background: var(--red);
}
.slider-progress i.run { animation: bar 6.4s linear; }
@keyframes bar { from { width: 0 } to { width: 100% } }

.marquee {
    background: var(--navy);
    overflow: hidden;
    padding: 14px 0;
}
.marquee-track {
    display: flex;
    gap: 28px;
    white-space: nowrap;
    animation: ticker 28s linear infinite;
    font-family: Sora, sans-serif;
    letter-spacing: .18em;
    text-transform: uppercase;
    font-size: 12px;
    color: var(--gold);
}
@keyframes ticker { from { transform: translateX(0) } to { transform: translateX(-50%) } }

.stat-band {
    padding: 36px 0;
    background: var(--navy);
    border-bottom: 4px solid var(--red);
}
.stats-row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    align-items: start;
}
.stats-row > div {
    min-width: 0;
    padding-left: 24px;
    border-left: 1px solid rgba(201,162,39,.28);
}
.stats-row > div:first-child {
    padding-left: 0;
    border-left: 0;
}
.stats-row b, .stats-row strong {
    display: block;
    font-size: clamp(40px, 5vw, 68px);
    font-family: Sora, sans-serif;
    color: #fff;
    line-height: 1;
    margin-bottom: 8px;
}
.stats-row span {
    display: block;
    color: var(--gold);
    font-size: 13px;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.block { padding: 72px 0; }
.block.dim { background: var(--paper); }
.section-head { margin-bottom: 28px; max-width: 720px; }
.section-head h2, .intro-copy h2, .page-hero h1 {
    font-size: clamp(32px, 4.2vw, 50px);
    margin: 6px 0 8px;
}
.split-head {
    max-width: none;
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 20px;
}

.intro-grid {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: 32px;
    align-items: center;
}
.intro-photo { position: relative; background: var(--navy); outline: 1px solid rgba(201,162,39,.45); outline-offset: 8px; }
.intro-photo img {
    width: 100%;
    height: auto;
    object-fit: contain;
    object-position: center;
    background: var(--navy);
}
.photo-tag {
    position: absolute;
    left: 0; bottom: 24px;
    background: var(--red);
    color: #fff;
    padding: 10px 16px;
    letter-spacing: .16em;
    text-transform: uppercase;
    font-size: 11px;
}
.intro-copy p { color: var(--muted); font-size: 17px; }
.mv-stack { margin: 20px 0; display: grid; gap: 12px; }
.mv-stack article, .mv-block, .why article {
    border-left: 3px solid var(--red);
    padding: 4px 0 4px 18px;
}
.mv-stack h3, .mv-block h3 { margin: 0 0 6px; font-size: 18px; }
.text-link {
    color: var(--red);
    letter-spacing: .14em;
    text-transform: uppercase;
    font-size: 12px;
    border-bottom: 1px solid var(--red);
    padding-bottom: 4px;
}

.service-list { border-top: 1px solid var(--line); }
.service-row {
    display: grid;
    grid-template-columns: 72px 1fr auto;
    gap: 24px;
    align-items: center;
    padding: 18px 8px;
    border-bottom: 1px solid var(--line);
    transition: .25s ease;
}
.service-row span { font-family: Sora, sans-serif; color: var(--red); font-size: 18px; }
.service-row h3 { margin: 0 0 6px; font-size: 28px; }
.service-row p { margin: 0; color: var(--muted); }
.service-row em {
    font-style: normal;
    letter-spacing: .16em;
    text-transform: uppercase;
    font-size: 11px;
    color: var(--red);
    opacity: 0;
    transform: translateX(-8px);
    transition: .25s ease;
}
.service-row:hover { padding-left: 18px; background: #fff; }
.service-row:hover em { opacity: 1; transform: none; }

.process {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}
.process article {
    padding: 24px 22px 28px;
    background: #fff;
    border: 1px solid var(--line);
    border-top: 4px solid var(--navy);
    transition: .25s ease;
}
.process article:hover { border-top-color: var(--red); transform: translateY(-4px); }
.process span {
    display: block;
    font-family: Sora, sans-serif;
    font-size: 42px;
    color: var(--red);
    margin-bottom: 16px;
}
.process h3 { margin: 0 0 10px; font-size: 22px; }
.process p { color: var(--muted); margin: 0; }

.method-band {
    background: var(--navy);
}
.method-band .kicker { color: var(--gold); }
.method-band h2 { color: #fff; }
.method-band .process article {
    background: rgba(255,255,255,.04);
    border-color: rgba(255,255,255,.12);
    border-top-color: var(--gold);
}
.method-band .process article:hover { border-top-color: var(--red); }
.method-band .process h3 { color: #fff; }
.method-band .process p { color: #b7c3d6; }

.why-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
    align-items: start;
}
.why-grid.two { grid-template-columns: 1fr 1fr; }
.why-grid article {
    background: #fff;
    border: 1px solid var(--line);
    border-top: 3px solid var(--gold);
    padding: 14px 15px 16px;
    min-height: 0;
    transition: .25s ease;
}
.why-grid article:hover { border-top-color: var(--red); transform: translateY(-3px); }
.why-grid span {
    width: 28px;
    height: 28px;
    display: grid;
    place-items: center;
    background: var(--navy);
    color: var(--gold);
    font-family: Sora, sans-serif;
    letter-spacing: 0;
    font-size: 11px;
    margin-bottom: 8px;
}
.why-grid h3 { margin: 0 0 6px; font-size: 15px; }
.why-grid p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.45; }

.info-row {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
    align-items: stretch;
}
.info-row article {
    background: #fff;
    border: 1px solid var(--line);
    border-top: 4px solid var(--gold);
    padding: 20px 18px 22px;
    min-width: 0;
}
.info-row span {
    display: block;
    color: var(--red);
    font-family: Sora, sans-serif;
    font-size: 12px;
    letter-spacing: .14em;
    margin-bottom: 10px;
}
.info-row h3 { margin: 0 0 8px; font-size: 18px; }
.info-row p { margin: 0; color: var(--muted); font-size: 14px; word-break: break-word; }
.info-row a { color: var(--navy); }
.info-row a:hover { color: var(--red); }

.site-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}
.site-card {
    background: #fff;
    border: 1px solid var(--line);
    display: grid;
    transition: .25s ease;
}
.site-card:hover { border-color: var(--red); transform: translateY(-4px); }
.site-card img {
    width: 100%;
    height: auto;
    aspect-ratio: 3 / 2;
    object-fit: contain;
    object-position: center;
    background: var(--paper);
    display: block;
}
.site-card div { padding: 18px 18px 22px; }
.site-card small { color: var(--red); letter-spacing: .14em; font-weight: 700; }
.site-card h3 { margin: 8px 0 8px; font-size: 20px; }
.site-card p { margin: 0 0 12px; color: var(--muted); font-size: 14px; }
.site-card em {
    font-style: normal;
    color: var(--red);
    letter-spacing: .12em;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 700;
}

.coverage-wrap {
    display: grid;
    grid-template-columns: .8fr 1.2fr;
    gap: 40px;
    align-items: center;
}
.coverage-wrap h2 { font-size: clamp(32px, 4.2vw, 50px); margin: 6px 0 12px; }
.coverage-wrap p { color: var(--muted); margin: 0; max-width: 42ch; }
.area-chips {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.area-chips li {
    padding: 10px 16px;
    background: #fff;
    border: 1px solid var(--line);
    font-family: Sora, sans-serif;
    font-size: 13px;
    letter-spacing: .06em;
    color: var(--navy);
    transition: .2s ease;
}
.area-chips li:hover {
    background: var(--navy);
    color: var(--gold);
    border-color: var(--navy);
}

.faq-band {
    background: var(--paper);
    padding: 72px 0;
    border-top: 1px solid var(--line);
}
.faq-modern {
    display: grid;
    grid-template-columns: .75fr 1.25fr;
    gap: 48px;
    align-items: start;
}
.faq-intro h2 {
    font-size: clamp(32px, 4.2vw, 48px);
    margin: 6px 0 12px;
}
.faq-intro p { color: var(--muted); margin: 0 0 24px; max-width: 36ch; }
.faq-cta { display: flex; flex-wrap: wrap; gap: 12px; }
.faq-list { display: grid; gap: 10px; }
.faq-list details {
    background: #fff;
    border: 1px solid var(--line);
    border-left: 4px solid var(--gold);
    padding: 0 20px;
}
.faq-list details[open] { border-left-color: var(--red); }
.faq-list summary {
    cursor: pointer;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 18px 32px 18px 0;
    font-family: Sora, sans-serif;
    font-size: 18px;
    color: var(--navy);
    position: relative;
}
.faq-list summary span {
    color: var(--red);
    font-size: 13px;
    letter-spacing: .12em;
    min-width: 28px;
}
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after {
    content: "+";
    position: absolute;
    right: 0; top: 16px;
    color: var(--red);
    font-size: 22px;
    line-height: 1;
}
.faq-list details[open] summary::after { content: "–"; }
.faq-list details p {
    margin: 0 0 18px 42px;
    color: var(--muted);
    max-width: 58ch;
}

.enquire-band, #apply {
    background: var(--navy);
    color: #fff;
    scroll-margin-top: 88px;
}
.enquire-band .kicker { color: var(--gold); }
.enquire-band h2 { color: #fff; }
.enquire-grid {
    display: grid;
    grid-template-columns: .85fr 1.15fr;
    gap: 40px;
    align-items: start;
}
.enquire-grid h2 { font-size: clamp(32px, 4.2vw, 50px); margin: 6px 0 12px; }
.enquire-grid > div > p { color: rgba(255,255,255,.72); max-width: 42ch; }
.enquire-phones { display: grid; gap: 8px; margin-top: 24px; }
.enquire-phones a {
    color: #fff;
    font-family: Sora, sans-serif;
    font-weight: 700;
    font-size: 18px;
    display: grid;
    gap: 2px;
    padding: 12px 0;
    border-bottom: 1px solid rgba(255,255,255,.12);
}
.enquire-phones a small {
    color: var(--gold);
    font-size: 11px;
    letter-spacing: .16em;
    text-transform: uppercase;
    font-weight: 700;
}
.enquire-phones p {
    color: #fff;
    font-family: Sora, sans-serif;
    font-weight: 700;
    font-size: 16px;
    display: grid;
    gap: 2px;
    padding: 12px 0;
    margin: 0;
    border-bottom: 1px solid rgba(255,255,255,.12);
}
.enquire-phones p small {
    color: var(--gold);
    font-size: 11px;
    letter-spacing: .16em;
    text-transform: uppercase;
    font-weight: 700;
}

.voices-head {
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 16px;
    margin-bottom: 18px;
}
.voices-head .section-head { margin-bottom: 0; }
.voices-nav { display: flex; gap: 8px; }
.voices-btn {
    width: 44px;
    height: 44px;
    border: 1px solid var(--navy);
    background: #fff;
    color: var(--navy);
    font-size: 22px;
    cursor: pointer;
    border-radius: 50%;
    line-height: 1;
}
.voices-btn:hover { background: var(--navy); color: #fff; }
.voices-slider { overflow: hidden; }
.voices-viewport {
    overflow: hidden;
    padding: 0 max(24px, calc((100vw - var(--max)) / 2));
}
.voices-track {
    display: flex;
    gap: 18px;
    will-change: transform;
}
.quote-card {
    flex: 0 0 min(440px, calc(100vw - 64px));
    background: var(--navy);
    color: #fff;
    padding: 32px;
    border-top: 4px solid var(--gold);
}
.quote-card p { font-size: 22px; line-height: 1.35; min-height: 140px; font-weight: 300; }
.quote-card span { color: #b7c3d6; font-size: 13px; }

.journal-grid {
    display: grid;
    grid-template-columns: 1.3fr 1fr;
    gap: 18px;
}
.journal-card {
    display: grid;
    background: var(--paper);
    overflow: hidden;
    border: 1px solid var(--line);
    transition: .25s ease;
}
.journal-card:hover { border-color: var(--navy); transform: translateY(-3px); }
.journal-card.featured { grid-row: span 2; }
.journal-card img {
    width: 100%;
    height: 220px;
    object-fit: contain;
    background: var(--navy);
}
.journal-card.featured img { height: 320px; }
.journal-card div { padding: 22px; }
.journal-card small { color: var(--red); letter-spacing: .14em; text-transform: uppercase; font-size: 11px; }
.journal-card h3 { font-size: 26px; margin: 8px 0; }
.journal-card p { color: var(--muted); margin: 0; }

.split-cta { display: grid; grid-template-columns: 1fr 1fr; }
.split-cta a {
    padding: 42px 8vw;
    background: var(--red);
    color: #fff;
    display: flex;
    flex-direction: column;
    gap: 10px;
    min-height: 170px;
    justify-content: end;
    transition: .3s ease;
}
.split-cta a.alt { background: var(--navy); }
.split-cta a:hover { filter: brightness(1.08); }
.split-cta span { letter-spacing: .2em; text-transform: uppercase; font-size: 11px; color: var(--gold-2); }
.split-cta strong { font-family: Sora, sans-serif; font-size: clamp(28px, 4vw, 44px); color: #fff; }
.split-cta em { font-style: normal; }

.page-hero {
    background: var(--white);
    padding: 48px 0 36px;
    border-top: 3px solid var(--red);
    border-bottom: 1px solid var(--line);
    color: var(--text);
}
.page-hero-inner {
    display: grid;
    grid-template-columns: minmax(280px, .9fr) minmax(0, 1.2fr);
    gap: 48px 56px;
    align-items: center;
}
.page-hero-inner.solo { grid-template-columns: 1fr; max-width: 760px; }
.page-hero-copy {
    position: relative;
    padding: 8px 0 8px 22px;
}
.page-hero-copy::before {
    content: "";
    position: absolute;
    left: 0; top: 12px; bottom: 12px;
    width: 4px;
    background: linear-gradient(var(--red), var(--gold));
}
.page-hero h1 {
    color: var(--navy);
    font-size: clamp(36px, 4.6vw, 58px);
    margin: 0 0 16px;
}
.page-hero .kicker { color: var(--red); }
.page-hero .hero-lead { max-width: 42ch; }
.page-hero-visual {
    background: var(--paper);
    border: 1px solid var(--line);
    outline: 1px solid rgba(201,162,39,.45);
    outline-offset: 6px;
    box-shadow: 0 22px 50px rgba(7,27,58,.12);
    line-height: 0;
}
.page-hero-visual img {
    width: 100%;
    height: auto;
    aspect-ratio: 3 / 2;
    object-fit: contain;
    object-position: center;
    display: block;
    background: var(--paper);
}

.contact-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 40px; }
.info-box a { color: var(--red); }
.form-box {
    background: #fff;
    color: var(--text);
    padding: 32px 32px 28px;
    border: 1px solid var(--line);
    border-top: 4px solid var(--red);
    box-shadow: 0 18px 48px rgba(7, 27, 58, .1);
}
.form-kicker {
    margin: 0 0 8px;
    color: var(--red);
    letter-spacing: .18em;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 800;
}
.form-box h3 {
    color: var(--navy);
    margin: 0 0 8px;
    font-size: 26px;
}
.form-note {
    margin: 0 0 22px;
    color: var(--muted);
    font-size: 14px;
}
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.field { margin-bottom: 16px; }
.field label {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    letter-spacing: .1em;
    text-transform: uppercase;
    font-weight: 700;
    color: var(--navy);
    margin-bottom: 8px;
}
.field label em { color: var(--red); font-style: normal; }
.field input, .field select, .field textarea {
    width: 100%;
    border: 1px solid var(--line);
    background: var(--paper);
    padding: 13px 14px;
    color: var(--navy);
    outline: none;
    transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}
.field input::placeholder, .field textarea::placeholder { color: #8a97ab; }
.field input:hover, .field select:hover, .field textarea:hover { border-color: #b7c4d6; }
.field input:focus, .field select:focus, .field textarea:focus {
    border-color: var(--navy);
    background: #fff;
    box-shadow: 0 0 0 3px rgba(201, 162, 39, .28);
}
.field select {
    appearance: none;
    background-color: var(--paper);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23071b3a' d='M1 1l5 5 5-5'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 14px center;
    padding-right: 40px;
    cursor: pointer;
}
.form-box .btn { color: #fff; }
.field select option { color: var(--navy); background: #fff; }
.field textarea { min-height: 120px; resize: vertical; }
.req-submit {
    width: 100%;
    justify-content: center;
    margin-top: 4px;
    padding: 16px 22px;
    background: var(--red);
}
.req-submit:hover { background: var(--navy); color: #fff; }
.alert { padding: 12px 14px; font-weight: 600; margin-bottom: 16px; }
.alert-ok { color: #146c38; background: #e7f6ee; border-left: 3px solid #146c38; }
.alert-err { color: var(--red); background: #fdecee; border-left: 3px solid var(--red); }
.enquire-band .form-box {
    background: #fff;
    border-top-color: var(--gold);
}
.join-list { color: var(--muted); line-height: 2; }

.article { max-width: 780px; }
.article-cover {
    width: 100%;
    max-height: 460px;
    object-fit: contain;
    background: var(--navy);
    margin-bottom: 32px;
}
.article-body { font-size: 18px; color: var(--text); }

.site-footer {
    background: var(--navy);
    color: #c9d4e6;
}
.footer-rule {
    height: 4px;
    background: linear-gradient(90deg, var(--red) 0 42%, var(--gold) 42% 100%);
}
.footer-main {
    display: grid;
    grid-template-columns: 1.3fr .8fr 1fr .9fr;
    gap: 36px;
    padding: 56px 0 40px;
}
.footer-brand .brand strong { color: #fff; }
.footer-brand .brand { margin-bottom: 16px; }
.footer-slogan {
    color: var(--gold);
    letter-spacing: .16em;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 700;
    margin: 0 0 12px;
}
.footer-brand p { margin: 0 0 12px; max-width: 36ch; }
.footer-parent {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 18px;
    font-size: 12px;
}
.site-footer h3 {
    color: #fff;
    font-size: 14px;
    letter-spacing: .16em;
    text-transform: uppercase;
    margin: 0 0 16px;
}
.footer-nav { display: grid; gap: 10px; }
.footer-nav a:hover, .site-footer a:hover { color: var(--gold); }
.footer-meta .btn { margin: 12px 0 18px; }
.site-footer .btn-solid:hover { background: var(--gold); color: var(--navy); }
.seal { width: 84px; }
.footer-bottom {
    border-top: 1px solid rgba(255,255,255,.12);
    padding: 16px 0;
    font-size: 13px;
}
.footer-bottom-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}
.footer-credit {
    color: var(--gold);
    letter-spacing: .06em;
}

.call-fab {
    position: fixed;
    right: 22px;
    bottom: 22px;
    z-index: 50;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background: var(--red);
    color: #fff;
    display: grid;
    place-items: center;
    font-size: 11px;
    letter-spacing: .1em;
    text-transform: uppercase;
    font-weight: 800;
    box-shadow: 0 12px 28px rgba(200,16,46,.38);
}
.call-fab:hover { background: var(--navy); color: var(--gold); }

.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.card, .blog-card {
    background: var(--paper);
    padding: 24px;
    color: inherit;
    display: block;
    border: 1px solid var(--line);
}
.blog-card { padding: 0; overflow: hidden; }
.blog-card img { height: 180px; width: 100%; object-fit: contain; background: var(--navy); }
.blog-card-body { padding: 20px; }
.icon-bubble {
    width: 42px; height: 42px;
    display: grid; place-items: center;
    background: var(--red);
    color: #fff;
}
.mv-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; }
.why { display: grid; grid-template-columns: repeat(2, 1fr); gap: 28px; }
.director-feature {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: 48px;
    align-items: center;
}
.director-photo {
    margin: 0;
    background: var(--navy);
    outline: 1px solid rgba(201,162,39,.45);
    outline-offset: 8px;
}
.director-photo img {
    width: 100%;
    height: auto;
    aspect-ratio: 3 / 2;
    object-fit: contain;
    object-position: center;
    display: block;
    background: var(--navy);
}
.director-photo figcaption {
    background: var(--red);
    color: #fff;
    padding: 10px 16px;
    letter-spacing: .14em;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 700;
}
.director-role {
    color: var(--red);
    letter-spacing: .12em;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    margin: 0 0 16px;
}
.director-message { color: var(--muted); font-size: 17px; }
.team-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}
.team-card {
    background: #fff;
    border: 1px solid var(--line);
    padding: 0 0 20px;
    overflow: hidden;
}
.team-card img {
    width: 100%;
    height: auto;
    aspect-ratio: 3 / 2;
    object-fit: contain;
    object-position: center;
    background: var(--navy);
    margin-bottom: 14px;
}
.team-card small {
    display: block;
    padding: 0 18px;
    color: var(--red);
    letter-spacing: .12em;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 700;
}
.team-card h3 { margin: 6px 18px 8px; font-size: 20px; }
.team-card p { margin: 0 18px; color: var(--muted); font-size: 14px; }
.review-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}
.review-grid .quote-card {
    flex: none;
    width: 100%;
    min-width: 0;
}
.review-stars {
    display: block;
    color: var(--gold);
    letter-spacing: 3px;
    margin-bottom: 10px;
    font-size: 14px;
}
.team-avatar {
    height: 160px;
    display: grid;
    place-items: center;
    background: var(--navy);
    color: var(--gold);
    font-family: Sora, sans-serif;
    font-size: 36px;
    margin-bottom: 14px;
}
.site-card .team-avatar {
    height: auto;
    aspect-ratio: 3 / 2;
    margin: 0;
}
.about-panel {
    background: var(--navy);
    color: #fff;
    padding: 28px;
    border-top: 4px solid var(--gold);
}
.about-panel h3, .about-panel p { color: #fff; }
.about-panel .kicker { color: var(--gold); }
.parent-logo { display: flex; gap: 12px; align-items: center; margin-top: 22px; }
.parent-logo img { width: 48px; }
.facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 28px; }
.cta {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    align-items: center;
    padding: 48px 0;
    border-top: 1px solid var(--line);
}
.pager { display: flex; gap: 16px; margin-top: 28px; color: var(--red); }

[data-reveal] { opacity: 0; transform: translateY(28px); transition: .7s cubic-bezier(.16,1,.3,1); transition-delay: var(--d, 0ms); }
[data-reveal].in { opacity: 1; transform: none; }

.why-grid article, .site-grid .site-card, .process article, .stats-row > div {
    transition-delay: var(--d, 0ms);
}

.brand img { animation: floaty 4.5s ease-in-out infinite; }

.call-fab { animation: fabIn .6s ease both; }
.call-fab::after {
    content: "";
    position: absolute;
    inset: -8px;
    border: 2px solid var(--red);
    border-radius: 50%;
    animation: ping 2.2s ease-out infinite;
}

.area-chips li { animation: rise .55s cubic-bezier(.16,1,.3,1) both; }
.area-chips li:nth-child(1) { animation-delay: .05s; }
.area-chips li:nth-child(2) { animation-delay: .1s; }
.area-chips li:nth-child(3) { animation-delay: .15s; }
.area-chips li:nth-child(4) { animation-delay: .2s; }
.area-chips li:nth-child(5) { animation-delay: .25s; }
.area-chips li:nth-child(6) { animation-delay: .3s; }
.area-chips li:nth-child(7) { animation-delay: .35s; }
.area-chips li:nth-child(8) { animation-delay: .4s; }
.area-chips li:nth-child(9) { animation-delay: .45s; }
.area-chips li:nth-child(10) { animation-delay: .5s; }

@keyframes rise {
    from { opacity: 0; transform: translateY(18px); }
    to { opacity: 1; transform: none; }
}
@keyframes scan {
    0% { top: 0; opacity: 0; }
    12% { opacity: 1; }
    88% { opacity: 1; }
    100% { top: calc(100% - 2px); opacity: 0; }
}
@keyframes badgeGlow {
    0%, 100% { border-color: var(--red); }
    50% { border-color: var(--gold); color: var(--navy); }
}
@keyframes thumbPulse {
    0% { box-shadow: 0 0 0 0 rgba(200,16,46,.4); }
    100% { box-shadow: 0 0 0 8px transparent; }
}
@keyframes floaty {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-3px); }
}
@keyframes ping {
    0% { transform: scale(.85); opacity: .7; }
    100% { transform: scale(1.25); opacity: 0; }
}
@keyframes fabIn {
    from { opacity: 0; transform: scale(.6); }
    to { opacity: 1; transform: none; }
}

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after {
        animation: none !important;
        transition: none !important;
    }
    [data-reveal] { opacity: 1; transform: none; }
}

@media (max-width: 1180px) {
    .nav-links { gap: 16px; }
    .nav-cta { display: none; }
}

@media (max-width: 1100px) {
    .why-grid, .site-grid, .process, .team-grid, .review-grid, .cards { grid-template-columns: 1fr 1fr; }
    .why-grid.two { grid-template-columns: 1fr 1fr; }
    .nav-links { display: none; }
    .nav-links.open {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        gap: 0;
        position: absolute;
        left: 0; right: 0; top: 78px;
        background: #fff;
        padding: 12px 8px 20px;
        border: 1px solid var(--line);
        z-index: 30;
        box-shadow: 0 16px 40px rgba(7,27,58,.12);
    }
    .nav-links.open a {
        padding: 12px 10px;
        border-bottom: 1px solid var(--line);
    }
    .nav-links.open a.active::after { display: none; }
    .nav-links.open .nav-cta { display: inline-flex; margin-top: 12px; width: fit-content; }
    .menu-toggle { display: block; flex-shrink: 0; }
}

@media (max-width: 980px) {
    .shell { width: min(var(--max), calc(100% - 32px)); }
    .intro-grid, .split-cta, .contact-grid, .mv-grid, .why, .form-row, .director-grid, .director-feature, .coverage-wrap, .enquire-grid, .faq-modern, .page-hero-inner, .journal-grid {
        grid-template-columns: 1fr;
    }
    .hero-split {
        grid-template-columns: 1fr;
        grid-template-areas: "visual" "copy";
        gap: 28px;
    }
    .stats-row { grid-template-columns: 1fr 1fr; gap: 18px 24px; }
    .stats-row > div { border-left: 0; padding-left: 0; border-bottom: 1px solid rgba(201,162,39,.28); padding-bottom: 16px; }
    .stats-row > div:nth-child(odd) { border-right: 1px solid rgba(201,162,39,.28); padding-right: 16px; }
    .hero-copy { padding-left: 0; }
    .hero-copy h1 { font-size: 32px; max-width: none; }
    .service-row { grid-template-columns: 48px 1fr; }
    .service-row em { display: none; }
    .journal-card.featured { grid-row: auto; }
    .voices-head { flex-direction: column; align-items: start; }
    .footer-main { grid-template-columns: 1fr 1fr; }
    .info-row { grid-template-columns: 1fr 1fr; }
    .call-fab { right: 14px; bottom: 14px; width: 52px; height: 52px; }
    input, select, textarea { font-size: 16px; }
}

@media (max-width: 720px) {
    .hero-stage { padding: 20px 0 18px; }
    .hero-copy h1 { font-size: 28px; }
    .page-hero h1 { font-size: 30px; }
    .hero-points { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 560px) {
    .shell { width: calc(100% - 24px); }
    .stats-row, .process, .why-grid, .why-grid.two, .site-grid, .team-grid, .review-grid, .cards, .footer-main, .info-row, .form-row {
        grid-template-columns: 1fr;
    }
    .stats-row > div, .stats-row > div:nth-child(odd) {
        border-right: 0;
        padding-right: 0;
    }
    .stats-row > div:last-child { border-bottom: 0; }
    .hero-actions, .page-hero .hero-actions { flex-wrap: wrap; }
    .footer-bottom-inner { flex-direction: column; align-items: flex-start; }
    .faq-list details p { margin-left: 0; }
}
