/* ==========================================================================
   HEART TO TABLE — journey pages (/heal, /ground, /rise) + "Explore" buttons
   Colors/fonts are defaults; Elementor Style settings override them.
   ========================================================================== */

/* Hero */
.jt-hero { border-bottom: 1px solid #222222; }
.jt-phase .elementor-heading-title {
    display: inline-block;
    font-family: 'Lato', sans-serif;
    font-size: 11.5px;
    font-weight: 700;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    background: rgba(255, 255, 255, 0.08);
    padding: 6px 18px;
    border-radius: 50px;
}
.jt-hero-name .elementor-heading-title {
    font-family: 'Cormorant', Garamond, serif;
    font-size: clamp(3rem, 8vw, 5.5rem);
    font-weight: 700;
    letter-spacing: 0.14em;
    line-height: 1;
    margin: 0;
}
.jt-hero-title .elementor-heading-title {
    font-family: 'Cormorant', Garamond, serif;
    font-size: clamp(1.5rem, 3vw, 2.2rem);
    font-weight: 600;
    margin: 0;
}
.jt-hero-quote .elementor-heading-title {
    font-family: 'Cormorant', Garamond, serif;
    font-size: clamp(1.15rem, 2vw, 1.45rem);
    font-style: italic;
    margin: 0;
}
.jt-hero-copy { max-width: 680px; }
.jt-hero-copy p { font-size: clamp(15px, 1.8vw, 18px); line-height: 1.7; margin: 0; }

/* Buttons */
.elementor-widget.jt-cta-primary .elementor-button {
    background: #FFFFFF;
    color: #000000;
    border: 1px solid #FFFFFF !important;
}
.elementor-widget.jt-cta-primary .elementor-button:hover { background: transparent; color: #FFFFFF; }
.elementor-widget.jt-cta-secondary .elementor-button {
    background: transparent;
    color: #FFFFFF;
    border: 1px solid rgba(255, 255, 255, 0.6) !important;
    box-shadow: none !important;
}
.elementor-widget.jt-cta-secondary .elementor-button:hover { background: #FFFFFF; color: #000000; }

/* Section headings */
.jt-eyebrow .elementor-heading-title {
    font-family: 'Lato', sans-serif;
    font-size: 11.5px;
    font-weight: 700;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: #777777;
}
.jt-section-title .elementor-heading-title {
    font-family: 'Cormorant', Garamond, serif;
    font-size: clamp(2rem, 4vw, 2.8rem);
    font-weight: 700;
    line-height: 1.15;
    margin: 0;
}
.jt-overview-copy { max-width: 780px; }
.jt-overview-copy p { font-size: 17px; line-height: 1.8; color: #444444; margin: 0; }

/* Tools grid + cards */
.e-con.jt-tools-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}
@media (max-width: 1024px) { .e-con.jt-tools-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 767px)  { .e-con.jt-tools-grid { grid-template-columns: 1fr; } }

.e-con.jt-card {
    background: #FFFFFF;
    border: 1px solid #E8E8E8;
    border-radius: 20px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
    transition: transform 0.35s cubic-bezier(0.25, 1, 0.5, 1), box-shadow 0.35s ease, border-color 0.35s ease;
}
.e-con.jt-card:hover { transform: translateY(-4px); box-shadow: 0 14px 32px rgba(0, 0, 0, 0.08); border-color: #CCCCCC; }
.e-con.jt-card--soon { background: #FAFAFA; border-style: dashed; box-shadow: none; }
.e-con.jt-card--soon:hover { transform: none; box-shadow: none; }

.jt-tag .elementor-heading-title {
    font-family: 'Lato', sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #777777;
}
.jt-title .elementor-heading-title {
    font-family: 'Cormorant', Garamond, serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
    color: #000000;
    margin: 0;
}
.jt-desc { flex-grow: 1; }
.jt-desc p { font-size: 14px; line-height: 1.65; color: #555555; margin: 0; }

.jt-card .elementor-widget.jt-download .elementor-button {
    background: #000000;
    color: #FFFFFF;
    border: 1px solid #000000 !important;
    padding: 10px 20px !important;
    font-size: 12px !important;
    box-shadow: none !important;
}
.jt-card .elementor-widget.jt-download .elementor-button:hover { background: #333333; border-color: #333333 !important; }
.jt-soon .elementor-heading-title {
    display: inline-block;
    font-family: 'Lato', sans-serif;
    font-size: 11.5px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #777777;
    border: 1px solid #D8D8D8;
    border-radius: 50px;
    padding: 8px 16px;
}

/* At the table */
.jt-table-row > .e-con-inner > .jt-table-item,
.jt-table-row > .jt-table-item { flex: 1 1 0; min-width: 0; }
.jt-table-item .elementor-icon-box-wrapper {
    height: 100%;
    padding: 28px;
    border: 1px solid #222222;
    border-radius: 20px;
    background: #111111;
}
.jt-table-item .elementor-icon { font-size: 26px; }
.jt-table-item .elementor-icon-box-title {
    font-family: 'Cormorant', Garamond, serif;
    font-size: 22px;
    font-weight: 700;
    margin: 0 0 8px;
}
.jt-table-item .elementor-icon-box-description { font-size: 14px; line-height: 1.65; }
.jt-seat .elementor-heading-title {
    font-family: 'Cormorant', Garamond, serif;
    font-size: clamp(1.4rem, 2.5vw, 1.9rem);
    font-style: italic;
    margin: 0;
}

/* Journey navigation */
.elementor-widget.jt-nav-prev .elementor-button,
.elementor-widget.jt-nav-next .elementor-button {
    background: transparent;
    color: #000000;
    border: 1px solid #000000 !important;
    box-shadow: none !important;
}
.elementor-widget.jt-nav-prev .elementor-button:hover,
.elementor-widget.jt-nav-next .elementor-button:hover { background: #000000; color: #FFFFFF; }

/* Heart to Table page: "Explore HEAL/GROUND/RISE" buttons in the dark journey cards */
.elementor-widget.h2t-explore { margin-top: auto; }
.elementor-widget.h2t-explore .elementor-button {
    background: #FFFFFF;
    color: #000000;
    border: 1px solid #FFFFFF !important;
    padding: 11px 22px !important;
    font-size: 12px !important;
}
.elementor-widget.h2t-explore .elementor-button:hover { background: transparent; color: #FFFFFF; }
.elementor-widget.h2t-explore .elementor-button-icon { font-size: 11px; }
