@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;800;900&display=swap");

:root {
    --site-font: "Roboto", "Helvetica Neue", Arial, sans-serif;
    --sans: var(--site-font);
    --mono: var(--site-font);
}

body,
.catalog-body,
button,
input,
select,
textarea,
.hero-readout span,
.hero-readout small,
.solution-card span,
.panel-hud,
.visual-label,
.visual-value,
.competency-bars text,
.catalog-visual text,
.catalog-footer span {
    font-family: var(--site-font);
}

/* Shared precision header */
.site-nav,
.catalog-nav {
    overflow: hidden;
    border: 1px solid rgba(125, 211, 252, 0.22);
    border-radius: 16px;
    background:
        radial-gradient(circle at 50% -70%, rgba(94, 234, 212, 0.16), transparent 52%),
        linear-gradient(135deg, rgba(16, 25, 40, 0.94), rgba(7, 17, 25, 0.9));
    box-shadow:
        0 24px 70px rgba(0, 0, 0, 0.34),
        0 4px 18px rgba(6, 182, 212, 0.07),
        inset 0 1px 0 rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(24px) saturate(1.25);
    -webkit-backdrop-filter: blur(24px) saturate(1.25);
}

.site-nav::before,
.catalog-nav::before {
    inset: 0;
    border-radius: inherit;
    background:
        linear-gradient(90deg, rgba(59, 130, 246, 0.08), transparent 27%, transparent 73%, rgba(245, 158, 11, 0.07)),
        linear-gradient(180deg, rgba(255, 255, 255, 0.035), transparent 55%);
}

.site-nav::after,
.catalog-nav::after {
    content: "";
    position: absolute;
    top: 0;
    left: 18px;
    right: 18px;
    z-index: 3;
    height: 2px;
    pointer-events: none;
    border-radius: 999px;
    background: linear-gradient(90deg, transparent, #3b82f6 20%, #5eead4 50%, #f59e0b 80%, transparent);
    box-shadow: 0 0 18px rgba(94, 234, 212, 0.3);
    opacity: 0.84;
}

.nav-cluster,
.catalog-cluster {
    justify-items: stretch;
    text-align: center;
}

.nav-cluster a,
.catalog-cluster a {
    position: relative;
    isolation: isolate;
    width: 100%;
    justify-self: stretch;
    justify-content: center;
    text-align: center;
    gap: 7px;
    border-radius: 10px;
    letter-spacing: 0.055em;
    overflow-wrap: normal;
    word-break: normal;
    hyphens: none;
    background: rgba(148, 163, 184, 0.025);
    transition: color 200ms ease, border-color 200ms ease, background 200ms ease, transform 200ms ease, box-shadow 200ms ease;
}

.nav-cluster a::after,
.catalog-cluster a::after {
    content: "";
    position: absolute;
    right: 12px;
    bottom: 5px;
    left: 12px;
    height: 1px;
    border-radius: 999px;
    background: linear-gradient(90deg, transparent, var(--cyan), transparent);
    transform: scaleX(0);
    transform-origin: center;
    transition: transform 200ms ease;
}

.nav-cluster a:hover,
.nav-cluster a:focus-visible,
.nav-cluster a.is-current,
.catalog-cluster a:hover,
.catalog-cluster a:focus-visible,
.catalog-cluster a.is-current {
    border-color: rgba(94, 234, 212, 0.28);
    background: linear-gradient(180deg, rgba(94, 234, 212, 0.09), rgba(59, 130, 246, 0.045));
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05), 0 8px 20px rgba(3, 10, 18, 0.12);
}

.nav-cluster a:hover::after,
.nav-cluster a:focus-visible::after,
.nav-cluster a.is-current::after,
.catalog-cluster a:hover::after,
.catalog-cluster a:focus-visible::after,
.catalog-cluster a.is-current::after {
    transform: scaleX(1);
}

.brand-lockup,
.catalog-brand-lockup {
    position: relative;
    min-width: 304px;
    padding: 10px 32px;
    border: 1px solid rgba(125, 211, 252, 0.16);
    border-radius: 12px;
    background:
        radial-gradient(circle at 50% 0%, rgba(94, 234, 212, 0.11), transparent 62%),
        rgba(3, 10, 18, 0.24);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.045);
}

.brand-lockup::before,
.brand-lockup::after,
.catalog-brand-lockup::before,
.catalog-brand-lockup::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 18px;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(94, 234, 212, 0.7));
}

.brand-lockup::before,
.catalog-brand-lockup::before {
    left: 8px;
}

.brand-lockup::after,
.catalog-brand-lockup::after {
    right: 8px;
    transform: rotate(180deg);
}

.brand-name,
.catalog-brand-name {
    display: inline-block;
    background: linear-gradient(105deg, #d9f8ff 4%, #7dd3fc 38%, #5eead4 62%, #ffd176 96%);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
    font-size: 1.52rem;
    font-weight: 900;
    line-height: 1;
    letter-spacing: 0.13em;
    text-indent: 0.13em;
    filter: drop-shadow(0 4px 14px rgba(6, 182, 212, 0.14));
}

.brand-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-width: 0;
}

.brand-mark {
    display: block;
    flex: 0 0 auto;
    width: 40px;
    height: 34px;
    filter: drop-shadow(0 5px 12px rgba(6, 182, 212, 0.16));
}

.brand-subtitle,
.catalog-brand-subtitle {
    color: rgba(226, 232, 240, 0.66);
    font-size: 0.58rem;
    font-weight: 700;
    letter-spacing: 0.095em;
}

.site-footer .footer-tagline,
.catalog-footer .footer-tagline {
    color: rgba(94, 234, 212, 0.76);
    font-family: var(--site-font);
    font-size: 0.72rem;
    font-weight: 900;
    line-height: 1.5;
    letter-spacing: 0.055em;
    text-transform: uppercase;
}

.contact-footer {
    width: min(1180px, calc(100% - 40px));
    margin-bottom: 24px;
}

/* Home-page tagline handoff: large hero statement -> compact brand subtitle. */
[data-header-tagline] {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transform: translate3d(0, 5px, 0);
    transform-origin: center top;
    will-change: opacity, transform, max-height;
}

[data-hero-tagline] {
    position: relative;
    width: max-content;
    max-width: 100% !important;
    margin-inline: auto !important;
    font-size: clamp(1rem, 3.7vw, 4.4rem) !important;
    line-height: 1 !important;
    white-space: nowrap;
    text-wrap: nowrap !important;
    overflow-wrap: normal !important;
}

.tagline-handoff-ready .hero-copy {
    width: 100%;
    max-width: 1120px;
}

[data-tagline-source],
[data-tagline-target] {
    display: inline-block;
    white-space: nowrap;
}

.tagline-layout-placeholder {
    display: inline-block;
    opacity: 0;
    white-space: nowrap;
}

.tagline-moving-part {
    position: fixed;
    z-index: 15;
    display: inline-block;
    margin: 0;
    pointer-events: none;
    white-space: nowrap;
    color: var(--text);
    font-family: var(--site-font);
    font-weight: 900;
    line-height: 1;
    transform-origin: left top;
    will-change: left, top, opacity, transform;
}

body:not(.home-body).tagline-handoff-ready .hero-section {
    padding-top: clamp(160px, 19vh, 200px);
}

.theme-toggle {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 100;
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    align-items: center;
    padding: 0;
    border: 1px solid rgba(226, 232, 240, 0.88);
    border-radius: 999px;
    background: rgba(248, 250, 252, 0.96);
    color: #17212a;
    box-shadow: 0 12px 36px rgba(9, 13, 20, 0.24);
    backdrop-filter: blur(16px);
    font-family: var(--site-font);
    cursor: pointer;
    transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.theme-toggle:hover {
    transform: translateY(-2px);
    border-color: rgba(94, 234, 212, 0.7);
}

.theme-toggle:focus-visible {
    outline: 3px solid rgba(6, 182, 212, 0.32);
    outline-offset: 3px;
}

.theme-toggle-symbol {
    width: 22px;
    height: 22px;
    display: grid;
    place-items: center;
    color: #17212a;
}

.theme-toggle-symbol svg {
    grid-area: 1 / 1;
    width: 22px;
    height: 22px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.9;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.theme-toggle[data-active-theme="light"] .theme-toggle-sun,
.theme-toggle[data-active-theme="dark"] .theme-toggle-moon {
    display: none;
}

.theme-toggle[data-active-theme="dark"] .theme-toggle-symbol {
    color: #d97706;
}

.theme-toggle[data-active-theme="dark"] .theme-toggle-sun {
    filter: drop-shadow(0 0 4px rgba(245, 158, 11, 0.9)) drop-shadow(0 0 9px rgba(251, 191, 36, 0.62));
}

html[data-theme="light"] {
    --bg: #f3f1eb;
    --bg-2: #e9edf0;
    --ink: #f3f1eb;
    --ink-2: #e9edf0;
    --panel: rgba(249, 248, 244, 0.86);
    --panel-strong: rgba(243, 241, 235, 0.94);
    --text: #182126;
    --muted: rgba(28, 41, 48, 0.72);
    --dim: rgba(51, 65, 74, 0.64);
    --line: rgba(34, 52, 61, 0.16);
    --line-bright: rgba(34, 52, 61, 0.3);
    --blue: #205eb5;
    --blue-deep: #17478d;
    --cyan: #077487;
    --cyan-deep: #065f6e;
    --amber: #985200;
    --amber-deep: #7c4200;
    --empty-bg: #f3f1eb;
    --empty-text: #182126;
}

html[data-theme="light"] body,
html[data-theme="light"] .catalog-body {
    color: var(--text);
    background:
        linear-gradient(rgba(32, 94, 181, 0.055) 1px, transparent 1px),
        linear-gradient(90deg, rgba(8, 127, 145, 0.045) 1px, transparent 1px),
        radial-gradient(circle at 50% 0%, rgba(32, 94, 181, 0.11), transparent 380px),
        linear-gradient(180deg, #f5f3ed, #e8edef);
    background-size: 34px 34px, 34px 34px, auto, auto;
}

html[data-theme="light"] body::before {
    background: repeating-linear-gradient(90deg, rgba(24, 33, 38, 0.018) 0 1px, transparent 1px 90px);
}

html[data-theme="light"] body::after {
    opacity: 0.2;
    background: linear-gradient(180deg, transparent, rgba(194, 204, 207, 0.52));
}

html[data-theme="light"] .site-nav,
html[data-theme="light"] .catalog-nav {
    border-color: rgba(32, 94, 181, 0.22);
    background:
        radial-gradient(circle at 50% -70%, rgba(8, 127, 145, 0.13), transparent 52%),
        linear-gradient(135deg, rgba(250, 249, 245, 0.94), rgba(235, 239, 239, 0.91));
    box-shadow: 0 18px 54px rgba(31, 45, 52, 0.14), 0 4px 16px rgba(32, 94, 181, 0.05), inset 0 1px 0 rgba(255, 255, 255, 0.78);
}

html[data-theme="light"] .site-nav::before,
html[data-theme="light"] .catalog-nav::before {
    background:
        linear-gradient(90deg, rgba(32, 94, 181, 0.065), transparent 29%, transparent 71%, rgba(152, 82, 0, 0.055)),
        linear-gradient(180deg, rgba(255, 255, 255, 0.42), transparent 60%);
}

html[data-theme="light"] .brand-lockup,
html[data-theme="light"] .catalog-brand-lockup {
    border-color: rgba(32, 94, 181, 0.14);
    background:
        radial-gradient(circle at 50% 0%, rgba(8, 127, 145, 0.1), transparent 62%),
        rgba(255, 255, 255, 0.28);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.68);
}

html[data-theme="light"] .brand-name,
html[data-theme="light"] .catalog-brand-name {
    background-image: linear-gradient(105deg, #163c70 4%, #205eb5 38%, #077487 65%, #985200 96%);
    filter: none;
}

html[data-theme="light"] .brand-lockup::before,
html[data-theme="light"] .brand-lockup::after,
html[data-theme="light"] .catalog-brand-lockup::before,
html[data-theme="light"] .catalog-brand-lockup::after {
    background: linear-gradient(90deg, transparent, rgba(8, 116, 135, 0.58));
}

html[data-theme="light"] .nav-cluster a,
html[data-theme="light"] .catalog-cluster a,
html[data-theme="light"] .brand-subtitle,
html[data-theme="light"] .catalog-brand-subtitle {
    color: rgba(24, 33, 38, 0.72);
}

html[data-theme="light"] .nav-cluster a:hover,
html[data-theme="light"] .nav-cluster a:focus-visible,
html[data-theme="light"] .nav-cluster a.is-current,
html[data-theme="light"] .catalog-cluster a:hover,
html[data-theme="light"] .catalog-cluster a:focus-visible,
html[data-theme="light"] .catalog-cluster a.is-current {
    color: #132126;
    background: linear-gradient(180deg, rgba(8, 116, 135, 0.09), rgba(32, 94, 181, 0.045));
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.54), 0 7px 18px rgba(31, 45, 52, 0.07);
}

html[data-theme="light"] .brand-name,
html[data-theme="light"] .catalog-brand-name,
html[data-theme="light"] .hero-copy h1,
html[data-theme="light"] .gateway-copy h2,
html[data-theme="light"] .guide-heading h2,
html[data-theme="light"] .contact-identity h3,
html[data-theme="light"] .catalog-hero h1,
html[data-theme="light"] .route-panel h2,
html[data-theme="light"] .service-copy h2,
html[data-theme="light"] .robot-cta h2,
html[data-theme="light"] .route-card strong,
html[data-theme="light"] .capability-grid h3,
html[data-theme="light"] .catalog-contact-strip strong,
html[data-theme="light"] .career-hero h1,
html[data-theme="light"] .career-section-heading h2,
html[data-theme="light"] .career-role h3,
html[data-theme="light"] .career-role h4,
html[data-theme="light"] .contact-panel h1,
html[data-theme="light"] .contact-address-card h2,
html[data-theme="light"] .contact-route-grid strong,
html[data-theme="light"] .contact-detail-actions strong {
    color: #182126;
}

html[data-theme="light"] .gateway-section,
html[data-theme="light"] .guide-section,
html[data-theme="light"] .route-panel,
html[data-theme="light"] .service-section,
html[data-theme="light"] .robot-cta,
html[data-theme="light"] .career-board,
html[data-theme="light"] .career-application,
html[data-theme="light"] .contact-panel {
    border-color: rgba(34, 52, 61, 0.16);
    background: rgba(247, 246, 241, 0.72);
    box-shadow: 0 20px 60px rgba(31, 45, 52, 0.08);
}

/* Secondary technical visualizations stay dark; hero visuals follow the selected theme. */
html[data-theme="light"] .visual-window,
html[data-theme="light"] .catalog-visual,
html[data-theme="light"] .visual-panel {
    --text: #f4fffb;
    --muted: rgba(223, 242, 237, 0.72);
    --blue: #7dd3fc;
    --cyan: #5eead4;
    --amber: #f8c14f;
}

html[data-theme="light"] .hero-core {
    --text: #17242b;
    --muted: rgba(28, 41, 48, 0.72);
    --blue: #205eb5;
    --cyan: #077487;
    --amber: #a45a00;
    border-color: rgba(32, 94, 181, 0.22);
    background:
        linear-gradient(rgba(32, 94, 181, 0.075) 1px, transparent 1px),
        linear-gradient(90deg, rgba(8, 116, 135, 0.065) 1px, transparent 1px),
        radial-gradient(circle at 50% 46%, rgba(45, 212, 191, 0.15), transparent 270px),
        rgba(247, 249, 247, 0.94);
    background-size: 28px 28px, 28px 28px, auto, auto;
    box-shadow: 0 30px 80px rgba(31, 45, 52, 0.14), inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

html[data-theme="light"] .hero-core::before {
    border-color: rgba(32, 94, 181, 0.1);
}

html[data-theme="light"] .hero-core .core-hud {
    color: #077487;
    border-color: rgba(8, 116, 135, 0.3);
    background: rgba(255, 255, 255, 0.82);
    box-shadow: 0 10px 30px rgba(31, 45, 52, 0.1);
}

html[data-theme="light"] .hero-core .core-hud small {
    color: rgba(28, 41, 48, 0.68);
}

html[data-theme="light"] .hero-core .core-hud.is-hot {
    color: #8f4b00;
    border-color: rgba(164, 90, 0, 0.42);
    background: rgba(255, 248, 232, 0.92);
}

html[data-theme="light"] .matrix-board {
    --text: #17242b;
    --muted: rgba(28, 41, 48, 0.72);
    --blue: #205eb5;
    --cyan: #077487;
    --amber: #a45a00;
    border-color: rgba(32, 94, 181, 0.2);
    background:
        linear-gradient(rgba(32, 94, 181, 0.07) 1px, transparent 1px),
        linear-gradient(90deg, rgba(8, 116, 135, 0.06) 1px, transparent 1px),
        radial-gradient(circle at center, rgba(45, 212, 191, 0.14), rgba(247, 249, 247, 0.76) 64%, rgba(239, 243, 241, 0.96));
    background-size: 28px 28px, 28px 28px, auto;
    box-shadow: 0 28px 76px rgba(31, 45, 52, 0.13), inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

html[data-theme="light"] .matrix-board .node-frame {
    stroke: rgba(28, 41, 48, 0.2);
}

html[data-theme="light"] .matrix-board .node-link {
    stroke: rgba(8, 116, 135, 0.34);
}

html[data-theme="light"] .guide-card,
html[data-theme="light"] .contact-link,
html[data-theme="light"] .route-card,
html[data-theme="light"] .capability-grid article,
html[data-theme="light"] .catalog-contact-strip,
html[data-theme="light"] .career-role,
html[data-theme="light"] .role-detail-grid div,
html[data-theme="light"] .contact-address-card,
html[data-theme="light"] .contact-form,
html[data-theme="light"] .contact-route-grid a,
html[data-theme="light"] .contact-detail-actions a {
    background: rgba(235, 236, 231, 0.68);
    border-color: rgba(34, 52, 61, 0.14);
}

html[data-theme="light"] .gateway-copy p:not(.section-kicker),
html[data-theme="light"] .guide-heading p:not(.section-kicker),
html[data-theme="light"] .guide-card small,
html[data-theme="light"] .contact-identity address,
html[data-theme="light"] .site-footer,
html[data-theme="light"] .catalog-footer,
html[data-theme="light"] .role-topline strong,
html[data-theme="light"] .metric-grid small {
    color: rgba(28, 41, 48, 0.72);
}

html[data-theme="light"] .guide-card strong,
html[data-theme="light"] .contact-link strong,
html[data-theme="light"] .solution-card h3,
html[data-theme="light"] .hero-readout h2,
html[data-theme="light"] .metric-grid span {
    color: #182126;
}

html[data-theme="light"] .guide-card span,
html[data-theme="light"] .contact-link span,
html[data-theme="light"] .section-kicker,
html[data-theme="light"] .catalog-eyebrow,
html[data-theme="light"] .contact-eyebrow,
html[data-theme="light"] .contact-form span,
html[data-theme="light"] .career-form span,
html[data-theme="light"] .site-footer span,
html[data-theme="light"] .catalog-footer span,
html[data-theme="light"] .footer-tagline {
    color: var(--guide-color, var(--cyan));
}

html[data-theme="light"] .hero-readout,
html[data-theme="light"] .metric-grid strong,
html[data-theme="light"] .solution-card {
    border-color: rgba(34, 52, 61, 0.16);
    background: rgba(247, 246, 241, 0.74);
}

html[data-theme="light"] .solution-card:hover,
html[data-theme="light"] .solution-card:focus-visible,
html[data-theme="light"] .solution-card.is-active,
html[data-theme="light"] .route-card:hover {
    background: color-mix(in srgb, var(--card-accent, var(--route-color)) 8%, #f7f6f1);
}

html[data-theme="light"] .solution-card a,
html[data-theme="light"] .contact-links a {
    background: rgba(247, 246, 241, 0.9);
}

html[data-theme="light"] .solution-card a:hover,
html[data-theme="light"] .solution-card a:focus-visible,
html[data-theme="light"] .contact-links a:hover,
html[data-theme="light"] .contact-links a:focus-visible {
    background: rgba(228, 232, 229, 0.96);
}

html[data-theme="light"] .catalog-page,
html[data-theme="light"] .home-page,
html[data-theme="light"] .contact-page,
html[data-theme="light"] .page-header-shell {
    background:
        linear-gradient(rgba(32, 94, 181, 0.05) 1px, transparent 1px),
        linear-gradient(90deg, rgba(8, 127, 145, 0.04) 1px, transparent 1px),
        radial-gradient(circle at 50% 0%, rgba(8, 127, 145, 0.1), transparent 380px),
        linear-gradient(145deg, #f5f3ed, #e8edef);
    background-size: 32px 32px, 32px 32px, auto, auto;
}

html[data-theme="light"] .contact-form input,
html[data-theme="light"] .contact-form select,
html[data-theme="light"] .contact-form textarea,
html[data-theme="light"] .career-form input,
html[data-theme="light"] .career-form select,
html[data-theme="light"] .career-form textarea {
    color: #182126;
    background: rgba(250, 249, 245, 0.9);
    border-color: rgba(34, 52, 61, 0.2);
}

html[data-theme="light"] .career-apply-button,
html[data-theme="light"] .contact-form button,
html[data-theme="light"] .career-form button,
html[data-theme="light"] .catalog-cta-button {
    color: #47300d;
}

html[data-theme="light"] .career-apply-button {
    color: #182126;
}

html[data-theme="light"] .catalog-cta-secondary {
    color: #075d6b;
}

html[data-theme="light"] .catalog-footer,
html[data-theme="light"] .site-footer {
    color: rgba(24, 33, 38, 0.62);
    border-color: rgba(34, 52, 61, 0.16);
}

html[data-theme="light"] .theme-toggle {
    border-color: rgba(15, 23, 42, 0.82);
    background: rgba(15, 23, 42, 0.96);
    color: #f8fafc;
    box-shadow: 0 12px 32px rgba(15, 23, 42, 0.24);
}

html[data-theme="light"] .theme-toggle-symbol {
    color: #f8fafc;
}

@media (max-width: 1120px) {
    .brand-lockup,
    .catalog-brand-lockup {
        min-width: 256px;
        padding-inline: 26px;
    }

    .brand-name,
    .catalog-brand-name {
        font-size: 1.34rem;
    }
}

@media (max-width: 900px) {
    .site-nav {
        border-radius: 14px;
    }

    .brand-lockup {
        width: 100%;
        min-width: 0;
        padding: 7px 28px 10px;
        border: 0;
        border-bottom: 1px solid rgba(125, 211, 252, 0.16);
        border-radius: 8px;
        background: transparent;
        box-shadow: none;
    }
}

@media (max-width: 820px) {
    .catalog-nav {
        border-radius: 14px;
    }

    .catalog-brand-lockup {
        width: 100%;
        min-width: 0;
        padding: 7px 28px 10px;
        border: 0;
        border-bottom: 1px solid rgba(125, 211, 252, 0.16);
        border-radius: 8px;
        background: transparent;
        box-shadow: none;
    }
}

@media (max-width: 680px) {
    .site-nav,
    .catalog-nav {
        border-radius: 12px;
    }

    .site-nav::after,
    .catalog-nav::after {
        right: 10px;
        left: 10px;
    }

    .brand-name,
    .catalog-brand-name {
        font-size: 1.16rem;
        letter-spacing: 0.11em;
        text-indent: 0.11em;
    }

    .brand-primary {
        gap: 7px;
    }

    .brand-mark {
        width: 34px;
        height: 28px;
    }

    .brand-subtitle,
    .catalog-brand-subtitle {
        font-size: 0.52rem;
        letter-spacing: 0.065em;
    }

    .nav-cluster a,
    .catalog-cluster a {
        gap: 3px;
        letter-spacing: 0.018em;
    }

    .theme-toggle {
        right: 12px;
        bottom: 12px;
        width: 44px;
        height: 44px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .theme-toggle {
        transition: none;
    }
}
