/* ═══════════════════════════════════════════════
   Fırat Üniversitesi — Dijital Almanak Teması
   Kurumsal · Soft · Canlı
   ═══════════════════════════════════════════════ */

:root {
    --fu-red: #9e2a3a;
    --fu-red-soft: #c44d5e;
    --fu-red-light: #fdf0f2;
    --fu-red-glow: rgba(158, 42, 58, 0.12);
    --fu-navy: #1e2d3d;
    --fu-text: #2d3748;
    --fu-muted: #6b7c8f;
    --fu-border: #e8e2e0;
    --fu-bg: #faf8f6;
    --fu-white: #ffffff;
    --fu-gold: #b8952e;
    --fu-radius: 14px;
    --fu-shadow: 0 4px 20px rgba(30, 45, 61, 0.06);
    --fu-shadow-lg: 0 16px 48px rgba(30, 45, 61, 0.1);
    --fu-font: 'DM Sans', -apple-system, BlinkMacSystemFont, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }

html {
    scroll-behavior: smooth;
}

.fu-body {
    margin: 0;
    font-family: var(--fu-font);
    color: var(--fu-text);
    background: var(--fu-bg);
    -webkit-font-smoothing: antialiased;
    line-height: 1.6;
}

.fu-body .inner {
    background: transparent;
    min-height: 100vh;
}

a { color: inherit; }

/* Hide legacy header from old CSS */
.fu-body .header:not(.fu-header),
.fu-body .abstract1, .fu-body .abstract2, .fu-body .abstract3 {
    display: none !important;
}

/* ── Header (banner) ── */
.fu-header-banner {
    position: relative;
    background: linear-gradient(105deg, #f4f6f8 0%, #f1f3f5 55%, #eef0f2 100%);
    border-bottom: none;
    overflow: visible;
    min-height: 100px;
}

.fu-header-banner-bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
    overflow: hidden;
}

.fu-header-blob {
    position: absolute;
    border-radius: 50%;
    filter: blur(42px);
    animation: fu-blob-float 14s ease-in-out infinite;
}

.fu-header-blob-navy {
    width: 220px;
    height: 220px;
    background: rgba(30, 45, 61, 0.1);
    top: -55%;
    left: 6%;
}

.fu-header-blob-red {
    width: 180px;
    height: 180px;
    background: rgba(30, 45, 61, 0.05);
    top: -30%;
    right: 22%;
    animation-delay: -4s;
}

.fu-header-blob-cream {
    width: 180px;
    height: 180px;
    background: rgba(250, 248, 246, 0.9);
    bottom: -50%;
    left: 42%;
    animation-delay: -7s;
}

@keyframes fu-blob-float {
    0%, 100% { transform: translate(0, 0) scale(1); }
    50% { transform: translate(12px, -8px) scale(1.05); }
}

.fu-header-canvas {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    opacity: 0.42;
}

.fu-header-deco {
    position: absolute;
    left: 34%;
    top: 50%;
    width: 240px;
    height: 80px;
    transform: translateY(-50%);
    pointer-events: none;
}

.fu-deco-ring {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 4px 14px rgba(30, 45, 61, 0.08);
    animation: fu-deco-float 5s ease-in-out infinite;
}

.fu-deco-ring i {
    font-size: 13px;
}

.fu-deco-ring-1 {
    width: 38px;
    height: 38px;
    left: 18%;
    top: 8px;
    color: var(--fu-navy);
    animation-delay: 0s;
}

.fu-deco-ring-2 {
    width: 32px;
    height: 32px;
    left: 34%;
    top: 28px;
    color: var(--fu-red);
    animation-delay: -1s;
}

.fu-deco-ring-3 {
    width: 44px;
    height: 44px;
    left: 48%;
    top: 4px;
    color: var(--fu-red-soft);
    animation-delay: -2s;
    z-index: 1;
}

.fu-deco-ring-4 {
    width: 30px;
    height: 30px;
    left: 62%;
    top: 30px;
    color: var(--fu-navy);
    animation-delay: -0.5s;
}

.fu-deco-ring-5 {
    width: 36px;
    height: 36px;
    left: 76%;
    top: 12px;
    color: var(--fu-red);
    animation-delay: -1.5s;
}

@keyframes fu-deco-float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-5px); }
}

.fu-deco-mark {
    position: absolute;
    pointer-events: none;
}

.fu-deco-plus {
    font-size: 14px;
    font-weight: 300;
    color: rgba(158, 42, 58, 0.45);
    left: 8%;
    top: 52px;
    animation: fu-deco-float 4s ease-in-out infinite;
}

.fu-deco-plus-2 {
    left: 72%;
    top: 48px;
    color: rgba(30, 45, 61, 0.35);
    animation-delay: -2s;
}

.fu-deco-dot-group {
    display: flex;
    gap: 4px;
    left: 26%;
    top: 2px;
}

.fu-deco-dot-group i {
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: rgba(30, 45, 61, 0.25);
}

.fu-deco-wave {
    width: 28px;
    height: 8px;
    left: 58%;
    top: 2px;
    border-top: 2px solid rgba(158, 42, 58, 0.3);
    border-radius: 50%;
    transform: rotate(-12deg);
}

.fu-deco-tri {
    width: 0;
    height: 0;
    left: 54%;
    top: 58px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 8px solid rgba(30, 45, 61, 0.2);
}

.fu-deco-line {
    width: 22px;
    height: 2px;
    left: 40%;
    top: 62px;
    background: linear-gradient(90deg, transparent, rgba(158, 42, 58, 0.35), transparent);
    transform: rotate(-20deg);
}

.fu-header-banner-inner {
    position: relative;
    z-index: 2;
    max-width: 1280px;
    margin: 0 auto;
    padding: 20px 32px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.fu-brand-banner {
    display: flex;
    align-items: center;
    gap: 14px;
    text-decoration: none;
    flex-shrink: 0;
}

.fu-brand-banner img {
    height: 54px;
    width: auto;
}

.fu-brand-divider {
    width: 1px;
    height: 44px;
    background: rgba(30, 45, 61, 0.18);
}

.fu-brand-banner-text {
    display: flex;
    flex-direction: column;
    line-height: 1.05;
    gap: 2px;
}

.fu-brand-uni {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--fu-muted);
}

.fu-brand-title {
    display: flex;
    align-items: baseline;
    gap: 7px;
}

.fu-brand-banner-text strong {
    font-size: 22px;
    font-weight: 700;
    color: var(--fu-navy);
    letter-spacing: 0.01em;
}

.fu-brand-banner-text .fu-brand-title span {
    font-size: 22px;
    font-weight: 700;
    color: var(--fu-red);
    letter-spacing: 0.04em;
}

.fu-header-right {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-left: auto;
}

.fu-nav-banner {
    display: flex;
    align-items: center;
    gap: 4px;
}

.fu-nav-banner a {
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    color: var(--fu-navy);
    padding: 8px 14px;
    border-radius: 8px;
    transition: color 0.2s, background 0.2s;
}

.fu-nav-banner a:hover,
.fu-nav-banner a.is-active {
    color: var(--fu-red);
    background: rgba(158, 42, 58, 0.08);
}

.fu-search-banner .search-wrapper {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 20;
    background: #fff;
    border: 1px solid rgba(30, 45, 61, 0.08);
    border-radius: 999px;
    padding: 4px 6px 4px 16px;
    min-width: 200px;
    box-shadow: 0 2px 12px rgba(30, 45, 61, 0.06);
}

.fu-search-banner input {
    border: none;
    background: transparent;
    font-family: var(--fu-font);
    font-size: 14px;
    width: 130px;
    outline: none;
    color: var(--fu-text);
}

.fu-search-banner button {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: none;
    background: var(--fu-navy);
    color: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fu-search-banner {
    position: relative;
    z-index: 20;
}

.fu-menu-toggle-banner {
    display: none;
    background: rgba(30, 45, 61, 0.06);
    border: 1px solid rgba(30, 45, 61, 0.1);
}

.fu-menu-toggle-banner span,
.fu-menu-toggle-banner span::before,
.fu-menu-toggle-banner span::after {
    background: var(--fu-navy);
}

.fu-mobile-menu-banner {
    background: #fff;
    border-top: 1px solid var(--fu-border);
}

.fu-mobile-menu-banner a {
    color: var(--fu-navy) !important;
}

.fu-body:has(.fu-home-stage) {
    background-color: #eef0f2;
    background-image:
        linear-gradient(30deg, #e7eaed 12%, transparent 12.5%, transparent 87%, #e7eaed 87.5%, #e7eaed),
        linear-gradient(150deg, #e7eaed 12%, transparent 12.5%, transparent 87%, #e7eaed 87.5%, #e7eaed),
        linear-gradient(30deg, #e9ecef 12%, transparent 12.5%, transparent 87%, #e9ecef 87.5%, #e9ecef),
        linear-gradient(150deg, #e9ecef 12%, transparent 12.5%, transparent 87%, #e9ecef 87.5%, #e9ecef),
        linear-gradient(60deg, #e8ebee 25%, transparent 25.5%, transparent 75%, #e8ebee 75%, #e8ebee),
        linear-gradient(60deg, #e8ebee 25%, transparent 25.5%, transparent 75%, #e8ebee 75%, #e8ebee);
    background-size: 52px 90px;
    background-position: 0 0, 0 0, 26px 45px, 26px 45px, 0 0, 26px 45px;
}

.fu-body:has(.fu-home-stage) .fu-footer {
    margin-top: 0;
}

.fu-body .inner:has(.fu-home-stage) {
    display: flex;
    flex-direction: column;
    min-height: calc(100vh - 260px);
}

/* ── Home stage (animated bg + counter) ── */
.fu-home-stage {
    position: relative;
    overflow: hidden;
    flex: 1;
    display: flex;
    flex-direction: column;
    min-height: calc(100vh - 100px);
}

.fu-home-stage-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    background: #eef0f2;
}

.fu-home-diamond-grid {
    position: absolute;
    inset: 0;
    background-color: #eef0f2;
    background-image:
        linear-gradient(30deg, #e7eaed 12%, transparent 12.5%, transparent 87%, #e7eaed 87.5%, #e7eaed),
        linear-gradient(150deg, #e7eaed 12%, transparent 12.5%, transparent 87%, #e7eaed 87.5%, #e7eaed),
        linear-gradient(30deg, #e9ecef 12%, transparent 12.5%, transparent 87%, #e9ecef 87.5%, #e9ecef),
        linear-gradient(150deg, #e9ecef 12%, transparent 12.5%, transparent 87%, #e9ecef 87.5%, #e9ecef),
        linear-gradient(60deg, #e8ebee 25%, transparent 25.5%, transparent 75%, #e8ebee 75%, #e8ebee),
        linear-gradient(60deg, #e8ebee 25%, transparent 25.5%, transparent 75%, #e8ebee 75%, #e8ebee);
    background-size: 52px 90px;
    background-position: 0 0, 0 0, 26px 45px, 26px 45px, 0 0, 26px 45px;
    opacity: 0.55;
}

/* ── Home splash intro ── */
.fu-home-splash {
    position: absolute;
    inset: 0;
    z-index: 30;
    display: flex;
    align-items: center;
    justify-content: center;
    background:
        radial-gradient(ellipse 70% 55% at 50% 40%, rgba(158, 42, 58, 0.14) 0%, transparent 62%),
        linear-gradient(165deg, #1e2d3d 0%, #243648 48%, #1a2836 100%);
    transition: opacity 0.65s ease, visibility 0.65s ease;
}

.fu-home-splash-glow {
    position: absolute;
    width: min(520px, 70vw);
    height: min(520px, 70vw);
    border-radius: 50%;
    background: radial-gradient(circle, rgba(158, 42, 58, 0.22) 0%, transparent 68%);
    filter: blur(8px);
    animation: fu-splash-pulse 2.4s ease-in-out infinite;
}

@keyframes fu-splash-pulse {
    0%, 100% { transform: scale(0.92); opacity: 0.7; }
    50% { transform: scale(1.05); opacity: 1; }
}

.fu-home-splash-inner {
    position: relative;
    z-index: 1;
    text-align: center;
    padding: 24px;
    animation: fu-splash-rise 0.9s cubic-bezier(0.22, 1, 0.36, 1) both;
}

@keyframes fu-splash-rise {
    from {
        opacity: 0;
        transform: translateY(28px) scale(0.96);
    }
    to {
        opacity: 1;
        transform: none;
    }
}

.fu-home-splash-logo {
    width: 88px;
    height: auto;
    margin: 0 auto 18px;
    display: block;
    filter: drop-shadow(0 8px 24px rgba(0, 0, 0, 0.25));
}

.fu-home-splash-uni {
    margin: 0 0 8px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.62);
}

.fu-home-splash-title {
    margin: 0 0 22px;
    font-size: clamp(34px, 5vw, 52px);
    font-weight: 400;
    letter-spacing: -0.03em;
    color: #fff;
    line-height: 1.05;
}

.fu-home-splash-title strong {
    font-weight: 700;
    color: #f5c4cb;
}

.fu-home-splash-stats {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    padding: 10px 18px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    font-size: 13px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.88);
}

.fu-home-splash-stat strong {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
}

.fu-home-splash-stat-sep {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: var(--fu-red);
}

.fu-home-stage.is-ready .fu-home-splash {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.fu-home-reveal > * {
    opacity: 0;
    transform: translateY(22px);
    transition: opacity 0.75s ease, transform 0.75s cubic-bezier(0.22, 1, 0.36, 1);
}

.fu-home-stage.is-ready .fu-home-reveal > *:nth-child(1) {
    opacity: 1;
    transform: none;
    transition-delay: 0.08s;
}

.fu-home-stage.is-ready .fu-home-reveal > *:nth-child(2) {
    opacity: 1;
    transform: none;
    transition-delay: 0.2s;
}

.fu-home-stage.is-ready .fu-home-reveal > *:nth-child(3) {
    opacity: 1;
    transform: none;
    transition-delay: 0.32s;
}

.fu-home-stats-bar {
    position: relative;
    z-index: 2;
    max-width: min(1520px, 96vw);
    margin: 0 auto;
    padding: 6px 20px 10px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 12px 16px;
    font-size: 13px;
    font-weight: 600;
    color: var(--fu-muted);
}

.fu-home-stats-item strong {
    font-size: 17px;
    font-weight: 700;
    color: var(--fu-red);
}

.fu-home-stats-sep {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: var(--fu-border);
}

.fu-home-stats-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 14px;
    border-radius: 999px;
    background: var(--fu-red-light);
    color: var(--fu-red);
    text-decoration: none;
    font-size: 12px;
    font-weight: 700;
    transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.fu-home-stats-link:hover {
    background: var(--fu-red);
    color: #fff;
    transform: translateY(-1px);
}

.fu-home-stats-link i {
    font-size: 10px;
    transition: transform 0.2s ease;
}

.fu-home-stats-link:hover i {
    transform: translateX(3px);
}

/* ── Home hero (square video + copy) ── */
.fu-home-hero {
    position: relative;
    z-index: 2;
    max-width: 1180px;
    margin: 0 auto;
    padding: 24px 28px 18px;
    width: 100%;
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    gap: 36px 52px;
    align-items: center;
    justify-content: center;
}

.fu-home-hero-media {
    width: 100%;
    max-width: 580px;
    justify-self: end;
}

.fu-home-hero-video {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    border-radius: 20px;
    overflow: hidden;
    background: var(--fu-navy);
    border: none;
    box-shadow: 0 20px 48px rgba(30, 45, 61, 0.12);
}

.fu-home-hero-video video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    background: transparent;
}

.fu-home-hero-video .fu-home-intro-unmute {
    top: 14px;
    right: 14px;
}

.fu-home-hero-copy {
    padding: 10px 0;
    max-width: 460px;
    justify-self: start;
}

.fu-home-hero-uni {
    margin: 0 0 8px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--fu-muted);
}

.fu-home-hero-title {
    margin: 0 0 14px;
    font-size: clamp(36px, 4.8vw, 56px);
    font-weight: 700;
    letter-spacing: -0.03em;
    line-height: 1.05;
    color: var(--fu-navy);
}

.fu-home-hero-desc {
    margin: 0 0 18px;
    font-size: 15px;
    line-height: 1.6;
    color: var(--fu-muted);
}

.fu-home-hero-stat-text {
    margin: 0 0 22px;
    font-size: 18px;
    font-weight: 600;
    color: var(--fu-navy);
    line-height: 1.35;
}

.fu-home-hero-stat-text strong {
    font-size: 26px;
    font-weight: 700;
    color: var(--fu-red);
}

.fu-home-hero-cta {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 14px 24px;
    border-radius: 999px;
    background: var(--fu-navy);
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    box-shadow: 0 14px 32px rgba(30, 45, 61, 0.2);
    transition: background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.fu-home-hero-cta:hover {
    background: var(--fu-red);
    transform: translateY(-2px);
    box-shadow: 0 18px 36px rgba(158, 42, 58, 0.28);
}

.fu-home-hero-cta i {
    font-size: 12px;
    transition: transform 0.2s ease;
}

.fu-home-hero-cta:hover i {
    transform: translateY(3px);
}

.fu-home-projects {
    position: relative;
    z-index: 2;
    scroll-margin-top: 110px;
    padding: 20px 32px 56px;
}

.fu-home-projects-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 16px;
    margin-bottom: 26px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(15, 23, 42, 0.08);
}

.fu-home-projects-bar-title {
    display: flex;
    align-items: center;
    gap: 14px;
    min-width: 0;
}

.fu-home-projects-bar-accent {
    width: 4px;
    align-self: stretch;
    min-height: 40px;
    border-radius: 999px;
    background: linear-gradient(180deg, #8b1538 0%, #c0355c 100%);
    flex-shrink: 0;
}

.fu-home-projects-bar-heading {
    display: flex;
    flex-direction: column;
    gap: 2px;
    min-width: 0;
}

.fu-home-projects-bar-eyebrow {
    font-size: 0.6875rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #b0748a;
}

.fu-home-projects-bar-title h2 {
    margin: 0;
    font-size: clamp(1.35rem, 2.1vw, 1.75rem);
    font-weight: 700;
    color: #1f2937;
    line-height: 1.15;
    letter-spacing: -0.01em;
}

.fu-home-projects-bar-count {
    display: inline-flex;
    align-items: center;
    align-self: center;
    padding: 5px 12px;
    border-radius: 999px;
    background: rgba(139, 21, 56, 0.08);
    color: #8b1538;
    font-size: 0.8125rem;
    font-weight: 600;
    white-space: nowrap;
}

.fu-home-category-filter {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 24px;
}

.fu-home-category-dropdown {
    position: relative;
    z-index: 20;
    flex-shrink: 0;
}

.fu-home-category-dropdown-toggle {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 15px;
    border: 1px solid rgba(139, 21, 56, 0.2);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.92);
    color: #6b1228;
    font: inherit;
    font-size: 0.875rem;
    font-weight: 600;
    cursor: pointer;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.fu-home-category-dropdown-value {
    max-width: 220px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.fu-home-category-dropdown-toggle:hover,
.fu-home-category-dropdown.is-open .fu-home-category-dropdown-toggle {
    border-color: rgba(139, 21, 56, 0.42);
    background: #fff;
    box-shadow: 0 8px 22px rgba(139, 21, 56, 0.1);
}

.fu-home-category-dropdown-caret {
    font-size: 0.72rem;
    transition: transform 0.2s ease;
}

.fu-home-category-dropdown.is-open .fu-home-category-dropdown-caret {
    transform: rotate(180deg);
}

.fu-home-category-dropdown-menu {
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    min-width: min(260px, calc(100vw - 40px));
    padding: 8px;
    border: 1px solid rgba(139, 21, 56, 0.14);
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.14);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-6px);
    pointer-events: none;
    transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s ease;
}

.fu-home-category-dropdown.is-open .fu-home-category-dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
}

.fu-home-category-dropdown-item {
    display: block;
    padding: 10px 12px;
    border-radius: 10px;
    color: #374151;
    font-size: 0.875rem;
    font-weight: 500;
    text-decoration: none;
    transition: background 0.15s ease, color 0.15s ease;
}

.fu-home-category-dropdown-item:hover {
    background: rgba(139, 21, 56, 0.06);
    color: #8b1538;
}

.fu-home-category-dropdown-item.is-active {
    background: #8b1538;
    color: #fff;
    font-weight: 600;
}

.fu-home-category-group {
    position: relative;
}

.fu-home-category-parent {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.fu-home-category-group-caret {
    font-size: 0.68rem;
    opacity: 0.6;
    transition: transform 0.18s ease;
}

.fu-home-category-group.is-active-branch > .fu-home-category-parent {
    background: rgba(139, 21, 56, 0.06);
    color: #8b1538;
}

.fu-home-category-submenu {
    position: absolute;
    top: -8px;
    right: calc(100% + 8px);
    min-width: 240px;
    max-height: 320px;
    overflow-y: auto;
    padding: 8px;
    border: 1px solid rgba(139, 21, 56, 0.14);
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.16);
    opacity: 0;
    visibility: hidden;
    transform: translateX(6px);
    pointer-events: none;
    transition: opacity 0.16s ease, transform 0.16s ease, visibility 0.16s ease;
}

.fu-home-category-group.has-children:hover > .fu-home-category-submenu,
.fu-home-category-group.has-children:focus-within > .fu-home-category-submenu {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
    pointer-events: auto;
}

.fu-home-category-group.has-children:hover > .fu-home-category-parent .fu-home-category-group-caret {
    transform: translateX(-2px);
    opacity: 1;
}

@media (max-width: 640px) {
    .fu-home-category-submenu {
        position: static;
        opacity: 1;
        visibility: visible;
        transform: none;
        pointer-events: auto;
        box-shadow: none;
        border: 0;
        border-left: 2px solid rgba(139, 21, 56, 0.15);
        border-radius: 0;
        margin: 4px 0 4px 12px;
        padding: 4px 0 4px 8px;
        max-height: none;
    }

    .fu-home-category-group-caret {
        transform: rotate(90deg);
    }
}

.fu-home-category-filter-label {
    font-size: 0.875rem;
    font-weight: 600;
    color: #4b5563;
    flex-shrink: 0;
}

.fu-home-category-filter-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.fu-home-category-chip {
    display: inline-flex;
    align-items: center;
    padding: 8px 14px;
    border-radius: 999px;
    border: 1px solid rgba(139, 21, 56, 0.18);
    background: rgba(255, 255, 255, 0.82);
    color: #6b1228;
    font-size: 0.8125rem;
    font-weight: 600;
    text-decoration: none;
    transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.fu-home-category-chip:hover {
    border-color: rgba(139, 21, 56, 0.35);
    background: #fff;
    color: #8b1538;
}

.fu-home-category-chip.is-active {
    background: #8b1538;
    border-color: #8b1538;
    color: #fff;
    box-shadow: 0 8px 20px rgba(139, 21, 56, 0.22);
}

.fu-home-projects-inner {
    max-width: 1280px;
    margin: 0 auto;
}

.fu-home-projects .fu-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    align-items: stretch;
}

.fu-home-projects .fu-card-media-link,
.fu-home-projects .fu-card-primary-link {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    line-height: 0;
    text-decoration: none;
    color: inherit;
}

.fu-home-projects .fu-card-primary-link .fu-card-body {
    line-height: normal;
}

.fu-home-projects .fu-card-img {
    aspect-ratio: 16 / 9 !important;
    height: auto;
    flex-shrink: 0;
    background: #eef2f6;
    overflow: hidden;
    position: relative;
    margin: 0;
    padding: 0;
}

.fu-home-projects .fu-card-img-main {
    position: absolute !important;
    inset: 0;
    width: 100% !important;
    height: 100% !important;
    object-fit: fill !important;
    object-position: center center !important;
    display: block;
}

.fu-home-projects .fu-card {
    border-radius: 12px;
    height: 100%;
}

.fu-home-projects .fu-card-body {
    padding: 14px 16px 10px;
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    gap: 0;
}

.fu-home-projects .fu-card-body h3 {
    font-size: 14px;
    min-height: 2.7em;
    margin: 0 0 10px;
}

.fu-home-projects .fu-card-action {
    min-height: 33px;
    display: flex;
    align-items: flex-start;
    margin-bottom: 10px;
}

.fu-home-projects .fu-card-live-btn {
    font-size: 11px;
    padding: 7px 12px;
    margin: 0;
}

.fu-home-projects .fu-card-meta {
    margin-top: auto;
    padding-top: 2px;
}

.fu-home-projects .fu-card-link {
    padding: 10px 16px;
    font-size: 12px;
}

/* ── Home intro video (legacy) ── */
.fu-home-intro {
    position: relative;
    z-index: 2;
    max-width: min(1520px, 96vw);
    margin: 0 auto;
    padding: 10px 20px 14px;
    width: 100%;
    flex-shrink: 0;
}

.fu-home-intro-video {
    position: relative;
    border-radius: 22px;
    overflow: hidden;
    width: 100%;
    aspect-ratio: 16 / 9;
    max-height: min(58vh, 680px);
    margin: 0 auto;
    background: #0f1822;
    box-shadow: 0 28px 70px rgba(30, 45, 61, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.55);
}

.fu-home-intro-video video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
    object-fit: contain;
    object-position: center center;
    display: block;
    background: #0f1822;
}

.fu-home-intro-overlay {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(
        180deg,
        rgba(30, 45, 61, 0.12) 0%,
        rgba(30, 45, 61, 0) 36%,
        rgba(30, 45, 61, 0.34) 100%
    );
}

.fu-home-intro-caption {
    position: absolute;
    left: 28px;
    right: 28px;
    bottom: 24px;
    z-index: 2;
    pointer-events: none;
    color: #fff;
}

.fu-home-intro-eyebrow {
    display: inline-block;
    margin-bottom: 8px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.82);
}

.fu-home-intro-caption h1 {
    margin: 0 0 6px;
    font-size: clamp(28px, 4vw, 42px);
    font-weight: 700;
    letter-spacing: -0.03em;
    line-height: 1.05;
}

.fu-home-intro-caption p {
    margin: 0;
    max-width: 520px;
    font-size: 14px;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.88);
}

.fu-home-intro-unmute {
    position: absolute;
    top: 18px;
    right: 18px;
    z-index: 3;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 14px;
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 999px;
    background: rgba(30, 45, 61, 0.55);
    backdrop-filter: blur(8px);
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s ease, border-color 0.2s ease;
}

.fu-home-intro-unmute:hover,
.fu-home-intro-unmute.is-active {
    background: rgba(158, 42, 58, 0.82);
    border-color: rgba(255, 255, 255, 0.35);
}

.fu-home-gateway-wrap {
    position: relative;
    z-index: 2;
    max-width: 1280px;
    margin: 0 auto;
    padding: 8px 32px 40px;
    width: 100%;
}

.fu-projects-gateway {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto auto;
    align-items: center;
    gap: 24px;
    padding: 26px 30px;
    border-radius: 20px;
    text-decoration: none;
    color: #fff;
    background:
        linear-gradient(135deg, rgba(158, 42, 58, 0.18) 0%, transparent 42%),
        linear-gradient(135deg, var(--fu-navy) 0%, #243648 100%);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 22px 50px rgba(30, 45, 61, 0.22);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.fu-projects-gateway:hover {
    transform: translateY(-4px);
    box-shadow: 0 28px 60px rgba(30, 45, 61, 0.28);
}

.fu-reveal-gateway {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity 0.7s ease, transform 0.7s ease;
}

.fu-reveal-gateway.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.fu-projects-gateway-eyebrow {
    display: inline-block;
    margin-bottom: 6px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.62);
}

.fu-projects-gateway-copy h2 {
    margin: 0 0 6px;
    font-size: clamp(24px, 3vw, 32px);
    font-weight: 700;
    letter-spacing: -0.02em;
}

.fu-projects-gateway-copy p {
    margin: 0;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.78);
}

.fu-projects-gateway-action {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 18px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.14);
    font-size: 13px;
    font-weight: 700;
    white-space: nowrap;
    transition: background 0.2s ease, transform 0.2s ease;
}

.fu-projects-gateway:hover .fu-projects-gateway-action {
    background: var(--fu-red);
    border-color: transparent;
}

.fu-projects-gateway:hover .fu-projects-gateway-action i {
    transform: translateX(4px);
}

.fu-projects-gateway-action i {
    transition: transform 0.2s ease;
}

.fu-counter-visual-light .fu-counter-core {
    color: #fff;
}

.fu-counter-visual-light .fu-counter-ring-1 {
    border-color: rgba(255, 255, 255, 0.22);
}

.fu-counter-visual-light .fu-counter-ring-2 {
    border-color: rgba(255, 255, 255, 0.16);
}

.fu-counter-visual-light .fu-counter-ring-3 {
    border-color: rgba(158, 42, 58, 0.75);
}

/* ── Projects grid page ── */
.fu-projects-page {
    max-width: 1400px;
    margin: 0 auto;
    padding: 20px 32px 64px;
}

.fu-projects-page-layout {
    display: grid;
    grid-template-columns: 96px minmax(0, 1fr);
    gap: 24px 32px;
    align-items: start;
}

.fu-projects-page-aside {
    position: sticky;
    top: 108px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
    padding-top: 6px;
}

.fu-projects-page-back {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid var(--fu-border);
    background: #fff;
    color: var(--fu-muted);
    text-decoration: none;
    box-shadow: var(--fu-shadow);
    transition: color 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.fu-projects-page-back:hover {
    color: var(--fu-red);
    border-color: rgba(158, 42, 58, 0.2);
    background: var(--fu-red-light);
}

.fu-counter-page {
    width: 88px;
    height: 88px;
}

.fu-counter-page .fu-counter-ring-2 { inset: 10px; }
.fu-counter-page .fu-counter-ring-3 { inset: 19px; }
.fu-counter-page .fu-counter-core {
    width: 38px;
    height: 38px;
}
.fu-counter-page .fu-counter-core strong {
    font-size: 19px;
}

.fu-projects-page .fu-projects.fu-projects-home {
    padding: 0;
    min-width: 0;
}

/* ── Home coverflow carousel ── */
.fu-coverflow-section {
    position: relative;
    z-index: 2;
    margin: 12px 0 0;
}

.fu-coverflow-band {
    background: rgba(255, 255, 255, 0.94);
    border-top: 1px solid rgba(30, 45, 61, 0.06);
    border-bottom: 1px solid rgba(30, 45, 61, 0.06);
    box-shadow: 0 8px 32px rgba(30, 45, 61, 0.04);
}

.fu-coverflow-band-inner {
    max-width: 1280px;
    margin: 0 auto;
    padding: 24px 28px 44px;
}

.fu-coverflow-rule {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    margin-bottom: 28px;
}

.fu-coverflow-rule-bottom {
    margin-bottom: 0;
    margin-top: 32px;
}

.fu-coverflow-rule-line {
    flex: 1;
    max-width: 420px;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(30, 45, 61, 0.16), transparent);
}

.fu-coverflow-rule-dot {
    flex-shrink: 0;
    width: 7px;
    height: 7px;
    margin: 0 14px;
    border-radius: 50%;
    background: var(--fu-red);
    box-shadow: 0 0 0 3px rgba(158, 42, 58, 0.12);
}

.fu-coverflow-head {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
}

.fu-coverflow-head h2 {
    margin: 0;
    font-size: clamp(14px, 1.7vw, 16px);
    font-weight: 600;
    letter-spacing: 0.04em;
    color: var(--fu-muted);
    text-align: center;
}

.fu-coverflow-shell {
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr) 44px;
    align-items: center;
    gap: 10px;
    width: 100%;
}

.fu-coverflow-stage {
    position: relative;
    height: min(48vh, 420px);
    min-height: 340px;
    perspective: 1400px;
    overflow: visible;
    --coverflow-step: 290px;
}

.fu-coverflow-track {
    position: relative;
    width: 100%;
    height: 100%;
    transform-style: preserve-3d;
}

.fu-coverflow-card {
    position: absolute;
    top: 50%;
    left: 50%;
    width: min(82vw, 300px);
    height: auto;
    margin: 0;
    text-decoration: none;
    color: inherit;
    background: transparent;
    border: none;
    overflow: visible;
    box-shadow: none;
    transform: translate(-50%, -50%)
        translateX(calc(var(--offset, 0) * var(--coverflow-step)))
        rotateY(calc(var(--offset, 0) * -30deg))
        scale(calc(1.22 - (var(--offset-abs, 0) * 0.12)));
    opacity: calc(1 - (var(--offset-abs, 0) * 0.2));
    z-index: calc(10 - var(--offset-abs, 0));
    transition: transform 0.48s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.48s ease;
    pointer-events: none;
    visibility: hidden;
    transform-style: preserve-3d;
}

.fu-coverflow-card.is-center {
    z-index: 12;
}

.fu-coverflow-card.is-visible {
    visibility: visible;
    pointer-events: auto;
}

.fu-coverflow-card-inner {
    position: relative;
    width: 100%;
    transform-style: preserve-3d;
    transform: rotateY(0deg);
    transition: transform 0.55s cubic-bezier(0.4, 0.2, 0.2, 1);
}

@media (hover: hover) and (pointer: fine) {
    .fu-coverflow-card.is-visible.is-flipped .fu-coverflow-card-inner {
        transform: rotateY(180deg);
    }
}

.fu-coverflow-card-face {
    overflow: hidden;
    background: #fff;
    border: 1px solid rgba(30, 45, 61, 0.1);
    border-radius: 12px;
    box-shadow: 0 10px 28px rgba(30, 45, 61, 0.08);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

.fu-coverflow-card-front {
    position: relative;
    display: flex;
    flex-direction: column;
    transform: rotateY(0deg);
}

.fu-coverflow-card-back {
    position: absolute;
    inset: 0;
    transform: rotateY(180deg);
}

.fu-coverflow-card.is-center .fu-coverflow-card-face {
    box-shadow: 0 22px 48px rgba(30, 45, 61, 0.16);
    border-color: rgba(158, 42, 58, 0.18);
}

.fu-coverflow-nav {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid rgba(30, 45, 61, 0.12);
    background: rgba(255, 255, 255, 0.9);
    color: var(--fu-navy);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s, color 0.2s, border-color 0.2s;
}

.fu-coverflow-nav:hover {
    background: var(--fu-navy);
    color: #fff;
    border-color: var(--fu-navy);
}

.fu-coverflow-card-back-media {
    position: relative;
    width: 100%;
    height: 100%;
    background: var(--fu-navy);
}

.fu-coverflow-card-back-media > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.fu-coverflow-back-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 12px 14px 14px;
    background: linear-gradient(
        180deg,
        rgba(30, 45, 61, 0.08) 0%,
        rgba(30, 45, 61, 0.55) 42%,
        rgba(30, 45, 61, 0.92) 100%
    );
}

.fu-coverflow-featured-badge {
    align-self: flex-start;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 8px;
    padding: 4px 10px;
    border-radius: 6px;
    background: rgba(158, 42, 58, 0.92);
    color: #fff;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.fu-coverflow-featured-badge i {
    font-size: 11px;
    color: #ffd76a;
}

.fu-coverflow-back-overlay h3 {
    margin: 0 0 6px;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    line-height: 1.3;
}

.fu-coverflow-back-overlay p {
    margin: 0;
    font-size: 11px;
    line-height: 1.45;
    color: rgba(255, 255, 255, 0.88);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.fu-coverflow-back-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 8px;
}

.fu-coverflow-back-tag {
    font-size: 10px;
    font-weight: 600;
    padding: 3px 8px;
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.16);
    color: rgba(255, 255, 255, 0.92);
}

.fu-coverflow-back-overlay .fu-coverflow-date {
    font-size: 10px;
    font-weight: 600;
    color: #f5c4cb;
}

.fu-coverflow-back-cta {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-top: 8px;
    font-size: 11px;
    font-weight: 700;
    color: #fff;
}

.fu-coverflow-card-front-cap {
    flex-shrink: 0;
    padding: 12px 14px 14px;
    background: #fff;
    border-top: 1px solid var(--fu-border);
}

.fu-coverflow-card-front-cap h3 {
    margin: 0 0 4px;
    font-size: 14px;
    font-weight: 700;
    color: var(--fu-navy);
    line-height: 1.3;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.fu-coverflow-front-date {
    display: block;
    font-size: 11px;
    font-weight: 600;
    color: var(--fu-red);
    line-height: 1.2;
}

.fu-coverflow-card-media {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    flex: none;
    background: #1e2d3d;
    overflow: hidden;
}

.fu-coverflow-card-media .fu-coverflow-media-bg,
.fu-coverflow-card-media .fu-coverflow-media-main {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    display: block;
}

.fu-coverflow-card-media .fu-coverflow-media-bg {
    object-fit: cover;
    object-position: center;
    filter: blur(14px);
    transform: scale(1.08);
    opacity: 0.72;
}

.fu-coverflow-card-media .fu-coverflow-media-main {
    object-fit: contain;
    object-position: center;
    z-index: 1;
}

.fu-coverflow-card-media--natural {
    background: #fff;
}

.fu-coverflow-card-media--natural .fu-coverflow-media-bg {
    display: none;
}

.fu-coverflow-card-media--natural .fu-coverflow-media-main {
    position: relative;
    inset: auto;
    width: 100%;
    height: auto;
    object-fit: unset;
    object-position: center top;
}

.fu-coverflow-card--panel-project .fu-coverflow-card-back-media {
    background: #fff;
}

.fu-coverflow-card--panel-project .fu-coverflow-card-back-media > img {
    object-fit: contain;
    object-position: center top;
}

.fu-coverflow-back-cta i {
    font-size: 10px;
    transition: transform 0.2s ease;
}

.fu-coverflow-card:hover .fu-coverflow-back-cta i {
    transform: translateX(3px);
}

.fu-coverflow-date {
    font-size: 11px;
    font-weight: 600;
    color: var(--fu-red);
}

.fu-home-split {
    position: relative;
    z-index: 2;
    max-width: 1280px;
    margin: 0 auto;
    padding: 28px 32px 12px;
}

.fu-home-split-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    min-height: 52px;
}

.fu-home-divider {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    gap: 10px;
    pointer-events: none;
}

.fu-home-divider-line {
    flex: 1;
    height: 1px;
    background: linear-gradient(
        90deg,
        transparent 0%,
        rgba(30, 45, 61, 0.12) 12%,
        rgba(30, 45, 61, 0.18) 50%,
        rgba(158, 42, 58, 0.14) 88%,
        transparent 100%
    );
}

.fu-home-divider-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--fu-red);
    box-shadow: 0 0 0 3px rgba(158, 42, 58, 0.12);
    flex-shrink: 0;
}

.fu-counter-align {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: flex-end;
    padding: 0 4px 0 14px;
    flex-shrink: 0;
    background: linear-gradient(90deg, transparent 0%, #eef0f2 28%);
}

.fu-intro-band {
    position: relative;
    z-index: 1;
    padding: 16px 0 4px;
}

.fu-intro-band-inner {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 32px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.fu-counter-visual {
    position: relative;
    width: 82px;
    height: 82px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.fu-counter-visual-sm {
    width: 68px;
    height: 68px;
}

.fu-counter-visual-sm .fu-counter-ring-2 { inset: 7px; }
.fu-counter-visual-sm .fu-counter-ring-3 { inset: 14px; }
.fu-counter-visual-sm .fu-counter-core {
    width: 34px;
    height: 34px;
}
.fu-counter-visual-sm .fu-counter-core strong {
    font-size: 17px;
}

.fu-counter-ring {
    position: absolute;
    border-radius: 50%;
    border: 1.5px solid transparent;
}

.fu-counter-ring-1 {
    inset: 0;
    border-width: 1.5px;
    border-color: rgba(30, 45, 61, 0.2);
    border-top-color: var(--fu-navy);
    border-right-color: rgba(158, 42, 58, 0.4);
    animation: fu-ring-spin 10s linear infinite;
    box-shadow: none;
}

.fu-counter-ring-2 {
    inset: 9px;
    border-width: 1.5px;
    border-color: rgba(158, 42, 58, 0.18);
    border-bottom-color: var(--fu-red);
    border-left-color: rgba(30, 45, 61, 0.28);
    animation: fu-ring-spin 7s linear infinite reverse;
}

.fu-counter-ring-3 {
    inset: 18px;
    border: 1px dashed rgba(158, 42, 58, 0.22);
    animation: fu-ring-pulse 4s ease-in-out infinite;
}

@keyframes fu-ring-spin {
    to { transform: rotate(360deg); }
}

@keyframes fu-ring-pulse {
    0%, 100% { transform: scale(1); opacity: 0.55; }
    50% { transform: scale(1.04); opacity: 0.9; }
}

.fu-counter-core {
    position: relative;
    z-index: 1;
    border-radius: 50%;
    background: linear-gradient(145deg, #fff 0%, #faf6f7 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    box-shadow:
        0 4px 14px rgba(30, 45, 61, 0.08),
        inset 0 0 0 2px rgba(158, 42, 58, 0.1);
    animation: fu-core-glow 3s ease-in-out infinite;
}

@keyframes fu-core-glow {
    0%, 100% { box-shadow: 0 4px 14px rgba(30, 45, 61, 0.08), inset 0 0 0 2px rgba(158, 42, 58, 0.1); }
    50% { box-shadow: 0 6px 18px rgba(158, 42, 58, 0.12), inset 0 0 0 2px rgba(158, 42, 58, 0.18); }
}

.fu-counter-core strong {
    font-size: 20px;
    font-weight: 800;
    line-height: 1;
    background: linear-gradient(135deg, var(--fu-navy) 0%, var(--fu-red) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.fu-projects-home {
    position: relative;
    z-index: 1;
    padding: 4px 32px 32px;
    margin-top: 4px;
}

.fu-home-stage-fill {
    flex: 1;
    min-height: 0;
    position: relative;
    z-index: 0;
}

/* Legacy header (fallback) */
.fu-header {
    position: sticky;
    top: 0;
    z-index: 100;
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(12px);
    border-bottom: 1px solid var(--fu-border);
}

.fu-header-inner {
    max-width: 1280px;
    margin: 0 auto;
    padding: 12px 32px;
    display: flex;
    align-items: center;
    gap: 24px;
}

.fu-brand {
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    flex-shrink: 0;
}

.fu-brand img {
    height: 44px;
    width: auto;
}

.fu-brand-text {
    display: flex;
    flex-direction: column;
    line-height: 1.2;
}

.fu-brand-text strong {
    font-size: 13px;
    font-weight: 700;
    color: var(--fu-navy);
}

.fu-brand-text span {
    font-size: 12px;
    color: var(--fu-red);
    font-weight: 600;
}

.fu-nav {
    display: flex;
    gap: 4px;
    margin-left: auto;
}

.fu-nav a {
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    color: var(--fu-muted);
    padding: 8px 14px;
    border-radius: 8px;
    transition: color 0.2s, background 0.2s;
}

.fu-nav a:hover {
    color: var(--fu-red);
    background: var(--fu-red-light);
}

.fu-nav-admin {
    color: var(--fu-red-soft) !important;
    font-weight: 600 !important;
}

.fu-nav-admin i {
    font-size: 11px;
    margin-right: 4px;
}

.fu-nav-admin:hover {
    color: var(--fu-red) !important;
}

.fu-search .search-wrapper {
    display: flex;
    align-items: center;
    background: var(--fu-bg);
    border: 1px solid var(--fu-border);
    border-radius: 999px;
    padding: 4px 4px 4px 14px;
    transition: border-color 0.2s, box-shadow 0.2s;
}

.fu-search .search-wrapper:focus-within {
    border-color: var(--fu-red-soft);
    box-shadow: 0 0 0 3px var(--fu-red-glow);
}

.fu-search input {
    border: none;
    background: transparent;
    font-family: var(--fu-font);
    font-size: 13px;
    width: 140px;
    outline: none;
    color: var(--fu-text);
}

.fu-search button {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: none;
    background: var(--fu-red);
    color: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s;
}

.fu-search button:hover { background: var(--fu-red-soft); }

.fu-menu-toggle {
    display: none;
    width: 40px;
    height: 40px;
    border: 1px solid var(--fu-border);
    border-radius: 10px;
    background: #fff;
    cursor: pointer;
    position: relative;
}

.fu-menu-toggle span,
.fu-menu-toggle span::before,
.fu-menu-toggle span::after {
    display: block;
    width: 18px;
    height: 2px;
    background: var(--fu-navy);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    transition: 0.2s;
}

.fu-menu-toggle span { top: 50%; margin-top: -1px; }
.fu-menu-toggle span::before { content: ''; top: -6px; }
.fu-menu-toggle span::after { content: ''; top: 6px; }

.fu-mobile-menu {
    display: none;
    list-style: none;
    margin: 0;
    padding: 12px 32px 16px;
    border-top: 1px solid var(--fu-border);
    background: #fff;
}

.fu-mobile-menu a {
    display: block;
    padding: 10px 0;
    text-decoration: none;
    font-weight: 500;
    color: var(--fu-text);
}

.fu-mobile-menu.mobile-active { display: block; }

/* ── Project drawer ── */
.fu-project-drawer-toggle {
    width: 40px;
    height: 40px;
    border: 1px solid var(--fu-border);
    border-radius: 10px;
    background: #fff;
    color: var(--fu-navy);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 15px;
    transition: background 0.2s, border-color 0.2s, color 0.2s;
}

.fu-project-drawer-toggle:hover,
.fu-project-drawer-toggle[aria-expanded="true"] {
    background: var(--fu-navy);
    border-color: var(--fu-navy);
    color: #fff;
}

body.fu-drawer-open {
    overflow: hidden;
}

.fu-project-drawer {
    position: fixed;
    inset: 0;
    z-index: 1200;
    pointer-events: none;
}

.fu-project-drawer.is-open {
    pointer-events: auto;
}

.fu-project-drawer-backdrop {
    position: absolute;
    inset: 0;
    border: none;
    padding: 0;
    margin: 0;
    background: rgba(30, 45, 61, 0.42);
    opacity: 0;
    transition: opacity 0.28s ease;
    cursor: pointer;
}

.fu-project-drawer.is-open .fu-project-drawer-backdrop {
    opacity: 1;
}

.fu-project-drawer-panel {
    position: absolute;
    top: 0;
    right: 0;
    width: min(380px, 92vw);
    height: 100%;
    background: #fff;
    box-shadow: -16px 0 48px rgba(30, 45, 61, 0.14);
    transform: translateX(100%);
    transition: transform 0.32s cubic-bezier(0.22, 1, 0.36, 1);
    display: flex;
    flex-direction: column;
}

.fu-project-drawer.is-open .fu-project-drawer-panel {
    transform: translateX(0);
}

.fu-project-drawer-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    padding: 22px 20px 18px;
    border-bottom: 1px solid rgba(30, 45, 61, 0.08);
    background: linear-gradient(180deg, #fff 0%, #fafbfc 100%);
}

.fu-project-drawer-eyebrow {
    margin: 0 0 4px;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--fu-red);
}

.fu-project-drawer-head h2 {
    margin: 0;
    font-size: 20px;
    font-weight: 700;
    color: var(--fu-navy);
}

.fu-project-drawer-close {
    width: 36px;
    height: 36px;
    border: 1px solid rgba(30, 45, 61, 0.1);
    border-radius: 10px;
    background: #fff;
    color: var(--fu-navy);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s, color 0.2s, border-color 0.2s;
}

.fu-project-drawer-close:hover {
    background: var(--fu-navy);
    border-color: var(--fu-navy);
    color: #fff;
}

.fu-project-drawer-body {
    flex: 1;
    overflow-y: auto;
    padding: 8px 0 24px;
}

.fu-project-drawer-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.fu-project-drawer-item {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 13px 20px;
    border: none;
    border-bottom: 1px solid rgba(30, 45, 61, 0.05);
    background: transparent;
    text-align: left;
    cursor: pointer;
    transition: background 0.18s ease, color 0.18s ease;
}

.fu-project-drawer-item:hover,
.fu-project-drawer-item.is-active {
    background: rgba(30, 45, 61, 0.04);
}

.fu-project-drawer-item.is-active .fu-project-drawer-item-title {
    color: var(--fu-red);
    font-weight: 700;
}

.fu-project-drawer-item-title {
    font-size: 14px;
    line-height: 1.4;
    color: var(--fu-navy);
}

.fu-project-drawer-item-badge {
    flex-shrink: 0;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--fu-red);
    background: var(--fu-red-light);
    padding: 3px 7px;
    border-radius: 999px;
}

/* ── Hero ── */
.fu-hero {
    position: relative;
    min-height: 92vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: 80px 32px 100px;
}

.fu-hero-bg {
    position: absolute;
    inset: 0;
    background: linear-gradient(160deg, #faf8f6 0%, #fdf0f2 40%, #f8f4f0 100%);
    z-index: 0;
}

.fu-hero-grid {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(158, 42, 58, 0.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(158, 42, 58, 0.04) 1px, transparent 1px);
    background-size: 48px 48px;
    mask-image: radial-gradient(ellipse 70% 60% at 50% 45%, black 20%, transparent 75%);
    animation: fu-grid-drift 24s linear infinite;
}

@keyframes fu-grid-drift {
    0% { transform: translate(0, 0); }
    100% { transform: translate(48px, 48px); }
}

.fu-hero-canvas {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    opacity: 0.85;
    pointer-events: none;
}

.fu-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(60px);
    animation: fu-float 8s ease-in-out infinite;
}

.fu-orb-1 {
    width: 400px; height: 400px;
    background: rgba(158, 42, 58, 0.15);
    top: -10%; right: 10%;
    animation-delay: 0s;
}

.fu-orb-2 {
    width: 300px; height: 300px;
    background: rgba(184, 149, 46, 0.12);
    bottom: 10%; left: 5%;
    animation-delay: -3s;
}

.fu-orb-3 {
    width: 250px; height: 250px;
    background: rgba(30, 45, 61, 0.06);
    top: 40%; left: 40%;
    animation-delay: -5s;
}

@keyframes fu-float {
    0%, 100% { transform: translate(0, 0) scale(1); }
    33% { transform: translate(20px, -15px) scale(1.05); }
    66% { transform: translate(-15px, 10px) scale(0.95); }
}

.fu-hero-inner {
    position: relative;
    z-index: 2;
    text-align: center;
    max-width: 720px;
}

.fu-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 8px 20px 8px 10px;
    background: rgba(255,255,255,0.8);
    border: 1px solid var(--fu-border);
    border-radius: 999px;
    margin-bottom: 32px;
    animation: fu-fade-up 0.8s ease both;
    backdrop-filter: blur(8px);
}

.fu-hero-logo {
    height: 36px;
    width: auto;
}

.fu-hero-badge span {
    font-size: 13px;
    font-weight: 600;
    color: var(--fu-muted);
}

.fu-hero-title {
    margin: 0 0 24px;
    line-height: 1.05;
}

.fu-line {
    display: block;
    font-size: clamp(48px, 9vw, 88px);
    font-weight: 700;
    letter-spacing: -0.03em;
}

.fu-line-1 {
    color: var(--fu-navy);
    animation: fu-fade-up 0.8s ease 0.1s both;
}

.fu-line-2 {
    color: var(--fu-red);
    animation: fu-fade-up 0.8s ease 0.25s both;
}

.fu-hero-desc {
    font-size: 18px;
    color: var(--fu-muted);
    max-width: 520px;
    margin: 0 auto 36px;
    animation: fu-fade-up 0.8s ease 0.4s both;
}

.fu-hero-desc strong {
    color: var(--fu-red);
    font-weight: 700;
}

.fu-hero-cta {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 32px;
    background: var(--fu-red);
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    font-size: 15px;
    border-radius: 999px;
    box-shadow: 0 8px 24px var(--fu-red-glow);
    transition: transform 0.2s, box-shadow 0.2s, background 0.2s;
    animation: fu-fade-up 0.8s ease 0.55s both;
}

.fu-hero-cta:hover {
    background: var(--fu-red-soft);
    transform: translateY(-2px);
    box-shadow: 0 12px 32px rgba(158, 42, 58, 0.2);
    color: #fff;
}

.fu-hero-cta i {
    animation: fu-bounce-down 1.5s ease infinite;
}

@keyframes fu-bounce-down {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(4px); }
}

.fu-hero-scroll {
    position: absolute;
    bottom: 32px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}

.fu-hero-scroll span {
    display: block;
    width: 24px;
    height: 40px;
    border: 2px solid var(--fu-border);
    border-radius: 12px;
    position: relative;
}

.fu-hero-scroll span::after {
    content: '';
    position: absolute;
    top: 8px;
    left: 50%;
    transform: translateX(-50%);
    width: 4px;
    height: 8px;
    background: var(--fu-red-soft);
    border-radius: 2px;
    animation: fu-scroll-dot 1.8s ease infinite;
}

@keyframes fu-scroll-dot {
    0% { opacity: 1; top: 8px; }
    100% { opacity: 0; top: 22px; }
}

@keyframes fu-fade-up {
    from { opacity: 0; transform: translateY(24px); }
    to { opacity: 1; transform: translateY(0); }
}

/* ── Projects grid ── */
.fu-projects {
    max-width: 1280px;
    margin: 0 auto;
    padding: 64px 32px 100px;
}

.fu-projects-header {
    text-align: center;
    margin-bottom: 48px;
}

.fu-projects-header h2 {
    font-size: 32px;
    font-weight: 700;
    color: var(--fu-navy);
    margin: 0 0 8px;
    letter-spacing: -0.02em;
}

.fu-projects-header p {
    color: var(--fu-muted);
    margin: 0;
    font-size: 16px;
}

.fu-projects.fu-projects-home {
    padding: 4px 32px 32px;
}

.fu-projects-home .fu-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    align-items: stretch;
}

.fu-projects-home .fu-card {
    border-radius: 12px;
    height: 100%;
}

.fu-projects-home .fu-card:hover {
    transform: translateY(-4px);
}

.fu-projects-home .fu-card-img {
    aspect-ratio: 16 / 9;
    height: auto;
}

.fu-projects-home .fu-card-badge {
    top: 8px;
    left: 8px;
    font-size: 9px;
    padding: 3px 8px;
}

.fu-projects-home .fu-card-body {
    padding: 14px 16px 10px;
}

.fu-projects-home .fu-card-body h3 {
    margin: 0 0 6px;
    font-size: 14px;
    line-height: 1.3;
}

.fu-projects-home .fu-card-body p {
    font-size: 12px;
    line-height: 1.45;
    -webkit-line-clamp: 3;
}

.fu-projects-home .fu-card-meta {
    gap: 5px;
    margin-top: 8px;
}

.fu-projects-home .fu-meta-tag,
.fu-projects-home .fu-meta-date,
.fu-projects-home .fu-meta-status {
    font-size: 10px;
    padding: 2px 8px;
}

.fu-projects-home .fu-card-link {
    padding: 10px 16px;
    font-size: 12px;
}

.fu-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px;
    align-items: stretch;
}

.fu-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    background: var(--fu-white);
    border: 1px solid var(--fu-border);
    border-radius: var(--fu-radius);
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    box-shadow: var(--fu-shadow);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.fu-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--fu-shadow-lg);
}

.fu-reveal {
    opacity: 0;
    transform: translateY(32px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.fu-reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.fu-card-img {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    height: auto;
    flex-shrink: 0;
    background: #eef2f6;
    overflow: hidden;
}

.fu-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    display: block;
}

.fu-card-img--natural {
    height: auto;
    background: #fff;
}

.fu-card-img--natural img {
    width: 100%;
    height: auto;
    object-fit: unset;
    object-position: center top;
    display: block;
}

.fu-home-projects .fu-card-img.fu-card-img--natural,
.fu-projects-home .fu-card-img.fu-card-img--natural {
    height: auto;
}

.fu-card-body {
    padding: 18px 20px 12px;
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
}

.fu-card-badge {
    position: absolute;
    top: 12px;
    left: 12px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    background: var(--fu-red);
    color: #fff;
    padding: 5px 11px;
    border-radius: 6px;
    box-shadow: 0 6px 16px rgba(158, 42, 58, 0.35);
}

.fu-card-badge i {
    font-size: 11px;
    color: #ffd76a;
}

.fu-card-body h3 {
    margin: 0 0 8px;
    font-size: 16px;
    font-weight: 700;
    color: var(--fu-navy);
    line-height: 1.35;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.fu-card-media-link,
.fu-card-primary-link {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    text-decoration: none;
    color: inherit;
}

.fu-card-primary-link:hover h3 {
    color: var(--fu-red);
}

.fu-card-live-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin: 0 0 10px;
    padding: 8px 14px;
    font-size: 12px;
    font-weight: 600;
    color: var(--fu-red);
    background: var(--fu-red-light);
    border-radius: 8px;
    text-decoration: none;
    transition: background 0.2s ease, color 0.2s ease;
    align-self: flex-start;
    pointer-events: none;
}

a.fu-card-live-btn {
    pointer-events: auto;
}

.fu-card-primary-link:hover .fu-card-live-btn {
    background: var(--fu-red);
    color: #fff;
}

.fu-card-live-btn i {
    font-size: 11px;
}

.fu-card-body p {
    margin: 0;
    font-size: 13px;
    color: var(--fu-muted);
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.fu-card-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 12px;
}

.fu-meta-tag,
.fu-meta-date,
.fu-meta-status {
    font-size: 11px;
    font-weight: 600;
    padding: 3px 10px;
    border-radius: 6px;
}

.fu-meta-tag {
    background: var(--fu-bg);
    color: var(--fu-muted);
}

.fu-meta-date {
    background: var(--fu-red-light);
    color: var(--fu-red);
}

.fu-meta-active {
    background: #e8f5ee;
    color: #2d7a52;
}

.fu-meta-passive {
    background: #f0f0f0;
    color: #888;
}

.fu-card-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 20px;
    border-top: 1px solid var(--fu-border);
    font-size: 13px;
    font-weight: 600;
    color: var(--fu-red);
    transition: background 0.2s;
    margin-top: auto;
}

.fu-card:hover .fu-card-link { background: var(--fu-red-light); }

.fu-card-link i { transition: transform 0.2s; }
.fu-card:hover .fu-card-link i { transform: translateX(4px); }

/* ── Detail page ── */
.fu-detail {
    position: relative;
    padding-bottom: 96px;
    overflow: hidden;
}

.fu-detail-ambient {
    position: absolute;
    inset: 0 0 50%;
    pointer-events: none;
    background:
        radial-gradient(ellipse 80% 50% at 50% -10%, rgba(158, 42, 58, 0.08), transparent 55%),
        radial-gradient(circle at 90% 20%, rgba(30, 45, 61, 0.05), transparent 30%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.95) 0%, var(--fu-bg) 80%);
}

.fu-detail-shell {
    width: min(100%, 1060px);
    margin: 0 auto;
    padding: 0 32px;
    position: relative;
    z-index: 1;
}

.fu-detail-back {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 600;
    color: var(--fu-red-soft);
    text-decoration: none;
    margin: 24px 0 32px;
    padding: 9px 16px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid rgba(158, 42, 58, 0.14);
    backdrop-filter: blur(8px);
    transition: color 0.2s, background 0.2s, border-color 0.2s, transform 0.2s;
}

.fu-detail-back:hover {
    color: var(--fu-red);
    background: #fff;
    border-color: rgba(158, 42, 58, 0.28);
    transform: translateX(-2px);
}

.fu-detail-grid-bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
    opacity: 0.45;
    background-image:
        linear-gradient(rgba(30, 45, 61, 0.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(30, 45, 61, 0.04) 1px, transparent 1px);
    background-size: 48px 48px;
    mask-image: linear-gradient(180deg, #000 0%, transparent 85%);
}

.fu-detail-hero {
    margin-bottom: clamp(44px, 6vw, 68px);
}

.fu-detail-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
    gap: clamp(28px, 4vw, 48px);
    align-items: center;
}

.fu-detail-hero-copy {
    text-align: left;
}

.fu-detail-hero-eyebrow {
    margin: 0 0 12px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--fu-red-soft);
}

.fu-detail-hero-copy h1 {
    font-size: clamp(28px, 3.8vw, 44px);
    font-weight: 800;
    color: var(--fu-navy);
    margin: 0 0 16px;
    letter-spacing: -0.04em;
    line-height: 1.1;
    max-width: none;
}

.fu-detail-hero-copy .fu-detail-kicker {
    margin: 0 0 28px;
    max-width: 42ch;
    font-size: 17px;
    line-height: 1.65;
    color: var(--fu-muted);
}

.fu-detail-hero-copy .fu-detail-meta {
    justify-content: flex-start;
    margin-bottom: 22px;
}

.fu-detail-hero-copy .fu-detail-actions {
    justify-content: flex-start;
}

.fu-detail-btn-cta {
    min-height: 54px;
    padding: 0 28px;
    font-size: 15px;
    color: #fff;
    background: linear-gradient(135deg, #c44d5e 0%, var(--fu-red) 45%, #7a2230 100%);
    box-shadow:
        0 16px 36px rgba(158, 42, 58, 0.35),
        0 0 0 1px rgba(255, 255, 255, 0.12) inset;
}

.fu-detail-btn-cta:hover {
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 22px 44px rgba(158, 42, 58, 0.42);
}

.fu-detail-btn-cta i {
    transition: transform 0.25s ease;
}

.fu-detail-btn-cta:hover i {
    transform: translateX(4px);
}

.fu-detail-trust-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 28px;
    padding-top: 24px;
    border-top: 1px solid rgba(30, 45, 61, 0.08);
}

.fu-detail-trust-badges span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 14px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 600;
    color: var(--fu-navy);
    background: rgba(255, 255, 255, 0.75);
    border: 1px solid rgba(30, 45, 61, 0.08);
    backdrop-filter: blur(8px);
}

.fu-detail-trust-badges i {
    color: var(--fu-red-soft);
    font-size: 13px;
}

.fu-detail-hero-stage {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.fu-detail-devices {
    position: relative;
    width: 100%;
    max-width: 520px;
    margin: 0 auto;
    perspective: 1200px;
    min-height: 300px;
    padding-bottom: 8px;
}

.fu-detail-hotspot-legend {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
}

.fu-detail-hotspot-chip {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 16px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
    color: var(--fu-navy);
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(30, 45, 61, 0.08);
    box-shadow: 0 8px 24px rgba(30, 45, 61, 0.08);
    backdrop-filter: blur(10px);
}

.fu-detail-hotspot-chip i {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: #fff;
    background: linear-gradient(135deg, var(--fu-red-soft), var(--fu-red));
    flex-shrink: 0;
}

.fu-detail-device {
    position: absolute;
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}

.fu-detail-device-screen {
    overflow: hidden;
    background: #0f172a;
}

.fu-detail-device-screen img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    display: block;
}

.fu-detail-device--phone {
    width: 88px;
    left: -4px;
    top: 58px;
    z-index: 1;
    --fu-rot: -8deg;
    transform: rotate(-8deg);
    animation: fu-detail-float 6s ease-in-out infinite;
}

.fu-detail-device--phone .fu-detail-device-bezel {
    padding: 8px 6px;
    border-radius: 18px;
    background: linear-gradient(160deg, #2a3544 0%, #111820 100%);
    box-shadow: 0 20px 40px rgba(15, 23, 35, 0.35);
}

.fu-detail-device--phone .fu-detail-device-screen {
    aspect-ratio: 9 / 16;
    border-radius: 12px;
}

.fu-detail-device--tablet {
    width: 150px;
    right: -8px;
    top: 36px;
    z-index: 2;
    --fu-rot: 7deg;
    transform: rotate(7deg);
    animation: fu-detail-float 6s ease-in-out 1s infinite;
}

.fu-detail-device--tablet .fu-detail-device-bezel {
    padding: 10px 8px;
    border-radius: 16px;
    background: linear-gradient(160deg, #2f3d4f 0%, #151d28 100%);
    box-shadow: 0 24px 48px rgba(15, 23, 35, 0.32);
}

.fu-detail-device--tablet .fu-detail-device-screen {
    aspect-ratio: 3 / 4;
    border-radius: 8px;
}

.fu-detail-device--laptop {
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    z-index: 3;
    width: 100%;
    margin-top: 12px;
}

.fu-detail-device--laptop .fu-detail-browser {
    animation: fu-detail-float 6s ease-in-out 0.5s infinite;
    --fu-rot: 0deg;
}

@keyframes fu-detail-float {
    0%, 100% { transform: translateY(0) rotate(var(--fu-rot, 0deg)); }
    50% { transform: translateY(-10px) rotate(var(--fu-rot, 0deg)); }
}

.fu-detail-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 20px;
}

.fu-detail-chip {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 7px 14px;
    border-radius: 999px;
    background: var(--fu-red-light);
    color: var(--fu-red);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.02em;
}

.fu-detail-chip-featured {
    background: var(--fu-red);
    color: #fff;
}

.fu-detail-chip-muted {
    background: rgba(255, 255, 255, 0.92);
    color: var(--fu-muted);
    border: 1px solid var(--fu-border);
}

.fu-detail-chip-status {
    color: var(--fu-navy);
}

.fu-detail-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
}

.fu-detail-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 50px;
    padding: 0 24px;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    transition: transform 0.2s, background 0.2s, color 0.2s, box-shadow 0.2s, border-color 0.2s;
}

.fu-detail-btn-primary {
    background: var(--fu-red);
    color: #fff;
    box-shadow: 0 14px 32px rgba(158, 42, 58, 0.24);
}

.fu-detail-btn-primary:hover {
    background: var(--fu-red-soft);
    color: #fff;
    transform: translateY(-2px);
}

.fu-detail-btn-secondary {
    background: rgba(255, 255, 255, 0.9);
    color: var(--fu-navy);
    border: 1px solid var(--fu-border);
}

.fu-detail-btn-secondary:hover {
    border-color: var(--fu-red-soft);
    color: var(--fu-red);
    transform: translateY(-2px);
}

.fu-detail-showcase {
    margin-bottom: clamp(40px, 6vw, 64px);
}

.fu-detail-browser {
    border-radius: 20px;
    overflow: hidden;
    background: #fff;
    border: 1px solid rgba(30, 45, 61, 0.1);
    box-shadow:
        0 28px 64px rgba(30, 45, 61, 0.12),
        0 0 0 1px rgba(255, 255, 255, 0.6) inset;
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.fu-detail-browser:hover {
    transform: translateY(-4px);
    box-shadow: 0 36px 80px rgba(30, 45, 61, 0.16);
}

.fu-detail-browser-chrome {
    display: flex;
    align-items: center;
    gap: 7px;
    padding: 12px 14px;
    background: linear-gradient(180deg, #f8fafc 0%, #eef2f6 100%);
    border-bottom: 1px solid rgba(30, 45, 61, 0.08);
}

.fu-detail-browser-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #d7dee8;
    flex-shrink: 0;
}

.fu-detail-browser-dot:nth-child(1) { background: #ff6b6b; }
.fu-detail-browser-dot:nth-child(2) { background: #ffd166; }
.fu-detail-browser-dot:nth-child(3) { background: #6ee7b7; }

.fu-detail-browser-url {
    flex: 1;
    margin-left: 8px;
    padding: 7px 12px;
    border-radius: 8px;
    background: #fff;
    border: 1px solid rgba(30, 45, 61, 0.08);
    font-size: 12px;
    font-weight: 500;
    color: var(--fu-muted);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.fu-detail-browser-screen {
    aspect-ratio: 16 / 9;
    background: #1e2d3d;
}

.fu-detail-browser-screen img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center top;
    display: block;
}

.fu-detail-story {
    margin-bottom: clamp(48px, 7vw, 72px);
}

.fu-detail-story-inner {
    padding: clamp(32px, 5vw, 48px);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid rgba(30, 45, 61, 0.07);
    box-shadow: 0 20px 48px rgba(30, 45, 61, 0.06);
}

.fu-detail-eyebrow {
    display: block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--fu-red-soft);
    margin-bottom: 22px;
}

.fu-detail-prose p {
    margin: 0;
    font-size: 17px;
    line-height: 1.9;
    color: var(--fu-text);
}

.fu-detail-prose p + p {
    margin-top: 1.4em;
}

.fu-detail-block {
    margin-bottom: clamp(40px, 6vw, 56px);
}

.fu-detail-block-head {
    margin-bottom: 22px;
    text-align: center;
}

.fu-detail-block-head h2 {
    margin: 10px 0 0;
    font-size: clamp(22px, 3vw, 28px);
    font-weight: 700;
    color: var(--fu-navy);
    letter-spacing: -0.02em;
}

.fu-detail-media .fu-detail-block-head,
.fu-detail-gallery .fu-detail-block-head {
    text-align: left;
}

.fu-detail-video-player {
    position: relative;
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
    background: #0f172a;
    box-shadow: var(--fu-shadow-lg);
    border: 1px solid rgba(158, 42, 58, 0.12);
    aspect-ratio: 16 / 9;
}

.fu-detail-video-player iframe,
.fu-detail-video-player video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
    background: #000;
}

.fu-detail-video-fallback {
    margin: 12px 0 0;
    font-size: 14px;
}

.fu-detail-video-fallback a {
    color: var(--fu-red);
    text-decoration: none;
    font-weight: 600;
}

.fu-detail-video-fallback a:hover {
    text-decoration: underline;
}

.fu-detail-gallery-track {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 16px;
}

.fu-detail-gallery-item {
    display: block;
    border-radius: 16px;
    overflow: hidden;
    background: #1e2d3d;
    border: 1px solid var(--fu-border);
    box-shadow: var(--fu-shadow);
    aspect-ratio: 16 / 10;
    transition: transform 0.2s, box-shadow 0.2s;
}

.fu-detail-gallery-item:hover {
    transform: translateY(-4px);
    box-shadow: var(--fu-shadow-lg);
}

.fu-detail-gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.fu-detail-eyebrow-light {
    color: rgba(255, 255, 255, 0.62);
}

/* ── Project dossier (meta + highlights + principles) ── */
.fu-detail-dossier {
    position: relative;
    margin-bottom: clamp(48px, 7vw, 72px);
}

.fu-detail-dossier-mesh {
    position: absolute;
    inset: -8% -4%;
    pointer-events: none;
    background:
        radial-gradient(ellipse 55% 45% at 15% 20%, rgba(158, 42, 58, 0.14), transparent 55%),
        radial-gradient(ellipse 50% 40% at 85% 75%, rgba(30, 45, 61, 0.1), transparent 50%);
    filter: blur(2px);
}

.fu-detail-dossier-inner {
    position: relative;
    padding: clamp(28px, 4vw, 42px);
    border-radius: 32px;
    background:
        linear-gradient(165deg, rgba(255, 255, 255, 0.98) 0%, rgba(250, 248, 246, 0.94) 100%);
    border: 1px solid rgba(255, 255, 255, 0.9);
    box-shadow:
        0 1px 0 rgba(255, 255, 255, 0.8) inset,
        0 40px 90px rgba(30, 45, 61, 0.11),
        0 0 0 1px rgba(30, 45, 61, 0.05);
    backdrop-filter: blur(12px);
}

.fu-detail-identity {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 24px;
    padding-bottom: clamp(28px, 4vw, 36px);
    margin-bottom: clamp(28px, 4vw, 36px);
    border-bottom: 1px solid rgba(30, 45, 61, 0.08);
}

.fu-detail-spec-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
    margin: 0;
    width: 100%;
}

.fu-detail-spec-card {
    margin: 0;
    padding: 18px 16px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.7);
    border: 1px solid rgba(30, 45, 61, 0.07);
    box-shadow: 0 8px 24px rgba(30, 45, 61, 0.05);
}

.fu-detail-spec-card dt {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0 0 8px;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--fu-muted);
}

.fu-detail-spec-card dt i {
    color: var(--fu-red-soft);
    font-size: 12px;
}

.fu-detail-spec-card dd {
    margin: 0;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.35;
    color: var(--fu-navy);
}

.fu-detail-identity-mark {
    display: block;
    font-size: clamp(52px, 8vw, 72px);
    font-weight: 800;
    letter-spacing: -0.06em;
    line-height: 0.92;
    background: linear-gradient(135deg, var(--fu-red) 0%, #6b2a35 38%, var(--fu-navy) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.fu-detail-spec-status.is-active {
    color: #1a7a45;
}

.fu-detail-identity-brand p {
    margin: 10px 0 0;
    font-size: 14px;
    font-weight: 500;
    color: var(--fu-muted);
    letter-spacing: 0.01em;
}

.fu-detail-spotlight-head h2 {
    margin: 8px 0 0;
    font-size: clamp(22px, 3vw, 28px);
    font-weight: 700;
    letter-spacing: -0.03em;
    color: var(--fu-navy);
}

.fu-detail-spotlight-lead {
    margin: 14px 0 0;
    max-width: 62ch;
    font-size: 15px;
    line-height: 1.7;
    color: var(--fu-muted);
}

.fu-detail-spotlight-grid {
    display: grid;
    gap: 14px;
    margin-top: 24px;
}

.fu-detail-spotlight-grid-3 {
    grid-template-columns: 1.15fr 1fr;
    grid-template-rows: auto auto;
}

.fu-detail-spotlight-grid-3 .fu-detail-spotlight-card:first-child {
    grid-row: 1 / span 2;
}

.fu-detail-spotlight-grid-4,
.fu-detail-spotlight-grid-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.fu-detail-spotlight-grid-1 {
    grid-template-columns: 1fr;
}

.fu-detail-spotlight-card {
    position: relative;
    overflow: hidden;
    padding: 26px 24px 28px;
    border-radius: 22px;
    border: 1px solid rgba(255, 255, 255, 0.65);
    min-height: 200px;
    transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.35s ease;
}

.fu-detail-spotlight-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 24px 48px rgba(30, 45, 61, 0.12);
}

.fu-detail-spotlight-card:nth-child(4n + 1) {
    background: linear-gradient(145deg, #fff5f6 0%, #fff 48%, #fdf8f9 100%);
}

.fu-detail-spotlight-card:nth-child(4n + 2) {
    background: linear-gradient(145deg, #f4f7fb 0%, #fff 50%, #f8fafc 100%);
}

.fu-detail-spotlight-card:nth-child(4n + 3) {
    background: linear-gradient(145deg, #f9f6f2 0%, #fff 50%, #faf8f6 100%);
}

.fu-detail-spotlight-card:nth-child(4n) {
    background: linear-gradient(145deg, #f2f6f8 0%, #fff 50%, #f7fafb 100%);
}

.fu-detail-spotlight {
    margin-bottom: clamp(28px, 4vw, 36px);
}

.fu-detail-spotlight-watermark {
    position: absolute;
    top: auto;
    bottom: 4px;
    right: 12px;
    font-size: clamp(48px, 8vw, 64px);
    font-weight: 800;
    line-height: 1;
    letter-spacing: -0.06em;
    color: rgba(30, 45, 61, 0.04);
    pointer-events: none;
    user-select: none;
}

.fu-detail-spotlight-icon {
    position: relative;
    z-index: 1;
    width: 46px;
    height: 46px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
    font-size: 17px;
    color: var(--fu-red);
    background: rgba(255, 255, 255, 0.85);
    box-shadow: 0 8px 24px rgba(158, 42, 58, 0.12);
}

.fu-detail-spotlight-card h3 {
    position: relative;
    z-index: 1;
    margin: 0 0 10px;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.35;
    letter-spacing: -0.02em;
    color: var(--fu-navy);
    max-width: 28ch;
}

.fu-detail-story-glass .fu-detail-story-inner {
    background: rgba(255, 255, 255, 0.55);
    backdrop-filter: blur(16px);
    border: 1px solid rgba(255, 255, 255, 0.7);
}

.fu-detail-glass-card {
    background: rgba(255, 255, 255, 0.55) !important;
    backdrop-filter: blur(14px);
    border: 1px solid rgba(255, 255, 255, 0.75) !important;
    box-shadow: 0 16px 40px rgba(30, 45, 61, 0.08);
}

.fu-detail-spotlight-bullets {
    position: relative;
    z-index: 1;
    margin: 0;
    padding: 0 0 0 18px;
    list-style: none;
}

.fu-detail-spotlight-bullets li {
    position: relative;
    margin: 0 0 8px;
    font-size: 13px;
    line-height: 1.6;
    color: var(--fu-muted);
}

.fu-detail-spotlight-bullets li::before {
    content: '';
    position: absolute;
    left: -14px;
    top: 0.55em;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--fu-red-soft), var(--fu-red));
}

.fu-detail-spotlight-bullets li:last-child {
    margin-bottom: 0;
}

.fu-detail-trust-premium {
    box-shadow:
        0 24px 56px rgba(30, 45, 61, 0.28),
        inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.fu-detail-trust-seal {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-top: 20px;
    padding: 10px 16px;
    border-radius: 12px;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.16);
}

.fu-detail-trust-seal i {
    color: #f5c4cb;
}

.fu-detail-trust-premium .fu-detail-trust-icon {
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.06));
    border: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.fu-detail-more-cta {
    position: absolute;
    right: 20px;
    bottom: 22px;
    z-index: 3;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 16px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    background: rgba(255, 255, 255, 0.16);
    border: 1px solid rgba(255, 255, 255, 0.28);
    backdrop-filter: blur(8px);
    transition: background 0.3s ease, transform 0.3s ease;
}

.fu-detail-more-card:hover .fu-detail-more-cta {
    background: var(--fu-red);
    border-color: var(--fu-red);
    transform: translateX(4px);
}

.fu-detail-spotlight-card p {
    position: relative;
    z-index: 1;
    margin: 0;
    font-size: 14px;
    line-height: 1.68;
    color: var(--fu-muted);
}

.fu-detail-spotlight-body {
    font-size: 15px;
    line-height: 1.72;
    color: var(--fu-text);
    margin-bottom: 10px !important;
}

.fu-detail-spotlight-extra {
    font-size: 14px;
    line-height: 1.68;
    color: var(--fu-muted);
    padding-top: 10px;
    border-top: 1px dashed rgba(30, 45, 61, 0.1);
}

.fu-detail-spotlight-card:first-child h3 {
    font-size: clamp(19px, 2.5vw, 22px);
}

.fu-detail-spotlight-card:first-child p {
    font-size: 15px;
}

.fu-detail-trust {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    gap: 0;
    border-radius: 24px;
    overflow: hidden;
    background: linear-gradient(155deg, #1a2838 0%, #1e2d3d 45%, #152231 100%);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 24px 56px rgba(30, 45, 61, 0.2);
}

.fu-detail-trust-lead {
    padding: clamp(24px, 3vw, 32px);
    border-right: 1px solid rgba(255, 255, 255, 0.08);
    background:
        radial-gradient(circle at 0% 0%, rgba(158, 42, 58, 0.28), transparent 50%);
}

.fu-detail-trust-lead h2 {
    margin: 8px 0 12px;
    font-size: clamp(20px, 2.6vw, 24px);
    font-weight: 700;
    letter-spacing: -0.02em;
    color: #fff;
    line-height: 1.2;
}

.fu-detail-trust-lead p {
    margin: 0;
    font-size: 14px;
    line-height: 1.65;
    color: rgba(255, 255, 255, 0.68);
    max-width: 32ch;
}

.fu-detail-trust-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.fu-detail-trust-item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 18px 22px;
    border-top: 1px solid rgba(255, 255, 255, 0.07);
    transition: background 0.25s ease;
}

.fu-detail-trust-item:first-child {
    border-top: 0;
}

.fu-detail-trust-item:hover {
    background: rgba(255, 255, 255, 0.04);
}

.fu-detail-trust-icon {
    width: 38px;
    height: 38px;
    border-radius: 11px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 15px;
    color: #f5c4cb;
    background: rgba(255, 255, 255, 0.08);
}

.fu-detail-trust-item strong {
    display: block;
    margin-bottom: 4px;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
}

.fu-detail-trust-item span {
    display: block;
    font-size: 13px;
    line-height: 1.55;
    color: rgba(255, 255, 255, 0.62);
}

/* ── Related projects showcase ── */
.fu-detail-more {
    margin-bottom: clamp(16px, 4vw, 32px);
}

.fu-detail-more-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 24px;
}

.fu-detail-more-head h2 {
    margin: 8px 0 0;
    font-size: clamp(24px, 3.4vw, 32px);
    font-weight: 700;
    letter-spacing: -0.03em;
    color: var(--fu-navy);
    line-height: 1.12;
}

.fu-detail-more-count {
    flex-shrink: 0;
    padding: 8px 14px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
    color: var(--fu-red);
    background: var(--fu-red-light);
    border: 1px solid rgba(158, 42, 58, 0.12);
}

.fu-detail-more-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.fu-detail-more-card {
    display: block;
    text-decoration: none;
    color: inherit;
    border-radius: 24px;
    overflow: hidden;
    transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

.fu-detail-more-card:hover {
    transform: translateY(-6px);
}

.fu-detail-more-card.is-hero {
    grid-column: 1 / -1;
}

.fu-detail-more-visual {
    position: relative;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    background: var(--fu-navy);
    border-radius: 24px;
    box-shadow: 0 20px 50px rgba(30, 45, 61, 0.14);
}

.fu-detail-more-card.is-hero .fu-detail-more-visual {
    aspect-ratio: 21 / 9;
}

.fu-detail-more-visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1), filter 0.4s ease;
}

.fu-detail-more-card:hover .fu-detail-more-visual img {
    transform: scale(1.06);
    filter: brightness(0.92);
}

.fu-detail-more-shade {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(15, 23, 35, 0.05) 0%, rgba(15, 23, 35, 0.15) 35%, rgba(15, 23, 35, 0.88) 100%);
    pointer-events: none;
}

.fu-detail-more-tag {
    position: absolute;
    top: 18px;
    left: 18px;
    z-index: 2;
    padding: 7px 12px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.04em;
    color: #fff;
    background: rgba(255, 255, 255, 0.14);
    border: 1px solid rgba(255, 255, 255, 0.22);
    backdrop-filter: blur(8px);
}

.fu-detail-more-caption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    padding: 22px 80px 24px 24px;
    color: #fff;
}

.fu-detail-more-index {
    display: block;
    margin-bottom: 8px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.16em;
    color: rgba(255, 255, 255, 0.5);
}

.fu-detail-more-caption h3 {
    margin: 0 0 6px;
    font-size: clamp(18px, 2.4vw, 24px);
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1.2;
}

.fu-detail-more-card.is-hero .fu-detail-more-caption h3 {
    font-size: clamp(22px, 3vw, 30px);
}

.fu-detail-more-caption p {
    margin: 0;
    max-width: 52ch;
    font-size: 13px;
    line-height: 1.55;
    color: rgba(255, 255, 255, 0.78);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.fu-detail-more-arrow {
    position: absolute;
    right: 20px;
    bottom: 22px;
    z-index: 3;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    color: var(--fu-navy);
    background: #fff;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease, background 0.3s ease, color 0.3s ease;
}

.fu-detail-more-card:hover .fu-detail-more-arrow {
    transform: translate(4px, -4px);
    background: var(--fu-red);
    color: #fff;
}

.fu-detail-video {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 28px;
    background: var(--fu-navy);
    color: #fff;
    border: none;
    font-family: var(--fu-font);
    font-weight: 600;
    font-size: 15px;
    border-radius: 999px;
    cursor: pointer;
    transition: opacity 0.2s;
}

.fu-detail-video:hover { opacity: 0.9; }

/* ── List & search pages ── */
.list-view {
    max-width: 1280px;
    margin: 0 auto;
    padding: 40px 32px 80px;
}

.filter-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 32px;
    position: relative;
    z-index: 30;
    overflow: visible;
}

.filter-area .view a {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    border: 1px solid var(--fu-border);
    background: #fff;
    color: var(--fu-muted);
    margin-right: 6px;
    text-decoration: none;
    transition: all 0.2s;
}

.filter-area .view a.active-view,
.filter-area .view a:hover {
    border-color: var(--fu-red);
    color: var(--fu-red);
    background: var(--fu-red-light);
}

.list-search-form .search-wrapper {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 20;
    background: #fff;
    border: 1px solid var(--fu-border);
    border-radius: 999px;
    padding: 6px 6px 6px 18px;
    min-width: 280px;
}

.list-search-input {
    border: none;
    background: transparent;
    font-family: var(--fu-font);
    font-size: 14px;
    outline: none;
    flex: 1;
}

.list-search-form button {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: none;
    background: var(--fu-red);
    color: #fff;
    cursor: pointer;
}

.project-list-area {
    display: grid !important;
    gap: 16px !important;
}

.project-list-area.list {
    grid-template-columns: 1fr !important;
}

.project-list-area.grid {
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)) !important;
}

/* ── List cards ── */
.fu-list-card {
    display: grid;
    grid-template-columns: 220px minmax(0, 1fr) auto;
    align-items: center;
    gap: 20px;
    min-height: 132px;
    padding: 16px 20px;
    background: #fff;
    border: 1px solid var(--fu-border);
    border-radius: var(--fu-radius);
    box-shadow: var(--fu-shadow);
    transition: transform 0.25s, box-shadow 0.25s;
}

.fu-list-card:hover {
    transform: translateY(-2px);
    box-shadow: var(--fu-shadow-lg);
}

.fu-list-card-media {
    display: block;
    width: 220px;
    aspect-ratio: 16 / 9;
    height: auto;
    border-radius: 12px;
    overflow: hidden;
    flex-shrink: 0;
    background: #eef2f6;
}

.fu-list-card-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    display: block;
}

.fu-list-card-body {
    min-width: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 6px;
}

.fu-list-card-title {
    margin: 0;
    font-size: 15px;
    font-weight: 700;
    color: var(--fu-navy);
    line-height: 1.35;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.fu-list-card-desc {
    margin: 0;
    font-size: 13px;
    line-height: 1.5;
    color: var(--fu-muted);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.fu-list-card-actions {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
    gap: 6px;
    flex-shrink: 0;
    min-width: 148px;
}

.fu-list-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 30px;
    padding: 5px 12px;
    border-radius: 999px;
    font-family: var(--fu-font);
    font-size: 11px;
    font-weight: 600;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    border: 1px solid transparent;
    transition: background 0.2s, color 0.2s, border-color 0.2s;
}

.fu-list-btn-video {
    background: var(--fu-red-light);
    color: var(--fu-red);
    border-color: rgba(158, 42, 58, 0.12);
}

.fu-list-btn-video:hover {
    background: #fce8eb;
    color: var(--fu-red);
}

.fu-list-btn-muted {
    background: #faf5f6;
    color: #b07a84;
    border-color: rgba(158, 42, 58, 0.08);
    cursor: default;
}

.fu-list-btn-detail {
    background: var(--fu-red);
    color: #fff;
}

.fu-list-btn-detail:hover {
    background: var(--fu-red-soft);
    color: #fff;
}

.fu-list-btn-preview {
    background: var(--fu-bg);
    color: var(--fu-muted);
    border-color: var(--fu-border);
}

.fu-list-btn-preview:hover {
    background: #fff;
    color: var(--fu-navy);
    border-color: #d5dde6;
}

.fu-list-btn-preview.is-disabled {
    opacity: 0.55;
    cursor: default;
    pointer-events: none;
}

.project-list-area.grid .fu-list-card {
    grid-template-columns: 1fr;
    grid-template-rows: auto 1fr auto;
    min-height: 360px;
    height: 100%;
    padding: 0;
    overflow: hidden;
}

.project-list-area.grid .fu-list-card-media {
    width: 100%;
    aspect-ratio: 16 / 9;
    height: auto;
    border-radius: 0;
}

.project-list-area.grid .fu-list-card-body {
    padding: 16px 18px 8px;
    flex: 1;
}

.project-list-area.grid .fu-list-card-actions {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 8px;
    padding: 0 18px 18px;
    min-width: 0;
}

.project-list-area.grid .fu-list-btn {
    flex: 1 1 auto;
    min-width: 0;
    white-space: normal;
}

/* Legacy list classes (kept for compatibility) */
.project-type {
    display: block !important;
    background: #fff !important;
    border: 1px solid var(--fu-border) !important;
    border-radius: var(--fu-radius) !important;
    overflow: hidden !important;
    text-decoration: none !important;
    box-shadow: var(--fu-shadow) !important;
    transition: transform 0.25s, box-shadow 0.25s !important;
    width: 100% !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    float: none !important;
    position: static !important;
}

.project-type:hover {
    transform: translateY(-4px) !important;
    box-shadow: var(--fu-shadow-lg) !important;
}

.project-type-inner {
    display: flex !important;
    flex-direction: column !important;
    padding: 0 !important;
    background: none !important;
    border: none !important;
    width: 100% !important;
    height: auto !important;
}

.project-list-area.list .project-type-inner {
    flex-direction: row !important;
}

.project-type-inner > img {
    width: 100% !important;
    height: auto !important;
    max-height: none !important;
    object-fit: unset !important;
    margin: 0 !important;
    border-radius: 0 !important;
    display: block !important;
}

.project-list-area.list .project-type-inner > img {
    width: 260px !important;
    min-width: 260px !important;
    height: auto !important;
    min-height: 160px !important;
}

.project-name, .project-name-altern {
    font-family: var(--fu-font) !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    color: var(--fu-navy) !important;
    padding: 16px 20px 4px !important;
    display: block !important;
    background: none !important;
    position: static !important;
    width: auto !important;
}

.project-explanation {
    padding: 0 20px !important;
    position: static !important;
}

.project-explanation span {
    font-size: 13px !important;
    color: var(--fu-muted) !important;
}

.project-type-inner > div:last-child {
    display: flex !important;
    gap: 8px !important;
    padding: 12px 20px 18px !important;
    position: static !important;
}

.intro-video, .preview {
    font-size: 11px !important;
    font-weight: 600 !important;
    padding: 5px 12px !important;
    border-radius: 6px !important;
    position: static !important;
    display: inline-block !important;
    width: auto !important;
    height: auto !important;
    background: var(--fu-red-light) !important;
    color: var(--fu-red) !important;
    border: none !important;
}

.preview {
    background: var(--fu-bg) !important;
    color: var(--fu-muted) !important;
}

/* ── Responsive ── */

/* Coverflow — büyük ekran: kart alt hizası ve yatay adım ölçekleme (görsel/kart boyutu değişmez) */
@media (min-width: 901px) {
    .fu-coverflow-stage {
        height: min(42vh, 396px);
        min-height: 320px;
        --coverflow-step: clamp(248px, 22vw, 300px);
    }

    .fu-coverflow-card {
        top: auto;
        bottom: clamp(28px, 9%, 52px);
        transform: translate(-50%, 0)
            translateX(calc(var(--offset, 0) * var(--coverflow-step)))
            rotateY(calc(var(--offset, 0) * -30deg))
            scale(calc(1.22 - (var(--offset-abs, 0) * 0.12)));
        transform-origin: 50% 100%;
    }
}

@media (min-width: 1200px) {
    .fu-coverflow-stage {
        height: min(44vh, 416px);
        min-height: 340px;
        --coverflow-step: clamp(260px, 20vw, 310px);
    }

    .fu-coverflow-card {
        bottom: clamp(32px, 10%, 56px);
    }
}

@media (min-width: 1600px) {
    .fu-coverflow-stage {
        --coverflow-step: 300px;
    }
}

@media (max-width: 900px) {
    .fu-nav-banner, .fu-search-banner { display: none; }
    .fu-menu-toggle-banner { display: block; margin-left: auto; }
    .fu-header-deco { display: none; }
    /* ── Home intro video ── */
    .fu-home-intro { padding: 8px 12px 10px; max-width: 100%; }
    .fu-home-hero {
        grid-template-columns: 1fr;
        gap: 20px;
        padding: 10px 16px 6px;
        max-width: 100%;
    }
    .fu-home-hero-media {
        max-width: min(480px, 100%);
        margin: 0 auto;
        justify-self: center;
    }
    .fu-home-hero-copy {
        text-align: center;
        justify-self: center;
        margin: 0 auto;
    }
    .fu-home-projects {
        padding: 12px 20px 48px;
    }
    .fu-home-projects .fu-grid {
        grid-template-columns: 1fr;
    }
    .fu-home-stats-bar {
        padding: 4px 12px 8px;
        font-size: 12px;
        gap: 8px 12px;
    }
    .fu-home-stats-item strong { font-size: 15px; }
    .fu-home-intro-video {
        border-radius: 16px;
        max-height: min(46vh, 420px);
    }
    .fu-home-intro-caption { left: 18px; right: 18px; bottom: 16px; }
    .fu-home-intro-caption h1 { font-size: 24px; }
    .fu-home-intro-caption p { font-size: 12px; }
    .fu-coverflow-section {
        margin-top: 20px;
    }
    .fu-coverflow-band-inner {
        padding: 28px 16px 34px;
    }
    .fu-coverflow-head {
        margin-bottom: 22px;
    }
    .fu-coverflow-rule {
        margin-bottom: 22px;
    }
    .fu-coverflow-rule-bottom {
        margin-top: 26px;
    }
    .fu-coverflow-rule-line {
        max-width: 120px;
    }
    .fu-coverflow-rule-dot {
        width: 6px;
        height: 6px;
        margin: 0 10px;
    }
    .fu-coverflow-stage {
        height: min(42vh, 360px);
        min-height: 290px;
        --coverflow-step: 220px;
    }
    .fu-coverflow-card {
        width: min(86vw, 280px);
        height: auto;
        top: auto;
        bottom: clamp(20px, 7%, 40px);
        transform: translate(-50%, 0)
            translateX(calc(var(--offset, 0) * var(--coverflow-step)))
            rotateY(calc(var(--offset, 0) * -30deg))
            scale(calc(1.22 - (var(--offset-abs, 0) * 0.12)));
        transform-origin: 50% 100%;
    }

    .fu-coverflow-shell {
        grid-template-columns: 32px minmax(0, 1fr) 32px;
        gap: 4px;
    }
    .fu-projects-page { padding: 12px 20px 48px; }
    .fu-projects-page-layout {
        grid-template-columns: 1fr;
        gap: 16px;
    }
    .fu-projects-page-aside {
        position: static;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        gap: 12px;
        padding-top: 0;
    }
    .fu-counter-page {
        width: 72px;
        height: 72px;
    }
    .fu-counter-page .fu-counter-core strong { font-size: 17px; }
    .fu-brand-banner-text strong,
    .fu-brand-banner-text .fu-brand-title span { font-size: 18px; }
    .fu-brand-uni { font-size: 9px; }
    .fu-brand-banner img { height: 46px; }
    .fu-counter-visual { width: 72px; height: 72px; }
    .fu-counter-ring-2 { inset: 8px; }
    .fu-counter-ring-3 { inset: 15px; }
    .fu-counter-core { width: 36px; height: 36px; }
    .fu-counter-core strong { font-size: 17px; }
    .fu-intro-band-inner { padding: 0 20px; }
    .fu-home-split { padding: 16px 20px 8px; }
    .fu-home-split-inner {
        min-height: 48px;
    }
    .fu-counter-align {
        justify-content: flex-end;
        padding: 0 0 0 10px;
    }
    .fu-counter-visual-sm {
        width: 58px;
        height: 58px;
    }
    .fu-counter-visual-sm .fu-counter-core {
        width: 30px;
        height: 30px;
    }
    .fu-counter-visual-sm .fu-counter-core strong {
        font-size: 15px;
    }
    .fu-nav, .fu-search { display: none; }
    .fu-menu-toggle { display: block; margin-left: auto; }
    .fu-header-inner { padding: 12px 20px; }
    .fu-detail-shell {
        padding: 0 20px;
    }

    .fu-detail-hero-grid {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .fu-detail-hero-copy {
        text-align: center;
    }

    .fu-detail-hero-copy .fu-detail-meta,
    .fu-detail-hero-copy .fu-detail-actions,
    .fu-detail-trust-badges {
        justify-content: center;
    }

    .fu-detail-hero-copy .fu-detail-kicker {
        margin-left: auto;
        margin-right: auto;
    }

    .fu-detail-device--phone,
    .fu-detail-device--tablet {
        display: none;
    }

    .fu-detail-spec-grid {
        grid-template-columns: 1fr 1fr;
    }

    .fu-detail-trust-list {
        grid-template-columns: 1fr;
    }

    .fu-detail-hero-stage {
        min-height: 0;
    }

    .fu-detail-devices {
        max-width: 100%;
    }

    .fu-detail-story-inner {
        padding: 26px 22px;
    }

    .fu-detail-prose p {
        font-size: 16px;
    }

    .fu-detail-browser:hover {
        transform: translateY(-2px);
    }

    .fu-detail-trust {
        grid-template-columns: 1fr;
    }

    .fu-detail-trust-lead {
        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    }

    .fu-detail-spotlight-grid-3,
    .fu-detail-spotlight-grid-4,
    .fu-detail-spotlight-grid-2 {
        grid-template-columns: 1fr;
    }

    .fu-detail-spotlight-grid-3 .fu-detail-spotlight-card:first-child {
        grid-row: auto;
    }

    .fu-detail-identity {
        flex-direction: column;
        align-items: flex-start;
    }

    .fu-detail-more-grid {
        grid-template-columns: 1fr;
    }

    .fu-detail-more-card.is-hero .fu-detail-more-visual {
        aspect-ratio: 16 / 10;
    }

    .fu-detail-more-head {
        flex-direction: column;
        align-items: flex-start;
    }

    .fu-list-card {
        grid-template-columns: 120px minmax(0, 1fr);
        grid-template-rows: auto auto;
        min-height: 0;
        gap: 12px 14px;
        padding: 14px;
    }

    .fu-list-card-media {
        width: 120px;
        height: 84px;
        grid-row: span 2;
    }

    .fu-list-card-actions {
        grid-column: 1 / -1;
        flex-direction: row;
        flex-wrap: wrap;
        min-width: 0;
    }

    .fu-list-btn {
        flex: 1 1 calc(50% - 4px);
        min-width: 0;
        white-space: normal;
    }
}

@media (prefers-reduced-motion: reduce) {
    .fu-hero-grid { animation: none; }
    .fu-orb { animation: none; }
    .fu-coverflow-card { transition: none; }
    .fu-coverflow-card-inner { transition: none; }
    .fu-home-splash-glow { animation: none; }
    .fu-home-splash-inner { animation: none; }
    .fu-home-reveal > * { transition: none; opacity: 1; transform: none; }
}

@media (max-width: 1024px) {
    .fu-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .fu-projects-home .fu-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .fu-home-projects .fu-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 640px) {
    .fu-hero { min-height: 85vh; padding: 60px 20px 80px; }
    .fu-projects { padding: 48px 20px 64px; }
    .fu-projects.fu-projects-home { padding: 4px 20px 40px; }
    .fu-coverflow-section { margin-top: 12px; }
    .fu-coverflow-band-inner { padding: 24px 12px 30px; }
    .fu-projects-home .fu-grid { grid-template-columns: 1fr; }
    .fu-grid { grid-template-columns: 1fr; }
    .fu-intro-band-inner { padding: 0 20px; }
    .fu-counter-align { width: auto; padding-right: 0; }
}

/* ── Footer ── */
.fu-footer {
    background: var(--fu-navy);
    color: rgba(255, 255, 255, 0.88);
    margin-top: 48px;
}

.fu-footer-inner {
    max-width: 1280px;
    margin: 0 auto;
    padding: 48px 32px 32px;
    display: grid;
    grid-template-columns: 1.4fr 1fr 1fr 1fr;
    gap: 32px;
}

.fu-footer-brand {
    display: flex;
    gap: 14px;
    align-items: flex-start;
}

.fu-footer-brand img {
    height: 52px;
    width: auto;
    background: transparent;
    border: 0;
    border-radius: 0;
    padding: 0;
    box-shadow: none;
}

.fu-footer-brand strong {
    display: block;
    font-size: 15px;
    color: #fff;
    margin-bottom: 4px;
}

.fu-footer-brand span {
    display: block;
    font-size: 13px;
    opacity: 0.8;
    line-height: 1.5;
}

.fu-footer-sub {
    margin-top: 6px;
    color: #f0b4bc !important;
    font-weight: 600;
}

.fu-footer-col h3 {
    margin: 0 0 14px;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #fff;
}

.fu-footer-col ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.fu-footer-col li {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.5;
}

.fu-footer-col a {
    color: rgba(255, 255, 255, 0.85);
    text-decoration: none;
    transition: color 0.2s;
}

.fu-footer-col a:hover {
    color: #fff;
}

.fu-footer-col i {
    width: 18px;
    margin-right: 6px;
    color: var(--fu-red-soft);
}

.fu-footer-admin {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #f0b4bc !important;
    font-weight: 600;
}

.fu-footer-admin:hover {
    color: #fff !important;
}

.fu-footer-admin i {
    margin-right: 0;
    font-size: 12px;
}

.fu-footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    padding: 18px 32px;
    text-align: center;
}

.fu-footer-bottom p {
    margin: 0;
    font-size: 13px;
    opacity: 0.75;
}

@media (max-width: 900px) {
    .fu-footer-inner {
        grid-template-columns: 1fr 1fr;
        padding: 36px 20px 24px;
    }
}

@media (max-width: 560px) {
    .fu-footer-inner {
        grid-template-columns: 1fr;
    }
}

/* ═══════════════════════════════════════════════
   Enterprise Detail Page
   ═══════════════════════════════════════════════ */

.fu-detail-enterprise {
    overflow: visible;
    padding-bottom: 0;
    background: var(--fu-bg);
    font-family: var(--fu-font);
    color: var(--fu-text);
}

.fu-detail-enterprise .fu-ent-container {
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
    padding: 0 32px;
}

.fu-ent-detail-main {
    width: 100%;
    margin-inline: auto;
}

.fu-ent-detail-main--video {
    max-width: 1040px;
}

.fu-ent-detail-main--single-photo {
    max-width: 1160px;
    margin-inline: auto;
}

/* Tüm içerik blokları aynı container genişliğinde ve tutarlı dikey boşlukta */
.fu-ent-detail-main--single-photo .fu-ent-photo-stack {
    gap: 28px;
}

.fu-ent-detail-main--single-photo .fu-ent-photo-grid--single .fu-ent-hero-visual,
.fu-ent-detail-main--single-photo .fu-ent-photo-grid.fu-ent-photo-grid--single .fu-ent-hero-frame {
    max-width: none;
    margin-inline: 0;
}

/* Detay bölümlerini arka plandan ayırmak için yumuşak beyaz kartlar */
.fu-detail-enterprise .fu-ent-detail-main--single-photo .fu-ent-story,
.fu-detail-enterprise .fu-ent-detail-main--single-photo .fu-ent-value-band {
    padding: clamp(20px, 3vw, 30px);
    border: 1px solid rgba(30, 45, 61, 0.07);
    border-top: 1px solid rgba(30, 45, 61, 0.07);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 10px 30px rgba(30, 45, 61, 0.06);
}

.fu-detail-enterprise .fu-ent-detail-main--single-photo .fu-ent-story {
    margin-top: 28px;
}

.fu-detail-enterprise .fu-ent-detail-main--single-photo .fu-ent-value-band {
    margin-top: 28px;
}

.fu-ent-detail-main--photo {
    max-width: 1040px;
}

.fu-ent-detail-main .fu-ent-hero-copy,
.fu-ent-detail-main .fu-ent-story {
    margin-left: 0;
    width: 100%;
}

.fu-detail-enterprise .fu-detail-back.fu-ent-back {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    width: auto;
    margin: 8px 0 12px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    backdrop-filter: none;
    font-size: 14px;
    font-weight: 600;
    color: var(--fu-muted);
    text-decoration: none;
    transition: color 0.2s;
}

.fu-detail-enterprise .fu-detail-back.fu-ent-back:hover {
    color: var(--fu-red);
    background: transparent;
    border-color: transparent;
    transform: none;
}

.fu-ent-detail-main .fu-ent-hero-copy--solo {
    margin-bottom: 20px;
}

.fu-ent-detail-main .fu-ent-hero-copy--solo .fu-ent-hero-actions {
    margin-top: 16px;
    margin-bottom: 0;
}

/* Hero band */
.fu-ent-hero-band {
    margin-top: 0;
    padding: 8px 0 48px;
    background: var(--fu-bg);
}

.fu-detail-enterprise .fu-ent-hero-band {
    padding-top: 0;
}

.fu-detail-enterprise .fu-ent-hero-copy {
    padding-top: 0;
}

.fu-ent-hero-copy {
    padding-top: 24px;
}

.fu-ent-video-stack {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
}

.fu-ent-video-photo-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    align-items: stretch;
}

.fu-ent-video-photo-grid .fu-ent-video-main,
.fu-ent-video-photo-grid .fu-ent-video-side-photo {
    min-width: 0;
    display: flex;
    flex-direction: column;
}

.fu-ent-video-photo-grid .fu-ent-hero-frame,
.fu-ent-video-photo-grid .fu-ent-video-main-frame {
    flex: 1;
    display: flex;
    flex-direction: column;
    box-shadow: 0 12px 36px rgba(158, 42, 58, 0.18);
}

.fu-ent-video-photo-grid .fu-ent-hero-frame-inner:not(.fu-ent-hero-frame-video) {
    flex: 1;
    aspect-ratio: 16 / 9;
}

.fu-ent-video-photo-grid .fu-ent-hero-video-player {
    height: 100%;
}

.fu-ent-video-photo-grid .fu-ent-hero-video-player iframe,
.fu-ent-video-photo-grid .fu-ent-hero-video-player video {
    width: 100%;
    height: 100%;
    aspect-ratio: auto;
}

.fu-ent-video-main {
    width: 100%;
}

.fu-ent-photo-stack {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
}

.fu-ent-photo-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    align-items: stretch;
}

.fu-ent-photo-grid--single {
    grid-template-columns: 1fr;
}

.fu-ent-photo-grid--single .fu-ent-hero-visual {
    width: 100%;
    max-width: 800px;
    margin-inline: auto;
}

.fu-ent-photo-grid.fu-ent-photo-grid--single .fu-ent-hero-frame {
    flex: unset;
    width: 100%;
    max-width: 800px;
    margin-inline: auto;
}

.fu-ent-photo-grid .fu-ent-hero-visual {
    min-width: 0;
}

.fu-ent-photo-grid .fu-ent-hero-visual {
    display: flex;
    flex-direction: column;
}

.fu-ent-photo-grid .fu-ent-hero-frame {
    flex: 1;
    display: flex;
    flex-direction: column;
    box-shadow: 0 12px 36px rgba(158, 42, 58, 0.18);
}

.fu-ent-photo-grid .fu-ent-hero-frame-inner {
    flex: 1;
    aspect-ratio: 16 / 9;
    position: relative;
    line-height: 0;
    background: #fff;
    scrollbar-width: thin;
    scrollbar-color: rgba(158, 42, 58, 0.35) transparent;
}

.fu-ent-hero-frame-inner--fit-width {
    display: block;
    overflow-x: hidden;
    overflow-y: auto;
}

.fu-ent-hero-frame-inner--fit-width img {
    width: 100%;
    height: auto;
    display: block;
}

.fu-ent-hero-frame-inner--fit-natural {
    aspect-ratio: var(--frame-aspect, auto);
    width: 100%;
    height: auto;
    flex: none !important;
    overflow: hidden;
    background: #fff;
    line-height: 0;
}

.fu-ent-hero-frame-inner--fit-natural img {
    width: 100%;
    height: auto;
    display: block;
}

.fu-ent-photo-grid .fu-ent-hero-frame:has(.fu-ent-hero-frame-inner--fit-natural) {
    flex: none !important;
    height: auto;
    align-self: center;
}

.fu-ent-photo-grid--single .fu-ent-hero-visual:has(.fu-ent-hero-frame-inner--fit-natural) {
    height: auto;
    align-self: center;
}

.fu-ent-photo-grid .fu-ent-hero-frame-inner.fu-ent-hero-frame-inner--fit-natural {
    aspect-ratio: var(--frame-aspect, auto) !important;
    height: auto !important;
    min-height: 0;
    flex: none !important;
}

.fu-ent-hero-frame-inner--fit-height {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow-x: auto;
    overflow-y: hidden;
}

.fu-ent-hero-frame-inner--fit-height img {
    height: 100%;
    width: auto;
    max-width: none;
    display: block;
    flex-shrink: 0;
}

.fu-ent-hero-frame-inner--fit-contain {
    display: block;
    overflow: hidden;
    background: #eef0f4;
}

/* 50. Yıl Hatıra Diploması — görselin tamamı görünsün, üst/yan kırpma yok */
.fu-card-img--fit-focus {
    overflow: hidden;
    background: #fff;
}

.fu-card-img--fit-focus .fu-card-img-main,
.fu-card-img--fit-focus > img {
    object-fit: contain !important;
    object-position: center center !important;
    transform: none !important;
}

.fu-ent-hero-frame-inner--fit-focus {
    aspect-ratio: 16 / 9 !important;
    height: auto !important;
    flex: none !important;
    overflow: hidden;
    position: relative;
    background: #fff;
    line-height: 0;
}

.fu-ent-hero-frame-inner--fit-focus img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: unset;
    object-position: center center;
    transform: none;
}

.fu-ent-photo-grid .fu-ent-hero-frame:has(.fu-ent-hero-frame-inner--fit-focus) {
    flex: none !important;
    height: auto;
    align-self: center;
}

.fu-ent-hero-frame-inner--fit-exact {
    display: block;
    overflow: hidden;
    background: #f4f6f8;
}

.fu-ent-hero-frame-inner--fit-exact img,
.fu-ent-hero-frame-inner--fit-contain img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.fu-ent-photo-grid.fu-ent-photo-grid--single .fu-ent-hero-frame-inner {
    flex: unset;
    width: 100%;
}

.fu-ent-hero-copy--solo {
    max-width: none;
    margin-bottom: 16px;
}

.fu-ent-video-main {
    width: 100%;
}

.fu-ent-story--video {
    padding: 0;
}

.fu-ent-eyebrow {
    margin: 0 0 8px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--fu-red);
}

.fu-ent-hero-copy h1 {
    margin: 0 0 12px;
    font-size: clamp(1.85rem, 3.5vw, 2.65rem);
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: -0.03em;
    color: var(--fu-navy);
}

.fu-ent-hero-copy h1::after {
    content: '';
    display: block;
    width: 40px;
    height: 3px;
    margin-top: 12px;
    border-radius: 999px;
    background: var(--fu-red);
}

.fu-ent-hero-meta {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin: 0 0 20px;
    padding: 0;
    list-style: none;
    border-top: 1px solid rgba(30, 45, 61, 0.1);
}

.fu-ent-hero-meta-item {
    display: grid;
    grid-template-columns: 92px minmax(0, 1fr);
    gap: 10px;
    align-items: baseline;
    padding: 11px 0;
    border-bottom: 1px solid rgba(30, 45, 61, 0.1);
}

.fu-ent-hero-meta-label {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    font-size: 13px;
    font-weight: 600;
    color: var(--fu-muted);
}

.fu-ent-hero-meta-label i {
    width: 14px;
    font-size: 12px;
    color: var(--fu-red);
    opacity: 0.75;
}

.fu-ent-hero-meta-value {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
    color: var(--fu-navy);
}

.fu-ent-hero-meta-value--active {
    color: #1f7a4a;
}

.fu-ent-hero-meta-value--inactive {
    color: var(--fu-muted);
}

.fu-ent-hero-meta--inline {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px 28px;
    margin: 16px 0 0;
    border-top: 1px solid rgba(30, 45, 61, 0.1);
    padding-top: 14px;
}

.fu-ent-hero-meta--inline .fu-ent-hero-meta-item {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 0;
    border-bottom: none;
}

.fu-ent-hero-meta--inline .fu-ent-hero-meta-item + .fu-ent-hero-meta-item {
    padding-left: 28px;
    border-left: 1px solid rgba(30, 45, 61, 0.12);
}

.fu-ent-video-stack .fu-ent-hero-meta--inline {
    margin-top: 14px;
    padding-top: 0;
    border-top: none;
}

.fu-ent-photo-stack .fu-ent-hero-meta--inline {
    margin-top: 14px;
    padding-top: 0;
    border-top: none;
}

.fu-ent-extra-gallery + .fu-ent-hero-meta--inline {
    margin-top: 16px;
    padding-top: 14px;
    border-top: 1px solid rgba(30, 45, 61, 0.1);
}

.fu-ent-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.fu-ent-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 24px;
    border-radius: 4px;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    transition: background 0.2s, color 0.2s, border-color 0.2s, transform 0.2s;
}

.fu-ent-btn-primary {
    background: var(--fu-red);
    color: #fff;
}

.fu-ent-btn-primary:hover {
    background: #872031;
    color: #fff;
    transform: translateY(-1px);
}

.fu-ent-btn-outline {
    border: 1.5px solid var(--fu-red);
    color: var(--fu-red);
    background: transparent;
}

.fu-ent-btn-outline:hover {
    background: var(--fu-red-light);
    color: var(--fu-red);
}

.fu-ent-hero-visual {
    min-width: 0;
}

.fu-ent-hero-frame {
    padding: 8px;
    border-radius: 12px;
    background: var(--fu-red);
    box-shadow: 0 12px 40px rgba(158, 42, 58, 0.18);
}

.fu-ent-hero-frame-inner {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    background: #f4f6f8;
}

.fu-ent-hero-frame-inner.fu-ent-hero-frame-inner--fit-width {
    overflow-x: hidden;
    overflow-y: auto;
}

.fu-ent-hero-frame-inner.fu-ent-hero-frame-inner--fit-height {
    overflow-x: auto;
    overflow-y: hidden;
}

.fu-ent-hero-frame-video {
    background: #000;
}

.fu-ent-hero-video-player {
    overflow: hidden;
    border-radius: 8px;
}

.fu-ent-hero-video-player iframe,
.fu-ent-hero-video-player video {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    border: 0;
    background: #000;
}

.fu-ent-hero-caption {
    margin: 14px 0 0;
    font-size: 14px;
    color: var(--fu-muted);
}

/* Sections */
.fu-ent-label {
    display: inline-block;
    margin-bottom: 12px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--fu-red);
}

.fu-ent-section-title {
    margin: 0 0 10px;
    font-size: clamp(1.05rem, 2vw, 1.25rem);
    font-weight: 700;
    letter-spacing: -0.01em;
    color: var(--fu-red);
}

.fu-ent-section-head {
    margin-bottom: 40px;
    max-width: 640px;
}

.fu-ent-section-head h2:not(.fu-ent-section-title) {
    margin: 0;
    font-size: clamp(1.4rem, 2.5vw, 1.85rem);
    font-weight: 700;
    letter-spacing: -0.02em;
    color: var(--fu-navy);
}

.fu-ent-section-head .fu-ent-section-title {
    margin: 0 0 14px;
    color: var(--fu-red);
}

.fu-ent-detail-main .fu-ent-story {
    padding: 24px 0 0;
}

.fu-ent-story.fu-ent-story--video {
    padding-top: 0;
}

.fu-ent-story--video .fu-ent-prose,
.fu-ent-story--video .fu-ent-prose p {
    max-width: 100%;
    width: 100%;
}

.fu-ent-prose p {
    margin: 0;
    font-size: 16px;
    line-height: 1.7;
    color: var(--fu-muted);
    text-align: justify;
    text-justify: inter-word;
    hyphens: auto;
    text-wrap: pretty;
}

.fu-ent-value-card h3 {
    margin: 0;
    font-size: 0.95rem;
    font-weight: 700;
    line-height: 1.6;
    color: var(--fu-navy);
    text-align: left;
    text-wrap: pretty;
    hyphens: auto;
}

.fu-ent-value-card p {
    margin: 0;
    font-size: 16px;
    line-height: 1.7;
    color: var(--fu-muted);
    text-align: left;
    text-wrap: pretty;
    hyphens: auto;
}

/* Value cards */
.fu-ent-value-band {
    margin-top: 32px;
    padding: 28px 0 0;
    border-top: 1px solid var(--fu-border);
}

.fu-ent-value-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    align-items: stretch;
}

.fu-ent-value-card {
    display: flex;
    flex-direction: column;
    gap: 10px;
    height: 100%;
    padding: 18px 16px 20px;
    border: 1px solid var(--fu-border);
    border-top: 3px solid var(--fu-red);
    border-radius: 12px;
    background: var(--fu-white);
    box-shadow: var(--fu-shadow);
    transition: box-shadow 0.2s, transform 0.2s;
}

.fu-ent-value-card:hover {
    transform: translateY(-3px);
    box-shadow: var(--fu-shadow-lg);
}

.fu-ent-value-card-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.fu-ent-value-card-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 10px;
    background: var(--fu-red-light);
    color: var(--fu-red);
    font-size: 14px;
}

.fu-ent-value-card-num {
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.08em;
    color: rgba(158, 42, 58, 0.35);
}

.fu-ent-value-card p {
    flex: 1;
}

/* Extra screenshots — only shown when project has additional images */
.fu-ent-extra-gallery {
    margin-top: 20px;
}

.fu-ent-extra-gallery-title {
    margin: 0 0 12px;
    font-size: 15px;
    font-weight: 700;
    color: var(--fu-red);
    letter-spacing: 0.01em;
}

.fu-ent-extra-gallery-grid {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    gap: 10px;
}

.fu-ent-extra-gallery-item {
    display: block;
    width: 124px;
    flex: 0 0 124px;
    padding: 0;
    margin: 0;
    text-align: left;
    cursor: pointer;
    border-radius: 12px;
    overflow: hidden;
    border: 2px solid rgba(30, 45, 61, 0.08);
    background: #fff;
    box-shadow: 0 6px 16px rgba(30, 45, 61, 0.06);
    transition: border-color 0.22s ease, box-shadow 0.22s ease;
}

.fu-ent-extra-gallery-item:hover {
    border-color: rgba(158, 42, 58, 0.42);
    box-shadow: 0 8px 18px rgba(30, 45, 61, 0.1);
}

.fu-ent-extra-gallery-item.is-active {
    border-color: var(--fu-red);
    box-shadow: 0 0 0 2px rgba(158, 42, 58, 0.18);
}

.fu-ent-hero-frame--swappable {
    position: relative;
}

.fu-ent-hero-swap-reset {
    position: absolute;
    top: 14px;
    right: 14px;
    z-index: 2;
    width: 34px;
    height: 34px;
    border: 0;
    border-radius: 50%;
    background: #fff;
    color: var(--fu-navy);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.18);
    cursor: pointer;
}

.fu-ent-hero-swap-reset:hover {
    color: var(--fu-red);
}

.fu-ent-extra-gallery-frame {
    display: block;
    width: 100%;
    background: #fff;
    overflow: hidden;
    line-height: 0;
}

.fu-ent-extra-gallery-frame .fu-ent-hero-frame-inner--fit-natural {
    width: 100%;
    background: #fff;
}

.fu-ent-extra-gallery-frame .fu-ent-hero-frame-inner--fit-natural img {
    width: 100%;
    height: auto;
    display: block;
}

.fu-ent-photo-stack .fu-ent-extra-gallery,
.fu-ent-video-stack .fu-ent-extra-gallery {
    margin-top: 20px;
}

.fu-ent-story--inline {
    margin-top: 20px;
    padding-top: 0;
}

/* Video & gallery */
.fu-ent-video,
.fu-ent-gallery {
    margin-top: 32px;
    padding-top: 28px;
    border-top: 1px solid var(--fu-border);
}

.fu-ent-video .fu-ent-section-title,
.fu-ent-gallery .fu-ent-section-title,
.fu-ent-value-band .fu-ent-section-title {
    margin-bottom: 14px;
}

.fu-ent-video-player {
    overflow: hidden;
    border-radius: 12px;
    box-shadow: var(--fu-shadow-lg);
}

.fu-ent-video-player iframe,
.fu-ent-video-player video {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    border: 0;
    background: #000;
}

/* Related projects — screenshot portfolio cards */
.fu-ent-related-band {
    margin-top: 32px;
    padding: 28px 0 40px;
    background: var(--fu-bg);
    border-top: 1px solid var(--fu-border);
}

.fu-ent-related-band .fu-ent-section-title {
    margin-bottom: 16px;
    color: var(--fu-red);
}

.fu-ent-related-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    align-items: stretch;
}

.fu-ent-portfolio-card {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border-radius: 14px;
    background: var(--fu-white);
    text-decoration: none;
    color: inherit;
    border: 1px solid var(--fu-border);
    box-shadow: var(--fu-shadow);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.fu-ent-portfolio-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--fu-shadow-lg);
}

.fu-ent-portfolio-media {
    aspect-ratio: 16 / 10;
    overflow: hidden;
    background: #e8ebef;
}

.fu-ent-portfolio-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    transition: transform 0.4s ease;
}

.fu-ent-portfolio-card:hover .fu-ent-portfolio-media img {
    transform: scale(1.05);
}

.fu-ent-portfolio-body {
    display: flex;
    flex: 1;
    flex-direction: column;
    gap: 8px;
    padding: 18px 20px 20px;
}

.fu-ent-portfolio-tag {
    align-self: flex-start;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--fu-red);
}

.fu-ent-portfolio-body h3 {
    margin: 0;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.3;
    color: var(--fu-navy);
}

.fu-ent-portfolio-body p {
    flex: 1;
    margin: 0;
    font-size: 14px;
    line-height: 1.6;
    color: var(--fu-muted);
}

.fu-ent-portfolio-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 6px;
    font-size: 14px;
    font-weight: 700;
    color: var(--fu-red);
}

.fu-ent-portfolio-link i {
    font-size: 12px;
    transition: transform 0.2s ease;
}

.fu-ent-portfolio-card:hover .fu-ent-portfolio-link i {
    transform: translateX(4px);
}

@media (max-width: 900px) {
    .fu-ent-video-top {
        margin-bottom: 16px;
    }

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

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

@media (max-width: 680px) {
    .fu-detail-enterprise .fu-ent-container {
        padding: 0 16px;
    }

    .fu-ent-hero-band {
        padding: 16px 0 10px;
    }

    .fu-ent-related-grid {
        grid-template-columns: 1fr;
    }

    .fu-ent-photo-grid {
        grid-template-columns: 1fr;
    }

    .fu-ent-photo-grid--single .fu-ent-hero-visual {
        width: 100%;
        max-width: none;
    }

    .fu-ent-video-photo-grid {
        grid-template-columns: 1fr;
    }

    .fu-ent-value-grid {
        grid-template-columns: 1fr;
    }

    .fu-ent-extra-gallery-item {
        width: 108px;
        flex-basis: 108px;
    }
}

.fu-legal-page {
    padding: 24px 0 48px;
}

.fu-legal-container {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 24px;
}

.fu-legal-header h1 {
    margin: 0 0 24px;
    font-size: clamp(1.75rem, 3vw, 2.25rem);
    font-weight: 700;
    color: var(--fu-navy);
}

.fu-legal-prose {
    padding: 28px 32px;
    border-radius: 16px;
    background: #fff;
    border: 1px solid rgba(30, 45, 61, 0.08);
    box-shadow: 0 8px 32px rgba(30, 45, 61, 0.06);
    color: var(--fu-text-secondary, #425466);
    line-height: 1.7;
    font-size: 15px;
}

.fu-legal-lead {
    font-weight: 600;
    color: var(--fu-navy);
}

.fu-legal-prose h2 {
    margin: 28px 0 10px;
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--fu-navy);
}

.fu-legal-prose ul {
    margin: 0 0 16px;
    padding-left: 1.25rem;
}

.fu-legal-prose a {
    color: var(--fu-red);
    text-decoration: underline;
    text-underline-offset: 2px;
}

.fu-legal-prose a:hover {
    color: var(--fu-navy);
}
