/*
Theme Name: Sanjay Talks
Theme URI: https://sanjaytalks.com
Author: Pacific Creation
Author URI: https://pacificcreation.in
Description: Custom dark-mode portfolio theme for Sanjay Talks — Tamil tech education. Elementor-compatible. Each page (home, about, courses, blog, single, contact) lives in its own template file and renders the design out of the box. Open any page in Elementor to override its content with full visual editing.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: sanjay-talks
Tags: dark, portfolio, elementor, education, one-column, custom-menu, threaded-comments
*/

:root {
  --y1: #FFE500;
  --y2: #FFD000;
  --y3: #FFC200;
  --bk: #0A0A0A;
  --bk2: #111111;
  --bk3: #161616;
  --bk4: #1C1C1C;
  --bk5: #242424;
  --line: rgba(255,255,255,.08);
  --line2: rgba(255,255,255,.14);
  --wh: #FAFAF8;
  --t-mid: rgba(255,255,255,.55);
  --t-light: rgba(255,255,255,.35);
  --ff-display: 'Bebas Neue', sans-serif;
  --ff-serif: 'Instrument Serif', serif;
  --ff-body: 'DM Sans', sans-serif;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  background: var(--bk);
  color: var(--wh);
  font-family: var(--ff-body);
  font-size: 16px;
  line-height: 1.6;
  overflow-x: hidden;
}

a { color: inherit; }
img { max-width: 100%; height: auto; display: block; }

/* NAV */
.site-nav {
  position: fixed; top: 16px; left: 50%; transform: translateX(-50%);
  z-index: 500;
  display: flex; align-items: center; gap: 8px;
  padding: 8px 8px 8px 24px;
  background: rgba(20,20,20,.7);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid var(--line);
  border-radius: 999px;
}
.nav-logo {
  font-family: var(--ff-body);
  font-size: 15px; font-weight: 700;
  letter-spacing: .02em;
  color: var(--wh);
  text-decoration: none;
  display: flex; align-items: center; gap: 8px;
  padding-right: 16px;
  border-right: 1px solid var(--line);
}
.logo-sq {
  width: 26px; height: 26px;
  background: var(--y1);
  border-radius: 8px;
  display: flex; align-items: center; justify-content: center;
  font-size: 11px; font-weight: 800; color: var(--bk);
  font-family: var(--ff-body);
  letter-spacing: 0;
}
.nav-links { display: flex; gap: 4px; list-style: none; align-items: center; }
.nav-links a {
  font-size: 13px; font-weight: 500; color: rgba(255,255,255,.7);
  text-decoration: none;
  padding: 8px 14px;
  border-radius: 999px;
  transition: all .2s;
}
.nav-links a:hover,
.nav-links .current-menu-item > a,
.nav-links .current_page_item > a,
.nav-links a.active {
  background: rgba(255,255,255,.08);
  color: var(--wh);
}
.nav-cta {
  background: var(--y1);
  color: var(--bk);
  padding: 9px 20px;
  font-size: 13px; font-weight: 600;
  text-decoration: none;
  font-family: var(--ff-body);
  border-radius: 999px;
  transition: all .2s;
  margin-left: 4px;
}
.nav-cta:hover { background: var(--wh); }

/* PAGE */
.site-main { padding-top: 80px; min-height: 60vh; }
.container { max-width: 1180px; margin: 0 auto; padding: 0 24px; }

/* Section header chip */
.chip {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--bk4);
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 7px 14px;
  font-size: 12px; font-weight: 500;
  color: rgba(255,255,255,.7);
  margin-bottom: 24px;
}
.chip-star { color: var(--y1); font-size: 11px; }

/* ── HOME HERO ── */
.hero {
  position: relative;
  padding: 40px 0 80px;
  overflow: hidden;
}
.hero-bg-glow {
  position: absolute;
  top: -200px; left: 50%; transform: translateX(-50%);
  width: 900px; height: 900px;
  background: radial-gradient(circle, rgba(255,229,0,.12) 0%, transparent 60%);
  pointer-events: none;
  z-index: 0;
}
.hero-inner {
  position: relative; z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
  min-height: 540px;
}
.hero-left h1 {
  font-family: var(--ff-display);
  font-size: clamp(56px, 7vw, 96px);
  line-height: .95;
  letter-spacing: .02em;
  color: var(--wh);
  margin-bottom: 8px;
}
.hero-left h1 em {
  font-family: var(--ff-serif);
  font-style: italic;
  font-weight: 400;
  color: var(--y1);
  display: block;
}
.hero-tagline {
  font-size: 15px;
  color: var(--t-mid);
  max-width: 380px;
  margin: 24px 0 0;
  font-weight: 300;
  line-height: 1.7;
}
.hero-tagline strong { color: var(--wh); font-weight: 600; }

.hero-right {
  position: relative;
  height: 540px;
  display: flex; align-items: flex-end; justify-content: center;
}
.hero-photo {
  position: absolute;
  bottom: 0; left: 50%; transform: translateX(-50%);
  width: 380px; height: 460px;
  background: linear-gradient(180deg, var(--bk4) 0%, var(--bk3) 100%);
  border-radius: 24px;
  overflow: hidden;
  display: flex; align-items: center; justify-content: center;
  border: 1px solid var(--line);
}
.hero-photo::before {
  content: 'ST';
  font-family: var(--ff-display);
  font-size: 220px;
  color: var(--y1);
  opacity: .18;
  letter-spacing: .02em;
}
.hero-photo::after {
  content: '👋 Sanjay';
  position: absolute;
  bottom: 24px; left: 50%; transform: translateX(-50%);
  font-family: var(--ff-body);
  font-size: 13px;
  color: rgba(255,255,255,.4);
  font-weight: 400;
}
.hero-bg-text {
  position: absolute;
  bottom: 30%; left: 50%; transform: translateX(-50%);
  font-family: var(--ff-display);
  font-size: clamp(80px, 12vw, 160px);
  letter-spacing: .02em;
  color: rgba(255,255,255,.05);
  white-space: nowrap;
  pointer-events: none;
  z-index: 0;
}
.hero-skill-card {
  position: absolute;
  top: 40px; left: 0;
  background: var(--bk4);
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 16px 18px;
  width: 220px;
  z-index: 2;
}
.hero-skill-head {
  display: flex; align-items: center; justify-content: space-between;
  margin-bottom: 8px;
}
.hsk-title { font-size: 13px; font-weight: 600; color: var(--wh); }
.hsk-arrow {
  width: 28px; height: 28px;
  background: var(--y1); color: var(--bk);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 13px;
}
.hsk-desc { font-size: 11px; color: var(--t-light); font-weight: 300; line-height: 1.5; }
.hero-role {
  position: absolute;
  bottom: 60px; right: 0;
  background: var(--bk4);
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 16px 20px;
  font-family: var(--ff-display);
  font-size: 24px;
  letter-spacing: .04em;
  color: var(--wh);
  line-height: 1.05;
  z-index: 2;
  max-width: 220px;
}
.hero-role em {
  font-family: var(--ff-serif);
  font-style: italic;
  color: var(--y1);
  display: block;
  font-size: 22px;
}

/* LOGO STRIP */
.logo-strip {
  background: var(--y1);
  padding: 18px 0;
  overflow: hidden;
}
.logo-strip-inner {
  display: flex;
  animation: tick 30s linear infinite;
  white-space: nowrap;
  gap: 0;
}
.logo-strip-item {
  font-family: var(--ff-display);
  font-size: 22px;
  letter-spacing: .08em;
  color: var(--bk);
  padding: 0 32px;
  display: inline-flex; align-items: center; gap: 16px;
}
.logo-strip-dot { width: 8px; height: 8px; background: var(--bk); border-radius: 50%; }
@keyframes tick { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }

/* GENERIC SECTION */
section.row, .row-section { padding: 80px 0; }
.section-head {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: end;
  margin-bottom: 48px;
}
.section-head h2 {
  font-family: var(--ff-display);
  font-size: clamp(42px, 5vw, 64px);
  line-height: .95;
  letter-spacing: .02em;
  color: var(--wh);
}
.section-head h2 em { font-family: var(--ff-serif); font-style: italic; color: var(--y1); font-weight: 400; }
.section-head p { font-size: 14px; color: var(--t-mid); font-weight: 300; line-height: 1.7; max-width: 380px; justify-self: end; }

/* ABOUT BLOCK */
.about-block {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 64px;
  align-items: center;
}
.about-block h2 {
  font-family: var(--ff-display);
  font-size: clamp(42px, 5vw, 64px);
  line-height: 1; letter-spacing: .02em;
  color: var(--wh);
}
.about-stats {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 32px;
  margin-bottom: 28px;
}
.stat-num { font-family: var(--ff-display); font-size: 64px; color: var(--y1); line-height: 1; }
.stat-lbl { font-size: 13px; color: var(--t-mid); margin-top: 4px; font-weight: 300; }
.about-block p { font-size: 14px; color: var(--t-mid); font-weight: 300; line-height: 1.8; margin-bottom: 24px; }
.about-block p strong { color: var(--wh); font-weight: 600; }

.btn-pill {
  display: inline-flex; align-items: center; gap: 10px;
  background: var(--y1); color: var(--bk);
  padding: 12px 22px;
  border-radius: 999px;
  font-size: 13px; font-weight: 600;
  text-decoration: none;
  border: none; cursor: pointer;
  font-family: var(--ff-body);
  transition: all .2s;
}
.btn-pill:hover { background: var(--wh); }
.btn-pill .ico { width: 22px; height: 22px; background: var(--bk); color: var(--y1); border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; font-size: 11px; }
.btn-out-pill {
  display: inline-flex; align-items: center; gap: 10px;
  background: transparent; color: var(--wh);
  padding: 12px 22px;
  border-radius: 999px;
  font-size: 13px; font-weight: 600;
  text-decoration: none;
  border: 1px solid var(--line2);
  cursor: pointer;
  font-family: var(--ff-body);
  transition: all .2s;
}
.btn-out-pill:hover { background: rgba(255,255,255,.05); border-color: var(--y1); }

/* WORKS / COURSES GRID */
.works-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.work-card {
  background: var(--bk3);
  border: 1px solid var(--line);
  border-radius: 20px;
  overflow: hidden;
  transition: all .25s;
  cursor: pointer;
  position: relative;
}
.work-card:hover { transform: translateY(-4px); border-color: rgba(255,229,0,.3); }
.work-thumb {
  height: 220px;
  display: flex; align-items: center; justify-content: center;
  font-size: 64px;
  position: relative;
  overflow: hidden;
}
.work-thumb.t1 { background: linear-gradient(135deg, #1a1300 0%, #0a0a0a 100%); }
.work-thumb.t2 { background: linear-gradient(135deg, #0a1a0d 0%, #0a0a0a 100%); }
.work-thumb.t3 { background: linear-gradient(135deg, #1a0a1a 0%, #0a0a0a 100%); }
.work-thumb.t4 { background: linear-gradient(135deg, #1a0d00 0%, #0a0a0a 100%); }
.work-foot {
  display: flex; justify-content: space-between; align-items: center;
  padding: 18px 22px;
  border-top: 1px solid var(--line);
}
.wf-title { font-size: 16px; font-weight: 600; color: var(--wh); }
.wf-tag { font-size: 11px; color: var(--t-light); padding: 4px 10px; background: rgba(255,255,255,.05); border-radius: 999px; }

/* SKILLS BAND */
.skills-band {
  display: grid;
  grid-template-columns: 380px 1fr;
  gap: 48px;
  align-items: center;
  background: var(--bk3);
  border: 1px solid var(--line);
  border-radius: 24px;
  padding: 32px;
}
.skills-photo {
  height: 360px;
  background: linear-gradient(180deg, var(--bk4) 0%, var(--bk5) 100%);
  border-radius: 16px;
  display: flex; align-items: center; justify-content: center;
  font-family: var(--ff-display);
  font-size: 180px;
  color: rgba(255,229,0,.15);
  letter-spacing: .02em;
}
.skills-intro {
  font-size: 14px; color: var(--t-mid); font-weight: 300; line-height: 1.7;
  margin-bottom: 24px;
}
.skills-intro strong { color: var(--wh); font-weight: 600; }
.skill-row {
  padding: 14px 0;
  border-top: 1px solid var(--line);
}
.skill-row:last-child { border-bottom: 1px solid var(--line); }
.skill-meta { display: flex; justify-content: space-between; margin-bottom: 8px; }
.skill-name { font-size: 14px; font-weight: 600; color: var(--wh); }
.skill-pct { font-size: 14px; color: var(--y1); font-weight: 600; font-family: var(--ff-display); }
.skill-bar-wrap { height: 4px; background: rgba(255,255,255,.06); border-radius: 999px; overflow: hidden; }
.skill-bar { height: 100%; background: var(--y1); border-radius: 999px; }

/* SERVICES */
.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.svc-card {
  background: var(--bk3);
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 28px;
  transition: all .25s;
}
.svc-card:hover { border-color: var(--y1); transform: translateY(-4px); }
.svc-icon-wrap {
  width: 48px; height: 48px;
  background: var(--bk4);
  border: 1px solid var(--line);
  border-radius: 12px;
  display: flex; align-items: center; justify-content: center;
  font-size: 22px;
  margin-bottom: 20px;
}
.svc-card:hover .svc-icon-wrap { background: var(--y1); border-color: var(--y1); }
.svc-title {
  font-family: var(--ff-display);
  font-size: 28px;
  letter-spacing: .02em;
  color: var(--wh);
  margin-bottom: 10px;
}
.svc-desc { font-size: 13px; color: var(--t-mid); font-weight: 300; line-height: 1.7; }

/* EXPERIENCE */
.level-block {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 64px;
  align-items: center;
}
.exp-item { padding: 18px 0; border-bottom: 1px solid var(--line); }
.exp-row { display: flex; gap: 16px; align-items: baseline; flex-wrap: wrap; }
.exp-years { font-family: var(--ff-display); font-size: 16px; color: var(--y1); letter-spacing: .04em; min-width: 100px; }
.exp-pill { font-size: 11px; padding: 4px 10px; border-radius: 999px; background: var(--bk4); border: 1px solid var(--line); color: var(--t-mid); }
.exp-title { font-family: var(--ff-display); font-size: 28px; letter-spacing: .02em; color: var(--wh); margin-top: 6px; }

/* REVIEWS */
.reviews-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.rv-card {
  background: var(--bk3);
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 24px;
}
.rv-stars { color: var(--y1); font-size: 14px; margin-bottom: 12px; letter-spacing: 2px; }
.rv-text { font-size: 14px; color: rgba(255,255,255,.75); font-weight: 300; line-height: 1.65; margin-bottom: 20px; }
.rv-foot { display: flex; align-items: center; gap: 12px; padding-top: 16px; border-top: 1px solid var(--line); justify-content: space-between; }
.rv-person { display: flex; align-items: center; gap: 12px; }
.rv-avatar { width: 40px; height: 40px; border-radius: 50%; background: var(--y1); display: flex; align-items: center; justify-content: center; font-weight: 700; color: var(--bk); font-size: 14px; }
.rv-name { font-size: 14px; font-weight: 600; color: var(--wh); }
.rv-role { font-size: 11px; color: var(--t-light); }
.rv-quote { color: var(--y1); font-family: var(--ff-serif); font-style: italic; font-size: 30px; line-height: 1; }

/* NEWS */
.news-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.news-card {
  background: var(--bk3);
  border: 1px solid var(--line);
  border-radius: 20px;
  overflow: hidden;
  transition: all .25s;
  cursor: pointer;
  text-decoration: none;
  color: inherit;
  display: block;
}
.news-card:hover { transform: translateY(-4px); border-color: rgba(255,229,0,.3); }
.news-thumb {
  height: 180px;
  display: flex; align-items: center; justify-content: center;
  font-size: 56px;
  position: relative;
}
.news-thumb.t1 { background: linear-gradient(135deg, #1a1300 0%, #0a0a0a 100%); }
.news-thumb.t2 { background: linear-gradient(135deg, #0a1a0d 0%, #0a0a0a 100%); }
.news-thumb.t3 { background: linear-gradient(135deg, #1a0a1a 0%, #0a0a0a 100%); }
.news-thumb.t4 { background: linear-gradient(135deg, #1a0d00 0%, #0a0a0a 100%); }
.news-thumb-tag {
  position: absolute; top: 14px; left: 14px;
  background: var(--y1); color: var(--bk);
  font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase;
  padding: 4px 10px; border-radius: 999px;
}
.news-thumb img { width: 100%; height: 100%; object-fit: cover; }
.news-body { padding: 22px; }
.news-date { font-size: 11px; color: var(--t-light); margin-bottom: 8px; }
.news-ttl { font-size: 17px; font-weight: 600; color: var(--wh); line-height: 1.35; margin-bottom: 10px; }
.news-excerpt { font-size: 13px; color: var(--t-mid); font-weight: 300; line-height: 1.6; }

/* CTA BAND */
.cta-band {
  background: linear-gradient(135deg, var(--bk4) 0%, var(--bk3) 100%);
  border: 1px solid var(--line);
  border-radius: 28px;
  padding: 56px 48px;
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 40px;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.cta-band::before {
  content: '';
  position: absolute; inset: 0;
  background: radial-gradient(circle at 80% 50%, rgba(255,229,0,.08), transparent 50%);
  pointer-events: none;
}
.cta-band h2 {
  font-family: var(--ff-display);
  font-size: clamp(42px, 5vw, 64px);
  line-height: .95; letter-spacing: .02em;
  color: var(--wh);
  position: relative; z-index: 1;
}
.cta-band h2 em { font-family: var(--ff-serif); font-style: italic; color: var(--y1); font-weight: 400; }
.cta-band p { font-size: 14px; color: var(--t-mid); font-weight: 300; line-height: 1.7; margin-bottom: 20px; position: relative; z-index: 1; }
.cta-info-row { display: flex; flex-direction: column; gap: 10px; position: relative; z-index: 1; }
.cta-info-pill {
  display: inline-flex; align-items: center; gap: 10px;
  font-size: 13px; color: rgba(255,255,255,.7);
  padding: 8px 4px;
}
.cta-info-pill .ico { width: 28px; height: 28px; background: var(--y1); border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; color: var(--bk); font-size: 13px; }

/* FOOTER */
.site-footer {
  border-top: 1px solid var(--line);
  padding: 32px 0;
  margin-top: 80px;
}
.foot-inner {
  display: flex; justify-content: space-between; align-items: center;
  flex-wrap: wrap; gap: 20px;
}
.foot-logo { font-family: var(--ff-body); font-size: 15px; font-weight: 700; color: var(--wh); display: flex; align-items: center; gap: 10px; }
.foot-links { display: flex; gap: 24px; list-style: none; }
.foot-links a { color: var(--t-light); text-decoration: none; font-size: 13px; transition: color .2s; }
.foot-links a:hover { color: var(--y1); }
.foot-copy { font-size: 12px; color: var(--t-light); }
.foot-social { display: flex; gap: 8px; }
.foot-social a {
  width: 36px; height: 36px;
  background: var(--bk4); border: 1px solid var(--line);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  text-decoration: none; font-size: 14px;
  transition: all .2s;
}
.foot-social a:hover { background: var(--y1); border-color: var(--y1); }

/* PAGE HEADER */
.page-header {
  padding: 80px 0 40px;
  text-align: center;
}
.page-header h1 {
  font-family: var(--ff-display);
  font-size: clamp(64px, 9vw, 120px);
  line-height: .9; letter-spacing: .02em;
  color: var(--wh);
}
.page-header h1 em { font-family: var(--ff-serif); font-style: italic; color: var(--y1); font-weight: 400; }
.page-header p { font-size: 15px; color: var(--t-mid); font-weight: 300; max-width: 540px; margin: 24px auto 0; line-height: 1.7; }

/* CONTACT */
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 40px;
}
.contact-card {
  background: var(--bk3);
  border: 1px solid var(--line);
  border-radius: 24px;
  padding: 32px;
}
.contact-info-list { display: flex; flex-direction: column; gap: 18px; margin-bottom: 24px; }
.ci-item { display: flex; gap: 14px; align-items: center; }
.ci-ico {
  width: 40px; height: 40px;
  background: var(--bk4); border: 1px solid var(--line);
  border-radius: 12px;
  display: flex; align-items: center; justify-content: center;
  font-size: 16px;
}
.ci-label { font-size: 11px; color: var(--t-light); text-transform: uppercase; letter-spacing: .06em; }
.ci-val { font-size: 14px; font-weight: 500; color: var(--wh); }
.form-group { margin-bottom: 16px; }
.form-group label { display: block; font-size: 12px; font-weight: 500; color: var(--t-mid); margin-bottom: 8px; }
.form-group input, .form-group textarea, .form-group select {
  width: 100%; padding: 14px 16px;
  background: var(--bk4); border: 1px solid var(--line);
  border-radius: 12px;
  font-family: var(--ff-body); font-size: 14px; color: var(--wh);
  outline: none; transition: all .2s;
  appearance: none;
}
.form-group input:focus, .form-group textarea:focus, .form-group select:focus {
  border-color: var(--y1);
  background: var(--bk3);
}
.form-group textarea { height: 120px; resize: vertical; }
.form-group input::placeholder, .form-group textarea::placeholder { color: var(--t-light); }
.social-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.social-grid a {
  display: flex; align-items: center; gap: 10px;
  padding: 12px 14px;
  background: var(--bk4); border: 1px solid var(--line);
  border-radius: 12px;
  text-decoration: none; color: var(--wh); font-size: 13px; font-weight: 500;
  transition: all .2s;
}
.social-grid a:hover { border-color: var(--y1); background: var(--bk3); }

/* BLOG SINGLE / ARTICLE */
.article-wrap { max-width: 820px; margin: 0 auto; padding: 0 24px; }
.article-back {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 13px; color: var(--t-mid);
  text-decoration: none; padding: 8px 14px;
  background: var(--bk4); border: 1px solid var(--line);
  border-radius: 999px;
  transition: all .2s;
  margin-bottom: 32px;
}
.article-back:hover { border-color: var(--y1); color: var(--y1); }
.article-meta-row {
  display: flex; flex-wrap: wrap; gap: 10px; align-items: center;
  margin-bottom: 20px;
}
.article-cat {
  background: var(--y1); color: var(--bk);
  font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase;
  padding: 5px 12px; border-radius: 999px;
  text-decoration: none;
}
.article-meta-dot { width: 4px; height: 4px; background: var(--t-light); border-radius: 50%; }
.article-meta-txt { font-size: 13px; color: var(--t-light); }
.article-title {
  font-family: var(--ff-display);
  font-size: clamp(40px, 6vw, 64px);
  line-height: 1; letter-spacing: .02em;
  color: var(--wh);
  margin-bottom: 20px;
}
.article-excerpt {
  font-size: 18px; color: var(--t-mid); font-weight: 300; line-height: 1.6;
  margin-bottom: 32px;
}
.article-author {
  display: flex; align-items: center; gap: 14px;
  padding: 18px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  margin-bottom: 32px;
}
.article-author .rv-avatar { width: 44px; height: 44px; font-size: 15px; }
.author-name { font-size: 14px; font-weight: 600; color: var(--wh); }
.author-role { font-size: 12px; color: var(--t-light); }
.article-share { margin-left: auto; display: flex; gap: 6px; }
.article-share a {
  width: 34px; height: 34px;
  background: var(--bk4); border: 1px solid var(--line);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  text-decoration: none; font-size: 12px;
  transition: all .2s;
}
.article-share a:hover { background: var(--y1); border-color: var(--y1); }
.article-hero {
  height: 380px;
  background: linear-gradient(135deg, var(--bk4) 0%, var(--bk3) 100%);
  border-radius: 24px;
  display: flex; align-items: center; justify-content: center;
  font-size: 120px;
  margin-bottom: 40px;
  position: relative;
  overflow: hidden;
}
.article-hero img { width: 100%; height: 100%; object-fit: cover; }
.article-hero::before {
  content: '';
  position: absolute; inset: 0;
  background: radial-gradient(circle at 30% 50%, rgba(255,229,0,.08), transparent 60%);
  pointer-events: none;
}
.article-body { font-size: 16px; line-height: 1.85; color: rgba(255,255,255,.78); font-weight: 300; }
.article-body h2 {
  font-family: var(--ff-display);
  font-size: 32px; color: var(--wh);
  letter-spacing: .02em;
  margin: 40px 0 16px;
  line-height: 1.1;
}
.article-body h3 { font-size: 20px; font-weight: 600; color: var(--wh); margin: 32px 0 12px; }
.article-body p { margin-bottom: 18px; }
.article-body p strong { color: var(--wh); font-weight: 600; }
.article-body a { color: var(--y1); text-decoration: underline; text-underline-offset: 4px; }
.article-body ul, .article-body ol { margin: 0 0 20px 20px; }
.article-body li { margin-bottom: 8px; }
.article-body blockquote {
  margin: 28px 0;
  padding: 24px 28px;
  background: var(--bk3);
  border-left: 3px solid var(--y1);
  border-radius: 0 16px 16px 0;
  font-family: var(--ff-serif);
  font-style: italic;
  font-size: 20px;
  color: var(--wh);
  line-height: 1.5;
}
.article-tags { display: flex; flex-wrap: wrap; gap: 8px; margin: 40px 0; padding-top: 28px; border-top: 1px solid var(--line); }
.article-tag {
  font-size: 12px; color: var(--t-mid);
  padding: 6px 14px;
  background: var(--bk4); border: 1px solid var(--line);
  border-radius: 999px;
  text-decoration: none;
  transition: all .2s;
}
.article-tag:hover { border-color: var(--y1); color: var(--y1); }
.related-wrap { max-width: 1180px; margin: 0 auto; padding: 40px 24px 0; }

/* WP CORE / COMMENT FALLBACKS */
.sticky, .gallery-caption, .bypostauthor, .alignleft, .alignright, .aligncenter, .wp-caption, .wp-caption-text, .screen-reader-text { display: block; }
.screen-reader-text { position: absolute; left: -9999px; }

/* SCROLL REVEAL */
.sr { opacity: 0; transform: translateY(20px); transition: opacity .6s ease, transform .6s ease; }
.sr.on { opacity: 1; transform: translateY(0); }

/* MOBILE */
@media(max-width:900px){
  .site-nav { padding: 6px 6px 6px 16px; max-width: calc(100% - 32px); }
  .nav-links { display: none; }
  .nav-logo { padding-right: 12px; border-right: none; }
  .hero-inner, .about-block, .level-block, .cta-band, .skills-band, .contact-grid { grid-template-columns: 1fr; }
  .hero-right { height: 500px; }
  .hero-photo { width: 280px; height: 380px; }
  .hero-skill-card, .hero-role { display: none; }
  .works-grid, .services-grid, .reviews-grid, .news-grid { grid-template-columns: 1fr; }
  .skills-band { padding: 20px; }
  .skills-photo { height: 220px; font-size: 120px; }
  .section-head { grid-template-columns: 1fr; }
  .section-head p { justify-self: start; }
  .cta-band { padding: 32px 24px; }
  .about-stats { grid-template-columns: 1fr 1fr; gap: 16px; }
  .stat-num { font-size: 44px; }
}
