/* ============================================================
   ENTERPRISE AG SUMMIT — VENDOR PAGE STYLES  v2.0
   ============================================================ */

/*================================================================
  HERO
================================================================*/

.enterprise-summit-vendors body { background: var(--es-bg-darker); }

.es__hero--vendors {
    /*
     * HERO BACKGROUND PHOTO
     * ──────────────────────────────────────────────────────────
     * Aerial panorama of Seascape Beach Resort at dusk —
     * cliffs, beach, and full resort property visible.
     * Source: seascaperesort.com (official)
     * ──────────────────────────────────────────────────────────
     */
    background-image: url('https://framerusercontent.com/images/lhteMlh47uz75AtCzHY2JwcNurE.jpg');
    background-size: cover;
    background-position: center 60%;
}

.es__hero--vendors .es__hero-bg {
    background-image: url('https://framerusercontent.com/images/lhteMlh47uz75AtCzHY2JwcNurE.jpg');
}

.es__hero--vendors .es__hero-overlay {
    background: linear-gradient(
        170deg,
        rgba(4,  4,  4, 0.36) 0%,
        rgba(8,  8,  8, 0.14) 34%,
        rgba(8,  8,  8, 0.16) 66%,
        rgba(4,  4,  4, 0.44) 100%
    );
}

/*================================================================
  STATS BAR — vendor-specific accent
================================================================*/

.enterprise-summit-vendors .es__stats-bar {
    border-top: 1px solid rgba(201, 168, 76, 0.20);
    border-bottom: 1px solid rgba(201, 168, 76, 0.20);
}

.enterprise-summit-vendors .es__stats-bar-number {
    font-size: clamp(2.8rem, 5vw, 4rem);
}

/*================================================================
  VALUE PROP
================================================================*/

.enterprise-summit-vendors .es__value-prop {
    background: var(--es-bg-darker);
}

.enterprise-summit-vendors .es__value-content {
    max-width: 780px;
    margin: 0 auto;
    text-align: center;
}

.enterprise-summit-vendors .es__value-lead {
    font-size: clamp(1.05rem, 2vw, 1.25rem);
    color: var(--es-cream);
    font-style: italic;
    line-height: 1.9;
    margin-bottom: 1.5rem;
}

.enterprise-summit-vendors .es__value-content p:last-child {
    color: rgba(245, 230, 200, 0.78);
    line-height: 1.85;
}

/*================================================================
  IMAGE DIVIDERS
  Each .es__img-divider receives a different background photo.
================================================================*/

/* Divider #1 — beach / aerial resort */
.es__img-divider--beach .es__img-divider-bg {
    /*
     * DIVIDER 1 PHOTO — Resort grounds with palms, pond & bridge
     * Source: seascaperesort.com (official)
     */
    background-image: url('https://framerusercontent.com/images/88f8uHEroWompUhOWkztpLYXSo.jpg');
    background-position: center 70%;
}

/* Divider #2 — ocean / private dining */
.es__img-divider--ocean .es__img-divider-bg {
    /*
     * DIVIDER 2 PHOTO — Ocean-view dining with wine at Sanderlings
     * Source: seascaperesort.com (official)
     */
    background-image: url('https://framerusercontent.com/images/H2dY9yFh1jzIdn5rl5NbcmNMv0.jpg');
    background-position: center 58%;
}

/* Divider #3 — sunset / cliffside */
.es__img-divider--sunset .es__img-divider-bg {
    /*
     * DIVIDER 3 PHOTO — Aerial sunset of bluff event with string lights
     * Source: seascaperesort.com (official)
     */
    background-image: url('https://framerusercontent.com/images/ltSOV5K8D7e4PvAbkKIzdf01xI0.jpg');
    background-position: center 78%;
}

/*================================================================
  HOW IT WORKS — timeline section offset color
================================================================*/

.enterprise-summit-vendors .es__how-it-works {
    background: var(--es-bg-darker);
}

/*================================================================
  VENUE SECTION
================================================================*/

.enterprise-summit-vendors .es__venue {
    position: relative;
    overflow: hidden;
    padding: clamp(80px, 10vw, 140px) 0;
}

.enterprise-summit-vendors .es__venue-bg {
    position: absolute;
    inset: 0;
    /*
     * VENUE BACKGROUND PHOTO — Aerial resort panorama at dusk
     * Source: seascaperesort.com (official)
     */
    background-image: url('https://framerusercontent.com/images/lhteMlh47uz75AtCzHY2JwcNurE.jpg');
    background-size: cover;
    background-position: center 70%;
    transform: translateZ(0);
    will-change: transform;
}

.enterprise-summit-vendors .es__venue-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        180deg,
        rgba(4, 4, 4, 0.88) 0%,
        rgba(8, 8, 8, 0.80) 50%,
        rgba(4, 4, 4, 0.88) 100%
    );
}

.enterprise-summit-vendors .es__venue-content {
    position: relative;
    z-index: 2;
    text-align: center;
}

.enterprise-summit-vendors .es__venue-name {
    font-family: var(--es-font-serif);
    font-size: clamp(1.8rem, 3.5vw, 2.8rem);
    color: var(--es-gold-light);
    font-weight: 300;
    letter-spacing: 0.04em;
    margin: 0 0 10px;
}

.enterprise-summit-vendors .es__venue-tagline {
    font-family: var(--es-font-body);
    font-size: 0.78rem;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: var(--es-gold);
    opacity: 0.85;
    margin-bottom: 28px;
}

.enterprise-summit-vendors .es__venue-desc {
    max-width: 680px;
    margin: 0 auto 44px;
    font-size: clamp(0.95rem, 1.5vw, 1.05rem);
    line-height: 1.9;
    color: rgba(245, 230, 200, 0.80);
}

/* Venue highlight pills */
.es__venue-highlights {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 14px 24px;
    margin-top: 10px;
}

.es__venue-highlight {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.8rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--es-cream);
    opacity: 0.75;
    font-family: var(--es-font-body);
}

.es__venue-highlight-icon {
    color: var(--es-gold);
    font-size: 0.5rem;
    opacity: 0.8;
}

/*================================================================
  CONTACT — VENDOR CTA
================================================================*/

.enterprise-summit-vendors .es__contact {
    background: var(--es-bg-dark);
    text-align: center;
}

.enterprise-summit-vendors .es__contact .es__section-title {
    color: var(--es-gold);
}

.es__contact-lead {
    max-width: 620px;
    margin: 0 auto 52px;
    font-size: clamp(1rem, 1.8vw, 1.15rem);
    line-height: 1.9;
    color: var(--es-cream);
    font-style: italic;
    opacity: 0.9;
}

/* Contact cards */
.es__contact-cards {
    display: flex;
    justify-content: center;
    gap: 28px;
    flex-wrap: wrap;
    margin-bottom: 44px;
}

.es__contact-card {
    background: var(--es-glass-bg);
    border: 1px solid var(--es-glass-border);
    border-top: 2px solid var(--es-gold);
    padding: 36px 44px;
    min-width: 220px;
    text-align: center;
    transition: transform var(--es-transition),
                border-color var(--es-transition),
                box-shadow var(--es-transition);
}

.es__contact-card:hover {
    transform: translateY(-4px);
    border-color: rgba(201, 168, 76, 0.60);
    box-shadow: 0 16px 48px rgba(0,0,0,0.45);
}

.es__contact-name {
    font-family: var(--es-font-serif);
    font-size: 1.3rem;
    font-weight: 400;
    color: var(--es-cream);
    margin: 0 0 14px;
    letter-spacing: 0.02em;
}

.es__contact-phone {
    display: block;
    font-family: var(--es-font-body);
    font-size: 0.85rem;
    font-weight: 600;
    letter-spacing: 0.16em;
    color: var(--es-gold);
    text-decoration: none;
    text-transform: uppercase;
    transition: color var(--es-transition);
}

.es__contact-phone:hover { color: var(--es-gold-light); }

.es__contact-url {
    font-size: 0.78rem;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: rgba(201, 168, 76, 0.55);
    font-family: var(--es-font-body);
    margin-top: 24px;
}

/*================================================================
  RESPONSIVE
================================================================*/

@media (max-width: 768px) {
    .enterprise-summit-vendors .es__hero-content {
        padding-top: 80px;
    }

    .enterprise-summit-vendors .es__hero-video-wrap {
        display: block !important;
    }

    .enterprise-summit-vendors .es__mute-btn {
        display: flex !important;
    }

    .es__hero--vendors .es__hero-overlay {
        background: linear-gradient(
            170deg,
            rgba(4, 4, 4, 0.44) 0%,
            rgba(8, 8, 8, 0.22) 34%,
            rgba(8, 8, 8, 0.24) 66%,
            rgba(4, 4, 4, 0.50) 100%
        );
    }

    .es__contact-cards {
        flex-direction: column;
        align-items: center;
    }

    .es__contact-card {
        width: 100%;
        max-width: 340px;
        min-width: unset;
    }

    .es__venue-highlights {
        gap: 10px 16px;
    }
}

/*================================================================
  VALUE BRANDS — media brand callout paragraph
================================================================*/

.es__value-brands {
    margin-top: 1.6rem;
    font-size: 0.82rem;
    letter-spacing: 0.10em;
    text-transform: uppercase;
    color: var(--es-gold);
    opacity: 0.72;
    font-family: var(--es-font-body);
    font-style: normal;
}

/*================================================================
  PULL QUOTE — vendor page (shared styles duplicated here since
  the pull-quote base styles live in growers.css)
================================================================*/

.enterprise-summit-vendors .es__pull-quote {
    position: relative;
    text-align: center;
    max-width: 820px;
    margin: 0 auto;
    padding: 48px 52px;
    border-left: 2px solid var(--es-gold);
    border-right: 2px solid var(--es-gold);
    background: var(--es-glass-bg);
    backdrop-filter: blur(var(--es-glass-blur));
    -webkit-backdrop-filter: blur(var(--es-glass-blur));
}

.enterprise-summit-vendors .es__pull-quote-mark {
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    font-family: var(--es-font-heading);
    font-size: 7rem;
    line-height: 1;
    color: var(--es-gold);
    opacity: 0.28;
    pointer-events: none;
    user-select: none;
}

.enterprise-summit-vendors .es__pull-quote blockquote {
    font-family: var(--es-font-heading);
    font-size: clamp(1.15rem, 2.5vw, 1.5rem);
    font-weight: 300;
    font-style: italic;
    color: var(--es-cream);
    line-height: 1.85;
    margin: 0;
    border: none;
    padding: 0;
}

/*================================================================
  INVESTMENT / PRICING SECTION
================================================================*/

.es__investment {
    background: var(--es-bg-darker);
}

.es__investment > .es__container {
    max-width: 780px;
}

.es__investment-card {
    background: var(--es-glass-bg);
    border: 1px solid var(--es-border-gold);
    border-top: 3px solid var(--es-gold);
    padding: 52px 52px 40px;
    margin-bottom: 32px;
    position: relative;
    overflow: hidden;
}

/* Subtle gold glow behind card */
.es__investment-card::before {
    content: '';
    position: absolute;
    top: -30%;
    left: 50%;
    transform: translateX(-50%);
    width: 70%;
    height: 80%;
    background: radial-gradient(ellipse at center, rgba(201,168,76,0.06) 0%, transparent 70%);
    pointer-events: none;
}

.es__investment-price-wrap {
    text-align: center;
    margin-bottom: 40px;
    padding-bottom: 36px;
    border-bottom: 1px solid var(--es-border-subtle);
}

.es__investment-price {
    display: block;
    font-family: var(--es-font-heading);
    font-size: clamp(3rem, 6vw, 4.8rem);
    font-weight: 300;
    color: var(--es-gold-light);
    letter-spacing: -0.01em;
    line-height: 1;
    margin-bottom: 10px;
}

.es__investment-price-sub {
    display: block;
    font-family: var(--es-font-body);
    font-size: 0.76rem;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--es-gold);
    opacity: 0.75;
}

.es__investment-list {
    list-style: none;
    padding: 0;
    margin: 0 0 32px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px 32px;
}

.es__investment-list li {
    display: flex;
    align-items: baseline;
    gap: 10px;
    font-size: 0.88rem;
    color: rgba(245, 230, 200, 0.78);
    line-height: 1.6;
}

.es__investment-check {
    color: var(--es-gold);
    font-size: 0.5rem;
    flex-shrink: 0;
    margin-top: 1px;
}

.es__investment-footnote {
    font-size: 0.82rem;
    color: rgba(245, 230, 200, 0.50);
    text-align: center;
    font-style: italic;
    border-top: 1px solid var(--es-border-subtle);
    padding-top: 24px;
    margin-top: 24px;
    line-height: 1.7;
}

.es__investment-limit {
    font-size: 0.78rem;
    letter-spacing: 0.08em;
    color: rgba(201, 168, 76, 0.55);
    text-align: center;
    margin-top: 16px;
    font-family: var(--es-font-body);
}

/* Add-on card */
.es__addon-card {
    background: var(--es-glass-bg);
    border: 1px solid var(--es-border-subtle);
    border-top: 2px solid rgba(201, 168, 76, 0.35);
    margin-bottom: 32px;
    overflow: hidden;
}

.es__addon-header {
    padding: 16px 28px;
    background: rgba(201, 168, 76, 0.04);
    border-bottom: 1px solid var(--es-border-subtle);
}

.es__addon-title {
    font-family: var(--es-font-body);
    font-size: 0.72rem;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--es-gold);
    opacity: 0.70;
}

.es__addon-body {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 28px 28px;
    flex-wrap: wrap;
}

.es__addon-info {
    flex: 1;
    min-width: 200px;
}

.es__addon-name {
    display: block;
    font-family: var(--es-font-heading);
    font-size: clamp(1rem, 1.8vw, 1.2rem);
    font-weight: 400;
    color: var(--es-cream);
    margin-bottom: 8px;
    letter-spacing: 0.02em;
}

.es__addon-desc {
    font-size: 0.86rem;
    color: rgba(245, 230, 200, 0.60);
    line-height: 1.7;
}

.es__addon-price-wrap {
    text-align: right;
    flex-shrink: 0;
}

.es__addon-price {
    display: block;
    font-family: var(--es-font-heading);
    font-size: clamp(1.8rem, 3.5vw, 2.6rem);
    font-weight: 300;
    color: var(--es-gold-light);
    letter-spacing: -0.01em;
}

/* Payment terms */
.es__payment-terms {
    background: rgba(201, 168, 76, 0.03);
    border: 1px solid rgba(201, 168, 76, 0.12);
    padding: 32px 36px;
    margin-bottom: 32px;
}

.es__payment-terms-title {
    font-family: var(--es-font-body);
    font-size: 0.72rem;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--es-gold);
    opacity: 0.70;
    margin-bottom: 18px;
}

.es__payment-terms-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.es__payment-terms-list li {
    font-size: 0.86rem;
    color: rgba(245, 230, 200, 0.68);
    line-height: 1.65;
    padding-left: 18px;
    position: relative;
}

.es__payment-terms-list li::before {
    content: '◆';
    position: absolute;
    left: 0;
    color: var(--es-gold);
    font-size: 0.4rem;
    top: 6px;
    opacity: 0.6;
}

@media (max-width: 768px) {
    .enterprise-summit-vendors .es__pull-quote {
        padding: 36px 28px;
    }

    .enterprise-summit-vendors .es__pull-quote-mark {
        font-size: 5rem;
        top: -14px;
    }

    .es__investment-card {
        padding: 36px 24px 28px;
    }

    .es__investment-list {
        grid-template-columns: 1fr;
    }

    .es__addon-body {
        flex-direction: column;
        align-items: flex-start;
    }

    .es__addon-price-wrap {
        text-align: left;
    }

    .es__payment-terms {
        padding: 24px 20px;
    }
}