:root {
  --ink: #0d1712;
  --paper: #ffffff;
  --cream: #f3f0e8;
  --muted: #657068;
  --line: #dfe4df;
  --aqua: #ff5a46;
  --aqua-soft: #fff0ec;
  --coral: #ff5a46;
  --moss: #254d35;
  --forest: #143b24;
  --gold: #d6b75e;
  --rose: #f7d8d1;
  --max: 1312px;
  --serif: Georgia, "Times New Roman", serif;
  --sans: "Arial Nova", Arial, Helvetica, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.5;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover,
a:focus-visible {
  color: #008f86;
}

button,
input,
textarea {
  font: inherit;
}

.site-header {
  border-bottom: 1px solid var(--line);
  background: var(--paper);
  position: relative;
  z-index: 20;
}

.utility-bar {
  min-height: 64px;
  padding: 0 34px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  background: #030303;
  color: white;
  font: 700 11px/1 var(--sans);
  text-transform: uppercase;
}

.utility-bar nav,
.utility-actions,
.primary-nav,
.social-row {
  display: flex;
  align-items: center;
  gap: 26px;
}

.subscribe-link {
  color: var(--aqua);
}

.main-header {
  max-width: var(--max);
  min-height: 150px;
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
  grid-template-columns: 260px 1fr;
  align-items: center;
  gap: 36px;
}

.brand {
  display: inline-flex;
  align-items: baseline;
  width: max-content;
  color: var(--ink);
  font-family: var(--serif);
  line-height: 1;
}

.brand-kicker {
  align-self: flex-start;
  margin-right: -2px;
  font: 700 12px/1 var(--sans);
  color: var(--ink);
}

.brand-core {
  color: var(--aqua);
  font-size: 31px;
  font-weight: 700;
  text-transform: uppercase;
}

.brand-tail {
  font-size: 27px;
  font-weight: 700;
}

.primary-nav {
  justify-content: flex-end;
  font: 800 12px/1 var(--sans);
  text-transform: uppercase;
}

.shop-pill {
  width: 82px;
  min-width: 82px;
  height: 82px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 50%;
  background: var(--aqua);
  color: var(--ink);
  line-height: 1.15;
}

.menu-button {
  display: none;
  width: 42px;
  height: 42px;
  border: 0;
  background: transparent;
  padding: 10px;
}

.menu-button span {
  display: block;
  height: 2px;
  margin: 7px 0;
  background: var(--ink);
}

.section,
.intro-band,
.join-band,
.footer-newsletter,
.footer-grid {
  max-width: var(--max);
  margin: 0 auto;
  padding-left: 24px;
  padding-right: 24px;
}

.intro-band {
  margin-top: 38px;
  margin-bottom: 48px;
  padding-top: 30px;
  padding-bottom: 30px;
  display: grid;
  grid-template-columns: 170px 1fr 120px;
  gap: 20px;
  align-items: center;
  border-bottom: 3px solid var(--aqua);
  background: var(--aqua-soft);
}

.eyebrow,
.meta-line,
.breadcrumbs,
.byline,
figcaption,
.shop-card span,
label span {
  font: 800 11px/1.3 var(--sans);
  text-transform: uppercase;
  color: #0aa89e;
}

.black-button,
.teal-button,
.teal-outline,
.contact-form button,
.join-band button,
.footer-newsletter button {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  border: 2px solid transparent;
  background: var(--ink);
  color: white;
  font: 800 11px/1 var(--sans);
  text-transform: uppercase;
}

.teal-button {
  background: var(--aqua);
  color: var(--ink);
}

.teal-outline {
  background: white;
  color: #008f86;
  border-color: var(--aqua);
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.86fr);
  gap: 36px;
  align-items: start;
}

.lead-story img {
  aspect-ratio: 1.5 / 1;
  object-fit: cover;
}

.lead-story h1,
.lead-story h2,
.article-header h1,
.archive-header h1 {
  margin: 14px 0 14px;
  font-size: 37px;
  line-height: 1.1;
  font-weight: 500;
}

.lead-story p:not(.meta-line) {
  max-width: 760px;
  color: #333;
}

.side-stack {
  display: grid;
  gap: 38px;
}

.post-card,
.feature-card {
  border: 1px solid var(--line);
  background: white;
}

.post-card.horizontal {
  display: grid;
  grid-template-columns: 205px 1fr;
  min-height: 148px;
}

.post-card.horizontal .post-image img {
  height: 100%;
  object-fit: cover;
}

.post-card-body,
.feature-card > div {
  padding: 23px;
}

.post-card h3,
.feature-card h3,
.trend-lead h3 {
  margin: 8px 0 10px;
  font-size: 29px;
  line-height: 1.15;
  font-weight: 500;
}

.post-card.compact h3 {
  font-size: 21px;
}

.meta-line {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 8px;
  color: var(--ink);
}

.category-pill {
  color: var(--ink);
}

.section {
  margin-top: 84px;
  margin-bottom: 84px;
}

.section-title-row {
  border-bottom: 1px solid var(--ink);
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
}

.script-title {
  margin: 0 0 -8px;
  font: 400 48px/1 "Brush Script MT", "Segoe Script", cursive;
}

.tabs {
  display: flex;
  gap: 48px;
  font: 800 11px/1 var(--sans);
  text-transform: uppercase;
}

.tabs a:first-child {
  border-bottom: 4px solid var(--ink);
  padding-bottom: 12px;
}

.trending-grid {
  margin-top: 42px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.8fr);
  gap: 70px;
}

.trend-lead {
  display: grid;
  grid-template-columns: 290px 1fr;
  gap: 34px;
  align-items: start;
}

.trend-lead img {
  aspect-ratio: 0.76 / 1;
  object-fit: cover;
}

.trend-list {
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: trends;
}

.trend-list li + li {
  border-top: 1px solid #eeeeee;
}

.trend-list a {
  min-height: 74px;
  display: grid;
  grid-template-columns: 45px 1fr;
  align-items: center;
  color: #6d6d6d;
  font: 800 15px/1.25 var(--sans);
}

.trend-list span {
  color: var(--ink);
  font-size: 24px;
}

.product-strip,
.shop-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.product-strip {
  margin-top: 58px;
}

.shop-card {
  min-height: 150px;
  padding: 18px;
  border: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #fffdf9;
}

.shop-card strong {
  display: block;
  font-size: 20px;
  line-height: 1.15;
}

.shop-card em {
  color: #008f86;
  font: 800 11px/1 var(--sans);
  text-transform: uppercase;
  font-style: normal;
}

.join-band,
.footer-newsletter {
  margin-top: 78px;
  margin-bottom: 78px;
  padding-top: 30px;
  padding-bottom: 30px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(430px, 0.95fr);
  gap: 42px;
  align-items: center;
  background: var(--aqua-soft);
  border-top: 3px solid var(--aqua);
  border-bottom: 3px solid var(--aqua);
}

form {
  display: grid;
  gap: 14px;
}

.join-band form,
.footer-newsletter form {
  grid-template-columns: 1fr 1fr 160px;
  align-items: end;
}

input,
textarea {
  width: 100%;
  border: 1px solid var(--aqua);
  padding: 13px 14px;
  background: white;
  color: var(--ink);
}

textarea {
  resize: vertical;
}

.center-title {
  margin: 0 0 48px;
  text-align: center;
  font-size: 56px;
  line-height: 1;
  text-transform: lowercase;
}

.masonry-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.feature-card img {
  aspect-ratio: 0.88 / 1;
  object-fit: cover;
}

.feature-card.wide {
  grid-column: span 2;
}

.feature-card.wide img {
  aspect-ratio: 1.82 / 1;
}

.feature-card.tall {
  display: flex;
  min-height: 400px;
  align-items: end;
}

.feature-card h3 {
  font-size: 32px;
}

.split-feature {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(300px, 0.9fr);
  gap: 58px;
  align-items: center;
}

.split-feature img {
  aspect-ratio: 1.42 / 1;
  object-fit: cover;
}

.split-feature h2,
.two-column-feature h2,
.guide-library h2 {
  margin: 0 0 20px;
  font-size: 40px;
  line-height: 1.1;
}

.two-column-feature {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.08fr);
  gap: 52px;
}

.mini-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.mini .post-image img {
  aspect-ratio: 0.8 / 1;
  object-fit: cover;
}

.mini .post-card-body {
  padding: 14px 0 0;
}

.mini {
  border: 0;
}

.editor-corner {
  min-height: 520px;
  display: flex;
  align-items: end;
  padding: 36px;
  background-size: cover;
  background-position: center;
}

.editor-corner > div {
  max-width: 520px;
  padding: 30px;
  background: #fffaf1;
}

.guide-library {
  min-height: 420px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 26px;
  padding-bottom: 26px;
}

.guide-library p {
  max-width: 900px;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.feature-grid .large {
  grid-column: span 2;
}

.feature-grid .large .post-image img {
  aspect-ratio: 1.58 / 1;
  object-fit: cover;
}

.recent-grid,
.archive-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 46px 34px;
}

.recent-grid .post-card,
.archive-grid .post-card {
  border: 0;
}

.recent-grid .post-image img,
.archive-grid .post-image img {
  aspect-ratio: 0.82 / 1;
  object-fit: cover;
}

.recent-grid .post-card-body,
.archive-grid .post-card-body {
  padding: 15px 0 0;
}

.centered {
  width: max-content;
  margin: 42px auto 0;
}

.archive-header {
  margin-top: 46px;
  margin-bottom: 44px;
  padding-bottom: 30px;
  border-bottom: 1px solid var(--line);
}

.archive-header p:not(.breadcrumbs) {
  max-width: 780px;
  font-size: 21px;
}

.subcat-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}

.subcat-row span {
  border: 1px solid var(--aqua);
  padding: 8px 13px;
  font: 800 11px/1 var(--sans);
  text-transform: uppercase;
}

.article-layout {
  max-width: 980px;
}

.article-header {
  text-align: left;
}

.article-header h1 {
  font-size: 56px;
}

.article-deck {
  max-width: 760px;
  font-size: 23px;
  line-height: 1.45;
  color: #333;
}

.article-hero {
  margin: 36px 0 42px;
}

.article-hero img {
  aspect-ratio: 1.48 / 1;
  object-fit: cover;
}

figcaption {
  margin-top: 10px;
  color: var(--muted);
}

.article-content {
  max-width: 760px;
  margin: 0 auto;
}

.article-content h2,
.text-page h2,
.related-products h2 {
  margin: 44px 0 12px;
  font-size: 34px;
  line-height: 1.15;
}

.article-content ul {
  padding-left: 23px;
}

.article-content li + li {
  margin-top: 9px;
}

.affiliate-note,
.article-note {
  margin: 28px 0;
  padding: 20px;
  border-left: 5px solid var(--aqua);
  background: var(--aqua-soft);
}

.article-note {
  background: #fff7f2;
  border-left-color: var(--coral);
}

.article-content .shop-grid {
  grid-template-columns: repeat(3, 1fr);
  margin: 28px 0;
}

.shop-card.detailed {
  min-height: 205px;
}

.shop-card.detailed p {
  margin: 10px 0;
  color: var(--muted);
}

.category-back {
  margin-top: 38px;
  font: 800 12px/1 var(--sans);
  text-transform: uppercase;
}

.text-page {
  max-width: 860px;
}

.text-page h1,
.search-page h1 {
  margin: 20px 0;
  font-size: 56px;
  line-height: 1.08;
}

.contact-form {
  margin-top: 20px;
}

.contact-form button {
  width: max-content;
}

.search-box {
  display: block;
  max-width: 780px;
  margin: 28px 0 42px;
}

.site-footer {
  margin-top: 90px;
  border-top: 1px solid var(--line);
}

.footer-grid {
  padding-top: 44px;
  padding-bottom: 44px;
  display: grid;
  grid-template-columns: 1.6fr 0.7fr 0.7fr 0.8fr;
  gap: 44px;
}

.footer-grid nav {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer-grid h3 {
  margin: 0 0 12px;
  font: 800 14px/1 var(--sans);
  text-transform: uppercase;
}

.copyright {
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 24px 42px;
  color: var(--muted);
  font: 700 11px/1 var(--sans);
  text-transform: uppercase;
}

@media (max-width: 980px) {
  .utility-bar {
    min-height: 42px;
    padding: 0 16px;
  }

  .utility-bar nav {
    display: none;
  }

  .main-header {
    min-height: 70px;
    grid-template-columns: 1fr 46px;
    gap: 16px;
    padding: 0 16px;
  }

  .brand-core {
    font-size: 20px;
  }

  .brand-tail {
    font-size: 18px;
  }

  .brand-kicker {
    font-size: 8px;
  }

  .menu-button {
    display: block;
  }

  .primary-nav {
    grid-column: 1 / -1;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 12px 0 22px;
    gap: 0;
  }

  .primary-nav.is-open {
    display: flex;
  }

  .primary-nav a {
    padding: 14px 0;
    border-top: 1px solid var(--line);
  }

  .shop-pill {
    width: auto;
    min-width: 0;
    height: 44px;
    border-radius: 0;
  }

  .intro-band,
  .hero-grid,
  .trending-grid,
  .trend-lead,
  .join-band,
  .footer-newsletter,
  .split-feature,
  .two-column-feature,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .intro-band {
    margin-top: 22px;
  }

  .post-card.horizontal {
    grid-template-columns: 112px 1fr;
    min-height: 118px;
  }

  .post-card.horizontal h3 {
    font-size: 15px;
  }

  .post-card-body,
  .feature-card > div {
    padding: 14px;
  }

  .lead-story h1,
  .article-header h1,
  .archive-header h1,
  .text-page h1,
  .search-page h1 {
    font-size: 35px;
  }

  .script-title {
    font-size: 36px;
  }

  .section-title-row {
    align-items: start;
    flex-direction: column;
  }

  .tabs {
    gap: 24px;
  }

  .product-strip,
  .shop-grid,
  .article-content .shop-grid,
  .mini-grid,
  .feature-grid,
  .recent-grid,
  .archive-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .masonry-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .feature-card.wide,
  .feature-grid .large {
    grid-column: span 2;
  }

  .join-band form,
  .footer-newsletter form {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  body {
    font-size: 15px;
  }

  .section,
  .intro-band,
  .join-band,
  .footer-newsletter,
  .footer-grid {
    padding-left: 16px;
    padding-right: 16px;
  }

  .section {
    margin-top: 58px;
    margin-bottom: 58px;
  }

  .intro-band {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .lead-story h1 {
    font-size: 25px;
  }

  .post-card h3,
  .trend-lead h3,
  .feature-card h3 {
    font-size: 21px;
  }

  .trend-lead {
    gap: 20px;
  }

  .center-title {
    margin-bottom: 28px;
    font-size: 36px;
  }

  .masonry-grid,
  .product-strip,
  .shop-grid,
  .article-content .shop-grid,
  .feature-grid,
  .recent-grid,
  .archive-grid {
    grid-template-columns: 1fr;
  }

  .mini-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .feature-card.wide,
  .feature-grid .large {
    grid-column: auto;
  }

  .editor-corner {
    min-height: 420px;
    padding: 18px;
  }

  .editor-corner > div {
    padding: 18px;
  }

  .article-deck {
    font-size: 19px;
  }

  .article-content h2,
  .text-page h2 {
    font-size: 26px;
  }

  .article-layout {
    padding-left: 16px;
    padding-right: 16px;
  }
}

/* WellPickLife editorial system */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  height: 86px;
  border: 0;
  background: rgba(255, 255, 255, 0.97);
  box-shadow: 0 1px 0 rgba(13, 23, 18, 0.08);
  backdrop-filter: blur(12px);
}

.main-header {
  min-height: 86px;
  max-width: 100%;
  padding: 0 42px;
  display: grid;
  grid-template-columns: 250px 1fr auto;
  align-items: center;
  gap: 30px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 11px;
  font-family: var(--sans);
}

.brand-icon {
  position: relative;
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 13px;
  background: var(--ink);
  color: var(--cream);
  font-size: 24px;
  font-weight: 900;
  line-height: 1;
}

.brand-icon span {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--coral);
}

.brand-word {
  display: grid;
  grid-template-columns: auto auto;
  align-items: baseline;
  color: var(--ink);
  line-height: 1;
}

.brand-word strong {
  font-size: 22px;
  letter-spacing: -1.1px;
}

.brand-word em {
  margin-left: 2px;
  color: var(--coral);
  font-family: var(--serif);
  font-size: 22px;
  font-weight: 500;
}

.brand-word small {
  grid-column: 1 / -1;
  margin-top: 4px;
  color: var(--muted);
  font-size: 7px;
  font-style: normal;
  font-weight: 800;
  letter-spacing: 1.55px;
  text-transform: uppercase;
}

.primary-nav,
.utility-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 30px;
  font: 700 13px/1 var(--sans);
  text-transform: none;
}

.primary-nav a,
.utility-nav a {
  position: relative;
}

.primary-nav a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -9px;
  left: 0;
  height: 2px;
  background: var(--coral);
  transform: scaleX(0);
  transition: transform 180ms ease;
}

.primary-nav a:hover::after,
.primary-nav a:focus-visible::after {
  transform: scaleX(1);
}

.utility-nav {
  gap: 16px;
  color: var(--muted);
  font-size: 11px;
}

.search-link {
  display: inline-flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 50%;
  background: var(--coral);
  color: white;
  font-size: 0;
}

.search-link::before {
  content: "⌕";
  font-size: 22px;
}

.section {
  max-width: var(--max);
  margin: 0 auto;
  padding-right: 28px;
  padding-left: 28px;
}

.discovery-hero {
  min-height: 610px;
  display: grid;
  grid-template-columns: 0.88fr 1.12fr;
  align-items: center;
  gap: 70px;
  padding-top: 72px;
  padding-bottom: 72px;
}

.hero-copy {
  padding-left: 42px;
}

.eyebrow,
.meta-line,
.breadcrumbs,
.byline,
figcaption,
.shop-card span,
label span {
  color: var(--moss);
  font: 800 11px/1.3 var(--sans);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-copy h1 {
  margin: 18px 0 20px;
  font-size: clamp(42px, 4vw, 64px);
  font-weight: 500;
  letter-spacing: -2.8px;
  line-height: 0.98;
}

.hero-copy h1 strong {
  color: var(--forest);
  font-family: var(--serif);
  font-style: italic;
  font-weight: 500;
}

.hero-copy > p:not(.eyebrow) {
  max-width: 500px;
  color: var(--muted);
  font-size: 18px;
}

.hero-search {
  max-width: 500px;
  margin-top: 30px;
  display: grid;
  grid-template-columns: 1fr 54px;
  padding: 5px;
  border: 1px solid #cbd2cc;
  border-radius: 30px;
  background: white;
  box-shadow: 0 10px 30px rgba(13, 23, 18, 0.08);
}

.hero-search input {
  min-width: 0;
  padding: 0 20px;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--ink);
}

.hero-search button {
  width: 54px;
  height: 54px;
  border: 0;
  border-radius: 50%;
  background: var(--coral);
  color: white;
  cursor: pointer;
  font-size: 25px;
  transition: transform 180ms ease;
}

.hero-search button:hover {
  transform: rotate(-9deg) scale(1.04);
}

.hero-visual {
  position: relative;
  min-height: 500px;
  overflow: hidden;
  border-radius: 26px;
  background: var(--cream);
}

.hero-visual::after {
  content: "";
  position: absolute;
  inset: 42% 0 0;
  background: linear-gradient(transparent, rgba(13, 23, 18, 0.86));
}

.hero-visual img {
  position: absolute;
  inset: 0;
  height: 100%;
  object-fit: cover;
  transition: transform 500ms ease;
}

.hero-visual:hover img {
  transform: scale(1.025);
}

.hero-visual strong,
.hero-visual .image-label {
  position: absolute;
  z-index: 2;
  right: 34px;
  bottom: 34px;
  left: 34px;
  color: white;
}

.hero-visual strong {
  max-width: 620px;
  font-family: var(--serif);
  font-size: clamp(27px, 2.5vw, 40px);
  font-weight: 500;
  line-height: 1.06;
}

.hero-visual .image-label {
  bottom: 112px;
  width: max-content;
  padding: 7px 10px;
  border-radius: 20px;
  background: var(--coral);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.category-rail,
.popular-guides,
.latest-section,
.shop-method {
  margin-top: 86px;
  margin-bottom: 86px;
}

.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 28px;
}

.section-heading h2 {
  margin: 0;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: -0.8px;
}

.section-heading a,
.section-heading p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}

.category-track {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.category-tile {
  position: relative;
  min-height: 260px;
  overflow: hidden;
  border-radius: 17px;
  background: var(--cream);
}

.category-tile::after {
  content: "";
  position: absolute;
  inset: 35% 0 0;
  background: linear-gradient(transparent, rgba(13, 23, 18, 0.85));
}

.category-tile img {
  position: absolute;
  inset: 0;
  height: 100%;
  object-fit: cover;
  transition: transform 350ms ease;
}

.category-tile:hover img {
  transform: scale(1.04);
}

.category-tile span,
.category-tile small {
  position: absolute;
  z-index: 2;
  right: 22px;
  bottom: 38px;
  left: 22px;
  color: white;
}

.category-tile span {
  font-family: var(--serif);
  font-size: 28px;
}

.category-tile small {
  bottom: 19px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.popular-grid {
  display: grid;
  grid-template-columns: 1.45fr 0.9fr 0.9fr;
  grid-template-rows: 250px 250px;
  gap: 18px;
}

.popular-card {
  position: relative;
  min-width: 0;
  overflow: hidden;
  border-radius: 17px;
  background: var(--cream);
}

.popular-1 {
  grid-row: 1 / 3;
}

.popular-card img {
  position: absolute;
  inset: 0;
  height: 100%;
  object-fit: cover;
}

.popular-card > a::after {
  content: "";
  position: absolute;
  inset: 30% 0 0;
  background: linear-gradient(transparent, rgba(13, 23, 18, 0.86));
}

.popular-card > div {
  position: absolute;
  z-index: 2;
  right: 22px;
  bottom: 20px;
  left: 22px;
  color: white;
}

.popular-card .meta-line,
.popular-card .meta-line a,
.popular-card > div > span {
  color: rgba(255, 255, 255, 0.8);
}

.popular-card h3 {
  margin: 7px 0;
  font-family: var(--serif);
  font-size: 21px;
  font-weight: 500;
  line-height: 1.12;
}

.popular-1 h3 {
  font-size: 34px;
}

.popular-card > div > span {
  font-size: 11px;
}

.editorial-proof {
  padding: 86px 0;
  background: #09100c;
  color: white;
}

.proof-inner {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  align-items: center;
  gap: 100px;
}

.proof-inner .eyebrow {
  color: #f19d8e;
}

.proof-inner h2 {
  max-width: 660px;
  margin: 16px 0 20px;
  font-family: var(--serif);
  font-size: clamp(37px, 4vw, 55px);
  font-weight: 500;
  letter-spacing: -1.8px;
  line-height: 1.02;
}

.proof-inner p:not(.eyebrow) {
  max-width: 630px;
  color: #bac3bd;
  font-size: 17px;
}

.proof-stats {
  margin: 0;
  display: grid;
  gap: 12px;
}

.proof-stats div {
  padding: 22px 26px;
  border: 1px solid #26322b;
  border-radius: 14px;
  background: #111c16;
}

.proof-stats dt {
  font-size: 44px;
  font-weight: 800;
  letter-spacing: -2px;
  line-height: 1;
}

.proof-stats dd {
  margin: 6px 0 0;
  color: #aab5ad;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.light-button,
.dark-button,
.black-button,
.teal-button,
.teal-outline,
.contact-form button,
.footer-newsletter button {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 15px;
  padding: 0 20px;
  border: 0;
  border-radius: 23px;
  background: var(--coral);
  color: white;
  font: 800 11px/1 var(--sans);
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.light-button {
  background: white;
  color: var(--ink);
}

.dark-button,
.black-button {
  background: var(--ink);
}

.story-rail {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.post-card {
  overflow: hidden;
  border: 0;
  border-radius: 16px;
  background: #f5f6f4;
  box-shadow: none;
}

.post-card .post-image {
  display: block;
  overflow: hidden;
}

.post-card .post-image img {
  aspect-ratio: 1.22 / 1;
  object-fit: cover;
  transition: transform 300ms ease;
}

.post-card:hover .post-image img {
  transform: scale(1.035);
}

.post-card-body {
  padding: 18px;
}

.post-card h3 {
  margin: 8px 0 0;
  font-family: var(--serif);
  font-size: 20px;
  font-weight: 500;
  line-height: 1.15;
}

.post-card-body > p:last-child {
  color: var(--muted);
  font-size: 14px;
}

.category-pill {
  display: inline-flex;
  padding: 5px 8px;
  border-radius: 12px;
  background: var(--forest);
  color: white;
}

.shop-method {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  align-items: center;
  gap: 55px;
  padding-top: 55px;
  padding-bottom: 55px;
  border-radius: 22px;
  background: var(--cream);
}

.shop-method h2 {
  margin: 14px 0;
  font-family: var(--serif);
  font-size: 38px;
  font-weight: 500;
  line-height: 1.05;
}

.shop-method .product-strip,
.product-strip {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.shop-card {
  min-height: 135px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  gap: 9px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 13px;
  background: white;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.shop-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(13, 23, 18, 0.08);
}

.shop-card strong {
  font-family: var(--serif);
  font-size: 17px;
  line-height: 1.15;
}

.shop-card em {
  color: var(--coral);
  font-size: 12px;
  font-style: normal;
  font-weight: 800;
}

.archive-header {
  margin-top: 72px;
  margin-bottom: 40px;
  padding-top: 34px;
  padding-bottom: 36px;
  border-bottom: 1px solid var(--line);
}

.archive-header h1 {
  margin: 16px 0;
  font-size: clamp(48px, 6vw, 76px);
  font-weight: 700;
  letter-spacing: -3px;
}

.archive-header > p:not(.breadcrumbs) {
  max-width: 720px;
  color: var(--muted);
  font-family: var(--serif);
  font-size: 20px;
}

.subcat-row {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 24px;
}

.subcat-row span {
  padding: 8px 12px;
  border-radius: 18px;
  background: var(--cream);
  color: var(--forest);
  font-size: 11px;
  font-weight: 800;
}

.archive-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px 18px;
}

.article-layout {
  max-width: 100%;
  padding: 0;
}

.article-header {
  max-width: 940px;
  margin: 76px auto 42px;
  padding: 0 28px;
  text-align: center;
}

.article-header h1 {
  margin: 20px 0;
  font-size: clamp(44px, 5vw, 68px);
  font-weight: 700;
  letter-spacing: -2.7px;
  line-height: 0.98;
}

.article-deck {
  margin: 0 auto;
  color: var(--muted);
  font-family: var(--serif);
  font-size: 22px;
  line-height: 1.45;
}

.byline {
  margin-top: 24px;
  color: var(--muted);
}

.article-hero {
  max-width: 1180px;
  margin: 0 auto 52px;
  padding: 0 28px;
}

.article-hero img {
  max-height: 680px;
  object-fit: cover;
  border-radius: 20px;
}

.article-hero figcaption {
  margin-top: 10px;
  color: var(--muted);
}

.article-content {
  max-width: 790px;
  margin: 0 auto;
  padding: 0 28px;
  color: #26322b;
  font-family: var(--serif);
  font-size: 18px;
  line-height: 1.72;
}

.article-content h2 {
  margin: 58px 0 18px;
  color: var(--ink);
  font-family: var(--sans);
  font-size: 36px;
  font-weight: 650;
  letter-spacing: -1.4px;
  line-height: 1.08;
}

.article-content .affiliate-note,
.article-note {
  margin: 32px 0;
  padding: 20px 22px;
  border: 0;
  border-radius: 12px;
  background: var(--cream);
  color: #354039;
  font-family: var(--sans);
  font-size: 14px;
  line-height: 1.55;
}

.article-toc {
  margin: 34px 0 16px;
  display: grid;
  gap: 9px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 13px;
  background: #fbfcfa;
  font-family: var(--sans);
  font-size: 14px;
}

.article-toc strong {
  margin-bottom: 5px;
  color: var(--ink);
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.article-toc a {
  color: var(--forest);
  text-decoration: underline;
  text-decoration-color: #b8c2bb;
  text-underline-offset: 4px;
}

.article-note {
  background: var(--aqua-soft);
}

.article-content .shop-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.related-section {
  margin-top: 88px;
}

.related-section .center-title {
  margin-bottom: 28px;
  text-align: left;
  font: 700 28px/1 var(--sans);
}

.related-section .recent-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.text-page,
.search-page {
  max-width: 900px;
  margin-top: 76px;
  margin-bottom: 100px;
}

.text-page h1,
.search-page h1 {
  margin: 20px 0;
  font-size: clamp(48px, 6vw, 72px);
  letter-spacing: -3px;
}

.text-page h2 {
  margin-top: 50px;
  font-size: 30px;
}

.text-page p,
.search-page p {
  color: #354039;
  font-family: var(--serif);
  font-size: 18px;
  line-height: 1.7;
}

.search-box input,
.contact-form input,
.contact-form textarea,
.footer-newsletter input {
  width: 100%;
  margin-top: 8px;
  padding: 13px 15px;
  border: 1px solid #bfc8c1;
  border-radius: 8px;
  background: white;
}

.site-footer {
  margin-top: 100px;
  border: 0;
  background: #09100c;
  color: white;
}

.footer-newsletter {
  max-width: var(--max);
  padding-top: 72px;
  padding-bottom: 58px;
  border-bottom: 1px solid #2a342e;
}

.footer-newsletter .eyebrow {
  color: #f19d8e;
}

.footer-newsletter h2 {
  max-width: 780px;
  margin: 13px 0;
  font-family: var(--serif);
  font-size: clamp(34px, 4vw, 52px);
  font-weight: 500;
  letter-spacing: -1.4px;
  line-height: 1.02;
  color: var(--ink);
}

.footer-newsletter label span {
  color: var(--forest);
}

.footer-newsletter > p:not(.eyebrow),
.footer-grid p,
.copyright {
  color: #aab5ad;
}

.footer-newsletter form {
  max-width: 760px;
  margin-top: 30px;
  display: grid;
  grid-template-columns: 1fr 1fr auto;
  align-items: end;
  gap: 12px;
}

.footer-grid {
  padding-top: 52px;
  padding-bottom: 52px;
  display: grid;
  grid-template-columns: 1.7fr 0.7fr 0.7fr 0.8fr;
  gap: 44px;
}

.footer-grid .brand-icon {
  background: white;
  color: var(--ink);
}

.footer-grid .brand-word strong,
.footer-grid .brand-word small {
  color: white;
}

.footer-grid .footer-domain {
  color: #f19d8e;
  font-weight: 800;
}

.copyright {
  padding-top: 24px;
  border-top: 1px solid #2a342e;
}

@media (max-width: 1060px) {
  .main-header {
    padding: 0 22px;
    grid-template-columns: 220px 1fr;
  }

  .utility-nav {
    display: none;
  }

  .primary-nav {
    gap: 20px;
  }

  .discovery-hero {
    grid-template-columns: 1fr 1fr;
    gap: 34px;
  }

  .hero-copy {
    padding-left: 0;
  }

  .popular-grid {
    grid-template-columns: 1.2fr 1fr;
  }

  .popular-5 {
    display: none;
  }

  .proof-inner {
    gap: 50px;
  }

  .story-rail,
  .related-section .recent-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 760px) {
  .site-header {
    height: auto;
    min-height: 72px;
  }

  .main-header {
    min-height: 72px;
    grid-template-columns: 1fr 46px;
    gap: 10px;
    padding: 0 16px;
  }

  .brand-icon {
    width: 38px;
    height: 38px;
    border-radius: 11px;
    font-size: 21px;
  }

  .brand-word strong,
  .brand-word em {
    font-size: 19px;
  }

  .menu-button {
    display: block;
  }

  .primary-nav,
  .utility-nav {
    grid-column: 1 / -1;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 8px 0 20px;
  }

  .primary-nav.is-open {
    display: flex;
  }

  .primary-nav a {
    padding: 14px 4px;
    border-top: 1px solid var(--line);
  }

  .search-link {
    width: auto;
    height: auto;
    border-radius: 0;
    background: transparent;
    color: var(--ink);
    font-size: 13px;
  }

  .search-link::before {
    display: none;
  }

  .section {
    padding-right: 16px;
    padding-left: 16px;
  }

  .discovery-hero {
    min-height: 0;
    grid-template-columns: 1fr;
    gap: 34px;
    padding-top: 48px;
    padding-bottom: 42px;
  }

  .hero-copy h1 {
    font-size: 43px;
    letter-spacing: -2.1px;
  }

  .hero-visual {
    min-height: 430px;
  }

  .hero-visual .image-label {
    bottom: 104px;
  }

  .category-track,
  .story-rail {
    display: flex;
    gap: 14px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .category-tile {
    min-width: 75vw;
    scroll-snap-align: start;
  }

  .story-rail .post-card {
    min-width: 74vw;
    scroll-snap-align: start;
  }

  .popular-grid {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 430px repeat(3, 260px);
  }

  .popular-1 {
    grid-row: auto;
  }

  .popular-5 {
    display: block;
  }

  .popular-1 h3 {
    font-size: 28px;
  }

  .proof-inner,
  .shop-method {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .editorial-proof {
    padding: 62px 0;
  }

  .shop-method {
    margin-right: 16px;
    margin-left: 16px;
    padding: 35px 22px;
  }

  .archive-grid,
  .related-section .recent-grid {
    grid-template-columns: 1fr;
  }

  .archive-header {
    margin-top: 42px;
  }

  .article-header {
    margin-top: 48px;
  }

  .article-header h1 {
    font-size: 42px;
    letter-spacing: -2px;
  }

  .article-hero,
  .article-content {
    padding-right: 16px;
    padding-left: 16px;
  }

  .article-hero img {
    min-height: 360px;
  }

  .article-content {
    font-size: 17px;
  }

  .article-content h2 {
    font-size: 30px;
  }

  .article-content .shop-grid,
  .shop-method .product-strip {
    grid-template-columns: 1fr;
  }

  .footer-newsletter form,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .site-footer {
    margin-top: 72px;
  }
}
