/* Display type: condensed industrial headings are the redesign's voice. */h1,
h2 {
    font-family: var(--font-display);
    font-weight: 700;
    letter-spacing: 0.015em;
}.three-background,
.three-ui {
    position: fixed;
    inset: 0;
    z-index: 0;
}.three-background {
    pointer-events: none;
    background: rgba(15, 12, 7, 0.24);
}.three-ui {
    z-index: 1;
    pointer-events: none;
    display: none;
}.three-renderer {
    width: 100% !important;
    height: 100% !important;
    display: block;
}.three-renderer {
    pointer-events: none;
}.scroll-spacer {
    display: none;
}.site-shell {
    position: relative;
    z-index: 2;
    width: min(var(--content-width), calc(100vw - 32px));
    margin: 0 auto;
    padding: 16px 0 28px;
}.topbar,
.panel,
.site-footer {
    border: 2px solid var(--border);
    background: var(--panel);
    box-shadow: var(--shadow);
}.topbar,
.site-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 16px 18px;
    margin-bottom: 18px;
}.brand {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    text-decoration: none;
    cursor: pointer;
}.brand-mark {
    display: grid;
    place-items: center;
    width: 72px;
    height: 72px;
    border: 2px solid var(--border-strong);
    background:
        linear-gradient(rgba(244, 197, 66, 0.07), transparent 55%),
        var(--panel-deep);
    color: var(--accent);
    font-family: var(--font-display);
    font-weight: 700;
    font-size: 1.7rem;
    letter-spacing: 0.04em;
    box-shadow: var(--shadow-s);
    transition: border-color 0.12s ease-in-out, background-color 0.12s ease-in-out, color 0.12s ease-in-out;
}.brand:hover .brand-mark {
    border-color: var(--accent);
    background: var(--panel-dark);
    color: #ffffff;
}.brand-copy {
    display: flex;
    flex-direction: column;
    gap: 6px;
}.brand-copy strong,
.kicker,
.btn,
.panel-label,
.nav-links a {
    font-family: var(--font-ui);
    font-weight: 500;
}.brand-copy strong {
    font-size: 1.1rem;
    transition: color 0.12s ease-in-out;
}.brand:hover .brand-copy strong {
    color: var(--accent);
}.brand-copy span:last-child {
    color: var(--muted);
    font-size: 1rem;
    text-transform: uppercase;
}.nav-links,
.footer-links,
.hero-actions {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}.nav-links a,
.footer-links a {
    text-decoration: none;
}.nav-links a {
    position: relative;
    padding: 4px 2px;
    color: var(--muted);
    font-size: 0.94rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    transition: color 0.12s linear;
}/* Hard underline that snaps in from the left on hover / current page. */.nav-links a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 2px;
    background: var(--accent);
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform 0.16s ease-out;
}.nav-links a:hover::after,
.nav-links a.is-current::after {
    transform: scaleX(1);
}.nav-links a:hover,
.footer-links a:hover {
    color: var(--accent-strong);
}.content-stack {
    display: grid;
    gap: 18px;
}.panel {
    position: relative;
    padding: 20px;
}.topbar {
    position: relative;
}/* Corner registration ticks: the instrument-plate signature on major panels. */.topbar::after,
.panel::after {
    content: '';
    position: absolute;
    inset: 5px;
    pointer-events: none;
    opacity: 0.55;
    background:
        linear-gradient(var(--gold-700) 0 0) left top / 12px 2px,
        linear-gradient(var(--gold-700) 0 0) left top / 2px 12px,
        linear-gradient(var(--gold-700) 0 0) right top / 12px 2px,
        linear-gradient(var(--gold-700) 0 0) right top / 2px 12px,
        linear-gradient(var(--gold-700) 0 0) left bottom / 12px 2px,
        linear-gradient(var(--gold-700) 0 0) left bottom / 2px 12px,
        linear-gradient(var(--gold-700) 0 0) right bottom / 12px 2px,
        linear-gradient(var(--gold-700) 0 0) right bottom / 2px 12px;
    background-repeat: no-repeat;
}/* Film grain over the whole page: below floating UI, above page chrome. */body::after {
    content: '';
    position: fixed;
    inset: 0;
    z-index: 3;
    pointer-events: none;
    opacity: 0.05;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.6'/%3E%3C/svg%3E");
}.section-head h2 {
    margin: 0;
    font-size: clamp(1.7rem, 3.3vw, 2.8rem);
    line-height: 1.18;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    overflow-wrap: anywhere;
}