/* ===========================================================================
   NEKVI Publishing Page — page-specific styles
   Depends on css/styles.css for tokens and shared components.
=========================================================================== */

/* ---------- Hero ---------- */
.pub-hero{ padding:70px 0 80px; text-align:center; }
.pub-hero .container{ max-width:760px; }

.pub-hero-logo{
  width:150px;
  margin:0 auto 28px;
  filter:drop-shadow(0 0 30px rgba(31,154,148,0.22));
}

.pub-hero-eyebrow{
  font-family:var(--font-serif);
  letter-spacing:4px;
  text-transform:uppercase;
  font-size:13px;
  color:var(--gold);
  margin-bottom:18px;
}

.pub-hero-title{
  font-size:clamp(30px,4.4vw,48px);
  text-transform:uppercase;
  line-height:1.16;
  margin-bottom:22px;
}

.pub-hero-copy{
  color:var(--text-muted);
  font-size:16.5px;
  max-width:600px;
  margin:0 auto 34px;
}

.pub-hero-buttons{
  display:flex;
  gap:16px;
  justify-content:center;
  flex-wrap:wrap;
}

@media (max-width:560px){
  .pub-hero-buttons .btn{ width:100%; }
}

/* ---------- Why NEKVI (editorial, no cards) ---------- */
.why-nekvi{ background:var(--ivory); color:var(--ink); }
.why-nekvi .container{ max-width:820px; }
.why-nekvi-heading{
  font-size:clamp(24px,3.2vw,34px);
  text-transform:uppercase;
  margin-bottom:28px;
  max-width:560px;
}
.why-nekvi p{ font-size:17px; color:var(--ink-soft); margin-bottom:20px; max-width:70ch; }
.why-nekvi p.lede{ font-size:19px; color:var(--ink); font-weight:500; }

/* ---------- Publishing Principles (editorial list) ---------- */
.principles{ background:var(--bg-dark); }
.principles .container{ max-width:880px; }
.principles-list{ margin-top:36px; }
.principle-row{
  display:grid;
  grid-template-columns:56px 1fr;
  gap:24px;
  padding:28px 0;
  border-top:1px solid var(--border-dark);
}
.principles-list .principle-row:last-child{ border-bottom:1px solid var(--border-dark); }
.principle-icon{ color:var(--gold); }
.principle-icon svg{ width:30px; height:30px; stroke:currentColor; fill:none; }
.principle-row h3{
  font-size:17px;
  text-transform:uppercase;
  letter-spacing:0.5px;
  margin-bottom:8px;
}
.principle-lede{ color:var(--gold-light); font-style:italic; font-family:var(--font-serif); font-size:15px; margin-bottom:8px; }
.principle-row p:last-child{ color:var(--text-muted); font-size:15px; }

@media (max-width:600px){
  .principle-row{ grid-template-columns:1fr; gap:10px; }
}

/* ---------- Our First Title ---------- */
.first-title{ background:var(--ivory); color:var(--ink); }
.first-title .container{
  display:grid;
  grid-template-columns:0.85fr 1.15fr;
  gap:56px;
  align-items:center;
}
.first-title-art img{
  width:100%;
  max-width:320px;
  border-radius:var(--radius-md);
  box-shadow:0 24px 54px rgba(18,38,42,0.28);
  margin:0 auto;
}
.first-title-name{
  font-family:var(--font-serif);
  font-weight:700;
  font-size:clamp(22px,2.8vw,30px);
  line-height:1.25;
  margin-bottom:10px;
}
.first-title-subtitle{
  font-style:italic;
  color:var(--teal-deep);
  font-family:var(--font-serif);
  font-size:15px;
  margin-bottom:10px;
}
.first-title-author{
  font-size:13px;
  letter-spacing:2px;
  text-transform:uppercase;
  color:var(--ink-soft);
  margin-bottom:20px;
}
.first-title-desc{ color:var(--ink-soft); font-size:15.5px; margin-bottom:26px; max-width:56ch; }
.first-title-actions{ display:flex; align-items:center; gap:18px; flex-wrap:wrap; }

@media (max-width:900px){
  .first-title .container{ grid-template-columns:1fr; text-align:center; }
  .first-title-art{ order:-1; }
  .first-title-desc{ margin-left:auto; margin-right:auto; }
  .first-title-actions{ justify-content:center; }
}

/* ---------- What We Publish ---------- */
.what-we-publish{ background:var(--bg-dark); }
.what-we-publish .container{ max-width:1100px; }
.wwp-intro{ color:var(--text-muted); font-size:16px; max-width:640px; margin-bottom:36px; }
.interest-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:22px;
}
.interest-card{
  background:var(--bg-dark-2);
  border:1px solid var(--border-dark);
  border-radius:var(--radius-md);
  padding:28px 24px;
}
.interest-card .topic-icon{ border-color:var(--teal-ring); color:var(--teal-ring); }
.interest-card h3{
  font-size:14.5px;
  letter-spacing:0.5px;
  text-transform:uppercase;
  margin-bottom:10px;
  line-height:1.3;
}
.interest-card p{ font-size:13.5px; color:var(--text-muted); }

@media (max-width:980px){ .interest-grid{ grid-template-columns:1fr 1fr; } }
@media (max-width:560px){ .interest-grid{ grid-template-columns:1fr; } }

/* ---------- Approach to Readers ---------- */
.approach-readers{
  background:var(--bg-dark-2);
  border-top:1px solid var(--border-dark);
  border-bottom:1px solid var(--border-dark);
}
.approach-readers .container{ max-width:760px; }
.approach-readers h2{
  font-size:clamp(24px,3.2vw,32px);
  text-transform:uppercase;
  margin-bottom:24px;
}
.approach-readers .moment-list li{ color:var(--white); font-style:normal; font-family:var(--font-body); font-size:16px; }
.approach-readers .moment-list li::before{ background:var(--teal-ring); }
.approach-readers p{ color:var(--text-muted); font-size:16px; margin-bottom:22px; }

blockquote.editorial-quote{
  border-left:2px solid var(--gold);
  padding-left:26px;
  margin:32px 0 0;
}
blockquote.editorial-quote p{
  font-family:var(--font-serif);
  font-style:italic;
  font-size:clamp(19px,2.4vw,24px);
  color:var(--gold-light);
  line-height:1.5;
}

/* ---------- Publishing Standards ---------- */
.standards{ background:var(--ivory); color:var(--ink); }
.standards .container{ max-width:720px; }
.standards .check-list{ margin-top:24px; margin-bottom:26px; }
.standards .check-list li{ font-size:15.5px; }
.standards-note{ color:var(--ink-soft); font-size:14.5px; }

/* ---------- For Authors ---------- */
.for-authors{ background:var(--bg-dark); text-align:center; }
.for-authors .container{ max-width:640px; }
.for-authors p{ color:var(--text-muted); font-size:16px; margin-bottom:26px; }
.for-authors-status{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:14px;
  flex-wrap:wrap;
}

/* ---------- Final Brand CTA ---------- */
.brand-cta{ background:var(--bg-dark); text-align:center; }
.brand-cta .container{ max-width:640px; }
.brand-cta img{ width:110px; margin:0 auto 26px; }
.brand-cta h2{
  font-size:clamp(24px,3.2vw,32px);
  text-transform:uppercase;
  margin-bottom:18px;
}
.brand-cta p{ color:var(--text-muted); font-size:16px; margin-bottom:30px; }
.brand-cta-buttons{ display:flex; gap:16px; justify-content:center; flex-wrap:wrap; }

@media (max-width:560px){
  .brand-cta-buttons .btn{ width:100%; }
}
