.page-id-11970 .site-content,
.page-id-11970 .entry-content,
.ed-redesign-route .site-content,
.ed-redesign-route .entry-content {
  background: #f7f2ea;
}

.page-id-11970 .ast-container,
.page-id-11970 .site-primary-footer-wrap,
.page-id-11970 .site-below-footer-wrap,
.ed-redesign-route .ast-container,
.ed-redesign-route .site-primary-footer-wrap,
.ed-redesign-route .site-below-footer-wrap {
  max-width: 100%;
}

.page-id-11970 .entry-header,
.page-id-11970 .post-navigation,
.page-id-11970 .comments-area,
.ed-redesign-route .entry-header,
.ed-redesign-route .post-navigation,
.ed-redesign-route .comments-area {
  display: none;
}

.page-id-11970 #masthead,
.page-id-11970 #ast-desktop-header,
.page-id-11970 #ast-mobile-header,
.page-id-11970 .ast-above-header-wrap,
.page-id-11970 .ast-main-header-wrap,
.page-id-11970 .ast-below-header-wrap,
.page-id-11970 .ast-mobile-popup-drawer,
.page-id-11970 .astra-cart-drawer,
.page-id-11970 .site-primary-footer-wrap,
.page-id-11970 .site-below-footer-wrap,
.ed-redesign-route #masthead,
.ed-redesign-route #ast-desktop-header,
.ed-redesign-route #ast-mobile-header,
.ed-redesign-route .ast-above-header-wrap,
.ed-redesign-route .ast-main-header-wrap,
.ed-redesign-route .ast-below-header-wrap,
.ed-redesign-route .ast-mobile-popup-drawer,
.ed-redesign-route .astra-cart-drawer,
.ed-redesign-route .site-primary-footer-wrap,
.ed-redesign-route .site-below-footer-wrap {
  display: none !important;
}

.page-id-11970 .entry-content > .wp-block-spacer:last-child,
.page-id-11970 .entry-content > *:not(.ed-redesign-home),
.ed-redesign-route .entry-content > .wp-block-spacer:last-child,
.ed-redesign-route .entry-content > *:not(.ed-redesign-home) {
  display: none;
}

.ed-redesign-home {
  --ed-olive: #7d7848;
  --ed-olive-deep: #5f5a33;
  --ed-olive-soft: #ece6d4;
  --ed-ink: #241f1a;
  --ed-subtle: #6f665d;
  --ed-line: rgba(90, 74, 43, 0.14);
  --ed-surface: #fffdf9;
  --ed-cream: #f3ecdf;
  --ed-radius-lg: 28px;
  --ed-radius-md: 20px;
  --ed-radius-sm: 14px;
  --ed-shadow: 0 24px 48px rgba(40, 27, 10, 0.08);
  color: var(--ed-ink);
  padding: 28px 0 72px;
}

.ed-home-topbar {
  background: var(--ed-olive-deep);
  color: #fff;
  margin-bottom: 18px;
}

.ed-home-topbar__inner {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 42px;
}

.ed-home-topbar p {
  font-size: 0.88rem;
  font-weight: 700;
  margin: 0;
}

.ed-home-shell {
  margin: 0 auto;
  max-width: 1280px;
  padding: 0 24px;
}

.ed-home-shell a {
  text-decoration: none;
}

.ed-home-header {
  margin-bottom: 28px;
}

.ed-home-header__inner {
  align-items: center;
  background: rgba(255, 253, 249, 0.92);
  border: 1px solid var(--ed-line);
  border-radius: 999px;
  display: grid;
  gap: 24px;
  grid-template-columns: auto 1fr auto;
  min-height: 84px;
  padding: 12px 18px 12px 24px;
}

.ed-home-brand {
  color: var(--ed-ink);
  display: inline-flex;
  flex-direction: column;
  gap: 4px;
}

.ed-home-brand__logo {
  display: block;
  height: auto;
  max-width: 240px;
  width: min(240px, 30vw);
}

.ed-home-brand__name {
  font-family: "Qanelas Soft Semi Bold", "Helvetica", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 0.95;
  text-transform: uppercase;
}

.ed-home-brand__tagline {
  color: var(--ed-subtle);
  font-size: 0.82rem;
  line-height: 1.3;
}

.ed-home-nav {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
}

.ed-home-nav a,
.ed-home-mini-link {
  color: var(--ed-subtle);
  font-size: 0.95rem;
  font-weight: 600;
}

.ed-home-nav a:hover,
.ed-home-mini-link:hover {
  color: var(--ed-ink);
}

.ed-home-tools {
  align-items: center;
  display: flex;
  gap: 12px;
}

.ed-home-search {
  min-width: 280px;
}

.ed-home-search form {
  align-items: center;
  background: #fff;
  border: 1px solid var(--ed-line);
  border-radius: 999px;
  display: grid;
  gap: 0;
  grid-template-columns: minmax(0, 1fr) auto;
  overflow: hidden;
}

.ed-home-search input[type="search"] {
  background: transparent;
  border: 0;
  color: var(--ed-ink);
  font-size: 0.94rem;
  min-height: 46px;
  padding: 0 16px;
}

.ed-home-search button,
.ed-home-search input[type="submit"] {
  background: transparent;
  border: 0;
  color: var(--ed-subtle);
  cursor: pointer;
  font-size: 1rem;
  font-weight: 700;
  min-height: 46px;
  padding: 0 18px;
}

.ed-home-mini-link--cart {
  align-items: center;
  display: inline-flex;
  gap: 8px;
}

.ed-home-mini-link--cart span {
  align-items: center;
  background: var(--ed-olive);
  border-radius: 999px;
  color: #fff;
  display: inline-flex;
  font-size: 0.78rem;
  height: 22px;
  justify-content: center;
  min-width: 22px;
  padding: 0 6px;
}

.ed-home-kicker {
  color: var(--ed-olive);
  display: inline-block;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  margin-bottom: 14px;
  text-transform: uppercase;
}

.ed-home-hero,
.ed-home-proof {
  background: linear-gradient(135deg, rgba(255, 251, 246, 0.98), rgba(247, 240, 228, 0.94));
  border: 1px solid var(--ed-line);
  border-radius: calc(var(--ed-radius-lg) + 4px);
  box-shadow: var(--ed-shadow);
  display: grid;
  gap: 0;
  overflow: hidden;
}

.ed-home-hero {
  align-items: stretch;
  grid-template-columns: minmax(0, 1.22fr) minmax(0, 0.78fr);
}

.ed-home-hero__media {
  align-items: stretch;
  display: flex;
  justify-content: stretch;
  min-height: 0;
  padding: 32px 0 32px 32px;
  position: relative;
}

.ed-home-hero__media img,
.ed-vendor-card__media img,
.ed-category-card img,
.ed-product-card__media img,
.ed-idea-card img {
  display: block;
  flex: 0 0 auto;
  height: auto;
  object-fit: cover;
  width: 100%;
}

.ed-home-hero__media img {
  aspect-ratio: auto;
  border-radius: 26px;
  height: 100%;
  max-height: none;
  min-height: 470px;
  object-position: 88% center;
  object-fit: cover;
}

.ed-home-hero__badge {
  align-items: center;
  background: rgba(255, 253, 249, 0.92);
  border: 1px solid rgba(125, 120, 72, 0.16);
  border-radius: 18px;
  color: var(--ed-olive-deep);
  display: inline-flex;
  gap: 12px;
  left: 56px;
  padding: 14px 18px;
  position: absolute;
  text-transform: uppercase;
  top: 56px;
  z-index: 2;
}

.ed-home-hero__badge span {
  font-size: 1.9rem;
  line-height: 1;
}

.ed-home-hero__badge strong {
  font-size: 0.88rem;
  letter-spacing: 0.08em;
  line-height: 1.35;
  max-width: 12rem;
}

.ed-home-hero__overlay {
  align-items: stretch;
  background: linear-gradient(135deg, rgba(95, 106, 47, 0.9), rgba(97, 93, 50, 0.88));
  border-radius: 20px;
  bottom: 48px;
  box-shadow: 0 18px 34px rgba(44, 37, 14, 0.14);
  color: #fff;
  display: grid;
  gap: 0;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  left: 56px;
  list-style: none;
  margin: 0;
  max-width: calc(100% - 112px);
  overflow: hidden;
  padding: 0;
  position: absolute;
  z-index: 2;
}

.ed-home-hero__overlay li {
  align-items: center;
  display: grid;
  gap: 8px;
  justify-items: center;
  min-width: 0;
  padding: 16px 18px;
  text-align: center;
}

.ed-home-hero__overlay li + li {
  border-left: 1px solid rgba(255, 255, 255, 0.28);
}

.ed-home-hero__overlay span {
  font-size: 1.45rem;
  line-height: 1;
}

.ed-home-hero__overlay strong {
  font-size: 0.92rem;
  line-height: 1.38;
}

.ed-home-hero__content {
  align-self: center;
  min-width: 0;
  padding: 44px 36px 38px 32px;
}

.ed-home-hero__content h1,
.ed-home-proof__intro h2 {
  color: #201812;
  font-family: "Qanelas Soft Semi Bold", "Helvetica", sans-serif;
  font-size: clamp(2.2rem, 3.45vw, 3.7rem);
  font-weight: 600;
  letter-spacing: -0.04em;
  line-height: 1;
  margin: 0 0 18px;
  overflow-wrap: anywhere;
}

.ed-home-hero__content h1 span {
  color: var(--ed-olive);
}

.ed-home-hero__content p,
.ed-home-section__head p,
.ed-home-proof__intro p {
  color: var(--ed-subtle);
  font-size: 1.02rem;
  line-height: 1.58;
  margin: 0;
  max-width: 32rem;
}

.ed-home-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.ed-home-highlights {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  list-style: none;
  margin: 24px 0 0;
  padding: 0;
}

.ed-home-highlights li {
  background: rgba(255, 253, 249, 0.8);
  border: 1px solid rgba(125, 120, 72, 0.12);
  border-radius: 16px;
  color: var(--ed-olive-deep);
  display: grid;
  gap: 4px;
  padding: 13px 14px;
}

.ed-home-highlights strong,
.ed-home-highlights span {
  display: block;
  line-height: 1.28;
}

.ed-home-highlights strong {
  color: var(--ed-ink);
  font-size: 0.95rem;
  font-weight: 800;
}

.ed-home-highlights span {
  color: var(--ed-subtle);
  font-size: 0.84rem;
}

.ed-home-btn {
  align-items: center;
  border-radius: 999px;
  display: inline-flex;
  font-weight: 700;
  gap: 10px;
  justify-content: center;
  padding: 14px 22px;
  transition: transform 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}

.ed-home-btn:hover {
  transform: translateY(-1px);
}

.ed-home-btn--primary {
  background: var(--ed-olive);
  color: #fff;
}

.ed-home-btn--primary:hover {
  background: var(--ed-olive-deep);
  color: #fff;
}

.ed-home-btn--secondary,
.ed-home-btn--chip {
  background: transparent;
  border: 1px solid rgba(92, 78, 49, 0.28);
  color: var(--ed-ink);
}

.ed-home-btn--chip {
  padding: 10px 16px;
}

.ed-home-benefits {
  background: rgba(255, 252, 247, 0.86);
  border: 1px solid var(--ed-line);
  border-radius: var(--ed-radius-lg);
  display: grid;
  gap: 0;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 26px 0 42px;
  overflow: hidden;
}

.ed-home-manifesto {
  align-items: center;
  background: rgba(255, 253, 249, 0.78);
  border: 1px solid var(--ed-line);
  border-radius: var(--ed-radius-lg);
  display: grid;
  gap: 18px;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  margin-top: 24px;
  padding: 24px 34px;
}

.ed-home-manifesto p {
  color: var(--ed-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.55rem, 2.2vw, 2.35rem);
  line-height: 1.08;
  margin: 0;
}

.ed-home-manifesto em {
  color: var(--ed-olive);
}

.ed-home-manifesto span {
  color: var(--ed-subtle);
  font-size: 1.05rem;
  line-height: 1.45;
}

.ed-benefit-card {
  align-items: start;
  background: transparent;
  border: 0;
  border-right: 1px solid var(--ed-line);
  display: grid;
  gap: 14px;
  grid-template-columns: auto 1fr;
  min-height: 108px;
  padding: 24px 24px 22px;
}

.ed-benefit-card:last-child {
  border-right: 0;
}

.ed-benefit-card h2,
.ed-home-section__head h2,
.ed-vendor-card__brand h3,
.ed-product-card__body h3,
.ed-category-card h3,
.ed-idea-card__copy h3 {
  color: var(--ed-ink);
  font-family: "Qanelas Soft Semi Bold", "Helvetica", sans-serif;
  font-weight: 600;
  margin: 0;
}

.ed-benefit-card h2 {
  font-size: 1.02rem;
  line-height: 1.2;
  margin-bottom: 5px;
}

.ed-benefit-card p,
.ed-category-card h3,
.ed-vendor-card__body p,
.ed-idea-card__copy span,
.ed-proof-metrics,
.ed-quote-card footer span {
  color: var(--ed-subtle);
}

.ed-benefit-card p {
  font-size: 0.93rem;
  line-height: 1.45;
  margin: 0;
}

.ed-benefit-icon {
  color: var(--ed-olive);
  font-size: 1.8rem;
  line-height: 1;
  margin-top: 2px;
}

.ed-home-section {
  margin-top: 34px;
}

.ed-home-section--weekly {
  background:
    radial-gradient(circle at 12% 8%, rgba(255, 255, 255, 0.92), transparent 32%),
    linear-gradient(140deg, rgba(255, 252, 247, 0.98), rgba(239, 231, 214, 0.76));
  border: 1px solid var(--ed-line);
  border-radius: calc(var(--ed-radius-lg) + 2px);
  box-shadow: 0 18px 36px rgba(52, 35, 12, 0.05);
  padding: 22px;
}

.ed-weekly-layout {
  align-items: start;
  display: grid;
  gap: 20px;
  grid-template-columns: minmax(230px, 0.56fr) minmax(0, 1.44fr);
}

.ed-weekly-editorial {
  align-content: start;
  background:
    linear-gradient(180deg, rgba(255, 253, 249, 0.86), rgba(236, 230, 212, 0.46));
  border: 1px solid rgba(125, 120, 72, 0.16);
  border-radius: 26px;
  display: grid;
  gap: 14px;
  min-height: 100%;
  padding: 22px;
}

.ed-weekly-main-cta {
  align-self: end;
  justify-content: center;
  margin-top: 8px;
  min-height: 58px;
  width: 100%;
}

.ed-weekly-editorial h2 {
  font-size: clamp(1.85rem, 2.2vw, 2.65rem);
  letter-spacing: -0.04em;
  line-height: 1;
  margin: 0;
}

.ed-weekly-editorial > p {
  color: var(--ed-subtle);
  font-size: 0.98rem;
  line-height: 1.5;
  margin: 0;
}

.ed-weekly-feature-list {
  display: grid;
  gap: 10px;
}

.ed-weekly-feature {
  align-items: center;
  background: rgba(255, 253, 249, 0.62);
  border: 1px solid rgba(125, 120, 72, 0.12);
  border-radius: 18px;
  color: var(--ed-ink);
  display: grid;
  gap: 12px;
  grid-template-columns: 44px 1fr auto;
  padding: 11px 12px;
  text-decoration: none;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.ed-weekly-feature:hover {
  border-color: rgba(125, 120, 72, 0.24);
  box-shadow: 0 12px 28px rgba(53, 37, 12, 0.06);
  transform: translateY(-1px);
}

.ed-weekly-feature::after {
  color: var(--ed-olive);
  content: "›";
  font-size: 1.6rem;
  font-weight: 700;
  grid-column: 3;
  grid-row: 1;
}

.ed-weekly-feature__icon {
  align-items: center;
  background: #fffdf9;
  border: 1px solid rgba(125, 120, 72, 0.1);
  border-radius: 50%;
  color: var(--ed-gold);
  display: flex;
  font-size: 1.2rem;
  height: 44px;
  justify-content: center;
  width: 44px;
}

.ed-weekly-feature span:last-child {
  display: grid;
  gap: 2px;
}

.ed-weekly-feature strong {
  color: var(--ed-ink);
  font-size: 0.96rem;
}

.ed-weekly-feature em {
  color: var(--ed-subtle);
  font-size: 0.9rem;
  font-style: normal;
}

.ed-weekly-schedule {
  color: var(--ed-olive-deep) !important;
  font-size: 0.92rem !important;
  font-weight: 800;
  letter-spacing: 0.01em;
  margin: 0 !important;
}

.ed-home-section__head {
  align-items: end;
  display: flex;
  gap: 20px;
  justify-content: space-between;
  margin-bottom: 18px;
}

.ed-home-section__head h2 {
  font-size: clamp(1.8rem, 2vw, 2.45rem);
  letter-spacing: -0.03em;
  margin-bottom: 6px;
}

.ed-home-link {
  color: var(--ed-olive);
  font-size: 0.98rem;
  font-weight: 700;
  white-space: nowrap;
}

.ed-product-grid,
.ed-category-grid,
.ed-vendor-grid,
.ed-idea-grid {
  display: grid;
  gap: 18px;
}

.ed-product-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

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

.ed-home-section--weekly .ed-product-grid--weekly {
  align-items: start;
  gap: 14px;
}

.ed-product-card--weekly {
  background: rgba(255, 253, 249, 0.98);
  border-radius: 18px;
  box-shadow: 0 12px 28px rgba(53, 37, 12, 0.05);
  height: 100%;
}

.ed-product-card--weekly .ed-product-card__media {
  aspect-ratio: 16 / 10;
  height: 212px;
}

.ed-product-card--weekly .ed-product-card__body {
  gap: 8px;
  min-height: 176px;
  padding: 14px 16px 16px;
}

.ed-product-card--weekly .ed-product-card__body h3 {
  font-size: 1.1rem;
  line-height: 1.28;
  margin: 0;
}

.ed-product-card--weekly .ed-product-card__price {
  margin-top: 0;
}

.ed-product-card--weekly .ed-product-card__body p {
  color: var(--ed-subtle);
  font-size: 0.92rem;
  line-height: 1.42;
  margin: 0;
  min-height: 2.84em;
}

.ed-weekly-cart {
  align-items: center;
  background: rgba(255, 253, 249, 0.92);
  border: 1px solid rgba(125, 120, 72, 0.16);
  border-radius: 999px;
  box-shadow: 0 8px 20px rgba(53, 37, 12, 0.08);
  color: var(--ed-olive-deep);
  display: inline-flex;
  height: 42px;
  justify-content: center;
  width: 42px;
}

.ed-weekly-card__footer {
  align-items: center;
  display: flex;
  gap: 12px;
  justify-content: space-between;
  margin-top: auto;
}

.ed-weekly-cart {
  background: transparent;
  border: 0;
  box-shadow: none;
  color: var(--ed-olive-deep);
  font-size: 0.86rem;
  font-weight: 800;
  height: auto;
  text-decoration: none;
  white-space: nowrap;
  width: auto;
}

.ed-weekly-subscribe {
  align-items: center;
  background: rgba(255, 253, 249, 0.72);
  border: 1px solid rgba(212, 165, 57, 0.28);
  border-radius: 20px;
  display: grid;
  gap: 12px;
  grid-template-columns: 44px 1fr;
  margin-top: 8px;
  padding: 14px;
}

.ed-weekly-subscribe strong,
.ed-weekly-subscribe span {
  display: block;
}

.ed-weekly-subscribe strong {
  font-size: 0.95rem;
}

.ed-weekly-subscribe span {
  color: var(--ed-subtle);
  font-size: 0.88rem;
  line-height: 1.45;
}

.ed-weekly-subscribe a {
  align-items: center;
  border: 1px solid rgba(125, 120, 72, 0.28);
  border-radius: 999px;
  color: var(--ed-olive-deep);
  display: inline-flex;
  font-size: 0.9rem;
  font-weight: 800;
  grid-column: 1 / -1;
  justify-content: center;
  line-height: 1.25;
  min-height: 42px;
  padding: 8px 16px;
  text-decoration: none;
}

.ed-weekly-subscribe__icon {
  align-items: center;
  background: #25d366;
  border: 5px solid #fffdf9;
  border-radius: 50%;
  color: #fff;
  display: flex;
  font-size: 1.1rem;
  height: 44px;
  justify-content: center;
  width: 44px;
}

.ed-weekly-preview {
  color: var(--ed-subtle);
  display: grid;
  gap: 8px;
  justify-items: center;
  margin-top: 2px;
  text-align: center;
}

.ed-weekly-preview__thumbs {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 38px;
}

.ed-weekly-preview__thumbs img,
.ed-weekly-preview__thumbs span {
  align-items: center;
  background: #fffdf9;
  border: 2px solid #fffdf9;
  border-radius: 50%;
  box-shadow: 0 7px 16px rgba(53, 37, 12, 0.1);
  display: flex;
  height: 38px;
  justify-content: center;
  margin-left: -8px;
  object-fit: cover;
  width: 38px;
}

.ed-weekly-preview__thumbs img:first-child {
  margin-left: 0;
}

.ed-weekly-preview__thumbs span {
  color: var(--ed-olive-deep);
  font-weight: 800;
}

.ed-weekly-preview p {
  color: var(--ed-subtle);
  font-size: 0.9rem;
  line-height: 1.35;
  margin: 0;
}

.ed-weekly-ornament {
  color: var(--ed-gold);
  display: block;
  font-family: Georgia, serif;
  font-size: 2.3rem;
  line-height: 0.7;
  opacity: 0.85;
  text-align: center;
}

.ed-home-section--news {
  background:
    radial-gradient(circle at 100% 0, rgba(236, 230, 212, 0.78), transparent 34%),
    rgba(255, 253, 249, 0.42);
  border: 1px solid rgba(90, 74, 43, 0.08);
  border-radius: calc(var(--ed-radius-lg) + 2px);
  padding: 24px 20px 20px;
}

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

.ed-product-card--news {
  background: rgba(255, 253, 249, 0.96);
  border-radius: 20px;
  box-shadow: 0 14px 30px rgba(53, 37, 12, 0.05);
}

.ed-product-card--news .ed-product-card__media {
  aspect-ratio: 4 / 3;
  background: #f2eadf;
}

.ed-product-card--news .ed-product-card__body {
  gap: 9px;
  min-height: 138px;
  padding: 16px;
}

.ed-product-card--news .ed-product-card__body h3 {
  font-size: 1rem;
  line-height: 1.35;
}

.ed-product-card__meta {
  color: var(--ed-olive);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1.2;
  text-transform: uppercase;
}

.ed-product-card--news .ed-product-card__price {
  font-size: 0.96rem;
}

.ed-product-card,
.ed-category-card,
.ed-vendor-card,
.ed-idea-card,
.ed-quote-card {
  background: var(--ed-surface);
  border: 1px solid var(--ed-line);
  border-radius: var(--ed-radius-md);
  overflow: hidden;
}

.ed-product-card {
  display: flex;
  flex-direction: column;
}

.ed-product-card__media {
  aspect-ratio: 1 / 1;
  display: block;
  overflow: hidden;
  position: relative;
}

.ed-product-card__badge {
  background: rgba(94, 90, 51, 0.92);
  border-radius: 999px;
  color: #fff;
  font-size: 0.78rem;
  font-weight: 700;
  left: 12px;
  padding: 7px 10px;
  position: absolute;
  top: 12px;
  z-index: 1;
}

.ed-product-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 8px;
  padding: 16px;
}

.ed-product-card__body h3 {
  font-size: 1.02rem;
  letter-spacing: -0.02em;
  line-height: 1.35;
}

.ed-product-card__body h3 a {
  color: inherit;
}

.ed-product-card__price {
  color: var(--ed-ink);
  font-size: 1rem;
  font-weight: 700;
  margin-top: auto;
}

.ed-category-grid {
  grid-template-columns: repeat(8, minmax(0, 1fr));
}

.ed-category-card a {
  align-items: center;
  display: grid;
  gap: 10px;
  height: 100%;
  padding: 10px 10px 12px;
}

.ed-category-card img {
  aspect-ratio: 1 / 1;
  border-radius: 18px;
}

.ed-category-card h3 {
  font-size: 0.92rem;
  line-height: 1.22;
  min-height: 2.45em;
  text-align: center;
}

.ed-category-card--all a {
  background: linear-gradient(180deg, rgba(236, 230, 212, 0.88), rgba(255, 253, 249, 0.92));
  min-height: 100%;
  place-items: center;
}

.ed-category-card__icon {
  align-items: center;
  background: rgba(125, 120, 72, 0.12);
  border-radius: 18px;
  color: var(--ed-olive-deep);
  display: inline-flex;
  font-size: 1.7rem;
  height: 100%;
  justify-content: center;
  width: 100%;
}

.ed-vendor-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ed-vendor-card {
  display: flex;
  flex-direction: column;
}

.ed-vendor-card__media {
  display: block;
  aspect-ratio: 16 / 10;
  height: auto;
  min-height: 0;
  overflow: hidden;
}

.ed-vendor-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 16px;
  padding: 20px 20px 18px;
}

.ed-vendor-card__brand {
  align-items: center;
  display: flex;
  gap: 14px;
}

.ed-vendor-card__brand img {
  background: #fff;
  border: 1px solid rgba(125, 120, 72, 0.16);
  border-radius: 999px;
  box-shadow: 0 10px 24px rgba(51, 36, 15, 0.08);
  height: 62px;
  object-fit: cover;
  width: 62px;
}

.ed-vendor-card__initials {
  align-items: center;
  background: rgba(125, 120, 72, 0.12);
  border: 1px solid rgba(125, 120, 72, 0.16);
  border-radius: 999px;
  box-shadow: 0 10px 24px rgba(51, 36, 15, 0.08);
  color: var(--ed-olive-deep);
  display: inline-flex;
  flex: 0 0 62px;
  font-size: 1rem;
  font-weight: 700;
  height: 62px;
  justify-content: center;
  line-height: 1;
  width: 62px;
}

.ed-vendor-card__brand h3 {
  font-size: 1.16rem;
  letter-spacing: -0.02em;
  line-height: 1.18;
  overflow-wrap: break-word;
}

.ed-vendor-card__body p {
  font-size: 0.95rem;
  line-height: 1.62;
  margin: 0;
}

.ed-idea-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.ed-idea-card a {
  align-items: stretch;
  display: grid;
  grid-template-columns: 1fr 0.9fr;
  min-height: 220px;
}

.ed-idea-card__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 24px 22px;
}

.ed-idea-card__copy h3 {
  font-size: 1.55rem;
  letter-spacing: -0.03em;
  line-height: 1.02;
  margin-bottom: 14px;
}

.ed-idea-card__copy span {
  font-size: 0.95rem;
  font-weight: 700;
}

.ed-home-proof {
  gap: 28px;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
  margin-top: 42px;
  padding: 38px;
}

.ed-proof-metrics {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  list-style: none;
  margin: 28px 0 0;
  padding: 0;
}

.ed-proof-metrics li {
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid var(--ed-line);
  border-radius: var(--ed-radius-sm);
  padding: 14px 16px;
}

.ed-home-proof__quotes {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ed-quote-card {
  padding: 24px 22px;
}

.ed-quote-card p {
  color: var(--ed-ink);
  font-size: 1rem;
  line-height: 1.7;
  margin: 0 0 22px;
}

.ed-quote-card footer {
  color: var(--ed-olive);
  display: flex;
  flex-direction: column;
  font-size: 0.95rem;
  font-weight: 700;
  gap: 4px;
}

.ed-home-footer {
  background: rgba(255, 252, 247, 0.92);
  border-top: 1px solid var(--ed-line);
  margin-top: 56px;
  padding: 44px 0 52px;
}

.ed-home-footer__grid {
  display: grid;
  gap: 28px;
  grid-template-columns: minmax(0, 1.4fr) repeat(3, minmax(0, 1fr));
}

.ed-home-footer__brand {
  display: grid;
  gap: 16px;
}

.ed-home-footer__brand p,
.ed-home-footer__column a {
  color: var(--ed-subtle);
  font-size: 0.95rem;
  line-height: 1.65;
  margin: 0;
}

.ed-home-footer__column {
  display: grid;
  align-content: start;
  gap: 10px;
}

.ed-home-footer__column h3 {
  font-family: "Qanelas Soft Semi Bold", "Helvetica", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  margin: 0 0 4px;
}

.ed-weekly-catalog-page {
  min-height: 100vh;
  padding-bottom: 96px;
}

.ed-catalog-hero {
  align-items: center;
  background:
    radial-gradient(circle at 12% 0, rgba(255, 255, 255, 0.96), transparent 34%),
    linear-gradient(135deg, rgba(255, 252, 247, 0.98), rgba(239, 231, 214, 0.74));
  border: 1px solid var(--ed-line);
  border-radius: calc(var(--ed-radius-lg) + 4px);
  box-shadow: var(--ed-shadow);
  display: grid;
  gap: 42px;
  grid-template-columns: minmax(0, 1fr) minmax(330px, 0.42fr);
  padding: 42px;
}

.ed-catalog-hero__copy {
  display: grid;
  gap: 18px;
  max-width: 820px;
}

.ed-catalog-hero h1 {
  font-size: clamp(3.2rem, 5.8vw, 6.45rem);
  letter-spacing: -0.055em;
  line-height: 0.94;
  margin: 0;
}

.ed-catalog-hero__copy p {
  color: var(--ed-subtle);
  font-size: clamp(1.05rem, 1.25vw, 1.28rem);
  line-height: 1.55;
  margin: 0;
  max-width: 720px;
}

.ed-catalog-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 4px;
}

.ed-catalog-hero__note {
  align-content: start;
  background: rgba(255, 253, 249, 0.72);
  border: 1px solid rgba(125, 120, 72, 0.18);
  border-radius: 24px;
  display: grid;
  gap: 14px;
  padding: 24px 24px 22px;
}

.ed-catalog-hero__note strong {
  color: var(--ed-ink);
  font-size: 1.22rem;
  line-height: 1.25;
}

.ed-catalog-hero__note span {
  color: var(--ed-subtle);
  font-size: 1rem;
  line-height: 1.55;
}

.ed-catalog-hero__note ul {
  display: grid;
  gap: 10px;
  list-style: none;
  margin: 8px 0 0;
  padding: 0;
}

.ed-catalog-hero__note li {
  background: rgba(125, 120, 72, 0.08);
  border: 1px solid rgba(125, 120, 72, 0.12);
  border-radius: 16px;
  display: grid;
  gap: 3px;
  padding: 12px 14px;
}

.ed-catalog-hero__note b {
  color: var(--ed-ink);
  font-size: 0.92rem;
  line-height: 1.25;
}

.ed-catalog-hero__note li span {
  font-size: 0.86rem;
  line-height: 1.35;
}

.ed-catalog-toolbar {
  align-items: center;
  background: rgba(255, 253, 249, 0.8);
  border: 1px solid var(--ed-line);
  border-radius: 999px;
  display: flex;
  flex-wrap: wrap;
  gap: 16px 24px;
  justify-content: space-between;
  margin: 22px 0;
  padding: 14px 18px;
}

.ed-catalog-toolbar span,
.ed-catalog-toolbar a {
  color: var(--ed-olive-deep);
  font-size: 0.96rem;
  font-weight: 700;
}

.ed-catalog-toolbar span:nth-child(2) {
  color: var(--ed-subtle);
  font-weight: 600;
}

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

.ed-catalog-card {
  box-shadow: 0 14px 30px rgba(53, 37, 12, 0.05);
}

.ed-catalog-card .ed-product-card__media {
  aspect-ratio: 16 / 11;
  background: #f3ecdf;
}

.ed-catalog-card .ed-product-card__body {
  gap: 10px;
  min-height: 190px;
  padding: 18px 20px 20px;
}

.ed-catalog-card .ed-product-card__body h2 {
  font-size: 1.12rem;
  letter-spacing: -0.02em;
  line-height: 1.28;
  margin: 0;
}

.ed-catalog-card .ed-product-card__body h2 a {
  color: inherit;
}

.ed-catalog-card .ed-product-card__body p {
  color: var(--ed-subtle);
  font-size: 0.98rem;
  line-height: 1.48;
  margin: 0;
}

.ed-catalog-card.is-sold .ed-product-card__media img {
  filter: grayscale(1);
  opacity: 0.56;
}

.ed-catalog-card.is-sold .ed-product-card__badge {
  background: rgba(36, 31, 26, 0.82);
}

.ed-catalog-empty {
  background: rgba(255, 253, 249, 0.84);
  border: 1px solid var(--ed-line);
  border-radius: var(--ed-radius-lg);
  display: grid;
  gap: 16px;
  justify-items: start;
  padding: 34px;
}

.ed-catalog-empty h2 {
  font-size: clamp(2rem, 3vw, 3.4rem);
  line-height: 1;
  margin: 0;
}

.ed-catalog-empty p {
  color: var(--ed-subtle);
  font-size: 1.05rem;
  margin: 0;
}

@media (max-width: 1180px) {
  .ed-home-header__inner {
    grid-template-columns: 1fr;
    border-radius: 32px;
    padding: 20px;
  }

  .ed-home-search {
    min-width: 0;
    width: 100%;
  }

  .ed-home-tools {
    flex-wrap: wrap;
  }

  .ed-home-hero,
  .ed-home-proof {
    grid-template-columns: 1fr;
  }

  .ed-home-hero__media {
    min-height: 0;
    padding: 24px 24px 0;
  }

  .ed-home-hero__media img {
    height: auto;
    max-height: none;
  }

  .ed-home-hero__badge {
    left: 44px;
    top: 44px;
  }

  .ed-home-hero__overlay {
    bottom: 28px;
    left: 44px;
    max-width: calc(100% - 88px);
  }

  .ed-home-hero__content {
    padding: 28px 28px 34px;
  }

  .ed-home-benefits,
  .ed-product-grid,
  .ed-idea-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ed-home-manifesto {
    grid-template-columns: 1fr;
  }

  .ed-weekly-layout {
    grid-template-columns: 1fr;
  }

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

  .ed-category-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .ed-home-benefits {
    gap: 0;
  }

  .ed-benefit-card:nth-child(2n) {
    border-right: 0;
  }

  .ed-benefit-card:nth-child(-n + 2) {
    border-bottom: 1px solid var(--ed-line);
  }

  .ed-vendor-grid,
  .ed-home-proof__quotes,
  .ed-home-footer__grid {
    grid-template-columns: 1fr;
  }

  .ed-catalog-hero {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 767px) {
  .ed-redesign-home {
    padding: 18px 0 56px;
  }

  .ed-weekly-catalog-page {
    padding-bottom: 84px;
  }

  .ed-home-shell {
    padding: 0 16px;
  }

  .ed-home-topbar__inner {
    min-height: 38px;
  }

  .ed-home-topbar p {
    font-size: 0.78rem;
    text-align: center;
  }

  .ed-home-header {
    margin-bottom: 20px;
  }

  .ed-home-header__inner {
    gap: 16px;
    min-height: 0;
    padding: 18px 16px;
  }

  .ed-home-brand__name {
    font-size: 1.6rem;
  }

  .ed-home-brand__logo {
    max-width: 210px;
    width: min(210px, 68vw);
  }

  .ed-home-nav {
    gap: 14px;
  }

  .ed-home-nav a,
  .ed-home-mini-link {
    font-size: 0.9rem;
  }

  .ed-home-tools {
    align-items: stretch;
    flex-direction: column;
  }

  .ed-home-search {
    width: 100%;
  }

  .ed-home-hero__media {
    padding: 16px 16px 0;
  }

  .ed-home-hero__media img {
    border-radius: 18px;
    max-height: none;
  }

  .ed-home-hero__badge {
    border-radius: 14px;
    left: 28px;
    padding: 10px 12px;
    top: 28px;
  }

  .ed-home-hero__badge span {
    font-size: 1.35rem;
  }

  .ed-home-hero__badge strong {
    font-size: 0.7rem;
    max-width: 9rem;
  }

  .ed-home-hero__overlay {
    border-radius: 18px;
    bottom: 16px;
    grid-template-columns: 1fr;
    left: 28px;
    max-width: calc(100% - 56px);
  }

  .ed-home-hero__overlay li {
    align-items: center;
    display: flex;
    justify-content: flex-start;
    padding: 10px 14px;
    text-align: left;
  }

  .ed-home-hero__overlay li + li {
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.24);
  }

  .ed-home-hero__overlay span {
    font-size: 1.2rem;
  }

  .ed-home-hero__overlay strong {
    font-size: 0.84rem;
  }

  .ed-home-hero__content {
    padding: 24px 20px 28px;
  }

  .ed-home-highlights {
    grid-template-columns: 1fr;
  }

  .ed-home-manifesto {
    margin-top: 18px;
    padding: 20px;
  }

  .ed-home-section__head {
    align-items: start;
    flex-direction: column;
  }

  .ed-home-benefits,
  .ed-product-grid,
  .ed-idea-grid,
  .ed-proof-metrics,
  .ed-home-proof__quotes {
    grid-template-columns: 1fr;
  }

  .ed-home-section--weekly {
    padding: 22px 16px 18px;
  }

  .ed-weekly-layout {
    gap: 16px;
    grid-template-columns: 1fr;
  }

  .ed-weekly-editorial {
    padding: 20px;
  }

  .ed-weekly-feature strong,
  .ed-weekly-feature em {
    font-size: 0.9rem;
  }

  .ed-product-grid--weekly {
    grid-auto-columns: minmax(188px, 68vw);
    grid-auto-flow: column;
    grid-template-columns: none;
    margin-left: -4px;
    margin-right: -4px;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    padding: 0 4px 8px;
    scroll-snap-type: x proximity;
  }

  .ed-product-card--weekly {
    scroll-snap-align: start;
  }

  .ed-product-card--weekly .ed-product-card__media {
    aspect-ratio: 4 / 3;
    height: auto;
  }

  .ed-product-card--weekly .ed-product-card__body {
    min-height: 0;
  }

  .ed-product-card--weekly .ed-product-card__body p {
    min-height: 0;
  }

  .ed-home-section--news {
    margin-left: -16px;
    margin-right: -16px;
    padding: 22px 16px 18px;
  }

  .ed-product-grid--news {
    grid-auto-columns: minmax(172px, 64vw);
    grid-auto-flow: column;
    grid-template-columns: none;
    margin-left: -4px;
    margin-right: -4px;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    padding: 0 4px 8px;
    scroll-snap-type: x proximity;
  }

  .ed-product-card--news {
    scroll-snap-align: start;
  }

  .ed-product-card--news .ed-product-card__body {
    min-height: 0;
  }

  .ed-vendor-grid {
    grid-template-columns: 1fr;
  }

  .ed-catalog-hero {
    border-radius: 24px;
    gap: 20px;
    padding: 24px 20px;
  }

  .ed-catalog-hero h1 {
    font-size: clamp(2.45rem, 15vw, 4rem);
  }

  .ed-catalog-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .ed-catalog-actions .ed-home-btn {
    justify-content: center;
    width: 100%;
  }

  .ed-catalog-toolbar {
    align-items: start;
    border-radius: 22px;
    flex-direction: column;
  }

  .ed-catalog-grid {
    grid-template-columns: 1fr;
  }

  .ed-catalog-card .ed-product-card__body {
    min-height: 0;
  }

  .ed-category-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .ed-home-benefits {
    border-radius: 22px;
  }

  .ed-benefit-card,
  .ed-benefit-card:nth-child(-n + 2) {
    border-bottom: 1px solid var(--ed-line);
    border-right: 0;
    min-height: 0;
    padding: 18px 18px 16px;
  }

  .ed-benefit-card:last-child {
    border-bottom: 0;
  }

  .ed-idea-card a {
    grid-template-columns: 1fr;
  }

  .ed-idea-card__copy {
    padding-bottom: 10px;
  }

  .ed-product-card__body,
  .ed-vendor-card__body {
    padding: 14px;
  }

  .ed-category-card a {
    gap: 8px;
    padding: 8px 8px 10px;
  }

  .ed-category-card h3 {
    font-size: 0.84rem;
    min-height: 2.3em;
  }

  .ed-home-footer {
    margin-top: 44px;
    padding: 36px 0 40px;
  }
}
