:root {
  --paper: #f5f1e8;
  --ink: #171714;
  --muted: #706d65;
  --line: #c9c2b5;
  --red: #b74632;
  --green: #243b33;
  --cream: #e9dfc8;
  --white: #fffdf7;
  --shell: min(1240px, calc(100vw - 48px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Arial, "Noto Sans KR", sans-serif; line-height: 1.5; }
a { color: inherit; text-decoration: none; }
img { width: 100%; height: 100%; display: block; object-fit: cover; }
button, input { font: inherit; }
.shell { width: var(--shell); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; left: 16px; top: -100px; z-index: 99; background: #fff; padding: 12px 18px; }
.skip-link:focus { top: 16px; }

.utility-bar { border-bottom: 1px solid var(--line); font-size: 11px; letter-spacing: .08em; }
.utility-inner { height: 35px; display: flex; align-items: center; justify-content: space-between; }
.utility-inner p { margin: 0; }
.utility-links { display: flex; gap: 22px; }
.masthead { height: 132px; display: flex; align-items: center; justify-content: center; position: relative; }
.brand { text-align: center; line-height: 1; }
.brand-kicker { display: block; font-family: Georgia, serif; font-size: 10px; letter-spacing: .28em; margin: 0 0 11px; }
.brand strong { font: 700 clamp(34px, 5vw, 58px)/.9 Georgia, "Times New Roman", serif; letter-spacing: -.055em; }
.brand i, .footer-brand i { color: var(--red); font-weight: 400; }
.icon-button { position: absolute; border: 0; background: transparent; width: 42px; height: 42px; padding: 9px; cursor: pointer; }
.menu-toggle { left: 0; display: none; }
.menu-toggle span { display: block; width: 22px; height: 1px; background: var(--ink); margin: 6px 0; }
.search-toggle { right: 0; }
.search-icon { width: 18px; height: 18px; border: 1.5px solid var(--ink); border-radius: 50%; display: block; position: relative; }
.search-icon::after { content: ""; position: absolute; width: 7px; height: 1.5px; background: var(--ink); right: -5px; bottom: 0; transform: rotate(45deg); }
.primary-nav { border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); }
.nav-inner { min-height: 50px; display: flex; justify-content: center; align-items: center; gap: clamp(24px, 4.6vw, 68px); font-weight: 700; font-size: 13px; }
.nav-inner a { position: relative; white-space: nowrap; }
.nav-inner a::after { content: ""; position: absolute; left: 0; bottom: -17px; width: 0; height: 3px; background: var(--red); transition: width .2s ease; }
.nav-inner a:hover::after, .nav-inner a.active::after { width: 100%; }
.nav-inner .nav-connect { color: var(--red); }
.search-panel { display: grid; grid-template-rows: 0fr; overflow: hidden; background: var(--ink); color: var(--white); transition: grid-template-rows .3s ease; }
.search-panel.open { grid-template-rows: 1fr; }
.search-panel-inner { min-height: 0; padding-block: 0; transition: padding .3s ease; }
.search-panel.open .search-panel-inner { padding-block: 34px; }
.search-panel label { font: 22px Georgia, serif; display: block; margin-bottom: 13px; }
.search-line { display: flex; border-bottom: 1px solid #777; }
.search-line input { flex: 1; background: none; border: 0; color: white; padding: 12px 0; outline: none; }
.search-submit { color: white; background: none; border: 0; cursor: pointer; padding: 0 14px; }
.search-feedback { font-size: 12px; color: #c6c1b7; margin: 9px 0 0; min-height: 18px; }

.lead-grid { display: grid; grid-template-columns: minmax(0, 1.7fr) minmax(330px, .83fr); gap: 38px; padding-block: 48px; }
.lead-story { border-right: 1px solid var(--line); padding-right: 38px; }
.image-wrap { display: block; height: 470px; position: relative; overflow: hidden; background: #ddd; }
.image-wrap img, .thumb img, .feature-image img, .gift-card-image img, .business-photo img { transition: transform .55s ease; }
.story-card:hover img { transform: scale(1.025); }
.image-label { position: absolute; bottom: 0; left: 0; background: var(--red); color: white; font-size: 10px; letter-spacing: .16em; padding: 9px 13px; }
.story-copy { padding-top: 25px; }
.eyebrow { margin: 0 0 10px; color: var(--red); font-size: 10px; font-weight: 800; letter-spacing: .16em; }
.eyebrow.light { color: #d7cdb8; }
.story-copy h2 { margin: 0; font: 700 clamp(32px, 4vw, 51px)/1.14 Georgia, "Noto Serif KR", serif; letter-spacing: -.05em; }
.story-copy h2 a, .side-story h3 a, .list-story h3 a { background: linear-gradient(var(--ink),var(--ink)) 0 100%/0 1px no-repeat; transition: background-size .25s ease; }
.story-copy h2 a:hover, .side-story h3 a:hover, .list-story h3 a:hover { background-size: 100% 1px; }
.dek { max-width: 680px; color: var(--muted); font-family: Georgia, "Noto Serif KR", serif; font-size: 15px; }
.meta { border-top: 1px solid var(--line); margin-top: 19px; padding-top: 12px; display: flex; justify-content: space-between; color: var(--muted); font-size: 10px; letter-spacing: .04em; }
.side-stories { display: flex; flex-direction: column; }
.side-story { display: grid; grid-template-columns: 150px 1fr; gap: 18px; padding-block: 18px; border-bottom: 1px solid var(--line); }
.side-story:first-child { padding-top: 0; }
.thumb { height: 116px; overflow: hidden; }
.side-story h3 { font: 700 21px/1.3 Georgia, "Noto Serif KR", serif; letter-spacing: -.025em; margin: 0; }
.mini-dek { font-size: 12px; color: var(--muted); margin: 8px 0 0; }
.daily-brief { margin-top: 25px; border: 1px solid var(--ink); padding: 22px 24px 16px; }
.brief-no { font-size: 9px; letter-spacing: .18em; color: var(--red); border-bottom: 1px solid var(--line); padding-bottom: 12px; margin: 0; }
.daily-brief h3 { font: 27px/1.25 Georgia, "Noto Serif KR", serif; margin: 16px 0; }
.daily-brief ol { list-style: none; margin: 0; padding: 0; }
.daily-brief li { display: grid; grid-template-columns: 25px 1fr; gap: 8px; border-top: 1px dotted var(--line); padding: 9px 0; font-size: 12px; }
.daily-brief li span { color: var(--red); font: 11px Georgia, serif; }

.ticker { background: var(--red); color: white; }
.ticker-inner { height: 45px; display: flex; align-items: center; gap: 28px; font-size: 11px; letter-spacing: .08em; overflow: hidden; }
.ticker-inner strong { font-family: Georgia, serif; border-right: 1px solid rgba(255,255,255,.5); padding-right: 27px; }
.ticker-items { display: flex; gap: 28px; flex: 1; white-space: nowrap; }
.ticker-inner time { white-space: nowrap; opacity: .72; }

.section-block { padding-block: 90px; }
.section-heading { display: flex; align-items: end; justify-content: space-between; border-bottom: 2px solid var(--ink); padding-bottom: 17px; margin-bottom: 30px; }
.section-heading > div { display: flex; align-items: baseline; gap: 17px; }
.section-no { color: var(--red); font: italic 17px Georgia, serif; margin: 0; }
.section-heading h2 { margin: 0; font: 700 clamp(27px, 3vw, 39px)/1 Georgia, "Noto Serif KR", serif; letter-spacing: -.04em; }
.section-heading > a { font-size: 11px; font-weight: 700; letter-spacing: .05em; }
.section-heading > a span { color: var(--red); font-size: 19px; margin-left: 8px; }
.feature-layout { display: grid; grid-template-columns: 1.02fr 1fr; gap: 44px; }
.feature-image { height: 390px; display: block; overflow: hidden; margin-bottom: 22px; }
.feature-card h3 { font: 700 32px/1.2 Georgia, "Noto Serif KR", serif; letter-spacing: -.035em; margin: 0 0 10px; }
.feature-card > p:last-child { color: var(--muted); font-family: Georgia, "Noto Serif KR", serif; font-size: 14px; }
.stacked-list { border-top: 1px solid var(--line); }
.list-story { display: grid; grid-template-columns: 35px 1fr 160px; gap: 17px; align-items: center; border-bottom: 1px solid var(--line); padding: 20px 0; min-height: 150px; }
.list-story .number { align-self: start; color: #9b968c; font: italic 13px Georgia, serif; }
.list-story h3 { margin: 0; font: 700 22px/1.25 Georgia, "Noto Serif KR", serif; letter-spacing: -.025em; }
.list-story p:last-child { font-size: 12px; color: var(--muted); margin-bottom: 0; }
.list-story img { height: 105px; }

.gift-section { background: var(--green); color: var(--white); padding-block: 88px; }
.gift-heading { display: flex; align-items: end; justify-content: space-between; margin-bottom: 35px; }
.gift-heading h2 { margin: 0; font: 700 clamp(44px, 5vw, 70px)/.95 Georgia, "Noto Serif KR", serif; letter-spacing: -.05em; }
.gift-heading h2 em { color: #cdbd95; font-weight: 400; }
.gift-heading > p { color: #c8c8be; font-family: Georgia, "Noto Serif KR", serif; font-size: 14px; }
.gift-grid { display: grid; grid-template-columns: 1.3fr 1fr 1fr; gap: 20px; }
.gift-card { background: var(--cream); color: var(--ink); }
.gift-card-image { height: 240px; position: relative; overflow: hidden; }
.gift-main .gift-card-image { height: 330px; }
.gift-card-image span { position: absolute; top: 16px; left: 16px; background: rgba(255,253,247,.9); padding: 7px 10px; font-size: 9px; letter-spacing: .1em; }
.gift-card-copy { padding: 23px; }
.gift-card-copy > p { color: var(--red); font-size: 10px; font-weight: bold; margin: 0 0 8px; }
.gift-card-copy h3 { font: 700 23px/1.27 Georgia, "Noto Serif KR", serif; margin: 0 0 23px; }
.gift-card-copy a { display: flex; justify-content: space-between; border-top: 1px solid #bdb29c; padding-top: 13px; font-size: 11px; font-weight: bold; }
.gift-connect-bar { margin-top: 22px; border: 1px solid rgba(255,255,255,.28); padding: 18px 22px; display: grid; grid-template-columns: 50px 1fr auto; align-items: center; gap: 17px; }
.gc-symbol { width: 48px; height: 48px; border: 1px solid #d2c399; color: #d2c399; display: grid; place-items: center; font: italic 17px Georgia, serif; }
.gift-connect-bar strong { font: 17px Georgia, serif; letter-spacing: .08em; }
.gift-connect-bar p { margin: 2px 0 0; color: #b9bcb5; font-size: 11px; }
.gift-connect-bar > a { border: 1px solid #d2c399; color: #d2c399; padding: 11px 15px; font-size: 11px; }

.business-grid { display: grid; grid-template-columns: 1.1fr 1fr .8fr; gap: 22px; }
.quote-feature { border: 1px solid var(--ink); padding: 35px; min-height: 420px; display: flex; flex-direction: column; }
.quote-mark { color: var(--red); font: 80px/.6 Georgia, serif; }
.quote-feature h3 { font: 700 30px/1.35 Georgia, "Noto Serif KR", serif; letter-spacing: -.035em; margin: 20px 0 12px; }
.quote-feature > p:not(.eyebrow) { color: var(--muted); font-size: 13px; }
.quote-feature .meta { margin-top: auto; }
.business-photo { position: relative; min-height: 420px; overflow: hidden; color: white; }
.business-photo::after { content: ""; position: absolute; inset: 45% 0 0; background: linear-gradient(transparent, rgba(0,0,0,.75)); }
.business-photo > div { position: absolute; z-index: 1; left: 25px; right: 25px; bottom: 25px; }
.business-photo h3 { font: 700 27px/1.25 Georgia, "Noto Serif KR", serif; margin: 0; }
.business-notes { display: grid; gap: 22px; }
.business-notes article { background: #ded8ca; padding: 25px; display: flex; flex-direction: column; justify-content: space-between; }
.business-notes p { color: var(--red); font-size: 9px; letter-spacing: .14em; font-weight: bold; }
.business-notes h3 { font: 700 21px/1.35 Georgia, "Noto Serif KR", serif; margin: 10px 0; }
.business-notes span { border-top: 1px solid #aaa397; padding-top: 11px; font-size: 9px; letter-spacing: .1em; }

.newsletter { background: #d8caae; padding-block: 55px; }
.newsletter-inner { display: grid; grid-template-columns: 90px 1fr .85fr; gap: 28px; align-items: center; }
.news-icon { border: 1px solid var(--ink); border-radius: 50%; width: 76px; height: 76px; display: grid; place-items: center; font: italic 38px Georgia, serif; }
.newsletter h2 { font: 700 29px/1.28 Georgia, "Noto Serif KR", serif; margin: 0; }
.newsletter-form { display: grid; grid-template-columns: 1fr auto; }
.newsletter-form input { border: 0; border-bottom: 1px solid var(--ink); background: transparent; padding: 12px 4px; outline: none; }
.newsletter-form button { border: 0; background: var(--ink); color: white; padding: 0 25px; cursor: pointer; }
.newsletter-form .form-status { grid-column: 1 / -1; margin: 8px 0 0; font-size: 10px; color: #5f5a4f; }

.site-footer { background: var(--ink); color: #eee9de; padding: 60px 0 25px; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1.2fr; gap: 50px; }
.footer-brand strong { font: 27px Georgia, serif; }
.footer-brand p { color: #99978f; font-size: 12px; margin-top: 18px; }
.footer-grid h2 { font-size: 9px; letter-spacing: .17em; color: #77766f; margin: 3px 0 17px; }
.footer-grid > div:not(:first-child) > a { display: block; font-size: 11px; margin: 9px 0; color: #b9b6ae; }
.footer-partner { border-left: 1px solid #41413e; padding-left: 28px; }
.footer-partner p { font-size: 8px; letter-spacing: .14em; color: #77766f; }
.footer-partner strong { color: #d4c49d; font: 18px Georgia, serif; }
.footer-partner a { margin-top: 18px !important; }
.copyright { border-top: 1px solid #363633; margin-top: 45px; padding-top: 20px; color: #6e6c67; font-size: 8px; letter-spacing: .12em; display: flex; justify-content: space-between; }

@media (max-width: 980px) {
  .lead-grid { grid-template-columns: 1fr; }
  .lead-story { border-right: 0; padding-right: 0; }
  .side-stories { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
  .daily-brief { grid-column: 1 / -1; }
  .feature-layout, .business-grid { grid-template-columns: 1fr 1fr; }
  .business-notes { grid-column: 1 / -1; grid-template-columns: 1fr 1fr; }
  .gift-grid { grid-template-columns: 1fr 1fr; }
  .gift-main { grid-column: 1 / -1; display: grid; grid-template-columns: 1.3fr 1fr; }
  .gift-main .gift-card-image { height: 100%; min-height: 330px; }
  .newsletter-inner { grid-template-columns: 70px 1fr; }
  .newsletter-form { grid-column: 2; }
}

@media (max-width: 720px) {
  :root { --shell: min(100% - 30px, 1240px); }
  .utility-bar { display: none; }
  .masthead { height: 92px; }
  .brand-kicker { font-size: 7px; }
  .brand strong { font-size: 33px; }
  .menu-toggle { display: block; }
  .primary-nav { max-height: 0; overflow: hidden; border-top: 0; transition: max-height .3s ease; }
  .primary-nav.open { max-height: 330px; border-top: 1px solid var(--ink); }
  .nav-inner { align-items: stretch; flex-direction: column; gap: 0; padding-block: 8px; }
  .nav-inner a { padding: 10px 4px; }
  .nav-inner a::after { display: none; }
  .lead-grid { padding-block: 24px 35px; gap: 28px; }
  .image-wrap { height: 310px; }
  .story-copy h2 { font-size: 34px; }
  .side-stories { display: block; }
  .side-story { grid-template-columns: 115px 1fr; }
  .side-story h3 { font-size: 18px; }
  .mini-dek { display: none; }
  .ticker-inner { gap: 15px; }
  .ticker-items { overflow: hidden; }
  .ticker-inner time { display: none; }
  .section-block { padding-block: 65px; }
  .section-heading > a { display: none; }
  .feature-layout, .business-grid { grid-template-columns: 1fr; }
  .feature-image { height: 300px; }
  .list-story { grid-template-columns: 25px 1fr 90px; gap: 10px; }
  .list-story h3 { font-size: 18px; }
  .list-story img { height: 85px; }
  .gift-section { padding-block: 65px; }
  .gift-heading { display: block; }
  .gift-heading > p { margin-top: 22px; }
  .gift-grid { grid-template-columns: 1fr; }
  .gift-main { grid-column: auto; display: block; }
  .gift-main .gift-card-image, .gift-card-image { height: 280px; min-height: 0; }
  .gift-connect-bar { grid-template-columns: 44px 1fr; }
  .gift-connect-bar > a { grid-column: 1 / -1; text-align: center; }
  .business-notes { grid-column: auto; grid-template-columns: 1fr; }
  .business-notes article { min-height: 185px; }
  .newsletter-inner { grid-template-columns: 1fr; }
  .news-icon { width: 58px; height: 58px; }
  .newsletter-form { grid-column: auto; }
  .newsletter-form button { padding-inline: 16px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand, .footer-partner { grid-column: 1 / -1; }
  .footer-partner { border-left: 0; border-top: 1px solid #41413e; padding: 22px 0 0; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}

/* WordPress live content */
.category-feed { scroll-margin-top: 32px; }
.feed-status { min-height: 22px; margin: -15px 0 24px; color: var(--muted); font-size: 12px; }
.live-post-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 26px; }
.live-post-grid[aria-busy="true"] { min-height: 260px; position: relative; }
.live-post-grid[aria-busy="true"]::after { content: "기사를 불러오는 중입니다…"; position: absolute; inset: 0; display: grid; place-items: center; border: 1px dashed var(--line); color: var(--muted); font: 15px Georgia, "Noto Serif KR", serif; }
.live-post-card { min-width: 0; border-top: 2px solid var(--ink); background: rgba(255,255,255,.28); }
.live-post-image { display: block; height: 245px; overflow: hidden; background: #ddd7ca; }
.live-post-image img { transition: transform .45s ease; }
.live-post-card:hover .live-post-image img { transform: scale(1.025); }
.live-post-copy { padding: 20px 2px 4px; }
.live-post-copy h3 { margin: 0 0 12px; font: 700 25px/1.28 Georgia, "Noto Serif KR", serif; letter-spacing: -.035em; }
.live-post-copy h3 a { background: linear-gradient(var(--ink),var(--ink)) 0 100%/0 1px no-repeat; transition: background-size .25s ease; }
.live-post-copy h3 a:hover { background-size: 100% 1px; }
.live-post-excerpt { min-height: 42px; color: var(--muted); font: 13px/1.65 Georgia, "Noto Serif KR", serif; }
.feed-empty { grid-column: 1 / -1; border: 1px solid var(--line); padding: 55px 30px; text-align: center; }
.feed-empty strong { font: 700 25px Georgia, "Noto Serif KR", serif; }
.feed-empty p { color: var(--muted); font-size: 13px; }

.article-site-header { border-bottom: 1px solid var(--ink); }
.article-masthead { min-height: 125px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; }
.article-masthead .brand strong { font-size: 40px; }
.article-back, .article-write { font-size: 11px; font-weight: 700; letter-spacing: .04em; }
.article-write { justify-self: end; }
.article-shell { min-height: 70vh; max-width: 900px; padding-block: 75px 110px; }
.article-loading { min-height: 50vh; display: grid; place-items: center; align-content: center; color: var(--muted); }
.loading-mark { width: 62px; height: 62px; border: 1px solid var(--ink); border-radius: 50%; display: grid; place-items: center; color: var(--red); font: italic 30px Georgia, serif; }
.article-header { text-align: center; border-bottom: 1px solid var(--line); padding-bottom: 38px; margin-bottom: 48px; }
.article-header h1 { max-width: 820px; margin: 12px auto 20px; font: 700 clamp(42px, 7vw, 72px)/1.12 Georgia, "Noto Serif KR", serif; letter-spacing: -.055em; word-break: keep-all; }
.article-dek { max-width: 660px; margin: 0 auto 25px; color: var(--muted); font: 17px/1.7 Georgia, "Noto Serif KR", serif; }
.article-meta { display: flex; justify-content: center; flex-wrap: wrap; gap: 8px 24px; color: var(--muted); font-size: 10px; letter-spacing: .04em; }
.wp-article-body { max-width: 740px; margin: 0 auto; font: 17px/1.9 Georgia, "Noto Serif KR", serif; word-break: keep-all; }
.wp-article-body > *:first-child { margin-top: 0; }
.wp-article-body p { margin: 0 0 1.6em; }
.wp-article-body h2 { margin: 2.2em 0 .7em; font: 700 34px/1.3 Georgia, "Noto Serif KR", serif; }
.wp-article-body h3 { margin: 2em 0 .7em; font: 700 26px/1.35 Georgia, "Noto Serif KR", serif; }
.wp-article-body img { height: auto; margin: 34px auto; }
.wp-article-body figure { margin: 38px 0; }
.wp-article-body figcaption { color: var(--muted); font-size: 11px; text-align: center; }
.wp-article-body blockquote { margin: 2em 0; padding: 10px 0 10px 28px; border-left: 3px solid var(--red); font-size: 23px; line-height: 1.55; }
.wp-article-body a { color: var(--red); text-decoration: underline; text-underline-offset: 3px; }
.article-end { max-width: 740px; margin: 65px auto 0; border-top: 2px solid var(--ink); padding-top: 18px; display: flex; justify-content: space-between; font-size: 11px; font-weight: 700; }
.article-footer { padding-top: 15px; }
.article-error { min-height: 45vh; display: grid; place-items: center; align-content: center; text-align: center; }
.article-error h1 { font: 700 40px Georgia, "Noto Serif KR", serif; margin-bottom: 4px; }
.article-error p { color: var(--muted); }
.article-error a { color: var(--red); font-weight: 700; }

@media (max-width: 980px) {
  .live-post-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 720px) {
  .live-post-grid { grid-template-columns: 1fr; }
  .live-post-image { height: 260px; }
  .article-masthead { min-height: 90px; grid-template-columns: 45px 1fr 45px; }
  .article-masthead .brand { justify-self: center; }
  .article-masthead .brand strong { font-size: 28px; }
  .article-masthead .brand-kicker, .article-write { display: none; }
  .article-back { font-size: 0; }
  .article-back::before { content: "←"; font-size: 20px; }
  .article-shell { padding-block: 48px 80px; }
  .article-header { text-align: left; margin-bottom: 36px; }
  .article-header h1 { font-size: 42px; margin-inline: 0; }
  .article-dek { font-size: 15px; }
  .article-meta { justify-content: flex-start; }
  .wp-article-body { font-size: 16px; line-height: 1.85; }
}