/* UnLost — home.html page styles */

/* ---- HERO ---- */
.hero {
    background: var(--cream);
    min-height: 88vh;
    display: grid;
    grid-template-columns: 1fr 1fr;
    position: relative;
    overflow: hidden;
}

.hero__img {
    max-width: 480px;
    width: 100%;
}

@media (max-width: 860px) {
    .hero { grid-template-columns: 1fr; min-height: auto; }
}

.hero__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 80px var(--gutter) 80px clamp(20px, 5vw, 80px);
    position: relative;
    z-index: 2;
}

.hero__kicker {
    font-family: var(--font-mono);
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.28em;
    color: var(--beacon);
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.hero__kicker::before {
    content: '';
    display: block;
    width: 28px;
    height: 1.5px;
    background: var(--beacon);
}

.hero__headline {
    font-family: var(--font-display);
    font-size: clamp(42px, 6vw, 78px);
    font-weight: 900;
    color: var(--white);
    line-height: 1.0;
    margin-bottom: 24px;
}

.hero__headline em {
    color: var(--beacon);
    font-style: italic;
}

.hero__sub {
    font-size: clamp(15px, 1.5vw, 18px);
    color: rgba(0, 0, 0, 0.65);
    line-height: 1.7;
    max-width: 460px;
    margin-bottom: 36px;
}

.hero__actions {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
}

.hero__stats {
    margin-top: 52px;
    display: flex;
    gap: 32px;
    border-top: 1px solid rgba(255,255,255,0.1);
    padding-top: 28px;
}

.hero__stat-num {
    font-family: var(--font-display);
    font-size: 28px;
    font-weight: 900;
    color: var(--cream);
    line-height: 1;
    margin-bottom: 4px;
}

.hero__stat-label {
    font-family: var(--font-mono);
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    color: rgba(250,247,242,0.4);
}

/* Hero visual side */
.hero__visual {
    position: relative;
    background: var(--navy-light);
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 860px) {
    .hero__visual { height: 340px; }
}

.hero__pattern {
    position: absolute;
    inset: 0;
    opacity: 0.06;
    background-image:
repeating-linear-gradient(
    0deg,
    transparent,
    transparent 48px,
    rgba(250,247,242,0.8) 48px,
    rgba(250,247,242,0.8) 49px
),
repeating-linear-gradient(
    90deg,
    transparent,
    transparent 48px,
    rgba(250,247,242,0.8) 48px,
    rgba(250,247,242,0.8) 49px
);
}

.hero__circle {
    width: clamp(200px, 30vw, 380px);
    height: clamp(200px, 30vw, 380px);
    border-radius: 50%;
    background: radial-gradient(circle at 40% 40%, var(--beacon) 0%, #8b1a00 100%);
    opacity: 0.15;
    position: absolute;
}

.hero__found-text {
    font-family: var(--font-display);
    font-size: clamp(80px, 14vw, 180px);
    font-weight: 900;
    font-style: italic;
    color: rgba(250,247,242,0.06);
    position: absolute;
    white-space: nowrap;
    user-select: none;
    letter-spacing: -0.03em;
}

.hero__qr-mock {
    position: relative;
    z-index: 2;
    text-align: center;
}

.hero__qr-box {
    width: 140px;
    height: 140px;
    background: var(--cream);
    border-radius: 8px;
    margin: 0 auto 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 20px 60px rgba(0,0,0,0.4);
}

.hero__qr-box svg { width: 100px; height: 100px; }

.hero__qr-label {
    font-family: var(--font-mono);
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    color: rgba(250,247,242,0.5);
}

/* ---- HOW IT WORKS ---- */
.how-it-works {
    padding: 80px var(--gutter);
    max-width: var(--max-w);
    margin: 0 auto;
}

.how-it-works__header { margin-bottom: 52px; }

.steps {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
}

@media (max-width: 760px) { .steps { grid-template-columns: 1fr; } }

.step {
    display: flex;
    gap: 20px;
}

.step__num {
    font-family: var(--font-display);
    font-size: 48px;
    font-weight: 900;
    color: var(--black);
    line-height: 1;
    flex-shrink: 0;
    margin-top: -6px;
}

.step__title {
    font-family: var(--font-display);
    font-size: 20px;
    font-weight: 700;
    color: var(--navy);
    margin-bottom: 8px;
}

.step__desc {
    font-size: 14px;
    color: var(--mid);
    line-height: 1.7;
}

/* ---- FEATURED PRODUCTS ---- */
.featured {
    background: var(--warm-white);
    padding: 80px var(--gutter);
}

.featured__inner { max-width: var(--max-w); margin: 0 auto; }

.featured__header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 40px;
    flex-wrap: wrap;
}

/* ---- CATEGORIES STRIP ---- */
.cat-strip {
    padding: 64px var(--gutter);
    max-width: var(--max-w);
    margin: 0 auto;
}

.cat-strip__header { margin-bottom: 32px; }

.cat-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 16px;
}

.cat-card {
    background: var(--navy);
    padding: 28px 20px;
    border-radius: var(--radius);
    text-align: center;
    transition: transform 0.2s, background 0.2s;
    position: relative;
    overflow: hidden;
}

.cat-card::after {
    content: '';
    position: absolute;
    bottom: 0; left: 0; right: 0;
    height: 3px;
    background: var(--beacon);
    transform: scaleX(0);
    transition: transform 0.2s;
}

.cat-card:hover {
    transform: translateY(-3px);
    background: var(--navy-light);
}

.cat-card:hover::after { transform: scaleX(1); }

.cat-card__name {
    font-family: var(--font-display);
    font-size: 18px;
    font-weight: 700;
    color: var(--cream);
    margin-bottom: 6px;
}

.cat-card__count {
    font-family: var(--font-mono);
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    color: rgba(250,247,242,0.4);
}

/* ---- TESTIMONIAL BANNER ---- */
.testimonial-band {
    background: var(--beacon);
    padding: 56px var(--gutter);
    overflow: hidden;
    position: relative;
}

.testimonial-band__inner {
    max-width: var(--max-w);
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
}

@media (max-width: 760px) { .testimonial-band__inner { grid-template-columns: 1fr; } }

.testimonial-band__quote {
    font-family: var(--font-display);
    font-size: clamp(22px, 3vw, 34px);
    font-weight: 700;
    font-style: italic;
    color: #fff;
    line-height: 1.3;
}

.testimonial-band__quote::before { content: '\201C'; }
.testimonial-band__quote::after  { content: '\201D'; }

.testimonial-band__author {
    font-family: var(--font-mono);
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    color: rgba(255,255,255,0.75);
    margin-top: 16px;
}

.testimonial-band__cta {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.testimonial-band__cta p {
    font-size: 15px;
    color: rgba(255,255,255,0.85);
    line-height: 1.6;
}
