/* Magazine Editorial C2 - moban-8-2-17
   Japanese P09 (#5D4037/#A1887F/#FFF8E1) + Sharp S02 + Loose D04 + Light Shadow H02
   Fonts: Playfair Display + Source Sans Pro */
* { margin:0; padding:0; box-sizing:border-box; }
body { font-family:'Source Sans Pro',sans-serif; background:#FFF8E1; color:#3E2723; line-height:1.7; }
a { color:#5D4037; text-decoration:none; transition:color .3s; }
a:hover { color:#3E2723; }
img { max-width:100%; height:auto; display:block; }
ul { list-style:none; }
.container { max-width:1200px; margin:0 auto; padding:0 24px; }

/* Buttons */
.btn { display:inline-block; padding:11px 28px; font-weight:700; text-transform:uppercase; text-decoration:none; transition:all .3s; cursor:pointer; font-size:.88rem; border:none; line-height:1.5; }
.btn-hero { background:#5D4037; color:#FFF8E1; }
.btn-hero:hover { background:#3E2723; color:#FFF8E1; }
.btn-login { background:transparent; border:2px solid #fff; color:#fff; }
.btn-login:hover { background:rgba(255,255,255,.1); color:#fff; }
.btn-register { background:#A1887F; color:#fff; }
.btn-register:hover { background:#8D6E63; color:#fff; }
.btn-download { background:#5D4037; color:#fff; }
.btn-download:hover { background:#3E2723; }
.btn-view-all { display:block; width:fit-content; margin:30px auto 0; background:#5D4037; color:#FFF8E1; }
.btn-view-all:hover { background:#3E2723; color:#FFF8E1; }

/* Header - N04 Icon Nav */
.site-header { background:#5D4037; position:sticky; top:0; z-index:1000; box-shadow:0 2px 12px rgba(0,0,0,.15); }
.header-inner { display:flex; justify-content:space-between; align-items:center; height:75px; }
.site-logo .logo-img { height:40px; width:auto; }
.main-nav { display:flex; }
.nav-menu { display:flex; gap:8px; }
.nav-menu li { list-style:none; }
.nav-item-icon { display:flex; flex-direction:column; align-items:center; gap:2px; }
.nav-icon { font-size:1.1rem; line-height:1; }
.nav-menu a { color:rgba(255,255,255,.85); font-weight:500; font-size:.72rem; text-align:center; padding:4px 10px; transition:color .3s; display:block; }
.nav-menu a:hover { color:#FFF8E1; }
.header-actions { display:flex; gap:10px; }
.nav-toggle { display:none; background:none; border:none; cursor:pointer; padding:5px; }
.nav-toggle-icon { display:block; width:25px; height:3px; background:#fff; position:relative; transition:all .3s; }
.nav-toggle-icon::before,.nav-toggle-icon::after { content:''; position:absolute; left:0; top:-8px; width:25px; height:3px; background:#fff; transition:all .3s; }
.nav-toggle-icon::after { top:8px; }
.nav-toggle.active .nav-toggle-icon { background:transparent; }
.nav-toggle.active .nav-toggle-icon::before { transform:rotate(45deg); top:0; }
.nav-toggle.active .nav-toggle-icon::after { transform:rotate(-45deg); top:0; }

/* Editor Hero */
.editor-hero { background:linear-gradient(135deg,#5D4037,#3E2723); padding:60px 0; color:#fff; }
.editor-hero-badge { display:inline-block; background:#A1887F; color:#fff; padding:4px 16px; font-size:.72rem; font-weight:700; text-transform:uppercase; letter-spacing:1.5px; margin-bottom:24px; }
.editor-hero-grid { display:grid; grid-template-columns:1.4fr 1fr; gap:35px; align-items:center; }
.editor-hero-image { overflow:hidden; box-shadow:0 10px 40px rgba(0,0,0,.3); }
.editor-hero-image img { width:100%; height:340px; object-fit:cover; }
.hero-cat { display:inline-block; background:#A1887F; color:#fff; padding:2px 12px; font-size:.72rem; font-weight:600; margin-bottom:12px; }
.editor-hero-info h1 { font-family:'Playfair Display',serif; font-size:2rem; font-weight:700; line-height:1.3; margin-bottom:14px; }
.editor-hero-info h1 a { color:#fff; }
.editor-hero-info h1 a:hover { color:#A1887F; }
.editor-hero-info p { color:rgba(255,255,255,.8); margin-bottom:16px; font-size:1rem; line-height:1.7; }
.hero-meta { display:flex; gap:18px; color:rgba(255,255,255,.5); font-size:.82rem; margin-bottom:22px; }

/* Big + Small Cards C05 */
.big-small-section { padding:60px 0; }
.section-title { font-family:'Playfair Display',serif; font-size:1.8rem; color:#5D4037; margin-bottom:35px; font-weight:700; position:relative; padding-bottom:12px; }
.section-title::after { content:''; position:absolute; bottom:0; left:0; width:50px; height:3px; background:#A1887F; }
.big-small-grid { display:grid; grid-template-columns:2fr 1fr 1fr; grid-template-rows:auto auto; gap:24px; }
.bs-card { background:#fff; overflow:hidden; box-shadow:0 3px 12px rgba(0,0,0,.07); transition:transform .3s, box-shadow .3s; }
.bs-card:hover { transform:translateY(-4px); box-shadow:0 8px 25px rgba(0,0,0,.12); }
.bs-card-link { text-decoration:none; color:inherit; display:block; }
.bs-card-img img { width:100%; object-fit:cover; }
.bs-card-big { grid-column:1 / 2; grid-row:1 / 3; }
.bs-card-big .bs-card-img img { height:100%; min-height:380px; }
.bs-card-small .bs-card-img img { height:140px; }
.bs-card-info { padding:16px; }
.bs-cat { font-size:.68rem; text-transform:uppercase; color:#A1887F; font-weight:700; letter-spacing:1px; }
.bs-card-info h3 { font-family:'Playfair Display',serif; font-size:1rem; margin:8px 0; color:#3E2723; line-height:1.4; }
.bs-card-big .bs-card-info h3 { font-size:1.4rem; }
.bs-card-info p { font-size:.85rem; color:#795548; line-height:1.6; margin-bottom:8px; }
.bs-date { font-size:.72rem; color:#A1887F; }

/* Card Grid C01 */
.card-grid-section { padding:60px 0; background:#EFEBE9; }
.card-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:24px; }
.grid-card { background:#fff; overflow:hidden; box-shadow:0 2px 10px rgba(0,0,0,.06); transition:transform .3s; }
.grid-card:hover { transform:translateY(-3px); }
.grid-card a { text-decoration:none; color:inherit; }
.grid-card-img img { width:100%; height:180px; object-fit:cover; }
.grid-card-body { padding:14px; }
.grid-card-cat { font-size:.68rem; text-transform:uppercase; color:#A1887F; font-weight:700; letter-spacing:1px; }
.grid-card-body h4 { font-family:'Playfair Display',serif; font-size:.95rem; margin:6px 0; color:#3E2723; }
.grid-card-date { font-size:.72rem; color:#A1887F; }

/* Image Text List C03 */
.img-text-section { padding:60px 0; }
.img-text-list { display:flex; flex-direction:column; gap:20px; }
.img-text-item { display:flex; gap:20px; background:#fff; padding:18px; box-shadow:0 2px 8px rgba(0,0,0,.05); transition:box-shadow .3s; }
.img-text-item:hover { box-shadow:0 5px 18px rgba(0,0,0,.1); }
.img-text-thumb { flex-shrink:0; width:110px; height:85px; overflow:hidden; }
.img-text-thumb img { width:100%; height:100%; object-fit:cover; }
.img-text-info h4 { font-family:'Playfair Display',serif; font-size:1rem; margin-bottom:6px; }
.img-text-info h4 a { color:#3E2723; }
.img-text-info h4 a:hover { color:#5D4037; }
.img-text-info p { font-size:.82rem; color:#795548; line-height:1.5; }
.img-text-date { font-size:.72rem; color:#A1887F; margin-top:6px; display:inline-block; }

/* Posts */
.posts-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:24px; }
.post-card { background:#fff; overflow:hidden; box-shadow:0 2px 10px rgba(0,0,0,.06); transition:transform .3s; }
.post-card:hover { transform:translateY(-3px); }
.post-link { text-decoration:none; color:inherit; display:block; }
.post-thumb { overflow:hidden; }
.post-thumb img { width:100%; height:200px; object-fit:cover; }
.post-title { padding:15px 15px 5px; font-family:'Playfair Display',serif; font-size:1.05rem; color:#3E2723; font-weight:600; }
.post-meta { padding:0 15px 15px; font-size:.82rem; color:#795548; display:flex; gap:10px; flex-wrap:wrap; }
.post-excerpt { padding:0 15px 15px; font-size:.88rem; color:#795548; line-height:1.6; }

/* Single */
.single-post { padding:50px 0; }
.single-post .container { max-width:800px; }
.single-post .post-title { font-family:'Playfair Display',serif; font-size:2.2rem; color:#3E2723; font-weight:700; margin-bottom:15px; padding:0; }
.single-post .post-meta { padding:0; margin-bottom:15px; }
.post-content { line-height:1.8; font-size:1.05rem; }
.post-content p { margin-bottom:20px; }
.post-content img { margin:20px 0; }
.post-content h2,.post-content h3 { margin:25px 0 15px; color:#5D4037; font-family:'Playfair Display',serif; }
.post-content a { color:#5D4037; text-decoration:underline; }
.post-content blockquote { border-left:4px solid #5D4037; padding:10px 20px; margin:20px 0; background:#FFF8E1; font-style:italic; }
.post-content ul,.post-content ol { padding-left:25px; margin-bottom:20px; }
.single-post .post-thumb img { width:100%; margin:15px 0 25px; height:auto; }
.single-post .post-thumb { overflow:hidden; margin:15px 0 25px; }
.single-post .btn-download { margin-top:25px; }
.related-posts { padding:40px 0; background:#EFEBE9; }

/* Archive */
.archive-header { background:linear-gradient(135deg,#5D4037,#3E2723); padding:50px 0; text-align:center; }
.archive-title { color:#fff; font-size:2rem; font-family:'Playfair Display',serif; font-weight:700; }
.posts-section { padding:40px 0; }

/* Footer */
.site-footer { background:#3E2723; color:#fff; padding:40px 0 20px; }
.footer-widgets { display:grid; grid-template-columns:repeat(3,1fr); gap:30px; margin-bottom:30px; }
.footer-widget h3,.widget-title { color:#A1887F; font-size:1.1rem; margin-bottom:15px; font-weight:700; }
.footer-widget ul { list-style:none; padding:0; }
.footer-widget ul li { margin-bottom:8px; }
.footer-widget ul li a,.footer-widget a { color:rgba(255,255,255,.8); text-decoration:none; transition:color .3s; }
.footer-widget ul li a:hover,.footer-widget a:hover { color:#A1887F; }
.footer-widget p { color:rgba(255,255,255,.8); line-height:1.6; }
.footer-bottom { text-align:center; border-top:1px solid rgba(255,255,255,.15); padding-top:25px; }
.footer-bottom a { display:inline-block; margin-bottom:10px; }
.disclaimer-text { color:rgba(255,255,255,.7); font-size:.85rem; max-width:800px; margin:15px auto 0; line-height:1.6; }

/* Pagination */
.pagination,.wp-pagination { text-align:center; margin:40px 0; }
.page-numbers { display:inline-block; padding:10px 16px; margin:0 3px; background:#fff; color:#5D4037; text-decoration:none; border:1px solid #ddd; font-weight:500; transition:background .3s; }
.page-numbers.current { background:#5D4037; color:#fff; border-color:#5D4037; }
a.page-numbers:hover { background:#EFEBE9; color:#5D4037; }

/* Scroll Reveal */
.scroll-reveal { opacity:0; transform:translateY(25px); transition:opacity .6s ease, transform .6s ease; }
.scroll-reveal.revealed { opacity:1; transform:translateY(0); }

/* Misc */
.no-posts { text-align:center; padding:40px 0; color:#795548; }
.page-content { max-width:800px; margin:0 auto; }
.page-title { font-family:'Playfair Display',serif; font-size:2rem; color:#3E2723; margin-bottom:20px; }
.site-main { min-height:400px; }
