:root {
  --ef-paper: #f5f1e8;
  --ef-surface: #fbf8f2;
  --ef-ink: #1d1a18;
  --ef-muted: #6e665e;
  --ef-olive: #a67c2e;
  --ef-olive-dark: #6b2637;
  --ef-terracotta: #6b2637;
  --ef-gold: #a67c2e;
  --ef-oxblood: #6b2637;
  --ef-line: #d8d0c4;
  --ef-line-dark: #b8afa2;
  --ef-white: #ffffff;
  --ef-display: "Cormorant Garamond", "Bodoni MT", Georgia, serif;
  --ef-body: "Public Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --ef-shell: 1260px;
  --ef-reading: 760px;
  --ef-radius: 14px;
  --ef-shadow: 0 18px 50px rgba(46, 30, 31, 0.08);
  --ef-space-xs: clamp(0.75rem, 1vw, 1rem);
  --ef-space-s: clamp(1rem, 2vw, 1.5rem);
  --ef-space-m: clamp(1.5rem, 3vw, 2.5rem);
  --ef-space-l: clamp(3rem, 6vw, 5rem);
  --ef-space-xl: clamp(4.5rem, 7vw, 7rem);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  overflow-x: hidden;
  background: var(--ef-paper);
  color: var(--ef-ink);
  font-family: var(--ef-body);
  font-size: 17px;
  line-height: 1.7;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
body.admin-bar .ef-site-header { top: 32px; }
img { display: block; max-width: 100%; height: auto; }
a { color: var(--ef-olive-dark); text-underline-offset: 0.16em; }
a:hover { color: var(--ef-terracotta); }
button, input, textarea, select { font: inherit; }
h1, h2, h3, h4, h5, h6 {
  color: var(--ef-ink);
  font-family: var(--ef-display);
  font-weight: 500;
  letter-spacing: -0.025em;
  line-height: 1.06;
  text-wrap: balance;
}
p { text-wrap: pretty; }
::selection { background: var(--ef-oxblood, #6b2637); color: var(--ef-white); }
:focus-visible { outline: 3px solid var(--ef-terracotta); outline-offset: 4px; }

.ef-shell { width: min(calc(100% - 40px), var(--ef-shell)); margin-inline: auto; }
.ef-section { padding-block: var(--ef-space-xl); }
.ef-section--line { border-block: 1px solid var(--ef-line); }
.ef-section--surface { background: var(--ef-surface); }
.ef-cover { width: 100%; height: 100%; object-fit: cover; }
.ef-skip-link {
  position: fixed;
  z-index: 99999;
  top: 8px;
  left: 8px;
  padding: 12px 18px;
  transform: translateY(-150%);
  background: var(--ef-ink);
  color: var(--ef-white);
}
.ef-skip-link:focus { transform: translateY(0); }

.ef-site-header {
  position: sticky;
  z-index: 100;
  top: 0;
  border-bottom: 1px solid rgba(40, 35, 29, 0.14);
  background: rgba(245, 241, 232, 0.94);
  backdrop-filter: blur(16px);
}
.ef-header-inner {
  min-height: 74px;
  display: grid;
  grid-template-columns: minmax(180px, 1fr) auto minmax(80px, 1fr);
  align-items: center;
  gap: 24px;
}
.ef-brand { min-width: 0; }
.ef-wordmark {
  color: var(--ef-ink);
  font-family: var(--ef-display);
  font-size: clamp(1.35rem, 2.5vw, 1.72rem);
  font-weight: 600;
  text-decoration: none;
}
.custom-logo-link { display: inline-flex; align-items: center; }
.custom-logo { width: auto; max-height: 46px; }
.ef-primary-nav { justify-self: center; }
.ef-menu, .ef-mobile-menu, .ef-footer-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
.ef-menu { display: flex; align-items: center; gap: clamp(18px, 3vw, 38px); }
.ef-menu a {
  color: var(--ef-ink);
  font-size: 0.84rem;
  font-weight: 600;
  text-decoration: none;
}
.ef-menu a:hover, .ef-menu .current-menu-item > a { color: var(--ef-terracotta); }
.ef-search-link {
  width: 44px;
  height: 44px;
  display: inline-grid;
  justify-self: end;
  place-items: center;
  border-radius: 50%;
  color: var(--ef-ink);
}
.ef-search-link:hover { background: var(--ef-surface); color: var(--ef-terracotta); }
.ef-search-link svg { fill: none; stroke: currentColor; stroke-linecap: round; stroke-width: 1.8; }
.ef-mobile-nav { display: none; justify-self: end; position: relative; }
.ef-mobile-nav summary {
  min-width: 58px;
  min-height: 44px;
  display: inline-grid;
  place-items: center;
  cursor: pointer;
  list-style: none;
  border: 1px solid var(--ef-line-dark);
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 700;
}
.ef-mobile-nav summary::-webkit-details-marker { display: none; }
.ef-mobile-nav nav {
  position: absolute;
  top: 54px;
  right: 0;
  width: min(280px, calc(100vw - 40px));
  padding: 18px;
  border: 1px solid var(--ef-line);
  border-radius: var(--ef-radius);
  background: var(--ef-surface);
  box-shadow: var(--ef-shadow);
}
.ef-mobile-menu a { display: block; padding: 10px; color: var(--ef-ink); text-decoration: none; }

.ef-hero {
  position: relative;
  min-height: clamp(640px, 52.3vw, 800px);
  display: grid;
  align-items: center;
  isolation: isolate;
  overflow: hidden;
  background: #2b211b;
}
.ef-hero__media, .ef-hero__veil { position: absolute; inset: 0; }
.ef-hero__media {
  z-index: -2;
  background: #5b493c;
}
.ef-hero__media .ef-cover { object-fit: cover; object-position: center; }
.ef-hero__veil {
  z-index: -1;
  background:
    radial-gradient(circle at 50% 46%, rgba(29, 20, 16, 0.27) 0%, rgba(29, 20, 16, 0.44) 58%, rgba(20, 14, 12, 0.68) 100%),
    linear-gradient(180deg, rgba(20, 14, 12, 0.13) 0%, rgba(20, 14, 12, 0.48) 100%);
}
.ef-hero__content {
  position: relative;
  z-index: 1;
  max-width: 1080px;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding-block: clamp(70px, 8vw, 118px);
  color: var(--ef-white);
  text-align: center;
}
.ef-hero h1 {
  max-width: 1040px;
  margin: 18px 0 26px;
  color: var(--ef-white);
  font-size: clamp(4.4rem, 6.35vw, 6.9rem);
  line-height: 0.9;
  letter-spacing: -0.045em;
}
.ef-hero h1 em {
  display: block;
  color: #f0d8aa;
  font-weight: 500;
}
.ef-hero__description {
  max-width: 650px;
  margin: 0 0 31px;
  color: rgba(255,255,255,0.9);
  font-size: clamp(1.02rem, 1.45vw, 1.2rem);
  line-height: 1.52;
}
.ef-kicker, .ef-section-label {
  margin: 0;
  color: var(--ef-olive-dark);
  font-family: var(--ef-body);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  line-height: 1.4;
  text-transform: uppercase;
}
.ef-kicker--light { color: #ead8b7; }
.ef-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; }
.ef-button, .wp-block-button__link {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 23px;
  border: 1px solid var(--ef-ink);
  border-radius: 999px;
  background: var(--ef-ink);
  color: var(--ef-white);
  cursor: pointer;
  font-size: 0.83rem;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease;
}
.ef-button:hover, .wp-block-button__link:hover { border-color: var(--ef-terracotta); background: var(--ef-terracotta); color: var(--ef-white); }
.ef-button--light { border-color: var(--ef-surface); background: var(--ef-surface); color: var(--ef-ink); }
.ef-button--light:hover { border-color: var(--ef-white); background: var(--ef-white); color: var(--ef-terracotta); }
.ef-button--ghost { border-color: rgba(255,255,255,0.55); background: transparent; color: var(--ef-white); }
.ef-button--ghost:hover { border-color: var(--ef-white); background: rgba(255,255,255,0.1); color: var(--ef-white); }
.ef-text-link {
  color: var(--ef-ink);
  font-size: 0.81rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-decoration: none;
}
.ef-text-link:hover { color: var(--ef-terracotta); }

.ef-statement__grid {
  display: grid;
  grid-template-columns: 0.65fr 2fr 1fr;
  gap: clamp(28px, 5vw, 72px);
  align-items: start;
}
.ef-statement h2 { max-width: 720px; margin: 0; font-size: clamp(2.7rem, 4.6vw, 4.6rem); }
.ef-statement__grid > p:last-child { margin: 8px 0 0; color: var(--ef-muted); }
.ef-section-heading {
  margin-bottom: clamp(34px, 5vw, 64px);
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
}
.ef-section-heading h2, .ef-method h2, .ef-related h2 {
  margin: 10px 0 0;
  font-size: clamp(2.6rem, 4.5vw, 4.35rem);
}
.ef-category-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-block: 1px solid var(--ef-line); }
.ef-category-card {
  min-height: 290px;
  display: flex;
  flex-direction: column;
  padding: clamp(26px, 3vw, 42px);
  border-right: 1px solid var(--ef-line);
  color: var(--ef-ink);
  text-decoration: none;
  transition: background-color 180ms ease, color 180ms ease;
}
.ef-category-card:first-child { border-left: 1px solid var(--ef-line); }
.ef-category-card:hover { background: var(--ef-ink); color: var(--ef-white); }
.ef-category-card__index { color: var(--ef-muted); font-size: 0.72rem; font-weight: 700; letter-spacing: 0.12em; }
.ef-category-card h3 { margin: auto 0 14px; color: inherit; font-size: clamp(1.9rem, 2.6vw, 2.65rem); }
.ef-category-card p { margin: 0 0 24px; color: inherit; font-size: 0.94rem; opacity: 0.76; }
.ef-category-card__action { font-size: 0.78rem; font-weight: 700; }

.ef-story-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(22px, 3vw, 38px); }
.ef-story-card { display: flex; min-width: 0; flex-direction: column; }
.ef-story-card--large { grid-column: span 2; }
.ef-story-card__image {
  position: relative;
  aspect-ratio: 4 / 3;
  display: block;
  overflow: hidden;
  border-radius: var(--ef-radius);
  background: #d4cbbd;
}
.ef-story-card--large .ef-story-card__image { aspect-ratio: 16 / 9; }
.ef-story-card__image img { width: 100%; height: 100%; object-fit: cover; transition: opacity 180ms ease; }
.ef-story-card__image:hover img { opacity: 0.88; }
.ef-story-card--preview .ef-story-card__image:hover img { opacity: 1; }
.ef-story-card__content { padding: 22px 3px 0; }
.ef-story-card h3 { margin: 9px 0 12px; font-size: clamp(1.8rem, 3vw, 2.8rem); }
.ef-story-card h3 a { color: var(--ef-ink); text-decoration: none; }
.ef-story-card h3 a:hover { color: var(--ef-terracotta); }
.ef-story-card__content > p:not(.ef-kicker) { margin: 0 0 18px; color: var(--ef-muted); font-size: 0.93rem; }
.ef-story-card--preview h3 { font-size: clamp(1.8rem, 2.5vw, 2.55rem); }
.ef-empty-state {
  grid-column: 1 / -1;
  padding: clamp(36px, 7vw, 90px);
  border: 1px solid var(--ef-line);
  border-radius: var(--ef-radius);
  text-align: center;
}
.ef-empty-state h3 { max-width: 720px; margin: 14px auto; font-size: clamp(2rem, 4vw, 3.5rem); }
.ef-empty-state p:last-child { max-width: 620px; margin-inline: auto; color: var(--ef-muted); }

.ef-method__grid { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: clamp(36px, 7vw, 100px); align-items: center; }
.ef-method__media { aspect-ratio: 4 / 5; overflow: hidden; border-radius: var(--ef-radius); }
.ef-method-list { margin: 36px 0; padding: 0; list-style: none; border-top: 1px solid var(--ef-line); }
.ef-method-list li { display: grid; grid-template-columns: 44px 1fr; gap: 18px; padding: 25px 0; border-bottom: 1px solid var(--ef-line); }
.ef-method-list li > span { color: var(--ef-terracotta); font-size: 0.71rem; font-weight: 700; letter-spacing: 0.12em; }
.ef-method-list h3 { margin: 0 0 6px; font-size: 1.6rem; }
.ef-method-list p { margin: 0; color: var(--ef-muted); font-size: 0.92rem; }

.ef-breadcrumbs { margin-bottom: 40px; color: var(--ef-muted); font-size: 0.72rem; }
.ef-breadcrumbs a { color: var(--ef-muted); }
.ef-breadcrumbs span { margin-inline: 7px; }
.ef-article-shell { padding-top: clamp(54px, 8vw, 100px); }
.ef-article-top { max-width: 980px; }
.ef-article-header { max-width: 900px; }
.ef-article-header h1 { margin: 14px 0 25px; font-size: clamp(3.2rem, 7vw, 6.7rem); line-height: 0.96; }
.ef-article-deck { max-width: 760px; margin: 0; color: var(--ef-muted); font-size: clamp(1.12rem, 2vw, 1.35rem); line-height: 1.55; }
.ef-byline { margin-top: 28px; display: flex; flex-wrap: wrap; gap: 10px 22px; color: var(--ef-muted); font-size: 0.72rem; font-weight: 600; letter-spacing: 0.04em; text-transform: uppercase; }
.ef-article-featured { margin-top: clamp(40px, 7vw, 84px); }
.ef-article-featured img { width: 100%; max-height: 760px; object-fit: cover; border-radius: var(--ef-radius); }
.ef-article-layout { display: block; padding-block: clamp(54px, 8vw, 100px); }
.ef-article-content { width: min(100%, var(--ef-reading)); min-width: 0; margin-inline: auto; }
.ef-page-content { width: 100%; min-width: 0; }
.ef-article-content > * + *, .ef-page-content > * + * { margin-top: 1.35rem; }
.ef-article-content h2, .ef-page-content h2 { margin-top: clamp(3.6rem, 7vw, 6rem); margin-bottom: 1.2rem; font-size: clamp(2.35rem, 4.5vw, 4rem); }
.ef-article-content h3, .ef-page-content h3 { margin-top: 2.8rem; margin-bottom: 0.9rem; font-size: clamp(1.65rem, 3vw, 2.3rem); }
.ef-article-content h4 { margin-top: 2.4rem; font-size: 1.35rem; }
.ef-article-content p, .ef-article-content li, .ef-page-content p, .ef-page-content li { color: #34302b; }
.ef-article-content ul, .ef-article-content ol, .ef-page-content ul, .ef-page-content ol { padding-left: 1.25rem; }
.ef-article-content li + li, .ef-page-content li + li { margin-top: 0.6rem; }
.ef-article-content blockquote {
  margin: 3rem 0;
  padding: 2rem 0 2rem clamp(24px, 4vw, 48px);
  border-left: 2px solid var(--ef-terracotta);
  font-family: var(--ef-display);
  font-size: clamp(1.55rem, 3vw, 2.25rem);
  line-height: 1.3;
}
.ef-article-content figure, .ef-page-content figure { margin-inline: 0; }
.ef-article-content figcaption { color: var(--ef-muted); font-size: 0.72rem; }
.ef-article-content table, .ef-page-content table { width: 100%; border-collapse: collapse; font-size: 0.88rem; }
.ef-article-content th, .ef-article-content td, .ef-page-content th, .ef-page-content td { padding: 15px 14px; border-bottom: 1px solid var(--ef-line); text-align: left; vertical-align: top; }
.ef-article-content th, .ef-page-content th { background: #eae2d5; font-weight: 700; }
.ef-disclosure {
  margin: 0 0 44px;
  padding: 18px 20px;
  border: 1px solid var(--ef-line);
  border-radius: 10px;
  background: rgba(251, 248, 241, 0.75);
  color: var(--ef-muted);
  font-size: 0.76rem;
}
.ef-disclosure strong { display: block; margin-bottom: 3px; color: var(--ef-ink); }
.ef-disclosure p { margin: 0; color: inherit; }
.ef-disclosure a { color: var(--ef-ink); font-weight: 700; }
.ef-affiliate-offer { margin-block: 1.7rem; }
.ef-affiliate-note { display: block; margin-top: 8px; color: var(--ef-muted); font-size: 0.7rem; line-height: 1.45; }

.ef-verdict {
  margin: 2.8rem 0 3.8rem;
  overflow: hidden;
  border: 1px solid var(--ef-line-dark);
  border-top: 4px solid var(--ef-ink);
  border-radius: var(--ef-radius);
  background: var(--ef-surface);
  box-shadow: var(--ef-shadow);
}
.ef-verdict__inner { padding: clamp(24px, 5vw, 46px); }
.ef-verdict__label { margin: 0 0 9px; color: var(--ef-terracotta); font-size: 0.7rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; }
.ef-verdict h2 { margin: 0 0 14px; font-size: clamp(2rem, 4vw, 3.4rem); }
.ef-verdict__summary { margin-bottom: 24px; color: var(--ef-muted); }
.ef-verdict__meta { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin: 0 0 24px; }
.ef-verdict__meta div { padding: 15px; border: 1px solid var(--ef-line); border-radius: 9px; background: #eee5d8; }
.ef-verdict__meta dt { color: var(--ef-muted); font-size: 0.65rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; }
.ef-verdict__meta dd { margin: 5px 0 0; font-family: var(--ef-display); font-size: 1.25rem; }

.ef-quick-comparison { margin: 3.2rem 0; padding: clamp(22px, 4vw, 36px); border: 1px solid var(--ef-line); border-radius: var(--ef-radius); background: var(--ef-surface); }
.ef-quick-comparison h2 { margin: 0 0 24px; }
.ef-compare-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.ef-compare-card { padding: 17px; border: 1px solid var(--ef-line); border-radius: 9px; background: #eee5d8; }
.ef-compare-card__badge { display: inline-block; margin-bottom: 12px; padding: 5px 8px; border-radius: 999px; background: var(--ef-ink); color: var(--ef-white); font-size: 0.58rem; font-weight: 700; letter-spacing: 0.07em; text-transform: uppercase; }
.ef-compare-card h3 { margin: 0 0 6px; font-size: 1.35rem; }
.ef-compare-card p { margin: 0; font-size: 0.78rem; }

.ef-review-card { margin: 3.5rem 0; overflow: hidden; border: 1px solid var(--ef-line-dark); border-radius: var(--ef-radius); background: var(--ef-surface); box-shadow: var(--ef-shadow); }
.ef-review-card__bar { padding: 10px 18px; background: var(--ef-ink); color: var(--ef-white); font-size: 0.67rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; }
.ef-review-card__body { display: grid; grid-template-columns: minmax(0, 1fr) 220px; gap: 28px; padding: clamp(22px, 4vw, 36px); }
.ef-review-card h2, .ef-review-card h3 { margin-top: 0; }
.ef-pros-cons { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 24px; }
.ef-pros-cons > div { padding: 18px; border: 1px solid var(--ef-line); border-radius: 9px; background: #eee5d8; }
.ef-pros-cons h4 { margin: 0 0 10px; font-size: 1.4rem; }
.ef-pros-cons ul { margin: 0; padding-left: 1rem; font-size: 0.82rem; }
.ef-score-panel { align-self: start; padding: 18px; border: 1px solid var(--ef-line); border-radius: 10px; background: #eee5d8; }
.ef-score-panel .ef-button { width: 100%; margin-bottom: 20px; text-align: center; }
.ef-score-panel__label { margin: 0; color: var(--ef-muted); font-family: var(--ef-display); font-size: 1rem; }
.ef-score-panel__number { margin: 2px 0 17px; color: var(--ef-ink); font-family: var(--ef-display); font-size: 2rem; line-height: 1; }
.ef-score-row { margin-top: 10px; }
.ef-score-row__label { display: flex; justify-content: space-between; gap: 8px; margin-bottom: 4px; color: var(--ef-muted); font-size: 0.57rem; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; }
.ef-score-row__track { height: 8px; overflow: hidden; border-radius: 999px; background: #d5cabb; }
.ef-score-row__fill { height: 100%; border-radius: inherit; background: var(--ef-ink); }
.ef-buying-note { margin: -1.6rem 0 3.5rem; }
.ef-buying-note h3 { margin-bottom: 8px; }

.ef-faq { margin-block: 3rem; }
.ef-faq details { border-bottom: 1px solid var(--ef-line); }
.ef-faq summary { min-height: 56px; display: flex; align-items: center; justify-content: space-between; gap: 20px; cursor: pointer; font-weight: 650; }
.ef-faq summary::after { content: "+"; font-family: var(--ef-display); font-size: 1.45rem; }
.ef-faq details[open] summary::after { content: "−"; }
.ef-faq details p { margin: 0; padding: 0 36px 22px 0; color: var(--ef-muted); }

.ef-author { max-width: 900px; display: grid; grid-template-columns: auto 1fr; gap: 24px; align-items: start; padding-block: clamp(50px, 7vw, 84px); border-top: 1px solid var(--ef-line); }
.ef-author img { border-radius: 50%; }
.ef-author h2 { margin: 6px 0 8px; font-size: 2rem; }
.ef-author p:last-child { margin: 0; color: var(--ef-muted); }
.ef-related h2 { margin-bottom: 42px; }
.ef-related-grid, .ef-archive-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(22px, 3vw, 38px); }

.ef-listing-header { max-width: 830px; margin: 0 0 clamp(48px, 8vw, 90px); }
.ef-listing-header h1 { margin: 12px 0 18px; font-size: clamp(3.4rem, 7vw, 6.5rem); }
.ef-listing-header > p:last-child, .ef-archive-description { max-width: 660px; color: var(--ef-muted); font-size: 1.05rem; }
.navigation.pagination { margin-top: 70px; }
.nav-links { display: flex; flex-wrap: wrap; gap: 8px; }
.page-numbers { min-width: 44px; min-height: 44px; display: inline-grid; place-items: center; border: 1px solid var(--ef-line); border-radius: 999px; color: var(--ef-ink); text-decoration: none; }
.page-numbers.current, .page-numbers:hover { background: var(--ef-ink); color: var(--ef-white); }
.ef-page-shell { max-width: 920px; }
.ef-page-content { margin-inline: auto; }
.ef-page-content > header h1 { margin: 0 0 60px; font-size: clamp(3.3rem, 7vw, 6rem); }
.ef-error { min-height: 65vh; display: grid; place-items: center; }
.ef-error__inner { max-width: 760px; text-align: center; }
.ef-error h1 { margin: 10px 0 20px; font-size: clamp(3.4rem, 8vw, 7rem); }
.ef-error .ef-actions { justify-content: center; margin-top: 28px; }

.ef-site-footer { padding-top: var(--ef-space-xl); border-top: 1px solid var(--ef-line); background: #ece5da; }
.ef-footer-grid { display: grid; grid-template-columns: 1.6fr repeat(3, 0.75fr); gap: clamp(28px, 5vw, 72px); }
.ef-site-footer h2 { margin: 0 0 16px; font-family: var(--ef-body); font-size: 0.75rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; }
.ef-footer-intro h2 { font-family: var(--ef-display); font-size: 2.35rem; letter-spacing: -0.03em; text-transform: none; }
.ef-footer-intro p { max-width: 360px; color: var(--ef-muted); }
.ef-footer-menu li + li { margin-top: 8px; }
.ef-footer-menu a { color: var(--ef-muted); font-size: 0.8rem; text-decoration: none; }
.ef-footer-menu a:hover { color: var(--ef-terracotta); }
.ef-footer-bottom { margin-top: 70px; padding-block: 24px; display: flex; justify-content: space-between; gap: 18px; border-top: 1px solid var(--ef-line-dark); color: var(--ef-muted); font-size: 0.7rem; }

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
  border: 0;
}

@media (max-width: 1000px) {
  .ef-primary-nav, .ef-search-link { display: none; }
  .ef-mobile-nav { display: block; }
  .ef-header-inner { grid-template-columns: 1fr auto; }
  .ef-statement__grid { grid-template-columns: 1fr 2fr; }
  .ef-statement__grid > p:last-child { grid-column: 2; }
  .ef-category-grid { grid-template-columns: repeat(2, 1fr); }
  .ef-category-card:nth-child(2) { border-right: 1px solid var(--ef-line); }
  .ef-category-card:nth-child(n+3) { border-top: 1px solid var(--ef-line); }
  .ef-story-grid, .ef-related-grid, .ef-archive-grid { grid-template-columns: repeat(2, 1fr); }
  .ef-story-card--large { grid-column: span 2; }
  .ef-footer-grid { grid-template-columns: 1.4fr repeat(2, 1fr); }
  .ef-footer-grid > :last-child { grid-column: 2; }
  .ef-hero {
    min-height: clamp(620px, 78vw, 760px);
  }
  .ef-hero__media {
    inset: 0;
  }
  .ef-hero__veil {
    inset: 0;
    background:
      radial-gradient(circle at 50% 44%, rgba(29, 20, 16, 0.29) 0%, rgba(29, 20, 16, 0.5) 63%, rgba(20, 14, 12, 0.73) 100%),
      linear-gradient(180deg, rgba(20, 14, 12, 0.14) 0%, rgba(20, 14, 12, 0.54) 100%);
  }
  .ef-hero__content { padding-block: 70px 82px; }
  .ef-hero h1 { max-width: 830px; font-size: clamp(3.8rem, 9.3vw, 5.9rem); }
  .ef-hero__description { max-width: 660px; }
}

@media (max-width: 760px) {
  body { font-size: 16px; }
  body.admin-bar .ef-site-header { top: 46px; }
  .ef-shell { width: min(calc(100% - 28px), var(--ef-shell)); }
  .ef-header-inner { min-height: 68px; }
  .ef-hero { min-height: clamp(590px, 150vw, 720px); }
  .ef-hero__media .ef-cover { object-position: 68% center; }
  .ef-hero__content { padding-block: 58px 68px; }
  .ef-hero h1 { margin-block: 15px 22px; font-size: clamp(3.1rem, 13.8vw, 4.85rem); line-height: 0.91; }
  .ef-hero__description { max-width: 520px; margin-bottom: 26px; font-size: 1rem; }
  .ef-statement__grid, .ef-method__grid { grid-template-columns: 1fr; }
  .ef-statement__grid > p:last-child { grid-column: auto; }
  .ef-section-heading { align-items: start; flex-direction: column; }
  .ef-category-grid { grid-template-columns: 1fr; }
  .ef-category-card { min-height: 250px; border-left: 1px solid var(--ef-line); border-bottom: 1px solid var(--ef-line); }
  .ef-category-card:first-child { border-top: 1px solid var(--ef-line); }
  .ef-story-grid, .ef-related-grid, .ef-archive-grid { grid-template-columns: 1fr; }
  .ef-story-card--large { grid-column: auto; }
  .ef-story-card--large .ef-story-card__image { aspect-ratio: 4 / 3; }
  .ef-method__media { aspect-ratio: 4 / 3; }
  .ef-article-header h1 { font-size: clamp(3rem, 13vw, 5.2rem); }
  .ef-article-featured { width: 100%; }
  .ef-article-featured img { border-radius: 0; }
  .ef-verdict__meta, .ef-compare-grid, .ef-pros-cons { grid-template-columns: 1fr; }
  .ef-review-card__body { grid-template-columns: 1fr; }
  .ef-score-panel { width: 100%; }
  .ef-quick-comparison { overflow-x: auto; }
  .ef-quick-comparison .ef-compare-grid { min-width: 620px; grid-template-columns: repeat(3, 1fr); }
  .ef-author { grid-template-columns: 1fr; }
  .ef-footer-grid { grid-template-columns: 1fr 1fr; }
  .ef-footer-intro { grid-column: 1 / -1; }
  .ef-footer-grid > :last-child { grid-column: auto; }
  .ef-footer-bottom { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 480px) {
  .ef-actions { align-items: stretch; flex-direction: column; }
  .ef-button { width: 100%; }
  .ef-category-card { padding: 26px; }
  .ef-article-content table, .ef-page-content table { min-width: 600px; }
  .ef-article-content .wp-block-table, .ef-page-content .wp-block-table { overflow-x: auto; }
  .ef-footer-grid { grid-template-columns: 1fr; }
  .ef-footer-intro, .ef-footer-grid > :last-child { grid-column: auto; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: 0.01ms !important; animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; }
}
