/* ============================================
   About Us - Premium Edition
   Colors: #AD8B73, #CEAB93, #E3CAA5, #FFFBE9
   ============================================ */

:root {
    --primary-dark: #AD8B73;
    --secondary-dark: #CEAB93;
    --accent-light: #E3CAA5;
    --accent-cream: #FFFBE9;
    --gold: #AD8B73;
    --gold-light: #CEAB93;
    --bg-deep: #1E1511;
    --bg-card: rgba(173, 139, 115, 0.35);
    --border-subtle: rgba(227, 202, 165, 0.08);
    --border-hover: rgba(227, 202, 165, 0.2);
    --ease-premium: cubic-bezier(0.16, 1, 0.3, 1);
    --ease-spring: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

* { margin: 0; padding: 0; box-sizing: border-box; }

body {
    font-family: var(--font-secondary, 'DecoType Naskh', Tahoma, Arial, sans-serif);
    background: var(--bg-deep);
    color: var(--accent-cream);
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
}

/* ============================================
   Ambient Background
   ============================================ */
.ambient-bg {
    position: fixed;
    inset: 0;
    z-index: 0;
    overflow: hidden;
}

.ambient-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(80px);
    opacity: 0.4;
    animation: orbFloat 20s ease-in-out infinite alternate;
}

.orb-1 {
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(173, 139, 115, 0.6), transparent);
    top: -100px;
    right: -100px;
}

.orb-2 {
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(196, 165, 138, 0.15), transparent);
    bottom: 10%;
    left: -80px;
    animation-delay: -5s;
}

.orb-3 {
    width: 250px;
    height: 250px;
    background: radial-gradient(circle, rgba(173, 139, 115, 0.4), transparent);
    top: 40%;
    right: 30%;
    animation-delay: -10s;
}

.ambient-grid {
    position: absolute;
    inset: 0;
    background-image: 
        linear-gradient(rgba(227, 202, 165, 0.015) 1px, transparent 1px),
        linear-gradient(90deg, rgba(227, 202, 165, 0.015) 1px, transparent 1px);
    background-size: 60px 60px;
    mask-image: radial-gradient(ellipse 60% 50% at 50% 50%, black 20%, transparent 70%);
}

#particleCanvas {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

@keyframes orbFloat {
    0% { transform: translate(0, 0) scale(1); }
    50% { transform: translate(20px, -20px) scale(1.1); }
    100% { transform: translate(-10px, 15px) scale(0.95); }
}

/* ============================================
   Main Section
   ============================================ */
.about-premium {
    position: relative;
    z-index: 1;
    min-height: 100vh;
    padding: 3rem 2rem 4rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3.5rem;
}

/* ============================================
   Floating Badges
   ============================================ */
.floating-elements {
    position: absolute;
    inset: 0;
    pointer-events: none;
    overflow: hidden;
}

.float-badge {
    position: absolute;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    background: rgba(173, 139, 115, 0.6);
    backdrop-filter: blur(12px);
    border: 1px solid var(--border-subtle);
    border-radius: 30px;
    padding: 0.5rem 1rem;
    font-size: 0.72rem;
    font-weight: 600;
    color: var(--accent-light);
    animation: gentleFloat 6s ease-in-out infinite;
}

.float-badge.top-right {
    top: 12%;
    left: 8%;
    animation-delay: 0s;
}

.float-badge.bottom-left {
    bottom: 15%;
    right: 6%;
    animation-delay: -3s;
}

@keyframes gentleFloat {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-8px); }
}

/* ============================================
   Premium Header
   ============================================ */
.premium-header {
    text-align: center;
    max-width: 650px;
}

.header-eyebrow {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    margin-bottom: 1.2rem;
    opacity: 0;
    animation: revealDown 0.6s var(--ease-premium) 0.1s forwards;
}

.eyebrow-line {
    width: 40px;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--gold));
}

.eyebrow-text {
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 3px;
    color: var(--accent-light);
    text-transform: uppercase;
}

.header-title {
    font-size: 2.6rem;
    font-weight: 800;
    line-height: 1.35;
    margin-bottom: 1rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.6rem;
    opacity: 0;
    animation: revealUp 0.7s var(--ease-premium) 0.2s forwards;
}

.title-word {
    display: inline-block;
}

.title-word.highlight {
    color: var(--gold);
    font-style: italic;
    position: relative;
}

.title-word.highlight::after {
    content: '';
    position: absolute;
    bottom: 2px;
    right: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, var(--gold), transparent);
    border-radius: 2px;
}

.header-subtitle {
    font-size: 1.05rem;
    color: rgba(255, 251, 233, 0.55);
    font-weight: 400;
    line-height: 1.6;
    opacity: 0;
    animation: revealUp 0.7s var(--ease-premium) 0.3s forwards;
}

.header-ornament {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.6rem;
    margin-top: 1.5rem;
    opacity: 0;
    animation: fadeIn 0.5s ease 0.4s forwards;
}

.ornament-dot {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--gold);
}

.ornament-line {
    width: 60px;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--gold), transparent);
}

.ornament-diamond {
    width: 8px;
    height: 8px;
    background: var(--gold);
    transform: rotate(45deg);
}

/* ============================================
   Premium Layout
   ============================================ */
.premium-layout {
    display: flex;
    align-items: stretch;
    gap: 3.5rem;
    max-width: 1150px;
    width: 100%;
    margin: 0 auto;
}

/* ============================================
   Image Column
   ============================================ */
.image-column {
    flex: 0 0 45%;
    position: relative;
}

.image-card {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    cursor: pointer;
}

.card-layers {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
}

.layer-glow {
    position: absolute;
    inset: -2px;
    border-radius: 26px;
    background: conic-gradient(
        from 0deg,
        rgba(196, 165, 138, 0.3),
        transparent,
        rgba(227, 202, 165, 0.2),
        transparent,
        rgba(196, 165, 138, 0.3)
    );
    z-index: 0;
    animation: rotateGlow 8s linear infinite;
}

.layer-frame {
    position: absolute;
    inset: 2px;
    border-radius: 22px;
    background: var(--bg-deep);
    z-index: 1;
}

.layer-image picture { display: block; width: 100%; height: 100%; }
.layer-image {
    position: relative;
    z-index: 2;
    border-radius: 20px;
    overflow: hidden;
    margin: 3px;
}

.layer-image img {
    width: 100%;
    height: 580px;
    object-fit: cover;
    display: block;
    transition: transform 1.2s var(--ease-premium);
}

.image-card:hover .layer-image img {
    transform: scale(1.05);
}

.image-shine {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        105deg,
        transparent 30%,
        rgba(255, 255, 255, 0.05) 45%,
        rgba(255, 255, 255, 0.08) 50%,
        rgba(255, 255, 255, 0.05) 55%,
        transparent 70%
    );
    transform: translateX(-100%);
    transition: transform 0.8s ease;
}

.image-card:hover .image-shine {
    transform: translateX(100%);
}

/* Image Overlay */
.layer-overlay {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 3;
    padding: 1.5rem;
}

.overlay-gradient {
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg, rgba(10, 6, 6, 0.8), transparent);
    border-radius: 0 0 20px 20px;
}

.overlay-content {
    position: relative;
    z-index: 1;
}

.overlay-tag {
    display: inline-block;
    background: rgba(173, 139, 115, 0.7);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(227, 202, 165, 0.15);
    border-radius: 20px;
    padding: 0.4rem 1rem;
    font-size: 0.72rem;
    font-weight: 600;
    color: var(--accent-cream);
}

/* Floating Cards - Icon Only (No Background) */
.float-card {
    position: absolute;
    z-index: 4;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    /* No background, no border - pure icon + text */
    animation: cardFloat 5s ease-in-out infinite;
}

.card-years {
    top: 25px;
    left: -40px;
    animation-delay: 0s;
}

.card-projects {
    bottom: 30px;
    right: -40px;
    animation-delay: -2.5s;
}

.fc-icon {
    width: 52px;
    height: 52px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--gold);
    transition: all 0.5s var(--ease-premium);
}

/* Icon spins on hover */
.float-card:hover .fc-icon svg {
    transform: rotate(360deg);
    transition: transform 0.8s var(--ease-spring);
}

.float-card:hover .fc-value {
    color: var(--gold-light);
}

.fc-text {
    display: flex;
    flex-direction: column;
}

.fc-value {
    font-size: 1.1rem;
    font-weight: 800;
    color: var(--accent-cream);
    line-height: 1.1;
    font-variant-numeric: tabular-nums;
}

.fc-label {
    font-size: 0.6rem;
    color: rgba(227, 202, 165, 0.55);
}

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

/* Decorative */
.image-decor {
    position: absolute;
    z-index: -1;
}

.decor-ring {
    width: 120px;
    height: 120px;
    border: 1px solid rgba(227, 202, 165, 0.1);
    border-radius: 50%;
    top: -25px;
    right: -25px;
}

.decor-dots {
    bottom: -15px;
    left: -15px;
    display: grid;
    grid-template-columns: repeat(4, 5px);
    gap: 8px;
}

.decor-dots::before {
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: rgba(227, 202, 165, 0.2);
    box-shadow:
        13px 0 0 rgba(227, 202, 165, 0.15),
        26px 0 0 rgba(227, 202, 165, 0.1),
        0 13px 0 rgba(227, 202, 165, 0.15),
        13px 13px 0 rgba(227, 202, 165, 0.1),
        26px 13px 0 rgba(227, 202, 165, 0.05),
        0 26px 0 rgba(227, 202, 165, 0.1);
}

/* ============================================
   Content Column
   ============================================ */
.content-column {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 1.4rem;
}

/* Intro */
.content-intro {
    opacity: 0;
    transform: translateY(20px);
    animation: revealUp 0.6s var(--ease-premium) 0.3s forwards;
}

.intro-badge {
    display: inline-block;
    background: rgba(227, 202, 165, 0.06);
    border: 1px solid rgba(227, 202, 165, 0.12);
    border-radius: 8px;
    padding: 0.4rem 1rem;
    font-size: 0.72rem;
    font-weight: 600;
    color: var(--accent-light);
    letter-spacing: 1px;
    margin-bottom: 0.8rem;
}

.intro-heading {
    font-size: 1.7rem;
    font-weight: 800;
    line-height: 1.4;
    color: var(--accent-cream);
}

.text-gold {
    color: var(--gold);
}

/* Story Text */
.story-text {
    opacity: 0;
    transform: translateY(20px);
    animation: revealUp 0.6s var(--ease-premium) 0.4s forwards;
}

.story-para {
    font-size: 0.92rem;
    line-height: 1.85;
    color: rgba(255, 251, 233, 0.7);
    text-align: justify;
    margin-bottom: 0.8rem;
}

.story-para.lead {
    font-size: 0.98rem;
    color: rgba(255, 251, 233, 0.8);
}

.story-para strong {
    color: var(--accent-cream);
    font-weight: 700;
}

/* Quote - Premium Geometric Block */
.quote-block {
    position: relative;
    border-radius: 16px 16px 4px 4px;
    overflow: hidden;
    opacity: 0;
    transform: translateY(20px);
    animation: revealUp 0.6s var(--ease-premium) 0.5s forwards;
}

/* Three-zone structure */
.quote-top {
    background: linear-gradient(90deg, var(--gray), #5A4032);
    padding: 0.6rem 1.5rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.quote-top-icon {
    color: var(--accent-cream);
    display: flex;
    align-items: center;
}

.quote-top-icon svg {
    width: 18px;
    height: 18px;
}

.quote-top-text {
    font-size: 0.6rem;
    color: rgba(255, 251, 233, 0.7);
    font-weight: 600;
    letter-spacing: 0.5px;
}

.quote-mid {
    background: var(--primary-dark);
    padding: 1.2rem 1.5rem 0.8rem;
    position: relative;
}

.quote-mid::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(227, 202, 165, 0.2), transparent);
}

.quote-mark {
    position: absolute;
    top: 10px;
    right: 18px;
    font-size: 2.5rem;
    color: var(--gold);
    opacity: 0.3;
    font-family: var(--font-primary, 'Hacen Egypt', Tahoma, Arial, sans-serif);
    line-height: 1;
}

.quote-text {
    font-size: 0.95rem;
    font-style: italic;
    color: var(--gold-light);
    font-weight: 500;
    line-height: 1.6;
}

.quote-bottom {
    background: linear-gradient(90deg, #CEAB93, #AD8B73);
    padding: 0.5rem 1.5rem 0.7rem;
}

.quote-source {
    display: flex;
    align-items: center;
    gap: 0.7rem;
}

.quote-line {
    width: 25px;
    height: 1px;
    background: var(--gold);
}

.quote-author {
    font-size: 0.7rem;
    color: rgba(255, 251, 233, 0.6);
    font-weight: 600;
}

/* Values Grid */
.values-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.8rem;
}

.value-card {
    position: relative;
    display: flex;
    align-items: center;
    gap: 1rem;
    border-radius: 12px 12px 4px 4px;
    overflow: hidden;
    opacity: 0;
    transform: translateY(15px);
    transition: all 0.4s var(--ease-premium);
}

/* Value Card: Gray top strip + Dark body */
.value-card::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 3px;
    background: var(--gray);
}

.value-card::after {
    content: '';
    position: absolute;
    top: 3px;
    right: 0;
    left: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(227, 202, 165, 0.1), transparent);
}

.value-card-inner {
    display: flex;
    align-items: center;
    gap: 1rem;
    width: 100%;
    padding: 1rem 1.2rem;
    background: rgba(173, 139, 115, 0.4);
    border: 1px solid var(--border-subtle);
    border-radius: 0 0 12px 12px;
}

.value-card.visible {
    opacity: 1;
    transform: translateY(0);
}

.value-card:hover {
    transform: translateX(5px);
}

.value-card:hover::before {
    background: linear-gradient(90deg, var(--gold), var(--gold-light), var(--gold));
}

.value-card:hover .value-card-inner {
    background: rgba(173, 139, 115, 0.6);
    border-color: var(--border-hover);
}

.vc-number {
    position: absolute;
    top: 0.6rem;
    left: 0.8rem;
    font-size: 0.55rem;
    font-weight: 700;
    color: rgba(196, 165, 138, 0.3);
    font-variant-numeric: tabular-nums;
}

.vc-icon {
    width: 44px;
    height: 44px;
    flex-shrink: 0;
    border-radius: 12px;
    background: rgba(227, 202, 165, 0.06);
    border: 1px solid rgba(227, 202, 165, 0.12);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--gold);
}

.value-card h4 {
    font-size: 0.9rem;
    font-weight: 700;
    color: var(--accent-cream);
    margin-bottom: 0.15rem;
}

.value-card p {
    font-size: 0.75rem;
    color: rgba(255, 251, 233, 0.5);
    line-height: 1.4;
}

/* CTA */
.cta-row {
    display: flex;
    gap: 0.8rem;
    opacity: 0;
    transform: translateY(20px);
    animation: revealUp 0.6s var(--ease-premium) 0.6s forwards;
}

.cta-primary {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    padding: 0.85rem 1.6rem;
    background: linear-gradient(135deg, var(--accent-light), var(--gold-light));
    color: var(--primary-dark);
    font-size: 0.85rem;
    font-weight: 700;
    text-decoration: none;
    border-radius: 14px;
    transition: all 0.35s var(--ease-premium);
    box-shadow: 0 4px 20px rgba(227, 202, 165, 0.2);
}

.cta-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 30px rgba(227, 202, 165, 0.35);
}

.cta-ghost {
    display: inline-flex;
    align-items: center;
    padding: 0.85rem 1.6rem;
    background: transparent;
    border: 1px solid rgba(227, 202, 165, 0.2);
    color: var(--accent-cream);
    font-size: 0.85rem;
    font-weight: 600;
    text-decoration: none;
    border-radius: 14px;
    transition: all 0.35s var(--ease-premium);
}

.cta-ghost:hover {
    background: rgba(227, 202, 165, 0.08);
    border-color: rgba(227, 202, 165, 0.35);
    transform: translateY(-3px);
}

/* ============================================
   Stats Strip - Shield Cards
   ============================================ */
.stats-strip {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    opacity: 0;
    animation: revealUp 0.6s var(--ease-premium) 0.7s forwards;
}

.stats-inner {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    gap: 1.5rem;
    background: rgba(173, 139, 115, 0.15);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(227, 202, 165, 0.1);
    border-radius: 16px;
    padding: 1.5rem;
    box-shadow: 0 8px 32px rgba(0,0,0,0.2);
}

/* ======================================
   STATS BAR - REALISTIC CRANE SVG
   ======================================
   Full realistic crane illustration using SVG
   Telescopic Handler / Mobile Crane style
   ====================================== */

.stat-crane {
    flex: 1;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0.5rem;
    transition: all 0.4s var(--ease-premium);
    cursor: default;
}

.stat-crane:hover {
    transform: translateY(-3px);
}

/* Crane Vehicle Container */
.crane-vehicle {
    position: relative;
    width: 100%;
    max-width: 280px;
    transition: all 0.5s var(--ease-premium);
}

.stat-crane:hover .crane-vehicle {
    filter: drop-shadow(0 12px 30px rgba(206, 171, 147, 0.3)) brightness(1.05);
    transform: translateY(-2px);
}

.stat-crane:hover .crane-svg {
    transform: translateY(-2px) scale(1.02);
    transition: all 0.4s var(--ease-premium);
}

/* SVG Crane */
.crane-svg {
    width: 100%;
    height: auto;
    display: block;
    transition: all 0.5s var(--ease-premium);
    filter: brightness(0.95) contrast(1.05);
}

.stat-crane:hover .crane-svg {
    filter: brightness(1.05) contrast(1.1);
}

/* Boom system animation on hover */
.stat-crane:hover .boom-system {
    transform: rotate(-2deg);
    transform-origin: bottom left;
    transition: all 0.4s var(--ease-premium);
}

/* Wheels subtle animation on hover */
.stat-crane:hover .wheels circle:first-child {
    animation: wheelSpin 0.6s ease-out;
}

@keyframes wheelSpin {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

/* Animated number inside cab */
.crane-num {
    font-size: 13px;
    font-weight: 800;
    fill: #AD8B73;
    transition: all 0.3s ease;
}

.stat-crane:hover .crane-num {
    fill: #AD8B73;
}

/* Icon overlay circle on boom */
.crane-icon-overlay {
    position: absolute;
    top: 15%;
    left: 50%;
    transform: translateX(-50%);
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: linear-gradient(135deg, #CEAB93 0%, #3a3c3e 100%);
    border: 2px solid #E3CAA5;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFBE9;
    box-shadow: 0 4px 15px rgba(0,0,0,0.4), inset 0 1px 0 rgba(255,255,255,0.2);
    transition: all 0.5s var(--ease-premium);
}

.stat-crane:hover .crane-icon-overlay {
    transform: translateX(-50%) rotate(360deg) scale(1.2);
    background: linear-gradient(135deg, #CEAB93 0%, #AD8B73 100%);
    border-color: #E3CAA5;
    box-shadow: 0 6px 25px rgba(206, 171, 147, 0.5), inset 0 1px 0 rgba(255,255,255,0.3);
}

/* Stat Label below crane */
.crane-label {
    margin-top: 0.3rem;
    font-size: 0.75rem;
    font-weight: 700;
    color: var(--accent-cream);
    text-align: center;
    letter-spacing: 0.02em;
    padding: 0.3rem 1rem;
    background: linear-gradient(135deg, #AD8B73 0%, #CEAB93 100%);
    border: 1px solid rgba(227, 202, 165, 0.2);
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.3), inset 0 1px 0 rgba(255,255,255,0.1);
    transition: all 0.3s var(--ease-premium);
}

.stat-crane:hover .crane-label {
    background: linear-gradient(135deg, #CEAB93 0%, #AD8B73 100%);
    color: #AD8B73;
    border-color: #E3CAA5;
    box-shadow: 0 6px 20px rgba(206, 171, 147, 0.4), inset 0 1px 0 rgba(255,255,255,0.3);
    transform: translateY(-1px);
}

/* ======================================
   QUOTE BLOCK - PREMIUM GEOMETRIC
   ====================================== */

.quote-block {
    position: relative;
    border-radius: 16px 16px 4px 4px;
    overflow: hidden;
    opacity: 0;
    transform: translateY(20px);
    animation: revealUp 0.6s var(--ease-premium) 0.5s forwards;
}

.quote-top {
    background: linear-gradient(90deg, var(--gray), #5A4032);
    padding: 0.6rem 1.5rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.quote-top-icon {
    color: var(--accent-cream);
    display: flex;
    align-items: center;
}

.quote-top-icon svg {
    width: 18px;
    height: 18px;
}

.quote-top-text {
    font-size: 0.6rem;
    color: rgba(255, 251, 233, 0.7);
    font-weight: 600;
    letter-spacing: 0.5px;
}

.quote-mid {
    background: var(--primary-dark);
    padding: 1.2rem 1.5rem 0.8rem;
    position: relative;
}

.quote-mid::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(227, 202, 165, 0.2), transparent);
}

.quote-mark {
    position: absolute;
    top: 10px;
    right: 18px;
    font-size: 2.5rem;
    color: var(--gold);
    opacity: 0.3;
    font-family: var(--font-primary, 'Hacen Egypt', Tahoma, Arial, sans-serif);
    line-height: 1;
}

.quote-text {
    font-size: 0.95rem;
    font-style: italic;
    color: var(--gold-light);
    font-weight: 500;
    line-height: 1.6;
}

.quote-bottom {
    background: linear-gradient(90deg, #CEAB93, #AD8B73);
    padding: 0.5rem 1.5rem 0.7rem;
}

.quote-source {
    display: flex;
    align-items: center;
    gap: 0.7rem;
}

.quote-line {
    width: 25px;
    height: 1px;
    background: var(--gold);
}

.quote-author {
    font-size: 0.7rem;
    color: rgba(255, 251, 233, 0.6);
    font-weight: 600;
}

/* ======================================
   VALUE CARDS - PREMIUM GEOMETRIC
   ====================================== */

.value-card {
    position: relative;
    display: flex;
    align-items: center;
    border-radius: 12px 12px 4px 4px;
    overflow: visible;
    opacity: 0;
    transform: translateY(15px);
    transition: all 0.4s var(--ease-premium);
    padding-top: 8px;
}

.value-card-inner {
    display: flex;
    align-items: center;
    gap: 1rem;
    width: 100%;
    padding: 1.1rem 1.2rem 1rem;
    background: rgba(173, 139, 115, 0.4);
    border: 1px solid var(--border-subtle);
    border-radius: 0 0 12px 12px;
    position: relative;
    transition: all 0.3s ease;
}

.value-card-inner::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(227, 202, 165, 0.1), transparent);
}

.value-card.visible {
    opacity: 1;
    transform: translateY(0);
}

.value-card:hover {
    transform: translateX(5px);
}

.value-card:hover .value-card-inner {
    background: rgba(173, 139, 115, 0.6);
    border-color: var(--border-hover);
}

/* Icon Badge - Geometric Hexagon */
.vc-icon {
    width: 48px;
    height: 48px;
    flex-shrink: 0;
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    background: var(--gray);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--accent-cream);
    position: relative;
    transition: all 0.3s ease;
}

.vc-icon::after {
    content: '';
    position: absolute;
    inset: 2px;
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    background: rgba(255,255,255,0.08);
}

.value-card:hover .vc-icon {
    background: var(--gold);
}

.value-card:hover .vc-icon svg {
    color: var(--primary-dark);
}

.vc-icon svg {
    position: relative;
    z-index: 2;
    transition: transform 0.5s var(--ease-spring);
}

.value-card:hover .vc-icon svg {
    transform: rotate(360deg);
}

.vc-number {
    position: absolute;
    top: 0.4rem;
    left: 0.6rem;
    font-size: 0.5rem;
    font-weight: 700;
    color: rgba(196, 165, 138, 0.4);
    font-variant-numeric: tabular-nums;
    z-index: 5;
}

.value-card h4 {
    font-size: 0.9rem;
    font-weight: 700;
    color: var(--accent-cream);
    margin-bottom: 0.15rem;
}

.value-card p {
    font-size: 0.75rem;
    color: rgba(255, 251, 233, 0.5);
    line-height: 1.4;
}

/* ============================================
   Animations
   ============================================ */
@keyframes revealUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes revealDown {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes rotateGlow {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

/* ============================================
   Responsive
   ============================================ */
@media (max-width: 1024px) {
    .premium-layout {
        gap: 2.5rem;
    }
    .image-column {
        flex: 0 0 42%;
    }
    .layer-image img {
        height: 440px;
    }
    .card-years { left: -20px; }
    .card-projects { right: -20px; }
}

@media (max-width: 768px) {
    .about-premium {
        padding: 2.5rem 1.2rem 3rem;
        gap: 2.5rem;
    }

    .header-title {
        font-size: 2rem;
    }

    .premium-layout {
        flex-direction: column;
        align-items: center;
        gap: 2rem;
    }

    .image-column {
        flex: none;
        width: 100%;
        max-width: 380px;
    }

    .layer-image img {
        height: 480px;
    }

    .card-years { left: 5px; top: 15px; }
    .card-projects { right: 5px; bottom: 15px; }

    .content-column {
        width: 100%;
    }

    .intro-heading {
        font-size: 1.4rem;
    }

    .cta-row {
        flex-direction: column;
    }

    .cta-primary, .cta-ghost {
        justify-content: center;
    }

    .stats-inner {
        flex-wrap: wrap;
        gap: 1.2rem;
        padding: 1.5rem;
    }

    .stat-sep {
        display: none;
    }

    .stat-crane {
        flex: 0 0 calc(50% - 0.6rem);
        padding: 0.4rem;
    }

    .crane-vehicle {
        max-width: 150px;
    }

    .crane-icon-overlay {
        width: 24px;
        height: 24px;
    }

    .crane-label {
        font-size: 0.65rem;
        padding: 0.15rem 0.6rem;
    }

    .float-badge {
        display: none;
    }
}

@media (max-width: 480px) {
    .about-premium {
        padding: 2rem 0.8rem 2.5rem;
    }

    .header-title {
        font-size: 1.6rem;
    }

    .header-subtitle {
        font-size: 0.9rem;
    }

   

    .intro-heading {
        font-size: 1.25rem;
    }

    .story-para {
        font-size: 0.85rem;
    }

    .quote-block {
        padding: 1rem 1.2rem;
    }

    .value-card {
        padding: 0.8rem 1rem;
    }

    .stat-crane {
        padding: 0.3rem;
    }

    .crane-vehicle {
        max-width: 120px;
    }

    .crane-icon-overlay {
        width: 20px;
        height: 20px;
    }

    .crane-icon-overlay svg {
        width: 10px;
        height: 10px;
    }

    .crane-label {
        font-size: 0.58rem;
        padding: 0.1rem 0.5rem;
    }
}

/* Reduced Motion */
@media (prefers-reduced-motion: reduce) {
    .premium-header *, .content-intro, .story-text,
    .quote-block, .cta-row, .stats-strip {
        animation: none !important;
        opacity: 1 !important;
        transform: none !important;
    }
    .value-card { transition: none; }
    .ambient-orb { animation: none; }
    .layer-glow { animation: none; }
}

/* Scrollbar */
::-webkit-scrollbar { width: 5px; }
::-webkit-scrollbar-track { background: var(--bg-deep); }
::-webkit-scrollbar-thumb { background: rgba(196, 165, 138, 0.3); border-radius: 3px; }
