/**
 * 부찌대학 — 부대옥(budaeok.co.kr) 스타일 랜딩 섹션
 * 헤더·히어로·푸터·폼 제외 본문 전용
 */

:root {
    --bok-gray: #666666;
    --bok-display: var(--font-display);
    --bok-inner: min(1200px, calc(100% - 48px));
}

.bok-page {
    font-family: "Noto Sans KR", sans-serif;
    color: var(--bok-dark);
    overflow-x: clip;
}

.bok-page * {
    box-sizing: border-box;
}

.bok-inner {
    width: var(--bok-inner);
    margin-inline: auto;
}

/* ── 섹션 공통 ── */
.bok-sec {
    position: relative;
    padding: clamp(80px, 10vw, 140px) 0;
}

.bok-sec--light {
    background: #fff;
}

.bok-sec--cream {
    background: var(--bok-cream);
}

.bok-sec--dark {
    background: var(--bok-red);
    color: #fff;
}

.bok-head {
    margin-bottom: clamp(40px, 5vw, 64px);
}

.bok-head--center {
    text-align: center;
}

.bok-head__eyebrow {
    margin: 0 0 12px;
    font-family: var(--bok-display);
    font-size: clamp(22px, 2.8vw, 48px);
    font-weight: 200;
    letter-spacing: -0.04em;
    line-height: 1.3;
    color: rgba(255, 255, 255, 0.92);
}

.bok-sec--light .bok-head__eyebrow,
.bok-sec--cream .bok-head__eyebrow {
    color: var(--bok-gray);
}

.bok-head__title {
    margin: 0;
    font-family: var(--bok-display);
    font-size: clamp(36px, 5.5vw, 64px);
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: -0.04em;
    color: var(--bok-dark);
}

.bok-head__title--yellow {
    color: var(--bok-yellow);
}

.bok-sec--dark .bok-head__title:not(.bok-head__title--yellow) {
    color: #fff;
}

.bok-head__title strong,
.bok-accent-red {
    color: var(--bok-red);
}

.bok-head__title strong.bok-accent-yellow,
.bok-accent-yellow {
    color: var(--bok-gold);
}

.bok-sec--dark .bok-head__title strong.bok-accent-yellow {
    color: var(--bok-yellow);
}

.bok-head__sub,
.bok-head__desc {
    margin: clamp(16px, 2vw, 24px) 0 0;
    font-size: clamp(16px, 1.5vw, 24px);
    font-weight: 300;
    line-height: 1.65;
    letter-spacing: -0.02em;
    color: var(--bok-gray);
}

.bok-sec--dark .bok-head__desc {
    color: rgba(255, 255, 255, 0.88);
}

.bok-sec--dark .bok-head__sub {
    color: rgba(255, 255, 255, 0.78);
}

/* ── 다크 패널 (round-wrap) ── */
.bok-panel {
    position: relative;
    background: var(--bok-red);
    border-radius: clamp(16px, 2vw, 28px);
    padding: clamp(32px, 4vw, 56px);
    color: #fff;
    overflow: hidden;
}

.bok-panel__title {
    margin: 0 0 12px;
    font-family: var(--bok-display);
    font-size: clamp(22px, 2.8vw, 36px);
    font-weight: 700;
    line-height: 1.35;
    letter-spacing: -0.03em;
}

.bok-panel__title strong {
    color: var(--bok-yellow);
}

.bok-panel__sub {
    margin: 0 0 24px;
    font-size: clamp(14px, 1.2vw, 18px);
    opacity: 0.88;
    line-height: 1.6;
}

.bok-panel__media {
    border-radius: clamp(12px, 1.5vw, 20px);
    overflow: hidden;
    line-height: 0;
}

.bok-panel__media img,
.bok-panel__media video {
    width: 100%;
    display: block;
    object-fit: cover;
}

.bok-badge-float {
    position: absolute;
    top: -20px;
    right: clamp(16px, 3vw, 32px);
    width: clamp(88px, 10vw, 120px);
    height: clamp(88px, 10vw, 120px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #fff;
    border: 3px solid var(--bok-red);
    border-radius: 50%;
    font-family: var(--bok-display);
    font-size: clamp(18px, 2vw, 26px);
    font-weight: 800;
    color: var(--bok-red);
    line-height: 1.1;
    text-align: center;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.15);
    z-index: 2;
}

/* ── 04 도입 선택 (choice) ── */
.bok-choice {
    position: relative;
    overflow: hidden;
    background-color: var(--bok-cream);
}

.bok-choice::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url("../img/home/buzzi-stew-ramen.jpg") center 40% / cover no-repeat;
    filter: none;
    opacity: 1;
    pointer-events: none;
}

.bok-choice::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        165deg,
        rgba(249, 236, 227, 0.52) 0%,
        rgba(249, 236, 227, 0.36) 50%,
        rgba(249, 236, 227, 0.48) 100%
    );
    pointer-events: none;
}

.bok-choice > .bok-inner {
    position: relative;
    z-index: 1;
}

.bok-choice-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(16px, 2vw, 24px);
}

.bok-choice-card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: clamp(280px, 32vw, 360px);
    padding: clamp(28px, 3vw, 40px) clamp(22px, 2.5vw, 32px);
    background: var(--bok-red);
    border-radius: clamp(16px, 2vw, 24px);
    color: #fff;
    text-decoration: none;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.bok-choice-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 24px 48px rgba(130, 8, 8, 0.35);
    color: #fff;
}

.bok-choice-card--featured {
    background: linear-gradient(160deg, var(--bok-red-deep) 0%, var(--bok-red) 100%);
    outline: 2px solid var(--bok-gold);
    outline-offset: 3px;
}

.bok-choice-card__num {
    font-family: var(--bok-display);
    font-size: clamp(48px, 5vw, 72px);
    font-weight: 800;
    line-height: 1;
    letter-spacing: -0.06em;
    color: rgba(255, 255, 255, 0.15);
    margin-bottom: 8px;
}

.bok-choice-card__badge {
    position: absolute;
    top: clamp(18px, 2vw, 26px);
    right: clamp(18px, 2vw, 26px);
    z-index: 2;
    display: inline-block;
    margin-bottom: 0;
    padding: 6px 14px;
    background: var(--bok-yellow);
    color: var(--bok-red);
    font-size: 12px;
    font-weight: 800;
    border-radius: 999px;
    letter-spacing: 0.02em;
}

.bok-choice-card__title {
    margin: 0 0 12px;
    font-family: var(--bok-display);
    font-size: clamp(24px, 2.5vw, 32px);
    font-weight: 700;
    letter-spacing: -0.03em;
    line-height: 1.2;
    color: #fff !important;
}

.bok-choice-card__desc {
    margin: 0;
    flex: 1;
    font-size: clamp(14px, 1.2vw, 16px);
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.92) !important;
}

.bok-choice-card__cta {
    margin-top: 20px;
    font-size: 15px;
    font-weight: 700;
    color: var(--bok-yellow) !important;
}

/* ── 05 다크 밴드 + 실적 ── */
.bok-band {
    position: relative;
    overflow: hidden;
    background:
        linear-gradient(165deg, var(--bok-red-deep) 0%, var(--bok-red) 42%, #6a1010 100%);
    padding-bottom: clamp(56px, 7vw, 88px);
}

.bok-band > .bok-inner {
    position: relative;
    z-index: 1;
}

.bok-band__glow {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        radial-gradient(ellipse 70% 90% at 50% -10%, rgba(240, 187, 29, 0.22) 0%, transparent 58%),
        radial-gradient(ellipse 45% 70% at 0% 80%, rgba(255, 255, 255, 0.05) 0%, transparent 55%),
        radial-gradient(ellipse 45% 70% at 100% 80%, rgba(255, 255, 255, 0.05) 0%, transparent 55%);
}

.bok-band__glow::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: min(560px, 72%);
    height: 2px;
    background: linear-gradient(
        90deg,
        transparent,
        var(--bok-gold) 18%,
        var(--bok-yellow) 50%,
        var(--bok-gold) 82%,
        transparent
    );
    opacity: 0.85;
}

.bok-band__watermark {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -52%);
    font-family: var(--bok-display);
    font-size: clamp(180px, 28vw, 420px);
    font-weight: 800;
    line-height: 1;
    letter-spacing: -0.08em;
    color: rgba(255, 255, 255, 0.04);
    pointer-events: none;
    user-select: none;
    z-index: 0;
}

/* 부찌 캐릭터 — 카드 바깥 여백에만 배치 (부대옥 sec8 스타일) */
.bok-band__floats {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
}

.bok-band__float {
    position: absolute;
    display: block;
    width: auto;
    height: auto;
    max-width: none;
    object-fit: contain;
    filter: drop-shadow(0 10px 24px rgba(0, 0, 0, 0.28));
    user-select: none;
}

.bok-band__float img {
    display: block;
    width: 100%;
    height: auto;
}

.bok-band__float--tl {
    top: clamp(28px, 5vw, 56px);
    left: clamp(-12px, 1vw, 24px);
    width: clamp(88px, 10vw, 150px);
    transform: rotate(-14deg);
    opacity: 0.92;
}

.bok-band__float--tr {
    top: clamp(18px, 3.5vw, 44px);
    right: clamp(-20px, 0.5vw, 12px);
    width: clamp(110px, 13vw, 190px);
}

.bok-band__float--bl {
    bottom: clamp(24px, 4vw, 48px);
    left: clamp(-28px, -1vw, 8px);
    width: clamp(100px, 12vw, 170px);
    transform: rotate(10deg);
    opacity: 0.88;
}

.bok-band__float--br {
    bottom: clamp(32px, 5vw, 64px);
    right: clamp(-8px, 1.5vw, 28px);
    width: clamp(72px, 8vw, 120px);
}

.bok-band__float--ml {
    top: 50%;
    left: clamp(-36px, -2vw, 0px);
    width: clamp(76px, 8.5vw, 130px);
    transform: translateY(-42%) rotate(-8deg) scale(0.88);
    opacity: 0.78;
}

.bok-band__float--mr {
    top: 54%;
    right: clamp(-32px, -1.5vw, 4px);
    width: clamp(84px, 9vw, 140px);
    transform: translateY(-38%) rotate(12deg) scale(0.9);
    opacity: 0.8;
}

.bok-band__float--spin {
    display: inline-block;
    transform-origin: center center;
    animation: bokBandMascotSpin 22s linear infinite;
}

.bok-band__float--spin-slow {
    display: inline-block;
    transform-origin: center center;
    animation: bokBandMascotSpin 32s linear infinite reverse;
}

@keyframes bokBandMascotSpin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@media (prefers-reduced-motion: reduce) {
    .bok-band__float--spin,
    .bok-band__float--spin-slow {
        animation: none;
    }

    .bok-band__float--tr {
        transform: rotate(12deg);
    }

    .bok-band__float--br {
        transform: rotate(-10deg);
    }
}

.bok-band .bok-head__desc strong {
    color: var(--bok-yellow);
    font-weight: 700;
}

.bok-stats-row {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(12px, 1.8vw, 28px);
    margin-top: clamp(32px, 4vw, 48px);
    justify-items: center;
    align-items: start;
}

.bok-stat-box {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: min(100%, 320px);
    aspect-ratio: 1 / 1;
    min-height: 0;
    padding: clamp(28px, 3.2vw, 44px) clamp(22px, 2.8vw, 36px);
    background: #1a1816;
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 50%;
    box-shadow:
        0 18px 40px rgba(0, 0, 0, 0.28),
        inset 0 1px 0 rgba(255, 255, 255, 0.03);
    transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.bok-stat-box::before {
    content: none;
}

.bok-stat-box:hover {
    transform: translateY(-8px);
    border-color: rgba(240, 187, 29, 0.35);
    box-shadow:
        0 24px 52px rgba(0, 0, 0, 0.42),
        0 0 0 1px rgba(240, 187, 29, 0.12);
}

.bok-stat-box--featured {
    background: #1a1816;
    outline: none;
}

.bok-stat-box__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: clamp(10px, 1.2vw, 16px);
    font-size: clamp(28px, 3vw, 38px);
    line-height: 1;
    color: var(--bok-yellow);
}

.bok-stat-box__icon i {
    font-style: normal;
    color: inherit;
}

.bok-stat-box__num {
    display: none;
}

.bok-stat-box__val {
    display: block;
    margin: 0;
    font-family: "Noto Sans KR", sans-serif;
    font-size: clamp(18px, 1.8vw, 22px);
    font-weight: 700;
    color: #fff;
    letter-spacing: -0.02em;
    line-height: 1.25;
}

.bok-stat-box__label {
    display: block;
    margin-top: 8px;
    font-size: clamp(13px, 1.1vw, 15px);
    font-weight: 600;
    color: rgba(255, 255, 255, 0.92);
    line-height: 1.4;
}

.bok-stat-box__desc {
    margin: clamp(10px, 1.2vw, 14px) 0 0;
    max-width: 22ch;
    font-size: clamp(12px, 1vw, 14px);
    font-weight: 400;
    line-height: 1.55;
    color: rgba(255, 255, 255, 0.72);
}

.bok-band__foot {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
    max-width: 100%;
    gap: clamp(20px, 2.5vw, 28px);
    margin-top: clamp(32px, 4vw, 48px);
    margin-left: auto;
    margin-right: auto;
    padding-top: clamp(56px, 7vw, 96px);
    padding-bottom: clamp(8px, 1.5vw, 16px);
    border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.bok-band__chips {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 0 auto;
    gap: clamp(8px, 1vw, 12px);
}

.bok-band__foot > .bok-btn {
    align-self: center;
    margin-left: auto;
    margin-right: auto;
}

.bok-band__chip {
    display: inline-flex;
    align-items: center;
    padding: 8px 16px;
    background: rgba(0, 0, 0, 0.24);
    border: 1px solid rgba(255, 228, 0, 0.32);
    border-radius: 999px;
    font-size: clamp(12px, 1vw, 14px);
    font-weight: 600;
    color: rgba(255, 255, 255, 0.92);
    letter-spacing: -0.01em;
}

/* ── 06 이유 (reason) — 2번 기준 통일 ── */
.bok-reason {
    position: relative;
    box-sizing: border-box;
    height: clamp(500px, 52vw, 580px);
    min-height: clamp(500px, 52vw, 580px);
    display: flex;
    align-items: center;
    padding: clamp(80px, 10vw, 120px) 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    color: #fff;
    overflow: hidden;
}

.bok-reason::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
}

.bok-reason--1 {
    background-image: url("../img/home/buzzi-pot-raw.jpg");
    background-position: 22% center;
}

.bok-reason--1::before,
.bok-reason--3::before {
    background: linear-gradient(
        to left,
        rgba(0, 0, 0, 0.98) 0%,
        rgba(0, 0, 0, 0.96) 20%,
        rgba(0, 0, 0, 0.92) 40%,
        rgba(0, 0, 0, 0.82) 55%,
        rgba(0, 0, 0, 0.62) 70%,
        rgba(0, 0, 0, 0.35) 85%,
        rgba(0, 0, 0, 0.12) 100%
    );
}

.bok-reason--2 {
    background-image: url("../img/home/hero.jpg");
    background-position: 72% center;
}

.bok-reason--2::before {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.82) 0%, rgba(0, 0, 0, 0.45) 55%, rgba(0, 0, 0, 0.25) 100%);
}

.bok-reason--3 {
    background-image: url("../img/home/reason-03-marketing.jpg");
    background-position: 28% center;
}

.bok-reason .bok-inner {
    position: relative;
    z-index: 1;
}

.bok-reason--right .bok-inner {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    text-align: right;
}

.bok-reason--right .bok-reason__desc {
    max-width: 560px;
}

.bok-reason__num {
    display: block;
    margin-bottom: 8px;
    font-family: var(--bok-display);
    font-size: clamp(80px, 12vw, 172px);
    font-weight: 800;
    line-height: 0.9;
    letter-spacing: -0.08em;
    color: transparent;
    -webkit-text-stroke: 2px rgba(255, 255, 255, 0.55);
}

.bok-reason__title {
    margin: 0 0 12px;
    font-family: var(--bok-display);
    font-size: clamp(36px, 5vw, 76px);
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: -0.04em;
}

.bok-reason__sub {
    margin: 0 0 16px;
    font-family: var(--bok-display);
    font-size: clamp(20px, 2.2vw, 32px);
    font-weight: 200;
    letter-spacing: -0.03em;
    color: var(--bok-gold);
}

.bok-reason__desc {
    margin: 0;
    max-width: 560px;
    font-size: clamp(15px, 1.3vw, 18px);
    line-height: 1.75;
    opacity: 0.9;
}

/* ── 07 맛의 증거 (orbs) ── */
.bok-taste-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: clamp(32px, 4vw, 64px);
    align-items: center;
}

.bok-taste-visual img {
    width: 100%;
    border-radius: 20px;
    box-shadow: 0 24px 64px rgba(0, 0, 0, 0.12);
}

.bok-orbs {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(16px, 2vw, 24px);
    margin-top: clamp(28px, 3vw, 40px);
}

.bok-orb {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    aspect-ratio: 1;
    padding: 16px;
    text-align: center;
    background: rgba(255, 255, 255, 0.85);
    border: 2px solid var(--bok-gold);
    border-radius: 50%;
    transition: transform 0.25s ease, background 0.25s ease;
}

.bok-orb:hover {
    transform: scale(1.04);
    background: #fff;
}

.bok-orb--dark {
    background: rgba(35, 35, 35, 0.88);
    color: #fff;
    border-color: var(--bok-gold);
}

.bok-orb__title {
    font-family: var(--bok-display);
    font-size: clamp(16px, 1.6vw, 22px);
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1.2;
    color: var(--bok-red);
}

.bok-orb--dark .bok-orb__title {
    color: var(--bok-yellow);
}

.bok-orb__desc {
    margin-top: 6px;
    font-size: clamp(11px, 1vw, 13px);
    line-height: 1.45;
    color: var(--bok-gray);
}

.bok-orb--dark .bok-orb__desc {
    color: rgba(255, 255, 255, 0.75);
}

.bok-orbs .bok-orb:last-child:nth-child(odd) {
    grid-column: 1 / -1;
    max-width: 240px;
    margin-inline: auto;
    aspect-ratio: auto;
    min-height: 120px;
    border-radius: 999px;
}

/* ── 08 사업별 제공 ── */
.bok-offers-layout {
    display: grid;
    grid-template-columns: 1fr 1.1fr;
    gap: clamp(32px, 4vw, 56px);
    align-items: center;
}

.bok-offers-cards {
    display: grid;
    gap: clamp(16px, 2vw, 20px);
}

.bok-offer-row {
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 20px;
    align-items: center;
    padding: clamp(20px, 2.5vw, 28px);
    background: rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(255, 228, 0, 0.2);
    border-radius: 16px;
    text-decoration: none;
    color: #fff;
    transition: background 0.25s ease, border-color 0.25s ease;
}

.bok-offer-row:hover {
    background: rgba(0, 0, 0, 0.32);
    border-color: var(--bok-yellow);
    color: #fff;
}

.bok-offer-row__num {
    font-family: var(--bok-display);
    font-size: clamp(36px, 4vw, 52px);
    font-weight: 800;
    line-height: 1;
    color: rgba(255, 228, 0, 0.35);
    letter-spacing: -0.05em;
}

.bok-offer-row__title {
    margin: 0 0 4px;
    font-family: var(--bok-display);
    font-size: clamp(20px, 2vw, 28px);
    font-weight: 700;
    letter-spacing: -0.03em;
    color: #fff;
}

.bok-offer-row__desc {
    margin: 0;
    font-size: clamp(13px, 1.1vw, 15px);
    opacity: 0.85;
    line-height: 1.55;
}

.bok-offer-row__cta {
    font-size: 14px;
    font-weight: 700;
    color: var(--bok-yellow);
    white-space: nowrap;
}

.bok-offers-visual img {
    width: 100%;
    border-radius: 20px;
    box-shadow: 0 28px 64px rgba(0, 0, 0, 0.35);
}

/* ── 09 운영 증거 ── */
.bok-media-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: clamp(32px, 4vw, 48px);
    align-items: center;
}

.bok-video-wrap {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    line-height: 0;
    box-shadow: 0 24px 64px rgba(0, 0, 0, 0.15);
}

.bok-video-wrap img {
    width: 100%;
    display: block;
}

.bok-video-wrap .ul-video-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.bok-proof-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: clamp(20px, 2.5vw, 28px) 0;
}

.bok-proof-tag {
    padding: 10px 18px;
    background: #fff;
    border: 2px solid var(--bok-gold);
    border-radius: 999px;
    font-size: clamp(13px, 1.1vw, 15px);
    font-weight: 700;
    color: var(--bok-red);
}

.bok-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 52px;
    padding: 0 28px;
    background: var(--bok-red);
    border: none;
    border-radius: 999px;
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
    transition: background 0.25s ease, transform 0.25s ease;
}

.bok-btn:hover {
    background: var(--bok-red-deep);
    color: #fff;
    transform: translateY(-2px);
}

.bok-btn--yellow {
    background: var(--bok-yellow);
    color: var(--bok-red);
}

.bok-btn--yellow:hover {
    background: #fff;
    color: var(--bok-red);
}

/* ── 10 사례 ── */
.bok-case-panel {
    margin-top: clamp(24px, 3vw, 40px);
}

.bok-case-meta {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin-bottom: clamp(24px, 3vw, 32px);
}

.bok-case-meta span {
    padding: 8px 16px;
    background: #fff;
    border: 1px solid rgba(130, 8, 8, 0.15);
    border-radius: 999px;
    font-size: 13px;
    font-weight: 600;
    color: var(--bok-gray);
}

.bok-case-body {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    background: var(--bok-red);
    border-radius: clamp(16px, 2vw, 24px);
    overflow: hidden;
    color: #fff;
}

.bok-case-body__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    min-height: 280px;
}

.bok-case-body__txt {
    padding: clamp(28px, 3.5vw, 48px);
}

.bok-case-body__txt p {
    margin: 0 0 14px;
    font-size: clamp(14px, 1.2vw, 16px);
    line-height: 1.75;
    opacity: 0.92;
}

.bok-case-body__txt strong {
    color: var(--bok-yellow);
}

.bok-case-body__link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: 8px;
    font-weight: 700;
    color: var(--bok-yellow);
    text-decoration: none;
}

.bok-case-body__link:hover {
    color: #fff;
}

/* ── 11 브랜드 ── */
.bok-brand-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: clamp(32px, 4vw, 56px);
    align-items: center;
}

.bok-brand-quote {
    margin: clamp(20px, 2.5vw, 28px) 0;
    padding: clamp(20px, 2.5vw, 28px);
    background: #fff;
    border-left: 5px solid var(--bok-gold);
    font-family: var(--bok-display);
    font-size: clamp(16px, 1.5vw, 20px);
    line-height: 1.7;
    letter-spacing: -0.02em;
}

.bok-brand-name {
    margin: 8px 0 0;
    font-family: var(--bok-display);
    font-size: clamp(28px, 3vw, 40px);
    font-weight: 700;
    letter-spacing: -0.03em;
    color: var(--bok-red);
}

.bok-brand-visual img {
    width: 100%;
    border-radius: 20px;
    box-shadow: 0 24px 64px rgba(0, 0, 0, 0.1);
}

/* ── 12 FAQ ── */
.bok-faq {
    position: relative;
    overflow: visible;
}

.bok-faq .bok-inner {
    position: relative;
    z-index: 1;
}

.bok-head__sub--center {
    margin-inline: auto;
}

.bok-head__sub--oneline {
    max-width: none;
    white-space: nowrap;
    font-size: clamp(14px, 1vw, 16px);
}

.bok-faq-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(260px, 300px);
    gap: clamp(28px, 3.5vw, 48px);
    align-items: stretch;
}

.bok-faq-list[data-buzzi-reveal] {
    transform: none;
}

.bok-faq-list[data-buzzi-reveal].is-revealed {
    transform: none;
}

.bok-faq .ul-single-accordion-item {
    display: grid;
    grid-template-rows: max-content 0fr;
    background: #3a3836;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 12px;
    margin-bottom: 10px;
    padding-bottom: 0;
    overflow: hidden;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.bok-faq .ul-single-accordion-item:last-child {
    margin-bottom: 0;
}

.bok-faq .ul-single-accordion-item.open {
    grid-template-rows: max-content 1fr;
    border-color: var(--bok-gold);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.16);
}

.bok-faq .ul-single-accordion-item__header {
    padding: 18px 22px;
    gap: 16px;
}

.bok-faq .ul-single-accordion-item__header .left {
    flex: 1;
    min-width: 0;
}

.bok-faq .ul-single-accordion-item__header .left::before {
    content: none;
}

.bok-faq .ul-single-accordion-item__title {
    color: #fff;
}

.bok-faq .ul-single-accordion-item.open .ul-single-accordion-item__title {
    color: var(--bok-yellow);
    font-weight: 700;
}

.bok-faq .ul-single-accordion-item__header .icon,
.bok-faq .ul-single-accordion-item__header i {
    color: rgba(255, 255, 255, 0.75);
}

.bok-faq .ul-single-accordion-item.open .icon,
.bok-faq .ul-single-accordion-item.open .ul-single-accordion-item__header i {
    color: var(--bok-yellow);
}

.bok-faq .ul-single-accordion-item__body {
    padding: 0 22px 18px;
}

.bok-faq .ul-single-accordion-item.open .ul-single-accordion-item__body {
    padding-top: 0;
    padding-bottom: 20px;
    background: rgba(255, 255, 255, 0.06);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.bok-faq .ul-single-accordion-item__body p {
    margin: 0;
    padding-top: 14px;
    line-height: 1.65;
    font-size: clamp(13px, 0.84vw, 16px);
    color: rgba(255, 255, 255, 0.88);
    font-weight: 400;
}

.bok-faq-aside {
    align-self: stretch;
    display: flex;
    flex-direction: column;
}

.bok-faq-aside__card {
    position: sticky;
    top: clamp(96px, 11vw, 128px);
    width: 100%;
    padding: clamp(24px, 2.5vw, 32px);
    background: linear-gradient(160deg, var(--bok-red) 0%, #5c0606 100%);
    border-radius: 20px;
    color: #fff;
    box-shadow: 0 20px 48px rgba(130, 8, 8, 0.22);
}

.bok-faq-aside__eyebrow {
    margin: 0 0 10px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--bok-yellow);
}

.bok-faq-aside__title {
    margin: 0 0 12px;
    font-size: clamp(20px, 1.8vw, 24px);
    font-weight: 700;
    line-height: 1.35;
}

.bok-faq-aside__desc {
    margin: 0 0 18px;
    font-size: clamp(14px, 0.92vw, 15px);
    line-height: 1.65;
    opacity: 0.92;
}

.bok-faq-aside__points {
    margin: 0 0 22px;
    padding: 0;
    list-style: none;
}

.bok-faq-aside__points li {
    position: relative;
    padding-left: 18px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.5;
    opacity: 0.95;
}

.bok-faq-aside__points li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.55em;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--bok-yellow);
}

.bok-faq-aside__points li:last-child {
    margin-bottom: 0;
}

.bok-btn--block {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
}

.bok-faq-aside .bok-btn {
    background: var(--bok-yellow);
    border-color: var(--bok-yellow);
    color: var(--bok-red);
    font-weight: 700;
}

.bok-faq-aside .bok-btn:hover {
    background: #fff;
    border-color: #fff;
    color: var(--bok-red);
}

.bok-faq-aside__link {
    display: block;
    margin-top: 14px;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.88);
}

.bok-faq-aside__link:hover {
    color: var(--bok-yellow);
}

.bok-page a.bok-faq-aside__link,
.bok-page a.bok-faq-aside__link:hover {
    color: rgba(255, 255, 255, 0.88);
}

.bok-page a.bok-faq-aside__link:hover {
    color: var(--bok-yellow);
}

@media (max-width: 991px) {
    .bok-faq-layout {
        grid-template-columns: 1fr;
    }

    .bok-faq-aside {
        order: -1;
    }

    .bok-faq-aside__card {
        position: static;
    }

    .bok-head__sub--oneline {
        white-space: normal;
    }
}

.bok-page a.bok-btn,
.bok-page a.bok-btn:hover {
    color: #fff;
}

.bok-page a.bok-btn--yellow,
.bok-page a.bok-btn--yellow:hover {
    color: var(--bok-red);
}

.bok-page a.bok-choice-card,
.bok-page a.bok-choice-card:hover,
.bok-page a.bok-choice-card .bok-choice-card__title,
.bok-page a.bok-choice-card .bok-choice-card__desc,
.bok-page a.bok-choice-card .bok-choice-card__cta {
    color: #fff;
}

.bok-page a.bok-choice-card .bok-choice-card__desc {
    color: rgba(255, 255, 255, 0.92);
}

.bok-page a.bok-choice-card .bok-choice-card__cta {
    color: var(--bok-yellow);
}

.bok-page a.bok-offer-row,
.bok-page a.bok-offer-row:hover {
    color: #fff;
}

.bok-page a.bok-case-body__link,
.bok-page a.bok-case-body__link:hover {
    color: var(--bok-yellow);
}

.bok-page .bok-faq-more a {
    color: var(--bok-red);
}

/* ── reveal ── */
.bok-page [data-buzzi-reveal] {
    opacity: 0;
    transform: translateY(36px);
    transition: opacity 0.8s cubic-bezier(0.22, 1, 0.36, 1), transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}

.bok-page [data-buzzi-reveal].is-revealed {
    opacity: 1;
    transform: translateY(0);
}

/* ── responsive ── */
@media (max-width: 991px) {
    .bok-choice-grid,
    .bok-stats-row,
    .bok-taste-layout,
    .bok-offers-layout,
    .bok-media-grid,
    .bok-brand-layout,
    .bok-case-body {
        grid-template-columns: 1fr;
    }

    .bok-stats-row {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 12px;
    }

    .bok-stats-row .bok-stat-box:last-child {
        grid-column: auto;
    }

    .bok-band__chips {
        gap: 8px;
    }

    .bok-stat-box {
        width: 100%;
        max-width: 260px;
        padding: 22px 18px;
    }

    .bok-stat-box__desc {
        max-width: 18ch;
        font-size: 12px;
    }

    .bok-band__float--ml,
    .bok-band__float--mr {
        display: none;
    }

    .bok-offer-row {
        grid-template-columns: auto 1fr;
    }

    .bok-offer-row__cta {
        grid-column: 2;
    }
}

@media (max-width: 575px) {
    .bok-stats-row,
    .bok-orbs {
        grid-template-columns: 1fr;
    }

    .bok-stat-box {
        max-width: 280px;
        padding: clamp(28px, 8vw, 36px) clamp(24px, 6vw, 32px);
    }

    .bok-stat-box__desc {
        max-width: 22ch;
    }

    .bok-band__float--bl,
    .bok-band__float--br {
        width: clamp(64px, 18vw, 92px);
        opacity: 0.72;
    }

    .bok-band__float--tr {
        width: clamp(72px, 20vw, 104px);
    }

    .bok-band__float--tl {
        width: clamp(60px, 16vw, 84px);
    }

    .bok-orbs .bok-orb:last-child:nth-child(odd) {
        max-width: none;
    }
}

@media (prefers-reduced-motion: reduce) {
    .bok-page [data-buzzi-reveal] {
        opacity: 1;
        transform: none;
        transition: none;
    }
}
