/* =============================================
   GW19 HERO TEXT (Content-only, Layout via vc_row)
   ============================================= */

.gw19-herotext {
    text-align: right;
    padding-top: 200px;
    padding-bottom: 60px;
}

.gw19-herotext__title {
    font-family: "swear-display", serif;
    font-weight: 400;
    font-style: italic;
    color: #ffffff;
    font-size: 80px;
    line-height: 1.05;
    margin: 0 0 20px 0;
    text-shadow: 0 2px 20px rgba(0, 0, 0, 0.15);
}

.gw19-herotext__title span {
    display: block;
}

.gw19-herotext__subtitle {
    font-family: "recursive-sans-linear-static", sans-serif;
    font-weight: 400;
    color: #ffffff;
    font-size: 18px;
    letter-spacing: 6px;
    text-transform: uppercase;
    margin: 25px 0 8px 0;
    opacity: 0.9;
}

.gw19-herotext__subtext {
    font-family: "helvetica-lt-pro", sans-serif;
    font-weight: 300;
    color: #ffffff;
    font-size: 15px;
    letter-spacing: 1px;
    margin: 0;
    opacity: 0.75;
}

/* =============================================
   GW19 SECTION TEXT (Content-only)
   ============================================= */

.gw19-sectext__heading {
    font-family: "swear-display", serif;
    font-weight: 400;
    font-style: italic;
    color: #ffffff;
    font-size: 56px;
    line-height: 1.1;
    margin: 0 0 30px 0;
}

.gw19-sectext__heading span {
    display: block;
}

.gw19-sectext__desc {
    color: rgba(255, 255, 255, 0.85);
    font-size: 15px;
    line-height: 1.8;
    max-width: 480px;
}

.gw19-sectext__desc p {
    color: rgba(255, 255, 255, 0.85);
}

.gw19-sectext__scroll {
    margin-top: 40px;
    width: 50px;
    height: 50px;
    border: 1.5px solid #E8A090;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.gw19-sectext__scroll:hover {
    background-color: rgba(232, 160, 144, 0.15);
}

/* Responsive */
@media only screen and (max-width: 999px) {
    .gw19-herotext { padding: 120px 0 40px 0; }
    .gw19-herotext__title { font-size: 56px; }
    .gw19-sectext__heading { font-size: 40px; }
}

@media only screen and (max-width: 690px) {
    .gw19-herotext { padding: 80px 0 30px 0; }
    .gw19-herotext__title { font-size: 40px; }
    .gw19-herotext__subtitle { font-size: 15px; letter-spacing: 4px; }
    .gw19-sectext__heading { font-size: 32px; }
}
