/* Made For This homepage editorial system — 2026-08-04 */
body[data-page="home-lifestyle"] {
  --mft-ink: #2c2421;
  --mft-brown: #4b3632;
  --mft-brown-deep: #241f1d;
  --mft-blush: #d7a5ad;
  --mft-blush-strong: #c98794;
  --mft-cream: #fffaf6;
  --mft-paper: #fffdfb;
  --mft-gold: #c7a45d;
  --mft-muted: #70625c;
  --mft-line: rgba(78, 55, 48, 0.16);
  margin: 0;
  padding: 0;
  background:
    radial-gradient(circle at 8% 4%, rgba(215, 165, 173, 0.16), transparent 30rem),
    linear-gradient(180deg, #f8f0eb 0%, #fffaf6 45%, #f2e7df 100%);
  color: var(--mft-ink);
  font-family: "Lora", Georgia, serif;
}

body[data-page="home-lifestyle"] .page-shell {
  width: min(1480px, 100%);
  margin: 0 auto;
  overflow: visible;
  border: 0;
  background: var(--mft-paper);
  box-shadow: 0 24px 80px rgba(58, 39, 33, 0.09);
}

body[data-page="home-lifestyle"] .site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  border-bottom: 1px solid var(--mft-line);
  background: rgba(255, 253, 251, 0.96);
  backdrop-filter: blur(18px);
}

body[data-page="home-lifestyle"] .header-wrap {
  display: grid;
  width: min(1280px, calc(100% - 48px));
  margin: 0 auto;
}

body[data-page="home-lifestyle"] .brand-lockup {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
  padding: 14px 4px 12px;
  background: transparent;
}

body[data-page="home-lifestyle"] .brand {
  width: 62px;
  height: 62px;
  flex: 0 0 62px;
  border: 1px solid rgba(199, 164, 93, 0.42);
  background: var(--mft-cream);
  box-shadow: 0 8px 28px rgba(62, 42, 35, 0.08);
}

body[data-page="home-lifestyle"] .brand-logo {
  width: 50px;
  height: 50px !important;
  max-height: 50px !important;
  object-fit: contain;
}

body[data-page="home-lifestyle"] .brand-copy {
  display: grid;
  gap: 2px;
}

body[data-page="home-lifestyle"] .brand-name {
  color: var(--mft-ink);
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(1.65rem, 2.6vw, 2.35rem);
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 1;
}

body[data-page="home-lifestyle"] .header-logo-quote {
  margin: 0;
  color: #9a5f6c;
  font-family: "Allura", "Brush Script MT", cursive;
  font-size: 1.25rem;
  line-height: 1;
}

body[data-page="home-lifestyle"] .header-topbar {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px;
  min-height: 58px;
  padding: 0 4px;
  border-top: 1px solid var(--mft-line);
  background: transparent;
  color: var(--mft-ink);
}

body[data-page="home-lifestyle"] .menu-toggle {
  display: none;
}

body[data-page="home-lifestyle"] .main-nav {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 4px 18px;
  overflow: visible;
}

body[data-page="home-lifestyle"] .main-nav a {
  padding: 8px 0;
  color: var(--mft-ink);
  font-family: Arial, sans-serif;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-decoration: none;
  text-transform: uppercase;
}

body[data-page="home-lifestyle"] .main-nav a:hover,
body[data-page="home-lifestyle"] .main-nav a:focus-visible {
  color: #a85f6f;
}

body[data-page="home-lifestyle"] .header-shop {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  justify-content: center;
  padding: 9px 18px;
  border-radius: 999px;
  background: var(--mft-brown-deep);
  color: #fff !important;
  font-family: Arial, sans-serif;
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
}

body[data-page="home-lifestyle"] .archive-main {
  background: transparent;
}

body[data-page="home-lifestyle"] .archive-main > .section,
body[data-page="home-lifestyle"] .codee-owner-catalog,
body[data-page="home-lifestyle"] .catalog-followup {
  width: min(1240px, calc(100% - 48px));
  max-width: none;
  margin-inline: auto;
}

body[data-page="home-lifestyle"] .home-lifestyle-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(380px, 0.98fr);
  min-height: 620px;
  margin-top: 34px;
  padding: 0;
  overflow: hidden;
  border: 1px solid var(--mft-line);
  border-radius: 30px;
  background: var(--mft-cream);
  box-shadow: 0 28px 80px rgba(63, 43, 36, 0.11);
}

body[data-page="home-lifestyle"] .archive-hero-media {
  min-height: 620px;
  overflow: hidden;
  border: 0;
}

body[data-page="home-lifestyle"] .archive-hero-media img {
  width: 100%;
  height: 100%;
  min-height: 620px;
  object-fit: cover;
  filter: saturate(0.92) contrast(0.98);
}

body[data-page="home-lifestyle"] .archive-hero-copy {
  display: grid;
  align-content: center;
  gap: 18px;
  padding: clamp(40px, 6vw, 86px);
  background:
    radial-gradient(circle at 100% 0, rgba(215, 165, 173, 0.2), transparent 44%),
    var(--mft-cream);
}

body[data-page="home-lifestyle"] .overline,
body[data-page="home-lifestyle"] .section-eyebrow {
  margin: 0;
  color: #9f5967;
  font-family: Arial, sans-serif;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

body[data-page="home-lifestyle"] .archive-hero-copy h1 {
  max-width: 11ch;
  margin: 0;
  color: var(--mft-ink);
  font-size: clamp(3rem, 5.2vw, 5.55rem);
  line-height: 0.96;
  letter-spacing: -0.045em;
}

body[data-page="home-lifestyle"] .archive-hero-copy .offer-copy {
  max-width: 48ch;
  margin: 0;
  color: var(--mft-muted);
  font-size: clamp(1.02rem, 1.5vw, 1.22rem);
  line-height: 1.7;
}

body[data-page="home-lifestyle"] .category-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 8px 0 0;
}

body[data-page="home-lifestyle"] .btn {
  min-height: 48px;
  padding: 13px 20px;
  border: 1px solid var(--mft-brown-deep);
  border-radius: 999px;
  font-family: Arial, sans-serif;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.05em;
  text-decoration: none;
  text-transform: uppercase;
}

body[data-page="home-lifestyle"] .btn-primary {
  background: var(--mft-brown-deep);
  color: #fff !important;
}

body[data-page="home-lifestyle"] .btn-secondary--soft {
  border-color: rgba(82, 56, 48, 0.35);
  background: transparent;
  color: var(--mft-ink) !important;
}

body[data-page="home-lifestyle"] .codee-owner-catalog {
  box-sizing: border-box !important;
  display: grid !important;
  grid-template-columns: minmax(230px, 0.58fr) minmax(0, 1.42fr) !important;
  gap: clamp(24px, 4vw, 58px) !important;
  align-items: center;
  margin-top: 64px !important;
  margin-bottom: 18px !important;
  padding: clamp(28px, 5vw, 64px) !important;
  border: 0 !important;
  border-radius: 30px !important;
  background:
    radial-gradient(circle at 0 100%, rgba(199, 164, 93, 0.18), transparent 34%),
    linear-gradient(135deg, #2d2522, #503b36 68%, #382a27) !important;
  box-shadow: 0 30px 86px rgba(47, 34, 29, 0.2) !important;
}

body[data-page="home-lifestyle"] .btn {
  box-sizing: border-box;
  max-width: 100%;
}

body[data-page="home-lifestyle"] .codee-owner-catalog[hidden] {
  display: none !important;
}

body[data-page="home-lifestyle"] .codee-owner-catalog__head h2 {
  margin: 0 !important;
  color: #fffaf6 !important;
  font-size: clamp(2.25rem, 4.7vw, 4.7rem) !important;
  line-height: 0.96 !important;
  letter-spacing: -0.04em;
}

body[data-page="home-lifestyle"] .codee-owner-catalog__head p {
  color: #f0c7cf !important;
}

body[data-page="home-lifestyle"] .codee-owner-catalog__grid {
  display: grid !important;
  grid-template-columns: 1fr !important;
  justify-content: stretch !important;
}

body[data-page="home-lifestyle"] .codee-owner-catalog__card {
  display: grid !important;
  grid-template-columns: minmax(240px, 0.72fr) minmax(0, 1.28fr) !important;
  width: 100% !important;
  max-width: none !important;
  border: 1px solid rgba(255, 250, 246, 0.2) !important;
  border-radius: 24px !important;
  background: rgba(255, 250, 246, 0.08) !important;
  box-shadow: 0 22px 56px rgba(21, 14, 12, 0.2) !important;
}

body[data-page="home-lifestyle"] .codee-owner-catalog__card img,
body[data-page="home-lifestyle"] .codee-owner-catalog__blank {
  box-sizing: border-box !important;
  max-width: 100% !important;
  width: 100% !important;
  height: 460px !important;
  padding: 24px !important;
  object-fit: contain !important;
  background: radial-gradient(circle, rgba(215, 165, 173, 0.27), rgba(255, 250, 246, 0.035) 68%) !important;
}

body[data-page="home-lifestyle"] .codee-owner-catalog__card > div {
  align-content: center;
  gap: 12px !important;
  padding: clamp(24px, 4vw, 48px) !important;
}

body[data-page="home-lifestyle"] .codee-owner-catalog__card h3 {
  color: #fffaf6 !important;
  font-size: clamp(1.7rem, 2.8vw, 2.7rem);
  line-height: 1.02;
}

body[data-page="home-lifestyle"] .codee-owner-catalog__card p {
  color: rgba(255, 250, 246, 0.84) !important;
  font-size: 1rem;
  line-height: 1.65 !important;
}

body[data-page="home-lifestyle"] .codee-owner-catalog__card a {
  min-height: 48px;
  align-items: center;
  justify-content: center;
  justify-self: start !important;
  padding: 12px 20px !important;
  border-radius: 999px !important;
  background: #f0c1ca !important;
  color: #2b2220 !important;
  font-family: Arial, sans-serif;
  font-weight: 900 !important;
}

body[data-page="home-lifestyle"] .codee-owner-catalog__promo {
  display: inline-flex;
  justify-self: start;
  padding: 7px 10px;
  border: 1px solid rgba(240, 213, 142, 0.5);
  border-radius: 999px;
  background: rgba(240, 213, 142, 0.08);
  color: #f5dda5 !important;
}

body[data-page="home-lifestyle"] .catalog-followup {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 66px;
}

body[data-page="home-lifestyle"] .catalog-followup a {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  padding: 10px 16px;
  border: 1px solid var(--mft-line);
  border-radius: 999px;
  background: var(--mft-paper);
  color: var(--mft-ink);
  font-family: Arial, sans-serif;
  font-size: 0.76rem;
  font-weight: 800;
  text-decoration: none;
}

body[data-page="home-lifestyle"] .blog-magazine-layout,
body[data-page="home-lifestyle"] .archive-main > .section {
  padding: 64px 0;
}

body[data-page="home-lifestyle"] .section-heading-row {
  align-items: end;
  margin-bottom: 24px;
}

body[data-page="home-lifestyle"] .section-heading-row h2,
body[data-page="home-lifestyle"] .about-editorial h2 {
  margin: 4px 0 0;
  color: var(--mft-ink);
  font-size: clamp(2.25rem, 4.3vw, 4.3rem);
  line-height: 0.98;
  letter-spacing: -0.04em;
}

body[data-page="home-lifestyle"] .text-link {
  color: #945866;
  font-family: Arial, sans-serif;
  font-weight: 900;
}

body[data-page="home-lifestyle"] .blog-featured-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 18px;
}

body[data-page="home-lifestyle"] .blog-magazine-card,
body[data-page="home-lifestyle"] .blog-magazine-card--lead {
  grid-column: auto !important;
  display: grid;
  grid-template-columns: 1fr !important;
  grid-template-rows: 250px minmax(0, 1fr) !important;
  min-height: 100%;
  overflow: hidden;
  border: 1px solid var(--mft-line);
  border-radius: 22px;
  background: var(--mft-paper);
  box-shadow: 0 16px 44px rgba(63, 43, 36, 0.07);
}

body[data-page="home-lifestyle"] .blog-magazine-card img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}

body[data-page="home-lifestyle"] .blog-magazine-card__body,
body[data-page="home-lifestyle"] .blog-magazine-card--lead .blog-magazine-card__body {
  display: grid;
  grid-template-rows: auto auto 1fr auto auto;
  align-content: start;
  gap: 10px;
  padding: 24px;
}

body[data-page="home-lifestyle"] .blog-magazine-card h3,
body[data-page="home-lifestyle"] .blog-magazine-card--lead h3 {
  font-size: clamp(1.35rem, 2vw, 1.9rem);
  line-height: 1.08;
}

body[data-page="home-lifestyle"] .blog-magazine-card p,
body[data-page="home-lifestyle"] .blog-magazine-card--lead p {
  color: var(--mft-muted);
  font-size: 0.96rem;
  line-height: 1.65;
}

body[data-page="home-lifestyle"] .read-time {
  color: #8d7a72;
  font-family: Arial, sans-serif;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body[data-page="home-lifestyle"] .blog-category-preview-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 16px;
}

body[data-page="home-lifestyle"] .blog-category-preview-card {
  grid-template-rows: 220px auto auto;
  gap: 8px;
  overflow: hidden;
  border: 1px solid var(--mft-line);
  border-radius: 22px;
  background: var(--mft-paper);
  box-shadow: 0 14px 38px rgba(63, 43, 36, 0.06);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

body[data-page="home-lifestyle"] .blog-category-preview-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 48px rgba(63, 43, 36, 0.11);
}

body[data-page="home-lifestyle"] .blog-category-preview-card img {
  height: 220px;
}

body[data-page="home-lifestyle"] .blog-category-preview-card span {
  padding: 14px 18px 0;
  color: #9f5967;
  font-size: 0.7rem;
}

body[data-page="home-lifestyle"] .blog-category-preview-card strong {
  padding: 0 18px 20px;
  font-size: 1.08rem;
  line-height: 1.32;
}

body[data-page="home-lifestyle"] .about-editorial {
  box-sizing: border-box;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: clamp(20px, 4vw, 52px);
  margin-bottom: 70px;
  padding: clamp(28px, 5vw, 56px) !important;
  border: 1px solid rgba(199, 164, 93, 0.32);
  border-radius: 26px;
  background:
    radial-gradient(circle at 0 0, rgba(215, 165, 173, 0.22), transparent 34%),
    #f8eee9;
}

body[data-page="home-lifestyle"] .about-editorial__mark {
  display: grid;
  width: 96px;
  height: 96px;
  place-items: center;
  border-radius: 50%;
  background: var(--mft-paper);
  box-shadow: 0 12px 34px rgba(63, 43, 36, 0.09);
}

body[data-page="home-lifestyle"] .about-editorial__mark img {
  width: 80px;
  height: 80px;
  object-fit: contain;
}

body[data-page="home-lifestyle"] .about-editorial p:not(.section-eyebrow) {
  max-width: 62ch;
  margin: 12px 0 0;
  color: var(--mft-muted);
  line-height: 1.7;
}

body[data-page="home-lifestyle"] .sitewide-bottom-flow,
body[data-page="home-lifestyle"] .made-for-this-shop-bubble {
  display: none !important;
}

body[data-page="home-lifestyle"] .site-footer {
  position: relative;
  overflow: hidden;
  padding: 0;
  background:
    radial-gradient(circle at 84% 0, rgba(215, 165, 173, 0.16), transparent 26rem),
    var(--mft-brown-deep);
  color: #fffaf6;
}

body[data-page="home-lifestyle"] .homepage-footer-top {
  display: grid;
  grid-template-columns: 1.05fr 0.9fr 1.2fr;
  gap: clamp(28px, 5vw, 70px);
  width: min(1240px, calc(100% - 48px));
  margin: 0 auto;
  padding: 64px 0 52px;
  border: 0;
}

body[data-page="home-lifestyle"] .homepage-footer-block {
  gap: 14px;
}

body[data-page="home-lifestyle"] .footer-editorial-logo {
  width: 86px;
  height: 86px;
  object-fit: contain;
  padding: 8px;
  border-radius: 50%;
  background: var(--mft-cream);
}

body[data-page="home-lifestyle"] .footer-heading {
  color: #fffaf6;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.14em;
}

body[data-page="home-lifestyle"] .footer-script {
  color: #efb8c3;
  font-size: 1.75rem;
}

body[data-page="home-lifestyle"] .footer-summary,
body[data-page="home-lifestyle"] .footer-consent {
  margin: 0;
  color: rgba(255, 250, 246, 0.68);
  font-size: 0.83rem;
  line-height: 1.6;
}

body[data-page="home-lifestyle"] .footer-editorial-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 16px;
}

body[data-page="home-lifestyle"] .footer-editorial-links a,
body[data-page="home-lifestyle"] .footer-verified-links a {
  color: rgba(255, 250, 246, 0.88);
  font-size: 0.88rem;
  font-weight: 700;
  text-decoration: none;
}

body[data-page="home-lifestyle"] .footer-verified-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

body[data-page="home-lifestyle"] .footer-verified-links a {
  display: inline-flex;
  min-height: 36px;
  align-items: center;
  padding: 8px 12px;
  border: 1px solid rgba(255, 250, 246, 0.22);
  border-radius: 999px;
}

body[data-page="home-lifestyle"] .homepage-footer-block--signup .lead-capture-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px;
}

body[data-page="home-lifestyle"] .homepage-footer-block--signup .lead-capture-form input {
  min-height: 48px;
  padding: 12px 14px;
  border: 1px solid rgba(255, 250, 246, 0.25);
  border-radius: 10px;
  background: #fffaf6;
  color: var(--mft-ink);
  font-size: 0.9rem;
}

body[data-page="home-lifestyle"] .homepage-footer-block--signup .lead-capture-form .btn {
  min-height: 48px;
  border-color: #e0aeba;
  background: #e0aeba;
  color: #271f1d !important;
}

body[data-page="home-lifestyle"] .homepage-footer-meta {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  width: min(1240px, calc(100% - 48px));
  margin: 0 auto;
  padding: 20px 0 28px;
  border-top: 1px solid rgba(255, 250, 246, 0.12);
  text-align: left;
}

body[data-page="home-lifestyle"] .homepage-footer-meta a {
  color: rgba(255, 250, 246, 0.76);
}

body[data-page="home-lifestyle"] .mobile-shop-bar {
  display: none;
}

@media (max-width: 900px) {
  body[data-page="home-lifestyle"] .header-wrap {
    width: min(100% - 28px, 760px);
  }

  body[data-page="home-lifestyle"] .brand-lockup {
    padding-block: 10px;
  }

  body[data-page="home-lifestyle"] .brand {
    width: 54px;
    height: 54px;
    flex-basis: 54px;
  }

  body[data-page="home-lifestyle"] .brand-logo {
    width: 44px;
    height: 44px !important;
  }

  body[data-page="home-lifestyle"] .brand-name {
    font-size: 1.55rem;
  }

  body[data-page="home-lifestyle"] .header-logo-quote {
    font-size: 1.05rem;
  }

  body[data-page="home-lifestyle"] .header-topbar {
    grid-template-columns: auto 1fr auto;
    min-height: 52px;
  }

  body[data-page="home-lifestyle"] .menu-toggle {
    position: relative;
    display: inline-flex;
    width: auto;
    min-width: 82px;
    min-height: 40px;
    align-items: center;
    justify-content: center;
    padding: 9px 13px;
    border: 1px solid var(--mft-line);
    border-radius: 999px;
    background: var(--mft-cream);
    color: var(--mft-ink);
    font-size: 0.74rem;
    font-weight: 900;
    text-transform: uppercase;
  }

  body[data-page="home-lifestyle"] .menu-toggle::before {
    display: none;
  }

  body[data-page="home-lifestyle"] .menu-toggle span {
    display: inline;
  }

  body[data-page="home-lifestyle"] .main-nav {
    position: absolute;
    top: calc(100% + 1px);
    left: 14px;
    right: 14px;
    z-index: 120;
    display: none;
    grid-template-columns: 1fr;
    gap: 0;
    max-height: calc(100vh - 145px);
    overflow: auto;
    padding: 10px;
    border: 1px solid var(--mft-line);
    border-radius: 16px;
    background: rgba(255, 250, 246, 0.99);
    box-shadow: 0 24px 60px rgba(48, 32, 27, 0.2);
  }

  body[data-page="home-lifestyle"] .main-nav.open,
  body[data-page="home-lifestyle"] .main-nav.is-open {
    display: grid;
  }

  body[data-page="home-lifestyle"] .main-nav a {
    padding: 14px 12px;
    border-bottom: 1px solid var(--mft-line);
    color: var(--mft-ink);
    font-size: 0.82rem;
  }

  body[data-page="home-lifestyle"] .main-nav a:last-child {
    border-bottom: 0;
  }

  body[data-page="home-lifestyle"] .home-lifestyle-hero {
    grid-template-columns: 1fr;
    min-height: 0;
    margin-top: 20px;
  }

  body[data-page="home-lifestyle"] .archive-hero-media,
  body[data-page="home-lifestyle"] .archive-hero-media img {
    min-height: 390px;
    height: 390px;
  }

  body[data-page="home-lifestyle"] .archive-hero-copy {
    padding: 42px;
  }

  body[data-page="home-lifestyle"] .archive-hero-copy h1 {
    max-width: 13ch;
  }

  body[data-page="home-lifestyle"] .codee-owner-catalog {
    grid-template-columns: 1fr !important;
  }

  body[data-page="home-lifestyle"] .codee-owner-catalog__card {
    grid-template-columns: minmax(220px, 0.72fr) minmax(0, 1.28fr) !important;
  }

  body[data-page="home-lifestyle"] .blog-featured-grid {
    grid-template-columns: 1fr !important;
  }

  body[data-page="home-lifestyle"] .blog-magazine-card,
  body[data-page="home-lifestyle"] .blog-magazine-card--lead {
    grid-template-columns: minmax(220px, 0.78fr) minmax(0, 1.22fr) !important;
    grid-template-rows: minmax(270px, 1fr) !important;
  }

  body[data-page="home-lifestyle"] .blog-magazine-card img {
    height: 100%;
    min-height: 270px;
  }

  body[data-page="home-lifestyle"] .blog-category-preview-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  body[data-page="home-lifestyle"] .about-editorial {
    grid-template-columns: auto minmax(0, 1fr);
  }

  body[data-page="home-lifestyle"] .about-editorial .btn {
    grid-column: 1 / -1;
    justify-self: start;
  }

  body[data-page="home-lifestyle"] .homepage-footer-top {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body[data-page="home-lifestyle"] .homepage-footer-block--signup {
    grid-column: 1 / -1;
  }
}

@media (max-width: 640px) {
  body[data-page="home-lifestyle"] {
    padding-bottom: 0;
  }

  body[data-page="home-lifestyle"] .archive-main > .section,
  body[data-page="home-lifestyle"] .codee-owner-catalog,
  body[data-page="home-lifestyle"] .catalog-followup {
    width: calc(100% - 24px);
  }

  body[data-page="home-lifestyle"] .brand-copy {
    min-width: 0;
  }

  body[data-page="home-lifestyle"] .brand-name {
    font-size: 1.35rem;
  }

  body[data-page="home-lifestyle"] .header-logo-quote {
    overflow: hidden;
    max-width: 220px;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  body[data-page="home-lifestyle"] .header-shop {
    min-height: 38px;
    padding-inline: 14px;
    font-size: 0.68rem;
  }

  body[data-page="home-lifestyle"] .home-lifestyle-hero {
    width: calc(100% - 24px);
    border-radius: 22px;
  }

  body[data-page="home-lifestyle"] .archive-hero-media,
  body[data-page="home-lifestyle"] .archive-hero-media img {
    min-height: 300px;
    height: 300px;
  }

  body[data-page="home-lifestyle"] .archive-hero-copy {
    padding: 30px 24px 34px;
  }

  body[data-page="home-lifestyle"] .archive-hero-copy h1 {
    font-size: clamp(2.35rem, 12vw, 3.45rem);
  }

  body[data-page="home-lifestyle"] .category-hero-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  body[data-page="home-lifestyle"] .category-hero-actions .btn {
    width: 100%;
  }

  body[data-page="home-lifestyle"] .codee-owner-catalog {
    margin-top: 36px !important;
    padding: 24px 18px !important;
    border-radius: 22px !important;
  }

  body[data-page="home-lifestyle"] .codee-owner-catalog__card {
    grid-template-columns: 1fr !important;
  }

  body[data-page="home-lifestyle"] .codee-owner-catalog__card img,
  body[data-page="home-lifestyle"] .codee-owner-catalog__blank {
    height: 310px !important;
    padding: 16px !important;
  }

  body[data-page="home-lifestyle"] .codee-owner-catalog__card > div {
    padding: 22px !important;
  }

  body[data-page="home-lifestyle"] .catalog-followup {
    justify-content: stretch;
    margin-bottom: 30px;
  }

  body[data-page="home-lifestyle"] .catalog-followup a {
    flex: 1 1 100%;
    justify-content: center;
  }

  body[data-page="home-lifestyle"] .blog-magazine-layout,
  body[data-page="home-lifestyle"] .archive-main > .section {
    padding: 42px 0;
  }

  body[data-page="home-lifestyle"] .section-heading-row {
    align-items: start;
  }

  body[data-page="home-lifestyle"] .section-heading-row h2,
  body[data-page="home-lifestyle"] .about-editorial h2 {
    font-size: 2.35rem;
  }

  body[data-page="home-lifestyle"] .blog-magazine-card,
  body[data-page="home-lifestyle"] .blog-magazine-card--lead {
    grid-template-columns: 1fr !important;
    grid-template-rows: 220px minmax(0, 1fr) !important;
    border-radius: 18px;
  }

  body[data-page="home-lifestyle"] .blog-magazine-card img {
    height: 220px;
    min-height: 220px;
  }

  body[data-page="home-lifestyle"] .blog-category-preview-grid {
    grid-template-columns: 1fr !important;
  }

  body[data-page="home-lifestyle"] .blog-category-preview-card {
    grid-template-rows: 210px auto auto;
  }

  body[data-page="home-lifestyle"] .about-editorial {
    grid-template-columns: 1fr;
    justify-items: start;
    padding: 28px 24px !important;
  }

  body[data-page="home-lifestyle"] .about-editorial__mark {
    width: 76px;
    height: 76px;
  }

  body[data-page="home-lifestyle"] .about-editorial__mark img {
    width: 64px;
    height: 64px;
  }

  body[data-page="home-lifestyle"] .homepage-footer-top {
    grid-template-columns: 1fr;
    width: calc(100% - 32px);
    padding: 46px 0 34px;
  }

  body[data-page="home-lifestyle"] .homepage-footer-block--signup {
    grid-column: auto;
  }

  body[data-page="home-lifestyle"] .homepage-footer-block--signup .lead-capture-form {
    grid-template-columns: 1fr;
  }

  body[data-page="home-lifestyle"] .homepage-footer-meta {
    display: grid;
    width: calc(100% - 32px);
    padding-bottom: 24px;
  }

  body[data-page="home-lifestyle"] .mobile-shop-bar {
    position: fixed;
    right: 8px;
    bottom: 8px;
    left: 8px;
    z-index: 150;
    display: flex;
    min-height: 48px;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 9px 14px;
    border: 1px solid rgba(255, 250, 246, 0.28);
    border-radius: 999px;
    background: rgba(36, 31, 29, 0.96);
    color: #fffaf6;
    box-shadow: 0 16px 42px rgba(36, 31, 29, 0.28);
    backdrop-filter: blur(16px);
    text-decoration: none;
  }

  body[data-page="home-lifestyle"] .mobile-shop-bar span {
    color: #efb8c3;
    font-family: Arial, sans-serif;
    font-size: 0.68rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }

  body[data-page="home-lifestyle"] .mobile-shop-bar strong {
    font-size: 0.78rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  body[data-page="home-lifestyle"] *,
  body[data-page="home-lifestyle"] *::before,
  body[data-page="home-lifestyle"] *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
  }
}

/* August 2026 refinement: preserve Nina's slim editorial header and quiet motion. */
@media (min-width: 901px) {
  body[data-page="home-lifestyle"] .header-wrap {
    grid-template-columns: auto minmax(0, 1fr);
    align-items: center;
    gap: clamp(20px, 3vw, 42px);
    min-height: 72px;
  }

  body[data-page="home-lifestyle"] .brand-lockup {
    gap: 10px;
    padding: 8px 0;
  }

  body[data-page="home-lifestyle"] .brand {
    width: 44px;
    height: 44px;
    flex-basis: 44px;
    box-shadow: none;
  }

  body[data-page="home-lifestyle"] .brand-logo {
    width: 36px;
    height: 36px !important;
    max-height: 36px !important;
  }

  body[data-page="home-lifestyle"] .brand-name {
    font-size: clamp(1.18rem, 1.6vw, 1.55rem);
    letter-spacing: -0.02em;
  }

  body[data-page="home-lifestyle"] .header-logo-quote {
    font-size: 0.9rem;
    white-space: nowrap;
  }

  body[data-page="home-lifestyle"] .header-topbar {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 16px;
    min-height: auto;
    padding: 0;
    border-top: 0;
  }

  body[data-page="home-lifestyle"] .main-nav {
    flex-wrap: nowrap;
    justify-content: flex-end;
    gap: clamp(9px, 1.2vw, 18px);
  }

  body[data-page="home-lifestyle"] .main-nav a,
  body[data-page="home-lifestyle"] .header-shop {
    min-height: auto;
    padding: 9px 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: var(--mft-ink) !important;
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.075em;
    white-space: nowrap;
  }

  body[data-page="home-lifestyle"] .header-shop {
    position: relative;
  }

  body[data-page="home-lifestyle"] .header-shop::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 4px;
    left: 0;
    height: 1px;
    background: var(--mft-blush-strong);
    transform: scaleX(0.32);
    transition: transform 700ms cubic-bezier(0.22, 1, 0.36, 1);
  }

  body[data-page="home-lifestyle"] .header-shop:hover::after,
  body[data-page="home-lifestyle"] .header-shop:focus-visible::after {
    transform: scaleX(1);
  }
}

@media (max-width: 900px) {
  body[data-page="home-lifestyle"] .menu-toggle {
    display: none !important;
  }

  body[data-page="home-lifestyle"] .header-topbar {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 10px;
  }

  body[data-page="home-lifestyle"] .main-nav,
  body[data-page="home-lifestyle"] .main-nav.open,
  body[data-page="home-lifestyle"] .main-nav.is-open {
    position: static;
    display: flex;
    grid-template-columns: none;
    flex-wrap: nowrap;
    gap: 12px;
    max-height: none;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  body[data-page="home-lifestyle"] .main-nav a {
    flex: 0 0 auto;
    padding: 9px 0;
    border-bottom: 0;
    font-size: 0.66rem;
  }

  body[data-page="home-lifestyle"] .header-shop {
    min-height: auto;
    padding: 8px 2px;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: var(--mft-ink) !important;
  }
}

@media (prefers-reduced-motion: no-preference) {
  body[data-page="home-lifestyle"] .archive-hero-media {
    animation: mft-soft-image-in 1.35s cubic-bezier(0.22, 1, 0.36, 1) both;
  }

  body[data-page="home-lifestyle"] .archive-hero-copy {
    animation: mft-soft-copy-in 1.45s 120ms cubic-bezier(0.22, 1, 0.36, 1) both;
  }

  body[data-page="home-lifestyle"] .blog-magazine-card,
  body[data-page="home-lifestyle"] .blog-category-preview-card,
  body[data-page="home-lifestyle"] .catalog-followup a {
    transition-duration: 700ms;
    transition-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
  }
}

@keyframes mft-soft-image-in {
  from { opacity: 0; transform: scale(1.025); }
  to { opacity: 1; transform: scale(1); }
}

@keyframes mft-soft-copy-in {
  from { opacity: 0; transform: translate3d(0, 22px, 0); }
  to { opacity: 1; transform: translate3d(0, 0, 0); }
}
