:root {
    --ink: #101820;
    --navy: #1e1a3d;
    --blue: #0057b8;
    --teal: #0097a9;
    --yellow: #ffc627;
    --violet: #6d3fc0;
    --magenta: #b52a7f;
    --red: #d64545;
    --amber: #d98c16;
    --cream: #f7f5ef;
    --paper: #ffffff;
    --muted: #5d6672;
    --line: #dce1e7;
    --dark-line: rgba(255, 255, 255, 0.14);
    --shadow: 0 24px 60px rgba(16, 24, 32, 0.14);
    --radius-lg: 28px;
    --radius-md: 18px;
    --radius-sm: 10px;
    --content: 1180px;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 96px;
}

body {
    margin: 0;
    color: var(--ink);
    background: var(--cream);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    line-height: 1.6;
    text-rendering: optimizeLegibility;
}

body::before {
    position: fixed;
    inset: 0;
    z-index: -2;
    content: "";
    background:
        radial-gradient(circle at 8% 8%, rgba(0, 151, 169, 0.08), transparent 30%),
        radial-gradient(circle at 92% 26%, rgba(109, 63, 192, 0.08), transparent 28%),
        var(--cream);
}

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

a {
    color: inherit;
    text-decoration-thickness: 0.08em;
    text-underline-offset: 0.18em;
}

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

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

.skip-link {
    position: fixed;
    top: 12px;
    left: 12px;
    z-index: 999;
    padding: 10px 14px;
    color: #fff;
    background: var(--ink);
    border-radius: 8px;
    transform: translateY(-160%);
}

.skip-link:focus {
    transform: translateY(0);
}

.spectrum-bar {
    height: 6px;
    background: linear-gradient(90deg, var(--blue), var(--teal), var(--yellow), var(--amber), var(--magenta), var(--violet));
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    width: 100%;
    min-height: 80px;
    padding: 14px max(24px, calc((100vw - var(--content)) / 2));
    background: rgba(16, 24, 32, 0.94);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(16px);
}

.brand,
.footer-brand {
    display: inline-flex;
    align-items: center;
    gap: 13px;
    color: #fff;
    text-decoration: none;
}

.brand-logo {
    width: 180px;
    height: auto;
}

.brand-division,
.footer-brand span {
    padding-left: 13px;
    color: rgba(255, 255, 255, 0.78);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    border-left: 1px solid rgba(255, 255, 255, 0.26);
}

.nav {
    display: flex;
    align-items: center;
    gap: 5px;
}

.nav a {
    padding: 9px 12px;
    color: rgba(255, 255, 255, 0.78);
    font-size: 0.92rem;
    font-weight: 700;
    text-decoration: none;
    border-radius: 999px;
    transition: color 160ms ease, background 160ms ease;
}

.nav a:hover,
.nav a:focus-visible {
    color: #fff;
    background: rgba(255, 255, 255, 0.1);
    outline: none;
}

.menu-toggle {
    display: none;
    padding: 8px 12px;
    color: #fff;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.26);
    border-radius: 999px;
}

.hero,
.section,
.site-footer {
    padding-right: max(24px, calc((100vw - var(--content)) / 2));
    padding-left: max(24px, calc((100vw - var(--content)) / 2));
}

.hero {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1.06fr) minmax(360px, 0.94fr);
    align-items: center;
    gap: clamp(44px, 7vw, 90px);
    min-height: calc(100vh - 86px);
    padding-top: clamp(80px, 10vw, 132px);
    padding-bottom: clamp(80px, 10vw, 132px);
    overflow: hidden;
    color: #fff;
    background:
        radial-gradient(circle at 85% 18%, rgba(0, 151, 169, 0.24), transparent 30%),
        radial-gradient(circle at 80% 78%, rgba(181, 42, 127, 0.2), transparent 34%),
        linear-gradient(135deg, #101820 0%, #151a2b 48%, #1e1a3d 100%);
}

.hero::after {
    position: absolute;
    right: -12%;
    bottom: -38%;
    width: 620px;
    height: 620px;
    content: "";
    background: conic-gradient(from 210deg, rgba(0, 87, 184, 0.14), rgba(0, 151, 169, 0.14), rgba(255, 198, 39, 0.12), rgba(181, 42, 127, 0.12), rgba(109, 63, 192, 0.14), rgba(0, 87, 184, 0.14));
    border-radius: 50%;
    filter: blur(8px);
}

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

.eyebrow {
    margin: 0 0 12px;
    color: var(--teal);
    font-size: 0.78rem;
    font-weight: 900;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.hero .eyebrow,
.section-dark .eyebrow {
    color: #62d5df;
}

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

h1 {
    max-width: 780px;
    margin-bottom: 24px;
    font-size: clamp(3rem, 6.3vw, 6.6rem);
    line-height: 0.98;
    letter-spacing: -0.065em;
}

h2 {
    margin-bottom: 18px;
    font-size: clamp(2rem, 4vw, 3.8rem);
    line-height: 1.06;
    letter-spacing: -0.045em;
}

h3 {
    margin-bottom: 12px;
    font-size: 1.35rem;
    line-height: 1.2;
    letter-spacing: -0.025em;
}

.lead {
    max-width: 720px;
    margin-bottom: 30px;
    color: rgba(255, 255, 255, 0.78);
    font-size: clamp(1.05rem, 2vw, 1.35rem);
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 24px;
}

.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 11px 18px;
    font-weight: 800;
    text-decoration: none;
    border: 1px solid transparent;
    border-radius: 999px;
    cursor: pointer;
}

.button-primary {
    color: var(--ink);
    background: var(--yellow);
    box-shadow: 0 12px 28px rgba(255, 198, 39, 0.18);
}

.button-primary:hover,
.button-primary:focus-visible {
    background: #ffd04b;
    outline: 3px solid rgba(255, 198, 39, 0.28);
    outline-offset: 3px;
}

.button-secondary {
    color: inherit;
    background: transparent;
    border-color: currentColor;
}

.button-secondary:hover,
.button-secondary:focus-visible {
    background: rgba(255, 255, 255, 0.08);
    outline: 3px solid rgba(255, 255, 255, 0.16);
    outline-offset: 3px;
}

.prelaunch-notice {
    max-width: 680px;
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.56);
    font-size: 0.9rem;
}

.hero-visual {
    min-height: 500px;
    padding: 24px;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.04));
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: var(--radius-lg);
    box-shadow: 0 32px 80px rgba(0, 0, 0, 0.24);
    backdrop-filter: blur(10px);
}

.hero-visual.has-image {
    overflow: hidden;
}

.hero-visual.has-image > img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    border-radius: 18px;
}

.prism-stage {
    position: relative;
    min-height: 410px;
    overflow: hidden;
    border-radius: 20px;
    background:
        linear-gradient(140deg, rgba(0, 87, 184, 0.22), transparent 35%),
        linear-gradient(315deg, rgba(181, 42, 127, 0.22), transparent 38%),
        rgba(7, 14, 24, 0.74);
}

.prism-stage::before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 230px;
    height: 230px;
    content: "";
    background: conic-gradient(from 30deg, rgba(0, 87, 184, 0.62), rgba(0, 151, 169, 0.62), rgba(255, 198, 39, 0.58), rgba(181, 42, 127, 0.58), rgba(109, 63, 192, 0.6), rgba(0, 87, 184, 0.62));
    clip-path: polygon(50% 0%, 96% 26%, 82% 82%, 28% 100%, 0 54%);
    transform: translate(-50%, -50%) rotate(16deg);
    filter: drop-shadow(0 22px 38px rgba(0, 0, 0, 0.35));
}

.prism-stage::after {
    position: absolute;
    inset: 0;
    content: "";
    background-image: linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
    background-size: 36px 36px;
    mask-image: radial-gradient(circle at 50% 50%, #000, transparent 72%);
}

.prism-core {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    display: grid;
    place-items: center;
    width: 90px;
    height: 90px;
    color: #fff;
    font-size: 1.7rem;
    font-weight: 950;
    letter-spacing: 0.08em;
    background: rgba(16, 24, 32, 0.78);
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    transform: translate(-50%, -50%);
}

.prism-ray {
    position: absolute;
    z-index: 3;
    padding: 8px 12px;
    color: #fff;
    font-size: 0.75rem;
    font-weight: 850;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    background: rgba(16, 24, 32, 0.82);
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 999px;
}

.prism-ray-components { top: 13%; left: 8%; border-color: rgba(0, 151, 169, 0.7); }
.prism-ray-digital { top: 18%; right: 7%; border-color: rgba(109, 63, 192, 0.8); }
.prism-ray-productions { right: 5%; bottom: 14%; border-color: rgba(181, 42, 127, 0.8); }
.prism-ray-elements { bottom: 11%; left: 8%; border-color: rgba(255, 198, 39, 0.8); }

.visual-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding-top: 20px;
}

.visual-meta p {
    margin: 0;
    color: rgba(255, 255, 255, 0.62);
    font-size: 0.82rem;
    text-align: right;
}

.status-pill,
.division-status,
.focus-tag {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    padding: 6px 10px;
    font-size: 0.7rem;
    font-weight: 900;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    border-radius: 999px;
}

.status-pill {
    color: var(--yellow);
    background: rgba(255, 198, 39, 0.12);
    border: 1px solid rgba(255, 198, 39, 0.35);
}

.section {
    padding-top: clamp(76px, 9vw, 120px);
    padding-bottom: clamp(76px, 9vw, 120px);
}

.section-light {
    background: var(--paper);
}

.section-dark {
    color: #fff;
    background:
        linear-gradient(150deg, rgba(0, 151, 169, 0.08), transparent 38%),
        linear-gradient(20deg, rgba(109, 63, 192, 0.1), transparent 40%),
        var(--ink);
}

.section-heading {
    display: grid;
    grid-template-columns: 1fr minmax(280px, 0.58fr);
    gap: 34px 72px;
    align-items: end;
    margin-bottom: 48px;
}

.section-heading .eyebrow,
.section-heading h2 {
    grid-column: 1;
}

.section-heading h2 {
    margin-bottom: 0;
}

.section-heading > p:not(.eyebrow) {
    grid-column: 2;
    grid-row: 1 / span 2;
    align-self: end;
    margin-bottom: 4px;
    color: var(--muted);
}

.section-heading-light > p:not(.eyebrow) {
    color: rgba(255, 255, 255, 0.64);
}

.section-heading-narrow {
    display: block;
    max-width: 850px;
    margin: 0 auto;
    text-align: center;
}

.section-heading-narrow p:last-child {
    max-width: 720px;
    margin: 0 auto;
    color: var(--muted);
    font-size: 1.1rem;
}

.group-intro {
    background: linear-gradient(180deg, #fff, var(--cream));
}

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

.division-card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 430px;
    padding: 30px;
    overflow: hidden;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: var(--radius-lg);
    box-shadow: 0 12px 32px rgba(16, 24, 32, 0.06);
    transition: transform 180ms ease, box-shadow 180ms ease;
}

.division-card::after {
    position: absolute;
    top: -80px;
    right: -80px;
    width: 220px;
    height: 220px;
    content: "";
    border-radius: 50%;
    opacity: 0.12;
}

.division-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow);
}

.division-blue::after { background: linear-gradient(135deg, var(--blue), var(--teal)); }
.division-violet::after { background: linear-gradient(135deg, var(--violet), var(--blue)); }
.division-magenta::after { background: linear-gradient(135deg, var(--magenta), var(--red)); }
.division-amber::after { background: linear-gradient(135deg, var(--yellow), var(--amber)); }

.division-topline {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 30px;
}

.division-badge {
    display: grid;
    place-items: center;
    width: 52px;
    height: 52px;
    color: #fff;
    font-size: 0.82rem;
    font-weight: 950;
    letter-spacing: 0.08em;
    background: var(--ink);
    border-radius: 16px;
}

.division-blue .division-badge { background: linear-gradient(135deg, var(--blue), var(--teal)); }
.division-violet .division-badge { background: linear-gradient(135deg, var(--violet), var(--blue)); }
.division-magenta .division-badge { background: linear-gradient(135deg, var(--magenta), var(--red)); }
.division-amber .division-badge { color: var(--ink); background: linear-gradient(135deg, var(--yellow), var(--amber)); }

.division-status {
    color: var(--muted);
    background: #f2f4f6;
}

.division-card h3 {
    font-size: clamp(1.7rem, 3vw, 2.4rem);
}

.division-strapline {
    color: var(--ink);
    font-weight: 800;
}

.division-card > p:not(.division-strapline) {
    color: var(--muted);
}

.division-card ul {
    display: grid;
    gap: 8px;
    margin: 4px 0 26px;
    padding: 0;
    list-style: none;
}

.division-card li {
    position: relative;
    padding-left: 20px;
    color: #3f4853;
}

.division-card li::before {
    position: absolute;
    top: 0.72em;
    left: 0;
    width: 7px;
    height: 7px;
    content: "";
    background: var(--teal);
    border-radius: 50%;
    transform: translateY(-50%);
}

.division-violet li::before { background: var(--violet); }
.division-magenta li::before { background: var(--magenta); }
.division-amber li::before { background: var(--amber); }

.division-link {
    display: inline-flex;
    gap: 8px;
    align-items: center;
    width: fit-content;
    margin-top: auto;
    font-weight: 900;
    text-decoration: none;
}

.division-link:hover span {
    transform: translateX(4px);
}

.division-link span {
    transition: transform 160ms ease;
}

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

.capability-grid article {
    min-height: 280px;
    padding: 24px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid var(--dark-line);
    border-radius: var(--radius-md);
}

.capability-grid article > span {
    display: block;
    margin-bottom: 38px;
    color: var(--yellow);
    font-size: 0.75rem;
    font-weight: 950;
    letter-spacing: 0.14em;
}

.capability-grid p {
    color: rgba(255, 255, 255, 0.62);
}

.focus-section {
    background: var(--cream);
}

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

.focus-grid article {
    display: flex;
    flex-direction: column;
    min-height: 320px;
    padding: 28px;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: var(--radius-md);
}

.focus-grid p {
    color: var(--muted);
}

.focus-grid a {
    width: fit-content;
    margin-top: auto;
    font-weight: 900;
}

.focus-tag {
    margin-bottom: 32px;
}

.focus-blue { color: var(--blue); background: rgba(0, 87, 184, 0.1); }
.focus-violet { color: var(--violet); background: rgba(109, 63, 192, 0.1); }
.focus-amber { color: #8b5704; background: rgba(255, 198, 39, 0.18); }

.split {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1.1fr);
    gap: clamp(48px, 8vw, 110px);
    align-items: start;
}

.split > div > p:last-child {
    color: var(--muted);
    font-size: 1.05rem;
}

.principle-list {
    display: grid;
    gap: 12px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.principle-list li {
    display: grid;
    grid-template-columns: minmax(160px, 0.44fr) 1fr;
    gap: 20px;
    padding: 20px 0;
    border-top: 1px solid var(--line);
}

.principle-list li:last-child {
    border-bottom: 1px solid var(--line);
}

.principle-list span {
    color: var(--muted);
}

.about-section {
    background: linear-gradient(135deg, #efece3, #fff);
}

.about-panel {
    display: grid;
    grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
    gap: 56px;
    padding: clamp(34px, 6vw, 72px);
    background: #fff;
    border: 1px solid var(--line);
    border-radius: var(--radius-lg);
    box-shadow: 0 20px 50px rgba(16, 24, 32, 0.08);
}

.about-copy p {
    color: var(--muted);
    font-size: 1.05rem;
}

.cta-section {
    color: #fff;
    background: var(--navy);
}

.cta-panel {
    display: grid;
    grid-template-columns: minmax(0, 0.8fr) minmax(420px, 1.2fr);
    gap: 56px;
    padding: clamp(34px, 6vw, 66px);
    background:
        radial-gradient(circle at 8% 15%, rgba(0, 151, 169, 0.2), transparent 34%),
        radial-gradient(circle at 90% 85%, rgba(181, 42, 127, 0.16), transparent 36%),
        rgba(255, 255, 255, 0.04);
    border: 1px solid var(--dark-line);
    border-radius: var(--radius-lg);
}

.cta-panel > div:first-child > p:last-child {
    color: rgba(255, 255, 255, 0.66);
}

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

.contact-grid a {
    display: grid;
    gap: 4px;
    min-height: 118px;
    padding: 20px;
    text-decoration: none;
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid var(--dark-line);
    border-radius: 16px;
    transition: background 160ms ease, transform 160ms ease;
}

.contact-grid a:hover,
.contact-grid a:focus-visible {
    background: rgba(255, 255, 255, 0.12);
    transform: translateY(-3px);
    outline: none;
}

.contact-grid span {
    color: rgba(255, 255, 255, 0.62);
    font-size: 0.88rem;
    overflow-wrap: anywhere;
}

.legal-section {
    background: #fff;
}

.legal-list {
    display: grid;
    gap: 12px;
    max-width: 970px;
}

.legal-list details {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 14px;
}

.legal-list summary {
    padding: 20px 24px;
    font-weight: 850;
    cursor: pointer;
}

.legal-list summary::marker {
    color: var(--teal);
}

.legal-content {
    padding: 0 24px 24px;
    color: var(--muted);
}

.legal-content p:last-child {
    margin-bottom: 0;
}

.site-footer {
    padding-top: 46px;
    padding-bottom: 34px;
    color: rgba(255, 255, 255, 0.72);
    background: #090f15;
}

.footer-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 26px;
    padding-bottom: 28px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-brand img {
    width: 150px;
    height: auto;
}

.footer-main p {
    max-width: 590px;
    margin: 0;
    font-size: 0.84rem;
    text-align: right;
}

.footer-links {
    display: flex;
    flex-wrap: wrap;
    gap: 14px 22px;
    align-items: center;
    padding-top: 24px;
}

.footer-links a,
.footer-button {
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.83rem;
    background: transparent;
    border: 0;
    cursor: pointer;
}

.footer-links a:hover,
.footer-button:hover {
    color: #fff;
}

.footer-meta {
    margin: 20px 0 0;
    color: rgba(255, 255, 255, 0.42);
    font-size: 0.76rem;
}

.cookie-banner {
    position: fixed;
    right: 18px;
    bottom: 18px;
    left: 18px;
    z-index: 200;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    max-width: 980px;
    margin: auto;
    padding: 20px;
    color: #fff;
    background: rgba(16, 24, 32, 0.97);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 18px;
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.34);
}

.cookie-banner[hidden] {
    display: none;
}

.cookie-banner p {
    margin: 4px 0 0;
    color: rgba(255, 255, 255, 0.68);
    font-size: 0.88rem;
}

.cookie-banner a {
    color: #8fe5eb;
    font-size: 0.82rem;
}

.cookie-actions {
    display: flex;
    flex: 0 0 auto;
    gap: 10px;
}

@media (max-width: 1020px) {
    .hero {
        grid-template-columns: 1fr;
        min-height: auto;
    }

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

    .hero-visual {
        min-height: 440px;
    }

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

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

    .focus-grid article {
        min-height: 250px;
    }

    .split,
    .about-panel,
    .cta-panel {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 820px) {
    .site-header {
        flex-wrap: wrap;
        min-height: 74px;
    }

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

    .nav {
        display: none;
        flex-basis: 100%;
        flex-direction: column;
        align-items: stretch;
        padding: 8px 0 4px;
    }

    .nav.is-open {
        display: flex;
    }

    .nav a {
        padding: 10px 4px;
        border-radius: 0;
    }

    .section-heading {
        display: block;
    }

    .section-heading > p:not(.eyebrow) {
        margin-top: 20px;
    }

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

    .division-card {
        min-height: 390px;
    }

    .principle-list li {
        grid-template-columns: 1fr;
        gap: 6px;
    }

    .footer-main {
        display: grid;
    }

    .footer-main p {
        text-align: left;
    }

    .cookie-banner {
        align-items: stretch;
        flex-direction: column;
    }

    .cookie-actions {
        flex-wrap: wrap;
    }
}

@media (max-width: 600px) {
    .brand-logo {
        width: 148px;
    }

    .brand-division {
        padding-left: 9px;
        font-size: 0.66rem;
    }

    .hero,
    .section,
    .site-footer {
        padding-right: 18px;
        padding-left: 18px;
    }

    h1 {
        font-size: clamp(2.7rem, 15vw, 4.4rem);
    }

    .hero-visual {
        min-height: 360px;
        padding: 14px;
    }

    .prism-stage {
        min-height: 310px;
    }

    .prism-stage::before {
        width: 180px;
        height: 180px;
    }

    .prism-ray {
        font-size: 0.6rem;
    }

    .visual-meta {
        align-items: flex-start;
        flex-direction: column;
    }

    .visual-meta p {
        text-align: left;
    }

    .capability-grid,
    .contact-grid {
        grid-template-columns: 1fr;
    }

    .about-panel,
    .cta-panel,
    .division-card,
    .focus-grid article {
        padding: 24px;
    }

    .cookie-actions .button {
        flex: 1 1 160px;
    }
}

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

    *,
    *::before,
    *::after {
        transition-duration: 0.01ms !important;
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
    }
}
