/*
====================================
BRAND — Premium portfolio identity
====================================
*/

.brand-section {
    position: relative;
    overflow: hidden;
}

.brand-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse 60% 40% at 100% 0%, rgba(255, 255, 255, 0.04), transparent 60%);
    pointer-events: none;
}

.brand-eyebrow {
    display: block;
    text-align: center;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.45);
    margin-bottom: 0.5rem;
}

.brand-eyebrow--dark {
    color: rgba(9, 9, 11, 0.45);
}

/* ── Awards dark gallery ── */
.awards-gallery {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.25rem;
    margin-top: 0.5rem;
}

@media (max-width: 1100px) {
    .awards-gallery {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 560px) {
    .awards-gallery {
        grid-template-columns: 1fr;
    }
}

.award-card {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    padding: 0;
    border-radius: 20px;
}

.award-card--featured {
    border-color: rgba(255, 255, 255, 0.22);
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.08), 0 20px 50px rgba(0, 0, 0, 0.35);
}

.award-card-media {
    position: relative;
    aspect-ratio: 4 / 3;
    overflow: hidden;
}

.award-card-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.award-card-media--contain img {
    object-fit: contain;
    background: #111113;
}

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

.award-badge {
    position: absolute;
    top: 12px;
    left: 12px;
    padding: 4px 10px;
    border-radius: 999px;
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    background: rgba(9, 9, 11, 0.75);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(8px);
}

.award-card-body {
    padding: 1.25rem 1.35rem 1.5rem;
}

.award-year {
    font-size: 0.7rem;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.4);
}

.award-card-body h4 {
    font-size: 1.05rem;
    font-weight: 700;
    color: #fff;
    margin: 0.35rem 0 0.2rem;
}

.award-org {
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.55);
    margin-bottom: 0.6rem;
}

.award-desc {
    font-size: 0.82rem;
    line-height: 1.55;
    color: rgba(255, 255, 255, 0.65);
}

.brand-metrics {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
    margin-top: 2rem;
}

@media (max-width: 768px) {
    .brand-metrics {
        grid-template-columns: repeat(2, 1fr);
    }
}

.brand-metric {
    text-align: center;
    padding: 1.25rem 1rem;
}

.brand-metric-value {
    display: block;
    font-size: 1.75rem;
    font-weight: 700;
    color: #fff;
    letter-spacing: -0.02em;
}

.brand-metric-label {
    display: block;
    font-size: 0.72rem;
    color: rgba(255, 255, 255, 0.5);
    margin-top: 0.25rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

/* ── Experience branded cards ── */
.experience-card--brand {
    width: 300px;
    min-height: 400px;
    border-radius: 20px;
    padding: 0;
    overflow: hidden;
    align-items: stretch;
}

.experience-card-top {
    padding: 1.5rem 1.25rem 1rem;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.06) 0%, transparent 100%);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    text-align: center;
}

.experience-logo {
    width: 56px;
    height: 56px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 0.75rem;
    font-weight: 800;
    font-size: 1.1rem;
    color: #09090b;
    background: #fff;
    overflow: hidden;
}

.experience-logo--photo {
    padding: 0;
    background: #111;
    border: 1px solid rgba(255, 255, 255, 0.15);
}

.experience-logo--photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.exp-links {
    display: flex;
    gap: 0.75rem;
    justify-content: center;
    margin-top: 0.75rem;
    padding-top: 0.75rem;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.exp-link {
    font-size: 0.72rem;
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.exp-link:hover {
    color: #fff;
}

.experience-card-body {
    padding: 1rem 1.25rem 1.25rem;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.experience-card-body h3 {
    color: #fff !important;
    font-size: 0.95rem !important;
}

.experience-card-body .exp-meta {
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.75rem;
    margin-bottom: 0.75rem;
    text-align: center;
}

.experience-card-body ul {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.78rem;
    flex: 1;
}

.section-block--dark .experience-card--brand.glass-card-dark {
    border-color: rgba(255, 255, 255, 0.1);
}

/* ── Hero mini video ── */
.hero-mini-video {
    position: absolute;
    bottom: -8px;
    left: -24px;
    width: 200px;
    z-index: 20;
    border-radius: 16px;
    overflow: hidden;
    background: rgba(9, 9, 11, 0.9);
    border: 1px solid rgba(255, 255, 255, 0.15);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(16px);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.hero-mini-video:hover {
    transform: translateY(-4px) scale(1.02);
    box-shadow: 0 28px 60px rgba(0, 0, 0, 0.55);
}

.hero-mini-video-thumb {
    position: relative;
    aspect-ratio: 16 / 9;
    cursor: pointer;
    border: none;
    padding: 0;
    width: 100%;
    background: #111;
}

.hero-mini-video-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.hero-mini-video-play {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.35);
    transition: background 0.2s ease;
}

.hero-mini-video-thumb:hover .hero-mini-video-play {
    background: rgba(0, 0, 0, 0.2);
}

.hero-mini-video-play i {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #fff;
    color: #09090b;
    font-size: 1.1rem;
}

.hero-mini-video-label {
    padding: 8px 12px;
    font-size: 0.68rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.85);
    display: flex;
    align-items: center;
    gap: 6px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.hero-mini-video-label i {
    color: #ff0000;
}

.hero-mini-video iframe {
    width: 100%;
    aspect-ratio: 16 / 9;
    border: none;
    display: block;
}

@media (max-width: 1024px) {
    .hero-mini-video {
        position: relative;
        left: auto;
        bottom: auto;
        width: 100%;
        max-width: 280px;
        margin: 1.5rem auto 0;
    }
}

/* ── LinkedIn feed ── */
.linkedin-layout {
    display: grid;
    grid-template-columns: 300px 1fr;
    gap: 1.5rem;
    align-items: start;
}

@media (max-width: 900px) {
    .linkedin-layout {
        grid-template-columns: 1fr;
    }
}

.linkedin-profile-card {
    padding: 1.5rem;
    position: sticky;
    top: 80px;
}

.linkedin-avatar {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid rgba(0, 0, 0, 0.08);
    margin-bottom: 1rem;
}

.linkedin-profile-card h4 {
    font-size: 1.1rem;
    font-weight: 700;
    color: #09090b;
    margin-bottom: 0.35rem;
}

.linkedin-headline {
    font-size: 0.82rem;
    color: #52525b;
    line-height: 1.5;
    margin-bottom: 1rem;
}

.linkedin-stats {
    display: flex;
    gap: 1rem;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.linkedin-stat strong {
    display: block;
    font-size: 1.1rem;
    color: #09090b;
}

.linkedin-stat span {
    font-size: 0.7rem;
    color: #71717a;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.linkedin-companies {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.linkedin-feed {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.linkedin-post {
    padding: 1.35rem;
    border-radius: 16px;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.linkedin-post:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.08);
}

.linkedin-post-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.75rem;
}

.linkedin-post-type {
    font-size: 0.65rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #0a66c2;
    background: rgba(10, 102, 194, 0.1);
    padding: 3px 8px;
    border-radius: 999px;
}

.linkedin-post-date {
    font-size: 0.75rem;
    color: #a1a1aa;
}

.linkedin-post-excerpt {
    font-size: 0.9rem;
    line-height: 1.65;
    color: #3f3f46;
    margin-bottom: 0.85rem;
}

.linkedin-post-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 0.85rem;
}

.linkedin-tag {
    font-size: 0.72rem;
    color: #0a66c2;
    font-weight: 500;
}

.linkedin-post-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 0.75rem;
    border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.linkedin-engagement {
    display: flex;
    gap: 1rem;
    font-size: 0.78rem;
    color: #71717a;
}

.linkedin-engagement i {
    margin-right: 4px;
}

.linkedin-read-more {
    font-size: 0.8rem;
    font-weight: 600;
    color: #09090b;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.linkedin-read-more:hover {
    color: #0a66c2;
}

.btn-dark-outline {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 24px;
    border-radius: 999px;
    font-weight: 600;
    font-size: 0.9rem;
    text-decoration: none;
    background: #09090b;
    color: #fff;
    border: 1px solid #09090b;
    transition: all 0.25s ease;
}

.btn-dark-outline:hover {
    background: #27272a;
}

.brand-logo {
    display: flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
}

.brand-logo-mark {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 8px;
    background: #fff;
    color: #09090b;
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: -0.03em;
    flex-shrink: 0;
}

.section-block--dark #experience-container {
    scrollbar-color: rgba(255, 255, 255, 0.2) transparent;
}

.section-block--dark #experience-container::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.2);
}

.section-block--dark #experience-container::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.05);
}

/* ── Book Me / WhatsApp booking ── */
.booking-services {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 1rem;
    margin-bottom: 2rem;
}

.booking-service-card {
    position: relative;
    padding: 1.35rem;
    display: flex;
    flex-direction: column;
    border-radius: 18px;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.booking-service-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.1);
}

.booking-service-card--featured {
    border: 1px solid rgba(9, 9, 11, 0.15);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
}

.booking-service-badge {
    position: absolute;
    top: 12px;
    right: 12px;
    font-size: 0.6rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    padding: 3px 8px;
    border-radius: 999px;
    background: #09090b;
    color: #fff;
}

.booking-service-icon {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: #09090b;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    margin-bottom: 0.75rem;
}

.booking-service-card h4 {
    font-size: 1rem;
    font-weight: 700;
    color: #09090b;
    margin-bottom: 0.2rem;
}

.booking-service-duration {
    font-size: 0.72rem;
    color: #71717a;
    margin-bottom: 0.5rem;
}

.booking-service-desc {
    font-size: 0.8rem;
    color: #52525b;
    line-height: 1.5;
    flex: 1;
    margin-bottom: 0.75rem;
}

.booking-service-price {
    margin-bottom: 0.75rem;
}

.booking-price {
    font-size: 1.35rem;
    font-weight: 800;
    color: #09090b;
    letter-spacing: -0.02em;
}

.booking-price-note {
    display: block;
    font-size: 0.68rem;
    color: #a1a1aa;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.booking-select-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    width: 100%;
    padding: 10px;
    border-radius: 10px;
    border: 1px solid rgba(9, 9, 11, 0.12);
    background: transparent;
    font-size: 0.82rem;
    font-weight: 600;
    color: #09090b;
    cursor: pointer;
    transition: all 0.2s ease;
}

.booking-select-btn:hover {
    background: #09090b;
    color: #fff;
    border-color: #09090b;
}

.booking-layout {
    display: grid;
    grid-template-columns: 1.4fr 1fr;
    gap: 1.5rem;
    align-items: start;
}

@media (max-width: 900px) {
    .booking-layout {
        grid-template-columns: 1fr;
    }
}

.booking-form-panel {
    padding: 1.75rem;
}

.booking-form-title {
    font-size: 1.15rem;
    font-weight: 700;
    color: #09090b;
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 0.35rem;
}

.booking-payment-hint {
    font-size: 0.8rem;
    color: #71717a;
    margin-bottom: 1.25rem;
    line-height: 1.5;
}

.booking-label {
    color: #52525b !important;
}

.booking-input,
.booking-select {
    background: rgba(9, 9, 11, 0.04) !important;
    border: 1px solid rgba(9, 9, 11, 0.1) !important;
    color: #09090b !important;
}

.booking-input::placeholder {
    color: #a1a1aa !important;
}

.booking-input:focus,
.booking-select:focus {
    border-color: rgba(9, 9, 11, 0.35) !important;
    outline: none;
}

.booking-form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}

@media (max-width: 560px) {
    .booking-form-row {
        grid-template-columns: 1fr;
    }
}

.booking-summary {
    padding: 1rem 1.15rem;
    border-radius: 12px;
}

.booking-summary-label {
    display: block;
    font-size: 0.65rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: rgba(255, 255, 255, 0.45);
    margin-bottom: 0.25rem;
}

.booking-summary-value {
    font-size: 0.9rem;
    font-weight: 600;
    color: #fff;
}

.btn-whatsapp {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 14px 24px;
    border-radius: 12px;
    border: none;
    background: #25d366;
    color: #fff;
    font-size: 1rem;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.25s ease;
    box-shadow: 0 4px 20px rgba(37, 211, 102, 0.35);
}

.btn-whatsapp:hover {
    background: #1ebe57;
    transform: translateY(-2px);
    box-shadow: 0 8px 28px rgba(37, 211, 102, 0.45);
}

.btn-whatsapp i {
    font-size: 1.25rem;
}

.booking-footer-note {
    margin-top: 1rem;
    font-size: 0.75rem;
    color: #a1a1aa;
    line-height: 1.55;
    display: flex;
    align-items: flex-start;
    gap: 6px;
}

.booking-info-panel {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.booking-info-card {
    padding: 1.25rem;
}

.booking-info-icon {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: #09090b;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    margin-bottom: 0.75rem;
}

.booking-info-card h5 {
    font-size: 0.95rem;
    font-weight: 700;
    color: #09090b;
    margin-bottom: 0.35rem;
}

.booking-info-card p {
    font-size: 0.82rem;
    color: #52525b;
    line-height: 1.55;
}

.booking-wa-link {
    display: inline-flex;
    margin-top: 0.75rem;
    font-size: 0.82rem;
    font-weight: 600;
    color: #25d366;
    text-decoration: none;
}

.booking-wa-link:hover {
    text-decoration: underline;
}

.booking-info-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.booking-info-list li {
    font-size: 0.82rem;
    color: #52525b;
    padding: 0.25rem 0;
    padding-left: 1.1rem;
    position: relative;
}

.booking-info-list li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #09090b;
    font-weight: 700;
}

.whatsapp-float {
    position: fixed;
    bottom: 24px;
    right: 24px;
    z-index: 90;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 20px;
    border-radius: 999px;
    background: #25d366;
    color: #fff;
    font-size: 0.9rem;
    font-weight: 700;
    text-decoration: none;
    box-shadow: 0 8px 30px rgba(37, 211, 102, 0.45);
    transition: all 0.3s ease;
}

.whatsapp-float:hover {
    transform: scale(1.05);
    background: #1ebe57;
    color: #fff;
}

.whatsapp-float i {
    font-size: 1.35rem;
}

@media (max-width: 480px) {
    .whatsapp-float span {
        display: none;
    }
    .whatsapp-float {
        width: 56px;
        height: 56px;
        padding: 0;
        justify-content: center;
        border-radius: 50%;
    }
}

.btn-whatsapp-outline {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 24px;
    border-radius: 12px;
    background: #25d366;
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.25s ease;
}

.btn-whatsapp-outline:hover {
    background: #1ebe57;
    color: #fff;
}

/* ── Experience brand logos ── */
.experience-logo--brand {
    padding: 6px;
    background: #111113;
    border: 1px solid rgba(255, 255, 255, 0.12);
}

.experience-logo--brand img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* ── Moments gallery ── */
.gallery-filters {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.5rem;
    margin: 1.5rem 0 2rem;
}

.gallery-filter-btn {
    padding: 0.45rem 1rem;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: rgba(255, 255, 255, 0.04);
    color: rgba(255, 255, 255, 0.65);
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.25s ease;
}

.gallery-filter-btn:hover,
.gallery-filter-btn.is-active {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.35);
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 0 0 24px rgba(255, 255, 255, 0.06);
}

.moments-gallery {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-auto-rows: 200px;
    gap: 1rem;
    margin-top: 0.5rem;
}

.moment-card {
    grid-column: span 4;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    overflow: hidden;
    cursor: pointer;
    text-align: left;
    transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.moment-card--hero {
    grid-column: span 8;
    grid-row: span 2;
}

.moment-card--wide {
    grid-column: span 8;
}

.moment-card--tall {
    grid-column: span 4;
    grid-row: span 2;
}

.moment-card:hover {
    transform: translateY(-4px);
    border-color: rgba(255, 255, 255, 0.22);
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.45);
}

.moment-card-media {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 220px;
    aspect-ratio: 4 / 3;
    overflow: hidden;
}

.moment-card--hero .moment-card-media,
.moment-card--tall .moment-card-media {
    min-height: 100%;
    aspect-ratio: auto;
    height: 100%;
}

.moment-card-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.55s ease;
}

.moment-card:hover .moment-card-media img {
    transform: scale(1.07);
}

.moment-card-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 1.25rem;
    background: linear-gradient(180deg, transparent 35%, rgba(9, 9, 11, 0.92) 100%);
    opacity: 0.92;
    transition: opacity 0.3s ease;
}

.moment-card:hover .moment-card-overlay {
    opacity: 1;
}

.moment-card-tag {
    display: inline-block;
    width: fit-content;
    margin-bottom: 0.5rem;
    padding: 3px 10px;
    border-radius: 999px;
    font-size: 0.62rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #fff;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.18);
}

.moment-card-overlay h4 {
    font-size: 1rem;
    font-weight: 700;
    color: #fff;
    margin: 0 0 0.25rem;
}

.moment-card-overlay p {
    font-size: 0.78rem;
    color: rgba(255, 255, 255, 0.65);
    margin: 0;
    line-height: 1.4;
}

@media (max-width: 1100px) {
    .moment-card,
    .moment-card--hero,
    .moment-card--wide,
    .moment-card--tall {
        grid-column: span 6;
        grid-row: span 1;
    }
}

@media (max-width: 640px) {
    .moments-gallery {
        grid-template-columns: 1fr;
    }

    .moment-card,
    .moment-card--hero,
    .moment-card--wide,
    .moment-card--tall {
        grid-column: span 1;
    }
}

/* ── Gallery lightbox ── */
.gallery-lightbox {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.5rem;
    background: rgba(9, 9, 11, 0.92);
    backdrop-filter: blur(12px);
}

.gallery-lightbox[hidden] {
    display: none !important;
}

body.gallery-lightbox-open {
    overflow: hidden;
}

.gallery-lightbox-figure {
    max-width: min(920px, 92vw);
    margin: 0;
    text-align: center;
}

.gallery-lightbox-figure img {
    max-width: 100%;
    max-height: 72vh;
    border-radius: 16px;
    object-fit: contain;
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.5);
}

.gallery-lightbox-figure figcaption {
    margin-top: 1rem;
    color: #fff;
}

.gallery-lightbox-tag {
    display: block;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.45);
    margin-bottom: 0.35rem;
}

.gallery-lightbox-figure strong {
    display: block;
    font-size: 1.15rem;
    margin-bottom: 0.25rem;
}

.gallery-lightbox-figure span:last-child {
    color: rgba(255, 255, 255, 0.65);
    font-size: 0.85rem;
}

.gallery-lightbox-close {
    position: absolute;
    top: 1.25rem;
    right: 1.25rem;
    width: 44px;
    height: 44px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
    font-size: 1.5rem;
    line-height: 1;
    cursor: pointer;
}

.gallery-lightbox-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 48px;
    height: 48px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
    font-size: 1.75rem;
    cursor: pointer;
}

.gallery-lightbox-prev { left: 1.25rem; }
.gallery-lightbox-next { right: 1.25rem; }

@media (max-width: 640px) {
    .gallery-lightbox-nav {
        display: none;
    }
}

/* Hero CTA — mobile stack (loads last to override global button styles) */
@media (max-width: 1024px) {
    #hero .hero-cta-group {
        flex-direction: column !important;
        align-items: stretch !important;
    }

    #hero .hero-cta-btn {
        width: 100% !important;
        height: auto !important;
        min-height: 3rem;
        overflow: visible !important;
        white-space: nowrap;
    }
}

