/* Gifted Tress — unified inner page hero banner */
.gt-page-hero {
    background: linear-gradient(135deg, #1a1028 0%, #2d1548 40%, #5b2994 100%);
    padding: clamp(48px, 6vw, 72px) 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.gt-page-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse 60% 70% at 20% 0%, rgba(197, 160, 89, 0.15) 0%, transparent 50%),
        radial-gradient(ellipse 50% 60% at 80% 100%, rgba(91, 41, 148, 0.3) 0%, transparent 55%);
    pointer-events: none;
}

.gt-page-hero-inner {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 clamp(20px, 4vw, 72px);
    box-sizing: border-box;
}

.gt-page-hero-eyebrow {
    margin: 0 0 12px;
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.24em;
    text-transform: uppercase;
    color: #c5a059;
}

.gt-page-hero-title {
    margin: 0 0 14px;
    font-family: "Playfair Display", Georgia, serif;
    font-size: clamp(26px, 4.5vw, 52px);
    font-weight: 600;
    color: #fff;
    letter-spacing: 0.03em;
    line-height: 1.15;
}

.gt-page-hero-sub {
    margin: 0 auto;
    max-width: 680px;
    font-family: "Montserrat", sans-serif;
    font-size: clamp(15px, 1.8vw, 18px);
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.78);
}

.gt-page-hero-title:last-child {
    margin-bottom: 0;
}
