/*
Theme Name: The Zash
Theme URI: https://the-zash.com/
Author: The Zash Editorial Team
Description: An iconic high-fashion minimalist digital magazine theme inspired by Kinfolk, Vogue Scandinavia, and Cereal. Features architectural serif mastheads, sticky sub-nav ribbons, full-bleed cover story overlays, Title-First article grids, The Drop launch tracker, proper detailed typography, and featherweight zero-bloat performance.
Version: 2.9.4
Requires at least: 6.0
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: thezash
*/

*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

:root {
  --bg: #FFFFFF;
  --bg-warm: #FAF9F6;
  --card-bg: #FFFFFF;
  --ink: #111111;
  --ink-secondary: #222222;
  --muted: #737373;
  --border: #ECEAE6;
  --border-light: #F4F2EE;
  --gold-accent: #CFA459;
  --terracotta: #B86B52;
  --font-logo: 'Prata', 'Outfit', Georgia, serif;
  --serif-magazine: 'Outfit', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  --font-heading: 'Outfit', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  --serif-body: 'Lora', Georgia, 'Times New Roman', serif;
  --sans: 'Outfit', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  --radius-none: 0px;
}

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body {
  background-color: var(--bg);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 0.98rem;
  line-height: 1.68;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
  max-width: 100vw;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
  border-radius: 0;
}

a {
  color: inherit;
  text-decoration: none;
  transition: color 0.15s ease, opacity 0.15s ease;
}

a:hover {
  color: #555555;
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--serif-magazine);
  color: var(--ink);
  line-height: 1.22;
  font-weight: 600;
  letter-spacing: -0.015em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

.container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

.container--narrow {
  max-width: 780px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

/* ── STICKY HIGH-FASHION MASTHEAD & HEADER ── */
.site-header-sticky {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: #FFFFFF;
  border-bottom: 1px solid var(--border);
}

/* WordPress Admin Bar Compatibility */
.admin-bar .site-header-sticky {
  top: 32px;
}

@media (max-width: 782px) {
  .admin-bar .site-header-sticky {
    top: 46px;
  }
}

.masthead-main-bar {
  padding: 0.95rem 0 0.8rem;
  border-bottom: 1px solid var(--border-light);
  background: #FFFFFF;
}

.masthead-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.masthead-left {
  display: flex;
  align-items: center;
  gap: 1.1rem;
  flex: 1;
}

.masthead-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 1.1rem;
  flex: 1;
}

.masthead-control-btn {
  background: none;
  border: none;
  color: #000000;
  cursor: pointer;
  padding: 0.35rem 0.2rem;
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  font-family: inherit;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  transition: color 0.15s ease, opacity 0.15s ease;
}

.masthead-control-btn:hover {
  color: var(--terracotta);
}

.menu-icon-bars {
  display: inline-flex;
  flex-direction: column;
  justify-content: space-between;
  width: 17px;
  height: 12px;
}

.menu-icon-bars span {
  display: block;
  height: 1.6px;
  width: 100%;
  background-color: currentColor;
  transition: transform 0.2s ease, background-color 0.2s ease;
}

.masthead-divider {
  display: inline-block;
  width: 1px;
  height: 15px;
  background: #E5E5E5;
}

/* Hide mobile drawer menu button & divider on desktop screens */
@media (min-width: 769px) {
  .mobile-menu-btn,
  .mobile-menu-divider {
    display: none !important;
  }
}

.masthead-date-stamp {
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
  white-space: nowrap;
}

.masthead-journal-link {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #000000;
  transition: color 0.15s ease;
  white-space: nowrap;
}

.masthead-journal-link:hover {
  color: var(--terracotta);
}

.header-icon-svg {
  display: inline-block;
  vertical-align: middle;
}

.masthead-center {
  flex: 2;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.magazine-brand-logo {
  font-family: var(--font-logo);
  font-size: 2.85rem;
  font-weight: 400;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #000000;
  line-height: 1;
  display: inline-block;
  transition: opacity 0.15s ease;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

.magazine-brand-logo:hover {
  opacity: 0.85;
  color: #000000;
}

/* Explicit suppression of legacy tagline and duplicate sidebar author card */
.brand-tagline,
.widget-editor-bio {
  display: none !important;
}

/* ── SUB-NAV RIBBON & LUXURY EDITORIAL DROPDOWNS ── */
.subnav-ribbon {
  padding: 0.55rem 0;
  background: #FFFFFF;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  border-bottom: 1px solid #111111;
  position: relative;
}

.subnav-inner {
  display: flex;
  justify-content: center;
}

.subnav-list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.subnav-list > li {
  position: relative;
}

.subnav-list > li > a {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #000000;
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.28rem 0;
  position: relative;
  transition: color 0.15s ease;
}

.subnav-list > li > a::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;
  background: #000000;
  transition: width 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}

.subnav-list > li > a:hover::after,
.subnav-list > li > a.active::after {
  width: 100%;
}

.subnav-list > li > a:hover {
  color: #000000;
}

.nav-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}

.subnav-list li.has-dropdown:hover .nav-arrow,
.subnav-list li.has-dropdown.is-open .nav-arrow,
.subnav-list li.menu-item-has-children:hover .nav-arrow,
.subnav-list li.menu-item-has-children.is-open .nav-arrow {
  transform: rotate(180deg);
}

.the-drop-dot-pulse {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: var(--terracotta);
  animation: dropDotPulse 2.4s ease-in-out infinite;
  margin-left: 0.35rem;
  vertical-align: middle;
}

@keyframes dropDotPulse {
  0%, 100% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.35;
    transform: scale(0.85);
  }
}

/* Invisible hover bridge */
.subnav-list li.has-dropdown::after,
.subnav-list li.menu-item-has-children::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  height: 14px;
  display: block;
}

/* Dropdown Container */
.dropdown-menu,
.subnav-list .sub-menu {
  position: absolute;
  top: calc(100% + 4px);
  left: 50%;
  transform: translateX(-50%) translateY(4px);
  background: #FFFFFF;
  border: 1px solid var(--border);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.04);
  min-width: 560px;
  max-width: 660px;
  padding: 1.5rem 1.6rem;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
  z-index: 1000;
  text-align: left;
}

/* Open states */
.subnav-list li.has-dropdown:hover > .dropdown-menu,
.subnav-list li.has-dropdown.is-open > .dropdown-menu,
.subnav-list li.menu-item-has-children:hover > .sub-menu,
.subnav-list li.menu-item-has-children.is-open > .sub-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateX(-50%) translateY(0);
}

.dropdown-inner {
  display: flex;
  gap: 1.6rem;
}

.dropdown-links-col {
  flex: 1.1;
}

.dropdown-col-title {
  display: block;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 1rem;
  border-bottom: 1px solid var(--border-light);
  padding-bottom: 0.5rem;
}

.dropdown-links {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  padding: 0;
  margin: 0;
}

.dropdown-links li a {
  font-size: 0.86rem;
  font-weight: 600;
  line-height: 1.35;
  color: #222222;
  text-transform: none;
  letter-spacing: normal;
  display: block;
  padding: 0.25rem 0;
  transition: color 0.15s ease, transform 0.15s ease;
}

.dropdown-links li a:hover {
  color: var(--terracotta);
  transform: translateX(3px);
  opacity: 1;
}

.dropdown-view-all {
  margin-top: 0.5rem;
  display: inline-block !important;
  font-size: 0.78rem !important;
  font-weight: 800 !important;
  letter-spacing: 0.1em !important;
  text-transform: uppercase !important;
  color: var(--terracotta) !important;
}

.dropdown-view-all:hover {
  color: #000000 !important;
}

.dropdown-featured-col {
  flex: 1;
  border-left: 1px solid var(--border-light);
  padding-left: 1.8rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.dropdown-featured-tag {
  display: inline-block;
  font-size: 0.64rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gold-accent);
  margin-bottom: 0.6rem;
}

.dropdown-featured-title {
  font-family: var(--serif-magazine);
  font-size: 1.15rem;
  line-height: 1.25;
  font-weight: 700;
  color: #000000;
  margin-bottom: 0.6rem;
  display: block;
  text-transform: none;
  letter-spacing: normal;
  transition: color 0.15s ease;
}

.dropdown-featured-title:hover {
  color: var(--terracotta);
  opacity: 1;
}

.dropdown-featured-desc {
  font-size: 0.8rem;
  color: var(--muted);
  line-height: 1.45;
  margin-bottom: 0.8rem;
}

.dropdown-featured-meta {
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #888888;
}

/* Fallback for standard WordPress wp_nav_menu() .sub-menu */
.subnav-list .sub-menu {
  min-width: 240px;
  max-width: 320px;
  padding: 1rem 0;
  list-style: none;
}

.subnav-list .sub-menu li {
  display: block;
  width: 100%;
}

.subnav-list .sub-menu a {
  display: block;
  padding: 0.65rem 1.6rem;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: none;
  color: #222222;
  white-space: nowrap;
  transition: background 0.15s ease, color 0.15s ease;
}

.subnav-list .sub-menu a:hover {
  background: var(--bg-warm);
  color: var(--terracotta);
  opacity: 1;
}

.the-drop-link {
  font-weight: 800 !important;
  letter-spacing: 0.18em !important;
}

.the-drop-dot {
  color: var(--gold-accent);
  font-size: 0.85rem;
  margin: 0 1px;
}

/* ── MOBILE NAVIGATION DRAWER ── */
.mobile-nav-drawer {
  position: fixed;
  inset: 0;
  z-index: 2500;
  visibility: hidden;
  pointer-events: none;
  transition: visibility 0.3s ease;
}

.mobile-nav-drawer.is-active {
  visibility: visible;
  pointer-events: auto;
}

.mobile-drawer-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(4px);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.mobile-nav-drawer.is-active .mobile-drawer-overlay {
  opacity: 1;
}

.mobile-drawer-panel {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 86%;
  max-width: 360px;
  background: #FFFFFF;
  border-right: 1px solid var(--border);
  box-shadow: 4px 0 24px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
  padding: 2rem 1.6rem;
  transform: translateX(-100%);
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior: contain;
}

.mobile-nav-drawer.is-active .mobile-drawer-panel {
  transform: translateX(0);
}

.mobile-drawer-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 1.2rem;
  border-bottom: 1px solid var(--border);
  margin-bottom: 1.5rem;
}

.mobile-drawer-logo {
  font-family: var(--font-logo);
  font-size: 1.7rem;
  font-weight: 400;
  letter-spacing: 0.14em;
  color: #000000;
}

.mobile-drawer-close {
  background: none;
  border: none;
  font-size: 2rem;
  line-height: 1;
  cursor: pointer;
  color: #000000;
  width: 44px;
  height: 44px;
  min-width: 44px;
  min-height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  touch-action: manipulation;
}

.mobile-drawer-search {
  display: flex;
  align-items: center;
  border: 1px solid var(--border);
  margin-bottom: 1.8rem;
  background: #FFFFFF;
}

.mobile-drawer-search input {
  flex: 1;
  padding: 0.75rem 1rem;
  border: none;
  font-family: var(--sans);
  font-size: 1rem; /* 16px prevents iOS auto-zoom */
  outline: none;
  background: transparent;
}

.mobile-search-btn {
  background: none;
  border: none;
  padding: 0;
  width: 44px;
  height: 44px;
  min-width: 44px;
  min-height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: var(--ink);
  touch-action: manipulation;
}

.mobile-drawer-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.mobile-drawer-list > li > a {
  font-size: 0.95rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #000000;
  display: block;
  padding: 0.4rem 0;
}

.mobile-accordion-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.mobile-accordion-header a {
  font-size: 0.95rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #000000;
  display: block;
  padding: 0.4rem 0;
}

.accordion-toggle-btn {
  background: none;
  border: 1px solid var(--border-light);
  width: 44px;
  height: 44px;
  min-width: 44px;
  min-height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.95rem;
  cursor: pointer;
  transition: transform 0.2s ease, background 0.2s ease;
  touch-action: manipulation;
}

.mobile-accordion-item.is-open .accordion-toggle-btn {
  transform: rotate(180deg);
  background: var(--bg-warm);
}

.mobile-accordion-sub {
  list-style: none;
  padding: 0.6rem 0 0.6rem 1rem;
  margin: 0.3rem 0 0;
  display: none;
  flex-direction: column;
  gap: 0.5rem;
  border-left: 2px solid var(--border-light);
}

.mobile-accordion-item.is-open .mobile-accordion-sub {
  display: flex;
}

.mobile-accordion-sub li a {
  font-size: 0.88rem;
  font-weight: 500;
  color: #444444;
  line-height: 1.4;
  display: block;
  padding: 0.4rem 0;
}

.mobile-accordion-sub li a:hover {
  color: var(--terracotta);
}

/* ── 1. FULL-BLEED MAGAZINE COVER HERO (Clean Photography Showcase) ── */
.cover-hero-wrap {
  max-width: 1240px;
  margin: 1.2rem auto 2.2rem;
  padding: 0 1.5rem;
}

.cover-hero-media {
  width: 100%;
  aspect-ratio: 16 / 9;
  max-height: 560px;
  overflow: hidden;
  position: relative;
  background: var(--bg-warm);
  margin-bottom: 1.3rem;
}

.cover-hero-media a {
  display: block;
  width: 100%;
  height: 100%;
}

.cover-hero-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.cover-hero-wrap:hover .cover-hero-img {
  transform: scale(1.03);
}

.cover-hero-deck {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.category-meta-tag {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--terracotta);
  margin-bottom: 0.5rem;
}

.cover-hero-title {
  font-family: var(--serif-magazine);
  font-size: 2.75rem;
  line-height: 1.16;
  margin-bottom: 0.75rem;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.cover-hero-title a {
  color: var(--ink);
  transition: color 0.15s ease;
}

.cover-hero-title a:hover {
  color: #555555;
}

.cover-hero-excerpt {
  font-size: 1.05rem;
  line-height: 1.65;
  color: #444444;
  margin-bottom: 1rem;
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
}

.cover-hero-byline {
  font-size: 0.82rem;
  color: var(--muted);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  flex-wrap: wrap;
  letter-spacing: 0.04em;
}

.byline-sep {
  display: inline-block;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: var(--muted);
}

.cover-hero-cta {
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink);
  border-bottom: 1.5px solid var(--ink);
  padding-bottom: 2px;
  margin-left: 0.4rem;
  transition: color 0.15s ease, border-color 0.15s ease;
}

.cover-hero-cta:hover {
  color: var(--terracotta);
  border-bottom-color: var(--terracotta);
}

/* ── 2. EDITORIAL 4:3 PHOTO-FIRST CARDS & GRID ── */
.editorial-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem 1.6rem;
  margin: 1.8rem 0 2.5rem;
}

.editorial-card {
  display: flex;
  flex-direction: column;
  transition: transform 0.25s ease;
}

.editorial-card:hover {
  transform: translateY(-3px);
}

.editorial-card-media {
  display: block;
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: var(--bg-warm);
  margin-bottom: 0.85rem;
  border-radius: 0;
}

.editorial-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}

.editorial-card:hover .editorial-card-media img {
  transform: scale(1.05);
}

.editorial-card-body {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.editorial-card-cat {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--terracotta);
  margin-bottom: 0.35rem;
}

.editorial-card-title {
  font-family: var(--serif-magazine);
  font-size: 1.22rem;
  line-height: 1.34;
  font-weight: 600;
  letter-spacing: -0.01em;
  margin-bottom: 0.45rem;
  color: var(--ink);
}

.editorial-card-title a {
  color: var(--ink);
  text-decoration: none;
  transition: color 0.15s ease;
}

.editorial-card-title a:hover {
  color: #555555;
}

.editorial-card-excerpt {
  font-size: 0.9rem;
  color: #555555;
  line-height: 1.55;
  margin-bottom: 0.65rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.editorial-card-meta {
  font-size: 0.78rem;
  color: var(--muted);
  display: flex;
  align-items: center;
  gap: 0.6rem;
  margin-top: auto;
}

/* ── 3. "THE DROP" SECTION ── */
.the-drop-section {
  background: var(--bg-warm);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  padding: 2.5rem 1.5rem;
  margin: 2.5rem 0;
  text-align: center;
}

.the-drop-header {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  max-width: 600px;
  margin: 0 auto;
}

.the-drop-divider {
  flex: 1;
  height: 1px;
  background: #000000;
}

.the-drop-title {
  font-family: var(--font-logo);
  font-size: 2rem;
  font-weight: 400;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.the-drop-subtitle {
  font-size: 0.92rem;
  color: var(--muted);
  margin: 0.35rem 0 1.6rem;
  font-style: italic;
}

.the-drop-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.4rem;
  max-width: 1200px;
  margin: 0 auto;
}

.the-drop-card {
  background: #FFFFFF;
  border: 1px solid var(--border);
  padding: 1.6rem 1.2rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: border-color 0.2s ease, transform 0.2s ease;
}

.the-drop-card:hover {
  border-color: #111111;
  transform: translateY(-3px);
}

.drop-img-box {
  width: 140px;
  height: 140px;
  margin-bottom: 0.9rem;
  overflow: hidden;
}

.drop-img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.the-drop-card:hover .drop-img-box img {
  transform: scale(1.04);
}

.drop-brand-name {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 0.35rem;
}

.drop-product-name {
  font-family: var(--serif-magazine);
  font-size: 1.15rem;
  line-height: 1.35;
  margin-bottom: 0.5rem;
  font-weight: 700;
  min-height: 2.8em;
  color: var(--ink);
}

.drop-price {
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--ink);
  margin-bottom: 0.9rem;
}

.drop-shop-btn {
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink);
  border-bottom: 1px solid var(--ink);
  padding-bottom: 2px;
  margin-top: auto;
  transition: color 0.15s ease, border-color 0.15s ease;
}

.drop-shop-btn:hover {
  color: var(--terracotta);
  border-color: var(--terracotta);
}

/* ── 4. EDITORIAL PHILOSOPHY & MINIMALIST BREATHING STRIP ── */
.editorial-philosophy-strip {
  background: var(--bg-warm);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  padding: 2.8rem 1.5rem;
  margin: 2.5rem 0;
  text-align: center;
}

.editorial-philosophy-inner {
  max-width: 760px;
  margin: 0 auto;
}

.philosophy-kicker {
  display: block;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--terracotta);
  margin-bottom: 0.8rem;
}

.philosophy-quote {
  font-family: var(--serif-magazine);
  font-size: 1.65rem;
  line-height: 1.55;
  font-style: italic;
  font-weight: 400;
  color: var(--ink);
  margin: 0 0 0.9rem;
  padding: 0;
  border: none;
}

.philosophy-author {
  display: block;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--muted);
  font-style: normal;
}

/* ── EDITORIAL DIVIDER STRIPS ── */
.editorial-divider-strip {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  border-bottom: 2px solid #000000;
  padding-bottom: 0.6rem;
  margin: 2.5rem 0 1.4rem;
}

.editorial-strip-title {
  font-family: var(--sans);
  font-size: 1.15rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #000000;
}

.editorial-strip-link {
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #000000;
}

.editorial-strip-link:hover {
  color: #666666;
}

/* ── 1. SPLIT FEATURE SHOWCASE BLOCK (Lead Card + Stacked List) ── */
.editorial-split-block {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 2rem;
  margin-bottom: 2.5rem;
  align-items: start;
}

.split-lead-card {
  display: flex;
  flex-direction: column;
  background: #ffffff;
  border: 1px solid var(--border);
  padding: 1.25rem;
}

.split-lead-media {
  display: block;
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 10;
  max-height: 320px;
  margin-bottom: 1.1rem;
  background-color: var(--card-bg);
}

.split-lead-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s cubic-bezier(0.16, 1, 0.3, 1);
}

.split-lead-card:hover .split-lead-media img {
  transform: scale(1.03);
}

.split-lead-body {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.split-lead-cat {
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--terracotta);
  margin-bottom: 0.45rem;
  display: inline-block;
}

.split-lead-title {
  font-family: var(--serif-magazine);
  font-size: 1.65rem;
  font-weight: 700;
  line-height: 1.24;
  letter-spacing: -0.015em;
  margin-bottom: 0.7rem;
}

.split-lead-title a {
  color: #000000;
  text-decoration: none;
  transition: color 0.2s ease;
}

.split-lead-title a:hover {
  color: var(--terracotta);
}

.split-lead-excerpt {
  font-size: 0.94rem;
  line-height: 1.6;
  color: #555555;
  margin-bottom: 1.1rem;
  flex-grow: 1;
}

.split-lead-meta {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--muted);
  border-top: 1px solid var(--border);
  padding-top: 0.8rem;
}

/* Stacked Side Cards in Split Block */
.split-side-cards {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.split-side-item {
  display: grid;
  grid-template-columns: 185px 1fr;
  gap: 1.2rem;
  background: #ffffff;
  border: 1px solid var(--border);
  padding: 1.15rem;
  align-items: center;
}

.split-side-media {
  display: block;
  overflow: hidden;
  width: 100%;
  max-width: 185px;
  min-width: 0;
  aspect-ratio: 4 / 3;
  max-height: 145px;
  background-color: var(--card-bg);
}

.split-side-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.split-side-item:hover .split-side-media img {
  transform: scale(1.04);
}

.split-side-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
}

.split-side-cat {
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--terracotta);
  margin-bottom: 0.35rem;
  display: inline-block;
}

.split-side-title {
  font-family: var(--serif-magazine);
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: -0.01em;
  margin-bottom: 0.45rem;
}

.split-side-title a {
  color: #000000;
  text-decoration: none;
  transition: color 0.2s ease;
}

.split-side-title a:hover {
  color: var(--terracotta);
}

.split-side-excerpt {
  font-size: 0.86rem;
  line-height: 1.48;
  color: #555555;
  margin-bottom: 0.65rem;
}

.split-side-meta {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
  border-top: 1px solid #f0eee9;
  padding-top: 0.55rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

/* ── 2. CINEMATIC SPOTLIGHT CENTERPIECE BLOCK ── */
.editorial-spotlight-block {
  background-color: #f7f5f0;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  margin: 3.2rem 0;
  padding: 3.5rem 0;
}

.spotlight-inner {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 3.5rem;
  align-items: center;
}

.spotlight-media {
  display: block;
  overflow: hidden;
  aspect-ratio: 16 / 10;
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.08);
  background-color: var(--card-bg);
}

.spotlight-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.editorial-spotlight-block:hover .spotlight-media img {
  transform: scale(1.03);
}

.spotlight-deck {
  display: flex;
  flex-direction: column;
}

.spotlight-kicker {
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--terracotta);
  margin-bottom: 0.75rem;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

.spotlight-kicker::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 1px;
  background-color: var(--terracotta);
}

.spotlight-title {
  font-family: var(--serif-magazine);
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.015em;
  margin-bottom: 1rem;
}

.spotlight-title a {
  color: #000000;
  text-decoration: none;
  transition: color 0.2s ease;
}

.spotlight-title a:hover {
  color: var(--terracotta);
}

.spotlight-excerpt {
  font-size: 1rem;
  line-height: 1.65;
  color: #444444;
  margin-bottom: 1.6rem;
}

.spotlight-footer {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}

.spotlight-cta {
  display: inline-flex;
  align-items: center;
  padding: 0.75rem 1.5rem;
  background-color: #000000;
  color: #ffffff;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-decoration: none;
  transition: background-color 0.2s ease, transform 0.2s ease;
}

.spotlight-cta:hover {
  background-color: var(--terracotta);
  color: #ffffff;
  transform: translateY(-1px);
}

.spotlight-meta-info {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--muted);
}

/* ── 3. 2-COLUMN ARCHITECTURAL DUET GRID ── */
.editorial-duet-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.2rem;
  margin-bottom: 2.5rem;
}

.duet-card {
  display: flex;
  flex-direction: column;
  background: #ffffff;
  border: 1px solid var(--border);
  padding: 1.2rem;
}

.duet-card-media {
  display: block;
  overflow: hidden;
  aspect-ratio: 16 / 10;
  margin-bottom: 1.1rem;
  background-color: var(--card-bg);
}

.duet-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease;
}

.duet-card:hover .duet-card-media img {
  transform: scale(1.03);
}

.duet-card-body {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.duet-card-cat {
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--terracotta);
  margin-bottom: 0.45rem;
  display: inline-block;
}

.duet-card-title {
  font-family: var(--serif-magazine);
  font-size: 1.45rem;
  font-weight: 600;
  line-height: 1.28;
  letter-spacing: -0.01em;
  margin-bottom: 0.65rem;
}

.duet-card-title a {
  color: #000000;
  text-decoration: none;
  transition: color 0.2s ease;
}

.duet-card-title a:hover {
  color: var(--terracotta);
}

.duet-card-excerpt {
  font-size: 0.92rem;
  line-height: 1.6;
  color: #555555;
  margin-bottom: 1.1rem;
  flex-grow: 1;
}

.duet-card-meta {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--muted);
  border-top: 1px solid var(--border);
  padding-top: 0.75rem;
}

/* ── 4. NUMBERED 4-COLUMN STORY STRIP ── */
.editorial-strip-4col {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  margin-bottom: 2.8rem;
}

.strip-item-card {
  display: flex;
  flex-direction: column;
  background: #ffffff;
  border: 1px solid var(--border);
  padding: 1rem;
  position: relative;
}

.strip-rank-num {
  font-family: var(--serif-magazine);
  font-size: 1.8rem;
  font-weight: 800;
  line-height: 1;
  color: var(--terracotta);
  margin-bottom: 0.5rem;
  opacity: 0.85;
}

.strip-item-media {
  display: block;
  overflow: hidden;
  aspect-ratio: 16 / 10;
  margin-bottom: 0.8rem;
  background-color: var(--card-bg);
}

.strip-item-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.strip-item-card:hover .strip-item-media img {
  transform: scale(1.04);
}

.strip-item-cat {
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 0.35rem;
  display: inline-block;
}

.strip-item-title {
  font-family: var(--serif-magazine);
  font-size: 1.05rem;
  font-weight: 600;
  line-height: 1.34;
  letter-spacing: -0.01em;
  margin-bottom: 0.5rem;
  flex-grow: 1;
}

.strip-item-title a {
  color: #000000;
  text-decoration: none;
  transition: color 0.2s ease;
}

.strip-item-title a:hover {
  color: var(--terracotta);
}

.strip-item-meta {
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--muted);
  margin-top: 0.4rem;
}

/* ── SINGLE POST & CORE ARTICLE STYLING ── */
.single-post-wrapper {
  padding: 1.8rem 0 3.5rem;
  background-color: var(--bg);
}

.single-post-header {
  padding: 0.8rem 0 1.2rem;
  text-align: center;
}

.breadcrumbs {
  font-size: 0.74rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 0.8rem;
}

.breadcrumbs a {
  color: var(--muted);
}

.breadcrumbs a:hover {
  color: var(--ink);
}

.breadcrumbs span {
  margin: 0 0.35rem;
  color: #CCCCCC;
}

.badge-group {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  margin-bottom: 0.8rem;
  flex-wrap: wrap;
}

.badge {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 0.35rem 0.85rem;
  line-height: 1.2;
}

.badge--terracotta {
  background: var(--terracotta);
  color: #FFFFFF;
}

.badge--sage {
  background: #E8EFE9;
  color: #2D5A38;
}

.single-post-title {
  font-family: var(--serif-magazine);
  font-size: 2.5rem;
  line-height: 1.2;
  margin: 0.5rem auto 1rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  max-width: 860px;
}

.single-post-byline {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  margin: 0 auto 1.6rem;
  text-align: left;
}

.byline-avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
  border: 1px solid var(--border);
}

.single-post-byline-text {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}

.single-post-byline-name {
  font-size: 0.92rem;
  color: var(--ink);
}

.single-post-byline-name strong {
  font-weight: 700;
}

.single-post-byline-meta {
  font-size: 0.8rem;
  color: var(--muted);
}

/* ── WIDE CINEMATIC BREAKOUT FEATURED IMAGE ── */
.single-featured-breakout {
  margin: 0.8rem auto 2.2rem;
}

.single-featured-figure {
  margin: 0;
  position: relative;
}

.single-featured-media {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  max-height: 580px;
  overflow: hidden;
  background: var(--bg-warm);
}

.single-featured-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* ── SINGLE ARTICLE 2-COLUMN SIDEBAR LAYOUT ── */
.single-body-container {
  margin-top: 1rem;
  margin-bottom: 3rem;
}

.single-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 2.5rem;
  align-items: start;
}

.single-main-col {
  min-width: 0;
}

/* ── STICKY HIGH-FASHION SINGLE SIDEBAR ── */
.single-sidebar {
  width: 100%;
}

.sidebar-sticky-wrap {
  position: sticky;
  top: 90px;
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}

.admin-bar .sidebar-sticky-wrap {
  top: 125px;
}

.sidebar-widget {
  background: #FFFFFF;
  border: 1px solid var(--border);
  padding: 1.4rem 1.3rem;
}

.sidebar-widget-kicker {
  display: block;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--terracotta);
  margin-bottom: 0.4rem;
}

.sidebar-widget-title {
  font-family: var(--serif-magazine);
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--ink);
  margin-bottom: 0.9rem;
  line-height: 1.25;
  letter-spacing: -0.01em;
}

/* 1. Meet the Editor Widget */
.widget-editor-bio {
  background: var(--bg-warm);
  border: 1px solid var(--border-light);
}

.editor-bio-header {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-top: 0.6rem;
  margin-bottom: 0.9rem;
}

.editor-bio-img {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  object-fit: cover;
  border: 1px solid var(--border);
}

.editor-bio-name {
  font-family: var(--serif-magazine);
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--ink);
  margin: 0;
}

.editor-bio-title {
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--muted);
  display: block;
}

.editor-bio-snippet {
  font-size: 0.86rem;
  line-height: 1.6;
  color: #444444;
  margin-bottom: 0.9rem;
}

.editor-link-text {
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #000000;
  border-bottom: 1px solid #000000;
  padding-bottom: 2px;
  transition: color 0.15s ease, border-color 0.15s ease;
}

.editor-link-text:hover {
  color: var(--terracotta);
  border-color: var(--terracotta);
}

/* 2. In High Rotation Trending Widget */
.sidebar-trending-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.trending-item {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  padding-bottom: 0.9rem;
  border-bottom: 1px solid var(--border-light);
}

.trending-item:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.trending-rank-num {
  font-family: var(--serif-magazine);
  font-size: 1.4rem;
  font-weight: 700;
  color: #D5D0C9;
  width: 24px;
  flex-shrink: 0;
  line-height: 1;
}

.trending-item-content {
  flex: 1;
  min-width: 0;
}

.trending-item-cat {
  font-size: 0.64rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--terracotta);
  display: block;
  margin-bottom: 0.2rem;
}

.trending-item-title {
  font-family: var(--serif-magazine);
  font-size: 0.92rem;
  line-height: 1.35;
  margin: 0 0 0.25rem;
  font-weight: 700;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.trending-item-title a:hover {
  color: var(--terracotta);
}

.trending-item-time {
  font-size: 0.72rem;
  color: var(--muted);
  display: block;
}

.trending-item-thumb {
  width: 60px;
  height: 60px;
  flex-shrink: 0;
  overflow: hidden;
}

.trending-item-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}

.trending-item:hover .trending-item-thumb img {
  transform: scale(1.08);
}

/* 3. Curated Dupe Spotlight Widget */
.widget-dupe-spotlight {
  background: var(--bg-warm);
  border: 1px solid var(--border);
}

.dupe-spotlight-card {
  margin-top: 0.6rem;
}

.dupe-spotlight-tag {
  display: inline-block;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  background: #E8EFE9;
  color: #2D5A38;
  padding: 0.25rem 0.6rem;
  margin-bottom: 0.8rem;
}

.dupe-spotlight-name {
  font-family: var(--serif-magazine);
  font-size: 1.15rem;
  font-weight: 700;
  margin-bottom: 0.4rem;
  color: var(--ink);
  line-height: 1.35;
}

.dupe-spotlight-meta {
  font-size: 0.84rem;
  color: var(--muted);
  line-height: 1.55;
  margin-bottom: 0.8rem;
}

.dupe-spotlight-price {
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--ink);
  margin-bottom: 1.1rem;
}

.dupe-match-savings {
  font-size: 0.7rem;
  font-weight: 700;
  color: #2D5A38;
  background: #E8EFE9;
  padding: 0.2rem 0.5rem;
  margin-left: 0.5rem;
  vertical-align: middle;
}

.sidebar-shop-btn {
  display: block;
  text-align: center;
  background: var(--ink);
  color: #FFFFFF;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 0.75rem 1rem;
  transition: background 0.2s ease;
}

.sidebar-shop-btn:hover {
  background: var(--terracotta);
  color: #FFFFFF;
}

/* 4. Routine Pill Categories Widget */
.sidebar-pills-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.sidebar-pill {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: #333333;
  background: #FFFFFF;
  border: 1px solid var(--border);
  padding: 0.4rem 0.8rem;
  transition: all 0.15s ease;
}

.sidebar-pill:hover {
  background: var(--bg-warm);
  color: var(--ink);
  border-color: var(--ink);
}

/* Standard WP Widgets Support */
.sidebar-widget ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.sidebar-widget ul li {
  padding: 0.5rem 0;
  border-bottom: 1px solid var(--border-light);
  font-size: 0.9rem;
  color: var(--ink);
}

.sidebar-widget ul li:last-child {
  border-bottom: none;
}

.sidebar-widget ul li a:hover {
  color: var(--terracotta);
}

.sidebar-widget .search-form {
  display: flex;
  gap: 0.4rem;
}

.sidebar-widget .search-field {
  flex: 1;
  padding: 0.65rem 0.8rem;
  border: 1px solid var(--border);
  font-size: 0.85rem;
}

.sidebar-widget .search-submit {
  padding: 0.65rem 1rem;
  background: #000000;
  color: #FFFFFF;
  border: none;
  cursor: pointer;
  font-size: 0.75rem;
  font-weight: 700;
}

.article-content {
  font-size: 1.08rem;
  line-height: 1.82;
  color: #111111;
}

.article-content p {
  margin-bottom: 1.35rem;
}

.article-content h2 {
  font-family: var(--serif-magazine);
  font-size: 1.85rem;
  margin: 2.2rem 0 0.9rem;
}

.article-content h3 {
  font-family: var(--serif-magazine);
  font-size: 1.4rem;
  margin: 1.8rem 0 0.7rem;
  font-weight: 600;
}

.article-content h4 {
  font-family: var(--sans);
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin: 1.5rem 0 0.5rem;
}

.article-content ul,
.article-content ol {
  margin: 1.1rem 0 1.6rem 1.7rem;
}

.article-content li {
  margin-bottom: 0.65rem;
  line-height: 1.75;
}

.article-content a {
  color: var(--terracotta);
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
}

.article-content a:hover {
  color: var(--ink);
}

.article-content blockquote {
  border-left: 3px solid var(--terracotta);
  padding: 1.1rem 1.6rem;
  margin: 1.8rem 0;
  background: var(--bg-warm);
  font-style: italic;
  font-size: 1.05rem;
  color: #333333;
}

.article-content hr {
  border: none;
  border-top: 1px solid var(--border);
  margin: 2.5rem 0;
}

.article-content table {
  width: 100%;
  border-collapse: collapse;
  margin: 1.8rem 0;
  font-size: 0.95rem;
}

.article-content th,
.article-content td {
  padding: 0.85rem 1rem;
  text-align: left;
  border-bottom: 1px solid var(--border);
}

.article-content th {
  background: var(--bg-warm);
  font-weight: 700;
  font-family: var(--sans);
  text-transform: uppercase;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
}

/* ── GEO QUICK-ANSWER / KEY TAKEAWAYS BOX ── */
.geo-takeaways-card {
  background: var(--bg-warm);
  border: 1px solid var(--border);
  border-left: 3px solid var(--terracotta);
  padding: 1.5rem 1.6rem;
  margin: 1.6rem 0 2rem;
}

.geo-takeaways-header {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  margin-bottom: 0.8rem;
}

.geo-takeaways-title {
  font-family: var(--serif-magazine);
  font-size: 1.35rem;
  font-weight: 700;
}

.geo-takeaways-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
  font-size: 0.95rem;
  color: #333333;
}

.geo-takeaways-list li {
  position: relative;
  padding-left: 1.5rem;
}

.geo-takeaways-list li::before {
  content: '•';
  position: absolute;
  left: 0;
  top: -2px;
  font-size: 1.1rem;
  color: var(--terracotta);
}

/* ── DUPE COMPARISON CARD MODULE ── */
.dupe-box {
  background: #FFFFFF;
  border: 1px solid var(--border);
  padding: 1.6rem;
  margin: 1.8rem 0;
}

.dupe-header {
  text-align: center;
  margin-bottom: 1.3rem;
}

.dupe-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
}

.dupe-item {
  padding: 1.5rem 1.2rem;
  background: var(--bg-warm);
  border: 1px solid var(--border-light);
  text-align: center;
}

.dupe-badge {
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 0.35rem 0.9rem;
  display: inline-block;
  margin-bottom: 0.6rem;
}

.dupe-badge--luxury {
  background: #000000;
  color: #FFFFFF;
}

.dupe-badge--drugstore {
  background: var(--gold-accent);
  color: #000000;
}

.dupe-title {
  font-family: var(--serif-magazine);
  font-size: 1.25rem;
  margin-bottom: 0.3rem;
  font-weight: 700;
}

.dupe-price {
  font-size: 1.25rem;
  font-weight: 800;
  color: #000000;
  margin: 0.3rem 0 0.6rem;
}

.dupe-desc {
  font-size: 0.88rem;
  color: #444444;
  line-height: 1.55;
  margin-bottom: 1rem;
}

.btn {
  display: inline-block;
  padding: 0.7rem 1.6rem;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  cursor: pointer;
  border: none;
  transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}

.btn-dark {
  background: var(--ink);
  color: #FFFFFF;
}

.btn-dark:hover {
  background: #333333;
  color: #FFFFFF;
}

.btn-terracotta {
  background: var(--terracotta);
  color: #FFFFFF;
  border: 1px solid var(--terracotta);
}

.btn-terracotta:hover {
  background: var(--ink);
  border-color: var(--ink);
  color: #FFFFFF;
}

/* ── AUTHOR E-E-A-T BOX ── */
.author-bio-box {
  display: flex;
  gap: 1.4rem;
  align-items: center;
  padding: 1.5rem 1.6rem;
  background: var(--bg-warm);
  border: 1px solid var(--border);
  margin: 2.2rem 0;
}

.author-bio-avatar {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
}

.author-bio-content h4 {
  font-family: var(--serif-magazine);
  font-size: 1.3rem;
  margin-bottom: 0.25rem;
}

.author-bio-role {
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 0.5rem;
}

.author-bio-text {
  font-size: 0.92rem;
  color: #444444;
  line-height: 1.6;
}

/* ── RELATED POSTS ("YOU MIGHT ALSO LOVE") ── */
.related-posts-section {
  margin-top: 2.8rem;
  padding-top: 2rem;
  border-top: 1px solid var(--border);
}

.related-header {
  text-align: center;
  margin-bottom: 1.5rem;
}

.related-kicker {
  display: block;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 0.4rem;
}

.related-title {
  font-family: var(--serif-magazine);
  font-size: 2rem;
  font-weight: 700;
  color: var(--ink);
  letter-spacing: -0.01em;
}

/* ── ARCHIVE & SEARCH TEMPLATES ── */
.archive-container {
  padding-top: 1.8rem;
}

.section-header {
  border-bottom: 1px solid var(--border);
  padding-bottom: 1.2rem;
  margin-bottom: 1.5rem;
}

.section-title {
  font-family: var(--serif-magazine);
  font-size: 2.4rem;
  line-height: 1.2;
  margin: 0.5rem 0;
}

.archive-description {
  color: var(--ink-secondary);
  font-size: 0.95rem;
  margin-top: 0.4rem;
  max-width: 680px;
}

.no-results-box {
  padding: 3rem 1rem;
  text-align: center;
}

.no-results-title {
  font-family: var(--serif-magazine);
  font-size: 1.8rem;
  margin-bottom: 0.5rem;
}

.no-results-desc {
  color: var(--muted);
  font-size: 0.95rem;
  margin-bottom: 1.5rem;
}

/* ── FOOTER ── */
.footer {
  background: #000000;
  color: #FFFFFF;
  padding: 3rem 0 2rem;
  margin-top: 3rem;
}

.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 2.2rem;
  margin-bottom: 2.2rem;
}

.footer-logo {
  font-family: var(--font-logo);
  font-size: 2.2rem;
  font-weight: 400;
  letter-spacing: 0.14em;
  color: #FFFFFF;
  margin-bottom: 0.8rem;
  text-transform: uppercase;
}

.footer-desc {
  color: #888888;
  font-size: 0.9rem;
  line-height: 1.7;
  max-width: 400px;
}

.footer-col h4 {
  font-family: var(--sans);
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  margin-bottom: 1rem;
  color: #FFFFFF;
}

.footer-links {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
  font-size: 0.88rem;
  color: #AAAAAA;
}

.footer-links a:hover {
  color: #FFFFFF;
}

.footer-bottom {
  border-top: 1px solid #222222;
  padding-top: 1.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.8rem;
  color: #666666;
}

.back-to-top-btn {
  color: var(--terracotta);
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.4rem 0.6rem;
  margin: -0.4rem -0.6rem;
  border: none;
  background: transparent;
  font-family: inherit;
  font-size: 0.82rem;
  line-height: 1;
  transition: opacity 0.2s ease, transform 0.2s ease;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
}

.back-to-top-btn:hover {
  opacity: 0.85;
  transform: translateY(-2px);
  color: var(--terracotta);
}

.back-to-top-btn:active {
  transform: translateY(0);
}

/* ── SEARCH MODAL ── */
.search-modal {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.82);
  backdrop-filter: blur(8px);
  z-index: 2000;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
}

.search-modal.active {
  display: flex;
}

.search-modal-box {
  background: #FFFFFF;
  max-width: 620px;
  width: 100%;
  padding: 3rem;
  position: relative;
  border: 1px solid var(--border);
  box-sizing: border-box;
}

.search-modal-close {
  position: absolute;
  top: 1.2rem;
  right: 1.2rem;
  background: none;
  border: none;
  font-size: 2rem;
  line-height: 1;
  cursor: pointer;
  color: #000000;
  width: 44px;
  height: 44px;
  min-width: 44px;
  min-height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  touch-action: manipulation;
}

.search-modal-title {
  font-family: var(--serif-magazine);
  font-size: 2.2rem;
  font-weight: 800;
  letter-spacing: -0.01em;
  margin-bottom: 0.5rem;
  color: var(--ink);
  line-height: 1.2;
}

.search-modal-sub {
  color: var(--muted);
  font-size: 0.92rem;
  margin-bottom: 1.5rem;
  line-height: 1.55;
}

.search-form {
  display: flex;
  gap: 0.5rem;
}

.search-input {
  flex-grow: 1;
  padding: 0.85rem 1.1rem;
  border: 1px solid var(--border);
  font-family: var(--sans);
  font-size: 1rem; /* 16px prevents iOS auto-zoom */
  outline: none;
  box-sizing: border-box;
}

.search-input:focus {
  border-color: #000000;
}

.search-modal-btn {
  border-radius: 0;
  flex-shrink: 0;
  padding: 0.85rem 1.8rem;
}

/* ── COMPREHENSIVE MOBILE RESPONSIVE SUITE ── */

/* 1. TABLET BREAKPOINT (<= 960px) */
@media (max-width: 960px) {
  .magazine-brand-logo {
    font-size: 2.4rem;
  }
  .subnav-inner {
    justify-content: flex-start;
  }
  .subnav-list {
    gap: 1.6rem;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    white-space: nowrap;
    flex-wrap: nowrap;
    justify-content: flex-start;
    padding: 0 1rem;
  }
  .subnav-list::-webkit-scrollbar {
    display: none;
  }
  .subnav-list > li {
    flex-shrink: 0;
  }
  .cover-hero-wrap {
    margin: 1rem auto 1.8rem;
  }
  .cover-hero-title {
    font-size: 2.2rem;
  }
  .editorial-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.8rem 1.4rem;
    margin: 1.5rem 0 2rem;
  }
  .the-drop-section {
    padding: 2.2rem 1.2rem;
    margin: 2rem 0;
  }
  .the-drop-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.4rem;
  }
  .related-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .editorial-philosophy-strip {
    padding: 2.4rem 1.2rem;
    margin: 2.2rem 0;
  }
  .philosophy-quote {
    font-size: 1.45rem;
  }
  .footer {
    padding: 2.5rem 0 1.8rem;
    margin-top: 2.2rem;
  }
  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 1.8rem;
  }

  /* Editorial Blocks on Tablet */
  .editorial-split-block {
    grid-template-columns: 1fr;
    gap: 1.8rem;
  }
  .split-side-cards {
    gap: 1rem;
  }
  .editorial-spotlight-block {
    padding: 2.8rem 0;
    margin: 2.4rem 0;
  }
  .spotlight-inner {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .spotlight-title {
    font-size: 1.85rem;
  }
  .editorial-duet-grid {
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
  }
  .editorial-strip-4col {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.4rem;
  }
}

/* 2. STANDARD SMARTPHONE & PHABLET BREAKPOINT (<= 768px) */
@media (max-width: 768px) {
  /* Layout Containers */
  .container,
  .container--narrow,
  .single-body-container {
    padding: 0 1.25rem;
  }

  /* Header & Masthead */
  .masthead-main-bar {
    padding: 0.75rem 0 0.65rem;
  }
  .magazine-brand-logo {
    font-size: 1.95rem;
    letter-spacing: 0.12em;
    line-height: 1.1;
  }
  .masthead-date-stamp,
  .masthead-divider,
  .masthead-journal-link,
  .control-text {
    display: none;
  }
  .masthead-control-btn {
    min-width: 44px;
    min-height: 44px;
    padding: 0.5rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  /* Remove main menu ribbon on phone view for clean minimalist mobile header */
  .subnav-ribbon,
  .hide-mobile {
    display: none !important;
  }

  /* Homepage Cover Hero */
  .cover-hero-wrap {
    margin: 0.8rem auto 1.6rem;
    padding: 0 1.25rem;
  }
  .cover-hero-media {
    aspect-ratio: 16 / 10;
    max-height: 320px;
    margin-bottom: 1rem;
  }
  .cover-hero-title {
    font-size: 1.75rem;
    line-height: 1.22;
    margin-bottom: 0.7rem;
  }
  .cover-hero-excerpt {
    font-size: 0.9rem;
    line-height: 1.55;
    margin-bottom: 0.9rem;
  }
  .cover-hero-byline {
    font-size: 0.76rem;
    gap: 0.4rem;
    justify-content: center;
  }

  /* Editorial Card Grids */
  .editorial-grid {
    grid-template-columns: 1fr;
    gap: 1.8rem;
    margin: 1.4rem 0 2rem;
  }
  .editorial-card-media {
    aspect-ratio: 16 / 10;
    margin-bottom: 0.75rem;
  }
  .editorial-card-title {
    font-size: 1.25rem;
    line-height: 1.3;
    margin-bottom: 0.4rem;
  }
  .editorial-card-excerpt {
    font-size: 0.88rem;
    line-height: 1.55;
    margin-bottom: 0.55rem;
  }

  /* Editorial Split Block on Mobile */
  .editorial-split-block {
    grid-template-columns: 1fr;
    gap: 1.6rem;
    margin-bottom: 2rem;
  }
  .split-lead-card {
    padding: 1rem;
  }
  .split-lead-title {
    font-size: 1.45rem;
    line-height: 1.25;
  }
  .split-side-item {
    grid-template-columns: 125px 1fr;
    gap: 0.9rem;
    padding: 0.85rem;
  }
  .split-side-title {
    font-size: 1rem;
    line-height: 1.3;
  }
  .split-side-excerpt {
    font-size: 0.84rem;
    line-height: 1.45;
    margin-bottom: 0.45rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  /* Cinematic Spotlight on Mobile */
  .editorial-spotlight-block {
    padding: 2.2rem 0;
    margin: 2rem 0;
  }
  .spotlight-inner {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  .spotlight-title {
    font-size: 1.55rem;
    line-height: 1.22;
  }
  .spotlight-excerpt {
    font-size: 0.92rem;
    margin-bottom: 1.2rem;
  }

  /* Duet Grid on Mobile */
  .editorial-duet-grid {
    grid-template-columns: 1fr;
    gap: 1.6rem;
    margin-bottom: 2rem;
  }
  .duet-card {
    padding: 1rem;
  }
  .duet-card-title {
    font-size: 1.35rem;
    line-height: 1.25;
  }

  /* Strip 4-Col on Mobile */
  .editorial-strip-4col {
    grid-template-columns: 1fr;
    gap: 1.2rem;
    margin-bottom: 2rem;
  }

  /* "The Drop" Boutique Product Section */
  .the-drop-section {
    padding: 2rem 1rem;
    margin: 2rem 0;
  }
  .the-drop-title {
    font-size: 1.55rem;
    letter-spacing: 0.12em;
  }
  .the-drop-subtitle {
    font-size: 0.88rem;
    margin: 0.25rem 0 1.3rem;
  }
  .the-drop-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
  .the-drop-card {
    padding: 1.3rem 0.85rem;
  }
  .drop-img-box {
    width: 100%;
    max-width: 130px;
    height: auto;
    aspect-ratio: 1 / 1;
    margin-bottom: 0.7rem;
  }
  .drop-brand-name {
    font-size: 0.65rem;
    margin-bottom: 0.2rem;
  }
  .drop-product-name {
    font-size: 0.95rem;
    line-height: 1.3;
    min-height: auto;
    margin-bottom: 0.35rem;
  }
  .drop-price {
    font-size: 0.95rem;
    margin-bottom: 0.7rem;
  }
  .drop-shop-btn {
    font-size: 0.7rem;
  }

  /* Editorial Philosophy Breathing Strip */
  .editorial-philosophy-strip {
    padding: 2.2rem 1rem;
    margin: 2rem 0;
  }
  .philosophy-kicker {
    font-size: 0.68rem;
    margin-bottom: 0.8rem;
  }
  .philosophy-quote {
    font-size: 1.3rem;
    line-height: 1.5;
    margin-bottom: 1rem;
  }
  .philosophy-author {
    font-size: 0.7rem;
    letter-spacing: 0.12em;
  }

  /* Editorial Divider Strip */
  .editorial-divider-strip {
    align-items: center;
    margin: 2rem 0 1rem;
    padding-bottom: 0.4rem;
  }
  .editorial-strip-title {
    font-size: 0.95rem;
    letter-spacing: 0.1em;
  }
  .editorial-strip-link {
    font-size: 0.72rem;
    white-space: nowrap;
  }

  /* Single Post Page & Sidebar */
  .single-post-wrapper {
    padding: 1rem 0 2.5rem;
  }
  .single-post-header {
    padding: 0.6rem 0 1.2rem;
  }
  .single-post-title {
    font-size: 1.8rem;
    line-height: 1.22;
    margin: 0.5rem auto 0.8rem;
  }
  .single-featured-breakout {
    margin: 0.5rem auto 1.5rem;
    padding: 0 1.25rem;
  }
  .single-featured-media {
    aspect-ratio: 16 / 10;
    max-height: 320px;
  }
  .single-body-container {
    margin-bottom: 2rem;
  }
  .single-layout {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .sidebar-sticky-wrap {
    position: static;
    max-width: 100%;
    gap: 1.4rem;
  }
  .sidebar-widget {
    padding: 1.3rem 1.1rem;
  }
  .sidebar-widget-title {
    font-size: 1.15rem;
    margin-bottom: 0.8rem;
  }
  .article-content {
    font-size: 1.02rem;
    line-height: 1.75;
  }
  .article-content p {
    margin-bottom: 1.2rem;
  }
  .article-content h2 {
    font-size: 1.45rem;
    line-height: 1.28;
    margin: 1.8rem 0 0.8rem;
  }
  .article-content h3 {
    font-size: 1.2rem;
    line-height: 1.3;
    margin: 1.5rem 0 0.7rem;
  }
  .geo-takeaways-card {
    padding: 1.2rem 1rem;
    margin: 1.4rem 0 1.6rem;
  }
  .dupe-box {
    padding: 1.3rem 1rem;
    margin: 1.5rem 0;
  }
  .dupe-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  .dupe-item {
    padding: 1.3rem 1rem;
  }
  .btn-dark,
  .btn-terracotta {
    width: 100%;
    text-align: center;
    display: block;
    padding: 0.75rem;
    box-sizing: border-box;
  }
  .author-bio-box {
    padding: 1.4rem 1.1rem;
    flex-direction: column;
    text-align: center;
    gap: 0.9rem;
    margin: 1.6rem 0;
  }
  .author-bio-avatar {
    width: 72px;
    height: 72px;
    margin: 0 auto;
  }
  .related-posts-section {
    margin-top: 2.2rem;
    padding-top: 1.8rem;
  }
  .related-title {
    font-size: 1.7rem;
  }
  .related-grid {
    grid-template-columns: 1fr;
    gap: 1.8rem;
  }

  /* Search Modal on Mobile */
  .search-modal {
    padding: 1rem;
  }
  .search-modal-box {
    padding: 2rem 1.25rem 1.6rem;
  }
  .search-modal-title {
    font-size: 1.6rem;
  }
  .search-modal-close {
    top: 0.9rem;
    right: 0.9rem;
    font-size: 2rem;
  }
  .search-form {
    flex-direction: column;
    gap: 0.6rem;
  }
  .search-input {
    font-size: 1rem;
    width: 100%;
    height: 46px;
  }
  .search-modal-btn {
    width: 100%;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  /* Footer on Mobile */
  .footer {
    padding: 2.2rem 0 1.5rem;
    margin-top: 2rem;
  }
  .footer-grid {
    grid-template-columns: 1fr;
    gap: 1.8rem;
    margin-bottom: 1.8rem;
  }
  .footer-bottom {
    flex-direction: column;
    text-align: center;
    gap: 0.8rem;
    padding-top: 1.4rem;
  }
}

/* 3. COMPACT SMARTPHONE BREAKPOINT (<= 480px, iPhone SE, Galaxy, 360-390px) */
@media (max-width: 480px) {
  .container,
  .container--narrow,
  .single-body-container {
    padding: 0 1rem;
  }
  .magazine-brand-logo {
    font-size: 1.65rem;
    letter-spacing: 0.1em;
  }
  .cover-hero-wrap {
    padding: 0 1rem;
  }
  .cover-hero-title {
    font-size: 1.55rem;
  }
  .single-post-title {
    font-size: 1.55rem;
    line-height: 1.24;
  }
  .the-drop-grid {
    grid-template-columns: 1fr;
    gap: 1.2rem;
  }
  .the-drop-card {
    padding: 1.3rem 1rem;
  }
  .drop-img-box {
    max-width: 140px;
  }
  .editorial-card-title {
    font-size: 1.2rem;
  }
  .split-side-item {
    grid-template-columns: 105px 1fr;
    gap: 0.75rem;
    padding: 0.75rem;
  }
  .split-side-title {
    font-size: 0.92rem;
    line-height: 1.28;
  }
  .split-lead-title {
    font-size: 1.3rem;
  }
  .spotlight-title {
    font-size: 1.35rem;
  }
  .philosophy-quote {
    font-size: 1.2rem;
    line-height: 1.5;
  }
  .search-modal-box {
    padding: 1.6rem 1rem 1.3rem;
  }
  .search-modal-title {
    font-size: 1.45rem;
  }
  .mobile-drawer-panel {
    width: 90%;
    padding: 1.6rem 1.2rem;
  }
}

/* 4. ULTRA-NARROW BREAKPOINT (<= 360px) */
@media (max-width: 360px) {
  .magazine-brand-logo {
    font-size: 1.45rem;
    letter-spacing: 0.08em;
  }
  .cover-hero-title {
    font-size: 1.4rem;
  }
  .single-post-title {
    font-size: 1.4rem;
  }
}
