
/*
Theme Name: The Insight Pick Child
Theme URI: https://theinsightpick.com
Description: Editorial media child theme for Astra. Built for THE INSIGHT PICK.
Author: The Insight Pick
Template: astra
Version: 1.5.0
Text Domain: the-insight-pick
*/

:root{
  --tip-ink:#111111;
  --tip-muted:#666a70;
  --tip-line:#d9dce1;
  --tip-paper:#ffffff;
  --tip-navy:#071d49;
  --tip-red:#c8102e;
  --tip-soft:#f6f6f4;
  --tip-max:1320px;
  --tip-reading:800px;
}

*{box-sizing:border-box}
body{
  margin:0;
  color:var(--tip-ink);
  background:var(--tip-paper);
  font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Noto Sans KR",Arial,sans-serif;
  line-height:1.72;
}
a{color:inherit;text-decoration:none}
a:hover{color:var(--tip-navy)}
img{max-width:100%;height:auto}
.tip-wrap{max-width:var(--tip-max);margin:0 auto;padding:0 28px}

/* Header */
.tip-topbar{
  border-bottom:1px solid var(--tip-line);
  font-size:12px;
  color:var(--tip-muted);
}
.tip-topbar-inner{
  min-height:34px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
}
.tip-brand-row{
  padding:28px 0 20px;
  text-align:center;
}
.tip-brand{
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:8px;
}
.tip-brand .custom-logo-link{
  display:flex;
  align-items:center;
  justify-content:center;
}
.tip-brand .custom-logo{
  width:46px;
  max-height:58px;
  object-fit:contain;
}
.tip-brand-title{
  margin:0;
  font-family:Georgia,"Times New Roman",serif;
  font-size:42px;
  line-height:1;
  font-weight:700;
  letter-spacing:.065em;
  color:var(--tip-navy);
}
.tip-tagline{
  margin:9px 0 0;
  font-size:11px;
  letter-spacing:.28em;
  text-transform:uppercase;
  color:var(--tip-muted);
}
.tip-nav{
  border-top:1px solid var(--tip-ink);
  border-bottom:1px solid var(--tip-ink);
  background:#fff;
}
.tip-nav-inner{
  min-height:46px;
  display:flex;
  align-items:center;
  justify-content:center;
}
.tip-menu{
  margin:0;
  padding:0;
  list-style:none;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:34px;
}
.tip-menu li{margin:0}
.tip-menu a{
  display:block;
  padding:13px 0 12px;
  font-size:12px;
  font-weight:700;
  letter-spacing:.08em;
  text-transform:uppercase;
  white-space:nowrap;
}
.tip-menu a:hover{color:var(--tip-red)}
.tip-mobile-toggle{display:none}

/* Home */
.tip-home{padding:32px 0 70px}
.tip-kicker{
  margin:0 0 12px;
  font-size:11px;
  font-weight:800;
  letter-spacing:.18em;
  color:var(--tip-red);
  text-transform:uppercase;
}
.tip-section{
  border-top:2px solid var(--tip-ink);
  margin-top:38px;
  padding-top:12px;
}
.tip-section-title{
  margin:0 0 20px;
  font-family:Georgia,"Times New Roman",serif;
  font-size:24px;
  line-height:1.1;
  letter-spacing:.02em;
}
.tip-hero{
  display:grid;
  grid-template-columns:minmax(0,1.65fr) minmax(280px,.75fr);
  gap:28px;
  padding-bottom:30px;
  border-bottom:1px solid var(--tip-line);
}
.tip-hero-main{padding-right:28px;border-right:1px solid var(--tip-line)}
.tip-thumb{
  display:block;
  background:linear-gradient(135deg,#eef0f3,#f8f8f6);
  overflow:hidden;
}
.tip-hero-main .tip-thumb{aspect-ratio:16/9}
.tip-thumb img{width:100%;height:100%;object-fit:cover;display:block}
.tip-placeholder{
  width:100%;
  height:100%;
  min-height:180px;
  display:flex;
  align-items:center;
  justify-content:center;
  font-family:Georgia,"Times New Roman",serif;
  color:#8b8f96;
  letter-spacing:.08em;
}
.tip-hero-title{
  margin:16px 0 10px;
  font-family:Georgia,"Times New Roman",serif;
  font-size:42px;
  line-height:1.12;
  font-weight:700;
  letter-spacing:-.02em;
}
.tip-deck{
  margin:0;
  color:#4d5157;
  font-size:17px;
  line-height:1.7;
}
.tip-meta{
  margin-top:10px;
  font-size:11px;
  color:#7a7e84;
}
.tip-side-story{
  padding:0 0 20px;
  margin-bottom:20px;
  border-bottom:1px solid var(--tip-line);
}
.tip-side-story:last-child{border-bottom:0}
.tip-side-story .tip-thumb{aspect-ratio:16/9;margin-bottom:10px}
.tip-side-title{
  margin:0;
  font-family:Georgia,"Times New Roman",serif;
  font-size:22px;
  line-height:1.25;
}

.tip-trending{
  display:grid;
  grid-template-columns:repeat(5,1fr);
  gap:0;
  border-top:1px solid var(--tip-line);
  border-bottom:1px solid var(--tip-line);
}
.tip-trend{
  padding:18px 18px 18px 0;
  margin-right:18px;
  border-right:1px solid var(--tip-line);
}
.tip-trend:last-child{border-right:0;margin-right:0}
.tip-trend-num{
  display:block;
  color:var(--tip-red);
  font-family:Georgia,"Times New Roman",serif;
  font-size:24px;
  line-height:1;
  margin-bottom:8px;
}
.tip-trend-title{
  font-family:Georgia,"Times New Roman",serif;
  font-size:16px;
  line-height:1.35;
  font-weight:700;
}

.tip-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:24px;
}
.tip-card{min-width:0}
.tip-card .tip-thumb{aspect-ratio:16/10;margin-bottom:12px}
.tip-card-title{
  margin:0;
  font-family:Georgia,"Times New Roman",serif;
  font-size:22px;
  line-height:1.28;
}
.tip-card-excerpt{
  margin:8px 0 0;
  color:#5b5f66;
  font-size:14px;
}

/* Single */
.tip-article-shell{
  max-width:1500px;
  margin:0 auto;
  display:grid;
  grid-template-columns:minmax(120px,220px) minmax(0,var(--tip-reading)) minmax(120px,220px);
  justify-content:center;
  gap:34px;
  padding:48px 24px 80px;
}
.tip-article{min-width:0}
.tip-article-category{
  margin-bottom:10px;
  font-size:11px;
  font-weight:800;
  letter-spacing:.14em;
  text-transform:uppercase;
  color:var(--tip-red);
}
.tip-article-title{
  margin:0 0 16px;
  font-family:Georgia,"Times New Roman",serif;
  font-size:48px;
  line-height:1.1;
  letter-spacing:-.025em;
}
.tip-article-deck{
  font-family:Georgia,"Times New Roman",serif;
  color:#4d5157;
  font-size:20px;
  line-height:1.55;
  margin:0 0 16px;
}
.tip-article-meta{
  padding:12px 0 18px;
  margin-bottom:24px;
  border-bottom:1px solid var(--tip-line);
  color:#74787f;
  font-size:12px;
}
.tip-article-featured{margin:0 0 28px}
.tip-article-content{
  font-family:Georgia,"Noto Serif KR","Times New Roman",serif;
  font-size:18px;
  line-height:1.9;
}
.tip-article-content h2,
.tip-article-content h3{
  font-family:Georgia,"Noto Serif KR","Times New Roman",serif;
  line-height:1.3;
  margin-top:2em;
}
.tip-article-content p{margin:0 0 1.4em}
.tip-article-content blockquote{
  margin:2em 0;
  padding:0 0 0 22px;
  border-left:4px solid var(--tip-navy);
  font-size:22px;
  line-height:1.6;
}
.tip-rail{
  min-width:0;
  position:relative;
}
.tip-rail-inner{
  position:sticky;
  top:28px;
}
.tip-ad{
  min-height:250px;
  display:flex;
  align-items:center;
  justify-content:center;
}
.tip-ad:empty{display:none}
.tip-article-ad{
  margin:34px 0;
  padding:18px 0;
  border-top:1px solid var(--tip-line);
  border-bottom:1px solid var(--tip-line);
}
.tip-article-ad:empty{display:none}

/* Archive */
.tip-archive{padding:40px 0 80px}
.tip-archive-head{
  border-top:4px solid var(--tip-ink);
  border-bottom:1px solid var(--tip-line);
  padding:14px 0;
  margin-bottom:28px;
}
.tip-archive-title{
  margin:0;
  font-family:Georgia,"Times New Roman",serif;
  font-size:36px;
}
.tip-list-item{
  display:grid;
  grid-template-columns:240px 1fr;
  gap:24px;
  padding:22px 0;
  border-bottom:1px solid var(--tip-line);
}
.tip-list-item .tip-thumb{aspect-ratio:16/10}
.tip-list-title{
  margin:0 0 8px;
  font-family:Georgia,"Times New Roman",serif;
  font-size:28px;
  line-height:1.25;
}

/* Footer */
.tip-footer{
  border-top:3px solid var(--tip-ink);
  padding:32px 0 50px;
  background:#fff;
}
.tip-footer-brand{
  font-family:Georgia,"Times New Roman",serif;
  font-weight:700;
  letter-spacing:.06em;
  font-size:20px;
  color:var(--tip-navy);
}
.tip-footer-row{
  display:flex;
  justify-content:space-between;
  align-items:flex-start;
  gap:24px;
}
.tip-footer-copy{
  margin-top:8px;
  color:#777b81;
  font-size:12px;
}

/* Small screens */
@media(max-width:1100px){
  .tip-trending{grid-template-columns:repeat(2,1fr)}
  .tip-trend:nth-child(even){border-right:0}
  .tip-article-shell{grid-template-columns:minmax(0,var(--tip-reading))}
  .tip-rail{display:none}
}
@media(max-width:820px){
  .tip-wrap{padding:0 18px}
  .tip-topbar{display:none}
  .tip-brand-row{padding:18px 0 14px}
  .tip-brand-title{font-size:26px;letter-spacing:.04em}
  .tip-brand .custom-logo{width:38px;max-height:48px}
  .tip-tagline{display:none}
  .tip-mobile-toggle{
    display:flex;
    border:0;
    background:none;
    padding:12px 0;
    font-size:13px;
    font-weight:700;
    cursor:pointer;
  }
  .tip-nav-inner{display:block;min-height:auto}
  .tip-menu{
    display:none;
    flex-direction:column;
    align-items:flex-start;
    gap:0;
    padding:8px 0 14px;
  }
  .tip-nav.is-open .tip-menu{display:flex}
  .tip-menu a{padding:8px 0}
  .tip-hero{grid-template-columns:1fr}
  .tip-hero-main{padding-right:0;border-right:0;border-bottom:1px solid var(--tip-line);padding-bottom:22px}
  .tip-hero-title{font-size:34px}
  .tip-grid{grid-template-columns:1fr 1fr}
  .tip-trending{grid-template-columns:1fr}
  .tip-trend,.tip-trend:nth-child(even){border-right:0;border-bottom:1px solid var(--tip-line);margin-right:0}
  .tip-article-shell{padding:30px 18px 60px}
  .tip-article-title{font-size:38px}
}
@media(max-width:560px){
  .tip-brand{gap:9px}
  .tip-brand-title{font-size:22px}
  .tip-home{padding-top:22px}
  .tip-grid{grid-template-columns:1fr}
  .tip-hero-title{font-size:30px}
  .tip-side-title,.tip-card-title{font-size:20px}
  .tip-article-title{font-size:32px}
  .tip-article-deck{font-size:18px}
  .tip-article-content{font-size:17px;line-height:1.85}
  .tip-list-item{grid-template-columns:1fr}
  .tip-footer-row{display:block}
}


.tip-utility-menu{
  margin:0;
  padding:0;
  list-style:none;
  display:flex;
  align-items:center;
  gap:18px;
}
.tip-utility-menu a{
  font-size:10px;
  font-weight:700;
  letter-spacing:.08em;
  color:var(--tip-muted);
  text-transform:uppercase;
}
.tip-utility-menu a:hover{color:var(--tip-red)}
.tip-footer-links{
  margin:10px 0 0;
  padding:0;
  list-style:none;
  display:flex;
  flex-wrap:wrap;
  gap:14px;
}
.tip-footer-links a{
  font-size:11px;
  color:#666a70;
}
.tip-footer-links a:hover{color:var(--tip-red)}
.tip-static-page{
  max-width:900px;
  margin:0 auto;
  padding:52px 24px 80px;
}
.tip-static-page h1{
  margin:0 0 28px;
  padding-bottom:14px;
  border-bottom:3px solid var(--tip-ink);
  font-family:Georgia,"Times New Roman",serif;
  font-size:42px;
  line-height:1.1;
}
.tip-static-page .entry-content{
  font-family:Georgia,"Noto Serif KR","Times New Roman",serif;
  font-size:17px;
  line-height:1.9;
}
.tip-static-page .entry-content h2{
  margin-top:2em;
  font-size:24px;
  line-height:1.35;
}
@media(max-width:820px){
  .tip-utility-menu{display:none}
  .tip-brand .custom-logo{width:34px;max-height:42px}
  .tip-static-page{padding:34px 18px 60px}
  .tip-static-page h1{font-size:32px}
}


/* v1.2 — Cross-device typography
   Web fonts are loaded from Google Fonts in functions.php.
   Brand masthead stays classic; Korean editorial text is unified. */
body{
  font-family:"Noto Sans KR",-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;
}
.tip-brand-title{
  font-family:Georgia,"Times New Roman",serif !important;
}
.tip-hero-title,
.tip-side-title,
.tip-card-title,
.tip-section-title,
.tip-article-title,
.tip-list-title,
.tip-archive-title,
.tip-static-page h1,
.tip-static-page h2,
.tip-article-content,
.tip-article-content h2,
.tip-article-content h3,
.tip-article-deck,
.tip-trend-title{
  font-family:"Noto Serif KR",Georgia,"Times New Roman",serif !important;
}
.tip-menu,
.tip-topbar,
.tip-meta,
.tip-article-meta,
.tip-article-category,
.tip-kicker,
.tip-utility-menu,
.tip-footer,
.tip-footer-links,
.tip-tagline{
  font-family:"Noto Sans KR",-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif !important;
}
/* Better Korean headline rhythm */
.tip-hero-title,
.tip-article-title,
.tip-list-title{
  word-break:keep-all;
  overflow-wrap:break-word;
}
.tip-article-content{
  word-break:keep-all;
  overflow-wrap:break-word;
}


/* v1.3 — Modern editorial typography
   Keep a newspaper-like serif feel for major titles,
   but use Noto Sans KR for long Korean reading text. */

/* Global / long-form body */
body,
.tip-article-content,
.tip-static-page .entry-content,
.tip-card-excerpt,
.tip-deck{
  font-family:"Noto Sans KR",-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif !important;
}

/* Brand masthead: classic editorial */
.tip-brand-title{
  font-family:Georgia,"Times New Roman",serif !important;
}

/* Major editorial headlines: retain the title feel */
.tip-hero-title,
.tip-side-title,
.tip-card-title,
.tip-article-title,
.tip-list-title,
.tip-archive-title,
.tip-section-title,
.tip-trend-title{
  font-family:"Noto Serif KR",Georgia,"Times New Roman",serif !important;
  word-break:keep-all;
  overflow-wrap:break-word;
}

/* In-article subheads: modern and highly readable */
.tip-article-content h2,
.tip-article-content h3,
.tip-static-page h1,
.tip-static-page h2{
  font-family:"Noto Sans KR",-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif !important;
  font-weight:700;
  letter-spacing:-0.02em;
  word-break:keep-all;
}

/* Reading text */
.tip-article-content{
  font-size:18px;
  line-height:1.92;
  letter-spacing:-0.01em;
  word-break:keep-all;
  overflow-wrap:break-word;
}

/* Deck / subtitle can keep a light editorial mood without becoming old-fashioned */
.tip-article-deck{
  font-family:"Noto Sans KR",-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif !important;
  font-size:19px;
  line-height:1.65;
  font-weight:400;
  color:#4d5157;
}

/* Navigation / utility information */
.tip-menu,
.tip-topbar,
.tip-meta,
.tip-article-meta,
.tip-article-category,
.tip-kicker,
.tip-utility-menu,
.tip-footer,
.tip-footer-links,
.tip-tagline{
  font-family:"Noto Sans KR",-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif !important;
}

/* Mobile reading comfort */
@media(max-width:560px){
  .tip-article-content{
    font-size:17px;
    line-height:1.88;
  }
  .tip-article-deck{
    font-size:17px;
    line-height:1.62;
  }
}


/* v1.4 — Contemporary digital newsroom typography
   Only the masthead keeps a classic serif identity.
   All Korean editorial/UI text uses Noto Sans KR. */

/* Masthead only */
.tip-brand-title{
  font-family:Georgia,"Times New Roman",serif !important;
  font-weight:700;
}

/* All editorial headlines and section titles */
.tip-hero-title,
.tip-side-title,
.tip-card-title,
.tip-section-title,
.tip-article-title,
.tip-list-title,
.tip-archive-title,
.tip-static-page h1,
.tip-static-page h2,
.tip-article-content h2,
.tip-article-content h3,
.tip-trend-title{
  font-family:"Noto Sans KR",-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif !important;
  font-weight:700;
  letter-spacing:-0.035em;
  word-break:keep-all;
  overflow-wrap:break-word;
}

/* Body and summaries */
body,
.tip-article-content,
.tip-static-page .entry-content,
.tip-card-excerpt,
.tip-deck,
.tip-article-deck{
  font-family:"Noto Sans KR",-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif !important;
}

/* Editorial hierarchy */
.tip-hero-title{
  font-weight:700;
  letter-spacing:-0.045em;
}
.tip-article-title{
  font-weight:700;
  letter-spacing:-0.045em;
}
.tip-section-title,
.tip-archive-title{
  font-weight:700;
}
.tip-side-title,
.tip-card-title,
.tip-list-title,
.tip-trend-title{
  font-weight:600;
}

/* Long-form readability */
.tip-article-content{
  font-size:18px;
  line-height:1.88;
  letter-spacing:-0.012em;
  word-break:keep-all;
  overflow-wrap:break-word;
}
.tip-article-deck{
  font-size:19px;
  line-height:1.65;
  font-weight:400;
  letter-spacing:-0.015em;
}

/* Navigation, metadata and utility text */
.tip-menu,
.tip-topbar,
.tip-meta,
.tip-article-meta,
.tip-article-category,
.tip-kicker,
.tip-utility-menu,
.tip-footer,
.tip-footer-links,
.tip-tagline{
  font-family:"Noto Sans KR",-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif !important;
}

@media(max-width:560px){
  .tip-article-content{
    font-size:17px;
    line-height:1.85;
  }
  .tip-article-deck{
    font-size:17px;
    line-height:1.6;
  }
}


/* v1.5 — Editorial comments */
.tip-comments{
  max-width:800px;
  margin:48px auto 0;
  padding-top:24px;
  border-top:2px solid var(--tip-ink);
}
.tip-comments-title{
  margin:0 0 22px;
  font-family:"Noto Sans KR",-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;
  font-size:24px;
  font-weight:700;
  letter-spacing:-0.03em;
}
.tip-comment-list{
  list-style:none;
  margin:0;
  padding:0;
}
.tip-comment-list .comment{
  padding:20px 0;
  border-bottom:1px solid var(--tip-line);
}
.tip-comment-list .children{
  list-style:none;
  margin:18px 0 0 24px;
  padding-left:18px;
  border-left:2px solid #eceef1;
}
.tip-comment-list .comment-author{
  display:flex;
  align-items:center;
  gap:10px;
  font-size:14px;
  font-weight:700;
}
.tip-comment-list .avatar{
  width:34px;
  height:34px;
  border-radius:50%;
}
.tip-comment-list .comment-metadata{
  margin:6px 0 10px 44px;
  font-size:11px;
  color:var(--tip-muted);
}
.tip-comment-list .comment-content{
  margin-left:44px;
  font-size:15px;
  line-height:1.75;
}
.tip-comment-list .reply{
  margin:8px 0 0 44px;
  font-size:12px;
  font-weight:600;
}
.tip-comment-form-wrap{
  margin-top:30px;
}
.tip-comment-form-wrap .comment-reply-title{
  margin:0 0 16px;
  font-size:21px;
  font-weight:700;
}
.tip-comment-form-wrap textarea,
.tip-comment-form-wrap input[type="text"],
.tip-comment-form-wrap input[type="email"],
.tip-comment-form-wrap input[type="url"]{
  width:100%;
  border:1px solid #cfd2d7;
  border-radius:0;
  background:#fff;
  padding:12px;
  font-family:"Noto Sans KR",-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;
}
.tip-comment-form-wrap textarea{min-height:150px}
.tip-comment-form-wrap input[type="submit"]{
  border:0;
  background:var(--tip-navy);
  color:#fff;
  padding:11px 18px;
  font-weight:700;
  cursor:pointer;
}
.tip-comment-form-wrap input[type="submit"]:hover{
  background:var(--tip-red);
}
.tip-no-comments{
  color:var(--tip-muted);
  font-size:14px;
}
@media(max-width:560px){
  .tip-comments{margin-top:36px}
  .tip-comment-list .comment-content,
  .tip-comment-list .comment-metadata,
  .tip-comment-list .reply{margin-left:0}
}
