/* ═══════════════════════════════════════════════════════════════
   cevizci.com — Shared Stylesheet
   Aesthetic: Luxury Editorial (Bloomberg × Monocle × Walnut Warmth)
═══════════════════════════════════════════════════════════════ */

/* ─── VARIABLES & RESET ─── */
:root {
  --walnut-darkest: #0f0b08;
  --walnut-dark: #1a1410;
  --walnut-deep: #2a1f17;
  --walnut-rich: #5c3d2e;
  --walnut-medium: #7a5740;
  --walnut-warm: #c8976e;
  --walnut-light: #d4a97a;
  --gold: #b8935a;
  --gold-bright: #d4ad6a;
  --gold-pale: #e8d5b0;
  --cream: #f5f0e8;
  --cream-light: #faf7f2;
  --cream-pure: #fefcf9;
  --text-on-dark: #e8ddd0;
  --surface-dark: #252019;
  --surface-dark-elevated: #2d261f;
  --text-on-dark-primary: #f5efe6;
  --text-on-dark-secondary: #e8e0d6;
  --text-muted: #9a8b7a;
  --text-muted-light: #8a7d6e;
  --text-body: #4a3f35;
  --text-body-light: #6b5d52;
  --border-subtle: rgba(200, 151, 110, 0.15);
  --border-gold: rgba(184, 147, 90, 0.3);
  --border-light: rgba(92, 61, 46, 0.1);

  --font-display: 'Cormorant Garamond', 'Georgia', serif;
  --font-body: 'Source Serif 4', 'Georgia', serif;
  --font-ui: 'Outfit', 'Helvetica Neue', sans-serif;

  --ease-out-expo: cubic-bezier(0.16, 1, 0.3, 1);
  --ease-out-quart: cubic-bezier(0.25, 1, 0.5, 1);
  --ease-spring: cubic-bezier(0.34, 1.56, 0.64, 1);
}

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

html {
  scroll-behavior: smooth;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-family: var(--font-body);
  background: var(--walnut-darkest);
  color: var(--text-on-dark);
  overflow-x: hidden;
  line-height: 1.7;
}

::selection { background: var(--gold); color: var(--walnut-darkest); }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }

/* ─── NOISE OVERLAY ─── */
body::before {
  content: '';
  position: fixed;
  inset: 0;
  z-index: 9999;
  pointer-events: none;
  opacity: 0.025;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  background-repeat: repeat;
  background-size: 256px 256px;
}

/* ═══════════════════════════════════════════════════════════════
   NAVIGATION
═══════════════════════════════════════════════════════════════ */
.nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  padding: 1.5rem 3rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.6s var(--ease-out-expo);
}

.nav--blend { mix-blend-mode: difference; }

/* Light hero pages (Gıda blog): nav needs dark text when not scrolled */
body:has(.blog-hero--light) .nav:not(.scrolled) .nav__logo {
  color: var(--walnut-dark);
}
body:has(.blog-hero--light) .nav:not(.scrolled) .nav__logo span {
  color: var(--walnut-rich);
}
body:has(.blog-hero--light) .nav:not(.scrolled) .nav__links a:hover {
  color: var(--walnut-rich);
}
body:has(.blog-hero--light) .nav:not(.scrolled) .nav__links a {
  color: var(--walnut-deep);
}

.nav.scrolled {
  padding: 1rem 3rem;
  background: var(--walnut-darkest);
  backdrop-filter: blur(20px) saturate(180%);
  -webkit-backdrop-filter: blur(20px) saturate(180%);
  mix-blend-mode: normal;
  border-bottom: 1px solid var(--border-subtle);
}

.nav__logo {
  font-family: var(--font-display);
  font-size: 1.6rem;
  font-weight: 300;
  letter-spacing: 0.15em;
  color: var(--cream);
  text-transform: lowercase;
}

.nav__logo span { color: var(--gold); font-weight: 600; }

.nav__links {
  display: flex;
  gap: 2.5rem;
  list-style: none;
  font-family: var(--font-ui);
  font-size: 0.8rem;
  font-weight: 400;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.nav__links a {
  color: var(--cream);
  position: relative;
  padding-bottom: 2px;
  transition: color 0.3s ease;
}

.nav__links a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: var(--gold);
  transition: width 0.4s var(--ease-out-expo);
}

.nav__links a:hover { color: var(--gold); }
.nav__links a:hover::after { width: 100%; }

/* ═══════════════════════════════════════════════════════════════
   HERO SECTION (Homepage)
═══════════════════════════════════════════════════════════════ */
.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 6rem 2rem 4rem;
  overflow: hidden;
}

.hero__bg {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    radial-gradient(ellipse 80% 60% at 50% 40%, rgba(92, 61, 46, 0.25) 0%, transparent 70%),
    radial-gradient(ellipse 50% 40% at 20% 80%, rgba(184, 147, 90, 0.08) 0%, transparent 60%),
    radial-gradient(ellipse 50% 40% at 80% 80%, rgba(200, 151, 110, 0.08) 0%, transparent 60%),
    linear-gradient(180deg, var(--walnut-darkest) 0%, var(--walnut-dark) 100%);
}

.hero__grain {
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0.06;
  background: repeating-linear-gradient(
    90deg, transparent, transparent 2px,
    rgba(200, 151, 110, 0.03) 2px, rgba(200, 151, 110, 0.03) 3px
  );
}

.hero__overline {
  font-family: var(--font-ui);
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 2rem;
  opacity: 0;
  animation: fadeUp 1s var(--ease-out-expo) 0.3s forwards;
}

.hero__title {
  font-family: var(--font-display);
  font-size: clamp(3rem, 8vw, 7.5rem);
  font-weight: 300;
  line-height: 1;
  letter-spacing: -0.02em;
  color: var(--cream-pure);
  margin-bottom: 0.3em;
  opacity: 0;
  animation: fadeUp 1.2s var(--ease-out-expo) 0.5s forwards;
}

.hero__title em {
  font-style: italic;
  font-weight: 300;
  color: var(--gold-bright);
}

.hero__divider {
  width: 60px;
  height: 1px;
  background: var(--gold);
  margin: 2rem auto;
  opacity: 0;
  animation: fadeUp 1s var(--ease-out-expo) 0.8s forwards;
}

.hero__subtitle {
  font-family: var(--font-body);
  font-size: clamp(1rem, 2vw, 1.2rem);
  font-weight: 300;
  color: var(--text-muted);
  max-width: 580px;
  line-height: 1.8;
  opacity: 0;
  animation: fadeUp 1s var(--ease-out-expo) 1s forwards;
}

@keyframes fadeUp {
  from { opacity: 0; transform: translateY(30px); }
  to { opacity: 1; transform: translateY(0); }
}

/* ─── HERO SECTOR CARDS (Improved) ─── */
.hero__sectors {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  width: 100%;
  max-width: 900px;
  margin-top: 4.5rem;
  opacity: 0;
  animation: fadeUp 1s var(--ease-out-expo) 1.3s forwards;
}

.sector-card {
  position: relative;
  padding: 2.8rem 2.5rem 2.5rem;
  border: 1px solid var(--border-subtle);
  text-align: left;
  overflow: hidden;
  transition: all 0.6s var(--ease-out-expo);
  cursor: pointer;
  display: flex;
  flex-direction: column;
}

.sector-card > *:not(.sector-card__deco) {
  position: relative;
  z-index: 1;
}

.sector-card::before {
  content: '';
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.6s ease;
}

.sector-card__deco {
  position: absolute;
  pointer-events: none;
  z-index: 0;
}

.sector-card__deco--walnut-pattern {
  inset: -15%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 80 50'%3E%3Cg fill='none' stroke='%23b8935a' stroke-linecap='round' stroke-linejoin='round' opacity='0.12'%3E%3Cpath d='M40 2c20 0 36 10 36 24s-16 20-36 20S4 38 4 26 20 2 40 2z' stroke-width='0.5'/%3E%3Cpath d='M40 6v38' stroke-width='0.4'/%3E%3Cpath d='M12 12q10-3 28 2' stroke-width='0.3' opacity='0.85'/%3E%3Cpath d='M10 22q12-2 30 2' stroke-width='0.3' opacity='0.85'/%3E%3Cpath d='M12 32q10 3 28-2' stroke-width='0.3' opacity='0.85'/%3E%3Cpath d='M40 10q12 2 28-1' stroke-width='0.3' opacity='0.85'/%3E%3Cpath d='M40 20q14 3 26 0' stroke-width='0.3' opacity='0.85'/%3E%3Cpath d='M40 30q12-2 28 1' stroke-width='0.3' opacity='0.85'/%3E%3Cpath d='M20 10q6 4 8 12q-2 8-8 14' stroke-width='0.25' opacity='0.7'/%3E%3Cpath d='M60 10q-6 4-8 12q2 8 8 14' stroke-width='0.25' opacity='0.7'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: repeat;
  background-size: 52px 34px;
  background-position: 0 0;
  opacity: 0.95;
  transform: rotate(15deg);
  transform-origin: center center;
  transition: opacity 0.5s ease;
}

.sector-card--gida:hover .sector-card__deco--walnut-pattern {
  opacity: 1;
}

.sector-card__deco--grain {
  inset: 0;
  background-image:
    repeating-linear-gradient(
      105deg,
      transparent,
      transparent 2px,
      rgba(184, 147, 90, 0.03) 2px,
      rgba(184, 147, 90, 0.03) 4px
    ),
    repeating-linear-gradient(
      85deg,
      transparent,
      transparent 3px,
      rgba(92, 61, 46, 0.02) 3px,
      rgba(92, 61, 46, 0.02) 5px
    ),
    repeating-linear-gradient(
      95deg,
      transparent,
      transparent 4px,
      rgba(212, 169, 122, 0.025) 4px,
      rgba(212, 169, 122, 0.025) 8px
    );
  opacity: 0.9;
}

.sector-card--gida::before {
  background: linear-gradient(160deg, rgba(92, 61, 46, 0.12), rgba(200, 151, 110, 0.06), transparent 70%);
}

.sector-card--mobilya::before {
  background: linear-gradient(160deg, rgba(184, 147, 90, 0.12), rgba(212, 169, 122, 0.06), transparent 70%);
}

.sector-card:hover::before { opacity: 1; }

.sector-card:hover {
  border-color: var(--gold);
  transform: translateY(-6px);
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.3), 0 0 0 1px rgba(184, 147, 90, 0.1);
}

.sector-card__number {
  font-family: var(--font-display);
  font-size: 5rem;
  font-weight: 300;
  line-height: 1;
  position: absolute;
  top: -0.5rem;
  right: 1.5rem;
  opacity: 0.06;
  color: var(--gold);
  user-select: none;
  transition: opacity 0.5s ease;
}

.sector-card:hover .sector-card__number { opacity: 0.12; }

.sector-card__overline {
  font-family: var(--font-ui);
  font-size: 0.6rem;
  font-weight: 600;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  gap: 0.6rem;
}

.sector-card__overline::before {
  content: '';
  width: 20px;
  height: 1px;
  background: var(--gold);
}

.sector-card__title {
  font-family: var(--font-display);
  font-size: 1.8rem;
  font-weight: 400;
  color: var(--cream-pure);
  line-height: 1.2;
  margin-bottom: 1rem;
}

.sector-card__desc {
  font-family: var(--font-body);
  font-size: 0.92rem;
  color: var(--text-muted);
  line-height: 1.7;
  margin-bottom: 1.8rem;
  flex: 1;
}

.sector-card__link {
  font-family: var(--font-ui);
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold);
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  transition: gap 0.3s var(--ease-out-expo);
}

.sector-card:hover .sector-card__link { gap: 1rem; }

.sector-card__link::after {
  content: '→';
  font-size: 1rem;
  transition: transform 0.3s ease;
}

.sector-card:hover .sector-card__link::after { transform: translateX(4px); }

/* Divider between cards */
.hero__sectors-divider {
  display: none; /* used on mobile */
}

/* ═══════════════════════════════════════════════════════════════
   TRANSITION BANDS
═══════════════════════════════════════════════════════════════ */
.transition-band {
  height: 180px;
  position: relative;
  overflow: hidden;
}

.transition-band--to-light {
  background: linear-gradient(180deg, var(--walnut-darkest), var(--cream));
}

.transition-band--to-dark {
  background: linear-gradient(180deg, var(--cream), var(--walnut-darkest));
}

.transition-band__line {
  position: absolute;
  left: 50%;
  top: 0;
  width: 1px;
  height: 100%;
  background: linear-gradient(180deg, var(--gold), transparent);
  transform: translateX(-50%);
}

/* ═══════════════════════════════════════════════════════════════
   ARTICLE SECTIONS (Homepage)
═══════════════════════════════════════════════════════════════ */
.article-section--light {
  background: var(--cream);
  color: var(--text-body);
  padding: 6rem 2rem 8rem;
  position: relative;
}

.article-section--light::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 40%;
  height: 100%;
  background: radial-gradient(ellipse at 100% 0%, rgba(92, 61, 46, 0.04) 0%, transparent 60%);
  pointer-events: none;
}

.article-section--dark {
  background: var(--walnut-dark);
  color: var(--text-on-dark);
  padding: 6rem 2rem 8rem;
  position: relative;
}

.article-section--dark::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 40%;
  height: 100%;
  background: radial-gradient(ellipse at 0% 0%, rgba(184, 147, 90, 0.06) 0%, transparent 60%);
  pointer-events: none;
}

/* ─── Article Layout ─── */
.article {
  max-width: 900px;
  margin: 0 auto;
  position: relative;
}

.article__sector-tag {
  font-family: var(--font-ui);
  font-size: 0.65rem;
  font-weight: 500;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 2rem;
}

.article-section--light .article__sector-tag { color: var(--walnut-rich); }
.article-section--dark .article__sector-tag { color: var(--gold); }

.article__sector-tag::before {
  content: '';
  width: 30px;
  height: 1px;
}

.article-section--light .article__sector-tag::before { background: var(--walnut-rich); }
.article-section--dark .article__sector-tag::before { background: var(--gold); }

.article__number {
  font-family: var(--font-display);
  font-size: 8rem;
  font-weight: 300;
  line-height: 1;
  position: absolute;
  top: -1rem;
  right: -2rem;
  opacity: 0.06;
  user-select: none;
}

.article-section--light .article__number { color: var(--walnut-rich); }
.article-section--dark .article__number { color: var(--gold); }

.article__h1 {
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 3.2rem);
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 2.5rem;
  letter-spacing: -0.01em;
}

.article-section--light .article__h1 { color: var(--walnut-dark); }
.article-section--dark .article__h1 { color: var(--cream-pure); }

.article__intro {
  font-family: var(--font-body);
  font-size: 1.05rem;
  line-height: 1.9;
  margin-bottom: 4rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid;
  font-weight: 300;
}

.article-section--light .article__intro {
  color: var(--text-body);
  border-color: var(--border-light);
}

.article-section--dark .article__intro {
  color: var(--text-on-dark);
  border-color: var(--border-subtle);
}

.article__intro .intro__lead {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.7;
}

.article-section--light .intro__lead { color: var(--walnut-deep); }
.article-section--dark .intro__lead { color: var(--cream); }

/* ─── Outline ─── */
.outline__header {
  font-family: var(--font-ui);
  font-size: 0.65rem;
  font-weight: 500;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  margin-bottom: 2.5rem;
  display: flex;
  align-items: center;
  gap: 1rem;
}

.article-section--light .outline__header { color: var(--walnut-medium); }
.article-section--dark .outline__header { color: var(--text-muted); }

.outline__header::after {
  content: '';
  flex: 1;
  height: 1px;
}

.article-section--light .outline__header::after { background: var(--border-light); }
.article-section--dark .outline__header::after { background: var(--border-subtle); }

.outline__section {
  margin-bottom: 2.5rem;
  padding-left: 2rem;
  border-left: 2px solid;
  transition: all 0.4s var(--ease-out-expo);
}

.article-section--light .outline__section { border-color: var(--border-light); }
.article-section--light .outline__section:hover { border-color: var(--walnut-rich); }
.article-section--dark .outline__section { border-color: rgba(184, 147, 90, 0.1); }
.article-section--dark .outline__section:hover { border-color: var(--gold); }

.outline__h2 {
  font-family: var(--font-display);
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 1rem;
  line-height: 1.3;
}

.outline__h2 a {
  transition: color 0.3s ease;
}

.article-section--light .outline__h2 { color: var(--walnut-dark); }
.article-section--light .outline__h2 a:hover { color: var(--walnut-rich); }
.article-section--dark .outline__h2 { color: var(--cream); }
.article-section--dark .outline__h2 a:hover { color: var(--gold); }

.outline__items {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}

.outline__h3 {
  font-family: var(--font-ui);
  font-size: 0.88rem;
  font-weight: 400;
  display: flex;
  align-items: baseline;
  gap: 0.75rem;
  line-height: 1.5;
}

.article-section--light .outline__h3 { color: var(--text-body-light); }
.article-section--dark .outline__h3 { color: var(--text-muted); }

.outline__h3::before {
  content: '—';
  flex-shrink: 0;
  opacity: 0.4;
}

/* ═══════════════════════════════════════════════════════════════
   SECTION SPLIT (2-column layout: analiz | blog)
═══════════════════════════════════════════════════════════════ */
.section-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
  align-items: start;
}

.section-split__left { min-width: 0; }
.section-split__right { min-width: 0; }

.section-split__header {
  font-family: var(--font-ui);
  font-size: 0.65rem;
  font-weight: 500;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.article-section--light .section-split__header { color: var(--walnut-medium); }
.article-section--light .section-split__header::after {
  content: '';
  flex: 1;
  height: 1px;
  background: var(--border-light);
}

.section-split__more {
  font-family: var(--font-ui);
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--walnut-rich);
  margin-top: 1.5rem;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  transition: color 0.3s, gap 0.3s;
}

.section-split__more:hover { color: var(--gold); gap: 0.75rem; }

.sidebar-blog .blog-card {
  margin-bottom: 1.5rem;
}

.sidebar-blog .blog-card:last-child { margin-bottom: 0; }

/* Dark section variant */
.section-split--dark .section-split__header { color: #b8a896; }
.section-split--dark .section-split__header::after { background: rgba(184, 147, 90, 0.2); }
.section-split__more--dark { color: var(--gold); }
.section-split__more--dark:hover { color: var(--gold-bright); }
.section-split__header--dark { color: #b8a896; }
.section-split__header--dark::after { background: rgba(184, 147, 90, 0.2); }

@media (max-width: 900px) {
  .section-split { grid-template-columns: 1fr; gap: 3rem; }
}

/* ═══════════════════════════════════════════════════════════════
   BLOG TABS
═══════════════════════════════════════════════════════════════ */
.blog-tabs {
  display: flex;
  gap: 0;
  border-bottom: 2px solid rgba(92, 61, 46, 0.15);
  margin-bottom: 2.5rem;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 2rem;
}

.blog-tabs__tab {
  font-family: var(--font-ui);
  font-size: 0.8rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--text-muted-light);
  padding: 1rem 1.5rem;
  border: none;
  background: none;
  cursor: pointer;
  position: relative;
  transition: color 0.3s ease;
}

.blog-tabs__tab:hover {
  color: var(--walnut-rich);
}

.blog-tabs__tab.is-active {
  color: var(--walnut-dark);
}

.blog-tabs__tab.is-active::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  height: 2px;
  background: var(--walnut-rich);
}

.blog-tab-panel {
  display: none;
}

.blog-tab-panel.is-active {
  display: block;
}

/* ═══════════════════════════════════════════════════════════════
   BLOG CARDS (Homepage Popular Articles)
═══════════════════════════════════════════════════════════════ */
.blog-cards__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}

.blog-card {
  padding: 2rem;
  border: 1px solid rgba(92, 61, 46, 0.1);
  background: rgba(255, 255, 255, 0.5);
  display: flex;
  flex-direction: column;
  transition: all 0.5s var(--ease-out-expo);
  position: relative;
  overflow: hidden;
}

.blog-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(160deg, rgba(92, 61, 46, 0.04), transparent 60%);
  opacity: 0;
  transition: opacity 0.5s ease;
}

.blog-card:hover::before { opacity: 1; }

.blog-card:hover {
  border-color: var(--walnut-rich);
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(92, 61, 46, 0.08);
}

.blog-card__tag {
  font-family: var(--font-ui);
  font-size: 0.58rem;
  font-weight: 600;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--walnut-medium);
  margin-bottom: 0.8rem;
  position: relative;
}

.blog-card__title {
  font-family: var(--font-display);
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.35;
  color: var(--walnut-dark);
  margin-bottom: 0.8rem;
  position: relative;
}

.blog-card__desc {
  font-family: var(--font-body);
  font-size: 0.88rem;
  line-height: 1.6;
  color: var(--text-body-light);
  flex: 1;
  position: relative;
  font-weight: 300;
}

.blog-card__link {
  font-family: var(--font-ui);
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--walnut-rich);
  margin-top: 1.2rem;
  display: inline-block;
  transition: color 0.3s ease, letter-spacing 0.3s ease;
  position: relative;
}

.blog-card:hover .blog-card__link {
  color: var(--gold);
  letter-spacing: 0.2em;
}

/* Last card spans full width if odd count */
.blog-cards__grid .blog-card:last-child:nth-child(odd) {
  grid-column: 1 / -1;
}

/* ─── Dark theme blog cards (Mobilya section) ─── */
.blog-cards--dark .blog-card {
  border-color: rgba(184, 147, 90, 0.1);
  background: rgba(255, 255, 255, 0.03);
}

.blog-cards--dark .blog-card::before {
  background: linear-gradient(160deg, rgba(184, 147, 90, 0.06), transparent 60%);
}

.blog-cards--dark .blog-card:hover {
  border-color: var(--gold);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.3);
}

.blog-cards--dark .blog-card__tag { color: var(--gold); }
.blog-cards--dark .blog-card__title { color: var(--cream); }
.blog-cards--dark .blog-card__desc { color: #d4c8b4; }
.blog-cards--dark .blog-card__link { color: var(--gold); }
.blog-cards--dark .blog-card:hover .blog-card__link { color: var(--gold-bright); }

/* ═══════════════════════════════════════════════════════════════
   BLOG PAGE — ARTICLE STYLES (recipe, guide, etc.)
═══════════════════════════════════════════════════════════════ */
.blog-article {
  padding: 4rem 2rem 6rem;
  position: relative;
}

.blog-article--light {
  background: var(--cream-pure);
  color: var(--text-body);
}

.blog-article__inner {
  max-width: 720px;
  margin: 0 auto;
}

.blog-article__lead {
  font-family: var(--font-body);
  font-size: 1.15rem;
  font-weight: 400;
  line-height: 1.85;
  margin-bottom: 3rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid rgba(92, 61, 46, 0.1);
}

.blog-article--light .blog-article__lead { color: var(--walnut-deep); }

/* Dark article variant — WCAG AA contrast, elevated surface, brighter text */
.blog-article--dark {
  background: var(--surface-dark);
  color: var(--text-on-dark-primary);
}

.blog-article--dark .blog-article__lead {
  color: var(--cream-pure);
  font-weight: 500;
  line-height: 1.8;
  border-bottom-color: rgba(184, 147, 90, 0.35);
}

.blog-article--dark .ingredient-list {
  border-color: rgba(184, 147, 90, 0.5);
  background: rgba(184, 147, 90, 0.08);
}
.blog-article--dark .ingredient-list li { color: var(--text-on-dark-secondary); }
.blog-article--dark .ingredient-list li::before { color: var(--gold-bright); }

.blog-article--dark .step-list li {
  color: var(--text-on-dark-secondary);
  border-color: rgba(184, 147, 90, 0.25);
}
.blog-article--dark .step-list li::before { color: var(--gold-bright); }

.blog-article--dark .tip-box {
  border-color: rgba(184, 147, 90, 0.45);
  background: rgba(184, 147, 90, 0.1);
}
.blog-article--dark .tip-box__label { color: var(--gold-bright); }
.blog-article--dark .tip-box p { color: var(--text-on-dark-secondary); }

.blog-article--dark .warning-box {
  border-color: #e06864;
  background: rgba(217, 83, 79, 0.15);
}
.blog-article--dark .warning-box p { color: var(--text-on-dark-primary); }

.blog-article--dark .compare-card {
  border-color: rgba(184, 147, 90, 0.5);
  background: rgba(184, 147, 90, 0.1);
}
.blog-article--dark .compare-card__header {
  color: var(--cream-pure);
  border-color: var(--gold);
}
.blog-article--dark .compare-card__row { border-color: rgba(184, 147, 90, 0.25); }
.blog-article--dark .compare-card__label { color: #d4c8b4; }
.blog-article--dark .compare-card__value { color: var(--text-on-dark-primary); }

.blog-article--dark .summary-box {
  border-color: var(--gold);
  background: rgba(184, 147, 90, 0.1);
}
.blog-article--dark .summary-box__title { color: var(--cream-pure); }
.blog-article--dark .summary-box p { color: var(--text-on-dark-secondary); }

.blog-article--dark .recipe-meta { border-color: rgba(184, 147, 90, 0.35); background: rgba(184, 147, 90, 0.08); }
.blog-article--dark .recipe-meta__label { color: #d4c8b4; }
.blog-article--dark .recipe-meta__value { color: var(--text-on-dark-primary); }

.blog-article h2 {
  font-family: var(--font-display);
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 1.3;
  margin: 3rem 0 1.2rem;
}

.blog-article--light h2 { color: var(--walnut-dark); }
.blog-article--dark h2 { color: var(--cream-pure); }

.blog-article h3 {
  font-family: var(--font-display);
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.35;
  margin: 2rem 0 0.8rem;
}

.blog-article--light h3 { color: var(--walnut-deep); }
.blog-article--dark h3 { color: var(--text-on-dark-primary); }

.blog-article p {
  font-family: var(--font-body);
  font-size: 1.02rem;
  line-height: 1.9;
  margin-bottom: 1.3rem;
}

.blog-article--light p { color: var(--text-body); font-weight: 300; }
.blog-article--dark p {
  color: var(--text-on-dark-secondary);
  font-weight: 400;
  line-height: 1.85;
}

.blog-article p:last-child { margin-bottom: 0; }

.blog-article strong { font-weight: 500; }
.blog-article--light strong { color: var(--walnut-deep); }
.blog-article--dark strong { color: var(--cream-pure); }

.blog-article em { font-style: italic; }
.blog-article--light em { color: var(--walnut-rich); }
.blog-article--dark em { color: var(--gold-bright); }

/* Recipe/Guide specific elements */
.recipe-meta {
  display: flex;
  gap: 2rem;
  margin-bottom: 2rem;
  padding: 1.2rem 1.8rem;
  border: 1px solid rgba(92, 61, 46, 0.1);
  background: rgba(92, 61, 46, 0.02);
}

.recipe-meta__item {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}

.recipe-meta__label {
  font-family: var(--font-ui);
  font-size: 0.6rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--text-muted-light);
}

.recipe-meta__value {
  font-family: var(--font-display);
  font-size: 1.1rem;
  font-weight: 500;
  color: var(--walnut-dark);
}

.ingredient-list {
  list-style: none;
  margin: 1.5rem 0;
  padding: 1.5rem 2rem;
  border-left: 3px solid var(--walnut-rich);
  background: rgba(92, 61, 46, 0.02);
}

.ingredient-list li {
  font-family: var(--font-body);
  font-size: 0.98rem;
  line-height: 1.8;
  color: var(--text-body);
  padding-left: 0.5rem;
  position: relative;
}

.ingredient-list li::before {
  content: '•';
  color: var(--walnut-rich);
  font-weight: 700;
  position: absolute;
  left: -0.5rem;
}

.step-list {
  list-style: none;
  counter-reset: step;
  margin: 1.5rem 0;
}

.step-list li {
  counter-increment: step;
  font-family: var(--font-body);
  font-size: 1.02rem;
  line-height: 1.9;
  color: var(--text-body);
  padding: 1rem 0 1rem 3.5rem;
  border-bottom: 1px solid rgba(92, 61, 46, 0.06);
  position: relative;
  font-weight: 300;
}

.step-list li::before {
  content: counter(step);
  font-family: var(--font-display);
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--walnut-rich);
  opacity: 0.3;
  position: absolute;
  left: 0;
  top: 0.8rem;
  width: 2.5rem;
  text-align: center;
}

.step-list li:last-child { border-bottom: none; }

.tip-box {
  margin: 2rem 0;
  padding: 1.5rem 2rem;
  border: 1px solid rgba(184, 147, 90, 0.2);
  background: rgba(184, 147, 90, 0.04);
  position: relative;
}

.tip-box__label {
  font-family: var(--font-ui);
  font-size: 0.6rem;
  font-weight: 600;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 0.5rem;
}

.tip-box p {
  margin-bottom: 0;
  font-size: 0.95rem;
}

.warning-box {
  margin: 2rem 0;
  padding: 1.2rem 1.8rem;
  border-left: 3px solid #c0392b;
  background: rgba(192, 57, 43, 0.03);
}

.warning-box p {
  margin-bottom: 0;
  font-size: 0.92rem;
  color: var(--text-body);
}

/* Comparison table styles */
.compare-card {
  margin: 2rem 0;
  padding: 2rem;
  border: 1px solid rgba(92, 61, 46, 0.1);
  background: rgba(255, 255, 255, 0.5);
}

.compare-card__header {
  font-family: var(--font-display);
  font-size: 1.4rem;
  font-weight: 500;
  color: var(--walnut-dark);
  margin-bottom: 1rem;
  padding-bottom: 0.8rem;
  border-bottom: 2px solid var(--walnut-rich);
}

.compare-card__row {
  display: flex;
  justify-content: space-between;
  padding: 0.6rem 0;
  border-bottom: 1px solid rgba(92, 61, 46, 0.06);
  font-family: var(--font-body);
  font-size: 0.95rem;
}

.compare-card__row:last-child { border-bottom: none; }

.compare-card__label {
  font-weight: 400;
  color: var(--text-muted-light);
}

.compare-card__value {
  font-weight: 500;
  color: var(--walnut-deep);
}

.summary-box {
  margin: 2.5rem 0;
  padding: 2rem;
  border: 2px solid var(--walnut-rich);
  background: rgba(92, 61, 46, 0.03);
  text-align: center;
}

.summary-box__title {
  font-family: var(--font-display);
  font-size: 1.3rem;
  font-weight: 500;
  color: var(--walnut-dark);
  margin-bottom: 0.8rem;
}

.summary-box p {
  font-size: 1rem;
  max-width: 500px;
  margin: 0 auto;
}

/* ═══════════════════════════════════════════════════════════════
   BLOG PAGE — HERO
═══════════════════════════════════════════════════════════════ */
.blog-hero {
  position: relative;
  padding: 6rem 2rem 5rem;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.blog-hero__cover {
  width: 100%;
  max-width: 720px;
  height: 600px;
  overflow: hidden;
  margin: 0 auto 3rem;
  position: relative;
  z-index: 2;
}

.blog-hero__cover img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

@media (max-width: 768px) {
  .blog-hero__cover {
    height: 280px;
    margin-bottom: 2rem;
  }
}


.blog-hero--light {
  background: var(--cream);
}

.blog-hero--light::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    radial-gradient(ellipse 60% 50% at 70% 30%, rgba(92, 61, 46, 0.06) 0%, transparent 60%),
    linear-gradient(180deg, var(--cream-light), var(--cream));
  pointer-events: none;
}

.blog-hero--dark {
  background: var(--surface-dark);
}

.blog-hero--dark::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    radial-gradient(ellipse 60% 50% at 30% 40%, rgba(184, 147, 90, 0.1) 0%, transparent 60%),
    linear-gradient(180deg, var(--walnut-darkest), var(--surface-dark));
  pointer-events: none;
}

.blog-hero__inner {
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.blog-hero__breadcrumb {
  font-family: var(--font-ui);
  font-size: 0.72rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  margin-bottom: 2rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.blog-hero--light .blog-hero__breadcrumb { color: var(--text-muted-light); }
.blog-hero--dark .blog-hero__breadcrumb { color: #d4c8b4; }

.blog-hero__breadcrumb a { transition: color 0.3s; }
.blog-hero--light .blog-hero__breadcrumb a:hover { color: var(--walnut-rich); }
.blog-hero--dark .blog-hero__breadcrumb a:hover { color: var(--gold); }

.blog-hero__breadcrumb span { opacity: 0.4; }

.blog-hero__tag {
  font-family: var(--font-ui);
  font-size: 0.6rem;
  font-weight: 600;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  margin-bottom: 1.5rem;
  padding: 0.5rem 1rem;
  border: 1px solid;
}

.blog-hero--light .blog-hero__tag {
  color: var(--walnut-rich);
  border-color: rgba(92, 61, 46, 0.2);
  background: rgba(92, 61, 46, 0.04);
}

.blog-hero--dark .blog-hero__tag {
  color: var(--gold);
  border-color: var(--border-gold);
  background: rgba(184, 147, 90, 0.06);
}

.blog-hero__title {
  font-family: var(--font-display);
  font-size: clamp(2rem, 4.5vw, 3.4rem);
  font-weight: 400;
  line-height: 1.15;
  margin-bottom: 1.5rem;
  letter-spacing: -0.01em;
}

.blog-hero--light .blog-hero__title { color: var(--walnut-dark); }
.blog-hero--dark .blog-hero__title { color: var(--cream-pure); }

.blog-hero__meta {
  font-family: var(--font-ui);
  font-size: 0.75rem;
  font-weight: 400;
  display: flex;
  align-items: center;
  gap: 1.5rem;
  letter-spacing: 0.03em;
}

.blog-hero--light .blog-hero__meta { color: var(--text-muted-light); }
.blog-hero--dark .blog-hero__meta { color: #d4c8b4; }

.blog-hero__meta-divider {
  width: 3px;
  height: 3px;
  border-radius: 50%;
}

.blog-hero--light .blog-hero__meta-divider { background: var(--walnut-medium); opacity: 0.3; }
.blog-hero--dark .blog-hero__meta-divider { background: var(--gold); opacity: 0.4; }

/* ═══════════════════════════════════════════════════════════════
   BLOG PAGE — CONTENT
═══════════════════════════════════════════════════════════════ */
.blog-content {
  padding: 4rem 2rem 6rem;
  position: relative;
}

.blog-content--light { background: var(--cream-pure); color: var(--text-body); }

.blog-content--dark {
  background: var(--surface-dark);
  color: var(--text-on-dark-primary);
}

.blog-content__inner {
  max-width: 760px;
  margin: 0 auto;
}

/* ─── Topic Section ─── */
.topic {
  margin-bottom: 4rem;
  padding-bottom: 4rem;
  border-bottom: 1px solid;
}

.blog-content--light .topic { border-color: rgba(92, 61, 46, 0.08); }
.blog-content--dark .topic { border-color: var(--border-subtle); }

.topic:last-child { border-bottom: none; margin-bottom: 0; padding-bottom: 0; }

.topic__number {
  font-family: var(--font-display);
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1;
  margin-bottom: 1rem;
  opacity: 0.12;
  user-select: none;
}

.blog-content--light .topic__number { color: var(--walnut-rich); }
.blog-content--dark .topic__number { color: var(--gold); }

.topic__h2 {
  font-family: var(--font-display);
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 2rem;
}

.blog-content--light .topic__h2 { color: var(--walnut-dark); }
.blog-content--dark .topic__h2 { color: var(--cream); }

.topic p {
  font-family: var(--font-body);
  font-size: 1.02rem;
  line-height: 1.9;
  margin-bottom: 1.4rem;
  font-weight: 300;
}

.blog-content--light .topic p { color: var(--text-body); }
.blog-content--dark .topic p {
  color: var(--text-on-dark-secondary);
  font-weight: 400;
}

.topic p:last-child { margin-bottom: 0; }

.topic p strong {
  font-weight: 500;
}

.blog-content--light .topic p strong { color: var(--walnut-deep); }
.blog-content--dark .topic p strong { color: var(--cream); }

/* Pull quote */
.topic__pullquote {
  font-family: var(--font-display);
  font-size: 1.4rem;
  font-weight: 400;
  font-style: italic;
  line-height: 1.6;
  margin: 2.5rem 0;
  padding: 2rem 2.5rem;
  border-left: 3px solid;
  position: relative;
}

.blog-content--light .topic__pullquote,
.blog-article--light .topic__pullquote {
  color: var(--walnut-deep);
  border-color: var(--walnut-rich);
  background: rgba(92, 61, 46, 0.03);
}

.blog-content--dark .topic__pullquote,
.blog-article--dark .topic__pullquote {
  color: var(--text-on-dark-primary);
  border-color: var(--gold);
  background: rgba(184, 147, 90, 0.08);
}

/* Stat highlight */
.topic__stat {
  display: inline-flex;
  flex-direction: column;
  margin: 1.5rem 0;
  padding: 1.2rem 1.8rem;
  border: 1px solid;
}

.blog-content--light .topic__stat {
  border-color: rgba(92, 61, 46, 0.12);
  background: rgba(92, 61, 46, 0.02);
}

.blog-content--dark .topic__stat {
  border-color: var(--border-gold);
  background: rgba(184, 147, 90, 0.04);
}

.topic__stat-value {
  font-family: var(--font-display);
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1;
}

.blog-content--light .topic__stat-value { color: var(--walnut-rich); }
.blog-content--dark .topic__stat-value { color: var(--gold-bright); }

.topic__stat-label {
  font-family: var(--font-ui);
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  margin-top: 0.4rem;
}

.blog-content--light .topic__stat-label { color: var(--text-muted-light); }
.blog-content--dark .topic__stat-label { color: #d4c8b4; }

/* ─── Blog Navigation (prev/next) ─── */
.blog-nav {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  padding: 3rem 2rem;
  max-width: 760px;
  margin: 0 auto;
}

.blog-content--light + .blog-nav-wrap--light { background: var(--cream-pure); }
.blog-content--dark + .blog-nav-wrap--dark { background: var(--surface-dark); }

.blog-nav-wrap--light { background: var(--cream-pure); }
.blog-nav-wrap--dark { background: var(--surface-dark); }

.blog-nav__item {
  flex: 1;
  padding: 1.5rem;
  border: 1px solid;
  transition: all 0.4s var(--ease-out-expo);
}

.blog-nav-wrap--light .blog-nav__item {
  border-color: var(--border-light);
}

.blog-nav-wrap--light .blog-nav__item:hover {
  border-color: var(--walnut-rich);
  background: rgba(92, 61, 46, 0.02);
}

.blog-nav-wrap--dark .blog-nav__item {
  border-color: var(--border-subtle);
}

.blog-nav-wrap--dark .blog-nav__item:hover {
  border-color: var(--gold);
  background: rgba(184, 147, 90, 0.04);
}

.blog-nav__label {
  font-family: var(--font-ui);
  font-size: 0.6rem;
  font-weight: 500;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}

.blog-nav-wrap--light .blog-nav__label { color: var(--text-muted-light); }
.blog-nav-wrap--dark .blog-nav__label { color: var(--text-muted); }

.blog-nav__title {
  font-family: var(--font-display);
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.3;
}

.blog-nav-wrap--light .blog-nav__title { color: var(--walnut-dark); }
.blog-nav-wrap--dark .blog-nav__title { color: var(--cream); }

.blog-nav__item--next { text-align: right; }

/* ═══════════════════════════════════════════════════════════════
   CTA SECTION
═══════════════════════════════════════════════════════════════ */
.cta-section {
  background: var(--walnut-darkest);
  padding: 8rem 2rem;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.cta-section__bg {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 60% 50% at 50% 50%, rgba(184, 147, 90, 0.08) 0%, transparent 70%);
}

.cta__overline {
  font-family: var(--font-ui);
  font-size: 0.65rem;
  font-weight: 500;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 1.5rem;
  position: relative;
}

.cta__title {
  font-family: var(--font-display);
  font-size: clamp(2.5rem, 5vw, 4.5rem);
  font-weight: 300;
  color: var(--cream-pure);
  margin-bottom: 1.5rem;
  line-height: 1.15;
  position: relative;
}

.cta__title em { font-style: italic; color: var(--gold-bright); }

.cta__text {
  font-family: var(--font-body);
  font-size: 1.05rem;
  color: var(--text-muted);
  max-width: 550px;
  margin: 0 auto 3rem;
  line-height: 1.8;
  position: relative;
}

.cta__button {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  font-family: var(--font-ui);
  font-size: 0.8rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--walnut-darkest);
  background: linear-gradient(135deg, var(--gold), var(--gold-bright));
  padding: 1.1rem 3rem;
  border: none;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: all 0.5s var(--ease-out-expo);
}

.cta__button:hover {
  transform: translateY(-2px);
  box-shadow: 0 20px 50px rgba(184, 147, 90, 0.25);
}

.cta__button::after { content: '→'; transition: transform 0.3s ease; }
.cta__button:hover::after { transform: translateX(4px); }

/* ═══════════════════════════════════════════════════════════════
   FOOTER
═══════════════════════════════════════════════════════════════ */
.footer {
  background: var(--walnut-darkest);
  border-top: 1px solid var(--border-subtle);
  padding: 3rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: var(--font-ui);
  font-size: 0.75rem;
  color: var(--text-muted);
  letter-spacing: 0.05em;
}

.footer__brand {
  font-family: var(--font-display);
  font-size: 1rem;
  font-weight: 300;
  letter-spacing: 0.1em;
  color: var(--cream);
}

/* ═══════════════════════════════════════════════════════════════
   READING PROGRESS BAR (Blog Pages)
═══════════════════════════════════════════════════════════════ */
.reading-progress {
  position: fixed;
  top: 0;
  left: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--gold), var(--gold-bright));
  z-index: 1001;
  width: 0%;
  transition: width 0.1s linear;
}

/* ═══════════════════════════════════════════════════════════════
   SCROLL ANIMATIONS
═══════════════════════════════════════════════════════════════ */
.reveal {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.8s var(--ease-out-expo), transform 0.8s var(--ease-out-expo);
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

.reveal-delay-1 { transition-delay: 0.1s; }
.reveal-delay-2 { transition-delay: 0.2s; }
.reveal-delay-3 { transition-delay: 0.3s; }
.reveal-delay-4 { transition-delay: 0.4s; }
.reveal-delay-5 { transition-delay: 0.5s; }

/* ═══════════════════════════════════════════════════════════════
   RESPONSIVE
═══════════════════════════════════════════════════════════════ */
.nav__toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 44px;
  height: 44px;
  padding: 10px;
  background: none;
  border: none;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  transition: opacity 0.3s;
}
.nav__toggle span {
  display: block;
  width: 22px;
  height: 2px;
  background: currentColor;
  border-radius: 1px;
  transition: transform 0.3s, opacity 0.3s;
}
.nav__toggle[aria-expanded="true"] span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.nav__toggle[aria-expanded="true"] span:nth-child(2) {
  opacity: 0;
}
.nav__toggle[aria-expanded="true"] span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

@media (max-width: 768px) {
  .nav { padding: 1rem 1.5rem; }
  .nav__toggle {
    display: flex;
    color: var(--cream);
  }
  body:has(.blog-hero--light) .nav:not(.scrolled) .nav__toggle {
    color: var(--walnut-dark);
  }
  .nav__links {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    flex-direction: column;
    gap: 0;
    padding: 1rem 1.5rem 2rem;
    background: var(--walnut-darkest);
    border-bottom: 1px solid var(--border-subtle);
  }
  .nav.is-open {
    mix-blend-mode: normal;
    background: var(--walnut-darkest);
  }
  .nav.is-open .nav__links {
    display: flex;
  }
  .nav__links li {
    border-bottom: 1px solid rgba(184, 147, 90, 0.15);
  }
  .nav__links li:last-child { border-bottom: none; }
  .nav__links a {
    display: block;
    padding: 1rem 0;
    font-size: 0.9rem;
  }

  .hero { padding: 8rem 1.5rem 4rem; }
  .hero__sectors { grid-template-columns: 1fr; gap: 1.5rem; }

  .article-section--light,
  .article-section--dark { padding: 4rem 1.5rem 5rem; }
  .article__number { display: none; }
  .outline__section { padding-left: 1.2rem; }

  .blog-cards__grid { grid-template-columns: 1fr; }
  .blog-tabs { padding: 0 1rem; }
  .blog-tabs__tab { font-size: 0.7rem; padding: 0.8rem 1rem; }

  .blog-hero { padding: 8rem 1.5rem 3rem; }
  .blog-content { padding: 3rem 1.5rem 4rem; }
  .blog-article { padding: 3rem 1.5rem 4rem; }
  .blog-nav { flex-direction: column; }
  .recipe-meta { flex-wrap: wrap; gap: 1rem; }

  .cta-section { padding: 5rem 1.5rem; }
  .footer { flex-direction: column; gap: 1rem; text-align: center; }
  .transition-band { height: 120px; }
}

@media (max-width: 480px) {
  .hero__title { font-size: 2.5rem; }
  .sector-card { padding: 2rem 1.8rem; }
  .sector-card__title { font-size: 1.4rem; }
  .article__h1 { font-size: 1.8rem; }
  .blog-hero__title { font-size: 1.8rem; }
  .cta__title { font-size: 2rem; }
  .topic__pullquote { padding: 1.5rem; font-size: 1.2rem; }
}
