/*!
 * GLOW·KIKI brand page CSS
 * 출처: sampletest/brand.html (inline `<style>` 추출)
 * 토큰: .bs-* (brand-story) / .pt-* (points-tier)
 * 사용처: /brand.php (theme/basic/skin/brand 없이 root 페이지)
 */

/* ===== POINTS / TIER PANEL ===== */
.pt-panel {
    display: grid;
    grid-template-columns: 1.4fr 1fr;
    gap: 0;
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    position: relative;
}
.pt-panel .left { padding: 64px 40px; }
.pt-panel .right {
    background: var(--ink);
    color: var(--bg);
    padding: 64px 40px;
}
.pt-panel .panel-eyebrow {
    font-family: var(--f-mono);
    font-size: 11px;
    color: var(--red);
    letter-spacing: 0.15em;
    margin-bottom: 14px;
    text-transform: uppercase;
}
.pt-panel h2 {
    font-weight: 900;
    font-size: 56px;
    letter-spacing: -0.04em;
    line-height: 0.9;
    text-transform: uppercase;
}
.pt-panel h2 em {
    color: var(--red);
    font-style: italic;
    font-weight: 400;
}
.pt-panel .lede {
    font-size: 14px;
    line-height: 1.65;
    color: var(--ink-2);
    margin: 24px 0 32px;
    max-width: 560px;
}
.pt-panel .right .lede {
    color: rgba(255, 255, 255, 0.75);
}
.pt-panel .right h2 em { color: var(--red); }

.pt-table {
    border-top: 2px solid var(--ink);
    width: 100%;
    border-collapse: collapse;
}
.pt-table th, .pt-table td {
    padding: 14px 12px;
    text-align: left;
    font-size: 13px;
    border-bottom: 1px solid var(--line);
}
.pt-table th {
    font-family: var(--f-mono);
    font-size: 10px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--muted);
    background: #f4f4f4;
    font-weight: 500;
}
.pt-table td b { color: var(--ink); }
.pt-table td .hl { color: var(--red); }

.pt-tier {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    margin-bottom: 32px;
    margin-top: 32px;
}
.pt-tier .c {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.15);
    padding: 18px 16px;
}
.pt-tier .c.cur {
    background: var(--red);
    border-color: var(--red);
}
.pt-tier .c h6 {
    font-family: var(--f-mono);
    font-size: 10px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    opacity: 0.7;
    margin-bottom: 8px;
}
.pt-tier .c .v {
    font-weight: 900;
    font-size: 20px;
    letter-spacing: -0.02em;
    line-height: 1;
    text-transform: uppercase;
}
.pt-tier .c .x {
    font-family: var(--f-mono);
    font-size: 10px;
    opacity: 0.6;
    margin-top: 6px;
}
.pt-panel .right p.note {
    font-family: var(--f-mono);
    font-size: 11px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.6);
    letter-spacing: 0.05em;
    text-transform: uppercase;
    margin-bottom: 24px;
}
.pt-panel .right .btn-cta {
    display: inline-block;
    background: var(--red);
    border: 1px solid var(--red);
    color: #fff;
    padding: 12px 22px;
    font-family: var(--f-mono);
    font-size: 11px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    text-decoration: none;
}

/* ===== BRAND STORY HERO ===== */
.bs-hero {
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 560px;
    border-bottom: 1px solid var(--line);
    position: relative;
}
.bs-hero .pic {
    background: linear-gradient(160deg, var(--cream), var(--cream-3));
    position: relative;
}
.bs-hero .pic::after {
    content: "";
    position: absolute;
    inset: 24px;
    border: 1px dashed rgba(0, 0, 0, 0.25);
}
.bs-hero .pic .num {
    position: absolute;
    bottom: 24px;
    right: 32px;
    font-weight: 900;
    font-size: 280px;
    color: rgba(10, 10, 10, 0.08);
    line-height: 0.8;
    letter-spacing: -0.05em;
}
.bs-hero .pic .lab {
    position: absolute;
    top: 24px;
    left: 24px;
    background: var(--ink);
    color: var(--bg);
    padding: 6px 12px;
    font-family: var(--f-mono);
    font-size: 11px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}
.bs-hero .info {
    padding: 64px 48px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.bs-hero .info .eyebrow {
    font-family: var(--f-mono);
    font-size: 11px;
    color: var(--red);
    letter-spacing: 0.15em;
    margin-bottom: 14px;
    text-transform: uppercase;
}
.bs-hero .info h2 {
    font-weight: 900;
    font-size: 88px;
    letter-spacing: -0.05em;
    line-height: 0.88;
    text-transform: uppercase;
}
.bs-hero .info h2 em {
    color: var(--red);
    font-style: italic;
    font-weight: 400;
}
.bs-hero .info p {
    font-size: 15px;
    line-height: 1.7;
    color: var(--ink-2);
    margin-top: 24px;
    max-width: 480px;
}
.bs-hero .info .meta {
    font-family: var(--f-mono);
    font-size: 11px;
    color: var(--muted);
    letter-spacing: 0.08em;
    text-transform: uppercase;
    line-height: 1.8;
}
.bs-hero .info .meta b { color: var(--ink); }

/* ===== 3 PILLARS ===== */
.bs-pillars {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
    border-bottom: 1px solid var(--line);
}
.bs-pillars .pill {
    padding: 48px 32px;
    border-right: 1px solid var(--line);
    position: relative;
    min-height: 340px;
}
.bs-pillars .pill:last-child { border-right: none; }
.bs-pillars .pill .n {
    font-family: var(--f-mono);
    font-size: 11px;
    color: var(--red);
    letter-spacing: 0.1em;
    text-transform: uppercase;
}
.bs-pillars .pill h3 {
    font-weight: 900;
    font-size: 40px;
    letter-spacing: -0.04em;
    line-height: 0.95;
    text-transform: uppercase;
    margin: 14px 0 16px;
}
.bs-pillars .pill h3 em {
    color: var(--red);
    font-style: italic;
    font-weight: 400;
}
.bs-pillars .pill p {
    font-size: 14px;
    line-height: 1.6;
    color: var(--ink-2);
}

/* ===== TIMELINE ===== */
.bs-timeline {
    padding: 64px 40px;
    border-bottom: 1px solid var(--line);
}
.bs-timeline .panel-eyebrow {
    font-family: var(--f-mono);
    font-size: 11px;
    color: var(--red);
    letter-spacing: 0.15em;
    margin-bottom: 14px;
    text-transform: uppercase;
}
.bs-timeline h2 {
    font-weight: 900;
    font-size: 56px;
    letter-spacing: -0.04em;
    line-height: 0.9;
    text-transform: uppercase;
    margin-bottom: 32px;
}
.bs-timeline h2 em {
    color: var(--red);
    font-style: italic;
    font-weight: 400;
}
.bs-timeline .row {
    display: grid;
    grid-template-columns: 140px 1fr 1fr;
    gap: 32px;
    padding: 24px 0;
    border-top: 1px solid var(--line);
    align-items: start;
}
.bs-timeline .row:last-child {
    border-bottom: 1px solid var(--line);
}
.bs-timeline .row .yr {
    font-weight: 900;
    font-size: 48px;
    letter-spacing: -0.04em;
    line-height: 1;
}
.bs-timeline .row .yr em {
    color: var(--red);
    font-style: italic;
    font-weight: 400;
}
.bs-timeline .row h5 {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 8px;
}
.bs-timeline .row p {
    font-size: 13px;
    line-height: 1.6;
    color: var(--ink-2);
}
.bs-timeline .row .quote {
    font-style: italic;
    color: var(--muted);
}

/* ===== BRAND CROSS-LINKS (review/coupon/lookbook 진입) ===== */
.bs-crosslinks {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
    border-bottom: 1px solid var(--line);
}
.bs-crosslinks .cl {
    padding: 48px 32px;
    border-right: 1px solid var(--line);
    text-decoration: none;
    color: inherit;
    transition: background 0.2s;
}
.bs-crosslinks .cl:last-child { border-right: none; }
.bs-crosslinks .cl:hover { background: var(--cream); }
.bs-crosslinks .cl .n {
    font-family: var(--f-mono);
    font-size: 11px;
    color: var(--red);
    letter-spacing: 0.1em;
    text-transform: uppercase;
}
.bs-crosslinks .cl h4 {
    font-weight: 900;
    font-size: 32px;
    letter-spacing: -0.03em;
    line-height: 1;
    text-transform: uppercase;
    margin: 12px 0 12px;
}
.bs-crosslinks .cl h4 em {
    color: var(--red);
    font-style: italic;
    font-weight: 400;
}
.bs-crosslinks .cl p {
    font-size: 13px;
    color: var(--ink-2);
    line-height: 1.5;
    margin-bottom: 14px;
}
.bs-crosslinks .cl span.go {
    font-family: var(--f-mono);
    font-size: 11px;
    color: var(--ink);
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

/* ===== Mobile ===== */
@media (max-width: 768px) {
    .pt-panel { grid-template-columns: 1fr; }
    .pt-panel .left, .pt-panel .right { padding: 48px 24px; }
    .pt-panel h2 { font-size: 40px; }
    .pt-tier { grid-template-columns: repeat(2, 1fr); }

    .bs-hero { grid-template-columns: 1fr; min-height: auto; }
    .bs-hero .pic { min-height: 280px; }
    .bs-hero .pic .num { font-size: 160px; }
    .bs-hero .info { padding: 40px 24px; }
    .bs-hero .info h2 { font-size: 56px; }

    .bs-pillars { grid-template-columns: 1fr; }
    .bs-pillars .pill {
        border-right: none;
        border-bottom: 1px solid var(--line);
        min-height: auto;
        padding: 32px 24px;
    }
    .bs-pillars .pill:last-child { border-bottom: none; }

    .bs-timeline { padding: 40px 24px; }
    .bs-timeline h2 { font-size: 36px; }
    .bs-timeline .row {
        grid-template-columns: 1fr;
        gap: 12px;
    }
    .bs-timeline .row .yr { font-size: 32px; }

    .bs-crosslinks { grid-template-columns: 1fr; }
    .bs-crosslinks .cl {
        border-right: none;
        border-bottom: 1px solid var(--line);
        padding: 32px 24px;
    }
    .bs-crosslinks .cl:last-child { border-bottom: none; }
}
