/* ============================================================
   ACRT 2027
   TRAVEL & VENUE
============================================================ */

.travel-venue-section {

    position: relative;

    background:
        radial-gradient(
            circle at 50% 35%,
            rgba(203,168,104,.08),
            transparent 48%
        ),
        var(--paper);

    color: var(--ink);

    overflow: hidden;
}


/* ============================================================
   HERO
============================================================ */

.travel-venue-hero {

    position: relative;

    min-height: 195px;

    display: flex;
    align-items: center;
    justify-content: center;

    background:
        linear-gradient(
            135deg,
            var(--void) 0%,
            var(--void-soft) 55%,
            var(--void-alt) 100%
        );

    overflow: hidden;
}


/* subtle decorative lines */

.travel-venue-hero::before {

    content: "";

    position: absolute;

    inset: 0;

    background:
        repeating-linear-gradient(
            155deg,
            transparent 0,
            transparent 45px,
            rgba(203,168,104,.07) 46px,
            transparent 47px
        );

    opacity: .7;

    pointer-events: none;
}


/* ============================================================
   HERO DECORATIONS
============================================================ */

.travel-venue-hero-decoration {

    position: absolute;

    width: 380px;
    height: 180px;

    opacity: .18;

    pointer-events: none;
}


.travel-venue-hero-left {

    left: -80px;
    bottom: -60px;

    border-top: 1px solid var(--bronze-light);

    transform: rotate(12deg);
}


.travel-venue-hero-right {

    right: -80px;
    top: -60px;

    border-bottom: 1px solid var(--bronze-light);

    transform: rotate(-12deg);
}


/* ============================================================
   TITLE
============================================================ */

.travel-venue-title-wrap {

    position: relative;
    z-index: 2;

    display: flex;
    flex-direction: column;

    align-items: center;

    gap: 14px;

    text-align: center;
}


.travel-venue-title-wrap h1 {

    margin: 0;

    color: var(--paper);

    font-family: "Fraunces", serif;

    font-size: clamp(
        3rem,
        6vw,
        5.5rem
    );

    font-weight: 500;

    font-style: italic;

    line-height: 1;

    letter-spacing: -.04em;
}


.travel-venue-ornament {

    display: flex;

    align-items: center;

    gap: 15px;

    color: var(--bronze-light);

    font-size: .8rem;
}


.travel-venue-ornament::before,
.travel-venue-ornament::after {

    content: "";

    width: 100px;

    height: 1px;

    background: var(--bronze);
}


/* ============================================================
   MAIN CONTAINER
============================================================ */

.travel-venue-container {

    width: min(
        1420px,
        calc(100% - 70px)
    );

    margin: 0 auto;

    padding: 45px 0 60px;
}


/* ============================================================
   MAIN GRID
============================================================ */

.travel-venue-grid {

    display: grid;

    grid-template-columns:
        minmax(0, 1.15fr)
        minmax(0, .85fr);

    gap: 18px;

    align-items: stretch;
}


/* ============================================================
   LOCATION CARD
============================================================ */

.venue-location-card {

    position: relative;

    min-height: 585px;

    padding: 42px 38px 28px;

    background: var(--paper);

    border: 1px solid var(--bronze-light);

    border-radius: 15px;

    overflow: hidden;

    box-shadow:
        var(--shadow);
}


/* bottom gold accent */

/* .venue-location-card::after {

    content: "";

    position: absolute;

    left: 0;
    right: 0;
    bottom: 0;

    height: 9px;

    background:
        linear-gradient(
            90deg,
            var(--bronze),
            var(--bronze-light),
            var(--bronze)
        );
} */


/* ============================================================
   PATTERN
============================================================ */

.venue-card-pattern {

    position: absolute;

    top: 18px;
    left: 18px;

    width: 150px;
    height: 100px;

    background:
        radial-gradient(
            circle,
            rgba(203,168,104,.55) 1.5px,
            transparent 1.7px
        );

    background-size: 10px 10px;

    opacity: .45;

    pointer-events: none;
}


/* right pattern */

.venue-location-card::before {

    content: "";

    position: absolute;

    right: 25px;
    top: 170px;

    width: 100px;
    height: 150px;

    background:
        radial-gradient(
            circle,
            rgba(203,168,104,.45) 1.5px,
            transparent 1.7px
        );

    background-size: 9px 9px;

    opacity: .35;

    pointer-events: none;
}


/* ============================================================
   ARCHITECTURE DECORATION
============================================================ */

.venue-architecture {

    position: absolute;

    left: 15px;
    bottom: 170px;

    width: 190px;
    height: 220px;

    opacity: .15;

    border: 2px solid var(--bronze);

    border-bottom: 0;

    border-radius: 50% 50% 0 0;

    pointer-events: none;
}


.venue-architecture::before {

    content: "";

    position: absolute;

    left: 48px;
    top: 35px;

    width: 90px;
    height: 155px;

    border: 2px solid var(--bronze);

    border-bottom: 0;

    border-radius: 50% 50% 0 0;
}


.venue-architecture::after {

    content: "";

    position: absolute;

    left: 78px;
    top: 0;

    width: 32px;
    height: 40px;

    border: 2px solid var(--bronze);

    border-bottom: 0;

    border-radius: 50% 50% 0 0;
}


/* ============================================================
   LOCATION CONTENT
============================================================ */

.venue-location-content {

    position: relative;

    z-index: 2;

    text-align: center;
}


.venue-section-label {

    display: flex;

    align-items: center;
    justify-content: center;

    gap: 12px;

    margin-bottom: 17px;

    color: var(--terracotta);

    font-family: "IBM Plex Mono", monospace;

    font-size: .78rem;

    font-weight: 600;

    letter-spacing: .18em;

    text-transform: uppercase;
}


.venue-section-label span {

    width: 38px;

    height: 1px;

    background: var(--bronze);
}


/* ============================================================
   VENUE TITLE
============================================================ */

.venue-location-content h2 {

    margin: 0;

    color: var(--void);

    font-family: "Fraunces", serif;

    font-size: clamp(
        2rem,
        3.2vw,
        3rem
    );

    font-weight: 500;

    line-height: 1.12;

    letter-spacing: -.025em;
}


/* ============================================================
   DIVIDER
============================================================ */

.venue-divider {

    display: flex;

    align-items: center;
    justify-content: center;

    gap: 12px;

    margin: 20px auto;

    color: var(--bronze);

    font-size: .65rem;
}


.venue-divider::before,
.venue-divider::after {

    content: "";

    width: 80px;

    height: 1px;

    background: var(--line);
}


/* ============================================================
   DATE BOX
============================================================ */

.venue-date-box {

    display: flex;

    align-items: center;

    justify-content: center;

    gap: 20px;

    max-width: 570px;

    margin: 0 auto 27px;

    padding: 18px 24px;

    border: 1px solid rgba(203,168,104,.3);

    border-radius: 12px;

    background:
        linear-gradient(
            135deg,
            rgba(245,236,224,.7),
            rgba(250,247,240,.9)
        );

    text-align: left;
}


.venue-calendar-icon {

    display: flex;

    align-items: center;
    justify-content: center;

    width: 47px;
    height: 47px;

    border: 2px solid var(--terracotta);

    border-radius: 10px;

    color: var(--terracotta);

    font-size: 1.5rem;

    flex-shrink: 0;
}


.venue-date-text {

    display: flex;

    flex-direction: column;

    gap: 3px;

    color: var(--ink);

    font-family: "Space Grotesk", sans-serif;

    font-size: .95rem;

    line-height: 1.4;
}


.venue-date-text strong {

    color: var(--terracotta);

    font-size: 1.05rem;
}


/* ============================================================
   MAP
============================================================ */

.venue-map-frame {

    position: relative;

    width: 100%;

    height: 220px;

    overflow: hidden;

    border: 1px solid var(--line);

    border-radius: 12px;

    background: var(--parchment);
}


.venue-map-frame iframe {

    display: block;

    width: 100%;
    height: 100%;

    border: 0;
}


/* ============================================================
   CONTACT CARD
============================================================ */

.venue-contact-card {

    position: relative;

    min-height: 585px;

    display: flex;

    align-items: center;
    justify-content: center;

    padding: 45px;

    background:

        radial-gradient(
            circle at 50% 30%,
            rgba(203,168,104,.10),
            transparent 35%
        ),

        var(--paper);

    border: 1px solid var(--bronze-light);

    border-radius: 15px;

    overflow: hidden;

    box-shadow:
        var(--shadow);
}


/* ============================================================
   CONTACT DECORATION
============================================================ */

.contact-decoration {

    position: absolute;

    right: -25px;
    bottom: -30px;

    width: 260px;
    height: 300px;

    opacity: .18;

    border-right: 2px solid var(--bronze-light);

    border-bottom: 2px solid var(--bronze-light);

    border-radius: 50%;
}


.contact-decoration::before {

    content: "";

    position: absolute;

    right: 55px;
    bottom: 35px;

    width: 100px;
    height: 210px;

    border-left: 2px solid var(--bronze-light);

    transform: rotate(18deg);
}


.contact-decoration::after {

    content: "";

    position: absolute;

    right: 20px;
    bottom: 90px;

    width: 100px;
    height: 2px;

    background: var(--bronze-light);

    transform: rotate(-38deg);
}


/* ============================================================
   CONTACT INNER
============================================================ */

.contact-card-inner {

    position: relative;

    z-index: 2;

    display: flex;

    flex-direction: column;

    align-items: center;

    text-align: center;
}


.contact-icon-circle {

    display: flex;

    align-items: center;
    justify-content: center;

    width: 80px;
    height: 80px;

    margin-bottom: 27px;

    border: 2px solid var(--bronze);

    border-radius: 50%;

    background:
        linear-gradient(
            135deg,
            var(--terracotta),
            var(--terracotta-deep)
        );

    color: var(--paper);

    font-size: 2rem;

    box-shadow:
        0 8px 20px rgba(181,80,46,.2);
}


.venue-contact-card h2 {

    margin: 0;

    color: var(--terracotta);

    font-family: "Space Grotesk", sans-serif;

    font-size: clamp(
        1.5rem,
        2.3vw,
        2.2rem
    );

    font-weight: 700;

    line-height: 1.2;

    letter-spacing: .03em;
}


/* ============================================================
   CONTACT DIVIDER
============================================================ */

.contact-divider {

    display: flex;

    align-items: center;
    justify-content: center;

    gap: 14px;

    margin: 25px 0 40px;

    color: var(--bronze);

    font-size: .7rem;
}


.contact-divider::before,
.contact-divider::after {

    content: "";

    width: 80px;

    height: 1px;

    background: var(--line);
}


/* ============================================================
   EMAIL ICON
============================================================ */

.contact-email-icon {

    display: flex;

    align-items: center;
    justify-content: center;

    width: 88px;
    height: 88px;

    margin-bottom: 22px;

    border: 1px solid rgba(203,168,104,.5);

    border-radius: 50%;

    background:
        rgba(242,236,224,.5);

    color: var(--terracotta);

    font-size: 2rem;
}


.venue-contact-email {

    color: var(--void);

    font-family: "Space Grotesk", sans-serif;

    font-size: clamp(
        .9rem,
        1.5vw,
        1.15rem
    );

    text-decoration: none;

    transition: color .2s ease;
}


.venue-contact-email:hover {

    color: var(--terracotta);
}


.contact-divider-bottom {

    margin-top: 35px;
    margin-bottom: 0;
}


/* ============================================================
   INFORMATION STRIP
============================================================ */

.venue-info-strip {

    display: grid;

    grid-template-columns:
        repeat(4, 1fr);

    margin-top: 35px;

    padding: 25px 20px;

    background: rgba(250,247,240,.85);

    border: 1px solid rgba(201,180,138,.35);

    border-radius: 14px;

    box-shadow:
        0 8px 25px rgba(18,12,31,.06);
}


/* ============================================================
   INFO ITEM
============================================================ */

.venue-info-item {

    display: flex;

    align-items: center;

    gap: 20px;

    min-height: 90px;

    padding: 0 25px;

    border-right: 1px dotted var(--bronze-light);
}


.venue-info-item:last-child {

    border-right: 0;
}


.venue-info-icon {

    display: flex;

    align-items: center;
    justify-content: center;

    width: 58px;
    height: 58px;

    border: 1px solid rgba(203,168,104,.45);

    border-radius: 50%;

    color: var(--terracotta);

    background:
        var(--paper);

    font-size: 1.4rem;

    flex-shrink: 0;
}


.venue-info-content {

    min-width: 0;
}


.venue-info-content strong {

    display: block;

    margin-bottom: 6px;

    color: var(--void);

    font-family: "Space Grotesk", sans-serif;

    font-size: .85rem;

    font-weight: 700;

    letter-spacing: .04em;
}


.venue-info-content p {

    margin: 0;

    color: var(--ink-soft);

    font-family: "Space Grotesk", sans-serif;

    font-size: .85rem;

    line-height: 1.55;
}


/* ============================================================
   LARGE TABLET
============================================================ */

@media (max-width: 1100px) {

    .travel-venue-container {

        width: min(
            100% - 45px,
            1100px
        );
    }


    .travel-venue-grid {

        grid-template-columns: 1fr 1fr;
    }


    .venue-location-card,
    .venue-contact-card {

        min-height: 560px;
    }


    .venue-info-item {

        padding: 0 15px;

        gap: 13px;
    }


    .venue-info-icon {

        width: 50px;
        height: 50px;

        font-size: 1.1rem;
    }

}


/* ============================================================
   TABLET
============================================================ */

@media (max-width: 900px) {

    .travel-venue-hero {

        min-height: 170px;
    }


    .travel-venue-container {

        width: min(
            100% - 35px,
            700px
        );

        padding-top: 35px;
    }


    .travel-venue-grid {

        grid-template-columns: 1fr;

        gap: 20px;
    }


    .venue-location-card,
    .venue-contact-card {

        min-height: auto;
    }


    .venue-location-card {

        padding: 38px 28px 27px;
    }


    .venue-contact-card {

        min-height: 440px;
    }


    .venue-info-strip {

        grid-template-columns: repeat(2, 1fr);

        gap: 0;
    }


    .venue-info-item {

        padding: 20px;

        border-bottom: 1px dotted var(--bronze-light);
    }


    .venue-info-item:nth-child(2) {

        border-right: 0;
    }


    .venue-info-item:nth-child(3),
    .venue-info-item:nth-child(4) {

        border-bottom: 0;
    }

}


/* ============================================================
   MOBILE
============================================================ */

@media (max-width: 600px) {

    .travel-venue-hero {

        min-height: 135px;
    }


    .travel-venue-title-wrap {

        gap: 9px;
    }


    .travel-venue-title-wrap h1 {

        font-size: 2.7rem;
    }


    .travel-venue-ornament::before,
    .travel-venue-ornament::after {

        width: 45px;
    }


    .travel-venue-container {

        width: calc(100% - 25px);

        padding: 25px 0 40px;
    }


    .venue-location-card {

        padding: 32px 18px 23px;
    }


    .venue-location-content h2 {

        font-size: 2rem;
    }


    .venue-section-label {

        font-size: .68rem;
    }


    .venue-date-box {

        gap: 12px;

        padding: 14px;

        text-align: left;
    }


    .venue-calendar-icon {

        width: 42px;
        height: 42px;

        font-size: 1.15rem;
    }


    .venue-date-text {

        font-size: .8rem;
    }


    .venue-date-text strong {

        font-size: .9rem;
    }


    .venue-map-frame {

        height: 190px;
    }


    .venue-contact-card {

        min-height: 390px;

        padding: 30px 20px;
    }


    .contact-icon-circle {

        width: 68px;
        height: 68px;

        font-size: 1.5rem;
    }


    .venue-contact-card h2 {

        font-size: 1.4rem;
    }


    .contact-divider::before,
    .contact-divider::after {

        width: 45px;
    }


    .contact-email-icon {

        width: 70px;
        height: 70px;

        font-size: 1.5rem;
    }


    .venue-contact-email {

        font-size: .82rem;

        word-break: break-word;
    }


    .venue-info-strip {

        grid-template-columns: 1fr;

        padding: 10px;
    }


    .venue-info-item {

        min-height: 78px;

        padding: 15px 10px;

        border-right: 0;

        border-bottom: 1px dotted var(--bronze-light) !important;
    }


    .venue-info-item:last-child {

        border-bottom: 0 !important;
    }


    .venue-info-icon {

        width: 48px;
        height: 48px;
    }


    .venue-info-content strong {

        font-size: .78rem;
    }


    .venue-info-content p {

        font-size: .78rem;
    }

}


/* ============================================================
   SMALL MOBILE
============================================================ */

@media (max-width: 380px) {

    .travel-venue-title-wrap h1 {

        font-size: 2.25rem;
    }


    .venue-location-content h2 {

        font-size: 1.75rem;
    }


    .venue-date-box {

        align-items: flex-start;
    }


    .venue-map-frame {

        height: 170px;
    }

}