/* =========================================================
   KR INSIGHT — Korean Market Landing
   Palette: Flame Coral #FF5722 / Hot Pink #FF1493 / Navy #16213E
   Font: Nanum Gothic / Nanum Myeongjo (accent)
   ========================================================= */

:root {
    --coral: #FF5722;
    --coral-700: #E04A1B;
    --pink: #FF1493;
    --navy: #16213E;
    --navy-900: #0B132B;
    --navy-700: #1E2C50;
    --ivory: #FAF6EF;
    --cream: #F2EBDC;
    --line: rgba(22, 33, 62, 0.12);
    --line-d: rgba(255, 255, 255, 0.10);
    --gradient-fire: linear-gradient(135deg, #FF5722 0%, #FF1493 100%);
    --gradient-fire-h: linear-gradient(135deg, #FF1493 0%, #FF5722 100%);
    --shadow-card: 0 24px 60px -20px rgba(11, 19, 43, 0.35);
    --shadow-soft: 0 14px 40px -12px rgba(11, 19, 43, 0.18);
    --shadow-fire: 0 18px 50px -10px rgba(255, 87, 34, 0.55);
    --radius: 22px;
    --radius-sm: 12px;
    --container: 1240px;
    --duration: 0.4s;
    --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

* { box-sizing: border-box; margin: 0; padding: 0; }

html {
    scroll-behavior: smooth;
    -webkit-text-size-adjust: 100%;
}

body {
    font-family: 'Nanum Gothic', 'Apple SD Gothic Neo', sans-serif;
    color: var(--navy);
    background: var(--ivory);
    line-height: 1.6;
    overflow-x: hidden;
    padding-bottom: 110px;
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; border: none; background: none; }

::selection { background: var(--coral); color: #fff; }

/* ===== Grain overlay (subtle texture) ===== */
.grain {
    pointer-events: none;
    position: fixed;
    inset: 0;
    z-index: 9999;
    opacity: 0.05;
    mix-blend-mode: overlay;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

/* =====================================================
   BRAND MARK (footer)
   ===================================================== */
.nav__logo-mark {
    width: 44px; height: 44px;
    border-radius: 12px;
    display: grid;
    place-items: center;
    background: var(--gradient-fire);
    color: #fff;
    font-weight: 800;
    font-size: 22px;
    box-shadow: var(--shadow-fire);
    transform: rotate(-4deg);
    position: relative;
    flex-shrink: 0;
}
.nav__logo-mark::after {
    content: "";
    position: absolute; inset: -3px;
    border: 1px dashed rgba(255, 255, 255, 0.4);
    border-radius: 14px;
}

/* =====================================================
   HERO
   ===================================================== */
.hero {
    position: relative;
    background: var(--navy-900);
    color: #fff;
    overflow: hidden;
    padding: 80px 0 0;
    isolation: isolate;
}
.hero__bg {
    position: absolute;
    inset: 0;
    z-index: -1;
}
.hero__bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.55;
    filter: saturate(1.15) contrast(1.05);
    transform: scale(1.04);
    animation: heroDrift 18s var(--ease) infinite alternate;
}
@keyframes heroDrift {
    from { transform: scale(1.04) translate(0, 0); }
    to   { transform: scale(1.08) translate(-1%, -1%); }
}
.hero__bg-mesh {
    position: absolute; inset: 0;
    background:
        radial-gradient(ellipse 50% 60% at 80% 35%, rgba(255, 20, 147, 0.35), transparent 60%),
        radial-gradient(ellipse 60% 60% at 15% 70%, rgba(255, 87, 34, 0.40), transparent 60%),
        linear-gradient(180deg, rgba(11, 19, 43, 0.35) 0%, rgba(11, 19, 43, 0.92) 80%);
}
.hero__inner {
    position: relative;
    max-width: var(--container);
    margin: 0 auto;
    padding: 50px 32px 90px;
    display: grid;
    grid-template-columns: 1.05fr 1fr;
    gap: 60px;
    align-items: center;
    min-height: 640px;
}

.hero__left { z-index: 2; }
.hero__chip {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 8px 14px 8px 10px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 999px;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.04em;
    backdrop-filter: blur(8px);
    margin-bottom: 28px;
}
.hero__chip-dot {
    width: 8px; height: 8px; border-radius: 50%;
    background: #1AE07B;
    box-shadow: 0 0 0 4px rgba(26, 224, 123, 0.20);
    animation: pulse 1.6s var(--ease) infinite;
}
@keyframes pulse {
    50% { box-shadow: 0 0 0 8px rgba(26, 224, 123, 0); }
}
.hero__chip-pct {
    color: var(--coral);
    background: rgba(255, 87, 34, 0.14);
    padding: 4px 10px;
    border-radius: 999px;
    margin-left: 4px;
}
.hero__chip-pct i { margin-right: 4px; }

.hero__title {
    font-weight: 800;
    font-size: clamp(38px, 5.4vw, 78px);
    line-height: 1.02;
    letter-spacing: -0.025em;
    margin-bottom: 24px;
}
.hero__title-row { display: block; }
.hero__title-row:nth-child(2) { padding-left: 0.6em; }
.hero__title-em {
    font-style: normal;
    background: var(--gradient-fire);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    position: relative;
    display: inline-block;
}
.hero__title-em::after {
    content: "";
    position: absolute;
    left: -3%; right: -3%;
    bottom: 6%;
    height: 14%;
    background: var(--gradient-fire);
    opacity: 0.18;
    z-index: -1;
    transform: skewX(-12deg);
}

.hero__lede {
    color: rgba(255, 255, 255, 0.78);
    font-size: 17px;
    max-width: 520px;
    margin-bottom: 36px;
}
.hero__lede strong { color: var(--coral); font-weight: 800; }

.hero__ctas {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    margin-bottom: 38px;
}

.hero__trust {
    list-style: none;
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    color: rgba(255, 255, 255, 0.78);
    font-size: 13px;
    font-weight: 700;
}
.hero__trust li {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}
.hero__trust i {
    color: var(--coral);
    font-size: 14px;
}

/* Right — orb + floating cards */
.hero__right {
    position: relative;
    height: 580px;
}
.hero__orb {
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    width: 110%;
    aspect-ratio: 1;
    animation: orbFloat 8s var(--ease) infinite alternate;
}
.hero__orb img {
    width: 100%; height: 100%;
    object-fit: contain;
    filter: drop-shadow(0 30px 80px rgba(255, 20, 147, 0.35));
}
@keyframes orbFloat {
    from { transform: translate(-50%, -52%); }
    to   { transform: translate(-50%, -48%); }
}

.float-card {
    position: absolute;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-radius: 20px;
    padding: 18px 20px;
    box-shadow: 0 24px 60px -20px rgba(0, 0, 0, 0.6);
    color: #fff;
    z-index: 3;
}
.float-card--top {
    top: 4%; right: -4%;
    width: 230px;
    animation: floatA 6s var(--ease) infinite alternate;
}
.float-card--mid {
    top: 38%; left: -12%;
    width: 240px;
    animation: floatB 7s var(--ease) infinite alternate;
}
.float-card--bot {
    bottom: 4%; right: 4%;
    width: 250px;
    display: flex;
    align-items: center;
    gap: 14px;
    animation: floatA 5.5s var(--ease) infinite alternate-reverse;
}
@keyframes floatA {
    from { transform: translateY(0); }
    to   { transform: translateY(-14px); }
}
@keyframes floatB {
    from { transform: translateY(-6px); }
    to   { transform: translateY(10px); }
}

.float-card__head {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 10px;
}
.float-card__head i { color: var(--coral); }
.float-card__dot {
    width: 8px; height: 8px; border-radius: 50%;
    background: var(--coral);
}
.float-card__dot.live { background: #1AE07B; box-shadow: 0 0 0 4px rgba(26, 224, 123, 0.2); }
.float-card__value {
    font-size: 38px;
    font-weight: 800;
    line-height: 1;
    background: var(--gradient-fire);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}
.float-card__value span { font-size: 18px; opacity: 0.7; margin-left: 2px; }
.float-card__spark {
    margin-top: 10px;
    color: var(--coral);
    height: 28px;
}
.float-card__spark svg { width: 100%; height: 100%; }

.float-card__list {
    display: flex;
    flex-direction: column;
    gap: 8px;
    font-size: 13px;
}
.float-card__list > div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 6px 10px;
    background: rgba(255, 255, 255, 0.06);
    border-radius: 8px;
}
.float-card__list b.up { color: #1AE07B; }
.float-card__list b.down { color: var(--pink); }

.float-card__avatar {
    width: 46px; height: 46px;
    border-radius: 14px;
    background: var(--gradient-fire);
    display: grid; place-items: center;
    color: #fff;
    font-size: 20px;
    flex-shrink: 0;
}
.float-card__name { font-weight: 800; font-size: 14px; }
.float-card__sub { font-size: 12px; color: rgba(255, 255, 255, 0.6); }

/* Hero bottom ticker */
.ticker {
    position: relative;
    background: rgba(255, 255, 255, 0.04);
    border-top: 1px solid var(--line-d);
    border-bottom: 1px solid var(--line-d);
    overflow: hidden;
    padding: 16px 0;
    z-index: 3;
}
.ticker__track {
    display: flex;
    gap: 48px;
    width: max-content;
    animation: tickerMove 38s linear infinite;
    color: rgba(255, 255, 255, 0.85);
    font-weight: 800;
    font-size: 14px;
    letter-spacing: 0.02em;
    white-space: nowrap;
}
.ticker__track span {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}
.ticker__track i { color: var(--coral); font-size: 6px; }
.ticker__track b.up { color: #1AE07B; }
.ticker__track b.down { color: var(--pink); }
@keyframes tickerMove {
    from { transform: translateX(0); }
    to   { transform: translateX(-50%); }
}

/* =====================================================
   BUTTONS
   ===================================================== */
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 14px 22px;
    border-radius: 999px;
    font-weight: 800;
    font-size: 15px;
    transition: transform var(--duration) var(--ease), box-shadow var(--duration) var(--ease), background var(--duration) var(--ease);
    position: relative;
    overflow: hidden;
    isolation: isolate;
    line-height: 1;
}
.btn i, .btn .btn-icon { flex-shrink: 0; }
.btn--primary {
    background: var(--gradient-fire);
    color: #fff;
    box-shadow: var(--shadow-fire);
}
.btn--primary::before {
    content: "";
    position: absolute; inset: 0;
    background: var(--gradient-fire-h);
    opacity: 0;
    transition: opacity var(--duration) var(--ease);
    z-index: -1;
}
.btn--primary:hover { transform: translateY(-3px); }
.btn--primary:hover::before { opacity: 1; }

.btn--ghost {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.22);
    color: #fff;
    backdrop-filter: blur(10px);
}
.btn--ghost:hover { background: rgba(255, 255, 255, 0.16); transform: translateY(-3px); }

.btn--lg { padding: 18px 30px; font-size: 16px; border-radius: 14px; }
.btn--xl {
    padding: 22px 34px;
    font-size: 17px;
    background: var(--gradient-fire);
    color: #fff;
    box-shadow: var(--shadow-fire);
    border-radius: 18px;
}
.btn--xl .btn-icon {
    width: 26px; height: 26px;
    border-radius: 6px;
    background: #fff;
    padding: 2px;
}
.btn--xl:hover { transform: translateY(-3px); }
.btn--block { width: 100%; max-width: 560px; }

/* =====================================================
   SLOGAN STRIP
   ===================================================== */
.slogan {
    background: var(--ivory);
    padding: 90px 0 50px;
    position: relative;
}
.slogan__inner {
    max-width: var(--container);
    margin: 0 auto;
    padding: 0 32px;
}
.slogan__kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: 'Nanum Myeongjo', serif;
    color: var(--coral);
    font-weight: 700;
    letter-spacing: 0.18em;
    font-size: 13px;
    margin-bottom: 24px;
}
.slogan__title {
    font-size: clamp(26px, 3.6vw, 48px);
    line-height: 1.18;
    letter-spacing: -0.02em;
    font-weight: 800;
    max-width: 880px;
}
.slogan__title span {
    background: var(--gradient-fire);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    position: relative;
    display: inline-block;
}

/* =====================================================
   VALUES — asymmetric grid
   ===================================================== */
.values {
    background: var(--ivory);
    padding: 20px 0 100px;
}
.values__grid {
    max-width: var(--container);
    margin: 0 auto;
    padding: 0 32px;
    display: grid;
    grid-template-columns: 1.4fr 1fr 1fr;
    grid-template-rows: auto auto;
    gap: 24px;
}
.value-card {
    position: relative;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    padding: 36px 32px;
    transition: transform var(--duration) var(--ease), box-shadow var(--duration) var(--ease), border-color var(--duration) var(--ease);
    overflow: hidden;
}
.value-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow-card);
    border-color: transparent;
}
.value-card__num {
    position: absolute;
    top: 24px;
    right: 28px;
    font-family: 'Nanum Myeongjo', serif;
    font-size: 44px;
    font-weight: 800;
    line-height: 1;
    color: var(--coral);
    opacity: 0.18;
    letter-spacing: -0.04em;
}
.value-card__icon {
    width: 60px; height: 60px;
    border-radius: 16px;
    display: grid; place-items: center;
    background: linear-gradient(135deg, rgba(255, 87, 34, 0.12), rgba(255, 20, 147, 0.12));
    color: var(--coral);
    font-size: 24px;
    margin-bottom: 24px;
}
.value-card h3 {
    font-size: 20px;
    font-weight: 800;
    margin-bottom: 10px;
    letter-spacing: -0.01em;
}
.value-card p {
    color: #5b6378;
    font-size: 15px;
    line-height: 1.7;
}
.value-card__tags {
    margin-top: 22px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.value-card__tags span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 14px;
    background: var(--cream);
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
}
.value-card__tags i { color: var(--coral); }

.value-card--lg {
    grid-row: span 2;
    background: linear-gradient(160deg, #fff 0%, #FFF7F2 100%);
}
.value-card--alt {
    background: var(--navy);
    color: #fff;
    border-color: var(--navy);
}
.value-card--alt h3 { color: #fff; }
.value-card--alt p { color: rgba(255, 255, 255, 0.7); }
.value-card--alt .value-card__icon {
    background: rgba(255, 255, 255, 0.08);
    color: var(--coral);
}
.value-card--alt .value-card__num { color: #fff; opacity: 0.18; }

.value-card--accent {
    background: var(--gradient-fire);
    color: #fff;
    border-color: transparent;
    grid-column: span 2;
    overflow: hidden;
}
.value-card--accent h3 { color: #fff; }
.value-card--accent p { color: rgba(255, 255, 255, 0.85); max-width: 60%; }
.value-card--accent .value-card__icon {
    background: rgba(255, 255, 255, 0.16);
    color: #fff;
}
.value-card--accent .value-card__num {
    color: #fff;
    opacity: 0.35;
}
.value-card__deco {
    position: absolute;
    right: -40px;
    top: -20px;
    width: 280px;
    height: 280px;
    object-fit: cover;
    border-radius: 50%;
    opacity: 0.55;
    mix-blend-mode: screen;
    pointer-events: none;
}

/* =====================================================
   BLOCKS — alternating image / copy
   ===================================================== */
.block {
    max-width: var(--container);
    margin: 0 auto;
    padding: 80px 32px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 70px;
    align-items: center;
}
.block__copy { max-width: 520px; }
.block__copy--reverse { order: 0; }

.block__kicker {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--coral);
    font-family: 'Nanum Myeongjo', serif;
    font-weight: 700;
    letter-spacing: 0.2em;
    font-size: 13px;
    margin-bottom: 22px;
    text-transform: uppercase;
}
.block__title {
    font-size: clamp(26px, 3.2vw, 44px);
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: -0.02em;
    margin-bottom: 20px;
}
.block__title em {
    font-style: normal;
    background: var(--gradient-fire);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}
.block__lede {
    color: #5b6378;
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 28px;
}
.block__list {
    list-style: none;
    margin-bottom: 36px;
    display: flex;
    flex-direction: column;
    gap: 14px;
}
.block__list li {
    display: flex;
    align-items: center;
    gap: 14px;
    font-weight: 700;
    font-size: 15px;
}
.block__list li i {
    width: 36px; height: 36px;
    border-radius: 10px;
    display: grid; place-items: center;
    background: linear-gradient(135deg, rgba(255, 87, 34, 0.12), rgba(255, 20, 147, 0.12));
    color: var(--coral);
    font-size: 14px;
}

.block__bullets {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 22px;
    margin-bottom: 36px;
}
.block__bullets li {
    display: flex;
    gap: 16px;
    align-items: flex-start;
}
.block__bullets .bullet {
    width: 44px; height: 44px;
    flex-shrink: 0;
    border-radius: 12px;
    display: grid; place-items: center;
    background: var(--gradient-fire);
    color: #fff;
    box-shadow: var(--shadow-fire);
}
.block__bullets b { font-size: 16px; font-weight: 800; display: block; margin-bottom: 4px; }
.block__bullets p { font-size: 14px; color: #5b6378; }

.block__meta {
    margin-top: 32px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    border-top: 1px solid var(--line);
    padding-top: 24px;
}
.block__meta b {
    display: block;
    font-size: 28px;
    font-weight: 800;
    background: var(--gradient-fire);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}
.block__meta span {
    font-size: 12px;
    color: #5b6378;
    font-weight: 700;
}

/* Media — phone tilt */
.block__media { position: relative; }
.block__media--tilt {
    perspective: 1500px;
}
.block__frame {
    position: relative;
    border-radius: 32px;
    overflow: visible;
    transform: rotate(-3deg);
    transition: transform var(--duration) var(--ease);
}
.block__frame:hover { transform: rotate(0); }
.block__frame img {
    width: 100%;
    border-radius: 28px;
    box-shadow: var(--shadow-card);
    border: 1px solid var(--line);
}
.block__badge {
    position: absolute;
    background: #fff;
    border-radius: 18px;
    padding: 14px 18px;
    box-shadow: var(--shadow-card);
    border: 1px solid var(--line);
    z-index: 2;
    transform: rotate(3deg);
}
.block__badge--top {
    top: 24px; left: -28px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-weight: 800;
    font-size: 12px;
    letter-spacing: 0.1em;
    color: var(--coral);
}
.block__badge--top i { color: var(--pink); }
.block__badge--bot {
    bottom: 30px; right: -28px;
    max-width: 260px;
    transform: rotate(3deg);
}
.block__badge-row {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.1em;
    margin-bottom: 6px;
    color: var(--coral);
}
.dot {
    width: 8px; height: 8px;
    border-radius: 50%;
    background: var(--coral);
}
.dot.live {
    background: #1AE07B;
    box-shadow: 0 0 0 4px rgba(26, 224, 123, 0.18);
    animation: pulse 1.6s var(--ease) infinite;
}
.block__badge--bot p {
    font-size: 13px;
    font-weight: 800;
    margin-bottom: 6px;
    line-height: 1.3;
}
.block__badge--bot small {
    font-size: 11px;
    color: #5b6378;
}

/* Stack — weekly cards */
.block__media--stack {
    position: relative;
    min-height: 540px;
}
.stack {
    position: absolute;
    background: #fff;
    border-radius: var(--radius);
    box-shadow: var(--shadow-card);
    border: 1px solid var(--line);
    overflow: hidden;
}
.stack--main {
    inset: 0 30px 60px 0;
    transform: rotate(2deg);
    transition: transform var(--duration) var(--ease);
}
.stack--main:hover { transform: rotate(0); }
.stack--main img {
    width: 100%; height: 100%;
    object-fit: cover;
}
.stack__chip {
    position: absolute;
    top: 22px; left: 22px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(11, 19, 43, 0.7);
    backdrop-filter: blur(10px);
    color: #fff;
    padding: 8px 14px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.1em;
}
.stack__chip i { color: #1AE07B; }

.stack--mini {
    width: 220px;
    padding: 20px;
    bottom: 0;
    left: 0;
    transform: rotate(-3deg);
}
.stack--mini-2 {
    left: auto; right: -20px;
    bottom: 60px;
    transform: rotate(4deg);
}
.stack__head {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    font-weight: 800;
    color: #5b6378;
    letter-spacing: 0.05em;
}
.stack__head i { color: var(--coral); }
.stack__num {
    font-size: 32px;
    font-weight: 800;
    letter-spacing: -0.02em;
    margin: 8px 0 12px;
}
.stack__num small { font-size: 14px; color: #5b6378; font-weight: 700; }
.stack__bar {
    height: 6px;
    background: var(--cream);
    border-radius: 999px;
    overflow: hidden;
}
.stack__bar i {
    display: block;
    height: 100%;
    width: var(--w);
    background: var(--gradient-fire);
    border-radius: 999px;
}

/* =====================================================
   ARCHIVE — full bleed dark
   ===================================================== */
.archive {
    position: relative;
    background: var(--navy-900);
    color: #fff;
    overflow: hidden;
    padding: 90px 0;
    isolation: isolate;
}
.archive__bg {
    position: absolute;
    inset: 0;
    z-index: -1;
}
.archive__bg img {
    width: 100%; height: 100%;
    object-fit: cover;
    opacity: 0.30;
    filter: saturate(1.1);
}
.archive__bg::after {
    content: "";
    position: absolute; inset: 0;
    background:
        radial-gradient(ellipse 50% 50% at 20% 50%, rgba(255, 87, 34, 0.35), transparent 60%),
        radial-gradient(ellipse 50% 50% at 85% 30%, rgba(255, 20, 147, 0.32), transparent 60%),
        linear-gradient(180deg, rgba(11, 19, 43, 0.6) 0%, rgba(11, 19, 43, 0.92) 100%);
}
.archive__inner {
    max-width: var(--container);
    margin: 0 auto;
    padding: 0 32px;
    display: grid;
    grid-template-columns: 1.1fr 1.2fr;
    gap: 70px;
    align-items: center;
}

/* Archive visual showcase */
.archive__visual {
    position: relative;
    aspect-ratio: 1 / 1;
    max-width: 520px;
    margin: 0 auto;
    width: 100%;
}
.archive__hero-img {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 28px;
    overflow: hidden;
    box-shadow: 0 40px 100px -20px rgba(255, 87, 34, 0.45),
                0 30px 60px -20px rgba(0, 0, 0, 0.6);
    transform: rotate(-3deg);
    transition: transform var(--duration) var(--ease);
    border: 1px solid rgba(255, 255, 255, 0.08);
}
.archive__hero-img:hover { transform: rotate(0); }
.archive__hero-img img {
    width: 100%; height: 100%;
    object-fit: cover;
    display: block;
}
.archive__hero-img::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 50%, rgba(11, 19, 43, 0.35) 100%);
    pointer-events: none;
}
.archive__chip {
    position: absolute;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.18);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    padding: 14px 18px;
    border-radius: 18px;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 14px;
    box-shadow: 0 18px 40px -12px rgba(0, 0, 0, 0.6);
    z-index: 2;
}
.archive__chip > i {
    width: 44px; height: 44px;
    border-radius: 12px;
    display: grid; place-items: center;
    background: var(--gradient-fire);
    color: #fff;
    font-size: 18px;
    flex-shrink: 0;
    box-shadow: var(--shadow-fire);
}
.archive__chip b {
    font-size: 18px;
    font-weight: 800;
    letter-spacing: -0.01em;
    display: block;
    line-height: 1.1;
}
.archive__chip b span {
    color: var(--coral);
    margin-left: 2px;
}
.archive__chip small {
    font-size: 11px;
    color: rgba(255, 255, 255, 0.65);
    font-weight: 700;
}
.archive__chip--top {
    top: 6%;
    left: -28px;
    transform: rotate(-4deg);
    animation: floatA 6s var(--ease) infinite alternate;
}
.archive__chip--bot {
    bottom: 10%;
    right: -32px;
    transform: rotate(4deg);
    animation: floatB 7s var(--ease) infinite alternate;
}
.archive__title {
    font-size: clamp(26px, 3.2vw, 44px);
    line-height: 1.15;
    font-weight: 800;
    letter-spacing: -0.02em;
    margin-bottom: 20px;
}
.archive__title em {
    font-style: normal;
    background: var(--gradient-fire);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}
.archive__lede {
    color: rgba(255, 255, 255, 0.75);
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 28px;
    max-width: 520px;
}
.archive__list {
    list-style: none;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px 24px;
    margin-bottom: 36px;
}
.archive__list li {
    display: flex;
    align-items: center;
    gap: 10px;
    color: rgba(255, 255, 255, 0.9);
    font-weight: 700;
    font-size: 14px;
}
.archive__list i {
    width: 22px; height: 22px;
    border-radius: 50%;
    display: grid; place-items: center;
    background: var(--gradient-fire);
    color: #fff;
    font-size: 10px;
    flex-shrink: 0;
}

/* =====================================================
   FINAL CTA
   ===================================================== */
.final-cta {
    background: var(--ivory);
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}
.final-cta::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse 40% 60% at 90% 100%, rgba(255, 87, 34, 0.18), transparent 70%),
        radial-gradient(ellipse 40% 60% at 10% 0%, rgba(255, 20, 147, 0.14), transparent 70%);
    pointer-events: none;
}
.final-cta__inner {
    max-width: 820px;
    margin: 0 auto;
    padding: 0 32px;
    text-align: center;
    position: relative;
}
.final-cta__badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 18px;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 999px;
    font-size: 13px;
    font-weight: 800;
    color: var(--coral);
    margin-bottom: 24px;
    box-shadow: var(--shadow-soft);
}
.final-cta__title {
    font-size: clamp(28px, 3.8vw, 50px);
    font-weight: 800;
    line-height: 1.18;
    letter-spacing: -0.025em;
    margin-bottom: 20px;
}
.final-cta__title em {
    font-style: normal;
    background: var(--gradient-fire);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}
.final-cta__lede {
    color: #5b6378;
    font-size: 17px;
    line-height: 1.7;
    margin: 0 auto 36px;
    max-width: 580px;
}
.final-cta__sub {
    margin-top: 18px;
    font-size: 13px;
    color: #5b6378;
    font-weight: 700;
}
.final-cta__sub i { color: var(--coral); margin-right: 6px; }

/* =====================================================
   FOOTER
   ===================================================== */
.footer {
    background: var(--navy-900);
    color: rgba(255, 255, 255, 0.75);
    padding: 50px 0 40px;
}
.footer__inner {
    max-width: var(--container);
    margin: 0 auto;
    padding: 0 32px;
    display: grid;
    grid-template-columns: 1.2fr 2fr 1fr;
    gap: 30px;
    align-items: center;
}
.footer__brand {
    display: flex;
    align-items: center;
    gap: 14px;
    color: #fff;
}
.footer__brand strong { display: block; font-size: 16px; font-weight: 800; letter-spacing: 0.05em; }
.footer__brand small { font-size: 12px; color: rgba(255, 255, 255, 0.5); }
.footer__links {
    display: flex;
    gap: 22px;
    flex-wrap: wrap;
    font-size: 13px;
    font-weight: 700;
}
.footer__links a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: color var(--duration) var(--ease);
}
.footer__links a i { color: var(--coral); }
.footer__links a:hover { color: #fff; }
.footer__copy {
    text-align: right;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.45);
}

/* =====================================================
   FIXED BOTTOM CTA
   ===================================================== */
.fixed-cta {
    position: fixed;
    bottom: 0; left: 0; right: 0;
    z-index: 100;
    padding: 14px 20px;
    background: linear-gradient(to top, rgba(11, 19, 43, 0.98) 60%, rgba(11, 19, 43, 0));
    display: flex;
    justify-content: center;
}
.fixed-cta .btn {
    backdrop-filter: blur(10px);
}

/* =====================================================
   MODAL
   ===================================================== */
.modal {
    position: fixed;
    inset: 0;
    z-index: 1000;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 24px;
}
.modal.open {
    display: flex;
    animation: modalFade 0.3s var(--ease);
}
.modal__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(11, 19, 43, 0.65);
    backdrop-filter: blur(6px);
}
.modal__box {
    position: relative;
    background: #fff;
    border-radius: 24px;
    max-width: 640px;
    width: 100%;
    max-height: 80vh;
    overflow: hidden;
    box-shadow: 0 40px 90px -20px rgba(0, 0, 0, 0.5);
    display: flex;
    flex-direction: column;
    animation: modalRise 0.4s var(--ease);
}
@keyframes modalFade { from { opacity: 0; } }
@keyframes modalRise { from { transform: translateY(30px); opacity: 0; } }
.modal__close {
    position: absolute;
    top: 18px; right: 18px;
    width: 38px; height: 38px;
    border-radius: 50%;
    background: var(--cream);
    color: var(--navy);
    display: grid; place-items: center;
    font-size: 16px;
    transition: background var(--duration) var(--ease), transform var(--duration) var(--ease);
    z-index: 2;
}
.modal__close:hover { background: var(--coral); color: #fff; transform: rotate(90deg); }
.modal__head {
    padding: 32px 36px 20px;
    border-bottom: 1px solid var(--line);
    display: flex;
    align-items: center;
    gap: 16px;
}
.modal__head i {
    width: 48px; height: 48px;
    border-radius: 14px;
    display: grid; place-items: center;
    background: var(--gradient-fire);
    color: #fff;
    font-size: 18px;
}
.modal__head h3 {
    font-size: 22px;
    font-weight: 800;
    letter-spacing: -0.01em;
}
.modal__body {
    padding: 28px 36px 36px;
    overflow-y: auto;
    font-size: 14px;
    line-height: 1.8;
    color: #4a5161;
}
.modal__body h4 {
    margin-top: 18px;
    margin-bottom: 6px;
    font-size: 15px;
    font-weight: 800;
    color: var(--navy);
}
.modal__body p { margin-bottom: 12px; }
.modal__body ul {
    margin: 8px 0 12px 18px;
}
.modal__body li { margin-bottom: 4px; }

/* =====================================================
   ANIMATIONS — scroll reveal
   ===================================================== */
.reveal {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.8s var(--ease), transform 0.8s var(--ease);
}
.reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
}

/* =====================================================
   RESPONSIVE
   ===================================================== */
@media (max-width: 1100px) {
    .hero__inner { grid-template-columns: 1fr; gap: 80px; }
    .hero__right { height: 460px; max-width: 520px; margin: 0 auto; width: 100%; }
    .values__grid { grid-template-columns: 1fr 1fr; }
    .value-card--lg, .value-card--accent { grid-column: span 2; grid-row: auto; }
    .archive__inner { grid-template-columns: 1fr; text-align: left; }
    .archive__num { font-size: clamp(140px, 30vw, 260px); }
}

@media (max-width: 768px) {
    body { padding-bottom: 84px; font-size: 14px; line-height: 1.55; }

    /* ===== HERO — 모바일 중앙 정렬 ===== */
    .hero { padding-top: 36px; }
    .hero__inner {
        padding: 24px 16px 36px;
        gap: 32px;
        min-height: auto;
    }
    .hero__bg img { opacity: 0.35; }

    .hero__left { text-align: center; }

    .hero__chip {
        font-size: 10px;
        padding: 6px 10px 6px 8px;
        gap: 7px;
        margin-bottom: 18px;
    }
    .hero__chip-pct { padding: 3px 8px; font-size: 10px; }
    .hero__chip-dot { width: 6px; height: 6px; }

    .hero__title {
        font-size: clamp(28px, 7.8vw, 38px);
        line-height: 1.15;
        margin-bottom: 16px;
        letter-spacing: -0.02em;
    }
    .hero__title-row { display: inline; }
    .hero__title-row:nth-child(2) { padding-left: 0; }
    .hero__title-em::after { display: none; }

    .hero__lede {
        font-size: 13px;
        margin-bottom: 22px;
        line-height: 1.65;
        margin-left: auto;
        margin-right: auto;
        max-width: 360px;
    }
    .hero__lede br { display: none; }

    .hero__ctas {
        gap: 10px;
        margin-bottom: 24px;
        justify-content: center;
    }
    .btn { padding: 11px 16px; font-size: 13px; }

    .hero__trust {
        gap: 12px 16px;
        font-size: 11px;
        justify-content: center;
    }
    .hero__trust li { gap: 6px; }
    .hero__trust i { font-size: 12px; }

    .hero__right {
        height: 300px;
        max-width: 360px;
        margin: 0 auto;
        width: 100%;
    }
    .float-card { padding: 10px 12px; border-radius: 14px; }
    .float-card--top { width: 140px; top: 0; right: 0; }
    .float-card--mid { width: 160px; left: 0; top: 42%; }
    .float-card--bot { width: 170px; right: 0; bottom: 0; padding: 10px 12px; gap: 10px; }
    .float-card__head { font-size: 9px; margin-bottom: 6px; gap: 6px; }
    .float-card__value { font-size: 22px; }
    .float-card__value span { font-size: 12px; }
    .float-card__spark { height: 18px; margin-top: 6px; }
    .float-card__list { gap: 5px; font-size: 11px; }
    .float-card__list > div { padding: 4px 8px; }
    .float-card__avatar { width: 34px; height: 34px; font-size: 14px; border-radius: 10px; }
    .float-card__name { font-size: 12px; }
    .float-card__sub { font-size: 10px; }

    .ticker { padding: 10px 0; }
    .ticker__track { gap: 22px; font-size: 11px; }

    /* ===== SLOGAN ===== */
    .slogan { padding: 50px 0 22px; text-align: center; }
    .slogan__inner,
    .values__grid,
    .block,
    .archive__inner,
    .final-cta__inner,
    .footer__inner {
        padding-left: 16px; padding-right: 16px;
    }
    .slogan__kicker { font-size: 11px; margin-bottom: 14px; letter-spacing: 0.14em; }
    .slogan__title {
        font-size: clamp(19px, 5.2vw, 24px);
        line-height: 1.35;
        margin: 0 auto;
    }
    .slogan__title br { display: none; }

    /* ===== VALUES ===== */
    .values { padding: 0 0 50px; }
    .values__grid { grid-template-columns: 1fr; gap: 12px; }
    .value-card--lg, .value-card--accent { grid-column: auto; grid-row: auto; }
    .value-card {
        padding: 24px 18px 22px;
        border-radius: 16px;
        text-align: center;
    }
    .value-card__num {
        font-size: 32px;
        position: static;
        margin-bottom: 8px;
        opacity: 0.3;
    }
    .value-card__icon {
        width: 46px; height: 46px;
        font-size: 18px;
        border-radius: 12px;
        margin: 0 auto 12px;
    }
    .value-card h3 { font-size: 16px; margin-bottom: 8px; }
    .value-card p { font-size: 12.5px; line-height: 1.6; }
    .value-card__tags { margin-top: 14px; gap: 6px; justify-content: center; }
    .value-card__tags span { padding: 6px 10px; font-size: 11px; }
    .value-card--accent p { max-width: 100%; margin: 0 auto; }
    .value-card__deco {
        width: 160px; height: 160px;
        right: -60px; top: auto; bottom: -60px;
        opacity: 0.35;
    }

    /* ===== BLOCK (alerts / weekly) ===== */
    .block {
        grid-template-columns: 1fr;
        gap: 30px;
        padding: 50px 16px;
    }
    .block__copy {
        max-width: none;
        text-align: center;
    }
    .block--weekly .block__copy { order: 0; }
    .block--weekly .block__media { order: 1; }

    .block__kicker { font-size: 11px; margin-bottom: 12px; letter-spacing: 0.16em; }
    .block__title {
        font-size: clamp(21px, 6vw, 26px);
        line-height: 1.28;
        margin-bottom: 12px;
    }
    .block__title br { display: none; }
    .block__lede {
        font-size: 13px;
        margin: 0 auto 22px;
        line-height: 1.65;
        max-width: 360px;
    }

    /* lists in blocks: block-level fit-content centered */
    .block__list {
        gap: 9px;
        margin: 0 auto 22px;
        display: flex;
        flex-direction: column;
        text-align: left;
        width: fit-content;
        max-width: 100%;
    }
    .block__list li { font-size: 13px; gap: 10px; }
    .block__list li i { width: 28px; height: 28px; font-size: 11px; border-radius: 8px; }

    .block__bullets {
        gap: 14px;
        margin: 0 auto 22px;
        display: flex;
        flex-direction: column;
        text-align: left;
        width: fit-content;
        max-width: 320px;
    }
    .block__bullets li { gap: 12px; }
    .block__bullets .bullet { width: 34px; height: 34px; font-size: 12px; border-radius: 10px; }
    .block__bullets b { font-size: 13.5px; }
    .block__bullets p { font-size: 12px; }

    .btn--lg { padding: 13px 22px; font-size: 13.5px; border-radius: 12px; }

    .block__meta {
        gap: 6px;
        padding-top: 18px;
        margin-top: 22px;
        max-width: 360px;
        margin-left: auto;
        margin-right: auto;
        border-top: 1px solid var(--line);
    }
    .block__meta b { font-size: 18px; }
    .block__meta span { font-size: 10.5px; }

    .block__frame { transform: rotate(-1.5deg); }
    .block__frame img { border-radius: 20px; }
    .block__badge { padding: 10px 14px; border-radius: 14px; }
    .block__badge--top { left: -8px; top: 12px; font-size: 10px; gap: 6px; }
    .block__badge--bot { right: -8px; bottom: 16px; max-width: 200px; }
    .block__badge--bot p { font-size: 12px; }
    .block__badge--bot small { font-size: 10px; }
    .block__badge-row { font-size: 10px; }

    .block__media--stack { min-height: 360px; }
    .stack--main { inset: 0 20px 70px 0; border-radius: 18px; }
    .stack__chip { top: 14px; left: 14px; font-size: 10px; padding: 6px 10px; }
    .stack--mini { width: 150px; padding: 14px; border-radius: 14px; }
    .stack--mini-2 { right: 0; bottom: 20px; }
    .stack__head { font-size: 10px; }
    .stack__num { font-size: 22px; margin: 6px 0 8px; }
    .stack__num small { font-size: 11px; }
    .stack__bar { height: 5px; }

    /* ===== ARCHIVE ===== */
    .archive { padding: 56px 0; }
    .archive__inner {
        grid-template-columns: 1fr;
        gap: 32px;
        text-align: center;
    }
    .archive__right { text-align: center; }
    .archive__visual {
        max-width: 280px;
        margin: 0 auto;
    }
    .archive__hero-img { border-radius: 22px; }
    .archive__chip {
        padding: 10px 14px;
        border-radius: 14px;
        gap: 10px;
    }
    .archive__chip > i { width: 36px; height: 36px; font-size: 14px; border-radius: 10px; }
    .archive__chip b { font-size: 14px; }
    .archive__chip small { font-size: 10px; }
    .archive__chip--top { top: 4%; left: -16px; }
    .archive__chip--bot { bottom: 6%; right: -18px; }

    .archive__title {
        font-size: clamp(21px, 6vw, 26px);
        line-height: 1.28;
    }
    .archive__title br { display: none; }
    .archive__lede {
        font-size: 13px;
        line-height: 1.65;
        margin: 0 auto 22px;
        max-width: 360px;
    }
    .archive__list {
        grid-template-columns: 1fr;
        gap: 8px;
        margin: 0 auto 24px;
        display: flex;
        flex-direction: column;
        text-align: left;
        width: fit-content;
        max-width: 100%;
    }
    .archive__list li { font-size: 12px; }

    /* ===== FINAL CTA ===== */
    .final-cta { padding: 56px 0; }
    .final-cta__badge { font-size: 11px; padding: 8px 14px; margin-bottom: 18px; }
    .final-cta__title { font-size: clamp(22px, 6.4vw, 30px); line-height: 1.22; margin-bottom: 16px; }
    .final-cta__lede { font-size: 13px; line-height: 1.65; margin-bottom: 24px; }
    .final-cta__sub { font-size: 11px; margin-top: 14px; }

    .btn--xl { padding: 16px 22px; font-size: 14px; border-radius: 14px; gap: 10px; }
    .btn--xl .btn-icon { width: 22px; height: 22px; }

    /* ===== FOOTER ===== */
    .footer { padding: 32px 0 24px; }
    .footer__inner {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 16px;
    }
    .footer__brand { justify-content: center; }
    .footer__brand strong { font-size: 14px; }
    .footer__brand small { font-size: 11px; }
    .nav__logo-mark { width: 36px; height: 36px; font-size: 18px; }
    .footer__links { justify-content: center; gap: 14px; font-size: 12px; }
    .footer__copy { text-align: center; font-size: 11px; }

    /* ===== MODAL ===== */
    .modal { padding: 16px; }
    .modal__head { padding: 20px 22px 14px; gap: 12px; }
    .modal__head i { width: 38px; height: 38px; font-size: 15px; border-radius: 10px; }
    .modal__head h3 { font-size: 17px; }
    .modal__body { padding: 18px 22px 24px; font-size: 13px; line-height: 1.7; }
    .modal__body h4 { font-size: 13px; margin-top: 14px; }
    .modal__close { width: 32px; height: 32px; font-size: 13px; top: 14px; right: 14px; }

    /* ===== FIXED CTA ===== */
    .fixed-cta { padding: 8px 12px; }
    .fixed-cta .btn { padding: 13px 16px; font-size: 13px; gap: 8px; border-radius: 12px; }
    .fixed-cta .btn .btn-icon { width: 20px; height: 20px; }
}

@media (max-width: 380px) {
    .hero__title { font-size: 26px; }
    .float-card--top { width: 124px; }
    .float-card--mid { width: 142px; }
    .float-card--bot { width: 150px; }
    .float-card__value { font-size: 20px; }
    .fixed-cta .btn { font-size: 12px; padding: 12px 14px; }
}
