/* pages/brand.css — Brand page */
/* 브랜드 페이지 — 히어로 타이포 (메인 히어로보다 축소) */
.brand-hero__curve-text {
    fill: var(--brand-fresh);
    font-size: var(--text-ui-sm);
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

@media (min-width: 768px) {
    .brand-hero__curve-text {
        font-size: var(--text-ui-md);
        letter-spacing: 0.18em;
    }
}

@media (min-width: 1024px) {
    .brand-hero__curve-text {
        font-size: 1rem;
    }
}

.brand-hero__title {
    font-size: clamp(1.625rem, 4vw + 0.5rem, 2.25rem);
    line-height: 1.2;
}

@media (min-width: 768px) {
    .brand-hero__title {
        font-size: 2.5rem;
    }
}

@media (min-width: 1024px) {
    .brand-hero__title {
        font-size: 3.25rem;
    }
}

.brand-hero__desc {
    font-size: clamp(0.875rem, 0.45vw + 0.75rem, 1rem);
    line-height: 1.65;
}

@media (min-width: 768px) {
    .brand-hero__desc {
        font-size: 1.0625rem;
    }
}

/* 브랜드 페이지 — 본문 섹션 */
.brand-stats__label {
    display: block;
    font-size: var(--text-ui-sm);
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--text-subtle);
    margin-bottom: 0.5rem;
}

.brand-stats__value {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.25rem;
    font-size: clamp(1.75rem, 4vw, 2.25rem);
    font-weight: 900;
    letter-spacing: -0.03em;
    color: var(--brand-green);
    line-height: 1;
}

.brand-stats__value--rating {
    color: var(--brand-gold);
}

.brand-stats__star {
    width: 1.125rem;
    height: 1.125rem;
    color: var(--brand-gold);
}

.brand-intro__badge {
    position: absolute;
    right: 1rem;
    bottom: 1rem;
    padding: 0.5rem 1rem;
    border-radius: var(--radius-pill);
    background-color: var(--brand-green);
    color: var(--white);
    font-size: var(--text-ui-sm);
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.brand-intro__list-item {
    position: relative;
    padding-left: 1.5rem;
    font-size: 1.0625rem;
    font-weight: 500;
    color: var(--gray-600);
    line-height: 1.6;
}

.brand-intro__list-item::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.55em;
    width: 0.5rem;
    height: 0.5rem;
    border-radius: var(--radius-pill);
    background-color: var(--brand-fresh);
}

.brand-promise__index {
    position: absolute;
    top: -0.5rem;
    right: 0;
    font-size: clamp(4rem, 12vw, 7rem);
    font-weight: 900;
    line-height: 1;
    color: rgba(17, 24, 39, 0.06);
    pointer-events: none;
    user-select: none;
}

.brand-promise__content {
    padding-top: 0.5rem;
}

.brand-promise__bar {
    height: 0.375rem;
    border-radius: var(--radius-pill);
    background-color: rgba(7, 86, 64, 0.08);
    overflow: hidden;
}

.brand-promise__bar-fill {
    display: block;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, var(--brand-green), var(--brand-fresh));
}

.brand-promise__feature {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 0.625rem;
}

.brand-promise__feature-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    border-radius: var(--radius-pill);
    background-color: rgba(7, 86, 64, 0.08);
    color: var(--brand-green);
}

.brand-promise__feature-icon svg {
    width: 1.375rem;
    height: 1.375rem;
}

.brand-promise__feature-label {
    font-size: var(--text-ui-sm);
    font-weight: 700;
    color: var(--gray-700);
    line-height: 1.35;
}

.brand-timeline {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
}

.brand-timeline::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 1px;
    transform: translateX(-50%);
    background: linear-gradient(
        180deg,
        transparent,
        rgba(7, 86, 64, 0.2) 8%,
        rgba(7, 86, 64, 0.2) 92%,
        transparent
    );
}

.brand-timeline__item {
    position: relative;
    width: 50%;
    padding-bottom: 2.5rem;
}

.brand-timeline__item:last-child {
    padding-bottom: 0;
}

.brand-timeline__item--left {
    padding-right: 2.5rem;
    text-align: right;
}

.brand-timeline__item--right {
    margin-left: 50%;
    padding-left: 2.5rem;
    text-align: left;
}

.brand-timeline__item::after {
    content: '';
    position: absolute;
    top: 0.35rem;
    width: 0.75rem;
    height: 0.75rem;
    border-radius: var(--radius-pill);
    background-color: var(--brand-green);
    border: 3px solid var(--white);
    box-shadow: 0 0 0 1px rgba(7, 86, 64, 0.15);
}

.brand-timeline__item--left::after {
    right: -0.375rem;
}

.brand-timeline__item--right::after {
    left: -0.375rem;
}

.brand-timeline__item:nth-child(even)::after {
    background-color: var(--brand-gold);
}

.brand-timeline__date {
    display: inline-block;
    font-size: var(--text-ui-sm);
    font-weight: 800;
    letter-spacing: 0.08em;
    color: var(--brand-gold);
    margin-bottom: 0.5rem;
}

.brand-timeline__title {
    font-size: 1.125rem;
    font-weight: 900;
    color: var(--gray-900);
    margin-bottom: 0.5rem;
}

.brand-timeline__desc {
    font-size: 1.0625rem;
    font-weight: 500;
    color: var(--text-muted);
    line-height: 1.65;
}

@media (max-width: 767px) {
    .brand-timeline::before {
        left: 0.375rem;
        transform: none;
    }

    .brand-timeline__item,
    .brand-timeline__item--right {
        width: 100%;
        margin-left: 0;
        padding-left: 2rem;
        padding-right: 0;
        text-align: left;
    }

    .brand-timeline__item::after,
    .brand-timeline__item--left::after,
    .brand-timeline__item--right::after {
        left: 0;
        right: auto;
    }

    .brand-promise__index {
        right: auto;
        left: 0;
    }
}

.brand-trust__card {
    padding: var(--card-padding);
    border-radius: var(--radius-card);
    background-color: var(--white);
    border: 1px solid rgba(0, 0, 0, 0.06);
    box-shadow: var(--shadow-brand-card);
    transition: box-shadow 0.3s ease, transform 0.3s ease;
}

@media (min-width: 768px) {
    .brand-trust__card {
        padding: var(--card-padding-md);
        border-radius: var(--radius-card-md);
    }
}

.brand-trust__card:hover {
    box-shadow: var(--shadow-brand-card-hover);
    transform: translateY(-2px);
}

.brand-trust__card--dark {
    background-color: var(--brand-green);
    border-color: transparent;
}

.brand-trust__card-badge {
    display: inline-block;
    padding: 0.25rem 0.625rem;
    margin-bottom: 1rem;
    border-radius: 0.375rem;
    background-color: rgba(7, 86, 64, 0.08);
    color: var(--brand-green);
    font-size: var(--text-ui-sm);
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.brand-trust__card-badge--light {
    background-color: rgba(255, 255, 255, 0.12);
    color: var(--brand-gold);
}

.brand-trust__card-rating {
    display: block;
    font-size: 2rem;
    font-weight: 900;
    color: var(--brand-green);
    line-height: 1;
    margin-bottom: 0.25rem;
}

.brand-trust__card-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.75rem;
    height: 2.75rem;
    margin-bottom: 1rem;
    border-radius: 0.875rem;
    background-color: rgba(7, 86, 64, 0.08);
    color: var(--brand-green);
}

.brand-trust__card-icon svg {
    width: 1.5rem;
    height: 1.5rem;
}

.brand-trust__card-title {
    font-size: 1.0625rem;
    font-weight: 800;
    color: var(--gray-900);
    margin-bottom: 0.5rem;
}

.brand-trust__card-desc {
    font-size: var(--text-ui-md);
    font-weight: 500;
    color: var(--text-muted);
    line-height: 1.6;
}

.brand-process__step {
    font-size: var(--text-ui-sm);
    font-weight: 900;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--brand-gold);
}
