/* ============================================================
   필터없음 (filterless) — Ghost theme v0.2
   Spec: FL_guide Figma 3679:248(home) / 3679:662(post), 1920 frame
   ============================================================ */

@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/variable/pretendardvariable-dynamic-subset.min.css');

@font-face {
    font-family: 'KOHIBaeum';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2110@1.0/KOHIBaeum.woff') format('woff');
    font-weight: normal;
    font-display: swap;
}

:root {
    --bg: #eeeeee;
    --ink: #373737;
    --heading: #343333;
    --muted: #878787;
    --secondary: #5a5959;
    --dark: #1f1e1e;
    --paper: #ffffff;
    --off-white: #f6f6f6;
    --font-sans: 'Pretendard Variable', Pretendard, -apple-system, 'Apple SD Gothic Neo', sans-serif;
    --font-brand: 'KOHIBaeum', var(--font-sans);
    --w-site: 1200px;
    --w-article: 840px;
}

/* ---------- base ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { font-size: 16px; }
body {
    margin: 0;
    background: var(--bg);
    color: var(--ink);
    font-family: var(--font-sans);
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
    word-break: keep-all;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
h1, h2, h3, p { margin: 0; }

.fl-site { display: flex; flex-direction: column; min-height: 100vh; }
.fl-main { flex: 1 0 auto; }

/* ---------- header ---------- */
.fl-header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding: 48px 32px 0;
    width: 100%;
}
.fl-masthead-logo { width: 580px; max-width: 55vw; }
.fl-masthead-type {
    font-family: var(--font-brand);
    font-size: 76px;
    letter-spacing: -2px;
    color: var(--dark);
    line-height: 1;
}
.fl-header-nav {
    display: flex; align-items: center; justify-content: space-between;
    width: 210px;
}
.fl-login {
    font-weight: 600;
    font-size: 24px;
    letter-spacing: -0.72px;
    color: var(--ink);
    line-height: 1.3;
}
.fl-icon-btn {
    background: none; border: 0; padding: 0; cursor: pointer;
    color: var(--ink); height: 26px;
}
.fl-icon-btn svg { height: 100%; width: auto; display: block; }
.fl-search-btn { width: 26px; }
.fl-burger-btn { width: 32px; height: 20px; }
.fl-header-rule {
    height: 16px;
    border-top: 5px solid var(--dark);
    border-bottom: 1px solid var(--dark);
    margin: 8px 32px 0;
}

/* ---------- fullscreen menu ---------- */
.fl-menu {
    position: fixed; inset: 0; z-index: 100;
    background: rgba(31, 30, 30, 0.97);
    display: flex; align-items: center; justify-content: center;
}
.fl-menu[hidden] { display: none; }
.fl-menu-inner { text-align: center; }
.fl-menu-inner .nav { list-style: none; margin: 0 0 40px; padding: 0; }
.fl-menu-inner .nav li { margin: 20px 0; }
.fl-menu-inner .nav a, .fl-menu-actions a {
    color: var(--off-white); font-size: 28px; font-weight: 600;
    letter-spacing: -0.8px;
}
.fl-menu-actions { display: flex; flex-direction: column; gap: 20px; }

/* ---------- hero ---------- */
.fl-hero {
    position: relative;
    margin: 80px auto 0;
    width: 100%;
    display: flex;
    justify-content: center;
}
.fl-hero-track { width: min(1000px, 92vw); }
.fl-hero-slide { display: none; text-align: center; }
.fl-hero-slide.is-active { display: block; }
.fl-hero-img {
    width: 100%; aspect-ratio: 4 / 3; object-fit: cover;
    margin: 0 auto;
}
.fl-hero-title {
    margin: 36px auto 0;
    max-width: 1000px;
    font-size: 32px; font-weight: 800; color: var(--ink);
    letter-spacing: -0.96px; line-height: 1.3;
}
.fl-hero-arrow {
    position: absolute; top: 320px;
    background: none; border: 0; cursor: pointer;
    color: var(--ink); width: 56px; height: 113px; padding: 0;
    opacity: .85; transition: opacity .15s;
}
.fl-hero-arrow:hover { opacity: 1; }
.fl-hero-arrow svg { width: 100%; height: 100%; }
.fl-hero-prev { left: calc(50% - 500px - 76px); }
.fl-hero-next { right: calc(50% - 500px - 76px); }

/* ---------- CTA band / paywall ---------- */
.fl-cta, .fl-paywall {
    background: var(--dark);
    width: 100%;
    margin-top: 120px;
}
.fl-cta-inner {
    max-width: var(--w-site);
    margin: 0 auto;
    padding: 45px 24px;
    min-height: 240px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    flex-wrap: wrap;
}
.fl-cta-copy p {
    color: var(--off-white);
    font-size: 20px; letter-spacing: -1.4px; line-height: 1.47;
}
.fl-cta-copy-sub { margin-top: 18px !important; }
.fl-paywall-headline {
    font-weight: 700; font-size: 24px !important;
    margin-bottom: 12px !important; letter-spacing: -0.7px !important;
}
.fl-cta-brand { display: flex; flex-direction: column; gap: 22px; align-items: flex-start; }
.fl-cta-brand-lockup { display: flex; align-items: baseline; gap: 14px; }
.fl-cta-logo-type {
    font-family: var(--font-brand); font-size: 42px; color: #fff; line-height: 1;
}
.fl-cta-tagline {
    font-family: var(--font-brand); font-size: 24px; color: #fff;
    letter-spacing: -0.72px;
}
.fl-cta-btn {
    display: flex; align-items: center; justify-content: center; gap: 14px;
    background: #fff; color: var(--dark);
    border-radius: 30px;
    width: 334px; max-width: 100%; height: 44px;
    font-weight: 700; font-size: 24px; letter-spacing: -0.96px;
}
.fl-cta-btn-arrow { width: 30px; height: 30px; }

/* ---------- home sections ---------- */
.fl-section {
    width: 100%;
    margin: 124px auto 0;
    display: flex; flex-direction: column; align-items: center;
}
.fl-section-label {
    width: 100%; max-width: var(--w-site);
    padding: 0 12px;
    color: var(--muted);
    font-size: 20px; font-weight: 600; line-height: 1.31;
    text-align: left;
    margin: 0 auto;
}
.fl-divider-line {
    width: 100vw;
    border-top: 1px solid var(--ink);
    margin: 4px 0 80px;
}
.fl-divider {
    width: 100%; max-width: var(--w-article);
    height: 8px; margin: 40px 0;
    background-image: radial-gradient(circle, var(--muted) 1.5px, transparent 1.6px);
    background-size: 14px 8px;
    background-repeat: repeat-x;
    background-position: center;
    opacity: .55;
}

/* interview cards (1200 grid) */
.fl-interview-list {
    width: 100%; max-width: var(--w-site);
    display: flex; flex-direction: column; gap: 32px;
    margin: 0 auto;
}
.fl-icard-wrap { display: flex; flex-direction: column; }
.fl-icard { display: flex; align-items: stretch; }
.fl-icard-media { flex: 0 0 50%; }
.fl-icard-media img, .fl-icard-media .ph { aspect-ratio: 4 / 3; object-fit: cover; width: 100%; height: 100%; }
.fl-icard-body {
    flex: 1; display: flex; flex-direction: column; gap: 10px;
    padding: 80px 24px 0;
}
.fl-icard-title {
    font-size: 32px; font-weight: 800; color: var(--ink);
    letter-spacing: -0.96px; line-height: 1.3;
}
.fl-icard-excerpt {
    margin-top: 16px !important;
    font-size: 18px; color: var(--ink); line-height: 30px;
    display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical; overflow: hidden;
}
.fl-icard-byline { margin-top: 16px !important; display: flex; gap: 8px; align-items: baseline; }
.fl-icard-author { font-weight: 600; font-size: 20px; letter-spacing: -1.8px; color: var(--ink); }
.fl-icard-date { font-size: 16px; letter-spacing: -1.44px; color: var(--muted); }

/* per-card 더 보기 + hairline */
.fl-card-more {
    width: 100%; max-width: var(--w-site);
    margin: 0 auto; padding: 24px 0 0;
    display: flex; flex-direction: column; gap: 7px; align-items: flex-end;
}
.fl-card-more a {
    font-weight: 600; font-size: 16px; color: var(--muted); line-height: 24px;
}
.fl-card-more::after {
    content: ""; width: 100%; border-top: 1px solid var(--muted); display: block;
}

/* badge */
.fl-badge {
    display: inline-flex; align-items: center; justify-content: center;
    background: var(--dark); color: var(--bg);
    font-size: 16px; font-weight: 500; letter-spacing: -0.48px;
    height: 24px; padding: 0 8px; line-height: 17px;
    width: fit-content; min-width: 48px;
}

/* insight grid */
.fl-insight-grid {
    width: 100%; max-width: var(--w-site);
    margin: 0 auto;
    display: grid; grid-template-columns: 540px 540px;
    justify-content: space-between;
    gap: 48px 120px;
}
.fl-tcard { display: flex; flex-direction: column; gap: 20px; }
.fl-tcard-title {
    font-size: 32px; font-weight: 600; color: var(--heading);
    letter-spacing: -0.96px; line-height: 1.3;
    display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
}
.fl-tcard-excerpt {
    font-size: 18px; color: var(--ink); line-height: 30px;
    display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
}
.fl-tcard-meta { font-size: 16px; letter-spacing: -1.44px; color: var(--muted); line-height: 17px; }

/* load-more button */
.fl-more-btn {
    margin-top: 80px;
    display: flex; align-items: center; justify-content: center;
    background: var(--ink); color: #fff;
    font-size: 20px; font-weight: 500; letter-spacing: -1px;
    width: 120px; height: 48px;
}

/* ---------- post ---------- */
.fl-post { padding-top: 120px; }
.fl-post-header {
    max-width: var(--w-article); margin: 0 auto; padding: 0 20px;
    display: flex; flex-direction: column; align-items: center; text-align: center;
}
.fl-post-label {
    color: var(--muted); font-size: 24px; font-weight: 600; line-height: 1.31;
    text-transform: uppercase;
}
.fl-post-title {
    font-size: 40px; font-weight: 800; color: var(--heading);
    letter-spacing: -1.2px; line-height: 1.3;
}
.fl-post-byline {
    margin-top: 40px;
    display: flex; gap: 16px; align-items: baseline; justify-content: center;
}
.fl-post-author { font-weight: 600; font-size: 20px; letter-spacing: -1.8px; color: var(--ink); }
.fl-post-date { font-size: 16px; letter-spacing: -1.44px; color: var(--muted); }

.fl-post-content {
    max-width: var(--w-article); margin: 48px auto 0; padding: 0 20px;
}
.fl-content { font-size: 18px; line-height: 32px; color: var(--ink); }
.fl-content p { margin: 0 0 32px; }
.fl-content h2, .fl-content h3 {
    color: var(--heading); letter-spacing: -0.8px;
    margin: 56px 0 24px; line-height: 1.35;
}
.fl-content h2 { font-size: 28px; }
.fl-content h3 { font-size: 23px; }
.fl-content img { margin: 48px auto 0; }
.fl-content figure { margin: 48px 0; }
.fl-content figcaption {
    font-size: 16px; font-weight: 600; color: var(--secondary);
    padding: 10px 0; text-align: left;
}
.fl-content blockquote {
    margin: 40px 0; padding: 4px 0 4px 24px;
    border-left: 3px solid var(--dark);
    color: var(--secondary);
}
.fl-content hr { border: 0; border-top: 1px solid #d5d5d5; margin: 56px 0; }

/* koenig cards */
.kg-width-wide { max-width: 1200px; margin-left: 50%; transform: translateX(-50%); width: 92vw; }
.kg-width-full { max-width: 100vw; margin-left: 50%; transform: translateX(-50%); width: 100vw; }
.kg-card { margin: 48px 0; }

.fl-paywall { margin-top: 80px; }

/* ---------- comments ---------- */
.fl-comments { max-width: var(--w-article); margin: 120px auto 0; padding: 0 20px; }
.fl-comments-label { font-size: 18px; font-weight: 600; color: var(--ink); margin: 24px 0; }

/* ---------- related ---------- */
.fl-related { margin-top: 80px; }
.fl-related-inner { max-width: var(--w-article); margin: 0 auto; padding: 0 20px; }
.fl-related-label { color: var(--muted); font-size: 20px; font-weight: 600; }
.fl-related-rule { border: 0; border-top: 1px solid var(--ink); margin: 8px 0 40px; }
.fl-rcard { display: flex; gap: 10px; padding: 10px 0; align-items: flex-start; }
.fl-rcard-media { flex: 0 0 200px; }
.fl-rcard-media img, .fl-rcard-media .ph { aspect-ratio: 4 / 3; object-fit: cover; width: 100%; }
.fl-rcard-body { display: flex; flex-direction: column; gap: 4px; }
.fl-rcard-tag { color: var(--muted); font-size: 20px; font-weight: 600; text-transform: uppercase; }
.fl-rcard-title { font-size: 32px; font-weight: 500; color: var(--heading); letter-spacing: -0.96px; line-height: 1.3; }

/* ---------- archive/pagination ---------- */
.fl-archive { margin-top: 80px; }
.pagination { display: flex; gap: 20px; justify-content: center; margin: 64px 0; font-size: 15px; color: var(--secondary); }

/* ---------- footer ---------- */
.fl-footer { background: var(--paper); margin-top: 120px; }
.fl-footer-inner {
    max-width: var(--w-site); margin: 0 auto; padding: 77px 24px;
    display: flex; flex-direction: column; gap: 40px;
}
.fl-footer-logo { width: 280px; }
.fl-footer-type { font-family: var(--font-brand); font-size: 48px; color: var(--dark); }
.fl-footer-info p, .fl-footer-contact, .fl-footer-copy {
    color: var(--muted); font-size: 24px; line-height: 40px; font-weight: 400;
}
.fl-footer-links { display: flex; gap: 25px; }
.fl-footer-links a { color: var(--ink); font-size: 24px; line-height: 40px; }

/* ---------- responsive ---------- */
@media (max-width: 1280px) {
    .fl-hero-prev { left: 12px; }
    .fl-hero-next { right: 12px; }
    .fl-insight-grid { grid-template-columns: 1fr 1fr; gap: 48px 60px; }
    .fl-section-label, .fl-interview-list, .fl-insight-grid, .fl-card-more { padding-left: 20px; padding-right: 20px; }
}

@media (max-width: 900px) {
    .fl-header { padding: 20px 20px 0; align-items: center; }
    .fl-masthead-logo { width: 220px; }
    .fl-masthead-type { font-size: 40px; }
    .fl-login { display: none; }
    .fl-header-nav { width: auto; gap: 20px; }
    .fl-header-rule { margin: 6px 20px 0; height: 10px; border-top-width: 3px; }

    .fl-hero { margin-top: 40px; }
    .fl-hero-arrow { display: none; }
    .fl-hero-title { font-size: 22px; margin-top: 20px; padding: 0 20px; }

    .fl-cta, .fl-paywall { margin-top: 72px; }
    .fl-cta-inner { flex-direction: column; align-items: flex-start; padding: 40px 24px; }
    .fl-cta-copy p { font-size: 17px; letter-spacing: -0.9px; }
    .fl-cta-logo-type { font-size: 30px; }
    .fl-cta-tagline { font-size: 18px; }
    .fl-cta-btn { width: 100%; font-size: 18px; }

    .fl-section { margin-top: 72px; }
    .fl-section-label { font-size: 16px; padding: 0 20px; }
    .fl-divider-line { margin-bottom: 40px; }

    .fl-interview-list { gap: 24px; }
    .fl-icard { flex-direction: column; }
    .fl-icard-media { flex: none; width: 100%; }
    .fl-icard-media img, .fl-icard-media .ph { height: auto; }
    .fl-icard-body { padding: 16px 0 0; }
    .fl-icard-title { font-size: 22px; letter-spacing: -0.66px; }
    .fl-icard-excerpt { font-size: 16px; line-height: 27px; margin-top: 8px !important; }
    .fl-icard-author { font-size: 17px; }
    .fl-icard-date { font-size: 14px; }
    .fl-card-more { padding: 16px 20px 0; }

    .fl-insight-grid { grid-template-columns: 1fr; gap: 36px; }
    .fl-tcard { gap: 10px; }
    .fl-tcard-title { font-size: 22px; letter-spacing: -0.66px; }
    .fl-tcard-excerpt { font-size: 16px; line-height: 27px; }

    .fl-more-btn { margin-top: 48px; font-size: 17px; width: 104px; height: 42px; }

    .fl-post { padding-top: 56px; }
    .fl-post-label { font-size: 18px; }
    .fl-post-title { font-size: 26px; letter-spacing: -0.8px; }
    .fl-post-byline { margin-top: 24px; }
    .fl-content { font-size: 17px; line-height: 30px; }

    .fl-rcard-media { flex: 0 0 120px; }
    .fl-rcard-tag { font-size: 15px; }
    .fl-rcard-title { font-size: 18px; letter-spacing: -0.5px; }

    .fl-footer { margin-top: 80px; }
    .fl-footer-inner { padding: 48px 20px; gap: 20px; }
    .fl-footer-logo { width: 170px; }
    .fl-footer-type { font-size: 32px; }
    .fl-footer-info p, .fl-footer-contact, .fl-footer-copy, .fl-footer-links a { font-size: 15px; line-height: 26px; }
}
