.material-symbols-outlined { font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24; vertical-align: middle; }
.material-symbols-outlined[data-weight="fill"] { font-variation-settings: 'FILL' 1; }
.ambient-shadow { box-shadow: 0px 12px 32px rgba(11, 31, 51, 0.05); }
.hover-lift { transition: transform 0.3s ease, box-shadow 0.3s ease; }
.hover-lift:hover { transform: translateY(-4px); }
.img-scale-hover, .hover-card-img { transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1); }
.group:hover .img-scale-hover, .group:hover .hover-card-img { transform: scale(1.05); }
.btn-hover-arrow .arrow-icon { transition: transform 0.3s ease; }
.btn-hover-arrow:hover .arrow-icon { transform: translateX(4px); }
.hover-arrow-btn span.material-symbols-outlined { transition: transform 0.3s ease; }
.hover-arrow-btn:hover span.material-symbols-outlined { transform: translateX(4px); }
.glass-nav {
    background-color: rgba(0, 5, 14, 0.72);
    backdrop-filter: blur(16px) saturate(1.2);
    -webkit-backdrop-filter: blur(16px) saturate(1.2);
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    transition: background-color 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease, padding 0.35s ease;
}
.glass-nav.is-scrolled {
    background-color: rgba(0, 5, 14, 0.92);
    border-bottom-color: rgba(217, 70, 239, 0.22);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.35);
}
.site-nav-link {
    position: relative;
    color: rgba(255, 255, 255, 0.78);
    transition: color 0.25s ease;
}
.site-nav-link::after {
    content: '';
    position: absolute;
    left: 0.75rem;
    right: 0.75rem;
    bottom: 0.15rem;
    height: 1.5px;
    border-radius: 1px;
    background: linear-gradient(90deg, #d946ef, #f0abfc);
    transform: scaleX(0);
    transform-origin: center;
    transition: transform 0.28s cubic-bezier(0.22, 1, 0.36, 1);
}
.site-nav-link:hover { color: #ffffff; }
.site-nav-link:hover::after,
.site-nav-link.is-active::after { transform: scaleX(1); }
.site-nav-link.is-active { color: #ffffff; }
.site-nav-cta {
    background: linear-gradient(135deg, #d946ef 0%, #9333ea 55%, #581c87 100%);
    color: #ffffff;
    box-shadow: 0 6px 20px rgba(217, 70, 239, 0.28);
    transition: transform 0.25s ease, box-shadow 0.25s ease, filter 0.25s ease;
}
.site-nav-cta:hover {
    transform: translateY(-1px);
    box-shadow: 0 10px 28px rgba(217, 70, 239, 0.4);
    filter: brightness(1.05);
}
.site-logo img { transition: opacity 0.25s ease; }
.site-logo:hover img { opacity: 0.92; }
.site-footer {
    background: #00050e;
    position: relative;
    overflow: hidden;
}
.site-footer::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse 70% 50% at 0% 100%, rgba(217, 70, 239, 0.1), transparent 55%),
        radial-gradient(ellipse 50% 40% at 100% 0%, rgba(11, 31, 51, 0.9), transparent 50%);
    pointer-events: none;
}
.site-footer::after {
    content: 'DİNAMİK';
    position: absolute;
    right: -2%;
    bottom: -8%;
    font-family: Sora, sans-serif;
    font-weight: 700;
    font-size: clamp(5rem, 18vw, 14rem);
    line-height: 0.85;
    letter-spacing: -0.04em;
    color: rgba(255, 255, 255, 0.03);
    pointer-events: none;
    user-select: none;
    white-space: nowrap;
}
.site-footer-logo {
    filter: brightness(0) invert(1);
    opacity: 0.96;
    transition: opacity 0.25s ease;
}
.site-footer-logo:hover { opacity: 1; }
.footer-cta-band {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    background: linear-gradient(90deg, rgba(217, 70, 239, 0.08), transparent 45%);
}
.footer-heading {
    letter-spacing: 0.2em;
    color: #e879f9;
    font-size: 0.68rem;
}
.footer-nav {
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
}
.footer-nav-link {
    color: rgba(255, 255, 255, 0.62);
    font-size: 0.95rem;
    letter-spacing: 0.01em;
    transition: color 0.2s ease, border-color 0.2s ease, background 0.2s ease;
    position: relative;
    display: inline-block;
    padding: 0.2rem 0;
}
.footer-nav-link::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #e879f9;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.28s cubic-bezier(0.22, 1, 0.36, 1);
}
.footer-nav-link:hover {
    color: #fff;
}
.footer-nav-link:hover::after { transform: scaleX(1); }
.footer-social {
    width: 40px;
    height: 40px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    color: rgba(255, 255, 255, 0.6);
    border-radius: 0.25rem;
    transition: color 0.25s ease, border-color 0.25s ease, background 0.25s ease, transform 0.25s ease;
}
.footer-social:hover {
    color: #ffffff;
    border-color: #d946ef;
    background: linear-gradient(135deg, #d946ef, #9333ea);
    transform: translateY(-2px);
}
.footer-meta-list {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.footer-meta-item {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    min-width: 0;
}
.footer-meta-icon {
    flex-shrink: 0;
    width: 2rem;
    height: 2rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.4rem;
    border: 1px solid rgba(232, 121, 249, 0.25);
    background: rgba(217, 70, 239, 0.08);
    color: #e879f9;
    font-size: 1rem;
}
.footer-meta-body {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
    min-width: 0;
}
.footer-meta-label {
    font-size: 0.65rem;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: rgba(232, 121, 249, 0.85);
    font-weight: 700;
}
.footer-meta-value {
    color: rgba(255, 255, 255, 0.78);
    font-size: 0.9rem;
    line-height: 1.45;
    transition: color 0.2s ease;
    word-break: break-word;
}
a.footer-meta-value:hover { color: #e879f9; }
.footer-desc {
    font-size: 0.9rem;
    line-height: 1.6;
}
.footer-divider {
    width: 1px;
    align-self: stretch;
    background: rgba(255, 255, 255, 0.1);
}

/* Mobile footer — compact & balanced */
@media (max-width: 767px) {
    .footer-cta-band .text-headline-md {
        font-size: 1.35rem !important;
        line-height: 1.25 !important;
    }
    .footer-cta-band .btn-brand,
    .footer-cta-band .btn-ghost-light {
        width: 100%;
        justify-content: center;
        padding-top: 0.8rem;
        padding-bottom: 0.8rem;
    }
    .footer-brand {
        padding-bottom: 1.25rem;
        border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    }
    .footer-desc {
        font-size: 0.82rem;
        line-height: 1.5;
        margin-bottom: 1rem !important;
    }
    .footer-social {
        width: 36px;
        height: 36px;
        border-radius: 0.5rem;
    }
    .footer-cols {
        display: grid;
        grid-template-columns: 1fr;
        gap: 1.35rem;
    }
    .footer-heading {
        font-size: 0.72rem;
        letter-spacing: 0.18em;
        margin-bottom: 0.75rem !important;
    }
    .footer-nav {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0.4rem;
    }
    .footer-nav-link {
        font-size: 0.78rem;
        padding: 0.55rem 0.7rem;
        border: 1px solid rgba(255, 255, 255, 0.12);
        border-radius: 0.55rem;
        color: rgba(255, 255, 255, 0.82);
        background: rgba(255, 255, 255, 0.04);
        text-align: center;
        width: 100%;
        box-sizing: border-box;
    }
    .footer-nav-link::after { display: none; }
    .footer-nav-link:hover,
    .footer-nav-link:active {
        color: #fff;
        border-color: rgba(232, 121, 249, 0.55);
        background: rgba(217, 70, 239, 0.12);
    }
    .footer-nav > .footer-nav-link:last-child:nth-child(odd) {
        grid-column: 1 / -1;
    }
    .footer-meta-list { gap: 0.7rem; }
    .footer-meta-item { gap: 0.65rem; }
    .footer-meta-icon {
        width: 1.75rem;
        height: 1.75rem;
        font-size: 0.9rem;
        border-radius: 0.4rem;
        margin-top: 0.1rem;
    }
    .footer-meta-label {
        font-size: 0.6rem;
        letter-spacing: 0.12em;
    }
    .footer-meta-value { font-size: 0.82rem; line-height: 1.4; }
    .footer-bottom {
        padding-bottom: max(0.5rem, env(safe-area-inset-bottom, 0px));
    }
    .site-footer::after {
        font-size: 4.5rem;
        right: -6%;
        bottom: -4%;
        opacity: 0.7;
    }
}
#mobileMenu {
    background: linear-gradient(180deg, rgba(0, 5, 14, 0.98), rgba(11, 31, 51, 0.98));
    border-top: 1px solid rgba(217, 70, 239, 0.16);
}
.mobile-nav-link {
    color: rgba(255, 255, 255, 0.85);
    transition: color 0.2s ease, background-color 0.2s ease, padding-left 0.2s ease;
}
.mobile-nav-link:hover,
.mobile-nav-link.is-active {
    color: #e879f9;
    background-color: rgba(217, 70, 239, 0.08);
    padding-left: 0.5rem;
}
.pattern-dots {
    background-image: radial-gradient(rgba(11, 31, 51, 0.12) 1px, transparent 1px);
    background-size: 20px 20px;
}
.news-image { transition: transform 0.5s ease-in-out; }
.news-card-hover:hover .news-image { transform: scale(1.05); }

/* Home polish */
@keyframes home-fade-up {
    from { opacity: 0; transform: translateY(28px); }
    to { opacity: 1; transform: translateY(0); }
}
@keyframes home-kenburns {
    from { transform: scale(1); }
    to { transform: scale(1.08); }
}
@keyframes home-scroll-pulse {
    0%, 100% { opacity: 0.85; transform: translateY(0); }
    50% { opacity: 1; transform: translateY(4px); }
}
.home-reveal { opacity: 0; animation: home-fade-up 0.9s cubic-bezier(0.22, 1, 0.36, 1) forwards; }
.home-reveal-d1 { animation-delay: 0.12s; }
.home-reveal-d2 { animation-delay: 0.28s; }
.home-reveal-d3 { animation-delay: 0.44s; }
.home-hero-media { animation: home-kenburns 22s ease-out forwards; will-change: transform; }
.home-scroll-cue { animation: home-scroll-pulse 2.4s ease-in-out infinite; }

/* Home hero — fixed 390px on mobile, full on desktop */
.home-hero {
    height: 390px;
    min-height: 390px;
    max-height: 390px;
    display: flex;
    align-items: flex-end;
}
.home-hero-inner {
    padding-top: 4.5rem;
    padding-bottom: 1.1rem;
    width: 100%;
}
.home-hero-title {
    font-family: Sora, system-ui, sans-serif;
    font-size: clamp(1.45rem, 6vw, 1.95rem);
    line-height: 1.12;
    letter-spacing: -0.02em;
    font-weight: 600;
}
.home-hero-lead {
    font-family: Inter, system-ui, sans-serif;
    font-size: 0.8125rem;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.home-hero-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.5rem;
}
.home-hero-actions > a {
    width: 100%;
    padding-left: 0.55rem !important;
    padding-right: 0.55rem !important;
    padding-top: 0.65rem !important;
    padding-bottom: 0.65rem !important;
    font-size: 0.75rem !important;
    text-align: center;
    white-space: nowrap;
}
.home-hero-actions > a .material-symbols-outlined {
    font-size: 0.95rem !important;
    margin-left: 0.2rem !important;
}

/* Home stats — mobile: compact 4-col strip, clear of hero CTAs */
.home-stats {
    margin-top: 0.75rem;
    position: relative;
    z-index: 20;
}
.home-stats .pd-fact-card {
    border-radius: 1rem;
    box-shadow: 0 16px 40px rgba(11, 31, 51, 0.14);
}
.home-stats .home-stat-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}
.home-stat-cell {
    padding: 0.7rem 0.3rem !important;
    border-bottom: 0 !important;
    border-right: 1px solid rgba(11, 31, 51, 0.07);
}
.home-stat-cell:last-child {
    border-right: 0 !important;
}
.home-stat-cell .value-icon {
    width: 1.65rem !important;
    height: 1.65rem !important;
    margin-bottom: 0 !important;
}
.home-stat-cell .value-icon .material-symbols-outlined {
    font-size: 0.85rem !important;
}
.home-stat-value {
    font-size: 0.95rem !important;
    line-height: 1.15 !important;
    font-weight: 700;
}
.home-stat-label {
    font-size: 0.55rem !important;
    letter-spacing: 0.04em !important;
    line-height: 1.2 !important;
    padding-left: 0.1rem;
    padding-right: 0.1rem;
}

@media (min-width: 640px) {
    .home-hero-actions {
        display: flex;
        flex-wrap: wrap;
        gap: 1rem;
    }
    .home-hero-actions > a {
        width: auto;
        padding-left: 2rem !important;
        padding-right: 2rem !important;
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
        font-size: inherit !important;
        white-space: normal;
    }
    .home-hero-actions > a .material-symbols-outlined {
        font-size: 1.25rem !important;
        margin-left: 0.5rem !important;
    }
    .home-hero-lead {
        font-size: 1.125rem;
        line-height: 1.7;
        -webkit-line-clamp: unset;
        display: block;
        overflow: visible;
    }
}

@media (min-width: 768px) {
    .home-hero {
        height: auto;
        min-height: 100svh;
        max-height: none;
        align-items: center;
    }
    .home-hero-inner {
        padding-top: 10rem;
        padding-bottom: 6rem;
    }
    .home-hero-title {
        font-size: 5.5rem;
        line-height: 1.05;
    }
    .home-stats { margin-top: -5rem; }
    .home-stats .pd-fact-card {
        border-radius: 1.25rem;
        box-shadow: 0 30px 70px rgba(11, 31, 51, 0.16);
    }
    .home-stat-cell {
        padding: 2rem 1.75rem !important;
        border-right: 1px solid rgba(11, 31, 51, 0.07) !important;
        border-bottom: 0 !important;
    }
    .home-stat-cell:last-child {
        border-right: 0 !important;
    }
    .home-stat-cell .value-icon {
        width: 2.75rem !important;
        height: 2.75rem !important;
        margin-bottom: 0.25rem !important;
    }
    .home-stat-cell .value-icon .material-symbols-outlined {
        font-size: 1.25rem !important;
    }
    .home-stat-value {
        font-size: inherit !important;
        line-height: inherit !important;
    }
    .home-stat-label {
        font-size: inherit !important;
        letter-spacing: 0.05em !important;
        line-height: inherit !important;
    }
}

.home-stat { transition: transform 0.35s ease, background-color 0.35s ease; }
.home-stat:hover { transform: translateY(-2px); }
.home-project-overlay {
    background: linear-gradient(to top, rgba(0, 5, 14, 0.92) 0%, rgba(0, 5, 14, 0.35) 45%, rgba(168, 85, 247, 0.18) 100%);
}
.home-project-card { transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.45s ease; }
.home-project-card:hover { transform: translateY(-6px); box-shadow: 0 28px 60px rgba(11, 31, 51, 0.18); }
.home-cta-btn { transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease; }
.home-cta-btn:hover { transform: translateY(-2px); box-shadow: 0 14px 36px rgba(124, 58, 237, 0.35); }
@media (prefers-reduced-motion: reduce) {
    .home-reveal, .home-hero-media, .home-scroll-cue { animation: none !important; opacity: 1; transform: none; }
}

/* Mobile polish — site-wide */
.wa-fab {
    bottom: max(1.25rem, env(safe-area-inset-bottom, 0px));
    right: max(1.25rem, env(safe-area-inset-right, 0px));
}
@media (max-width: 767px) {
    .site-logo img { max-width: 148px; }
    .home-project-card { min-height: 280px !important; }
    .home-value-card { padding: 1.35rem !important; }
    .page-hero { min-height: 42vh; }
    .page-hero .text-display-xl-mobile,
    .page-hero h1 {
        font-size: clamp(1.75rem, 7vw, 2.35rem) !important;
        line-height: 1.15 !important;
    }
    .wa-fab {
        width: 3.25rem;
        height: 3.25rem;
        bottom: max(1rem, env(safe-area-inset-bottom, 0px));
        right: max(1rem, env(safe-area-inset-right, 0px));
    }
    .wa-fab .material-symbols-outlined { font-size: 1.55rem; }
    #mobileMenu {
        max-height: min(70vh, calc(100svh - 4.5rem));
    }
}

/* Inner pages — corporate polish */
.btn-brand {
    background: linear-gradient(135deg, #d946ef 0%, #9333ea 55%, #581c87 100%);
    color: #ffffff;
    box-shadow: 0 8px 24px rgba(217, 70, 239, 0.32);
    transition: transform 0.25s ease, box-shadow 0.25s ease, filter 0.25s ease;
}
.btn-brand:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 32px rgba(217, 70, 239, 0.44);
    filter: brightness(1.04);
    color: #ffffff;
}
.btn-ghost-light {
    border: 1px solid rgba(255, 255, 255, 0.45);
    color: #fff;
    background: rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(8px);
    transition: background 0.25s ease, border-color 0.25s ease;
}
.btn-ghost-light:hover {
    background: rgba(255, 255, 255, 0.14);
    border-color: rgba(255, 255, 255, 0.75);
}
.section-rule {
    width: 3.5rem;
    height: 2px;
    border-radius: 1px;
    background: linear-gradient(90deg, #d946ef, #9333ea);
}
.page-eyebrow {
    letter-spacing: 0.18em;
    color: #a21caf;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 0.7rem;
}
.page-hero {
    position: relative;
    overflow: hidden;
    background: #00050e;
}
.page-hero-overlay {
    background:
        linear-gradient(to top, rgba(0, 5, 14, 0.92) 0%, rgba(0, 5, 14, 0.45) 45%, rgba(0, 5, 14, 0.35) 100%),
        linear-gradient(135deg, rgba(11, 31, 51, 0.55) 0%, transparent 55%);
}
.page-hero-overlay-soft {
    background:
        linear-gradient(to top, rgba(0, 5, 14, 0.88) 0%, rgba(0, 5, 14, 0.4) 50%, rgba(0, 5, 14, 0.25) 100%);
}
.filter-chip {
    display: inline-flex;
    align-items: center;
    padding: 0.55rem 1.25rem;
    border-radius: 999px;
    font-weight: 700;
    border: 1px solid rgba(11, 31, 51, 0.1);
    background: #fff;
    color: rgba(11, 31, 51, 0.55);
    transition: color 0.2s ease, background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}
.filter-chip:hover {
    color: #0b1f33;
    border-color: rgba(217, 70, 239, 0.55);
}
.filter-chip.is-active {
    background: #0b1f33;
    color: #fff;
    border-color: #0b1f33;
    box-shadow: 0 8px 20px rgba(11, 31, 51, 0.18);
}
.inner-card {
    transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.4s ease, border-color 0.3s ease;
}
.inner-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 24px 48px rgba(11, 31, 51, 0.12);
}
.stat-tile {
    background: #fff;
    border: 1px solid rgba(11, 31, 51, 0.06);
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}
.stat-tile:hover {
    transform: translateY(-3px);
    border-color: rgba(217, 70, 239, 0.45);
    box-shadow: 0 16px 36px rgba(11, 31, 51, 0.08);
}
.stat-tile .material-symbols-outlined { color: #9333ea; }
.cta-band {
    background: linear-gradient(135deg, #00050e 0%, #0b1f33 55%, #132a42 100%);
    position: relative;
    overflow: hidden;
}
.cta-band::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse 50% 80% at 90% 50%, rgba(217, 70, 239, 0.16), transparent 60%);
    pointer-events: none;
}
.form-panel {
    border: 1px solid rgba(11, 31, 51, 0.08);
    box-shadow: 0 20px 50px rgba(11, 31, 51, 0.06);
    position: relative;
    overflow: hidden;
}
.form-panel::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 3px;
    background: linear-gradient(90deg, #d946ef, #9333ea, #581c87);
}
.contact-icon {
    width: 3rem;
    height: 3rem;
    border-radius: 0.5rem;
    background: rgba(217, 70, 239, 0.14);
    color: #9333ea;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.timeline-dot {
    background: #9333ea;
    box-shadow: 0 0 0 4px #fff, 0 0 0 5px rgba(217, 70, 239, 0.35);
}
.value-icon {
    background: linear-gradient(135deg, #0b1f33, #1a3a5c);
    color: #e879f9;
}
.impact-panel {
    background: linear-gradient(145deg, #00050e 0%, #0b1f33 60%, #132a42 100%);
}
.impact-accent {
    background: linear-gradient(180deg, #d946ef, #9333ea);
}
.page-reveal {
    opacity: 0;
    animation: home-fade-up 0.85s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}
.page-reveal-d1 { animation-delay: 0.1s; }
.page-reveal-d2 { animation-delay: 0.22s; }
@media (prefers-reduced-motion: reduce) {
    .page-reveal { animation: none !important; opacity: 1; }
}

/* Home — floating badge + glass panel */
.home-float-badge {
    background: #fff;
    border-radius: 1rem;
    box-shadow: 0 24px 50px rgba(11, 31, 51, 0.2);
    border: 1px solid rgba(11, 31, 51, 0.06);
}
.home-glass-panel {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.14);
    backdrop-filter: blur(16px);
}
.home-value-card {
    transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.35s ease, border-color 0.3s ease;
}
.home-value-card:hover {
    transform: translateY(-5px);
    border-color: rgba(217, 70, 239, 0.35);
    box-shadow: 0 24px 48px rgba(11, 31, 51, 0.1);
}
.home-check-icon {
    color: #9333ea;
}

/* Project detail */
.pd-hero-media {
    animation: home-kenburns 24s ease-out forwards;
    will-change: transform;
}
.pd-hero-overlay {
    background:
        linear-gradient(to top, rgba(0, 5, 14, 0.95) 0%, rgba(0, 5, 14, 0.55) 42%, rgba(0, 5, 14, 0.28) 100%),
        linear-gradient(105deg, rgba(0, 5, 14, 0.7) 0%, transparent 55%);
}
.pd-facts {
    background: #fff;
    border-bottom: 1px solid rgba(11, 31, 51, 0.08);
    box-shadow: 0 12px 40px rgba(11, 31, 51, 0.04);
}
.pd-fact + .pd-fact {
    border-left: 1px solid rgba(11, 31, 51, 0.08);
}
.pd-subnav {
    position: sticky;
    top: 72px;
    z-index: 40;
    background: rgba(251, 249, 244, 0.92);
    backdrop-filter: blur(14px);
    border-bottom: 1px solid rgba(11, 31, 51, 0.08);
}
.pd-subnav a {
    color: rgba(11, 31, 51, 0.5);
    border-bottom: 2px solid transparent;
    transition: color 0.2s ease, border-color 0.2s ease;
}
.pd-subnav a:hover,
.pd-subnav a.is-active {
    color: #0b1f33;
    border-bottom-color: #d946ef;
}
.pd-gallery-main {
    position: relative;
    overflow: hidden;
}
.pd-gallery-main img,
.pd-gallery-thumb img {
    transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}
.pd-gallery-main:hover img,
.pd-gallery-thumb:hover img {
    transform: scale(1.04);
}
.pd-amenity {
    background: #fff;
    border: 1px solid rgba(11, 31, 51, 0.07);
    transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}
.pd-amenity:hover {
    transform: translateY(-4px);
    border-color: rgba(217, 70, 239, 0.5);
    box-shadow: 0 18px 40px rgba(11, 31, 51, 0.08);
}
.pd-amenity-icon {
    width: 3.25rem;
    height: 3.25rem;
    border-radius: 999px;
    background: rgba(217, 70, 239, 0.16);
    color: #9333ea;
    display: flex;
    align-items: center;
    justify-content: center;
}
.pd-plan-frame {
    background:
        linear-gradient(180deg, #ffffff 0%, #f5f3ee 100%);
    border: 1px solid rgba(11, 31, 51, 0.08);
    box-shadow: inset 0 0 0 1px rgba(255,255,255,0.6);
}
.pd-poi {
    transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}
.pd-poi:hover {
    transform: translateX(4px);
    border-color: rgba(217, 70, 239, 0.45);
    box-shadow: 0 10px 28px rgba(11, 31, 51, 0.06);
}
.pd-summary-quote {
    border-left: 3px solid #d946ef;
    background: linear-gradient(90deg, rgba(217, 70, 239, 0.1), transparent);
}
@media (prefers-reduced-motion: reduce) {
    .pd-hero-media { animation: none !important; }
}

/* Projects listing */
.proj-stat {
    background: #fff;
    border: 1px solid rgba(11, 31, 51, 0.07);
    transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}
.proj-stat:hover {
    transform: translateY(-3px);
    border-color: rgba(217, 70, 239, 0.4);
    box-shadow: 0 16px 36px rgba(11, 31, 51, 0.08);
}
.proj-filter-pill {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.6rem 1.35rem;
    border-radius: 999px;
    font-weight: 700;
    font-size: 0.82rem;
    border: 1px solid rgba(11, 31, 51, 0.1);
    background: #fff;
    color: rgba(11, 31, 51, 0.55);
    transition: color 0.2s ease, background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}
.proj-filter-pill:hover {
    color: #0b1f33;
    border-color: rgba(217, 70, 239, 0.5);
    transform: translateY(-1px);
}
.proj-filter-pill .proj-filter-count {
    font-size: 0.68rem;
    font-weight: 700;
    background: rgba(11, 31, 51, 0.07);
    color: rgba(11, 31, 51, 0.55);
    padding: 0.12rem 0.5rem;
    border-radius: 999px;
}
.proj-filter-pill.is-active {
    background: linear-gradient(135deg, #d946ef 0%, #9333ea 100%);
    color: #fff;
    border-color: transparent;
    box-shadow: 0 10px 26px rgba(217, 70, 239, 0.38);
}
.proj-filter-pill.is-active .proj-filter-count {
    background: rgba(255, 255, 255, 0.25);
    color: #fff;
}
.proj-featured {
    border-radius: 1.25rem;
    overflow: hidden;
    background: #fff;
    border: 1px solid rgba(11, 31, 51, 0.07);
    box-shadow: 0 24px 60px rgba(11, 31, 51, 0.1);
}
.proj-featured-media {
    position: relative;
    overflow: hidden;
    background: #00050e;
}
.proj-featured-media img {
    transition: transform 0.9s cubic-bezier(0.22, 1, 0.36, 1);
}
.proj-featured:hover .proj-featured-media img {
    transform: scale(1.05);
}
.proj-featured-media::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 5, 14, 0.05) 0%, rgba(0, 5, 14, 0.55) 100%);
}
.proj-card {
    position: relative;
    border-radius: 1.25rem;
    overflow: hidden;
    background: #fff;
    border: 1px solid rgba(11, 31, 51, 0.07);
    box-shadow: 0 10px 26px rgba(11, 31, 51, 0.05);
    transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.45s ease, border-color 0.3s ease;
}
.proj-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 30px 60px rgba(11, 31, 51, 0.16);
    border-color: rgba(217, 70, 239, 0.35);
}
.proj-card-media {
    position: relative;
    aspect-ratio: 4 / 5;
    overflow: hidden;
    background: #00050e;
}
.proj-card-media img {
    transition: transform 0.9s cubic-bezier(0.22, 1, 0.36, 1);
}
.proj-card:hover .proj-card-media img {
    transform: scale(1.05);
}
.proj-card-media::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 5, 14, 0.92) 0%, rgba(0, 5, 14, 0.25) 45%, rgba(0, 5, 14, 0.15) 100%);
    pointer-events: none;
    z-index: 1;
}
.proj-coming-soon {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.85rem;
    background:
        radial-gradient(ellipse 70% 55% at 75% 25%, rgba(217, 70, 239, 0.28), transparent 60%),
        radial-gradient(ellipse 55% 50% at 15% 85%, rgba(147, 51, 234, 0.22), transparent 55%),
        linear-gradient(160deg, #00050e 0%, #0b1f33 48%, #1a0a24 100%);
    z-index: 0;
}
.proj-coming-soon::before {
    content: '';
    position: absolute;
    inset: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 1rem;
    pointer-events: none;
}
.proj-coming-soon-label {
    position: relative;
    font-family: Sora, system-ui, sans-serif;
    font-weight: 700;
    font-size: clamp(2.4rem, 8vw, 3.4rem);
    letter-spacing: 0.08em;
    color: #fff;
    line-height: 1;
    text-shadow: 0 0 40px rgba(217, 70, 239, 0.45);
}
.proj-coming-soon-label::after {
    content: '';
    display: block;
    width: 4.5rem;
    height: 3px;
    margin: 0.85rem auto 0;
    border-radius: 999px;
    background: linear-gradient(90deg, #9333ea, #ec4899);
}
.proj-coming-soon-sub {
    position: relative;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.55);
}
.proj-featured-media .proj-coming-soon-label {
    font-size: clamp(2.8rem, 6vw, 4.5rem);
}
.page-hero .proj-coming-soon {
    z-index: 1;
}
.page-hero .proj-coming-soon-label {
    font-size: clamp(3rem, 10vw, 6rem);
}
.proj-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.4rem 0.85rem;
    border-radius: 999px;
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    background: rgba(255, 255, 255, 0.14);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.22);
    backdrop-filter: blur(10px);
}
.proj-badge-dot {
    width: 6px;
    height: 6px;
    border-radius: 999px;
    flex-shrink: 0;
}
.proj-card-cta {
    transition: gap 0.25s ease, color 0.25s ease;
}
.proj-card:hover .proj-card-cta {
    color: #a21caf;
}
.proj-card:hover .proj-card-cta .material-symbols-outlined {
    transform: translateX(4px);
}
.proj-card-cta .material-symbols-outlined {
    transition: transform 0.25s ease;
}
.proj-meta-row {
    display: flex;
    gap: 1.5rem;
    padding-top: 1rem;
    margin-top: auto;
    border-top: 1px solid rgba(11, 31, 51, 0.08);
}

/* Project detail — floating facts card */
.pd-fact-card {
    background: #fff;
    border-radius: 1.25rem;
    border: 1px solid rgba(11, 31, 51, 0.06);
    box-shadow: 0 30px 70px rgba(11, 31, 51, 0.16);
    overflow: hidden;
}
.pd-fact-cell {
    padding: 1.5rem 1.75rem;
    border-bottom: 1px solid rgba(11, 31, 51, 0.07);
    transition: background 0.25s ease;
}
.pd-fact-cell:hover {
    background: rgba(217, 70, 239, 0.04);
}
@media (min-width: 768px) {
    .pd-fact-cell {
        border-bottom: 0;
        border-right: 1px solid rgba(11, 31, 51, 0.07);
    }
    .pd-fact-cell:last-of-type {
        border-right: 0;
    }
}
.pd-fact-cta {
    background: linear-gradient(135deg, #d946ef 0%, #9333ea 55%, #581c87 100%);
    color: #fff;
    transition: filter 0.25s ease;
}
.pd-fact-cta:hover { filter: brightness(1.06); }

/* Project detail — pill plan tabs */
.pd-plan-pill {
    border: 1px solid rgba(11, 31, 51, 0.1);
    background: #fff;
    color: rgba(11, 31, 51, 0.55);
    transition: all 0.2s ease;
}
.pd-plan-pill:hover {
    color: #0b1f33;
    border-color: rgba(217, 70, 239, 0.45);
}
.pd-plan-pill-count {
    font-size: 0.68rem;
    font-weight: 700;
    background: rgba(11, 31, 51, 0.08);
    color: rgba(11, 31, 51, 0.55);
    padding: 0.12rem 0.5rem;
    border-radius: 999px;
}
.pd-plan-pill.is-active .pd-plan-pill-count {
    background: rgba(255, 255, 255, 0.25);
    color: #fff;
}
.pd-plan-pill.is-active {
    background: linear-gradient(135deg, #d946ef 0%, #9333ea 100%);
    color: #fff;
    border-color: transparent;
    box-shadow: 0 10px 24px rgba(217, 70, 239, 0.35);
}

/* Project detail — gallery lightbox */
.pd-gallery-main, .pd-gallery-thumb { cursor: zoom-in; }
.pd-lightbox {
    position: fixed;
    inset: 0;
    z-index: 200;
    background: rgba(0, 3, 8, 0.94);
    display: none;
    align-items: center;
    justify-content: center;
    padding: 2rem;
}
.pd-lightbox.is-open { display: flex; }
.pd-lightbox img {
    max-width: min(92vw, 1400px);
    max-height: 88vh;
    width: auto;
    height: auto;
    border-radius: 0.5rem;
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.5);
}
.pd-lightbox-btn {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.18);
    color: #fff;
    transition: background 0.2s ease, border-color 0.2s ease;
}
.pd-lightbox-btn:hover {
    background: rgba(217, 70, 239, 0.3);
    border-color: rgba(217, 70, 239, 0.5);
}
.pd-lightbox-close { top: 1.5rem; right: 1.5rem; }
.pd-lightbox-prev { left: 1.5rem; top: 50%; transform: translateY(-50%); }
.pd-lightbox-next { right: 1.5rem; top: 50%; transform: translateY(-50%); }
.pd-amenity:hover {
    background: linear-gradient(160deg, rgba(217, 70, 239, 0.05) 0%, rgba(147, 51, 234, 0.05) 100%);
}

/* ---- Public pagination ---- */
.dl-pub-pager { width: 100%; }
.dl-pub-pager-list {
    list-style: none;
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
    margin: 0;
    padding: 0;
}
.dl-pub-pager-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 2.75rem;
    height: 2.75rem;
    padding: 0 0.85rem;
    border-radius: 0.75rem;
    border: 1px solid rgba(221, 226, 232, 0.95);
    background: #ffffff;
    color: #101820;
    font-family: Manrope, system-ui, sans-serif;
    font-size: 0.875rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    text-decoration: none;
    box-shadow: 0 1px 2px rgba(11, 31, 51, 0.04);
    transition: color 0.2s ease, background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}
a.dl-pub-pager-btn:hover {
    color: #581c87;
    border-color: rgba(217, 70, 239, 0.35);
    background: rgba(245, 208, 254, 0.35);
    box-shadow: 0 8px 20px rgba(217, 70, 239, 0.12);
    transform: translateY(-1px);
}
.dl-pub-pager-btn.is-active {
    color: #ffffff;
    border-color: transparent;
    background: linear-gradient(135deg, #d946ef 0%, #9333ea 55%, #581c87 100%);
    box-shadow: 0 10px 24px rgba(217, 70, 239, 0.28);
}
.dl-pub-pager-btn.is-disabled {
    opacity: 0.4;
    cursor: not-allowed;
    background: #f5f3ee;
    box-shadow: none;
}
.dl-pub-pager-ellipsis {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 1.75rem;
    height: 2.75rem;
    color: #697480;
    font-weight: 700;
    user-select: none;
}
