/*
Theme Name: New Capital Times
Theme URI: https://newcapitaltimes.com
Description: New Capital Times — Financial intelligence for the modern investor and business leader.
Version: 1.0.0
Author: PR Launch Network
Text Domain: nct
*/

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,600;0,700;0,900;1,400;1,700&family=Inter:wght@300;400;500;600&family=Merriweather:ital,wght@0,300;0,400;1,300;1,400&display=swap');

/* Override GeneratePress container width */
body { max-width: none !important; background:#FBF8F1 !important; }
.site, #page, .site-content, .content-area, main { max-width: none !important; width: 100% !important; }


*,*::before,*::after{box-sizing:border-box;margin:0;padding:0;}
html{font-size:16px;scroll-behavior:smooth;}
body{font-family:'Inter',system-ui,sans-serif;background:#FBF8F1;color:#111;-webkit-font-smoothing:antialiased;line-height:1.6;}
a{color:inherit;text-decoration:none;}
img{display:block;max-width:100%;height:auto;}
ul{list-style:none;}

/* ── CONTAINERS ── */
.nct-wrap{max-width:1120px;margin:0 auto;padding:0 36px;}
.nct-wrap--narrow{max-width:740px;margin:0 auto;padding:0 36px;}

/* ════════════════════
   TOP BAR
════════════════════ */

/* ════════════════════
   HEADER
════════════════════ */
.nct-header{
  background:#FBF8F1;
  border-bottom:3px solid #111;
  position:sticky;
  top:0;
  z-index:200;
}
.nct-header__main{
  display:flex;
  justify-content:space-between;
  align-items:flex-end;
  padding:18px 0 14px;
  border-bottom:1px solid #D4C5A0;
}
.nct-logo{display:flex;flex-direction:column;gap:4px;}
.nct-logo__name{
  font-family:'Playfair Display',Georgia,serif;
  font-size:34px;
  font-weight:900;
  color:#111;
  letter-spacing:-.5px;
  line-height:1;
}

/* ── NAV ── */
.nct-nav{
  overflow-x:auto;
  scrollbar-width:none;
  margin-bottom:-3px;
}
.nct-nav::-webkit-scrollbar{display:none;}
.nct-nav ul{display:flex;gap:0;white-space:nowrap;}
.nct-nav ul li a{
  display:block;
  font-size:11px;
  font-weight:600;
  letter-spacing:.8px;
  text-transform:uppercase;
  color:#666;
  padding:10px 20px 10px 0;
  border-bottom:2px solid transparent;
  margin-bottom:0;
  transition:all .15s;
}
.nct-nav ul li a:hover,
.nct-nav ul li.current-menu-item a{color:#111;border-bottom-color:#C8A400;}
.nct-nav ul li.nct-nav-markets a{color:#C8A400;}

/* ════════════════════
   HOMEPAGE
════════════════════ */
.nct-home{padding:32px 0 80px;}

/* ── LEAD STORY — full width above fold ── */
.nct-lead{
  display:grid;
  grid-template-columns:1fr 380px;
  gap:0;
  border-bottom:2px solid #111;
  margin-bottom:32px;
  padding-bottom:32px;
}
.nct-lead__img-wrap{
  display:block;
  overflow:hidden;
  background:#E8E0CC;
  height:340px;
}
.nct-lead__img-wrap img{
  width:100%;height:100%;
  object-fit:cover;
  transition:transform .5s ease;
}
.nct-lead__img-wrap:hover img{transform:scale(1.03);}
.nct-lead__img-placeholder{width:100%;height:100%;display:block;}
.nct-lead__body{
  padding:0 0 0 36px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  border-left:1px solid #D4C5A0;
}
.nct-lead__kicker{
  font-size:9px;
  font-weight:700;
  letter-spacing:2px;
  text-transform:uppercase;
  color:#C8A400;
  margin-bottom:12px;
  display:flex;
  align-items:center;
  gap:8px;
}
.nct-lead__kicker::before{width:20px;height:1px;background:#C8A400;content:'';display:block;}
.nct-lead__title{
  font-family:'Playfair Display',Georgia,serif;
  font-size:30px;
  font-weight:900;
  line-height:1.15;
  color:#111;
  display:block;
  margin-bottom:14px;
  letter-spacing:-.3px;
}
.nct-lead__title:hover{color:#8B6914;}
.nct-lead__excerpt{
  font-family:'Merriweather',Georgia,serif;
  font-size:14px;
  line-height:1.75;
  color:#555;
  margin-bottom:18px;
  font-weight:300;
}
.nct-lead__meta{
  display:flex;
  align-items:center;
  gap:10px;
  padding-top:14px;
  border-top:1px solid #E8E0CC;
}
.nct-avatar{
  width:28px;height:28px;
  border-radius:50%;
  background:#111;
  color:#FBF8F1;
  display:flex;align-items:center;justify-content:center;
  font-size:10px;font-weight:700;flex-shrink:0;
}
.nct-avatar--sm{width:22px;height:22px;font-size:8px;}
.nct-author{font-size:11px;font-weight:600;color:#333;}
.nct-author-role{font-size:9px;color:#aaa;display:block;}
.nct-sep{color:#D4C5A0;font-size:12px;}
.nct-date{font-size:10px;color:#999;font-style:italic;font-family:'Merriweather',serif;}
.nct-read{font-size:10px;color:#bbb;}
.nct-read-link{
  margin-left:auto;
  font-size:10px;
  font-weight:700;
  letter-spacing:1px;
  text-transform:uppercase;
  color:#111;
  border-bottom:1px solid #111;
  padding-bottom:1px;
  transition:all .15s;
}
.nct-read-link:hover{color:#C8A400;border-bottom-color:#C8A400;}

/* ── 3-COLUMN NEWSPAPER LAYOUT ── */
.nct-columns{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:0;
  border-top:2px solid #111;
  border-bottom:1px solid #D4C5A0;
  margin-bottom:36px;
}
.nct-col{
  padding:24px 28px;
  border-right:1px solid #D4C5A0;
}
.nct-col:last-child{border-right:none;}
.nct-col__label{
  font-size:9px;
  font-weight:700;
  letter-spacing:2px;
  text-transform:uppercase;
  color:#111;
  padding-bottom:10px;
  margin-bottom:16px;
  border-bottom:2px solid #111;
  display:flex;
  align-items:center;
  gap:6px;
}
.nct-col__label--gold{border-bottom-color:#C8A400;color:#8B6914;}

/* Story in column */
.nct-col-story{
  padding:14px 0;
  border-bottom:1px solid #EDE5D0;
}
.nct-col-story:first-of-type{padding-top:0;}
.nct-col-story:last-child{border-bottom:none;padding-bottom:0;}
.nct-col-story__img{
  display:block;
  width:100%;
  aspect-ratio:16/9;
  overflow:hidden;
  margin-bottom:10px;
  background:#E8E0CC;
}
.nct-col-story__img img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease;}
.nct-col-story__img:hover img{transform:scale(1.05);}
.nct-col-story__img-placeholder{width:100%;height:100%;display:block;}
.nct-col-story__cat{
  font-size:9px;
  font-weight:700;
  letter-spacing:1.5px;
  text-transform:uppercase;
  color:#C8A400;
  margin-bottom:5px;
  display:block;
}
.nct-col-story__title{
  font-family:'Playfair Display',Georgia,serif;
  font-size:16px;
  font-weight:700;
  line-height:1.3;
  color:#111;
  display:block;
  margin-bottom:6px;
  transition:color .15s;
}
.nct-col-story__title:hover{color:#8B6914;}
.nct-col-story__excerpt{
  font-family:'Merriweather',serif;
  font-size:12px;
  line-height:1.65;
  color:#666;
  font-weight:300;
  margin-bottom:8px;
  display:-webkit-box;
  -webkit-line-clamp:3;
  -webkit-box-orient:vertical;
  overflow:hidden;
}
.nct-col-story__meta{
  font-size:9px;
  color:#bbb;
  display:flex;
  gap:6px;
  align-items:center;
  font-style:italic;
  font-family:'Merriweather',serif;
}

/* ── HORIZONTAL CARDS ── */
.nct-card-list{display:flex;flex-direction:column;}
.nct-hcard{
  display:grid;
  grid-template-columns:200px 1fr;
  gap:0;
  border-bottom:1px solid #EDE5D0;
  padding:20px 0;
}
.nct-hcard:first-child{border-top:1px solid #EDE5D0;}
.nct-hcard__img{
  display:block;
  width:100%;height:126px;
  overflow:hidden;
  background:#E8E0CC;
  flex-shrink:0;
}
.nct-hcard__img img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease;}
.nct-hcard:hover .nct-hcard__img img{transform:scale(1.05);}
.nct-hcard__img-placeholder{width:100%;height:100%;display:block;}
.nct-hcard__body{padding:0 0 0 24px;display:flex;flex-direction:column;justify-content:center;}
.nct-hcard__kicker{font-size:9px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;color:#C8A400;margin-bottom:6px;display:block;}
.nct-hcard__title{
  font-family:'Playfair Display',serif;
  font-size:18px;font-weight:700;line-height:1.25;
  color:#111;display:block;margin-bottom:6px;transition:color .15s;
}
.nct-hcard:hover .nct-hcard__title{color:#8B6914;}
.nct-hcard__excerpt{font-family:'Merriweather',serif;font-size:12px;line-height:1.6;color:#777;font-weight:300;margin-bottom:8px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}
.nct-hcard__meta{font-size:9px;color:#bbb;display:flex;gap:6px;font-style:italic;font-family:'Merriweather',serif;}

/* Section header */
.nct-section-header{
  display:flex;align-items:center;gap:16px;
  margin:32px 0 20px;
}
.nct-section-header__title{
  font-family:'Playfair Display',serif;
  font-size:13px;font-weight:700;
  color:#111;white-space:nowrap;
  letter-spacing:.2px;
}
.nct-section-header__line{flex:1;height:1px;background:#D4C5A0;}
.nct-section-header__title::before{
  content:'';
  display:inline-block;
  width:12px;height:12px;
  background:#C8A400;
  margin-right:10px;
  vertical-align:middle;
}

/* ════════════════════
   SINGLE POST
════════════════════ */
.nct-single-hero{
  background:#FBF8F1;
  border-bottom:3px solid #111;
}
.nct-single-hero::after{display:none;}
.nct-single-hero__overlay{display:none;}
.nct-single-hero__content{
  position:static;
  padding:36px 0 24px;
  max-width:860px;
}
.nct-single-hero__kicker{
  font-size:9px;font-weight:700;letter-spacing:2px;text-transform:uppercase;
  color:#FBF8F1;background:#C8A400;padding:3px 10px;
  display:inline-block;margin-bottom:14px;
}
.nct-single-hero__title{
  font-family:'Playfair Display',serif;
  font-size:46px;font-weight:900;
  line-height:1.1;color:#111;letter-spacing:-.3px;margin-bottom:16px;
}
.nct-single-hero__meta{
  display:flex;align-items:center;gap:12px;
  padding-top:14px;border-top:1px solid #D4C5A0;
}
.nct-single-hero__author{font-size:12px;font-weight:600;color:#111;}
.nct-single-hero__role{font-size:9px;color:#999;display:block;}
.nct-single-hero__date{font-size:10px;color:#aaa;font-style:italic;font-family:'Merriweather',serif;}
.nct-single-hero__img{
  display:block;max-width:860px;width:100%;
  height:420px;margin:0 auto;
  object-fit:cover;object-position:center center;opacity:1;
}
.nct-single-hero__img-div{max-width:860px;width:100%;height:360px;display:block;margin:0 auto;}

.nct-single-body{
  background:#FBF8F1;
  padding:52px 0 80px;
}
.nct-single-layout{
  display:grid;
  grid-template-columns:1fr 268px;
  gap:52px;
  align-items:start;
}
.nct-content{
  font-family:'Merriweather',Georgia,serif;
  font-size:17px;line-height:1.9;color:#222;
}
.nct-content p{margin-bottom:1.6em;}
.nct-content h2{
  font-family:'Playfair Display',serif;
  font-size:26px;font-weight:700;color:#111;
  margin:2.2em 0 .6em;letter-spacing:-.2px;
  padding-bottom:8px;border-bottom:2px solid #C8A400;
}
.nct-content h3{font-family:'Playfair Display',serif;font-size:20px;font-weight:700;color:#111;margin:1.8em 0 .5em;}
.nct-content blockquote{
  border-left:3px solid #C8A400;padding:12px 22px;margin:2em 0;
  font-size:19px;font-style:italic;color:#555;
  background:#F5F0E5;
}
.nct-content a{color:#8B6914;text-decoration:underline;}
.nct-content img{width:100%;margin:2em 0;}
.nct-content .ebd-lead,
.nct-content p.ebd-lead{
  font-size:19px;font-style:italic;
  color:#555;margin-bottom:2em;font-weight:300;line-height:1.8;
  border-left:3px solid #C8A400;padding-left:18px;
}
.nct-content strong{color:#111;font-weight:700;}

/* SHARE */
.nct-share{margin-top:48px;padding:24px 0;border-top:1px solid #D4C5A0;}
.nct-share__label{display:block;font-size:9px;font-weight:700;letter-spacing:2px;text-transform:uppercase;color:#bbb;margin-bottom:14px;}
.nct-share__buttons{display:flex;gap:10px;flex-wrap:wrap;}
.nct-share__btn{display:inline-flex;align-items:center;gap:7px;padding:9px 18px;font-size:12px;font-weight:600;border-radius:2px;cursor:pointer;transition:all .15s;text-decoration:none;border:none;font-family:inherit;letter-spacing:.3px;}
.nct-share__btn--linkedin{background:#0A66C2;color:#fff;}
.nct-share__btn--linkedin:hover{background:#004182;}
.nct-share__btn--x{background:#000;color:#fff;}
.nct-share__btn--x:hover{background:#333;}
.nct-share__btn--fb{background:#1877F2;color:#fff;}
.nct-share__btn--fb:hover{background:#0d5fc2;}
.nct-share__btn--copy{background:#f4f4ee;color:#111;border:1px solid #D4C5A0;}
.nct-share__btn--copy:hover{background:#ede8d8;}

/* AUTHOR BOX */
.nct-author-box{
  background:#f8f5ec;border-left:4px solid #C8A400;
  padding:24px 28px;display:flex;gap:18px;align-items:flex-start;
  margin-top:24px;
}
.nct-author-box__avatar{flex-shrink:0;}
.nct-author-box__avatar .nct-avatar{width:72px!important;height:72px!important;font-size:26px!important;border-radius:50%;overflow:hidden;}
.nct-author-box__body{flex:1;min-width:0;}
.nct-author-box__label{font-size:9px;font-weight:700;letter-spacing:2px;text-transform:uppercase;color:#C8A400;margin-bottom:5px;display:block;}
.nct-author-box__header{display:flex;align-items:center;gap:7px;margin-bottom:3px;}
.nct-author-box__name{font-family:'Playfair Display',serif;font-size:20px;font-weight:900;color:#111;}
.nct-author-box__verified{display:inline-flex;align-items:center;flex-shrink:0;}
.nct-author-box__role{font-size:10px;color:#C8A400;font-weight:600;letter-spacing:1px;text-transform:uppercase;margin-bottom:10px;display:block;}
.nct-author-box__bio{font-size:13px;line-height:1.65;color:#666;}
.nct-avatar img{width:100%;height:100%;object-fit:cover;border-radius:50%;display:block;}
.nct-avatar--img{padding:0;background:transparent;}

/* Sidebar */
.nct-sidebar{}
.nct-sidebar__section{border:1px solid #E8E0CC;padding:18px;margin-bottom:18px;background:#F5F0E5;}
.nct-sidebar__label{
  font-family:'Playfair Display',serif;
  font-size:13px;font-weight:700;color:#111;
  margin-bottom:12px;padding-bottom:8px;
  border-bottom:2px solid #C8A400;
}

.nct-sidebar-item:last-child{border-bottom:none;padding-bottom:0;}
.nct-sidebar-item__title{
  font-family:'Playfair Display',serif;font-size:13px;font-weight:700;
  line-height:1.3;color:#111;display:block;transition:color .15s;
}
.nct-sidebar-item__title:hover{color:#8B6914;}
.nct-sidebar-item__meta{font-size:9px;color:#bbb;margin-top:3px;font-style:italic;font-family:'Merriweather',serif;}

/* ════════════════════
   ARCHIVE
════════════════════ */
.nct-archive-hero{
  background:#111;padding:56px 0 44px;position:relative;
}
.nct-archive-hero::after{
  content:'';position:absolute;bottom:0;left:0;right:0;
  height:4px;background:#C8A400;
}
.nct-archive-hero__label{font-size:9px;font-weight:700;letter-spacing:2.5px;text-transform:uppercase;color:#C8A400;margin-bottom:10px;}
.nct-archive-hero__title{font-family:'Playfair Display',serif;font-size:40px;font-weight:900;color:#FBF8F1;letter-spacing:-.3px;}
.nct-archive-hero__count{font-size:10px;color:#555;margin-top:8px;font-style:italic;font-family:'Merriweather',serif;}
.nct-archive-body{padding:40px 0 80px;background:#FBF8F1;}

.nct-pagination{display:flex;gap:4px;justify-content:center;padding:48px 0 0;}
.nct-pagination a,.nct-pagination span{
  display:inline-flex;align-items:center;justify-content:center;
  width:36px;height:36px;font-size:12px;border:1px solid #D4C5A0;
  color:#888;transition:all .15s;font-family:'Merriweather',serif;
}
.nct-pagination a:hover,.nct-pagination span.current{background:#111;color:#FBF8F1;border-color:#111;}

/* ════════════════════
   PAGE
════════════════════ */
.nct-page-hero{background:#111;padding:56px 0 44px;position:relative;}
.nct-page-hero::after{content:'';position:absolute;bottom:0;left:0;right:0;height:4px;background:#C8A400;}
.nct-page-hero__label{font-size:9px;font-weight:700;letter-spacing:2.5px;text-transform:uppercase;color:#C8A400;margin-bottom:10px;}
.nct-page-hero__title{font-family:'Playfair Display',serif;font-size:38px;font-weight:900;color:#FBF8F1;letter-spacing:-.3px;}
.nct-page-body{padding:48px 0 100px;background:#FBF8F1;}
.nct-page-content{
  font-family:'Merriweather',serif;font-size:15px;line-height:1.85;color:#444;font-weight:300;
}
.nct-page-content p{margin-bottom:1.4em;}
.nct-page-content h2{
  font-family:'Playfair Display',serif;font-size:22px;font-weight:700;color:#111;
  margin:2em 0 .6em;padding-bottom:8px;border-bottom:2px solid #C8A400;
}
.nct-page-content h3{font-family:'Playfair Display',serif;font-size:17px;font-weight:700;color:#333;margin:1.5em 0 .4em;}
.nct-page-content strong{color:#111;font-weight:700;}
.nct-page-content a{color:#8B6914;text-decoration:underline;}
.nct-page-content ul{margin:.8em 0 1.4em 1.4em;list-style:disc;}
.nct-page-content ul li{margin-bottom:.5em;color:#555;}
.nct-page-content .nct-highlight,
.nct-page-content .ebd-highlight{background:#F5F0E5;border-left:4px solid #C8A400;padding:18px 22px;margin:2em 0;}
.nct-page-content .nct-highlight p,
.nct-page-content .ebd-highlight p{margin-bottom:0;}

/* ════════════════════
   FOOTER
════════════════════ */
.nct-footer{background:#111;padding:40px 0 28px;}
.nct-footer__inner{
  display:flex;justify-content:space-between;align-items:flex-start;
  flex-wrap:wrap;gap:20px;
  padding-bottom:22px;border-bottom:1px solid #1e1e1e;margin-bottom:18px;
}
.nct-footer__logo{font-family:'Playfair Display',serif;font-size:22px;font-weight:900;color:#FBF8F1;letter-spacing:-.3px;}
.nct-footer__sub{font-size:9px;color:#C8A400;font-weight:600;letter-spacing:2.5px;text-transform:uppercase;margin-top:4px;}
.nct-footer__links{display:flex;gap:16px;align-items:center;}
.nct-footer__links a{font-size:11px;color:#444;transition:color .15s;}
.nct-footer__links a:hover{color:#C8A400;}
.nct-footer__links span{color:#222;}
.nct-footer__copy{font-size:11px;color:#2a2a2a;}

/* ════════════════════
   RESPONSIVE — TABLET
════════════════════ */
@media(max-width:1100px){
  .nct-wrap{padding:0 24px;}
  .nct-wrap--narrow{padding:0 24px;}
  .nct-lead{grid-template-columns:1fr 320px;}
  .nct-lead__title{font-size:26px;}
  .nct-columns{grid-template-columns:repeat(2,1fr);}
  .nct-columns .nct-col:last-child{grid-column:1/-1;border-top:1px solid #D4C5A0;border-right:none;}
  .nct-single-layout{grid-template-columns:1fr 240px;gap:36px;}
  .nct-single-hero__title{font-size:36px;}
}

@media(max-width:900px){
  .nct-lead{grid-template-columns:1fr;}
  .nct-lead__img-wrap{height:240px;}
  .nct-lead__body{border-left:none;border-top:1px solid #D4C5A0;padding:20px 0 0;}
  .nct-columns{grid-template-columns:1fr 1fr;}
  .nct-columns .nct-col:last-child{grid-column:auto;border-top:none;}
  .nct-single-layout{grid-template-columns:1fr;}
  .nct-single-hero__title{font-size:30px;}
}

/* ════════════════════
   RESPONSIVE — MOBILE
════════════════════ */
@media(max-width:768px){
  .nct-wrap{padding:0 16px;}
  .nct-wrap--narrow{padding:0 16px;}


  /* Header */
  .nct-header__main{padding:12px 0;}
  .nct-logo__name{font-size:24px;}
      .nct-nav ul li a{font-size:10px;padding:9px 12px 9px 0;}

  /* Lead */
  .nct-lead__img-wrap{height:200px;}
  .nct-lead__title{font-size:22px;}
  .nct-lead__excerpt{display:none;}
  .nct-read-link{display:none;}

  /* Columns */
  .nct-columns{grid-template-columns:1fr;}
  .nct-col{padding:18px 16px;border-right:none;border-bottom:1px solid #D4C5A0;}
  .nct-col:last-child{border-bottom:none;}

  /* Cards */
  .nct-hcard{grid-template-columns:1fr;gap:0;}
  .nct-hcard__img{height:160px;margin-bottom:12px;}
  .nct-hcard__body{padding:0;}
  .nct-hcard__title{font-size:16px;}
  .nct-hcard__excerpt{display:none;}

  /* Single */
  .nct-single-hero__title{font-size:24px;}
  .nct-single-hero__content{padding:28px 0 32px;}
  .nct-single-body{padding:32px 0 60px;}
  .nct-content{font-size:16px;}
  .nct-author-box{flex-direction:column;}

  /* Archive/Page */
  .nct-archive-hero{padding:40px 0 32px;}
  .nct-archive-hero__title{font-size:28px;}
  .nct-page-hero{padding:40px 0 32px;}
  .nct-page-hero__title{font-size:24px;}

  /* Footer */
  .nct-footer__inner{flex-direction:column;gap:12px;}
  .nct-footer__links{flex-wrap:wrap;gap:10px;}

  .nct-home{padding:20px 0 60px;}
}






/* SIDEBAR ITEMS — clean layout */
.nct-sidebar-item {
  display:grid;
  grid-template-columns:96px 1fr;
  gap:14px;
  padding:14px 0;
  border-bottom:1px solid #f1f5f9;
  align-items:start;
}
.nct-sidebar-item:last-child { border-bottom:none; }
.nct-sidebar-item__img {
  display:block;
  width:96px;
  height:66px;
  overflow:hidden;
  background:#e2e8f0;
  flex-shrink:0;
}
.nct-sidebar-item__img img {
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  transition:transform .3s;
}
.nct-sidebar-item:hover .nct-sidebar-item__img img { transform:scale(1.05); }
@media(max-width:480px){
  .nct-logo__name{font-size:20px;}
  .nct-lead__title{font-size:20px;}
  .nct-single-hero__title{font-size:20px;}
  .nct-archive-hero__title{font-size:24px;}
  .nct-columns{grid-template-columns:1fr;}
}

/* MORE FROM NEW CAPITAL TIMES */
.nct-more-stories{background:#111;padding:52px 0 60px;margin-top:0;}
.nct-more-stories__header{margin-bottom:28px;padding-bottom:14px;border-bottom:1px solid #333;}
.nct-more-stories__label{font-size:10px;font-weight:700;letter-spacing:2.5px;text-transform:uppercase;color:#C8A400;}
.nct-more-stories__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px;}
.nct-more-card{display:flex;flex-direction:column;text-decoration:none;color:inherit;}
.nct-more-card__img{width:100%;aspect-ratio:16/9;overflow:hidden;background:#222;margin-bottom:14px;}
.nct-more-card__img img{width:100%;height:100%;object-fit:cover;transition:transform .4s;}
.nct-more-card:hover .nct-more-card__img img{transform:scale(1.04);}
.nct-more-card__cat{font-size:9px;font-weight:700;letter-spacing:2px;text-transform:uppercase;color:#C8A400;display:block;margin-bottom:7px;}
.nct-more-card__title{font-family:'Playfair Display',serif;font-size:18px;font-weight:700;line-height:1.35;color:#FBF8F1;margin:0 0 8px;transition:color .15s;}
.nct-more-card:hover .nct-more-card__title{color:#C8A400;}
.nct-more-card__date{font-size:11px;color:#666;}
@media(max-width:640px){.nct-more-stories__grid{grid-template-columns:1fr;}}
