/*
Theme Name: Nexus Studio
Theme URI: https://nexusmediasolutions.co.uk/
Author: Nexus Media Solutions
Description: A bespoke, accessible and performance-focused theme for Nexus Media Solutions.
Version: 1.1.3
Update URI: https://nexusmediasolutions.co.uk/nexus-studio
Requires at least: 6.6
Requires PHP: 8.0
Text Domain: nexus-studio
*/

:root {
  --ink: #05060a;
  --ink-soft: #080b13;
  --navy: #0b1020;
  --surface: #11182b;
  --surface-2: #151e34;
  --white: #f7f8fb;
  --muted: #aab3c8;
  --muted-2: #7f8aa4;
  --line: rgba(255, 255, 255, .11);
  --blue: #6a63ff;
  --blue-bright: #8d88ff;
  --gold: #d6b45a;
  --success: #6fd5a1;
  --error: #ff8f9c;
  --radius: 22px;
  --radius-sm: 13px;
  --shadow: 0 28px 90px rgba(0, 0, 0, .32);
  --container: min(1180px, calc(100vw - 40px));
  --font: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; color-scheme: dark; }
body { margin: 0; overflow-x: hidden; background: var(--ink); color: var(--white); font-family: var(--font); font-size: 17px; line-height: 1.68; -webkit-font-smoothing: antialiased; }
body::before { position: fixed; z-index: -2; inset: 0; content: ""; background: radial-gradient(circle at 70% 0%, rgba(80, 66, 224, .14), transparent 32%), radial-gradient(circle at 4% 58%, rgba(25, 89, 160, .08), transparent 28%), var(--ink); }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: .22em; }
a:hover { color: #fff; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
::selection { color: #fff; background: var(--blue); }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 4px; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 10000; top: 12px; left: 12px; padding: 12px 18px; color: var(--ink); background: var(--gold); border-radius: 8px; transform: translateY(-160%); }
.skip-link:focus { transform: none; }
.container { width: var(--container); margin-inline: auto; }
.site-main { min-height: 60vh; }

h1, h2, h3 { margin: 0 0 .55em; color: var(--white); font-weight: 640; line-height: 1.08; letter-spacing: -.038em; text-wrap: balance; }
h1 { font-size: clamp(3rem, 7.6vw, 7rem); }
h2 { font-size: clamp(2.15rem, 4.6vw, 4.35rem); }
h3 { font-size: clamp(1.25rem, 2vw, 1.58rem); letter-spacing: -.022em; }
p { margin: 0 0 1.15em; color: var(--muted); }
.lead { max-width: 800px; color: #d5d9e5; font-size: clamp(1.08rem, 1.8vw, 1.35rem); line-height: 1.65; }
.eyebrow { margin-bottom: 1.1rem; color: var(--gold); font-size: .75rem; font-weight: 760; letter-spacing: .19em; text-transform: uppercase; }
.note { padding: 14px 16px; color: #c5ccdc; background: rgba(255, 255, 255, .045); border-left: 3px solid var(--gold); }

.site-header { position: sticky; z-index: 999; top: 0; background: rgba(5, 6, 10, .72); border-bottom: 1px solid transparent; backdrop-filter: blur(18px); transition: background .25s ease, border-color .25s ease; }
.site-header.is-scrolled { background: rgba(5, 6, 10, .94); border-color: var(--line); }
.site-header__inner { display: grid; grid-template-columns: auto 1fr auto; gap: 28px; align-items: center; min-height: 88px; }
.brand { display: inline-flex; align-items: center; min-width: max-content; min-height: 52px; text-decoration: none; }
.brand img { width: 245px; max-width: 31vw; height: auto; }
.primary-nav { justify-self: end; }
.primary-nav ul { display: flex; gap: 25px; align-items: center; margin: 0; padding: 0; list-style: none; }
.primary-nav li { position: relative; display: flex; align-items: center; }
.primary-nav a { padding-block: 13px; color: #d9deea; font-size: .91rem; font-weight: 620; text-decoration: none; }
.primary-nav a:hover, .primary-nav a:focus-visible { color: #fff; }
.submenu-toggle { width: 30px; height: 30px; padding: 0; color: var(--muted); background: transparent; border: 0; cursor: pointer; }
.primary-nav .submenu { position: absolute; top: calc(100% + 2px); left: -18px; display: grid; gap: 0; width: 310px; padding: 12px; visibility: hidden; background: rgba(12, 16, 29, .98); border: 1px solid var(--line); border-radius: 15px; box-shadow: var(--shadow); opacity: 0; transform: translateY(-6px); transition: .18s ease; }
.primary-nav .submenu li { display: block; }
.primary-nav .submenu a { display: block; padding: 10px 12px; border-radius: 9px; }
.primary-nav .submenu a:hover { background: rgba(255, 255, 255, .055); }
.primary-nav li:hover > .submenu, .primary-nav li:focus-within > .submenu, .submenu-toggle[aria-expanded="true"] + .submenu { visibility: visible; opacity: 1; transform: none; }
.menu-toggle { display: none; width: 52px; height: 52px; padding: 13px 11px; background: transparent; border: 1px solid var(--line); border-radius: 12px; }
.menu-toggle span:not(.screen-reader-text) { display: block; width: 24px; height: 2px; margin: 5px auto; background: #fff; }

.button-row { display: flex; flex-wrap: wrap; gap: 13px; align-items: center; margin-top: 2rem; }
.button { display: inline-flex; justify-content: center; align-items: center; min-height: 50px; padding: 12px 21px; border: 1px solid transparent; border-radius: 999px; font-size: .92rem; font-weight: 760; line-height: 1.2; text-align: center; text-decoration: none; cursor: pointer; transition: transform .18s ease, background .18s ease, border-color .18s ease; }
.button:hover { transform: translateY(-2px); }
.button--primary { color: #fff; background: linear-gradient(135deg, var(--blue-bright), var(--blue)); box-shadow: 0 12px 34px rgba(90, 80, 245, .28); }
.button--ghost { color: #fff; background: rgba(255, 255, 255, .035); border-color: rgba(255, 255, 255, .22); }
.button--ghost:hover { background: rgba(255, 255, 255, .08); border-color: rgba(255, 255, 255, .4); }
.button--header { min-height: 46px; padding-inline: 19px; color: #111; background: var(--gold); }
.text-link { display: inline-block; color: #e3e5ff; font-weight: 720; text-decoration-color: var(--blue-bright); }

.hero { position: relative; display: grid; min-height: min(780px, calc(100vh - 88px)); align-items: center; overflow: hidden; border-bottom: 1px solid var(--line); }
.hero::before { position: absolute; inset: 0; content: ""; pointer-events: none; background: radial-gradient(ellipse at 68% 45%, rgba(88, 72, 231, .28), transparent 33%), linear-gradient(125deg, transparent 46%, rgba(255, 255, 255, .025)); }
.hero__grid { position: relative; display: grid; grid-template-columns: minmax(0, 1.04fr) minmax(400px, .76fr); gap: clamp(34px, 5vw, 68px); align-items: center; padding-block: 68px 86px; }
.hero__copy h1 { max-width: 850px; font-size: clamp(3.6rem, 6.8vw, 6.75rem); }
.hero__copy .lead { max-width: 710px; }
.signal-row { display: flex; flex-wrap: wrap; gap: 10px 25px; margin: 32px 0 0; padding: 22px 0 0; border-top: 1px solid var(--line); list-style: none; }
.signal-row li { color: var(--muted); font-size: .82rem; font-weight: 650; }
.signal-row li::before { margin-right: 8px; color: var(--gold); content: "✦"; }
.hero-console { position: relative; min-height: 500px; padding: 18px; overflow: hidden; background: linear-gradient(145deg, rgba(22, 31, 57, .94), rgba(7, 9, 16, .98)); border: 1px solid rgba(142, 134, 255, .34); border-radius: 28px; box-shadow: 0 40px 120px rgba(20, 14, 85, .55); transform: perspective(1000px) rotateY(-5deg) rotateX(2deg); }
.hero-console::after { position: absolute; inset: -35%; content: ""; background: conic-gradient(from 90deg, transparent, rgba(102, 90, 255, .16), transparent 25%); animation: nexus-spin 16s linear infinite; }
.console__top { position: relative; z-index: 1; display: flex; gap: 7px; padding: 4px 3px 20px; border-bottom: 1px solid var(--line); }
.console__top span { width: 9px; height: 9px; background: var(--muted-2); border-radius: 50%; }
.console__top span:first-child { background: var(--gold); }
.console__grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr 1fr; gap: 15px; padding-top: 18px; }
.console__panel { display: grid; min-height: 140px; align-content: space-between; padding: 20px; background: rgba(255, 255, 255, .038); border: 1px solid var(--line); border-radius: 17px; }
.console__panel--wide { grid-column: 1 / -1; min-height: 200px; }
.console__panel b { color: #e5e7ef; font-size: .78rem; letter-spacing: .08em; text-transform: uppercase; }
.console__panel strong { color: #fff; font-size: 3.4rem; font-weight: 520; }
.console__panel i { display: block; height: 9px; margin-top: 18px; background: linear-gradient(90deg, var(--blue), transparent); border-radius: 99px; }
.console__panel i:nth-of-type(2) { width: 76%; }.console__panel i:nth-of-type(3) { width: 48%; }
.console__line { grid-column: 1 / -1; height: 90px; background: linear-gradient(180deg, rgba(98, 89, 247, .35), transparent), repeating-linear-gradient(90deg, var(--line) 0 1px, transparent 1px 46px); border-radius: 15px; }
@keyframes nexus-spin { to { transform: rotate(360deg); } }

.page-hero { position: relative; min-height: 520px; overflow: hidden; background: var(--ink-soft); border-bottom: 1px solid var(--line); isolation: isolate; }
.page-hero::before { position: absolute; z-index: -2; inset: 0; content: ""; background-image: var(--page-hero-image); background-position: center right; background-size: cover; opacity: .62; transform: scale(1.01); }
.page-hero::after { position: absolute; z-index: -1; inset: 0; content: ""; background: linear-gradient(90deg, rgba(5, 6, 10, .98) 0%, rgba(5, 6, 10, .91) 38%, rgba(5, 6, 10, .48) 69%, rgba(5, 6, 10, .24) 100%), linear-gradient(0deg, rgba(5, 6, 10, .92), transparent 45%); }
.page-hero__inner { position: relative; z-index: 1; display: grid; align-content: end; min-height: 520px; padding-block: 82px 68px; }
.page-hero__inner > * { max-width: 760px; }
.page-hero h1 { max-width: 860px; font-size: clamp(3.25rem, 6.4vw, 6.1rem); }
.page-hero .lead { max-width: 740px; }
.page-hero--legal { min-height: 410px; }
.page-hero--legal .page-hero__inner { min-height: 410px; padding-bottom: 58px; }

.section { position: relative; padding-block: clamp(64px, 7vw, 104px); border-bottom: 1px solid var(--line); }
.section--intro { padding-block: 78px; }
.section--contrast { background: linear-gradient(180deg, rgba(17, 24, 43, .72), rgba(9, 12, 21, .88)); }
.section--line { background: linear-gradient(90deg, transparent 49.9%, rgba(255, 255, 255, .05) 50%, transparent 50.1%); }
.section--media { background: radial-gradient(circle at 20% 50%, rgba(76, 88, 170, .16), transparent 30%), var(--navy); }
.section--cta { background: linear-gradient(180deg, var(--ink), #080a13); }
.section-heading { max-width: 830px; margin-bottom: clamp(34px, 5vw, 58px); }
.section-heading > p:not(.eyebrow) { max-width: 730px; font-size: 1.1rem; }
.split-heading { display: grid; grid-template-columns: minmax(0, 1fr) minmax(360px, .72fr); gap: clamp(38px, 6vw, 88px); align-items: start; }
.section-lead { color: #d1d6e3; font-size: clamp(1.15rem, 1.7vw, 1.42rem); }

.card-grid { display: grid; gap: 18px; }.card-grid--three { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.service-card { position: relative; display: flex; min-height: 420px; flex-direction: column; padding: 0 25px 25px; overflow: hidden; background: linear-gradient(145deg, rgba(18, 26, 47, .8), rgba(9, 12, 22, .92)); border: 1px solid var(--line); border-radius: var(--radius); text-decoration: none; transition: transform .22s ease, border-color .22s ease, background .22s ease; }
.service-card::after { position: absolute; right: -50px; bottom: -70px; width: 160px; height: 160px; content: ""; background: radial-gradient(circle, rgba(100, 88, 250, .25), transparent 65%); }
.service-card:hover { color: #fff; background: linear-gradient(145deg, rgba(25, 34, 61, .9), rgba(11, 14, 27, .98)); border-color: rgba(139, 131, 255, .45); transform: translateY(-5px); }
.service-card > span { margin-bottom: 15px; color: var(--gold); font-size: .73rem; font-weight: 800; letter-spacing: .18em; }
.service-card h2, .service-card h3 { font-size: 1.5rem; }
.service-card p { font-size: .95rem; }
.service-card b { margin-top: auto; padding-top: 15px; color: #e2e3ff; font-size: .85rem; }
.feature-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1px; overflow: hidden; background: var(--line); border: 1px solid var(--line); border-radius: var(--radius); }
.feature-grid article { min-height: 245px; padding: 34px; background: var(--ink-soft); }
.feature-grid article::before { display: block; width: 38px; height: 2px; margin-bottom: 32px; background: linear-gradient(90deg, var(--gold), transparent); content: ""; }
.feature-grid--dense { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.feature-grid--dense article { min-height: 235px; }
.feature-grid--dense h3 { font-size: 1.24rem; }
.feature-grid--dense p { font-size: .95rem; }

.showcase { display: grid; grid-template-columns: minmax(0, .8fr) minmax(440px, 1fr); gap: clamp(50px, 8vw, 110px); align-items: center; }
.showcase__tiles { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; padding: 18px; background: rgba(255, 255, 255, .02); border: 1px solid var(--line); border-radius: 28px; }
.showcase__tiles div { display: grid; min-height: 175px; align-content: space-between; padding: 23px; background: linear-gradient(145deg, var(--surface), #0a0e19); border: 1px solid var(--line); border-radius: 17px; }
.showcase__tiles small { color: var(--gold); font-size: .71rem; letter-spacing: .12em; text-transform: uppercase; }
.showcase__tiles strong { max-width: 180px; font-size: 1.15rem; }
.process-strip { display: grid; grid-template-columns: repeat(5, 1fr); gap: 0; margin: 0 0 38px; padding: 0; list-style: none; }
.process-strip li { min-height: 250px; padding: 25px; border-top: 1px solid var(--line); border-right: 1px solid var(--line); }
.process-strip li:last-child { border-right: 0; }
.process-strip span { display: block; margin-bottom: 68px; color: var(--gold); font-size: .75rem; font-weight: 800; letter-spacing: .16em; }
.process-strip b { display: block; margin-bottom: 8px; color: var(--white); font-size: 1.1rem; }
.process-strip p { font-size: .9rem; }

.feature-split { display: grid; grid-template-columns: minmax(380px, .9fr) minmax(0, 1fr); gap: clamp(50px, 9vw, 130px); align-items: center; }
.feature-split--reverse > :first-child { order: 2; }.feature-split--reverse > :last-child { order: 1; }
.feature-split__visual { position: relative; display: grid; min-height: 470px; place-items: center; overflow: hidden; background: radial-gradient(circle at 50% 50%, rgba(96, 86, 242, .35), transparent 30%), linear-gradient(145deg, #121a2f, #070910); border: 1px solid var(--line); border-radius: 30px; box-shadow: var(--shadow); }
.feature-split__visual::before, .feature-split__visual::after { position: absolute; width: 65%; height: 65%; content: ""; border: 1px solid rgba(255, 255, 255, .13); border-radius: 50%; }
.feature-split__visual::after { width: 38%; height: 38%; }
.feature-split__visual span { z-index: 1; display: grid; width: 150px; height: 150px; place-items: center; color: #e9e7ff; background: rgba(8, 10, 19, .76); border: 1px solid rgba(139, 132, 255, .55); border-radius: 50%; font-weight: 760; letter-spacing: .06em; }
.tick-list { margin: 25px 0 32px; padding: 0; list-style: none; }
.tick-list li { position: relative; margin: 13px 0; padding-left: 28px; color: #c2c8d8; }
.tick-list li::before { position: absolute; left: 0; color: var(--gold); content: "✓"; font-weight: 800; }
.media-frame { position: relative; min-height: 460px; overflow: hidden; background: linear-gradient(180deg, rgba(81, 88, 164, .24), transparent 48%), radial-gradient(ellipse at 50% 55%, rgba(219, 183, 95, .18), transparent 22%), #070a12; border: 1px solid var(--line); border-radius: 30px; }
.media-frame::before { position: absolute; top: 50%; left: 50%; width: 8px; height: 8px; content: ""; background: var(--gold); border-radius: 50%; box-shadow: 0 0 0 28px rgba(214, 180, 90, .08), 0 0 70px 30px rgba(105, 92, 240, .18); }
.media-frame__horizon { position: absolute; right: 0; bottom: 25%; left: 0; height: 45%; background: linear-gradient(150deg, transparent 20%, #141c30 20% 42%, #0f1628 42% 62%, #17213a 62%); clip-path: polygon(0 78%, 17% 35%, 30% 62%, 49% 18%, 70% 68%, 86% 40%, 100% 72%, 100% 100%, 0 100%); }
.media-frame span { position: absolute; bottom: 24px; left: 26px; color: var(--muted); font-size: .72rem; font-weight: 750; letter-spacing: .16em; text-transform: uppercase; }
.area-list { display: flex; flex-wrap: wrap; gap: 11px; margin: 35px 0; }
.area-list span, .tag-cloud span { padding: 10px 15px; color: #dce0ed; background: rgba(255, 255, 255, .035); border: 1px solid var(--line); border-radius: 99px; font-size: .85rem; }
.faq-list { max-width: 900px; }
.faq-list details { border-top: 1px solid var(--line); }
.faq-list details:last-child { border-bottom: 1px solid var(--line); }
.faq-list summary { padding: 25px 50px 25px 0; color: #f1f2f8; font-size: 1.08rem; font-weight: 680; cursor: pointer; }
.faq-list details p { max-width: 750px; padding-bottom: 24px; }
.cta-panel { position: relative; padding: clamp(42px, 7vw, 85px); overflow: hidden; background: radial-gradient(circle at 83% 35%, rgba(114, 99, 255, .34), transparent 27%), linear-gradient(135deg, #151c34, #0a0d17); border: 1px solid rgba(139, 131, 255, .33); border-radius: 32px; box-shadow: var(--shadow); }
.cta-panel h2 { max-width: 850px; }.cta-panel > p:not(.eyebrow) { max-width: 690px; font-size: 1.12rem; }

.metric-panel, .search-map, .studio-principles { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; overflow: hidden; background: var(--line); border: 1px solid var(--line); border-radius: 25px; }
.metric-panel span, .search-map span, .studio-principles span { display: grid; min-height: 150px; place-items: center; color: #e2e5f2; background: linear-gradient(145deg, var(--surface), var(--ink-soft)); font-size: 1.06rem; font-weight: 700; }
.flight-board { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; padding: 18px; background: rgba(255, 255, 255, .025); border: 1px solid var(--line); border-radius: 27px; }
.flight-board div { display: grid; min-height: 155px; align-content: space-between; padding: 23px; background: var(--surface); border-radius: 16px; }
.flight-board small { color: var(--gold); text-transform: uppercase; letter-spacing: .12em; }.flight-board strong { font-size: 1.15rem; }
.content-stack { position: relative; min-height: 440px; }
.content-stack div { position: absolute; display: grid; width: 72%; height: 220px; place-items: center; background: linear-gradient(145deg, var(--surface-2), var(--navy)); border: 1px solid var(--line); border-radius: 22px; box-shadow: var(--shadow); font-size: 1.2rem; font-weight: 700; }
.content-stack div:nth-child(2) { top: 60px; left: 9%; }.content-stack div:nth-child(3) { top: 120px; left: 18%; }.content-stack div:nth-child(4) { top: 180px; left: 27%; color: var(--gold); }
.industry-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.industry-grid article { padding: 28px; background: rgba(255, 255, 255, .025); border: 1px solid var(--line); border-radius: 16px; }
.tag-cloud { display: flex; flex-wrap: wrap; gap: 10px; margin: 30px 0; }

.timeline, .process-detail { margin: 0; padding: 0; list-style: none; }
.timeline li { display: grid; grid-template-columns: 100px 1fr; gap: 30px; padding: 30px 0; border-top: 1px solid var(--line); }
.timeline span, .process-detail > li > span { color: var(--gold); font-size: .75rem; font-weight: 800; letter-spacing: .18em; }
.timeline h3 { margin-bottom: 8px; }
.process-detail > li { display: grid; grid-template-columns: 100px minmax(0, 820px); gap: clamp(25px, 8vw, 115px); padding: clamp(55px, 9vw, 110px) 0; border-top: 1px solid var(--line); }
.process-detail h2 { font-size: clamp(2rem, 4.1vw, 3.8rem); }.process-detail h3 { margin-top: 35px; font-size: 1.02rem; letter-spacing: 0; }
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.pricing-grid--wide { grid-template-columns: repeat(3, 1fr); }
.pricing-grid article { display: flex; min-height: 420px; flex-direction: column; padding: 31px; background: linear-gradient(145deg, rgba(19, 27, 49, .8), rgba(9, 12, 22, .95)); border: 1px solid var(--line); border-radius: var(--radius); }
.pricing-grid article > .tick-list { margin-top: auto; }.pricing-card--featured { border-color: rgba(139, 131, 255, .55) !important; box-shadow: 0 20px 70px rgba(61, 52, 173, .2); }
.price { margin: 2px 0 18px; color: #f4f5fb; font-size: clamp(2rem, 3.2vw, 2.7rem); font-weight: 720; letter-spacing: -.045em; line-height: 1.05; }.price span { color: var(--muted); font-size: .72rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }.price small { color: var(--muted); font-size: .82rem; font-weight: 650; letter-spacing: 0; }
.capability-gallery { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.capability { min-height: 390px; padding: clamp(30px, 5vw, 55px); background: linear-gradient(145deg, var(--surface), var(--ink-soft)); border: 1px solid var(--line); border-radius: var(--radius); }
.capability--large, .capability--wide { grid-column: 1 / -1; min-height: 440px; background: radial-gradient(circle at 83% 25%, rgba(99, 86, 245, .25), transparent 27%), linear-gradient(145deg, var(--surface), var(--ink-soft)); }
.capability--large h2, .capability--wide h2 { max-width: 800px; }.capability--large p, .capability--wide p { max-width: 700px; }
.tag-list { display: flex; flex-wrap: wrap; gap: 8px; margin: 32px 0 0; padding: 0; list-style: none; }
.tag-list li { padding: 7px 11px; color: #d8dce8; background: rgba(255, 255, 255, .045); border: 1px solid var(--line); border-radius: 99px; font-size: .75rem; }
.area-detail-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.area-detail-grid article { min-height: 300px; padding: 34px; background: linear-gradient(145deg, var(--surface), var(--ink-soft)); border: 1px solid var(--line); border-radius: var(--radius); }
.area-detail-grid article:last-child { grid-column: 1 / -1; }
.contact-layout { display: grid; grid-template-columns: minmax(0, .72fr) minmax(480px, 1fr); gap: clamp(55px, 9vw, 120px); align-items: start; }
.contact-notes article { padding: 23px 0; border-top: 1px solid var(--line); }.contact-notes h3 { font-size: 1.05rem; }
.enquiry-form { padding: clamp(26px, 4vw, 42px); background: linear-gradient(145deg, rgba(20, 28, 50, .9), rgba(9, 12, 21, .96)); border: 1px solid var(--line); border-radius: 25px; box-shadow: var(--shadow); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.field { display: grid; gap: 8px; }.field--full { grid-column: 1 / -1; }.field label { color: #e3e6ef; font-size: .86rem; font-weight: 690; }
.field input, .field select, .field textarea { width: 100%; min-height: 50px; padding: 12px 14px; color: #fff; background: rgba(4, 6, 11, .72); border: 1px solid rgba(255, 255, 255, .17); border-radius: 10px; }
.field textarea { min-height: 150px; resize: vertical; }.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--blue-bright); outline: 2px solid rgba(139, 131, 255, .32); }
.field small { color: var(--muted-2); font-size: .75rem; }.field--check { grid-template-columns: 22px 1fr; align-items: start; }.field--check input { width: 20px; min-height: 20px; margin-top: 2px; }
.form-honeypot { position: absolute !important; left: -10000px !important; }.enquiry-form > .button { margin-top: 24px; }.form-footnote { margin: 14px 0 0; font-size: .76rem; }
.form-notice { margin-bottom: 18px; padding: 14px 16px; border-radius: 10px; }.form-notice--success { color: #d7ffea; background: rgba(49, 157, 101, .2); border: 1px solid rgba(111, 213, 161, .35); }.form-notice--error { color: #ffe2e6; background: rgba(204, 66, 83, .17); border: 1px solid rgba(255, 143, 156, .35); }

.breadcrumbs { padding-top: 32px; }.breadcrumbs ol { display: flex; flex-wrap: wrap; gap: 8px; margin: 0; padding: 0; list-style: none; }.breadcrumbs li { color: var(--muted-2); font-size: .78rem; }.breadcrumbs li + li::before { margin-right: 8px; content: "/"; }.breadcrumbs a { color: var(--muted); }
.section--blog { padding-top: 80px; }.category-nav { display: flex; flex-wrap: wrap; gap: 9px; margin-bottom: 48px; }.category-nav a { padding: 8px 13px; color: #d7dce9; background: rgba(255, 255, 255, .035); border: 1px solid var(--line); border-radius: 99px; font-size: .78rem; text-decoration: none; }
.post-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }.post-card { display: flex; min-height: 330px; flex-direction: column; padding: 29px; background: linear-gradient(145deg, var(--surface), var(--ink-soft)); border: 1px solid var(--line); border-radius: var(--radius); }.post-card h2 { font-size: 1.5rem; }.post-card h2 a { text-decoration: none; }.post-card .text-link { margin-top: auto; }.post-card__meta, .article-meta { color: var(--muted-2); font-size: .75rem; }.post-card__meta a { color: var(--muted-2); }
.article-header { max-width: 980px; padding-block: 90px 55px; }.article-header h1 { font-size: clamp(3rem, 6.4vw, 6rem); }.article-body { padding-bottom: 110px; }.article-footer { display: flex; gap: 12px; padding: 45px 0 100px; border-top: 1px solid var(--line); }
.prose { max-width: 780px; }.prose h2 { margin-top: 2.1em; font-size: clamp(1.8rem, 3.4vw, 2.7rem); }.prose h3 { margin-top: 1.7em; }.prose p, .prose li { color: #c2c8d7; }.prose a { color: #e2e0ff; }.prose ul, .prose ol { margin: 0 0 1.5em; padding-left: 1.3em; }.prose li { margin: .55em 0; }
.navigation.pagination { margin-top: 45px; }.nav-links { display: flex; gap: 8px; }.page-numbers { display: grid; min-width: 42px; min-height: 42px; place-items: center; padding: 7px 12px; background: var(--surface); border: 1px solid var(--line); border-radius: 8px; text-decoration: none; }.page-numbers.current { color: var(--ink); background: var(--gold); }
.link-list { padding-left: 1.2em; }.link-list li { margin: 10px 0; }

.site-footer { padding-top: 80px; background: #040509; border-top: 1px solid var(--line); }
.footer-grid { display: grid; grid-template-columns: 1.45fr repeat(3, 1fr); gap: clamp(35px, 6vw, 80px); padding-bottom: 65px; }.footer-brand p { max-width: 410px; margin-top: 26px; }.footer-area { color: var(--muted-2) !important; font-size: .8rem; }.site-footer h2 { margin-bottom: 20px; font-size: .8rem; letter-spacing: .12em; text-transform: uppercase; }.site-footer ul { margin: 0; padding: 0; list-style: none; }.site-footer li { margin: 9px 0; }.site-footer li a, .footer-link { color: var(--muted); font-size: .86rem; text-decoration: none; }.site-footer li a:hover, .footer-link:hover { color: #fff; }.footer-link { padding: 0; background: transparent; border: 0; cursor: pointer; }.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-block: 22px; border-top: 1px solid var(--line); }.footer-bottom p { margin: 0; color: var(--muted-2); font-size: .75rem; }
.cookie-panel { position: fixed; z-index: 2000; right: 20px; bottom: 20px; left: 20px; display: flex; justify-content: space-between; gap: 30px; align-items: center; max-width: 1100px; margin: auto; padding: 23px; background: rgba(15, 21, 38, .98); border: 1px solid rgba(139, 131, 255, .35); border-radius: 18px; box-shadow: var(--shadow); }.cookie-panel[hidden] { display: none; }.cookie-panel h2 { margin-bottom: 7px; font-size: 1.15rem; }.cookie-panel p { max-width: 620px; margin: 0; font-size: .84rem; }.cookie-actions { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; }.cookie-actions .button { min-height: 44px; padding: 10px 15px; }.cookie-actions a { color: var(--muted); font-size: .76rem; }


.nexus-picture { display: block; overflow: hidden; }
.nexus-picture img { width: 100%; height: 100%; object-fit: cover; }
.hero-visual { position: relative; min-height: 470px; border: 1px solid rgba(142, 134, 255, .36); border-radius: 28px; box-shadow: 0 34px 100px rgba(20, 14, 85, .48); transform: perspective(1000px) rotateY(-3deg); }
.hero-visual::after { position: absolute; inset: 0; content: ""; background: linear-gradient(145deg, transparent 55%, rgba(106, 99, 255, .15)); pointer-events: none; }
.inline-visual { width: 100%; min-width: 0; min-height: 410px; aspect-ratio: 16 / 10; border: 1px solid var(--line); border-radius: 28px; box-shadow: var(--shadow); }
.service-card__media { width: calc(100% + 50px); height: 165px; margin: 0 -25px 20px; border-bottom: 1px solid var(--line); }
.service-card__media img { transition: transform .4s ease, filter .4s ease; }
.service-card:hover .service-card__media img { filter: brightness(1.08); transform: scale(1.025); }
.hero-price { display: inline-flex; width: max-content; margin: 2px 0 18px; padding: 8px 13px; color: #f2e4b5; background: rgba(214, 180, 90, .1); border: 1px solid rgba(214, 180, 90, .28); border-radius: 99px; font-size: .83rem; font-weight: 760; letter-spacing: .02em; }
.pricing-caveat { max-width: 690px; margin: 22px 0 0; color: var(--muted-2); font-size: .78rem; }
.section--pricing { padding-block: clamp(62px, 6.5vw, 92px); }
.section--pricing-intro { padding-block: 62px; }
.pricing-nav { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 22px; }
.pricing-nav a { padding: 8px 13px; color: #e4e7f0; background: rgba(255, 255, 255, .04); border: 1px solid var(--line); border-radius: 99px; font-size: .8rem; text-decoration: none; }
.pricing-nav a:hover { background: rgba(255, 255, 255, .09); border-color: rgba(141, 136, 255, .45); }
.pricing-grid--four { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.pricing-grid--four article { min-height: 440px; padding: 27px; }
.pricing-grid article h3 { font-size: 1.45rem; }
.rate-table { overflow: hidden; background: rgba(255, 255, 255, .018); border: 1px solid var(--line); border-radius: var(--radius); }
.rate-row { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 25px; align-items: center; padding: 20px 24px; border-bottom: 1px solid var(--line); }
.rate-row:last-child { border-bottom: 0; }
.rate-row span { color: #cbd1df; }
.rate-row strong { color: #f0e1ad; font-size: .98rem; }
@media (max-width: 1120px) {
  .site-header__inner { position: relative; grid-template-columns: minmax(0, 1fr) auto; }.menu-toggle { display: block; justify-self: end; }.button--header { display: none; }
  .primary-nav { position: absolute; top: calc(100% - 1px); right: 0; left: 0; grid-column: 1 / -1; display: none; width: auto; max-height: calc(100vh - 110px); padding: 20px; overflow-y: auto; justify-self: stretch; background: rgba(8, 10, 18, .99); border: 1px solid var(--line); border-radius: 18px; box-shadow: var(--shadow); }.primary-nav.is-open { display: block; }.primary-nav > ul { display: grid; gap: 0; }.primary-nav li { display: grid; grid-template-columns: 1fr auto; border-bottom: 1px solid var(--line); }.primary-nav a { padding: 14px 8px; }.primary-nav .submenu { position: static; grid-column: 1 / -1; display: none; width: auto; padding: 0 0 10px 15px; visibility: visible; background: transparent; border: 0; box-shadow: none; opacity: 1; transform: none; }.submenu-toggle[aria-expanded="true"] + .submenu { display: grid; }
  .hero__grid { grid-template-columns: 1fr; }.hero-console { min-height: 430px; transform: none; }.card-grid--three, .feature-grid--dense, .pricing-grid, .pricing-grid--wide, .post-grid { grid-template-columns: repeat(2, 1fr); }.process-strip { grid-template-columns: repeat(3, 1fr); }.process-strip li { border-bottom: 1px solid var(--line); }.contact-layout { grid-template-columns: 1fr; }.footer-grid { grid-template-columns: 1.35fr 1fr 1fr; }.footer-grid > div:last-child { grid-column: 2 / 4; }
}

@media (max-width: 760px) {
  :root { --container: min(100% - 28px, 1180px); --radius: 18px; } body { font-size: 16px; }.brand img { width: 218px; max-width: 62vw; }.site-header__inner { min-height: 76px; }.primary-nav { top: calc(100% - 1px); right: 0; left: 0; }.brand small { display: none; }
  h1 { font-size: clamp(2.7rem, 13vw, 4.2rem); }.hero { min-height: auto; }.hero__grid { padding-block: 75px; }.hero__copy h1 { font-size: clamp(3rem, 13vw, 4.6rem); }.hero-console { min-height: 360px; padding: 13px; }.console__panel--wide { min-height: 160px; }.console__panel { min-height: 120px; padding: 15px; }.console__panel strong { font-size: 2.5rem; }
  .page-hero, .page-hero__inner { min-height: 470px; }.page-hero__inner { padding-block: 70px 52px; }.page-hero::before { background-position: 64% center; opacity: .55; }.page-hero::after { background: linear-gradient(90deg, rgba(5, 6, 10, .97), rgba(5, 6, 10, .74)), linear-gradient(0deg, rgba(5, 6, 10, .92), transparent 45%); }
  .section { padding-block: 62px; }.split-heading, .showcase, .feature-split { grid-template-columns: 1fr; gap: 42px; }.feature-split--reverse > :first-child, .feature-split--reverse > :last-child { order: initial; }
  .card-grid--three, .feature-grid, .feature-grid--dense, .pricing-grid, .pricing-grid--wide, .post-grid, .industry-grid, .area-detail-grid, .capability-gallery { grid-template-columns: 1fr; }.capability--large, .capability--wide, .area-detail-grid article:last-child { grid-column: auto; }.service-card { min-height: 395px; }.feature-grid article { min-height: auto; }.showcase__tiles { grid-template-columns: 1fr; }.process-strip { grid-template-columns: 1fr; }.process-strip li { min-height: auto; padding: 22px 0; border-right: 0; }.process-strip span { margin-bottom: 22px; }.feature-split__visual, .media-frame { min-height: 350px; }.timeline li, .process-detail > li { grid-template-columns: 1fr; gap: 18px; }.process-detail > li { padding-block: 65px; }.form-grid { grid-template-columns: 1fr; }.field--full { grid-column: auto; }.footer-grid { grid-template-columns: 1fr 1fr; }.footer-grid > div:last-child { grid-column: auto; }.footer-brand { grid-column: 1 / -1; }.footer-bottom, .cookie-panel { align-items: flex-start; flex-direction: column; }.cookie-panel { right: 12px; bottom: 12px; left: 12px; }.article-footer { flex-direction: column; }.content-stack { min-height: 350px; }.content-stack div { height: 170px; }
}

@media (max-width: 480px) {
  .footer-grid { grid-template-columns: 1fr; }.footer-brand { grid-column: auto; }.button-row .button { width: 100%; }.signal-row { display: grid; }.hero-console { min-height: 320px; }.console__line { height: 65px; }.showcase__tiles div { min-height: 140px; }.flight-board, .metric-panel, .search-map, .studio-principles { grid-template-columns: 1fr; }.flight-board div, .metric-panel span, .search-map span, .studio-principles span { min-height: 115px; }.pricing-grid article { min-height: auto; }.pricing-grid--four { grid-template-columns: 1fr; }.rate-row { grid-template-columns: 1fr; gap: 5px; }.cta-panel { padding: 28px 23px; }.footer-bottom { padding-bottom: 100px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; } *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
