/* ============================================================
   PEPTILUX GHOST THEME — screen.css
   ============================================================ */

/* ── Variables ─────────────────────────────────────────────── */
:root {
  --black:       #0a0a0a;
  --dark:        #111111;
  --dark-card:   #161616;
  --dark-border: rgba(255,255,255,.07);
  --white:       #f5f3ef;
  --gray:        rgba(255,255,255,.55);
  --gray-light:  rgba(255,255,255,.35);
  --gold:        #c9973a;
  --gold-light:  #e8b84b;
  --gold-dim:    rgba(201,151,58,.15);
  --grad-gold:   linear-gradient(135deg, #c9973a 0%, #e8b84b 50%, #c9973a 100%);
  --r:           6px;
  --t:           0.2s ease;
  --container:   1160px;
  --serif:       'Cormorant Garamond', Georgia, serif;
  --sans:        'Jost', system-ui, sans-serif;
}

/* ── Reset ─────────────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  background: var(--black); color: var(--white);
  font-family: var(--sans); font-size: 16px;
  line-height: 1.6; -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; display: block; }
button { cursor: pointer; font-family: var(--sans); }

/* ── Utilities ─────────────────────────────────────────────── */
.eyebrow {
  font-family: var(--sans); font-size: .68rem; font-weight: 600;
  letter-spacing: .2em; text-transform: uppercase; color: var(--gold);
  display: block; margin-bottom: 12px;
}
.container { max-width: var(--container); margin: 0 auto; padding: 0 24px; }

/* ── Navigation ─────────────────────────────────────────────── */
.site-header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(10,10,10,.95);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--dark-border);
}
.header-inner {
  max-width: var(--container); margin: 0 auto; padding: 0 24px;
  height: 64px; display: flex; align-items: center; gap: 32px;
  position: relative;
}
.site-logo img { height: 32px; }
.site-logo-text {
  font-family: var(--serif); font-size: 1.4rem; font-weight: 300;
  color: var(--white); letter-spacing: .04em;
}
.site-logo-text strong { font-weight: 600; }

.main-nav { flex: 1; }
.main-nav ul { list-style: none; display: flex; gap: 4px; align-items: center; }
.main-nav a {
  font-size: .74rem; font-weight: 500; letter-spacing: .08em;
  text-transform: uppercase; color: var(--gray);
  padding: 6px 10px; border-radius: 4px;
  transition: color var(--t), background var(--t);
}
.main-nav a:hover, .main-nav a.active { color: var(--white); }
.main-nav .nav-cta a {
  color: var(--gold); border: 1px solid rgba(201,151,58,.3); padding: 6px 14px;
}
.main-nav .nav-cta a:hover { background: var(--gold-dim); }

.header-actions { display: flex; align-items: center; gap: 12px; margin-left: auto; }
.btn-subscribe {
  font-size: .72rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase;
  padding: 8px 20px; border-radius: 3px;
  background: var(--grad-gold); color: #0a0a0a; transition: opacity var(--t);
}
.btn-subscribe:hover { opacity: .88; }
.btn-account {
  width: 34px; height: 34px; border-radius: 50%; border: 1px solid rgba(201,151,58,.25);
  display: flex; align-items: center; justify-content: center; color: var(--gray);
  transition: border-color var(--t), color var(--t);
}
.btn-account:hover { border-color: var(--gold); color: var(--gold); }

.nav-toggle {
  display: none; flex-direction: column; gap: 5px;
  background: none; border: none; padding: 4px;
}
.nav-toggle span { display: block; width: 22px; height: 1.5px; background: var(--white); border-radius: 2px; transition: all .28s ease; }

/* ── Hero ───────────────────────────────────────────────────── */
.site-hero {
  padding: 80px 24px 60px; text-align: center;
  background: radial-gradient(ellipse 80% 60% at 50% 0%, rgba(201,151,58,.06) 0%, transparent 70%);
  border-bottom: 1px solid var(--dark-border);
}
.hero-inner { max-width: 760px; margin: 0 auto; }
.site-hero h1 {
  font-family: var(--serif); font-size: clamp(2.8rem, 6vw, 5rem);
  font-weight: 300; line-height: 1.05; color: var(--white); margin-bottom: 16px;
}
.hero-sub { color: var(--gray); font-size: 1rem; max-width: 480px; margin: 0 auto 36px; line-height: 1.7; }

/* Tag filter pills */
.tag-filters { display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; }
.tag-pill {
  font-size: .68rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase;
  padding: 7px 16px; border-radius: 3px;
  border: 1px solid rgba(255,255,255,.1); color: var(--gray); transition: all var(--t);
}
.tag-pill:hover { border-color: rgba(201,151,58,.4); color: var(--white); }
.tag-pill.active { border-color: rgba(201,151,58,.6); background: var(--gold-dim); color: var(--gold); }

/* ── Posts container ────────────────────────────────────────── */
.posts-container { max-width: var(--container); margin: 0 auto; padding: 60px 24px 80px; }

/* ── Featured hero post ─────────────────────────────────────── */
.post-featured-hero {
  display: grid; grid-template-columns: 1fr 1fr; gap: 0;
  border: 1px solid var(--dark-border); border-radius: var(--r);
  overflow: hidden; margin-bottom: 60px; background: var(--dark-card);
}
.featured-hero-img { overflow: hidden; min-height: 360px; }
.featured-hero-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.post-featured-hero:hover .featured-hero-img img { transform: scale(1.03); }
.featured-hero-content { padding: 48px 44px; display: flex; flex-direction: column; justify-content: center; }
.featured-hero-content h2 {
  font-family: var(--serif); font-size: clamp(1.6rem, 2.5vw, 2.2rem);
  font-weight: 400; line-height: 1.15; color: var(--white); margin: 12px 0 16px;
}
.featured-hero-content h2 a { transition: color var(--t); }
.featured-hero-content h2 a:hover { color: var(--gold-light); }
.featured-hero-content p { color: var(--gray); font-size: .9rem; line-height: 1.7; margin-bottom: 24px; }
.btn-read {
  display: inline-flex; align-items: center; gap: 6px;
  font-size: .72rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase;
  color: var(--gold); border: 1px solid rgba(201,151,58,.3);
  padding: 10px 20px; border-radius: 3px; width: fit-content;
  transition: background var(--t), border-color var(--t);
}
.btn-read:hover { background: var(--gold-dim); border-color: rgba(201,151,58,.6); }

/* ── Post grid ──────────────────────────────────────────────── */
.posts-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }

/* ── Post card ──────────────────────────────────────────────── */
.post-card {
  background: var(--dark-card); border: 1px solid var(--dark-border);
  border-radius: var(--r); overflow: hidden; display: flex; flex-direction: column;
  transition: border-color var(--t), transform var(--t);
}
.post-card:hover { border-color: rgba(201,151,58,.2); transform: translateY(-3px); }
.post-card-image-link { display: block; overflow: hidden; aspect-ratio: 16/9; }
.post-card-image { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.post-card:hover .post-card-image { transform: scale(1.04); }
.post-card-content { padding: 24px; display: flex; flex-direction: column; flex: 1; }
.post-card-tag {
  font-size: .62rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase;
  color: var(--gold); margin-bottom: 8px; display: block; transition: color var(--t);
}
.post-card-tag:hover { color: var(--gold-light); }
.post-card-title {
  font-family: var(--serif); font-size: 1.25rem; font-weight: 400; line-height: 1.2;
  color: var(--white); margin-bottom: 10px; transition: color var(--t);
}
.post-card-content-link:hover .post-card-title { color: var(--gold-light); }
.post-card-excerpt {
  font-size: .83rem; color: var(--gray); line-height: 1.65; margin-bottom: 20px; flex: 1;
  display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden;
}
.post-card-meta {
  display: flex; align-items: center; gap: 8px;
  border-top: 1px solid var(--dark-border); padding-top: 14px; margin-top: auto; flex-wrap: wrap;
}
.post-card-author { display: flex; align-items: center; gap: 6px; }
.author-avatar { width: 22px; height: 22px; border-radius: 50%; object-fit: cover; border: 1px solid rgba(201,151,58,.2); }
.author-avatar-placeholder {
  width: 22px; height: 22px; border-radius: 50%; overflow: hidden;
  background: var(--gold-dim); border: 1px solid rgba(201,151,58,.3);
  display: flex; align-items: center; justify-content: center;
  font-size: .6rem; font-weight: 600; color: var(--gold); text-transform: uppercase;
}
.author-name { font-size: .72rem; color: var(--gray); }
.post-card-byline { font-size: .72rem; color: var(--gray-light); display: flex; gap: 4px; align-items: center; margin-left: auto; }
.sep { opacity: .4; }

/* ── Tag / Author hero ──────────────────────────────────────── */
.tag-hero, .author-hero {
  padding: 72px 24px 52px; text-align: center;
  background: radial-gradient(ellipse 70% 60% at 50% 0%, rgba(201,151,58,.06) 0%, transparent 70%);
  border-bottom: 1px solid var(--dark-border);
}
.tag-hero-inner, .author-hero-inner { max-width: 680px; margin: 0 auto; }
.tag-hero h1, .author-hero h1 {
  font-family: var(--serif); font-size: clamp(2.2rem, 5vw, 4rem);
  font-weight: 300; color: var(--white); margin-bottom: 12px;
}
.tag-desc, .author-hero-bio { color: var(--gray); font-size: .9rem; max-width: 500px; margin: 0 auto 16px; line-height: 1.7; }
.tag-count {
  font-size: .7rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase;
  color: var(--gold); border: 1px solid rgba(201,151,58,.25); padding: 5px 14px; border-radius: 20px;
}
.tag-icon { width: 52px; height: 52px; border-radius: 50%; object-fit: cover; margin: 0 auto 16px; }
.author-hero-img { width: 80px; height: 80px; border-radius: 50%; object-fit: cover; border: 2px solid rgba(201,151,58,.3); margin: 0 auto 20px; }
.author-hero-placeholder {
  width: 80px; height: 80px; border-radius: 50%; margin: 0 auto 20px;
  background: var(--gold-dim); border: 2px solid rgba(201,151,58,.3);
  display: flex; align-items: center; justify-content: center;
  font-size: 1.8rem; color: var(--gold); font-family: var(--serif); overflow: hidden;
}
.author-hero-links { display: flex; justify-content: center; gap: 16px; margin-top: 12px; }
.author-hero-links a { font-size: .72rem; color: var(--gold); text-decoration: underline; text-underline-offset: 3px; }

/* ── Post header ────────────────────────────────────────────── */
.post-header {
  padding: 72px 24px 52px; text-align: center;
  background: radial-gradient(ellipse 80% 60% at 50% 0%, rgba(201,151,58,.05) 0%, transparent 70%);
  border-bottom: 1px solid var(--dark-border);
}
.post-header-inner { max-width: 780px; margin: 0 auto; }
.post-tag-link {
  font-size: .65rem; font-weight: 600; letter-spacing: .18em; text-transform: uppercase;
  color: var(--gold); margin-bottom: 16px; display: inline-block; transition: color var(--t);
}
.post-tag-link:hover { color: var(--gold-light); }
.post-title {
  font-family: var(--serif); font-size: clamp(2.2rem, 5vw, 4rem);
  font-weight: 400; line-height: 1.1; color: var(--white); margin-bottom: 20px;
}
.post-excerpt { font-size: 1.05rem; color: var(--gray); line-height: 1.7; max-width: 620px; margin: 0 auto 28px; }
.post-meta { display: flex; align-items: center; justify-content: center; gap: 16px; flex-wrap: wrap; }
.post-author-chip { display: flex; align-items: center; gap: 10px; }
.author-chip-info { display: flex; flex-direction: column; align-items: flex-start; }
.author-chip-name { font-size: .78rem; font-weight: 600; color: var(--white); transition: color var(--t); }
.author-chip-name:hover { color: var(--gold); }
.author-chip-bio { font-size: .68rem; color: var(--gray-light); }
.author-avatar { width: 36px; height: 36px; border-radius: 50%; border: 1px solid rgba(201,151,58,.25); }
.author-avatar-placeholder {
  width: 36px; height: 36px; border-radius: 50%; background: var(--gold-dim);
  border: 1px solid rgba(201,151,58,.3); display: flex; align-items: center;
  justify-content: center; font-size: .85rem; color: var(--gold); font-family: var(--serif); overflow: hidden;
}
.post-meta-right { font-size: .75rem; color: var(--gray-light); display: flex; gap: 6px; align-items: center; }

/* ── Feature image ──────────────────────────────────────────── */
.post-feature-image { max-width: 1200px; margin: 0 auto; overflow: hidden; }
.post-feature-image img { width: 100%; max-height: 560px; object-fit: cover; }
.post-feature-image figcaption { text-align: center; font-size: .75rem; color: var(--gray-light); padding: 10px 24px; background: var(--dark); }

/* ── Post content ───────────────────────────────────────────── */
.post-content-wrap { max-width: 760px; margin: 0 auto; padding: 56px 24px 80px; }
.post-content { font-family: var(--sans); font-size: 1rem; line-height: 1.85; color: rgba(245,243,239,.85); }
.post-content h2 { font-family: var(--serif); font-size: 1.9rem; font-weight: 400; color: var(--white); margin: 48px 0 20px; line-height: 1.2; }
.post-content h3 { font-family: var(--serif); font-size: 1.45rem; font-weight: 400; color: var(--white); margin: 36px 0 16px; line-height: 1.25; }
.post-content h4 { font-family: var(--sans); font-size: .85rem; font-weight: 600; color: var(--gold); letter-spacing: .1em; text-transform: uppercase; margin: 28px 0 12px; }
.post-content p { margin-bottom: 24px; }
.post-content a { color: var(--gold); text-decoration: underline; text-underline-offset: 3px; transition: color var(--t); }
.post-content a:hover { color: var(--gold-light); }
.post-content strong { color: var(--white); font-weight: 600; }
.post-content em { font-style: italic; color: var(--gray); }
.post-content ul, .post-content ol { padding-left: 24px; margin-bottom: 24px; }
.post-content li { margin-bottom: 8px; }
.post-content blockquote {
  border-left: 3px solid var(--gold); padding: 16px 24px; margin: 32px 0;
  background: rgba(201,151,58,.04); border-radius: 0 var(--r) var(--r) 0;
  font-family: var(--serif); font-size: 1.15rem; color: var(--gray); font-style: italic;
}
.post-content blockquote p { margin: 0; }
.post-content code { font-family: 'Courier New', monospace; font-size: .85em; background: rgba(255,255,255,.07); padding: 2px 6px; border-radius: 3px; color: var(--gold-light); }
.post-content pre { background: var(--dark-card); border: 1px solid var(--dark-border); border-radius: var(--r); padding: 20px; overflow-x: auto; margin-bottom: 24px; }
.post-content pre code { background: none; padding: 0; color: rgba(255,255,255,.8); }
.post-content img { border-radius: var(--r); margin: 32px auto; border: 1px solid var(--dark-border); }
.post-content hr { border: none; border-top: 1px solid var(--dark-border); margin: 48px 0; }
.post-content figure { margin: 32px 0; }
.post-content figcaption { text-align: center; font-size: .75rem; color: var(--gray-light); margin-top: 8px; }

/* Ghost card styles */
.post-content .kg-card { margin: 32px 0; }
.post-content .kg-image-card img { width: 100%; border-radius: var(--r); }
.post-content .kg-callout-card {
  background: rgba(201,151,58,.06); border: 1px solid rgba(201,151,58,.2);
  border-radius: var(--r); padding: 20px 24px; display: flex; gap: 16px; align-items: flex-start;
}
.post-content .kg-callout-card .kg-callout-emoji { font-size: 1.4rem; }
.post-content .kg-callout-card .kg-callout-text { flex: 1; }
.post-content .kg-toggle-card { border: 1px solid var(--dark-border); border-radius: var(--r); overflow: hidden; }
.post-content .kg-toggle-heading-text { font-family: var(--serif); font-size: 1.1rem; color: var(--white); }

/* Ghost required width classes */
.kg-width-wide { margin-left: calc(50% - 50vw + 24px); margin-right: calc(50% - 50vw + 24px); max-width: 1100px; width: 100%; }
.kg-width-full { margin-left: calc(50% - 50vw); margin-right: calc(50% - 50vw); max-width: 100vw; width: 100vw; }
.kg-width-wide img, .kg-width-full img { width: 100%; }

/* ── Post tags ──────────────────────────────────────────────── */
.post-tags { display: flex; flex-wrap: wrap; gap: 8px; margin: 40px 0 32px; padding-top: 32px; border-top: 1px solid var(--dark-border); }
.post-tag-chip {
  font-size: .65rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase;
  padding: 5px 14px; border-radius: 3px; border: 1px solid rgba(255,255,255,.1); color: var(--gray); transition: all var(--t);
}
.post-tag-chip:hover { border-color: rgba(201,151,58,.4); color: var(--gold); background: var(--gold-dim); }

/* ── Author bio box ─────────────────────────────────────────── */
.author-bio-box {
  display: flex; gap: 20px; align-items: flex-start; padding: 28px;
  background: var(--dark-card); border: 1px solid var(--dark-border); border-radius: var(--r); margin: 32px 0;
}
.author-bio-img img { width: 60px; height: 60px; border-radius: 50%; border: 2px solid rgba(201,151,58,.25); flex-shrink: 0; object-fit: cover; }
.author-bio-placeholder {
  width: 60px; height: 60px; border-radius: 50%; flex-shrink: 0;
  background: var(--gold-dim); border: 2px solid rgba(201,151,58,.3); overflow: hidden;
  display: flex; align-items: center; justify-content: center; font-size: 1.4rem; color: var(--gold); font-family: var(--serif);
}
.author-bio-label { font-size: .62rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; color: var(--gold); display: block; margin-bottom: 4px; }
.author-bio-name { font-family: var(--serif); font-size: 1.1rem; color: var(--white); display: block; margin-bottom: 8px; }
.author-bio-name:hover { color: var(--gold-light); }
.author-bio-text { font-size: .82rem; color: var(--gray); line-height: 1.65; margin: 0; }

/* ── Product promo ──────────────────────────────────────────── */
.product-promo {
  margin: 48px 0 40px;
  background: linear-gradient(135deg, rgba(201,151,58,.08) 0%, rgba(201,151,58,.04) 100%);
  border: 1px solid rgba(201,151,58,.2); border-radius: var(--r);
  padding: 40px 44px; position: relative; overflow: hidden;
}
.product-promo::before {
  content: ''; position: absolute; top: -40px; right: -40px;
  width: 200px; height: 200px; border-radius: 50%;
  background: radial-gradient(circle, rgba(201,151,58,.08) 0%, transparent 70%);
}
.promo-eyebrow { font-size: .65rem; font-weight: 600; letter-spacing: .2em; text-transform: uppercase; color: var(--gold); margin-bottom: 10px; display: block; }
.product-promo h3 { font-family: var(--serif); font-size: 1.7rem; font-weight: 400; color: var(--white); margin-bottom: 12px; line-height: 1.2; }
.product-promo p { font-size: .88rem; color: var(--gray); line-height: 1.7; margin-bottom: 24px; max-width: 440px; }
.promo-btn {
  display: inline-block; padding: 11px 26px;
  background: var(--grad-gold); color: #0a0a0a;
  font-size: .72rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase;
  border-radius: 3px; transition: opacity var(--t);
}
.promo-btn:hover { opacity: .88; }

/* ── Comments ───────────────────────────────────────────────── */
.post-comments { margin-top: 56px; padding-top: 40px; border-top: 1px solid var(--dark-border); }
.post-comments h3 { font-family: var(--serif); font-size: 1.6rem; font-weight: 400; color: var(--white); margin-bottom: 24px; }
.gh-comments { --ghost-accent-color: #c9973a; }

/* ── Related posts ──────────────────────────────────────────── */
.related-posts { margin-top: 56px; padding-top: 40px; border-top: 1px solid var(--dark-border); }
.related-posts h3 { font-family: var(--serif); font-size: 1.6rem; font-weight: 400; color: var(--white); margin-bottom: 28px; }
.related-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }

/* ── Pagination ─────────────────────────────────────────────── */
.pagination { display: flex; align-items: center; justify-content: center; gap: 20px; margin-top: 60px; padding-top: 40px; border-top: 1px solid var(--dark-border); }
.pagination-btn {
  font-size: .72rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase;
  color: var(--gold); border: 1px solid rgba(201,151,58,.3); padding: 9px 20px; border-radius: 3px; transition: background var(--t), border-color var(--t);
}
.pagination-btn:hover { background: var(--gold-dim); border-color: rgba(201,151,58,.6); }
.pagination-info { font-size: .75rem; color: var(--gray-light); }

/* ── Footer ─────────────────────────────────────────────────── */
.site-footer {
  background: var(--dark); border-top: 1px solid rgba(201,151,58,.1);
  padding: 40px 0 24px;
}
.footer-inner {
  max-width: var(--container); margin: 0 auto; padding: 0 24px;
  display: grid; grid-template-columns: 1fr auto; gap: 40px; margin-bottom: 28px;
}
.footer-logo-link img { height: 28px; }
.footer-brand p { color: var(--gray); font-size: .82rem; margin-top: 10px; max-width: 240px; line-height: 1.6; }
.footer-links { display: flex; gap: 40px; }
.footer-col h4 { font-size: .65rem; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; color: var(--gold); margin-bottom: 14px; }
.footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 8px; }
.footer-col a { font-size: .82rem; color: var(--gray); transition: color var(--t); }
.footer-col a:hover { color: var(--white); }
.footer-bottom {
  max-width: var(--container); margin: 0 auto; padding: 20px 24px 0;
  border-top: 1px solid rgba(255,255,255,.05);
  display: flex; justify-content: space-between; align-items: center;
}
.footer-bottom p { font-size: .75rem; color: var(--gray-light); }
.footer-bottom a { color: var(--gold); }

/* ── Page ───────────────────────────────────────────────────── */
.page-header { padding: 72px 24px 52px; text-align: center; border-bottom: 1px solid var(--dark-border); }
.page-header-inner { max-width: 700px; margin: 0 auto; }
.page-title { font-family: var(--serif); font-size: clamp(2rem, 4vw, 3.2rem); font-weight: 400; color: var(--white); margin-bottom: 14px; }
.page-excerpt { color: var(--gray); font-size: .95rem; line-height: 1.7; }

/* ── Responsive ─────────────────────────────────────────────── */
@media (max-width: 1024px) {
  .posts-grid { grid-template-columns: repeat(2, 1fr); }
  .related-grid { grid-template-columns: repeat(2, 1fr); }
  .post-featured-hero { grid-template-columns: 1fr; }
  .featured-hero-img { min-height: 260px; }
  .footer-inner { grid-template-columns: 1fr; gap: 28px; }
  .footer-links { flex-wrap: wrap; gap: 28px; }
}

@media (max-width: 768px) {
  .posts-grid { grid-template-columns: 1fr; }
  .related-grid { grid-template-columns: 1fr; }

  /* ── Mobile nav ── */
  .main-nav {
    position: absolute; top: 64px; left: 0; right: 0;
    background: #0a0a0a;
    border-bottom: 1px solid rgba(201,151,58,.15);
    backdrop-filter: blur(16px);
    max-height: 0; overflow: hidden;
    transition: max-height .35s ease;
    z-index: 99; flex-direction: column;
  }
  .main-nav.open { max-height: 480px; }
  .main-nav ul { flex-direction: column; gap: 0; padding: 16px 24px 20px; width: 100%; }
  .main-nav li { border-bottom: none; }
  .main-nav li:first-child { border-bottom: 1px solid rgba(255,255,255,.06); }
  .main-nav a {
    font-size: .82rem; padding: 11px 0; display: block;
    letter-spacing: .06em; color: var(--gray); border-radius: 0;
  }
  .main-nav a:hover, .main-nav a.active { color: var(--white); background: none; }
  .main-nav .nav-cta { margin-top: 8px; padding-top: 8px; border-top: 1px solid rgba(201,151,58,.2); }
  .main-nav .nav-cta a {
    color: var(--gold); border: none; background: none;
    padding: 11px 0; text-align: left; display: block; font-weight: 600;
  }
  .main-nav .nav-cta a:hover { color: var(--gold-light); background: none; }
  .nav-toggle { display: flex; }
  .nav-toggle.open span:nth-child(1) { transform: translateY(6.5px) rotate(45deg); }
  .nav-toggle.open span:nth-child(2) { opacity: 0; }
  .nav-toggle.open span:nth-child(3) { transform: translateY(-6.5px) rotate(-45deg); }

  .post-meta { flex-direction: column; gap: 10px; }
  .product-promo { padding: 28px 24px; }
  .author-bio-box { flex-direction: column; }
  .post-content h2 { font-size: 1.5rem; }
  .post-content h3 { font-size: 1.25rem; }
  .footer-inner { padding: 0 20px; }
  .footer-bottom { flex-direction: column; gap: 8px; text-align: center; }
}
