/*
Theme Name: Her Refined Life
Theme URI: https://herrefinedlife.com
Author: Her Refined Life
Author URI: https://herrefinedlife.com
Description: An editorial lifestyle theme for Her Refined Life — old money aesthetic, quiet luxury, financial freedom, intentional living.
Version: 1.0.2
Requires at least: 6.0
Tested up to: 6.7
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: her-refined-life
Tags: blog, lifestyle, one-column, two-columns, custom-header, custom-menu, featured-images, threaded-comments
*/

/* ── TOKENS ────────────────────────────────── */
:root {
  --bg:     #FAFAF8;
  --cream:  #F4F0E8;
  --ink:    #2C2C2A;
  --forest: #2D4435;
  --muted:  rgba(44,44,42,0.52);
  --rule:   rgba(44,44,42,0.1);
}

/* ── RESET ─────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Jost', sans-serif;
  font-weight: 300;
  background: var(--bg);
  color: var(--ink);
  line-height: 1.7;
}
img { max-width: 100%; display: block; height: auto; }
a { color: inherit; text-decoration: none; }

/* ── TYPE ──────────────────────────────────── */
h1, h2, h3, h4 {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 400;
  line-height: 1.1;
}
.eyebrow {
  display: block;
  font-family: 'Jost', sans-serif;
  font-weight: 500;
  font-size: 0.65rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--forest);
}

/* ── LAYOUT ────────────────────────────────── */
.wrap        { width: min(1160px, 92%); margin: 0 auto; }
.wrap--narrow { width: min(760px, 92%); margin: 0 auto; }

/* ── BUTTONS ───────────────────────────────── */
.btn {
  display: inline-block;
  padding: 12px 32px;
  font-family: 'Jost', sans-serif;
  font-weight: 500;
  font-size: 0.68rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  border: 1px solid var(--ink);
  color: var(--ink);
  background: transparent;
  cursor: pointer;
  transition: background .2s, color .2s, border-color .2s;
}
.btn:hover { background: var(--ink); color: var(--bg); }
.btn--dark  { background: var(--ink); color: var(--bg); border-color: var(--ink); }
.btn--dark:hover { background: var(--forest); border-color: var(--forest); }
.btn--forest { background: var(--forest); color: var(--bg); border-color: var(--forest); }
.btn--forest:hover { background: var(--ink); border-color: var(--ink); }
.btn--light { border-color: rgba(250,250,248,0.5); color: rgba(250,250,248,0.85); }
.btn--light:hover { background: rgba(250,250,248,0.12); border-color: rgba(250,250,248,0.85); color: var(--bg); }

/* ── NAV ───────────────────────────────────── */
nav {
  position: sticky; top: 0; z-index: 100;
  background: var(--bg);
  border-bottom: 1px solid var(--rule);
}
.nav-inner {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  height: 76px;
  width: min(1160px, 92%);
  margin: 0 auto;
}
.nav-links {
  display: flex; gap: 32px; list-style: none;
}
.nav-links a {
  font-size: 0.68rem; font-weight: 500;
  letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--muted); transition: color .2s;
}
.nav-links a:hover,
.nav-links a.active,
.nav-links .current-menu-item > a,
.nav-links .current-page-ancestor > a { color: var(--ink); }
.nav-logo {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.2rem; font-weight: 400;
  letter-spacing: 0.12em; text-align: center;
  color: var(--ink);
}
.nav-right {
  display: flex; justify-content: flex-end;
}
.nav-right a {
  font-size: 0.68rem; font-weight: 500;
  letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--muted); transition: color .2s;
}
.nav-right a:hover,
.nav-right a.active,
.nav-right .current-menu-item > a { color: var(--ink); }

/* WordPress nav menu resets */
.nav-links ul,
.nav-right ul { list-style: none; margin: 0; padding: 0; }

/* ── HERO ──────────────────────────────────── */
.hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: calc(100vh - 76px);
}
.hero-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 80px 80px 80px 0;
  width: min(600px, 100%);
  margin-left: auto;
}
.hero-text .eyebrow { margin-bottom: 28px; }
.hero-text h1 {
  font-size: clamp(3.2rem, 5vw, 5rem);
  font-weight: 300;
  color: var(--ink);
  margin-bottom: 28px;
  line-height: 1.05;
}
.hero-text h1 em { font-style: italic; }
.hero-text p {
  font-size: 0.95rem;
  color: var(--muted);
  max-width: 400px;
  margin-bottom: 40px;
  line-height: 1.8;
}
.hero-actions { display: flex; gap: 14px; }
.hero-image {
  background: linear-gradient(165deg, #d6e6df 0%, #9bbcaf 45%, #3a5a4a 100%);
  position: relative;
  display: flex; align-items: flex-end; justify-content: flex-start;
  padding: 40px;
  overflow: hidden;
}
.hero-image img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
}
.hero-image::after {
  content: 'YOUR PHOTO';
  font-family: 'Jost', sans-serif;
  font-size: 0.6rem;
  letter-spacing: 0.2em;
  color: rgba(255,255,255,0.35);
  position: relative; z-index: 1;
}
.hero-image.has-thumbnail::after { display: none; }

/* ── PULL QUOTE ────────────────────────────── */
.pull-quote {
  padding: 100px 0;
  text-align: center;
  background: var(--cream);
  border-top: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
}
.pull-quote blockquote {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.6rem, 2.8vw, 2.4rem);
  font-style: italic;
  font-weight: 300;
  color: var(--ink);
  max-width: 820px;
  margin: 0 auto;
  line-height: 1.4;
}

/* ── TOPICS / COVERAGE GRID ────────────────── */
.topics { padding: 0 0 100px; }
.topics-header {
  padding: 80px 0 60px;
  border-top: 1px solid var(--rule);
  display: flex;
  align-items: baseline;
  gap: 40px;
}
.topics-header h2 { font-size: clamp(1.8rem, 2.5vw, 2.6rem); font-weight: 300; }
.topics-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  border-top: 1px solid var(--rule);
}
.topic-item {
  padding: 40px 32px 40px 32px;
  border-right: 1px solid var(--rule);
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.topic-item:first-child { padding-left: 0; }
.topic-item:last-child  { border-right: none; padding-right: 0; }
.topic-num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 0.85rem;
  font-weight: 300;
  color: var(--muted);
}
.topic-item h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.4rem;
  font-weight: 400;
  color: var(--ink);
}
.topic-item p { font-size: 0.82rem; color: var(--muted); line-height: 1.7; }

/* ── FEATURED POSTS ────────────────────────── */
.posts { padding: 0 0 100px; border-top: 1px solid var(--rule); }
.posts-header {
  display: flex; align-items: baseline; justify-content: space-between;
  padding: 60px 0 50px;
}
.posts-header h2 { font-size: clamp(1.8rem, 2.5vw, 2.6rem); font-weight: 300; }
.posts-header a {
  font-size: 0.68rem; font-weight: 500;
  letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--muted); transition: color .2s;
}
.posts-header a:hover { color: var(--ink); }
.posts-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
.post-card { display: flex; flex-direction: column; gap: 20px; }
.post-img {
  aspect-ratio: 4/3;
  background: linear-gradient(145deg, var(--cream) 0%, #cdd9d4 100%);
  display: flex; align-items: center; justify-content: center;
  overflow: hidden;
}
.post-img img { width: 100%; height: 100%; object-fit: cover; }
.post-img span {
  font-size: 0.58rem; letter-spacing: 0.18em;
  color: rgba(44,44,42,0.2); font-family: 'Jost', sans-serif;
}
.post-img.has-thumbnail span { display: none; }
.post-body { display: flex; flex-direction: column; gap: 10px; }
.post-body h3 {
  font-size: 1.3rem;
  font-weight: 400;
  color: var(--ink);
  line-height: 1.2;
}
.post-body p { font-size: 0.83rem; color: var(--muted); line-height: 1.75; }
.post-link {
  font-size: 0.65rem; font-weight: 500;
  letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--forest); display: inline-flex;
  align-items: center; gap: 8px; margin-top: 4px;
}
.post-link::after { content: '→'; }

/* ── EDITORIAL STRIPE ──────────────────────── */
.editorial-stripe {
  background: var(--forest);
  padding: 100px 0;
  text-align: center;
}
.editorial-stripe h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2.2rem, 4vw, 3.8rem);
  font-weight: 300;
  color: rgba(250,250,248,0.92);
  max-width: 740px;
  margin: 0 auto 36px;
  line-height: 1.15;
}
.editorial-stripe h2 em { font-style: italic; }

/* ── OPT-IN ────────────────────────────────── */
.optin {
  background: var(--ink); color: var(--bg);
  padding: 100px 0; text-align: center;
}
.optin .eyebrow { color: rgba(250,250,248,0.45); margin-bottom: 24px; }
.optin h2 {
  font-size: clamp(2.2rem, 3.5vw, 3.4rem);
  font-weight: 300; color: var(--bg);
  margin-bottom: 16px;
}
.optin p {
  font-size: 0.9rem;
  color: rgba(250,250,248,0.55);
  max-width: 460px; margin: 0 auto 44px;
  line-height: 1.8;
}
.optin-form {
  display: flex; max-width: 420px; margin: 0 auto;
}
.optin-form input {
  flex: 1; padding: 14px 18px;
  font-family: 'Jost', sans-serif; font-size: 0.82rem;
  background: rgba(250,250,248,0.07);
  border: 1px solid rgba(250,250,248,0.18);
  border-right: none; color: var(--bg); outline: none;
}
.optin-form input::placeholder { color: rgba(250,250,248,0.3); }
.optin-form button {
  padding: 14px 28px;
  font-family: 'Jost', sans-serif; font-weight: 500;
  font-size: 0.68rem; letter-spacing: 0.2em; text-transform: uppercase;
  background: var(--forest); border: 1px solid var(--forest);
  color: var(--bg); cursor: pointer; transition: background .2s;
  white-space: nowrap;
}
.optin-form button:hover { background: rgba(45,68,53,0.7); }
.optin-note {
  margin-top: 16px; font-size: 0.68rem;
  color: rgba(250,250,248,0.3); letter-spacing: 0.06em;
}

/* ── ABOUT STRIP (homepage) ────────────────── */
.about-strip {
  display: grid; grid-template-columns: 1fr 1fr;
  border-top: 1px solid var(--rule);
}
.about-img {
  background: var(--cream);
  min-height: 540px;
  display: flex; align-items: center; justify-content: center;
  overflow: hidden;
  position: relative;
}
.about-img img {
  position: absolute; inset: 0;
  width: 100%; height: 100%; object-fit: cover;
}
.about-img span {
  font-size: 0.58rem; letter-spacing: 0.18em;
  color: rgba(44,44,42,0.2); font-family: 'Jost', sans-serif;
  position: relative; z-index: 1;
}
.about-img.has-thumbnail span { display: none; }
.about-content {
  padding: 80px;
  background: var(--cream);
  display: flex; flex-direction: column;
  justify-content: center; gap: 24px;
}
.about-content .eyebrow { margin-bottom: 4px; }
.about-content h2 { font-size: clamp(1.8rem, 2.5vw, 2.8rem); font-weight: 300; }
.about-content p { font-size: 0.9rem; color: var(--muted); line-height: 1.8; max-width: 480px; }

/* ── SHOP STRIP ────────────────────────────── */
.shop { padding: 100px 0; background: var(--cream); border-top: 1px solid var(--rule); }
.shop-header {
  display: flex; align-items: baseline;
  justify-content: space-between; margin-bottom: 50px;
}
.shop-header h2 { font-size: clamp(1.8rem, 2.5vw, 2.6rem); font-weight: 300; }
.shop-header a {
  font-size: 0.68rem; font-weight: 500; letter-spacing: 0.18em;
  text-transform: uppercase; color: var(--muted); transition: color .2s;
}
.shop-header a:hover { color: var(--ink); }
.shop-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 28px;
}
.shop-card { display: flex; flex-direction: column; gap: 16px; }
.shop-img {
  aspect-ratio: 1/1;
  background: linear-gradient(145deg, #eceae4 0%, #d8d5cc 100%);
  display: flex; align-items: center; justify-content: center;
  overflow: hidden;
}
.shop-img img { width: 100%; height: 100%; object-fit: cover; }
.shop-img span {
  font-size: 0.58rem; letter-spacing: 0.18em;
  color: rgba(44,44,42,0.2); font-family: 'Jost', sans-serif;
}
.shop-card h4 { font-size: 1rem; font-weight: 400; line-height: 1.3; }
.shop-card small {
  font-size: 0.68rem; letter-spacing: 0.14em;
  text-transform: uppercase; color: var(--muted);
}

/* ── FOOTER ────────────────────────────────── */
footer {
  background: var(--ink); color: rgba(250,250,248,0.45);
  padding: 60px 0 32px;
}
.footer-top {
  display: grid; grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 40px; padding-bottom: 44px;
  border-bottom: 1px solid rgba(250,250,248,0.08);
  width: min(1160px, 92%); margin: 0 auto;
}
.footer-logo {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.1rem; letter-spacing: 0.12em;
  color: var(--bg); margin-bottom: 14px;
}
.footer-brand p { font-size: 0.8rem; line-height: 1.75; max-width: 240px; }
.footer-col h5 {
  font-family: 'Jost', sans-serif; font-weight: 500;
  font-size: 0.62rem; letter-spacing: 0.22em; text-transform: uppercase;
  color: rgba(250,250,248,0.28); margin-bottom: 18px;
}
.footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.footer-col ul li a {
  font-size: 0.8rem; color: rgba(250,250,248,0.45); transition: color .2s;
}
.footer-col ul li a:hover { color: rgba(250,250,248,0.8); }
.footer-bottom {
  width: min(1160px, 92%); margin: 28px auto 0;
  display: flex; justify-content: space-between;
  font-size: 0.68rem; color: rgba(250,250,248,0.28);
}

/* ── PAGE HEADER ───────────────────────────── */
.page-header {
  padding: 100px 0 80px;
  background: var(--cream);
  border-bottom: 1px solid var(--rule);
}
.page-header .eyebrow { margin-bottom: 24px; }
.page-header h1 {
  font-size: clamp(3rem, 5vw, 5rem);
  font-weight: 300; font-style: italic;
  margin-bottom: 24px;
}
.page-header p {
  font-size: 1rem; color: var(--muted);
  max-width: 560px; line-height: 1.8;
}

/* ── ABOUT PAGE ────────────────────────────── */
.mission {
  padding: 100px 0; text-align: center;
  background: var(--cream);
  border-bottom: 1px solid var(--rule);
}
.mission .eyebrow { margin-bottom: 28px; }
.mission h2 {
  font-size: clamp(2rem, 3.5vw, 3.2rem);
  font-weight: 300; line-height: 1.2;
  max-width: 760px; margin: 0 auto 28px;
}
.mission h2 em { font-style: italic; }
.mission p {
  font-size: 0.95rem; color: var(--muted);
  max-width: 600px; margin: 0 auto; line-height: 1.85;
}
.about-split {
  display: grid; grid-template-columns: 1fr 1fr;
  border-bottom: 1px solid var(--rule);
}
.about-photo {
  background: linear-gradient(165deg, #d6e6df 0%, #9bbcaf 45%, #3a5a4a 100%);
  min-height: 600px;
  display: flex; align-items: flex-end; justify-content: flex-start;
  padding: 40px;
  overflow: hidden;
  position: relative;
}
.about-photo img {
  position: absolute; inset: 0;
  width: 100%; height: 100%; object-fit: cover;
}
.about-photo > span {
  font-size: 0.58rem; letter-spacing: 0.18em;
  color: rgba(255,255,255,0.35); font-family: 'Jost', sans-serif;
  position: relative; z-index: 1;
}
.about-photo.has-thumbnail > span { display: none; }
.about-text {
  padding: 80px; background: var(--cream);
  display: flex; flex-direction: column;
  justify-content: center; gap: 20px;
}
.about-text .eyebrow { margin-bottom: 8px; }
.about-text h2 { font-size: clamp(1.8rem, 2.5vw, 2.8rem); font-weight: 300; margin-bottom: 8px; }
.about-text p { font-size: 0.9rem; color: var(--muted); line-height: 1.85; max-width: 500px; }
.about-text p strong { font-weight: 500; color: var(--ink); }
.coverage { padding: 100px 0; border-bottom: 1px solid var(--rule); background: var(--bg); }
.coverage-header { margin-bottom: 60px; }
.coverage-header .eyebrow { margin-bottom: 20px; }
.coverage-header h2 { font-size: clamp(2rem, 3vw, 3rem); font-weight: 300; max-width: 640px; }
.coverage-grid {
  display: grid; grid-template-columns: repeat(5, 1fr);
  border-top: 1px solid var(--rule);
}
.coverage-item {
  padding: 40px 28px 40px 28px;
  border-right: 1px solid var(--rule);
  display: flex; flex-direction: column; gap: 14px;
}
.coverage-item:first-child { padding-left: 0; }
.coverage-item:last-child  { border-right: none; padding-right: 0; }
.coverage-item h3 { font-size: 1.3rem; font-weight: 400; }
.coverage-item p  { font-size: 0.82rem; color: var(--muted); line-height: 1.7; }
.statement {
  background: var(--forest); color: var(--bg);
  padding: 100px 0; text-align: center;
}
.statement blockquote {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.8rem, 3vw, 2.8rem);
  font-weight: 300; font-style: italic;
  max-width: 820px; margin: 0 auto;
  line-height: 1.35; color: rgba(250,250,248,0.9);
}
.trust { padding: 100px 0; border-bottom: 1px solid var(--rule); }
.trust-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 1px; background: var(--rule);
}
.trust-item { background: var(--bg); padding: 48px 40px; }
.trust-item h3 { font-size: 1.4rem; font-weight: 400; margin-bottom: 16px; }
.trust-item p  { font-size: 0.85rem; color: var(--muted); line-height: 1.8; }

/* ── START HERE PAGE ───────────────────────── */
.topic-rows { padding: 0 0 80px; }
.topic-row {
  display: grid;
  grid-template-columns: 240px 1fr;
  border-bottom: 1px solid var(--rule);
  padding: 60px 0;
  gap: 80px;
  align-items: start;
}
.topic-row-label {
  display: flex; flex-direction: column; gap: 10px;
  position: sticky; top: 100px;
  padding-left: 20px;
  border-left: 2px solid var(--forest);
}
.topic-row-label .num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 0.85rem; color: var(--muted);
}
.topic-row-label h2 { font-size: 2.2rem; font-weight: 400; }
.topic-row-content { display: flex; flex-direction: column; gap: 32px; }
.topic-row-content p {
  font-size: 0.92rem; color: var(--muted);
  max-width: 580px; line-height: 1.85;
}
.post-links { display: flex; flex-direction: column; gap: 0; border-top: 1px solid var(--rule); }
.post-link-item {
  display: flex; align-items: center; justify-content: space-between;
  padding: 18px 0; border-bottom: 1px solid var(--rule);
  font-size: 0.88rem; color: var(--ink);
  transition: color .2s;
}
.post-link-item:hover { color: var(--forest); }
.post-link-item span { font-size: 0.65rem; color: var(--muted); }
.recommended {
  padding: 100px 0; background: var(--cream);
  border-top: 1px solid var(--rule);
}
.rec-header {
  display: flex; align-items: baseline;
  justify-content: space-between; margin-bottom: 50px;
}
.rec-header h2 { font-size: clamp(1.8rem, 2.5vw, 2.6rem); font-weight: 300; }
.rec-header a {
  font-size: 0.68rem; font-weight: 500; letter-spacing: 0.18em;
  text-transform: uppercase; color: var(--muted); transition: color .2s;
}
.rec-header a:hover { color: var(--ink); }
.rec-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 36px; }
.rec-card { display: flex; flex-direction: column; gap: 18px; }
.rec-img {
  aspect-ratio: 4/3;
  background: linear-gradient(145deg, var(--cream) 0%, #cdd9d4 100%);
  display: flex; align-items: center; justify-content: center;
  overflow: hidden;
}
.rec-img img { width: 100%; height: 100%; object-fit: cover; }
.rec-img span {
  font-size: 0.58rem; letter-spacing: 0.18em;
  color: rgba(44,44,42,0.2); font-family: 'Jost', sans-serif;
}
.rec-body { display: flex; flex-direction: column; gap: 10px; }
.rec-body h3 { font-size: 1.25rem; font-weight: 400; line-height: 1.2; }
.rec-body p  { font-size: 0.82rem; color: var(--muted); line-height: 1.75; }
.rec-link {
  font-size: 0.65rem; font-weight: 500; letter-spacing: 0.2em;
  text-transform: uppercase; color: var(--forest);
  display: inline-flex; align-items: center; gap: 8px; margin-top: 4px;
}
.rec-link::after { content: '→'; }

/* ── BLOG / ARCHIVE PAGE ───────────────────── */
.filter { border-bottom: 1px solid var(--rule); }
.filter-inner {
  display: flex; gap: 0; overflow-x: auto;
  width: min(1160px, 92%); margin: 0 auto;
}
.filter-btn {
  padding: 18px 24px; background: none;
  font-family: 'Jost', sans-serif; font-weight: 500;
  font-size: 0.65rem; letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--muted); border: none; border-bottom: 2px solid transparent;
  cursor: pointer; transition: color .2s, border-color .2s;
  white-space: nowrap; margin-bottom: -1px;
  text-decoration: none; display: inline-flex; align-items: center;
}
.filter-btn:hover  { color: var(--ink); }
.filter-btn.active { color: var(--ink); border-bottom-color: var(--ink); }
.blog-body { padding: 60px 0 100px; }
.blog-layout {
  display: grid; grid-template-columns: 1fr 300px;
  gap: 80px; align-items: start;
}
.featured {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 0; margin-bottom: 60px;
  border-bottom: 1px solid var(--rule);
  padding-bottom: 60px;
}
.featured-img {
  aspect-ratio: 1/1;
  background: linear-gradient(165deg, #d6e6df 0%, #9bbcaf 45%, #3a5a4a 100%);
  display: flex; align-items: flex-end; padding: 24px;
  overflow: hidden; position: relative;
}
.featured-img img {
  position: absolute; inset: 0;
  width: 100%; height: 100%; object-fit: cover;
}
.featured-img > span {
  font-size: 0.58rem; letter-spacing: 0.18em;
  color: rgba(255,255,255,0.35); font-family: 'Jost', sans-serif;
  position: relative; z-index: 1;
}
.featured-img.has-thumbnail > span { display: none; }
.featured-body {
  padding: 0 0 0 48px;
  display: flex; flex-direction: column;
  justify-content: center; gap: 16px;
}
.featured-tag {
  display: inline-block; font-family: 'Jost', sans-serif;
  font-size: 0.6rem; font-weight: 500; letter-spacing: 0.18em;
  text-transform: uppercase; background: var(--ink); color: var(--bg);
  padding: 4px 10px; width: fit-content;
}
.featured-body h2 { font-size: clamp(1.6rem, 2.2vw, 2.2rem); line-height: 1.15; }
.featured-body p { font-size: 0.88rem; color: var(--muted); line-height: 1.8; max-width: 420px; }
.featured-link {
  font-size: 0.65rem; font-weight: 500; letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--forest); display: inline-flex; align-items: center; gap: 8px; margin-top: 4px;
}
.featured-link::after { content: '→'; }
.blog-posts-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 48px 36px; }
.load-more { text-align: center; margin-top: 60px; padding-top: 60px; border-top: 1px solid var(--rule); }
.load-more a {
  font-size: 0.68rem; font-weight: 500; letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--muted); transition: color .2s;
  display: inline-flex; align-items: center; gap: 10px;
}
.load-more a:hover { color: var(--ink); }
.sidebar { display: flex; flex-direction: column; gap: 48px; position: sticky; top: 100px; }
.sidebar-block { display: flex; flex-direction: column; gap: 0; border-top: 1px solid var(--rule); }
.sidebar-block h4 {
  font-family: 'Jost', sans-serif; font-weight: 500; font-size: 0.62rem;
  letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--muted); padding: 20px 0 16px;
  border-bottom: 1px solid var(--rule);
}
.sidebar-cats { list-style: none; }
.sidebar-cats li { border-bottom: 1px solid var(--rule); }
.sidebar-cats a {
  display: flex; justify-content: space-between; align-items: center;
  padding: 14px 0; font-size: 0.85rem; color: var(--ink); transition: color .2s;
}
.sidebar-cats a:hover { color: var(--forest); }
.sidebar-cats .cat-count { font-size: 0.68rem; color: var(--muted); }
.sidebar-optin { padding: 32px; background: var(--ink); }
.sidebar-optin h4 {
  font-family: 'Cormorant Garamond', serif; font-size: 1.3rem;
  font-weight: 400; color: var(--bg); margin-bottom: 12px;
}
.sidebar-optin p { font-size: 0.8rem; color: rgba(250,250,248,0.55); margin-bottom: 20px; line-height: 1.7; }
.sidebar-optin input {
  width: 100%; padding: 11px 14px;
  font-family: 'Jost', sans-serif; font-size: 0.8rem;
  background: rgba(250,250,248,0.08);
  border: 1px solid rgba(250,250,248,0.15);
  color: var(--bg); outline: none; margin-bottom: 10px;
}
.sidebar-optin input::placeholder { color: rgba(250,250,248,0.3); }
.sidebar-optin button {
  width: 100%; padding: 11px; background: var(--forest); border: none;
  color: var(--bg); font-family: 'Jost', sans-serif; font-weight: 500;
  font-size: 0.65rem; letter-spacing: 0.2em; text-transform: uppercase;
  cursor: pointer; transition: background .2s;
}
.sidebar-optin button:hover { background: rgba(45,68,53,0.7); }
.popular-list { list-style: none; }
.popular-item { border-bottom: 1px solid var(--rule); }
.popular-item a {
  display: flex; align-items: start; gap: 16px;
  padding: 16px 0; font-size: 0.82rem; color: var(--ink);
  line-height: 1.4; transition: color .2s;
}
.popular-item a:hover { color: var(--forest); }
.popular-num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.2rem; font-weight: 300;
  color: rgba(44,44,42,0.2); flex-shrink: 0; line-height: 1.2;
}

/* ── SINGLE POST ───────────────────────────── */
.single-header {
  padding: 80px 0 60px;
  background: var(--cream);
  border-bottom: 1px solid var(--rule);
  text-align: center;
}
.single-header .eyebrow { margin-bottom: 20px; }
.single-header h1 {
  font-size: clamp(2.2rem, 4vw, 3.8rem);
  font-weight: 300; line-height: 1.1;
  max-width: 820px; margin: 0 auto 24px;
}
.single-header .post-meta {
  font-size: 0.72rem; letter-spacing: 0.14em;
  text-transform: uppercase; color: var(--muted);
}
.single-featured-img {
  width: 100%;
  max-height: 600px;
  overflow: hidden;
  background: linear-gradient(165deg, #d6e6df 0%, #9bbcaf 45%, #3a5a4a 100%);
}
.single-featured-img img { width: 100%; height: 100%; object-fit: cover; max-height: 600px; }
.single-body {
  display: grid;
  grid-template-columns: 1fr 280px;
  gap: 80px;
  padding: 80px 0 100px;
  align-items: start;
}
.single-content {
  font-size: 1rem;
  line-height: 1.85;
  color: var(--ink);
}
.single-content p  { margin-bottom: 1.6em; color: var(--muted); }
.single-content h2 { font-size: 1.8rem; margin: 2em 0 0.6em; }
.single-content h3 { font-size: 1.4rem; margin: 1.8em 0 0.5em; }
.single-content h4 { font-size: 1.15rem; margin: 1.6em 0 0.4em; }
.single-content ul, .single-content ol {
  margin: 0 0 1.6em 1.4em;
  color: var(--muted);
}
.single-content li { margin-bottom: 0.4em; }
.single-content blockquote {
  border-left: 2px solid var(--forest);
  padding: 0 0 0 24px;
  margin: 2em 0;
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.4rem; font-style: italic;
  font-weight: 300; color: var(--ink);
  line-height: 1.4;
}
.single-content img { margin: 2em auto; border-radius: 0; }
.single-content a { color: var(--forest); text-decoration: underline; text-underline-offset: 2px; }

/* ── GENERIC PAGE ──────────────────────────── */
.generic-page { padding: 80px 0 100px; }
.generic-page .page-content {
  max-width: 760px; font-size: 1rem; line-height: 1.85;
}
.generic-page .page-content p  { margin-bottom: 1.6em; color: var(--muted); }
.generic-page .page-content h2 { font-size: 1.8rem; margin: 2em 0 0.6em; }
.generic-page .page-content h3 { font-size: 1.4rem; margin: 1.8em 0 0.5em; }
.generic-page .page-content a  { color: var(--forest); text-decoration: underline; }

/* ── WP ALIGNMENT CLASSES ──────────────────── */
.alignleft  { float: left; margin: 0 2em 1em 0; }
.alignright { float: right; margin: 0 0 1em 2em; }
.aligncenter { text-align: center; margin: 0 auto 1em; }
.wp-caption { max-width: 100%; }
.wp-caption-text { font-size: 0.8rem; color: var(--muted); text-align: center; margin-top: 8px; }

/* ── RESPONSIVE ────────────────────────────── */
@media (max-width: 1000px) {
  .hero { grid-template-columns: 1fr; min-height: auto; }
  .hero-text { padding: 80px 0; margin: 0 auto; text-align: center; }
  .hero-text p { margin-left: auto; margin-right: auto; }
  .hero-actions { justify-content: center; }
  .hero-image { display: none; }
  .topics-grid { grid-template-columns: 1fr 1fr; }
  .about-strip { grid-template-columns: 1fr; }
  .about-img  { min-height: 340px; }
  .about-content { padding: 60px 0; }
  .shop-grid { grid-template-columns: 1fr 1fr; }
  .about-split { grid-template-columns: 1fr; }
  .about-photo { min-height: 360px; }
  .about-text  { padding: 60px 0; }
  .coverage-grid { grid-template-columns: 1fr 1fr; }
  .trust-grid  { grid-template-columns: 1fr; }
  .blog-layout { grid-template-columns: 1fr; }
  .sidebar     { position: static; }
  .single-body { grid-template-columns: 1fr; }
  .footer-top  { grid-template-columns: 1fr 1fr; }
  .posts-grid  { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 900px) {
  .topic-row  { grid-template-columns: 1fr; gap: 30px; }
  .topic-row-label { position: static; }
  .rec-grid   { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 700px) {
  .nav-inner  { grid-template-columns: 1fr auto; }
  .nav-links  { display: none; }
  .nav-right  { display: none; }
  .posts-grid { grid-template-columns: 1fr; }
  .topics-grid { grid-template-columns: 1fr; }
  .shop-grid  { grid-template-columns: 1fr 1fr; }
  .coverage-grid { grid-template-columns: 1fr; }
  .rec-grid   { grid-template-columns: 1fr; }
  .featured   { grid-template-columns: 1fr; }
  .featured-body { padding: 24px 0 0; }
  .blog-posts-grid { grid-template-columns: 1fr; }
  .footer-top { grid-template-columns: 1fr; }
  .optin-form { flex-direction: column; }
  .optin-form input { border-right: 1px solid rgba(250,250,248,0.18); }
}

/* HRL hero photo override */
.hero-image{ background-image:url('https://herrefinedlife.com/wp-content/uploads/2026/05/hrl-hero-quiet-luxury-hd-scaled.jpg') !important; background-size:cover !important; background-position:center 28% !important; background-repeat:no-repeat !important; }


/* HRL hide hero label */
.hero-image::after{ content:none !important; display:none !important; }
