/* ============================================================
   AMICHA HERO — hero.css v4.0
   Aggregator-first. Speaks to both browsers and partners.
   ============================================================ */

.hero {
    min-height: 100svh;
    background: var(--bg-dark, #161412);
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    overflow: hidden;
    padding: 100px 40px 80px;
}

.hero-bg {
    position: absolute;
    inset: 0;
    background: url('https://images.unsplash.com/photo-1600210492486-724fe5c67fb0?w=1920') center/cover;
    opacity: 0.12;
    z-index: 0;
}

.hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse 70% 45% at 50% 70%, rgba(184,149,106,0.08) 0%, transparent 65%),
        radial-gradient(ellipse 35% 30% at 15% 40%, rgba(184,149,106,0.04) 0%, transparent 60%);
    pointer-events: none;
    z-index: 1;
}

.hero-content {
    position: relative;
    z-index: 2;
    max-width: 860px;
    width: 100%;
    margin: 0 auto;
}

/* EYEBROW */
.hero-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 16px;
    font-family: var(--font-body, 'Jost', sans-serif);
    font-size: 11px;
    letter-spacing: 0.35em;
    text-transform: uppercase;
    color: var(--brass, #C8A87A);
    margin-bottom: 28px;
    opacity: 0;
    animation: heroUp 0.9s 0.1s cubic-bezier(0.25,0.46,0.45,0.94) forwards;
}

.hero-eyebrow::before,
.hero-eyebrow::after {
    content: '';
    width: 28px;
    height: 1px;
    background: var(--brass, #C8A87A);
    opacity: 0.5;
}

/* TITLE */
.hero-title {
    font-family: var(--font-display, 'Lora', serif);
    font-size: clamp(42px, 6.5vw, 84px);
    font-weight: 300;
    line-height: 1.08;
    letter-spacing: 0.01em;
    color: var(--white, #F5F2ED);
    margin: 0 0 24px;
    opacity: 0;
    animation: heroUp 0.9s 0.3s cubic-bezier(0.25,0.46,0.45,0.94) forwards;
}

.hero-title em {
    font-style: italic;
    color: #D4B882;
}

/* AUDIENCE ROW */
.hero-audience-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
    margin-bottom: 28px;
    opacity: 0;
    animation: heroUp 0.9s 0.48s cubic-bezier(0.25,0.46,0.45,0.94) forwards;
}

.hero-aud {
    font-family: var(--font-body, 'Jost', sans-serif);
    font-size: 12px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: rgba(245,240,232,0.55);
}

.hero-aud--active { color: rgba(245,242,237,0.85); }

.hero-dot {
    width: 3px;
    height: 3px;
    background: var(--brass, #C8A87A);
    border-radius: 50%;
    opacity: 0.5;
    flex-shrink: 0;
}

/* TAGLINE */
.hero-tagline {
    font-family: var(--font-body, 'Jost', sans-serif);
    font-size: clamp(14px, 1.5vw, 16px);
    font-weight: 300;
    color: rgba(245,240,232,0.68);
    line-height: 1.85;
    max-width: 600px;
    margin: 0 auto 48px;
    opacity: 0;
    animation: heroUp 0.9s 0.62s cubic-bezier(0.25,0.46,0.45,0.94) forwards;
}

/* CTA BUTTONS */
.hero-ctas {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    flex-wrap: wrap;
    margin-bottom: 60px;
    opacity: 0;
    animation: heroUp 0.9s 0.76s cubic-bezier(0.25,0.46,0.45,0.94) forwards;
}

.hero-btn-primary {
    display: inline-flex;
    align-items: center;
    padding: 15px 38px;
    background: var(--brass, #C8A87A);
    color: #0D0D0D;
    font-family: var(--font-body, 'Jost', sans-serif);
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    text-decoration: none;
    transition: background 0.3s, transform 0.2s;
}

.hero-btn-primary:hover {
    background: #D4B882;
    transform: translateY(-1px);
    color: #0D0D0D;
    text-decoration: none;
}

.hero-btn-secondary {
    display: inline-flex;
    align-items: center;
    padding: 15px 38px;
    border: 1px solid rgba(184,149,106,0.35);
    color: rgba(245,242,237,0.65);
    font-family: var(--font-body, 'Jost', sans-serif);
    font-size: 12px;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    text-decoration: none;
    transition: border-color 0.3s, color 0.3s, transform 0.2s;
}

.hero-btn-secondary:hover {
    border-color: var(--brass, #C8A87A);
    color: var(--white, #F5F2ED);
    transform: translateY(-1px);
    text-decoration: none;
}

/* PARTNER TYPE STRIP */
.hero-partner-strip {
    opacity: 0;
    animation: heroUp 0.9s 0.95s cubic-bezier(0.25,0.46,0.45,0.94) forwards;
}

.hero-partner-label {
    font-family: var(--font-body, 'Jost', sans-serif);
    font-size: 9px;
    letter-spacing: 0.35em;
    text-transform: uppercase;
    color: rgba(245,240,232,0.38);
    margin-bottom: 16px;
}

.hero-partner-cards {
    display: flex;
    gap: 10px;
    justify-content: center;
    flex-wrap: wrap;
}

.hero-partner-card {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 18px;
    border: 1px solid rgba(184,149,106,0.12);
    background: rgba(184,149,106,0.03);
    text-decoration: none;
    transition: border-color 0.3s, background 0.3s;
}

.hero-partner-card:hover {
    border-color: rgba(184,149,106,0.35);
    background: rgba(184,149,106,0.07);
    text-decoration: none;
}

.hpc-icon {
    font-size: 16px;
    line-height: 1;
    flex-shrink: 0;
}

.hpc-body {
    display: flex;
    flex-direction: column;
    text-align: left;
    gap: 2px;
}

.hpc-name {
    font-family: var(--font-body, 'Jost', sans-serif);
    font-size: 12px;
    letter-spacing: 0.1em;
    color: rgba(245,242,237,0.75);
    white-space: nowrap;
}

.hpc-sub {
    font-size: 10px;
    letter-spacing: 0.08em;
    color: var(--brass, #C8A87A);
    opacity: 0.75;
}

/* SCROLL CARET */
.hero-caret {
    position: absolute;
    bottom: 28px;
    left: 50%;
    transform: translateX(-50%);
    width: 1px;
    height: 48px;
    background: linear-gradient(to bottom, rgba(184,149,106,0.55), transparent);
    cursor: pointer;
    z-index: 2;
    opacity: 0;
    animation: heroUp 0.9s 1.4s ease forwards, caretPulse 2.2s 2.5s ease-in-out infinite;
}

/* ANIMATIONS */
@keyframes heroUp {
    from { opacity: 0; transform: translateY(22px); }
    to   { opacity: 1; transform: translateY(0); }
}

@keyframes caretPulse {
    0%, 100% { opacity: 0.3; }
    50%       { opacity: 0.9; }
}

/* MOBILE */
@media (max-width: 768px) {
    .hero { padding: 90px 24px 90px; }
    .hero-title { font-size: clamp(36px, 9vw, 56px); }
    .hero-audience-row { gap: 10px; }
    .hero-aud { font-size: 11px; letter-spacing: 0.12em; }
    .hero-ctas { flex-direction: column; align-items: stretch; }
    .hero-btn-primary,
    .hero-btn-secondary { justify-content: center; }
    .hero-partner-cards { gap: 8px; }
    .hero-partner-card { padding: 10px 14px; }
    .hpc-name { font-size: 11px; }
}

@media (max-width: 480px) {
    .hero-partner-cards { flex-direction: column; }
    .hero-partner-card { width: 100%; }
}
