/* ========================================
   CONTACT PAGE STYLES
   ======================================== */

/* ----------------------------------------
   VIDEO HERO — Full-Width Background Video
   ---------------------------------------- */
.contact-video-hero {
    position: relative;
    width: 100%;
    height: 70vh;
    min-height: 450px;
    max-height: 800px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-video-bg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    object-fit: cover;
    z-index: 0;
}

.contact-video-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0.4) 0%,
        rgba(0, 0, 0, 0.25) 40%,
        rgba(0, 0, 0, 0.35) 70%,
        rgba(0, 0, 0, 0.6) 100%
    );
    z-index: 1;
}

/* Film grain on contact hero */
.contact-video-hero::after {
    content: '';
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 1;
    opacity: .1;
    mix-blend-mode: overlay;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='300' height='300'%3E%3Cfilter id='g'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23g)'/%3E%3C/svg%3E");
    background-size: 150px 150px;
    animation: grainShift 0.4s steps(3) infinite;
}
@keyframes grainShift {
    0%   { transform: translate(0, 0) }
    33%  { transform: translate(-2px, 1px) }
    66%  { transform: translate(1px, -2px) }
    100% { transform: translate(0, 0) }
}

.contact-video-content {
    position: relative;
    z-index: 2;
    text-align: center;
    padding: 0 2rem;
    max-width: 900px;
}

.contact-video-label {
    display: inline-block;
    font-family: var(--sans);
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    color: var(--coral);
    margin-bottom: 1.25rem;
    background: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    padding: 0.5rem 1.5rem;
    border-radius: 50px;
    border: 1px solid rgba(255, 255, 255, 0.15);
}

.contact-video-title {
    font-family: var(--sans);
    font-size: clamp(1.8rem, 4vw, 3.5rem);
    font-weight: 300;
    line-height: 1.05;
    letter-spacing: .08em;
    color: #fff;
    margin-bottom: 1.25rem;
    text-shadow: 0 2px 20px rgba(0, 0, 0, 0.5), 0 4px 40px rgba(0, 0, 0, 0.3);
}

.contact-video-title em {
    font-family: var(--serif);
    font-style: italic;
    font-weight: 600;
    color: var(--coral);
    text-shadow: 0 2px 20px rgba(0, 0, 0, 0.6);
}

.contact-video-desc {
    font-family: var(--body);
    font-size: clamp(1rem, 1.5vw, 1.25rem);
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.6;
    text-shadow: 0 2px 15px rgba(0, 0, 0, 0.5), 0 4px 30px rgba(0, 0, 0, 0.3);
}

/* ----------------------------------------
   NAV OVERRIDE — White text over video
   ---------------------------------------- */
[data-page="contact"] .nav:not(.scrolled) .nav-links a,
[data-page="contact"] .nav:not(.scrolled) .lang-switcher button {
    color: #fff;
}

[data-page="contact"] .nav:not(.scrolled) .nav-toggle span {
    background: #fff;
}

[data-page="contact"] .nav:not(.scrolled) .nav-links a.active {
    color: var(--coral);
}

/* Page Hero Override — shorter, no background image */
[data-page="contact"] .page-hero {
    min-height: 25vh;
    background: var(--cream, #0A0A0A);
    display: flex;
    align-items: flex-end;
    padding-bottom: 2rem;
}

[data-page="contact"] .page-hero--simple {
    background-image: none;
}

[data-page="contact"] .page-hero__content {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 2rem;
    width: 100%;
}

[data-page="contact"] .page-hero__title {
    font-size: clamp(2rem, 5vw, 4rem);
    color: var(--coral);
    margin-top: 0.5rem;
    line-height: 1;
    font-weight: 200;
    letter-spacing: .08em;
}

/* ----------------------------------------
   CONTACT GRID OVERRIDES
   ---------------------------------------- */
.contact-left .contact-heading {
    margin-bottom: 1rem;
}

.contact-heading{
    color: var(--coral);
}
.contact-text {
    color: var(--text-body);
    font-size: 1.125rem;
    line-height: 1.7;
    margin-bottom: 1.5rem;
}
.contact-info-label{
    color: var(--gold);
}
.contact-info-value{
    color: var(--text-body);
}

/* ----------------------------------------
   CONTACT FORM
   ---------------------------------------- */
.contact-form {
    width: 100%;
}

.contact-form form {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.form-group {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.form-group label {
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--text-dark);
    font-weight: 500;
}

.contact-form .btn-pill {
    align-self: flex-start;
    margin-top: 0.5rem;
    cursor: pointer;
    border: none;
}

.contact-form .btn-pill:hover {
    transform: scale(1.05);
    background: var(--terracotta);
}

/* ----------------------------------------
   CONTACT INFO (Right Column)
   ---------------------------------------- */
.contact-info {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.contact-info__item {
    padding-bottom: 1.5rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.contact-info__item:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.contact-info__item .label {
    display: block;
    margin-bottom: 0.75rem;
}

.contact-info__item p {
    font-size: 1.25rem;
    color: var(--text-body);
    line-height: 1.5;
}

/* ----------------------------------------
   SOCIAL LINKS
   ---------------------------------------- */
.contact-socials {
    display: flex;
    justify-content: center;
    gap: 1rem;
    padding: 2rem 0 1rem;
    flex-wrap: wrap;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    margin-top: 2rem;
}

.btn-pill--outline {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.15);
    color: var(--coral);
    text-decoration: none;
    transition: all 0.3s ease;
}

.btn-pill--outline:hover {
    border-color: var(--terracotta);
    color: var(--terracotta);
    transform: scale(1.05);
}

/* ----------------------------------------
   RESPONSIVE
   ---------------------------------------- */
@media (max-width: 768px) {
    .contact-video-hero {
        height: 55vh;
        min-height: 350px;
    }

    .contact-video-title {
        font-size: clamp(2rem, 8vw, 3rem);
    }

    .contact-video-label {
        font-size: 0.7rem;
        padding: 0.4rem 1.2rem;
    }

    [data-page="contact"] .page-hero {
        min-height: auto;
        padding-bottom: 2rem;
    }

    .contact-text {
        margin-bottom: 2rem;
    }

    .contact-info {
        margin-top: 2rem;
        padding-top: 2rem;
        border-top: 1px solid rgba(255, 255, 255, 0.08);
    }

    .contact-socials {
        padding: 2rem 0 1rem;
        margin-top: 2rem;
    }

    .contact-form .btn-pill {
        width: 100%;
        text-align: center;
    }
}
