@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;1,400&display=swap');

/* =========================================
   HERO SECTION STYLE (SADE & PRESTİJLİ KURUMSAL)
   ========================================= */
.hero {
    position: relative;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background-color: var(--color-primary-deep);
}

/* Multi-Slide Containers */
.hero-slides-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.hero-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 1.5s cubic-bezier(0.16, 1, 0.3, 1), visibility 1.5s cubic-bezier(0.16, 1, 0.3, 1);
    z-index: 1;
}

.hero-slide.active {
    display: flex;
    opacity: 1;
    visibility: visible;
    z-index: 2;
}

.hero-image-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    overflow: hidden;
}

.hero-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.1);
    transition: transform 12s cubic-bezier(0.16, 1, 0.3, 1);
}

.hero-slide.active .hero-image {
    transform: scale(1);
}

/* Elegant Architectural Framing lines (Göz alıcı ve asil kurumsal) */
.hero-frame {
    position: absolute;
    background-color: var(--color-accent);
    z-index: 3;
    opacity: 0.15;
    transition: transform 2.5s cubic-bezier(0.16, 1, 0.3, 1) 0.5s;
}

.hero-frame-top {
    top: 3.5rem;
    left: 3.5rem;
    right: 3.5rem;
    height: 1px;
    transform: scaleX(0);
    transform-origin: left;
}

.hero-frame-bottom {
    bottom: 3.5rem;
    left: 3.5rem;
    right: 3.5rem;
    height: 1px;
    transform: scaleX(0);
    transform-origin: right;
}

.hero-frame-left {
    top: 3.5rem;
    bottom: 3.5rem;
    left: 3.5rem;
    width: 1px;
    transform: scaleY(0);
    transform-origin: top;
}

.hero-frame-right {
    top: 3.5rem;
    bottom: 3.5rem;
    right: 3.5rem;
    width: 1px;
    transform: scaleY(0);
    transform-origin: bottom;
}

.hero-slide.active .hero-frame-top,
.hero-slide.active .hero-frame-bottom {
    transform: scaleX(1);
}

.hero-slide.active .hero-frame-left,
.hero-slide.active .hero-frame-right {
    transform: scaleY(1);
}

/* Editorial Dark Overlay (Sade & Ağır Ton) */
.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg,
            rgba(17, 37, 44, 0.8) 0%,
            rgba(17, 37, 44, 0.6) 50%,
            rgba(17, 37, 44, 0.9) 100%);
    z-index: 2;
}

/* Parallax Background Typography */
.hero-bg-stroke {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, calc(-50% + var(--parallax-y, 0px)));
    font-family: var(--font-heading);
    font-size: 16vw;
    font-weight: 700;
    color: transparent;
    -webkit-text-stroke: 1px rgba(255, 255, 255, 0.03);
    z-index: 1;
    pointer-events: none;
    user-select: none;
    white-space: nowrap;
    will-change: transform;
    transition: transform 0.1s ease-out;
}

/* Hero Content Area (Sola Dayalı, Geniş Hiyerarşi) */
.hero-content {
    position: relative;
    z-index: 3;
    max-width: 1360px;
    width: 100%;
    padding: 0 5rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

/* Architectural Left Border Box (Ağır Ton Vurgusu) */
.hero-text-block {
    padding-left: 3.5rem;
    position: relative;
    max-width: 820px;
}

/* Brand Pre-Title (Sade & Asil Altın Vurgu) */
.hero-brand {
    display: block;
    font-family: var(--font-body);
    font-size: var(--text-xs);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.25em;
    color: var(--color-accent);
    margin-bottom: 0.75rem;
    opacity: 0;
    transform: translateY(15px);
    transition: all 1.2s cubic-bezier(0.16, 1, 0.3, 1);
}

/* Subtle Premium Subtitle */
.hero-subtitle {
    display: block;
    font-family: var(--font-body);
    font-size: var(--text-xs);
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.3em;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 1.75rem;
    opacity: 0;
    transform: translateY(20px);
    transition: all 1.2s cubic-bezier(0.16, 1, 0.3, 1) 0.1s;
}

/* Prestigious Masked Main Title */
.hero-title-wrap {
    overflow: hidden;
    margin-bottom: 1.5rem;
}

.hero-title {
    font-family: 'Playfair Display', serif;
    font-size: clamp(2.5rem, 2rem + 4vw, 4.5rem);
    font-weight: 700;
    line-height: 1.15;
    color: var(--color-text-inverse);
    transform: translateY(100%);
    transition: transform 1.5s cubic-bezier(0.16, 1, 0.3, 1) 0.15s;
    letter-spacing: -0.02em;
}

.hero-title span {
    font-style: normal;
    font-weight: 700;
}

/* Editorial Description (Kurumsal Ağır Açıklama) */
.hero-desc-wrap {
    overflow: hidden;
    max-width: 680px;
}

.hero-description {
    font-family: var(--font-body);
    font-size: var(--text-md);
    font-weight: 400;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.75);
    transform: translateY(100%);
    transition: transform 1.5s cubic-bezier(0.16, 1, 0.3, 1) 0.2s;
}

/* =========================================
   VERTICAL SIDE METADATA
   ========================================= */
.hero-side-meta {
    position: absolute;
    right: 4rem;
    top: 90%;
    /* Moved further down */
    transform: translateY(-50%) rotate(90deg);
    transform-origin: right center;
    display: flex;
    align-items: center;
    gap: 1.5rem;
    color: rgba(255, 255, 255, 0.4);
    font-family: var(--font-body);
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.25em;
    white-space: nowrap;
    z-index: 3;
    pointer-events: none;
    user-select: none;
    opacity: 0;
    transition: all 1.8s cubic-bezier(0.16, 1, 0.3, 1) 0.4s;
}

.meta-line {
    width: 50px;
    height: 1px;
    background-color: var(--color-accent);
}

/* Elegant Scroll Indicator */
.hero-scroll-indicator {
    position: absolute;
    bottom: 3.5rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    color: rgba(255, 255, 255, 0.85);
    /* More vivid white for Keşfet */
    font-size: var(--text-xs);
    letter-spacing: 0.2em;
    text-transform: uppercase;
    text-decoration: none;
    transition: color 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

.hero-scroll-indicator:hover {
    color: var(--color-accent);
}

.scroll-line-wrap {
    width: 1px;
    height: 50px;
    background-color: rgba(255, 255, 255, 0.25);
    /* White wrapper track */
    position: relative;
    overflow: hidden;
}

.scroll-line {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    /* White sliding scroll line */
    animation: scrollLineAnim 2.5s cubic-bezier(0.16, 1, 0.3, 1) infinite;
}

@keyframes scrollLineAnim {
    0% {
        transform: translateY(-100%);
    }

    50% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(100%);
    }
}

/* =========================================
   ACTIVE ANIMATION STATES
   ========================================= */
.hero-slide.active .hero-brand {
    opacity: 1;
    transform: translateY(0);
}

.hero-slide.active .hero-subtitle {
    opacity: 1;
    transform: translateY(0);
}

.hero-slide.active .hero-title {
    transform: translateY(0);
}

.hero-slide.active .hero-description {
    transform: translateY(0);
}

.hero-slide.active .hero-side-meta {
    opacity: 1;
    transform: translateY(-50%) rotate(90deg);
}

/* =========================================
   RESPONSIVE DESIGN SYSTEM
   ========================================= */
@media (max-width: 1200px) {
    .hero-content {
        padding: 0 3rem;
    }
}

@media (max-width: 992px) {
    .hero-side-meta {
        display: none;
        /* Hide side text on small displays */
    }
}

@media (max-width: 768px) {
    .hero-content {
        padding: 0 1.5rem;
    }

    .hero-text-block {
        padding-left: 1.5rem;
        padding-right: 0;
    }

    .hero-title {
        font-size: clamp(2rem, 7.5vw, 3.2rem) !important;
        line-height: 1.25;
    }

    .hero-brand {
        margin-bottom: 0.5rem;
    }

    .hero-bg-stroke {
        font-size: 22vw;
    }

    /* Mobile Framing Lines Adjustment */
    .hero-frame-top {
        top: 1.5rem;
        left: 1.5rem;
        right: 1.5rem;
    }

    .hero-frame-bottom {
        bottom: 1.5rem;
        left: 1.5rem;
        right: 1.5rem;
    }

    .hero-frame-left {
        top: 1.5rem;
        bottom: 1.5rem;
        left: 1.5rem;
    }

    .hero-frame-right {
        top: 1.5rem;
        bottom: 1.5rem;
        right: 1.5rem;
    }
}

/* =========================================
   ABOUT SECTION STYLE (EDİTÖRYEL & PRESTİJLİ)
   ========================================= */
.about-section {
    padding: 4rem 0 3rem 0;
    position: relative;
    overflow: hidden;
    background-color: var(--color-bg-main);
}

/* Polar Geometric Background Pattern */
.about-bg-pattern {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    pointer-events: none;
    user-select: none;
}

.about-bg-pattern svg {
    width: 100%;
    height: 100%;
    display: block;
}

/* Background Typography (Static & Elegant - Spans Top to Bottom) */
.about-bg-stroke {
    position: absolute;
    top: 37%;
    /* Raised up slightly */
    left: 4.5%;
    transform: translate(-50%, calc(-50% + var(--parallax-y, 0px))) rotate(90deg);
    font-family: 'Playfair Display', serif;
    font-size: clamp(9.5rem, 20vh, 17rem);
    font-weight: 700;
    letter-spacing: 0.06em;
    color: rgba(40, 86, 101, 0.055);
    z-index: 0;
    pointer-events: none;
    user-select: none;
    white-space: nowrap;
    will-change: transform;
    transition: opacity 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

.about-container {
    max-width: 1360px;
    margin: 0 auto;
    padding: 0 5rem;
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 1;
}

.about-main-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 6rem;
    align-items: center;
}

/* Left Side: About content */
.about-content {
    /* Staggered entry applied directly to children */
}

/* Extended Pillars & Core Purpose Styles */
.about-extended {
    margin-top: 5rem;
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 1.2s cubic-bezier(0.16, 1, 0.3, 1) 0.25s, transform 1.2s cubic-bezier(0.16, 1, 0.3, 1) 0.25s;
}

.about-section.reveal-active .about-extended {
    opacity: 1;
    transform: translateY(0);
}

.italic-lead {
    font-family: var(--font-serif);
    font-size: var(--text-md);
    font-style: italic;
    color: var(--color-primary);
    line-height: 1.8;
}

.about-pillars-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    margin: 4rem 0;
}

.about-pillar-card {
    border-left: 1px solid var(--color-accent);
    padding-left: 2rem;
    position: relative;
}

.about-pillar-title {
    font-family: var(--font-heading);
    font-size: var(--text-md);
    font-weight: 600;
    color: var(--color-primary);
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.about-pillar-title span {
    font-family: var(--font-serif);
    color: var(--color-accent);
    font-weight: 500;
    font-size: var(--text-xs);
    letter-spacing: 0.1em;
}

.about-pillar-desc {
    font-family: var(--font-body);
    font-size: var(--text-base);
    color: var(--color-text-muted);
    line-height: 1.8;
}

.about-conclusion {
    border-top: 1px solid var(--color-border);
    padding-top: 4rem;
    margin-top: 2rem;
}

/* Slow & Majestic Staggered Reveal Animations */
.about-subtitle-pre {
    display: block;
    font-family: var(--font-body);
    font-size: var(--text-xs);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.25em;
    color: var(--color-accent);
    margin-bottom: 2rem;
    position: relative;
    opacity: 0;
    transform: translateY(25px);
    transition: opacity 1.8s cubic-bezier(0.16, 1, 0.3, 1), transform 1.8s cubic-bezier(0.16, 1, 0.3, 1);
}

/* Elegant gold accent line below subtitle */
.about-subtitle-pre::after {
    content: '';
    display: block;
    width: 60px;
    height: 1px;
    background-color: var(--color-accent);
    margin-top: 0.75rem;
}

.about-text-block {
    display: flex;
    flex-direction: column;
    gap: 1.75rem;
}

.about-p {
    font-family: var(--font-body);
    font-size: var(--text-base);
    font-weight: 400;
    line-height: 1.85;
    color: var(--color-text-main);
    text-align: justify;
    opacity: 0;
    transform: translateY(35px);
    transition: opacity 1.8s cubic-bezier(0.16, 1, 0.3, 1), transform 1.8s cubic-bezier(0.16, 1, 0.3, 1);
}

.about-p:nth-child(1) {
    transition-delay: 0.15s;
}

.about-p:nth-child(2) {
    transition-delay: 0.35s;
}

/* Right Side: Image with premium design touch */
.about-image-wrapper {
    position: relative;
    padding: 1.25rem;
    background-color: var(--color-bg-alt);
    border: 1px solid var(--color-border);
    opacity: 0;
    transform: scale(0.96) translateY(40px);
    transition: opacity 2.2s cubic-bezier(0.16, 1, 0.3, 1) 0.25s, transform 2.2s cubic-bezier(0.16, 1, 0.3, 1) 0.25s;
}

/* Double layered offset border frame for editorial feel */
.about-image-wrapper::before {
    content: '';
    position: absolute;
    top: -12px;
    right: -12px;
    bottom: 12px;
    left: 12px;
    border: 1px solid var(--color-accent);
    z-index: -1;
    transition: all 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

.about-image-wrapper:hover::before {
    transform: translate(-6px, 6px);
}

.about-image-inner {
    position: relative;
    overflow: hidden;
    width: 100%;
    aspect-ratio: 4 / 3;
}

.about-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 1.2s cubic-bezier(0.16, 1, 0.3, 1);
}

.about-image-wrapper:hover .about-img {
    transform: scale(1.035);
}

/* Scroll Active State */
.about-section.reveal-active .about-subtitle-pre {
    opacity: 1;
    transform: translateY(0);
}

.about-section.reveal-active .about-p {
    opacity: 1;
    transform: translateY(0);
}

.about-section.reveal-active .about-image-wrapper {
    opacity: 1;
    transform: scale(1) translateY(0);
}

/* Responsive Rules */
@media (max-width: 1200px) {
    .about-container {
        padding: 0 3rem;
    }

    .about-main-row {
        gap: 4rem;
    }

    .about-pillars-grid {
        gap: 3rem;
    }
}

@media (max-width: 992px) {
    .about-section {
        padding: 6rem 0 3rem 0;
    }

    .about-main-row {
        grid-template-columns: 1fr;
        gap: 3.5rem;
    }

    .about-pillars-grid {
        grid-template-columns: 1fr;
        gap: 2.5rem;
        margin: 3rem 0;
    }

    .about-image-wrapper {
        max-width: 600px;
        margin: 0 auto;
        width: 100%;
    }

    .about-bg-stroke {
        font-size: clamp(6rem, 10vh, 8rem);
        left: 7%;
        /* Shifted right (inward) */
    }
}

@media (max-width: 768px) {
    .about-section {
        padding: 2rem 0 2rem 0;
    }

    .about-container {
        padding: 0 2rem;
    }

    .about-main-row {
        gap: 2.5rem;
    }

    .about-bg-stroke {
        font-size: clamp(4rem, 12vh, 6rem);
        left: 9%;
        /* Shifted right (inward) */
        top: 22% !important;
        /* Raised up higher on mobile */
    }

    .about-subtitle-pre {
        margin-bottom: 1.5rem;
    }
}



/* =========================================
   KEY METRICS / STATISTICS SECTION (BESPOKE EDITORIAL GRID)
   ========================================= */
.about-stats-row {
    margin-top: 4rem;
    border-top: 1px solid var(--color-border);
    border-bottom: 1px solid var(--color-border);
    padding: 3rem 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    background-color: transparent;
    box-shadow: none;
    position: relative;
    z-index: 1;
}

.about-stat-card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    gap: 0.85rem;
    padding: 0 1.5rem;
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 1.8s cubic-bezier(0.16, 1, 0.3, 1), transform 1.8s cubic-bezier(0.16, 1, 0.3, 1);
    position: relative;
}

/* Fine right-border lines between columns on desktop */
.about-stat-card:not(:last-child) {
    border-right: 1px solid var(--color-border);
}

.about-stat-card:first-child {
    padding-left: 0;
}

.about-stat-card:last-child {
    padding-right: 0;
}

/* Staggered entrance reveal for cards */
.about-section.reveal-active .about-stat-card:nth-child(1) {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.4s;
}

.about-section.reveal-active .about-stat-card:nth-child(2) {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.55s;
}

.about-section.reveal-active .about-stat-card:nth-child(3) {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.7s;
}

.about-section.reveal-active .about-stat-card:nth-child(4) {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.85s;
}

.stat-icon-wrapper {
    color: var(--color-accent);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

.about-stat-card:hover .stat-icon-wrapper {
    transform: translateY(-2px) scale(1.05);
}

.stat-icon {
    width: 2.25rem;
    height: 2.25rem;
}

.stat-info {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.stat-number {
    font-family: 'Playfair Display', serif;
    font-size: clamp(1.8rem, 3vw, 2.5rem);
    font-weight: 400;
    color: var(--color-primary);
    line-height: 1;
    transition: all 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

.about-stat-card:hover .stat-number {
    color: var(--color-accent);
    transform: translateY(-1px);
}

.stat-label {
    font-family: var(--font-body);
    font-size: clamp(1.05rem, 0.95rem + 0.5vw, 1.25rem);
    font-weight: 500;
    color: var(--color-primary-medium);
    letter-spacing: -0.01em;
    line-height: 1.45;
}

/* Responsive adjustments for stats */
@media (max-width: 1200px) {
    .about-stat-card {
        padding: 0 1.5rem;
    }
}

@media (max-width: 992px) {
    .about-stats-row {
        grid-template-columns: repeat(2, 1fr);
        gap: 4rem 0;
        margin-top: 4rem;
        padding: 4rem 0;
    }

    .about-stat-card {
        padding: 0 2rem;
    }

    .about-stat-card:not(:last-child) {
        border-right: none;
    }

    /* 2-column borders */
    .about-stat-card:nth-child(odd) {
        border-right: 1px solid var(--color-border);
        padding-left: 0;
    }

    .about-stat-card:nth-child(even) {
        padding-right: 0;
    }
}

@media (max-width: 768px) {
    .about-stats-row {
        grid-template-columns: repeat(2, 1fr);
        gap: 3rem 1.5rem;
        padding: 3rem 0;
    }

    .about-stat-card {
        padding: 0 !important;
        border-right: none !important;
        border-bottom: none !important;
        align-items: center;
        text-align: center;
    }

    .stat-info {
        align-items: center;
        text-align: center;
    }
}

/* =========================================
   FOUNDER SECTION STYLE (EDİTÖRYEL VE PRESTİJLİ)
   ========================================= */
.founder-section {
    padding: 4rem 0 4rem 0;
    position: relative;
    overflow: hidden;
    background-color: var(--color-bg-main);
    border-top: 1px solid var(--color-border);
}

/* Polar Geometric Background Pattern */
.founder-bg-pattern {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    pointer-events: none;
    user-select: none;
}

.founder-bg-pattern svg {
    width: 100%;
    height: 100%;
    display: block;
}

/* Background Typography (Static & Elegant) */
.founder-bg-stroke {
    position: absolute;
    top: 50%;
    right: 4.5%;
    transform: translate(50%, -50%) rotate(-90deg);
    font-family: 'Playfair Display', serif;
    font-size: clamp(9.5rem, 20vh, 17rem);
    font-weight: 700;
    letter-spacing: 0.06em;
    color: rgba(40, 86, 101, 0.04);
    z-index: 0;
    pointer-events: none;
    user-select: none;
    white-space: nowrap;
}

.founder-container {
    max-width: 1360px;
    margin: 0 auto;
    padding: 0 5rem;
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 1;
}

.founder-main-row {
    display: grid;
    grid-template-columns: 0.85fr 1.15fr;
    gap: 6rem;
    align-items: center;
}

.founder-content {
    position: relative;
}

/* Left Side: Portrait Image Wrapper */
.founder-image-wrapper {
    position: relative;
    padding: 1.25rem;
    background-color: var(--color-bg-alt);
    border: 1px solid var(--color-border);
    opacity: 0;
    transform: scale(0.96) translateY(40px);
    transition: opacity 2.2s cubic-bezier(0.16, 1, 0.3, 1) 0.25s, transform 2.2s cubic-bezier(0.16, 1, 0.3, 1) 0.25s;
}

/* Offset double layered border frame */
.founder-image-wrapper::before {
    content: '';
    position: absolute;
    top: -12px;
    left: -12px;
    bottom: 12px;
    right: 12px;
    border: 1px solid var(--color-accent);
    z-index: -1;
    transition: all 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

.founder-image-wrapper:hover::before {
    transform: translate(6px, 6px);
}

.founder-image-inner {
    position: relative;
    overflow: hidden;
    width: 100%;
    aspect-ratio: 3 / 4;
    /* Portrait Aspect Ratio */
}

.founder-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 1.2s cubic-bezier(0.16, 1, 0.3, 1);
}

.founder-image-wrapper:hover .founder-img {
    transform: scale(1.035);
}

/* Lifespan badge overlay */
.founder-meta-badge {
    position: absolute;
    bottom: -15px;
    right: -15px;
    background-color: var(--color-primary);
    padding: 0.75rem 1.5rem;
    border: 1px solid rgba(255, 255, 255, 0.15);
    z-index: 2;
    box-shadow: 0 10px 30px rgba(40, 86, 101, 0.15);
    transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

.founder-image-wrapper:hover .founder-meta-badge {
    transform: translateY(-5px);
}

.founder-lifespan {
    font-family: var(--font-serif);
    font-size: var(--text-xs);
    color: var(--color-accent);
    letter-spacing: 0.15em;
    font-weight: 600;
}

/* Right Side: Text & Typography Styling */
.founder-subtitle-pre {
    display: block;
    font-family: var(--font-body);
    font-size: var(--text-xs);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.25em;
    color: var(--color-accent);
    margin-bottom: 2rem;
    position: relative;
    opacity: 0;
    transform: translateY(25px);
    transition: opacity 1.8s cubic-bezier(0.16, 1, 0.3, 1), transform 1.8s cubic-bezier(0.16, 1, 0.3, 1);
}

.founder-subtitle-pre::after {
    content: '';
    display: block;
    width: 60px;
    height: 1px;
    background-color: var(--color-accent);
    margin-top: 0.75rem;
}

.founder-title-wrap {
    overflow: hidden;
    margin-bottom: 2rem;
}

.founder-title {
    font-family: 'Playfair Display', serif;
    font-size: var(--text-xl);
    font-weight: 700;
    color: var(--color-primary);
    transform: translateY(100%);
    transition: transform 1.5s cubic-bezier(0.16, 1, 0.3, 1) 0.1s;
}

.founder-text-block {
    display: flex;
    flex-direction: column;
    gap: 1.75rem;
}

.founder-p {
    font-family: var(--font-body);
    font-size: var(--text-base);
    font-weight: 400;
    line-height: 1.85;
    color: var(--color-text-main);
    text-align: justify;
    opacity: 0;
    transform: translateY(35px);
    transition: opacity 1.8s cubic-bezier(0.16, 1, 0.3, 1), transform 1.8s cubic-bezier(0.16, 1, 0.3, 1);
}

.founder-p:nth-child(1) {
    transition-delay: 0.2s;
}

.founder-p:nth-child(2) {
    transition-delay: 0.4s;
}

/* Editorial Blockquote */
.founder-quote {
    position: relative;
    margin-top: 3.5rem;
    padding-left: 3rem;
    border-left: 2px solid var(--color-accent);
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 1.8s cubic-bezier(0.16, 1, 0.3, 1) 0.55s, transform 1.8s cubic-bezier(0.16, 1, 0.3, 1) 0.55s;
}

.quote-icon {
    position: absolute;
    left: 0.75rem;
    top: -0.5rem;
    width: 1.5rem;
    height: 1.5rem;
    opacity: 0.6;
    color: var(--color-accent);
}

.quote-text {
    font-family: 'Inter', serif;
    font-size: clamp(1.1rem, 1rem + 0.5vw, 1.35rem);
    font-style: italic;
    color: var(--color-primary-medium);
    line-height: 1.6;
}

/* Scroll Active Transitions */
.founder-section.reveal-active .founder-subtitle-pre {
    opacity: 1;
    transform: translateY(0);
}

.founder-section.reveal-active .founder-title {
    transform: translateY(0);
}

.founder-section.reveal-active .founder-p {
    opacity: 1;
    transform: translateY(0);
}

.founder-section.reveal-active .founder-image-wrapper {
    opacity: 1;
    transform: scale(1) translateY(0);
}

.founder-section.reveal-active .founder-quote {
    opacity: 1;
    transform: translateY(0);
}

/* Responsive Styles */
@media (max-width: 1200px) {
    .founder-container {
        padding: 0 3rem;
    }

    .founder-main-row {
        gap: 4rem;
    }
}

@media (max-width: 992px) {
    .founder-section {
        padding: 3rem 0 3rem 0;
    }

    .founder-main-row {
        grid-template-columns: 1fr;
        gap: 4rem;
    }

    .founder-image-wrapper {
        max-width: 440px;
        margin: 0 auto;
        width: 100%;
        order: -1;
        /* Image stays above text content on smaller screens */
    }

    .founder-bg-stroke {
        font-size: clamp(6rem, 10vh, 8rem);
        right: 7%;
        /* Shifted left (inward) */
    }
}

@media (max-width: 768px) {
    .founder-container {
        padding: 0 2rem;
    }

    .founder-main-row {
        gap: 3rem;
    }

    .founder-bg-stroke {
        font-size: clamp(4rem, 12vh, 6rem);
        right: 9%;
        /* Shifted left (inward) */
    }

    .founder-subtitle-pre {
        margin-bottom: 1.5rem;
    }

    .founder-quote {
        margin-top: 2.5rem;
        padding-left: 2rem;
    }
}

/* =========================================
   WORKS SECTION STYLE (ELEGANT ARCHITECTURAL EXHIBITION GRID)
   ========================================= */
.works-section {
    padding: 3rem 0 0 0;
    position: relative;
    overflow: hidden;
    background-color: var(--color-bg);
    /* Clean White Background */
    border-top: 1px solid var(--color-border);
}

.works-section * {
    font-style: normal !important;
}

.works-bg-pattern {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    pointer-events: none;
    user-select: none;
    display: none;
}

.works-bg-pattern svg {
    width: 100%;
    height: 100%;
    display: block;
}

/* Background Typography (Static & Elegant) */
.works-bg-stroke {
    position: absolute;
    top: 25%;
    left: 4.5%;
    transform: translate(-50%, 0) rotate(90deg);
    font-family: 'Playfair Display', serif;
    font-size: clamp(9.5rem, 20vh, 17rem);
    font-weight: 700;
    letter-spacing: 0.06em;
    color: rgba(40, 86, 101, 0.08);
    z-index: 0;
    pointer-events: none;
    user-select: none;
    white-space: nowrap;
}

.works-container {
    max-width: 1360px;
    margin: 0 auto;
    padding: 0 5rem;
    position: relative;
    z-index: 1;
}

/* Section Header */
.works-header {
    margin-bottom: 5rem;
    max-width: 800px;
}

.works-subtitle-pre {
    display: block;
    font-family: var(--font-body);
    font-size: var(--text-xs);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.25em;
    color: var(--color-accent);
    position: relative;
}

.works-subtitle-pre::after {
    content: '';
    display: block;
    width: 60px;
    height: 1px;
    background-color: var(--color-accent);
    margin-top: 0.75rem;
}

.works-title-wrap {
    overflow: hidden;
    margin-bottom: 1.5rem;
}

.works-title {
    font-family: 'Playfair Display', serif;
    font-size: var(--text-xl);
    font-weight: 700;
    color: var(--color-primary);
}

.works-desc {
    font-family: var(--font-body);
    font-size: var(--text-base);
    color: var(--color-text-muted);
    line-height: 1.8;
}

/* Dynamic Category Tabs & Works 3D Carousel Styles */
.works-section .filter-nav-outer {
    display: flex;
    justify-content: center;
    margin-bottom: 0.5rem;
    border-bottom: 1px solid rgba(40, 86, 101, 0.08);
    padding-bottom: 1rem;
}

.works-section .filter-nav-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: center;
}

.works-section .filter-btn {
    background: none;
    border: 1px solid rgba(40, 86, 101, 0.15);
    padding: 0.8rem 1.8rem;
    font-family: var(--font-body);
    font-size: 13px;
    font-weight: 600;
    color: var(--color-primary);
    border-radius: 4px;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    position: relative;
    overflow: hidden;
    transition: all 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

.works-section .filter-btn::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 1px;
    background-color: var(--color-accent);
    transition: width 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

.works-section .filter-btn:hover {
    color: var(--color-accent);
    border-color: var(--color-accent);
}

.works-section .filter-btn.active {
    background-color: var(--color-primary);
    color: #FFFFFF;
    border-color: var(--color-primary);
}

.works-section .filter-btn.active::after {
    display: none;
}

.works-carousel-section {
    margin-top: -2rem;
    /* Leave some space at the top of the circle */
    position: relative;
    width: 100%;
    padding: 0 30px;
    box-sizing: border-box;
}

.works-desktop-3d {
    display: block;
    width: 100%;
}

/* 3D Cylindrical Ring Carousel Styles */
.works-3d-stage {
    width: 100%;
    height: 560px;
    perspective: 1400px;
    perspective-origin: 50% 36%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    margin-top: 0;
    cursor: grab;
    user-select: none;
}

.works-3d-stage:active {
    cursor: grabbing;
}

.works-3d-ring {
    position: relative;
    top: -10px;
    width: 460px;
    height: 430px;
    transform-style: preserve-3d;
    transition: transform 0.1s linear;
    transform: rotateX(0deg) rotateY(0deg);
}

/* Distributed cards around the cylinder */
.work-card-3d {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    backface-visibility: hidden;
    overflow: visible;
    text-decoration: none;
    background-color: #FFFFFF;
    border: 1px solid rgba(191, 162, 118, 0.12);
    border-radius: 8px;
    box-shadow: none;
    padding: 1.25rem;
    box-sizing: border-box;
    transition: opacity 0.8s cubic-bezier(0.16, 1, 0.3, 1), filter 0.8s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.8s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.8s cubic-bezier(0.16, 1, 0.3, 1), transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
    opacity: 0.18;
    pointer-events: auto;
}

.work-card-3d.active {
    opacity: 1;
    z-index: 10;
    box-shadow: 0 15px 35px rgba(17, 37, 44, 0.04);
}

/* Hide inactive card elements completely to prevent overlap focus issues */
.work-card-3d .work-rect-caption {
    opacity: 0;
    transition: opacity 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

.work-card-3d.active .work-rect-caption {
    opacity: 1;
}

/* Rectangular 16:9 Image Wrapper styling */
.work-rect-wrap {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    border-radius: 6px;
    overflow: hidden;
    transition: all 0.8s cubic-bezier(0.16, 1, 0.3, 1);
    background-color: var(--color-primary-dark);
}

.work-rect-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transform: scale(1.15);
    transition: transform 0.25s cubic-bezier(0.16, 1, 0.3, 1);
    will-change: transform;
    border-radius: 6px;
    /* Direct border-radius for View Transition */
}

.work-rect-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(17, 37, 44, 0) 60%, rgba(17, 37, 44, 0.2) 100%);
    pointer-events: none;
}

/* Unclipped Caption below the rectangle */
.work-rect-caption {
    margin-top: 1.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    text-align: center;
    overflow: visible;
}

.work-rect-tag {
    font-family: var(--font-heading);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.15em;
    color: var(--color-accent);
    text-transform: uppercase;
    margin-bottom: 0.5rem;
    display: block;
}

.work-rect-title {
    font-family: var(--font-heading);
    font-size: 1.15rem;
    font-weight: 700;
    line-height: 1.35;
    color: var(--color-primary);
    margin: 0 0 0.75rem 0;
    transition: color 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

.work-card-3d.active:hover .work-rect-title {
    color: var(--color-accent);
}

.work-rect-desc {
    font-family: var(--font-body);
    font-size: 14px;
    color: var(--color-text-muted);
    line-height: 1.6;
    margin: 0;
    max-width: 290px;
}

/* Hover effects for the active card */
.work-card-3d.active:hover {
    border-color: var(--color-accent);
    box-shadow: 0 20px 45px rgba(191, 162, 118, 0.18);
}

.work-card-3d.active:hover .work-rect-wrap {
    transform: translateY(-4px);
}

.work-card-3d.active:hover .work-rect-img {
    transform: scale(1.22);
}

/* Fallback message */
.works-section .no-works-fallback {
    text-align: center;
    padding: 4rem 0;
}

.works-section .no-works-fallback p {
    font-family: var(--font-body);
    font-size: 16px;
    color: var(--color-text-muted);
}

/* Works Navigation & Arrows */
.works-navigation {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1.5rem;
    margin-top: 0rem;
    position: relative;
    z-index: 100;
    margin-bottom: 1.5rem;

}

.works-indicators {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.75rem;
    margin-top: 0;
    position: relative;
    z-index: 100;
}

.works-nav-btn {
    background: transparent;
    border: 1px solid rgba(40, 86, 101, 0.15);
    color: var(--color-primary);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
    outline: none;
    padding: 0;
}

.works-nav-btn:hover {
    background-color: var(--color-accent);
    border-color: var(--color-accent);
    color: #FFFFFF;
}

.works-nav-btn svg {
    width: 18px;
    height: 18px;
}

.works-indicator {
    width: 24px;
    height: 3px;
    background-color: rgba(40, 86, 101, 0.15);
    border: none;
    cursor: pointer;
    padding: 0;
    position: relative;
    outline: none;
    transition: all 0.8s cubic-bezier(0.16, 1, 0.3, 1);
    overflow: hidden;
    border-radius: 2px;
}

.works-indicator::after {
    content: '';
    position: absolute;
    top: -10px;
    bottom: -10px;
    left: 0;
    right: 0;
}

.works-indicator:hover {
    background-color: rgba(40, 86, 101, 0.25);
}

.works-indicator.active {
    width: 48px;
    background-color: rgba(40, 86, 101, 0.15);
}

.works-indicator-progress {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: var(--color-accent);
    transform: scaleX(0);
    transform-origin: left;
    transition: none;
}

/* Hide inactive cards in JavaScript list entirely to prevent invisible overlaps */
.work-card-3d.carousel-hide {
    display: none !important;
}

/* Responsive adjustments for 3D Rotating Ring Carousel */
@media (max-width: 1200px) {
    .works-container {
        padding: 0 3rem;
    }
}

@media (max-width: 992px) {
    .works-section {
        padding: 3rem 0 1rem 0;
    }

    .works-carousel-section {
        margin-top: -2rem;
    }

    .works-3d-stage {
        height: 460px;
        perspective: 1200px;
        perspective-origin: 50% 32%;
    }

    .works-3d-ring {
        position: relative;
        top: -10px;
        width: 340px;
        height: 340px;
        transform: rotateY(0deg) rotateX(0deg);
    }

    .work-rect-wrap {
        width: 100%;
        height: auto;
        aspect-ratio: 16 / 9;
    }

    .work-rect-title {
        font-size: 1rem;
        line-height: 1.3;
    }

    .work-rect-desc {
        font-size: 13px;
        max-width: 240px;
    }

    .works-bg-stroke {
        font-size: clamp(6rem, 10vh, 8rem);
        left: 7%;
        /* Shifted right (inward) */
    }
}

@media (max-width: 768px) {
    .works-container {
        padding: 0 2rem;
    }

    .works-nav-btn {
        display: none !important;
    }

    .works-navigation {
        gap: 0;
    }

    .works-section .filter-nav-wrapper {
        justify-content: center;
        overflow-x: auto;
        white-space: nowrap;
        padding-bottom: 0.5rem;
        width: 100%;
        scrollbar-width: none;
    }

    .works-section .filter-nav-wrapper::-webkit-scrollbar {
        display: none;
    }

    .works-section .filter-btn {
        padding: 0.6rem 1.4rem;
        font-size: 12px;
    }

    .works-bg-stroke {
        font-size: clamp(4rem, 12vh, 6rem);
        left: 9%;
        /* Shifted right (inward) */
    }
}

@media (max-width: 576px) {
    .works-carousel-section {
        margin-top: -1rem;
    }

    .works-3d-stage {
        height: 430px;
        perspective: 1100px;
        perspective-origin: 50% 36%;
    }

    .works-3d-ring {
        position: relative;
        top: -20px;
        width: 250px;
        height: 320px;
        transform: rotateY(0deg) rotateX(0deg);
    }

    .work-card-3d {
        padding: 0.75rem;
    }

    .work-rect-caption {
        margin-top: 1.25rem;
    }

    .work-rect-tag {
        font-size: 8px;
        margin-bottom: 0.25rem;
    }

    .work-rect-title {
        font-size: 0.95rem;
        line-height: 1.25;
        margin-bottom: 0.5rem;
    }

    .work-rect-desc {
        font-size: 12px;
        line-height: 1.5;
        max-width: 180px;
    }
}

/* =========================================
   PROJECTS SECTION STYLE
   ========================================= */
.projects-section {
    padding: 1rem 0 3rem 0;
    /* Reduced padding */
    position: relative;
    overflow: hidden;
    background-color: #FBFBFA;
    /* Extremely soft warm off-white */
    border-top: 1px solid var(--color-border);
}

.projects-container {
    max-width: 1360px;
    margin: 0 auto;
    padding: 0 5rem;
    position: relative;
    z-index: 1;
}

.projects-header-block {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 4rem;
    /* Reduced margin */
    gap: 4rem;
}

.projects-header-left {
    max-width: 800px;
}

.projects-subtitle-pre {
    display: block;
    font-family: var(--font-body);
    font-size: var(--text-xs);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.25em;
    color: var(--color-accent);
    margin-bottom: 1.5rem;
    position: relative;
}

.projects-subtitle-pre::after {
    content: '';
    display: block;
    width: 60px;
    height: 1px;
    background-color: var(--color-accent);
    margin-top: 0.75rem;
}

.projects-title {
    font-family: 'Playfair Display', serif;
    font-size: var(--text-xl);
    font-weight: 700;
    color: var(--color-primary);
    margin: 0 0 1.5rem 0;
    line-height: 1.25;
}

.projects-desc {
    font-family: var(--font-body);
    font-size: var(--text-base);
    color: var(--color-text-muted);
    line-height: 1.8;
    margin: 0;
}

/* Zigzag Alternating Showroom styles */
.projects-zigzag-layout {
    display: flex;
    flex-direction: column;
    margin-top: 4rem;
}

.project-zigzag-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8rem;
    align-items: center;
    padding: 3rem 0;
    border-bottom: 1px solid rgba(191, 162, 118, 0.15);
    /* Elegant separator line */
}

.project-zigzag-row:first-child {
    padding-top: 0;
}

.project-zigzag-row:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

/* Alternate row sorting */
.project-zigzag-row:nth-child(even) .project-row-content {
    order: 2;
}

.project-zigzag-row:nth-child(even) .project-row-image-wrap {
    order: 1;
}

/* Content Panel */
.project-row-content {
    display: flex;
    flex-direction: column;
}

.project-item-meta {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    margin-bottom: 1.5rem;
}

.project-item-num {
    font-family: 'Playfair Display', serif;
    font-size: var(--text-base);
    color: var(--color-accent);
    font-weight: 700;
}

.project-item-tag {
    font-family: var(--font-body);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.15em;
    color: var(--color-accent);
    text-transform: uppercase;
}

.project-item-title {
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(1.8rem, 3vw, 2.5rem);
    font-weight: 700;
    letter-spacing: -0.02em;
    color: var(--color-primary);
    margin: 0 0 1.5rem 0;
    line-height: 1.25;
}

.project-item-line {
    width: 60px;
    height: 1px;
    background-color: var(--color-accent);
    margin-bottom: 2rem;
}

.project-item-desc {
    font-family: var(--font-body);
    font-size: var(--text-base);
    color: var(--color-text-muted);
    line-height: 1.8;
    margin: 0 0 2.5rem 0;
}

.project-item-link {
    font-family: var(--font-body);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.12em;
    color: var(--color-primary);
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
    cursor: pointer;
    align-self: flex-start;
}

.project-item-arrow {
    font-size: 14px;
    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.project-item-link:hover {
    color: var(--color-accent);
}

.project-item-link:hover .project-item-arrow {
    transform: translateX(6px);
}

/* Framed Image Showcase Wrap */
.project-row-image-wrap {
    position: relative;
    width: 100%;
    height: 380px;
}

/* Dynamic offset frame behind the image */
.project-row-image-wrap::before {
    content: '';
    position: absolute;
    top: 15px;
    left: 15px;
    width: 100%;
    height: 100%;
    border: 1px solid var(--color-accent);
    z-index: 1;
    transition: all 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

.project-zigzag-row:nth-child(even) .project-row-image-wrap::before {
    left: -15px;
}

.project-row-image-wrap:hover::before {
    top: 0;
    left: 0 !important;
}

.project-row-image-inner {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 4px;
    box-shadow: 0 20px 40px rgba(17, 37, 44, 0.08);
    z-index: 2;
    border: 1px solid var(--color-border);
}

.project-row-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 1.2s cubic-bezier(0.16, 1, 0.3, 1);
}

.project-row-image-wrap:hover .project-row-img {
    transform: scale(1.05);
}

/* Responsive adjustments */
@media (max-width: 1200px) {
    .projects-container {
        padding: 0 3rem;
    }

    .project-zigzag-row {
        gap: 4rem;
    }
}

@media (max-width: 992px) {
    .projects-section {
        padding: 2rem 0;
    }


    .project-zigzag-row {
        grid-template-columns: 1fr;
        gap: 2rem;
        padding: 1rem 0;
    }

    /* Order reset for vertical stacking on mobile */
    .project-zigzag-row:nth-child(even) .project-row-content {
        order: 2;
    }

    .project-zigzag-row:nth-child(even) .project-row-image-wrap {
        order: 1;
    }

    .project-row-image-wrap {
        height: 300px;
        order: 1;
    }

    .project-row-content {
        order: 2;
    }

    .project-row-image-wrap::before {
        display: none;
        /* Hide complex offset frames on small screens */
    }

    .project-item-title {
        font-size: clamp(1.8rem, 4vw, 2.25rem);
    }
}

@media (max-width: 768px) {
    .projects-container {
        padding: 0 2rem;
    }

    .project-row-image-wrap {
        height: 220px;
    }

    .project-item-desc {
        margin-bottom: 2rem;
    }
}

/* ==========================================================================
   ACTIVITIES SECTION STYLE (CHIC HORIZONTAL CAROUSEL)
   ========================================================================== */
.activities-section {
    padding: 2rem 0;
    background-color: var(--color-bg-main);
    position: relative;
    overflow: hidden;
    border-top: 1px solid rgba(191, 162, 118, 0.1);
}

/* Background Typography for Activities (Vertical Parallax) */
.activities-bg-stroke {
    position: absolute;
    top: 50%;
    right: 4.5%;
    transform: translate(50%, calc(-50% + var(--parallax-y, 0px))) rotate(-90deg);
    font-family: 'Playfair Display', serif;
    font-size: clamp(6.5rem, 14vh, 12rem);
    /* Slightly smaller */
    font-weight: 700;
    letter-spacing: 0.06em;
    color: rgba(40, 86, 101, 0.055);
    z-index: 0;
    pointer-events: none;
    user-select: none;
    white-space: nowrap;
    will-change: transform;
    transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

@media (max-width: 992px) {
    .activities-bg-stroke {
        font-size: clamp(4.5rem, 7vh, 6rem);
        /* Proportionally smaller */
        right: 7%;
        /* Shifted left (inward) */
    }
}

@media (max-width: 768px) {
    .activities-bg-stroke {
        font-size: clamp(3rem, 9vh, 4.5rem);
        /* Proportionally smaller */
        right: 9%;
        /* Shifted left (inward) */
        top: 78% !important;
        /* Lowered down on mobile */
    }
}


.activities-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 4rem;
}

.activities-header-block {
    max-width: 800px;
    margin-bottom: 4rem;
}

.activities-subtitle-pre {
    font-family: var(--font-body);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.18em;
    color: var(--color-accent);
    display: block;
    margin-bottom: 1rem;
    text-transform: uppercase;
}

.activities-title {
    font-family: 'Playfair Display', serif;
    font-size: clamp(2.25rem, 4vw, 3.25rem);
    font-weight: 700;
    color: var(--color-primary);
    margin: 0 0 1.25rem 0;
    line-height: 1.2;
}

.activities-desc {
    font-family: var(--font-body);
    font-size: var(--text-base);
    color: var(--color-text-muted);
    line-height: 1.8;
    margin: 0;
}

/* Premium Interactive Splits Showcase Slider */
.activities-splits-showcase {
    display: grid;
    grid-template-columns: 0.75fr 1.25fr;
    gap: 6rem;
    align-items: stretch;
    position: relative;
    z-index: 2;
    min-height: 420px;
}

/* Left side: Visualizer panel */
.activities-visuals-panel {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    background-color: var(--color-primary-deep);
    box-shadow: 0 30px 75px rgba(17, 37, 44, 0.12);
    height: 100%;
    min-height: 380px;
}

.activity-visual-item {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    z-index: 1;
    transition: opacity 0.6s ease-in-out, visibility 0.6s ease-in-out;
}

.activity-visual-item.active {
    opacity: 1;
    visibility: visible;
    z-index: 2;
}

.activity-visual-link {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    cursor: pointer;
    text-decoration: none;
}

.activity-visual-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.activity-visual-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(17, 37, 44, 0) 40%, rgba(17, 37, 44, 0.45) 100%);
    z-index: 3;
    pointer-events: none;
}

.activity-visual-badge {
    position: absolute;
    top: 2rem;
    left: 2rem;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(191, 162, 118, 0.25);
    color: var(--color-primary);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.1em;
    padding: 0.45rem 0.9rem;
    border-radius: 100px;
    backdrop-filter: blur(8px);
    z-index: 4;
    text-transform: uppercase;
}

.activity-zoom-btn {
    position: absolute;
    right: 2rem;
    bottom: 2rem;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background-color: var(--color-accent);
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 20px rgba(191, 162, 118, 0.25);
    z-index: 4;
    transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
    text-decoration: none;
}

.activity-zoom-btn svg {
    width: 18px;
    height: 18px;
    transition: transform 0.4s ease;
}

.activity-zoom-btn:hover {
    background-color: var(--color-primary);
    transform: scale(1.08) translateY(-2px);
    box-shadow: 0 10px 25px rgba(40, 86, 101, 0.3);
}

.activity-zoom-btn:hover svg {
    transform: scale(1.05);
}

/* Right side: Accordion list panels */
.activities-list-panel {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 600px;
    height: auto;
}

.activity-list-item {
    position: relative;
    padding: 2rem 0.5rem 2rem 2rem;
    border-bottom: 1px solid rgba(40, 86, 101, 0.08);
    cursor: pointer;
    transition: all 0.8s cubic-bezier(0.16, 1, 0.3, 1);
    outline: none;
}

.activity-list-item:first-child {
    padding-top: 0;
}

.activity-list-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

/* Vertical progress bar */
.activity-progress-track {
    position: absolute;
    left: 0;
    top: 2rem;
    bottom: 2rem;
    width: 2px;
    background-color: rgba(40, 86, 101, 0.08);
    border-radius: 2px;
    overflow: hidden;
    transition: all 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

.activity-progress-fill {
    display: block;
    width: 100%;
    height: 0%;
    background-color: var(--color-accent);
    transition: height 0.1s linear;
}

.activity-list-item:first-child .activity-progress-track {
    top: 0;
}

.activity-list-item:last-child .activity-progress-track {
    bottom: 0;
}

.activity-item-header {
    display: flex;
    align-items: center;
    gap: 2rem;
}

.activity-item-num {
    font-family: 'Inter', serif;
    font-size: 1.45rem;
    font-weight: 700;
    color: rgba(40, 86, 101, 0.18);
    transition: color 0.6s cubic-bezier(0.16, 1, 0.3, 1);
    line-height: 1;
}

.activity-item-title-wrap {
    flex-grow: 1;
}

.activity-item-tag {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.12em;
    color: var(--color-accent);
    text-transform: uppercase;
    display: block;
    margin-bottom: 0.25rem;
    opacity: 0.75;
    transition: opacity 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.activity-item-title {
    font-family: 'Inter', serif;
    font-size: clamp(1.2rem, 1.6vw, 1.45rem);
    font-weight: 700;
    color: var(--color-primary);
    margin: 0;
    line-height: 1.3;
    transition: color 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.activity-item-indicator {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 1.5px solid rgba(40, 86, 101, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color-primary);
    transition: all 0.8s cubic-bezier(0.16, 1, 0.3, 1);
    flex-shrink: 0;
    /* Prevent shrinking into oval on mobile */
}

.activity-item-indicator svg {
    width: 12px;
    height: 12px;
    transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

/* Expanded/Active state variables */
.activity-list-item.active .activity-item-num {
    color: var(--color-accent);
}

.activity-list-item.active .activity-item-title {
    color: var(--color-accent);
}

.activity-list-item.active .activity-item-indicator {
    transform: rotate(135deg);
    /* Plus rotates 135deg to become 'x' close sign */
    color: var(--color-accent);
    border-color: var(--color-accent);
    background-color: rgba(191, 162, 118, 0.06);
}

/* Collapsible text block */
.activity-item-body {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: all 0.8s cubic-bezier(0.16, 1, 0.3, 1);
    padding-left: 3.25rem;
}

.activity-list-item.active .activity-item-body {
    max-height: 220px;
    opacity: 1;
    margin-top: 1.25rem;
}

.activity-item-desc {
    font-size: clamp(0.85rem, 1.1vw, 0.95rem);
    color: var(--color-text-muted);
    line-height: 1.75;
    margin: 0;
    max-width: 520px;
}

.activity-detail-link {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    color: var(--color-accent);
    text-decoration: none;
    font-family: var(--font-body);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-top: 1.25rem;
    transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.activity-link-arrow {
    width: 14px;
    height: 14px;
    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.activity-detail-link:hover {
    color: var(--color-primary);
}

.activity-detail-link:hover .activity-link-arrow {
    transform: translateX(4px);
}

/* Responsiveness break points */
@media (max-width: 992px) {
    .activities-splits-showcase {
        grid-template-columns: 1fr;
        gap: 3rem;
        min-height: auto;
    }

    .activities-list-panel {
        height: auto;
        /* Reset fixed height on mobile viewports */
    }

    .activities-visuals-panel {
        min-height: 340px;
        height: 340px;
    }

    .activity-list-item {
        padding: 1.5rem 0.5rem 1.5rem 2rem;
    }

    .activity-list-item .activity-progress-track {
        top: 1.5rem;
        bottom: 1.5rem;
    }

    .activity-list-item:first-child .activity-progress-track {
        top: 0;
    }

    .activity-list-item:last-child .activity-progress-track {
        bottom: 0;
    }

    .activity-item-body {
        padding-left: 2.75rem;
    }
}

@media (max-width: 768px) {
    .activities-container {
        padding: 0 2rem;
    }
}

/* ==========================================================================
   PROMOTIONAL VIDEO SECTION (CINEMATIC LIGHTBOX MODAL)
   ========================================================================== */
.promo-video-section {
    padding: 3rem 0;
    background-color: #FFFFFF;
    position: relative;
    border-top: 1px solid rgba(191, 162, 118, 0.1);
}

.promo-video-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 4rem;
}

.promo-video-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-bottom: 4rem;
}

.promo-video-subtitle {
    font-family: var(--font-body);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.2em;
    color: var(--color-accent);
    text-transform: uppercase;
    margin-bottom: 0.75rem;
    display: block;
}

.promo-video-title {
    font-family: 'Playfair Display', serif;
    font-size: 2.2rem;
    font-weight: 700;
    color: var(--color-primary);
    margin: 0 0 1.25rem 0;
}

.promo-video-desc {
    font-family: var(--font-body);
    font-size: 15px;
    color: var(--color-text-muted);
    line-height: 1.8;
    max-width: 680px;
    margin: 0;
}

.promo-video-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}

.promo-video-card {
    position: relative;
    width: 100%;
    max-width: 960px;
    aspect-ratio: 16 / 9;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 25px 65px rgba(17, 37, 44, 0.1);
    border: 1px solid rgba(191, 162, 118, 0.12);
    cursor: pointer;
    background-color: #11252C;
}

.promo-video-cover {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.promo-video-backdrop {
    position: absolute;
    inset: 0;
    background-image: url('../../images/video-kapak.jpg');
    background-size: cover;
    background-position: center;
    filter: brightness(0.4) contrast(1.1);
    transition: transform 1.2s cubic-bezier(0.16, 1, 0.3, 1);
}

.promo-video-pattern {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(17, 37, 44, 0.1) 0%, rgba(17, 37, 44, 0.4) 100%);
    pointer-events: none;
}

/* Premium Play Button & Pulsing Ripples */
.promo-play-btn-wrap {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: center;
}

.promo-play-btn {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: var(--color-accent);
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 30px rgba(191, 162, 118, 0.4);
    transition: all 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

.promo-play-btn svg {
    width: 24px;
    height: 24px;
    margin-left: 4px;
    /* Align triangle optically */
    transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

.promo-play-ripple {
    position: absolute;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 1px solid rgba(191, 162, 118, 0.6);
    pointer-events: none;
    animation: playRipplePulse 2s infinite ease-out;
}

@keyframes playRipplePulse {
    0% {
        transform: scale(1);
        opacity: 1;
    }

    100% {
        transform: scale(1.6);
        opacity: 0;
    }
}

.promo-video-label {
    position: absolute;
    bottom: 2rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 5;
    pointer-events: none;
}

.play-label-text {
    font-family: var(--font-body);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.3em;
    color: #FFFFFF;
    opacity: 0.8;
    text-transform: uppercase;
    transition: all 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

/* Hover effects */
.promo-video-card:hover .promo-video-backdrop {
    transform: scale(1.05);
}

.promo-video-card:hover .promo-play-btn {
    background-color: #FFFFFF;
    color: var(--color-primary);
    box-shadow: 0 15px 40px rgba(255, 255, 255, 0.25);
    transform: scale(1.08);
}

.promo-video-card:hover .promo-play-btn svg {
    transform: scale(1.1);
}

.promo-video-card:hover .play-label-text {
    color: var(--color-accent);
    opacity: 1;
    letter-spacing: 0.35em;
}

/* ==========================================================================
   CINEMATIC VIDEO LIGHTBOX MODAL
   ========================================================================== */
.video-modal {
    position: fixed;
    inset: 0;
    z-index: 10000;
    opacity: 0;
    pointer-events: none;
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(16px);
    background-color: rgba(17, 37, 44, 0.85);
    transition: opacity 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.video-modal.show {
    opacity: 1;
    pointer-events: all;
}

.video-modal-overlay {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.video-modal-container {
    position: relative;
    width: 90%;
    max-width: 1000px;
    aspect-ratio: 16 / 9;
    background-color: #000000;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid rgba(191, 162, 118, 0.2);
    box-shadow: 0 50px 100px rgba(0, 0, 0, 0.5);
    transform: scale(0.95);
    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
    z-index: 10005;
}

.video-modal.show .video-modal-container {
    transform: scale(1);
}

.video-modal-close {
    position: absolute;
    top: -3.5rem;
    right: 0;
    background: none;
    border: none;
    color: #FFFFFF;
    font-size: 2.5rem;
    line-height: 1;
    cursor: pointer;
    opacity: 0.7;
    transition: all 0.3s ease;
    z-index: 10010;
}

.video-modal-close:hover {
    opacity: 1;
    transform: scale(1.1);
}

.video-modal-body {
    width: 100%;
    height: 100%;
}

.video-iframe-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
}

.video-iframe-wrapper iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: none;
}

/* Responsive adjustments */
@media (max-width: 992px) {
    .promo-video-section {
        padding: 6rem 0;
    }

    .promo-video-container {
        padding: 0 2.5rem;
    }

    .promo-video-header {
        margin-bottom: 3rem;
    }

    .promo-video-title {
        font-size: 1.8rem;
    }

    .promo-play-btn {
        width: 70px;
        height: 70px;
    }
}

@media (max-width: 576px) {
    .promo-video-section {
        padding: 3rem 0;
    }

    .promo-video-container {
        padding: 0 1.5rem;
    }

    .promo-video-header {
        margin-bottom: 2rem;
    }

    .promo-video-title {
        font-size: 1.5rem;
    }

    .promo-play-btn {
        width: 60px;
        height: 60px;
    }

    .promo-play-ripple {
        width: 60px;
        height: 60px;
    }

    .video-modal-close {
        top: 1rem;
        right: 1rem;
        background-color: rgba(17, 37, 44, 0.6);
        width: 40px;
        height: 40px;
        border-radius: 50%;
        font-size: 1.8rem;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 1px solid rgba(255, 255, 255, 0.2);
    }
}

/* ==========================================================================
   NEWS SECTION STYLE (EDITORIAL CARDS GRID SLIDER)
   ========================================================================== */
.news-section {
    padding: 3rem 0;
    background-color: var(--color-bg-main);
    /* Alternating light off-white background */
    position: relative;
    border-top: 1px solid rgba(191, 162, 118, 0.1);
    overflow: hidden;
}

.news-container {
    max-width: 1440px;
    /* Expanded for a wider editorial look */
    margin: 0 auto;
    padding: 0 4rem;
}

.news-header-block {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    text-align: left;
    margin-bottom: 3.5rem;
    position: relative;
    z-index: 2;
}

.news-header-left {
    max-width: 680px;
}

.news-subtitle-pre {
    font-family: var(--font-body);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.2em;
    color: var(--color-accent);
    text-transform: uppercase;
    margin-bottom: 0.75rem;
    display: block;
}

.news-title {
    font-family: 'Playfair Display', serif;
    font-size: 2.2rem;
    font-weight: 700;
    color: var(--color-primary);
    margin: 0 0 1.25rem 0;
}

.news-desc {
    font-family: var(--font-body);
    font-size: 15px;
    color: var(--color-text-muted);
    line-height: 1.8;
    margin: 0;
}

/* News Slider Nav Arrows */
.news-nav-buttons {
    display: flex;
    gap: 1rem;
    align-items: center;
    margin-bottom: 0.5rem;
}

.news-nav-btn {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid rgba(40, 86, 101, 0.2);
    background: transparent;
    color: var(--color-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
    padding: 0;
    outline: none;
}

.news-nav-btn svg {
    width: 18px;
    height: 18px;
    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.news-nav-btn:hover:not(:disabled) {
    border-color: var(--color-accent);
    background-color: var(--color-accent);
    color: #FFFFFF;
}

.news-nav-btn:hover:not(:disabled) svg {
    transform: scale(1.1);
}

.news-nav-btn:disabled {
    opacity: 0.25;
    cursor: not-allowed;
}

/* Carousel Track & Elements */
.news-carousel-wrapper {
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 2;
}

.news-track {
    display: flex;
    gap: 2.5rem;
    transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
    will-change: transform;
    margin: 0 1rem 1rem 1rem;
}

.news-card {
    flex: 0 0 calc((100% - 5rem) / 3);
    /* Exactly 3 cards on screen */
    background-color: #FFFFFF;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid rgba(191, 162, 118, 0.12);
    box-shadow: 0 15px 45px rgba(17, 37, 44, 0.03);
    display: flex;
    flex-direction: column;
    text-decoration: none;
    transition: all 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

.news-card-image-wrap {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 10;
    overflow: hidden;
}

.news-card-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 1.2s cubic-bezier(0.16, 1, 0.3, 1);
}

.news-card-category {
    position: absolute;
    top: 1.25rem;
    left: 1.25rem;
    padding: 0.5rem 1rem;
    background: rgba(17, 37, 44, 0.75);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(191, 162, 118, 0.3);
    color: #FFFFFF;
    font-family: var(--font-body);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.15em;
    border-radius: 4px;
    text-transform: uppercase;
}

.news-card-content {
    padding: 2rem 2rem 1rem 2rem;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.news-card-date {
    font-family: var(--font-body);
    font-size: 11px;
    font-weight: 600;
    color: var(--color-accent);
    margin-bottom: 0.75rem;
    display: block;
}

.news-card-title {
    font-family: 'Playfair Display', serif;
    font-size: 1.35rem;
    font-weight: 700;
    color: var(--color-primary);
    line-height: 1.4;
    margin: 0 0 1rem 0;
    transition: color 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.news-card-desc {
    font-family: var(--font-body);
    font-size: 13.5px;
    color: var(--color-text-muted);
    line-height: 1.7;
    margin: 0 0 2rem 0;
    /* Limit description to 3 lines */
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.news-card-link-text {
    margin-top: auto;
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    font-family: var(--font-body);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.15em;
    color: var(--color-primary);
    text-transform: uppercase;
    transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.news-link-icon {
    width: 14px;
    height: 14px;
    color: var(--color-primary);
    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1), color 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

/* Hover State Micro-Animations */
.news-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 30px 65px rgba(17, 37, 44, 0.08);
    border-color: rgba(191, 162, 118, 0.35);
}

.news-card:hover .news-card-img {
    transform: scale(1.06);
}

.news-card:hover .news-card-title {
    color: var(--color-accent);
}

.news-card:hover .news-card-link-text {
    color: var(--color-accent);
}

.news-card:hover .news-link-icon {
    color: var(--color-accent);
    transform: translateX(6px);
}

/* Responsive Rules for News */
@media (max-width: 992px) {
    .news-section {
        padding: 3rem 0;
    }

    .news-container {
        padding: 0 2.5rem;
    }

    .news-header-block {
        flex-direction: column;
        align-items: flex-start;
        gap: 2rem;
        margin-bottom: 2.5rem;
    }

    .news-nav-buttons {
        align-self: flex-end;
        margin-top: -1rem;
    }

    .news-track {
        gap: 2rem;
    }

    .news-card {
        flex: 0 0 calc((100% - 2rem) / 2);
        /* Exactly 2 cards visible */
    }
}

@media (max-width: 768px) {

    .works-header {
        margin-bottom: 2rem;
    }

    .news-card {
        flex: 0 0 100%;
        /* Exactly 1 card visible */
    }

    .news-nav-buttons {
        align-self: center;
        margin-top: 0;
    }
}

@media (max-width: 576px) {
    .news-section {
        padding: 0rem 0;
    }

    .news-container {
        padding: 0 1.5rem;
    }

    .news-title {
        font-size: 1.5rem;
    }
}

/* ==========================================================================
   SCROLL REVEAL ANIMATIONS FOR BOTTOM SECTIONS
   ========================================================================== */
/* Works Section */
.works-section .works-container {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 1.5s cubic-bezier(0.16, 1, 0.3, 1), transform 1.5s cubic-bezier(0.16, 1, 0.3, 1);
}

.works-section.reveal-active .works-container {
    opacity: 1;
    transform: translateY(0);
}

.works-section .works-carousel-section {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 1.2s cubic-bezier(0.16, 1, 0.3, 1), transform 1.2s cubic-bezier(0.16, 1, 0.3, 1);
}

.works-section.reveal-active .works-carousel-section {
    opacity: 1;
    transform: translateY(0);
}

/* Activities Section */
.activities-section .activities-container {
    opacity: 0;
    transform: translateY(45px);
    transition: opacity 1.6s cubic-bezier(0.16, 1, 0.3, 1), transform 1.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.activities-section.reveal-active .activities-container {
    opacity: 1;
    transform: translateY(0);
}

/* Promo Video Section */
.promo-video-section .promo-video-container {
    opacity: 0;
    transform: translateY(45px);
    transition: opacity 1.6s cubic-bezier(0.16, 1, 0.3, 1), transform 1.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.promo-video-section.reveal-active .promo-video-container {
    opacity: 1;
    transform: translateY(0);
}

/* News Section */
.news-section .news-container {
    opacity: 0;
    transform: translateY(45px);
    transition: opacity 1.6s cubic-bezier(0.16, 1, 0.3, 1), transform 1.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.news-section.reveal-active .news-container {
    opacity: 1;
    transform: translateY(0);
}

/* Projects Section Row Scroll Reveal */
.project-zigzag-row .project-row-content,
.project-zigzag-row .project-row-image-wrap {
    opacity: 0;
    transition: opacity 1.6s cubic-bezier(0.16, 1, 0.3, 1), transform 1.6s cubic-bezier(0.16, 1, 0.3, 1);
}

/* Odd rows: Content on left (comes from left), Image on right (comes from right) */
.project-zigzag-row:nth-child(odd) .project-row-content {
    transform: translateX(-60px);
}

.project-zigzag-row:nth-child(odd) .project-row-image-wrap {
    transform: translateX(60px);
}

/* Even rows: Content on right (comes from right), Image on left (comes from left) */
.project-zigzag-row:nth-child(even) .project-row-content {
    transform: translateX(60px);
}

.project-zigzag-row:nth-child(even) .project-row-image-wrap {
    transform: translateX(-60px);
}

/* Active reveal states */
.project-zigzag-row.reveal-active .project-row-content,
.project-zigzag-row.reveal-active .project-row-image-wrap {
    opacity: 1;
    transform: translateX(0);
}

/* --------------------------------------------------------------------------
   HERO MULTI-SLIDER PROGRESS INDICATORS
   -------------------------------------------------------------------------- */
.hero-indicators {
    position: absolute;
    bottom: 3.5rem;
    right: 4.5rem;
    display: flex;
    gap: 0.5rem;
    z-index: 10;
}

.indicator-bar {
    width: 60px;
    height: 3px;
    background-color: rgba(255, 255, 255, 0.15);
    border: none;
    padding: 0;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    outline: none;
}

.indicator-progress {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    background-color: var(--color-accent);
}

.indicator-bar.active .indicator-progress {
    width: 100%;
    transition: width 6.5s linear;
    /* Matches 7s interval minus fade overlap */
}

@media (max-width: 768px) {
    .hero-indicators {
        bottom: 2rem;
        right: 50%;
        transform: translateX(50%);
    }
}