/* ─── RESET ───────────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { font-size: 15px; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }
body { background: #fff; color: #2a2118; font-family: 'Lato', 'Noto Sans KR', sans-serif; }
a { text-decoration: none; color: inherit; }
img { display: block; max-width: 100%; }
button { border: none; background: none; cursor: pointer; font-family: inherit; }

/* ─── LAYOUT ──────────────────────────────────────────────── */
.wrap { max-width: 1100px; margin: 0 auto; padding: 0 28px; }

/* ─── SECTION HEADER (flanking lines) ────────────────────── */
.sec-hdr { display: flex; align-items: center; gap: 18px; padding: 44px 0 30px; }
.sec-hdr-line { flex: 1; height: 1px; background: #e8e3dd; }
.sec-hdr-label {
  font-family: 'Lato', sans-serif; font-size: 10px; font-weight: 700;
  letter-spacing: 0.24em; text-transform: uppercase; color: #2a2118; white-space: nowrap;
}

/* ─── TYPOGRAPHY ──────────────────────────────────────────── */
.cat-lbl {
  font-family: 'Lato', sans-serif; font-size: 9px; font-weight: 700;
  letter-spacing: 0.24em; text-transform: uppercase; color: #C4973A;
  display: block; margin-bottom: 8px;
}
.art-title {
  font-family: 'Cormorant Garamond', 'Noto Serif KR', Georgia, serif;
  font-weight: 500; line-height: 1.32; color: #2a2118;
  transition: color 150ms ease;
}
.date-meta {
  font-family: 'Lato', sans-serif; font-size: 10px; color: #bbb;
  letter-spacing: 0.04em; margin-top: 5px;
}
.excerpt {
  font-family: 'Lato', 'Noto Sans KR', sans-serif;
  font-size: 12px; line-height: 1.68; color: #888; margin-top: 9px;
}
.read-more {
  display: inline-block; font-family: 'Lato', sans-serif; font-size: 9px; font-weight: 700;
  letter-spacing: 0.2em; text-transform: uppercase; color: #C4973A;
  margin-top: 10px; transition: opacity 150ms; white-space: nowrap;
}
.read-more:hover { opacity: 0.7; }
a.card-lnk:hover .art-title { color: #C4973A; }

/* ─── BUTTONS ─────────────────────────────────────────────── */
.btn-gold {
  display: inline-block; background: #C4973A; color: #fff;
  font-family: 'Lato', sans-serif; font-size: 9px; font-weight: 700;
  letter-spacing: 0.2em; text-transform: uppercase;
  padding: 9px 22px; border: none; cursor: pointer;
  transition: background 150ms; white-space: nowrap;
}
.btn-gold:hover { background: #b3862f; color: #fff; }
.btn-navy {
  display: inline-block; background: #1C2E4A; color: #fff;
  font-family: 'Lato', sans-serif; font-size: 9px; font-weight: 700;
  letter-spacing: 0.2em; text-transform: uppercase;
  padding: 9px 22px; border: none; cursor: pointer;
}

/* ══════════════════════════════════════════════════════════
   TOP AD BANNER
══════════════════════════════════════════════════════════ */
.top-ad {
  background: #f4f1ec; border-bottom: 1px solid #e8e3dd;
  padding: 7px 28px; text-align: center;
}
.top-ad-inner {
  max-width: 1100px; margin: 0 auto;
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
}
.top-ad-label {
  font-family: 'Lato', sans-serif; font-size: 9px; letter-spacing: 0.2em;
  text-transform: uppercase; color: #c0b9b0; white-space: nowrap;
}
.top-ad-slot {
  flex: 1; height: 28px; background: #e8e3dd;
  display: flex; align-items: center; justify-content: center;
  font-family: 'Lato', sans-serif; font-size: 9px;
  letter-spacing: 0.16em; text-transform: uppercase; color: #c8c4c0;
}

/* ══════════════════════════════════════════════════════════
   SITE HEADER
══════════════════════════════════════════════════════════ */
.site-hdr {
  display: flex; align-items: center; justify-content: space-between;
  padding: 20px 28px; max-width: 1100px; margin: 0 auto;
}

/* LEFT: promo */
.hdr-promo { display: flex; align-items: center; gap: 13px; min-width: 230px; }
.hdr-promo-img {
  width: 52px; height: 68px; object-fit: cover; flex-shrink: 0;
  box-shadow: 2px 3px 10px rgba(0,0,0,0.12);
}
.promo-txt { font-family: 'Lato', 'Noto Sans KR', sans-serif; }
.promo-title { font-size: 12px; font-weight: 700; color: #2a2118; line-height: 1.35; margin-bottom: 2px; }
.promo-sub { font-size: 10px; color: #aaa; margin-bottom: 6px; }

/* CENTER: wordmark */
.hdr-wm { text-align: center; flex: 1; }
.wm-main {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 33px; font-weight: 300; letter-spacing: 0.42em;
  color: #2a2118; text-transform: uppercase; line-height: 1;
  white-space: nowrap;
}
.wm-dot { color: #C4973A; }
.wm-rule { height: 1px; background: #C4973A; width: 220px; margin: 7px auto 5px; }
.wm-sub {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 13px; font-weight: 300; letter-spacing: 0.55em;
  color: #888; text-transform: uppercase; font-style: italic;
}

/* RIGHT: social */
.hdr-right { display: flex; gap: 7px; align-items: center; justify-content: flex-end; min-width: 230px; }
.soc-btn {
  width: 30px; height: 30px; display: flex; align-items: center; justify-content: center;
  font-size: 12px; color: #aaa; cursor: pointer;
  border: 1px solid #e8e3dd; transition: color 150ms, border-color 150ms;
}
.soc-btn:hover { color: #C4973A; border-color: #C4973A; }
.soc-btn img { width: 12px; height: 12px; opacity: 0.45; }
.soc-btn:hover img { opacity: 1; }
.soc-btn svg { width: 13px; height: 13px; opacity: 0.5; transition: opacity 150ms; }
.soc-btn:hover svg { opacity: 1; }

/* ══════════════════════════════════════════════════════════
   NAVIGATION
══════════════════════════════════════════════════════════ */
.main-nav {
  border-top: 1px solid #e8e3dd; border-bottom: 1px solid #e8e3dd;
  background: #fff; position: sticky; top: 0; z-index: 100;
}
.nav-inner {
  max-width: 1100px; margin: 0 auto; padding: 0 14px;
  display: flex; align-items: center;
}
.nav-ham {
  font-size: 16px; padding: 13px 14px 13px 4px; color: #2a2118;
  cursor: pointer; flex-shrink: 0;
}
.nav-list { display: flex; flex: 1; justify-content: center; position: relative; }
.nav-itm {
  font-family: 'Lato', sans-serif; font-size: 10px; font-weight: 400;
  letter-spacing: 0.14em; text-transform: uppercase; color: #555;
  padding: 13px 12px; cursor: pointer; white-space: nowrap;
  transition: color 150ms;
  border-bottom: 2px solid transparent; margin-bottom: -1px;
  border: none; background: none; position: relative;
}
.nav-itm:hover { color: #C4973A; }
.nav-itm.active { color: #C4973A; border-bottom: 2px solid #C4973A; margin-bottom: -1px; }
.nav-search {
  cursor: pointer; padding: 13px 0 13px 6px; flex-shrink: 0;
  display: flex; align-items: center;
}
.nav-search svg { display: block; }
.nav-search:hover svg circle,
.nav-search:hover svg line { stroke: #C4973A; }

/* ── CATEGORY DROPDOWN ─────────────────────────────── */
.nav-has-drop { position: relative; }
.nav-drop {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  border-top: 2px solid #C4973A;
  border-bottom: 1px solid #e8e3dd;
  border-left: 1px solid #e8e3dd;
  border-right: 1px solid #e8e3dd;
  box-shadow: 0 8px 24px rgba(42,33,24,0.10);
  z-index: 200;
  min-width: 520px;
  padding: 28px 32px;
}
.nav-has-drop:hover .nav-drop { display: block; }
.nav-drop-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
}
.nav-drop-col { display: flex; flex-direction: column; gap: 0; }
.nav-drop-col + .nav-drop-col { border-left: 1px solid #f0ece7; padding-left: 28px; }
.nav-drop-heading {
  font-family: 'Lato', sans-serif; font-size: 9px; font-weight: 700;
  letter-spacing: 0.22em; text-transform: uppercase; color: #C4973A;
  margin-bottom: 12px; padding-bottom: 8px;
  border-bottom: 1px solid #f0ece7;
}
.nav-drop-item {
  display: block;
  font-family: 'Lato', 'Noto Sans KR', sans-serif;
  font-size: 12px; color: #555;
  padding: 6px 0;
  transition: color 150ms;
  border-bottom: none;
}
.nav-drop-item:hover { color: #C4973A; }
.nav-drop-item small {
  display: block; font-size: 10px; color: #bbb;
  margin-top: 1px; letter-spacing: 0.02em;
}

/* ══════════════════════════════════════════════════════════
   HERO
══════════════════════════════════════════════════════════ */
.hero { position: relative; height: 460px; overflow: hidden; }
.hero-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center top; }
.hero-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to right, rgba(15,8,3,0.90) 0%, rgba(15,8,3,0.80) 38%, rgba(10,5,2,0.28) 62%, transparent 85%);
}
.hero-inner {
  position: relative; max-width: 1100px; margin: 0 auto; padding: 0 28px;
  height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 32px;
}
.hero-txt { max-width: 440px; color: #fff; }
.hero-cat {
  font-family: 'Lato', sans-serif; font-size: 10px; font-weight: 700;
  letter-spacing: 0.28em; text-transform: uppercase; color: #C4973A; margin-bottom: 18px;
}
.hero-title {
  font-family: 'Cormorant Garamond', 'Noto Serif KR', Georgia, serif;
  font-size: 34px; font-weight: 400; line-height: 1.26; color: #fff; margin-bottom: 26px;
  text-wrap: pretty;
}
/* Floating card */
.hero-card {
  background: #fff; width: 272px; flex-shrink: 0;
  box-shadow: 0 8px 32px rgba(0,0,0,0.22);
  padding: 24px 20px;
}
.hc-item { display: flex; gap: 13px; align-items: flex-start; padding: 12px 0; }
.hc-item:first-child { padding-top: 0; }
.hc-item:last-child { padding-bottom: 0; }
.hc-item:hover .art-title { color: #C4973A; }
.hc-img { width: 68px; height: 52px; object-fit: cover; flex-shrink: 0; }
.hc-title {
  font-family: 'Cormorant Garamond', 'Noto Serif KR', Georgia, serif;
  font-size: 13px; font-weight: 500; line-height: 1.4; color: #2a2118; transition: color 150ms;
}
.hc-date { font-size: 10px; color: #ccc; margin-top: 4px; }
.hc-div { height: 1px; background: #f0ece7; }

/* ══════════════════════════════════════════════════════════
   3-COL SECTION
══════════════════════════════════════════════════════════ */
.three-col { display: flex; gap: 28px; padding-bottom: 44px; }
.art-card { flex: 1; min-width: 0; }
.art-card-img-wrap { overflow: hidden; }
.art-card-img {
  width: 100%; height: 205px; object-fit: cover; display: block;
  transition: transform 300ms cubic-bezier(.4,0,.2,1);
}
a.card-lnk:hover .art-card-img { transform: scale(1.03); }
.art-card-body { padding: 15px 0 0; }

/* ══════════════════════════════════════════════════════════
   MIXED SECTION (cream bg)
══════════════════════════════════════════════════════════ */
.mixed-bg { background: #faf8f5; border-top: 1px solid #f0ece7; border-bottom: 1px solid #f0ece7; }
.mixed-inner { display: flex; gap: 32px; padding: 42px 0; }
.mixed-l { flex: 1.15; min-width: 0; }
.mixed-l-img {
  width: 100%; height: 340px; object-fit: cover; display: block;
  transition: opacity 200ms;
}
a.card-lnk:hover .mixed-l-img { opacity: 0.9; }
.mixed-l-body { padding-top: 17px; }
.mixed-r { flex: 1; display: flex; flex-direction: column; gap: 0; min-width: 0; }
.mixed-row {
  display: flex; gap: 15px; align-items: flex-start;
  padding: 17px 0; border-bottom: 1px solid #f0ece7; cursor: pointer;
}
.mixed-row:first-child { padding-top: 0; }
.mixed-row:last-child { border-bottom: none; }
.mixed-row-img { width: 110px; height: 80px; object-fit: cover; flex-shrink: 0; transition: opacity 200ms; }
.mixed-row:hover .mixed-row-img { opacity: 0.88; }
.mixed-row:hover .art-title { color: #C4973A; }

/* ══════════════════════════════════════════════════════════
   AD BANNER (between sections)
══════════════════════════════════════════════════════════ */
.ad-banner { background: #f7f4f0; border-top: 1px solid #ede9e4; border-bottom: 1px solid #ede9e4; }
.ad-banner-inner {
  max-width: 1100px; margin: 0 auto;
  display: flex; align-items: stretch; min-height: 110px;
}
.ad-banner-img { width: 265px; height: 110px; object-fit: cover; flex-shrink: 0; display: block; }
.ad-banner-body {
  flex: 1; padding: 22px 36px;
  display: flex; align-items: center; justify-content: space-between; gap: 28px;
}
.ad-banner-brand {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 26px; font-weight: 300; letter-spacing: 0.36em;
  color: #2a2118; text-transform: uppercase;
}
.ad-banner-brand span { color: #C4973A; }
.ad-banner-tag { font-size: 11px; color: #aaa; margin-top: 5px; letter-spacing: 0.04em; }

/* ══════════════════════════════════════════════════════════
   LATEST + SIDEBAR
══════════════════════════════════════════════════════════ */
.latest-grid { display: flex; gap: 44px; padding-bottom: 44px; }
.latest-main { flex: 1; min-width: 0; }
.latest-sidebar { width: 258px; flex-shrink: 0; }

.latest-row {
  display: flex; gap: 18px; align-items: flex-start;
  padding: 22px 0; border-bottom: 1px solid #f0ece7; cursor: pointer;
}
.latest-row:first-child { padding-top: 0; }
.latest-row:last-child { border-bottom: none; }
.latest-img { width: 120px; height: 87px; object-fit: cover; flex-shrink: 0; transition: opacity 200ms; }
.latest-row:hover .latest-img { opacity: 0.88; }
.latest-row:hover .art-title { color: #C4973A; }

/* Sidebar newsletter box */
.sb-box {
  border: 1px solid #e8e3dd; padding: 24px 18px;
  text-align: center; margin-bottom: 22px;
}
.sb-wm {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 18px; font-weight: 300; letter-spacing: 0.38em;
  color: #2a2118; text-transform: uppercase; line-height: 1;
}
.sb-wm span { color: #C4973A; }
.sb-rule { height: 1px; background: #C4973A; width: 90px; margin: 7px auto 15px; }
.sb-tagline {
  font-size: 11px; font-weight: 700; letter-spacing: 0.12em;
  text-transform: uppercase; color: #2a2118; margin-bottom: 8px;
}
.sb-desc { font-size: 11px; color: #999; line-height: 1.68; margin-bottom: 14px; }
.sb-input {
  display: block; width: 100%; padding: 8px 12px;
  border: 1px solid #e0dbd5; border-radius: 0; margin-bottom: 8px;
  font-family: 'Lato', sans-serif; font-size: 11px; color: #888;
  font-style: italic; outline: none; transition: border-color 150ms;
}
.sb-input:focus { border-color: #C4973A; }
.sb-btn {
  display: block; width: 100%; background: #C4973A; color: #fff;
  font-family: 'Lato', sans-serif; font-size: 9px; font-weight: 700;
  letter-spacing: 0.2em; text-transform: uppercase;
  padding: 10px; border: none; cursor: pointer; transition: background 150ms;
}
.sb-btn:hover { background: #b3862f; }

.sb-ad {
  background: #f4f1ec; border: 1px dashed #d5d0c8;
  min-height: 210px; display: flex; align-items: center; justify-content: center;
  flex-direction: column; gap: 5px;
}
.sb-ad-txt {
  font-family: 'Lato', sans-serif; font-size: 9px;
  letter-spacing: 0.2em; text-transform: uppercase; color: #ccc;
}

/* ══════════════════════════════════════════════════════════
   MOST POPULAR (cream bg)
══════════════════════════════════════════════════════════ */
.popular-bg { background: #faf8f5; border-top: 1px solid #f0ece7; }
.popular-grid { display: flex; gap: 30px; padding-bottom: 44px; }
.popular-col { flex: 1; display: flex; flex-direction: column; }
.popular-row {
  display: flex; gap: 14px; align-items: flex-start;
  padding: 14px 0; border-bottom: 1px solid #eeebe7; cursor: pointer;
}
.popular-row:last-child { border-bottom: none; }
.popular-row:hover .art-title { color: #C4973A; }
.pop-thumb { width: 60px; height: 60px; border-radius: 50%; object-fit: cover; flex-shrink: 0; }

/* ══════════════════════════════════════════════════════════
   SPLIT SECTION
══════════════════════════════════════════════════════════ */
.split-wrap { display: flex; gap: 36px; padding-bottom: 44px; }
.split-l { width: 258px; flex-shrink: 0; display: flex; flex-direction: column; gap: 0; }
.split-sm-row {
  display: flex; gap: 13px; align-items: flex-start;
  padding: 14px 0; border-bottom: 1px solid #f0ece7; cursor: pointer;
}
.split-sm-row:first-child { padding-top: 0; }
.split-sm-row:last-child { border-bottom: none; }
.split-sm-row:hover .art-title { color: #C4973A; }
.split-sm-img { width: 72px; height: 54px; object-fit: cover; flex-shrink: 0; }
.split-r { flex: 1; min-width: 0; }
.split-main-row {
  display: flex; gap: 20px; align-items: flex-start;
  padding: 20px 0; border-bottom: 1px solid #f0ece7; cursor: pointer;
}
.split-main-row:first-child { padding-top: 0; }
.split-main-row:last-child { border-bottom: none; }
.split-main-row:hover .art-title { color: #C4973A; }
.split-main-img {
  width: 200px; height: 135px; object-fit: cover; flex-shrink: 0;
  transition: opacity 200ms;
}
.split-main-row:hover .split-main-img { opacity: 0.88; }
.split-ad {
  background: #f4f1ec; border: 1px dashed #d5d0c8;
  height: 170px; display: flex; align-items: center; justify-content: center;
  flex-direction: column; gap: 5px; margin-top: 16px;
}

/* ══════════════════════════════════════════════════════════
   NEWSLETTER
══════════════════════════════════════════════════════════ */
.nl-wrap {
  border-top: 1px solid #ede9e4; padding: 58px 28px;
  text-align: center; background: #faf8f5;
}
.nl-icon { margin-bottom: 20px; display: flex; justify-content: center; }
.nl-icon svg { display: block; }
.nl-title {
  font-family: 'Cormorant Garamond', 'Noto Serif KR', Georgia, serif;
  font-size: 32px; font-weight: 400; color: #2a2118; margin-bottom: 12px;
}
.nl-desc { font-size: 12px; color: #888; line-height: 1.72; margin-bottom: 28px; }
.nl-form { display: flex; max-width: 430px; margin: 0 auto; }
.nl-input {
  flex: 1; padding: 12px 16px; border: 1px solid #e0dbd5; border-right: none;
  border-radius: 0; font-family: 'Lato', sans-serif; font-size: 12px; color: #888;
  font-style: italic; outline: none; transition: border-color 150ms;
}
.nl-input:focus { border-color: #C4973A; }
.nl-btn {
  background: #C4973A; color: #fff; border: none; cursor: pointer;
  font-family: 'Lato', sans-serif; font-size: 9px; font-weight: 700;
  letter-spacing: 0.2em; text-transform: uppercase; padding: 12px 24px;
  white-space: nowrap; transition: background 150ms;
}
.nl-btn:hover { background: #b3862f; }

/* ══════════════════════════════════════════════════════════
   FOOTER
══════════════════════════════════════════════════════════ */
.site-footer {
  border-top: 1px solid #ede9e4; padding: 38px 28px 22px;
  text-align: center; background: #fff;
}
.ft-wm {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 24px; font-weight: 300; letter-spacing: 0.42em;
  color: #2a2118; text-transform: uppercase;
}
.ft-wm span { color: #C4973A; }
.ft-rule { height: 1px; background: #C4973A; width: 115px; margin: 8px auto 20px; }
.ft-nav { display: flex; justify-content: center; gap: 32px; margin-bottom: 0; }
.ft-nav a {
  font-family: 'Lato', sans-serif; font-size: 10px; font-weight: 400;
  letter-spacing: 0.17em; text-transform: uppercase; color: #777;
  transition: color 150ms;
}
.ft-nav a:hover { color: #C4973A; }
.ft-bottom {
  display: flex; justify-content: space-between; align-items: center;
  border-top: 1px solid #f0ece7; padding-top: 15px; margin-top: 22px;
  max-width: 1100px; margin-left: auto; margin-right: auto;
}
.ft-copy { font-family: 'Lato', sans-serif; font-size: 10px; color: #ccc; }
.ft-social { display: flex; gap: 18px; align-items: center; }
.ft-social a { font-size: 13px; color: #bbb; transition: color 150ms; }
.ft-social a:hover { color: #C4973A; }

/* Legal nav */
.ft-legal-wrap {
  border-top: 1px solid #f0ece7;
  margin-top: 22px;
  padding: 16px 0 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.ft-legal-row {
  display: flex; justify-content: center; align-items: center;
}
.ft-legal-row a {
  font-family: 'Lato', 'Noto Sans KR', sans-serif;
  font-size: 10px; color: #bbb;
  letter-spacing: 0.04em;
  padding: 2px 12px;
  white-space: nowrap;
  transition: color 150ms;
}
.ft-legal-row a:hover { color: #C4973A; }
.ft-legal-row a + a { border-left: 1px solid #ddd8d2; }
.ft-legal-note {
  font-family: 'Lato', sans-serif;
  font-size: 9px; color: #d5d0ca;
  letter-spacing: 0.06em; margin-top: 2px;
}
/* === native Elementor helpers (TC rebuild) === */
.tc-cover img{display:block;object-fit:cover}
.tc-full205 img{width:100%;height:205px;object-fit:cover;display:block}
.tc-full340 img{width:100%;height:340px;object-fit:cover;display:block}
.tc-t68 img{width:68px;height:52px;object-fit:cover;display:block}
.tc-t110 img{width:110px;height:80px;object-fit:cover;display:block}
.tc-t120 img{width:120px;height:87px;object-fit:cover;display:block}
.tc-t72 img{width:72px;height:54px;object-fit:cover;display:block}
.tc-t200 img{width:200px;height:135px;object-fit:cover;display:block}
.tc-circle img{width:60px;height:60px;border-radius:50%;object-fit:cover;display:block}
.tc-ad265 img{width:265px;height:110px;object-fit:cover;display:block}
.elementor-element.tc-sechdr{display:flex;align-items:center;gap:18px;padding:44px 0 30px}
.elementor-element.tc-sechdr .elementor-widget-container{flex:0 0 auto}
.elementor-element.tc-sechdr::before,.elementor-element.tc-sechdr::after{content:'';flex:1;height:1px;background:#e8e3dd}
.elementor-element.tc-sechdr .elementor-heading-title{font-family:'Lato',sans-serif;font-size:10px;font-weight:700;letter-spacing:0.24em;text-transform:uppercase;color:#2a2118;white-space:nowrap}
/* tighten elementor image widget */
.elementor-widget-image{line-height:0}
.elementor-widget-image .elementor-widget-container{margin:0}
