body {
    overflow-y: auto !important;
}

.menu-icon {
    opacity: 1 !important;
    pointer-events: all !important;
    transform: scale(1) !important;
    transition: all 0.3s ease !important;
}

.city-page {
    min-height: 100vh;
    padding: 120px 24px 64px;
    background:
        radial-gradient(circle at top right, rgba(112, 255, 207, 0.14), transparent 30%),
        radial-gradient(circle at 15% 20%, rgba(255, 147, 104, 0.18), transparent 35%),
        linear-gradient(180deg, rgba(0, 42, 47, 0.92), rgba(0, 22, 33, 0.98));
}

.city-page-shell {
    width: min(1180px, 100%);
    margin: 0 auto;
    display: grid;
    gap: 28px;
}

.city-page-panel {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 32px;
    background: rgba(0, 22, 33, 0.56);
    backdrop-filter: blur(24px);
    box-shadow: 0 30px 70px rgba(0, 0, 0, 0.28);
}

.city-page-panel::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.06), transparent 45%);
    pointer-events: none;
}

.city-page-hero {
    position: relative;
    isolation: isolate;
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
    gap: 28px;
    padding: 36px;
}

.city-page-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(130deg, rgba(0, 22, 33, 0.28), rgba(0, 22, 33, 0.72)),
        url('../generated/wodivity-city/hero-atmosphere.jpg') center center / cover no-repeat;
    opacity: 0.28;
    pointer-events: none;
    z-index: 0;
}

.city-page-copy {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 18px;
    align-content: start;
}

.city-page-eyebrow,
.city-section-label,
.city-proof-label,
.city-showcase-label {
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    font-size: 0.76rem;
    font-weight: 700;
    color: var(--aquamarine);
}

.city-page-title,
.city-section-title,
.city-proof-title,
.city-cta-title {
    margin: 0;
    font-family: "Bodoni Moda", serif;
    font-weight: 700;
    line-height: 0.97;
    color: #ffffff;
}

.city-page-title {
    font-size: clamp(2.8rem, 6vw, 5.5rem);
    max-width: 12ch;
}

.city-page-lead {
    margin: 0;
    font-size: 1.08rem;
    line-height: 1.8;
    color: rgba(213, 197, 194, 0.92);
    max-width: 64ch;
}

.city-page a,
.city-showcase-copy a {
    color: var(--aquamarine);
    text-decoration-color: rgba(112, 255, 207, 0.45);
    text-underline-offset: 0.18em;
}

.city-page-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    padding-top: 6px;
}

.city-page-action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 0 24px;
    border-radius: 999px;
    text-decoration: none;
    font-family: "Raleway", sans-serif;
    font-weight: 700;
    transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease, color 0.3s ease;
}

.city-page-action:hover {
    transform: translateY(-2px);
}

.city-page-action-primary {
    color: var(--gunmetal);
    background: linear-gradient(135deg, var(--aquamarine), #b7ffeb);
    box-shadow: 0 16px 36px rgba(112, 255, 207, 0.22);
}

.city-page-action-secondary {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.14);
}

.city-page-pills,
.city-capability-grid,
.city-proof-grid,
.city-ops-grid,
.city-showcase-metrics {
    display: grid;
    gap: 14px;
}

.city-page-pills {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.city-page-pill,
.city-capability-card,
.city-proof-card,
.city-op-card,
.city-showcase-metric {
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.city-page-pill {
    padding: 18px;
}

.city-page-pill strong,
.city-capability-card h3,
.city-proof-card h3,
.city-op-card h3,
.city-showcase-metric strong {
    display: block;
    margin-bottom: 8px;
    font-family: "Raleway", sans-serif;
    font-size: 0.98rem;
    font-weight: 700;
    color: #ffffff;
}

.city-page-pill span,
.city-capability-card p,
.city-proof-card p,
.city-op-card p,
.city-showcase-metric span,
.city-section-intro,
.city-showcase-copy p,
.city-cta-copy {
    color: rgba(213, 197, 194, 0.86);
    line-height: 1.7;
}

.city-page-visual {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 16px;
    align-content: start;
}

.city-page-signal {
    display: flex;
    align-items: center;
    gap: 12px;
    align-self: end;
    justify-self: end;
    padding: 10px 16px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.82);
    font-size: 0.88rem;
}

.city-page-signal img {
    width: 110px;
    height: auto;
    object-fit: contain;
}

.city-page-grid,
.city-showcase,
.city-cta {
    padding: 34px 36px;
}

.city-page-grid {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 0.95fr);
    gap: 26px;
}

.city-page-grid::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(160deg, rgba(0, 22, 33, 0.42), rgba(0, 22, 33, 0.82)),
        url('../generated/wodivity-city/capabilities-atmosphere.jpg') center center / cover no-repeat;
    opacity: 0.22;
    pointer-events: none;
    border-radius: inherit;
}

.city-section-copy,
.city-showcase-copy,
.city-cta-copy-wrap {
    display: grid;
    gap: 16px;
    align-content: start;
}

.city-section-title,
.city-proof-title,
.city-cta-title {
    font-size: clamp(2rem, 4vw, 3.4rem);
}

.city-capability-grid,
.city-proof-grid,
.city-ops-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.city-capability-card,
.city-proof-card,
.city-op-card {
    padding: 22px;
}

.city-proof-card ul,
.city-op-card ul {
    margin: 14px 0 0;
    padding-left: 18px;
    color: rgba(213, 197, 194, 0.84);
    line-height: 1.7;
}

.city-proof-card li + li,
.city-op-card li + li {
    margin-top: 8px;
}

.city-showcase {
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
    gap: 28px;
    align-items: center;
}

.city-showcase-frame {
    position: relative;
    min-height: 360px;
    border-radius: 28px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background:
        linear-gradient(180deg, rgba(0, 22, 33, 0.14), rgba(0, 22, 33, 0.74)),
        url('../Plaza_sneak_peek.jpeg') center center / cover no-repeat;
    box-shadow: 0 24px 56px rgba(0, 0, 0, 0.28);
}

.city-showcase-frame::after {
    content: "swaibian city plaza";
    position: absolute;
    left: 20px;
    bottom: 18px;
    padding: 10px 14px;
    border-radius: 999px;
    background: rgba(0, 22, 33, 0.72);
    border: 1px solid rgba(255, 255, 255, 0.12);
    font-family: "Raleway", sans-serif;
    font-weight: 700;
    color: #ffffff;
}

.city-showcase-metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.city-showcase-metric {
    padding: 20px;
}

.city-showcase-metric strong {
    color: var(--atomic-tangerine);
}

.city-proof {
    display: grid;
    gap: 18px;
    padding: 34px 36px;
    background:
        linear-gradient(180deg, rgba(0, 22, 33, 0.74), rgba(0, 22, 33, 0.94)),
        url('../generated/wodivity-city/overview-atmosphere.jpg') center center / cover no-repeat;
}

.city-proof-intro {
    max-width: 68ch;
    color: rgba(213, 197, 194, 0.88);
    line-height: 1.8;
}

.city-cta {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 24px;
    align-items: center;
}

.city-cta-copy-wrap {
    max-width: 62ch;
}

.city-page-footnote {
    margin-top: 8px;
    font-size: 0.92rem;
    color: rgba(213, 197, 194, 0.72);
}

@media (max-width: 1024px) {
    .city-page-hero,
    .city-page-grid,
    .city-showcase,
    .city-cta {
        grid-template-columns: 1fr;
    }

    .city-page-signal {
        justify-self: start;
    }
}

@media (max-width: 768px) {
    .city-page {
        padding: 104px 16px 48px;
    }

    .city-page-hero,
    .city-page-grid,
    .city-showcase,
    .city-proof,
    .city-cta {
        padding: 24px;
    }

    .city-page-pills,
    .city-capability-grid,
    .city-proof-grid,
    .city-ops-grid,
    .city-showcase-metrics {
        grid-template-columns: 1fr;
    }

    .city-page-title,
    .city-section-title,
    .city-proof-title,
    .city-cta-title {
        line-height: 1.05;
    }

    .city-page-actions {
        flex-direction: column;
    }

    .city-page-action {
        width: 100%;
    }

    .city-page-signal {
        flex-direction: column;
        align-items: flex-start;
    }

    .city-showcase-frame {
        min-height: 280px;
    }
}
/* ── A Day with Plaza ─────────────────────────────────────────────────────── */

.city-day {
    padding: 34px 36px;
    display: grid;
    gap: 30px;
}

.city-day-header {
    display: grid;
    gap: 14px;
    max-width: 72ch;
}

.city-day-lead {
    margin: 0;
    font-size: 1.04rem;
    line-height: 1.8;
    color: rgba(213, 197, 194, 0.88);
    max-width: 68ch;
}

/* Canvas / screenshot frame */
.city-day-canvas-wrap {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    border: 1px solid rgba(112, 255, 207, 0.22);
    box-shadow:
        0 0 0 1px rgba(112, 255, 207, 0.08),
        0 0 48px rgba(112, 255, 207, 0.12),
        0 28px 64px rgba(0, 0, 0, 0.36);
}

.city-day-canvas-wrap::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        180deg,
        rgba(0, 22, 33, 0.06) 0%,
        transparent 20%,
        transparent 72%,
        rgba(0, 22, 33, 0.60) 100%
    );
    pointer-events: none;
    z-index: 1;
}

.city-day-canvas-wrap img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: inherit;
}

.city-day-canvas-badge {
    position: absolute;
    bottom: 18px;
    left: 20px;
    z-index: 2;
    padding: 9px 16px;
    border-radius: 999px;
    background: rgba(0, 22, 33, 0.78);
    border: 1px solid rgba(112, 255, 207, 0.26);
    font-family: "Raleway", sans-serif;
    font-weight: 700;
    font-size: 0.82rem;
    letter-spacing: 0.06em;
    color: var(--aquamarine);
    backdrop-filter: blur(10px);
}

/* Timeline grid */
.city-day-timeline {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
}

.city-day-block {
    padding: 20px 18px;
    border-radius: 22px;
    border: 1px solid rgba(255, 255, 255, 0.10);
    background: rgba(255, 255, 255, 0.04);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
    display: grid;
    gap: 6px;
    align-content: start;
    transition: border-color 0.25s ease, background 0.25s ease;
}

.city-day-block:hover {
    border-color: rgba(112, 255, 207, 0.22);
    background: rgba(112, 255, 207, 0.04);
}

.city-day-time {
    font-family: "Raleway", sans-serif;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--aquamarine);
    margin-bottom: 2px;
}

.city-day-block h3 {
    margin: 0;
    font-family: "Raleway", sans-serif;
    font-size: 0.92rem;
    font-weight: 700;
    color: #ffffff;
    line-height: 1.3;
}

.city-day-block p {
    margin: 0;
    font-size: 0.83rem;
    line-height: 1.6;
    color: rgba(213, 197, 194, 0.78);
}

.city-day-block-accent {
    border-color: rgba(255, 147, 104, 0.22);
}

.city-day-block-accent .city-day-time {
    color: var(--atomic-tangerine);
}

/* Capability chips */
.city-day-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding-top: 4px;
}

.city-day-chip {
    padding: 7px 16px;
    border-radius: 999px;
    border: 1px solid rgba(112, 255, 207, 0.20);
    background: rgba(112, 255, 207, 0.06);
    font-family: "Raleway", sans-serif;
    font-size: 0.80rem;
    font-weight: 700;
    color: rgba(112, 255, 207, 0.88);
    letter-spacing: 0.04em;
    white-space: nowrap;
}

/* Responsive */
@media (max-width: 1024px) {
    .city-day-timeline {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 768px) {
    .city-day {
        padding: 24px;
    }

    .city-day-timeline {
        grid-template-columns: 1fr;
    }

    .city-day-chip {
        font-size: 0.75rem;
    }
}
