/* MAK Creative V42 — clean homepage layout layer.
   Loaded last on index.php and scoped only to body[data-page="home"]. */

body[data-page="home"] {
  --home-ink: #30241f;
  --home-muted: #796b64;
  --home-line: #eadfd9;
  --home-line-soft: #f2e9e4;
  --home-panel: #fffdfb;
  --home-soft: #faf5f1;
  --home-red: #d94b3e;
  --home-red-dark: #c53e34;
  --home-green: #607b55;
  --home-shadow: 0 8px 24px rgba(58, 35, 26, .055);
  --home-shadow-hover: 0 14px 34px rgba(58, 35, 26, .09);
  --home-sticky-offset: 138px;
  color: var(--home-ink);
  background: #fffdfb;
  padding-bottom: 0;
}

body[data-page="home"] .site-header {
  position: sticky;
  top: 0;
  z-index: 90;
  background: rgba(255, 253, 251, .955);
  border-bottom: 1px solid rgba(111, 78, 64, .09);
  box-shadow: 0 4px 18px rgba(57, 35, 26, .035);
  -webkit-backdrop-filter: blur(14px) saturate(1.04);
  backdrop-filter: blur(14px) saturate(1.04);
  transition: background-color .2s ease, box-shadow .2s ease, border-color .2s ease;
}

body[data-page="home"] .header-main {
  min-height: 78px;
  transition: min-height .2s ease, padding .2s ease;
}

body[data-page="home"] .logo-wrap img {
  width: 164px;
  height: auto;
  transition: width .2s ease, max-height .2s ease;
}

body[data-page="home"] .search-form input {
  height: 44px;
  transition: height .2s ease, border-color .18s ease, box-shadow .18s ease, background-color .18s ease;
}

body[data-page="home"] .category-nav-inner {
  min-height: 40px;
  transition: min-height .2s ease;
}

body[data-page="home"] .category-nav a {
  padding-top: 10px;
  padding-bottom: 9px;
}

body[data-page="home"].is-header-compact .site-header {
  background: rgba(255, 253, 251, .982);
  border-bottom-color: rgba(111, 78, 64, .13);
  box-shadow: 0 8px 28px rgba(57, 35, 26, .07);
}

body[data-page="home"].is-header-compact .header-main { min-height: 66px; }
body[data-page="home"].is-header-compact .logo-wrap img { width: 146px; max-height: 52px; }
body[data-page="home"].is-header-compact .search-form input { height: 40px; }
body[data-page="home"].is-header-compact .category-nav-inner { min-height: 36px; }
body[data-page="home"].is-header-compact .category-nav a { padding-top: 8px; padding-bottom: 8px; }

body[data-page="home"] .page-shell {
  width: min(calc(100% - 32px), var(--shell));
  margin-top: 12px;
  margin-bottom: 30px;
  grid-template-columns: 205px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
}

body[data-page="home"] .page-shell > main {
  min-width: 0;
}

body[data-page="home"] .catalog-panel {
  top: var(--home-sticky-offset, 138px);
  transition: top .2s ease;
}

body[data-page="home"] .catalog-card {
  overflow: hidden;
  border: 1px solid var(--home-line);
  border-radius: 10px;
  background: rgba(255, 255, 255, .96);
  box-shadow: var(--home-shadow);
}

body[data-page="home"] .catalog-title,
body[data-page="home"] .mobile-catalog-trigger {
  min-height: 44px;
  border-radius: 9px;
}

body[data-page="home"] .catalog-card nav {
  padding: 5px;
}

body[data-page="home"] .catalog-card nav a {
  min-height: 38px;
  padding: 5px 7px;
  border-radius: 8px;
  font-size: .76rem;
}

body[data-page="home"] .catalog-card nav a:hover {
  padding-left: 9px;
  background: #fff5f0;
}

body[data-page="home"] .catalog-symbol {
  width: 27px;
  height: 27px;
  border-radius: 8px;
}

body[data-page="home"] .catalog-symbol .ui-icon,
body[data-page="home"] .catalog-symbol svg {
  width: 16px;
  height: 16px;
}

body[data-page="home"] .catalog-menu-group {
  min-width: 0;
}

body[data-page="home"] .catalog-parent-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 32px;
  align-items: center;
}

body[data-page="home"] .catalog-parent-row .catalog-parent-link {
  min-width: 0;
}

body[data-page="home"] .catalog-subcategory-toggle {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 7px;
  background: transparent;
  color: #9b8c84;
  cursor: pointer;
}

body[data-page="home"] .catalog-subcategory-toggle:hover {
  background: #fff4ef;
  color: var(--home-red);
}

body[data-page="home"] .catalog-subcategory-list {
  margin: 0 5px 4px 38px;
  padding: 4px 0 4px 7px;
  border-left: 1px solid #eee2dc;
}

body[data-page="home"] .catalog-subcategory-list[hidden] { display: none; }

body[data-page="home"] .catalog-card nav .catalog-subcategory-link {
  min-height: 29px;
  padding: 4px 7px;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 6px;
  color: #776861;
  font-size: .68rem;
}

body[data-page="home"] .catalog-card nav .catalog-subcategory-link small {
  color: #ad9f98;
  font-size: .58rem;
}

body[data-page="home"] .aside-note {
  min-height: 104px;
  margin-top: 9px;
  padding: 18px 14px;
  border-radius: 10px;
  box-shadow: none;
}

body[data-page="home"] .aside-note p {
  font-size: .9rem;
}

body[data-page="home"] .hero {
  min-height: 352px;
  padding: 46px 40px 50px;
  border: 1px solid rgba(122, 78, 58, .07);
  border-radius: 13px;
  box-shadow: 0 16px 38px rgba(70, 42, 30, .065);
}

body[data-page="home"] .hero::before {
  background-position: center center;
}

body[data-page="home"] .hero::after {
  background: linear-gradient(
    90deg,
    rgba(248, 235, 226, .99) 0%,
    rgba(248, 235, 226, .965) 30%,
    rgba(248, 235, 226, .74) 47%,
    rgba(248, 235, 226, .22) 67%,
    rgba(248, 235, 226, .02) 84%
  );
}

body[data-page="home"] .hero-content { max-width: 480px; }

body[data-page="home"] .hero h1 {
  max-width: 455px;
  color: #30231f;
  font-size: clamp(2.75rem, 4vw, 3.9rem);
  line-height: .96;
  letter-spacing: -.035em;
  text-wrap: balance;
}

body[data-page="home"] .hero-content p {
  max-width: 390px;
  margin: 14px 0 19px;
  color: #65554e;
  font-size: .94rem;
  line-height: 1.5;
}

body[data-page="home"] .hero .button {
  min-height: 42px;
  padding-inline: 18px;
  border-radius: 9px;
  box-shadow: 0 7px 16px rgba(183, 60, 50, .16);
}

body[data-page="home"] .hero-script {
  right: 32px;
  top: 40px;
  max-width: 190px;
  opacity: .62;
  font-size: 1.2rem;
  line-height: 1.08;
}

body[data-page="home"] .hero-indicators {
  left: 40px;
  bottom: 18px;
  gap: 6px;
}

body[data-page="home"] .hero-indicators span {
  width: 8px;
  height: 8px;
  border-radius: 999px;
}

body[data-page="home"] .hero-indicators span:first-child {
  width: 22px;
  border-radius: 999px;
}

body[data-page="home"] .benefits {
  min-height: 66px;
  padding: 9px 0 4px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 6px;
  border-bottom: 0;
}

body[data-page="home"] .benefits > div,
body[data-page="home"] .benefits > div:nth-child(3n) {
  min-height: 55px;
  padding: 7px 9px;
  gap: 8px;
  border: 1px solid var(--home-line-soft);
  border-radius: 9px;
  background: rgba(255, 255, 255, .82);
}

body[data-page="home"] .benefit-icon {
  flex-basis: 31px;
  width: 31px;
  height: 31px;
  background: #fff4ef;
}

body[data-page="home"] .benefit-icon .ui-icon { width: 17px; height: 17px; }
body[data-page="home"] .benefits p { font-size: .66rem; line-height: 1.22; }

body[data-page="home"] .content-section {
  padding-top: 19px;
}

body[data-page="home"] .section-heading {
  min-height: 32px;
  margin-bottom: 9px;
  align-items: center;
  gap: 16px;
}

body[data-page="home"] .section-heading h2 {
  font-size: 1.22rem;
  line-height: 1.08;
  letter-spacing: -.015em;
}

body[data-page="home"] .section-heading > a {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  min-height: 30px;
  font-size: .72rem;
  line-height: 1;
}

body[data-page="home"] .home-section-note {
  margin: -4px 0 10px;
  color: var(--home-muted);
  font-size: .68rem;
}

body[data-page="home"] .category-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 8px;
}

body[data-page="home"] .category-card {
  overflow: hidden;
  border: 1px solid var(--home-line);
  border-radius: 9px;
  background: #fff;
  box-shadow: var(--home-shadow);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

body[data-page="home"] .category-card img {
  aspect-ratio: 1.5 / 1;
  object-fit: cover;
  transition: transform .35s ease;
}

body[data-page="home"] .category-card span {
  min-height: 38px;
  padding: 8px 9px;
  display: flex;
  align-items: center;
  font-size: .72rem;
  font-weight: 700;
  line-height: 1.16;
}

body[data-page="home"] .category-card:hover {
  transform: translateY(-2px);
  border-color: rgba(217, 75, 62, .2);
  box-shadow: var(--home-shadow-hover);
}

body[data-page="home"] .category-card:hover img { transform: scale(1.025); }

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

body[data-page="home"] .home-product-card {
  width: auto !important;
  min-width: 0 !important;
  max-width: none !important;
  min-height: 100%;
  height: 100%;
  margin: 0 !important;
  display: flex !important;
  border: 1px solid var(--home-line);
  border-radius: 10px;
  background: #fff;
  box-shadow: var(--home-shadow);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

body[data-page="home"] .home-product-card .product-image {
  overflow: hidden;
  background: #f7f1ed;
}

body[data-page="home"] .home-product-card .product-image img {
  aspect-ratio: 1.08 / 1;
  object-fit: cover;
  transition: transform .36s ease;
}

body[data-page="home"] .home-product-card .favorite-button {
  top: 7px;
  right: 7px;
  width: 31px;
  height: 31px;
  border: 1px solid rgba(226, 211, 202, .9);
  background: rgba(255, 253, 251, .92);
  box-shadow: 0 4px 12px rgba(60, 38, 29, .06);
}

body[data-page="home"] .home-product-card .favorite-button .ui-icon,
body[data-page="home"] .home-product-card .favorite-button svg {
  width: 16px;
  height: 16px;
}

body[data-page="home"] .home-product-card .catalog-product-badge {
  left: 7px;
  top: 7px;
  padding: 4px 7px;
  border-radius: 7px;
  font-size: .55rem;
}

body[data-page="home"] .home-product-card .product-body {
  min-height: 172px;
  padding: 9px;
}

body[data-page="home"] .home-product-meta {
  min-height: 14px;
  margin-bottom: 4px;
  overflow: hidden;
  color: #a08f87;
  font-size: .57rem;
  font-weight: 800;
  letter-spacing: .035em;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

body[data-page="home"] .home-product-card .product-body h3 {
  min-height: 35px;
  max-height: 35px;
  margin: 0 0 6px;
  overflow: hidden;
  font-size: .78rem;
  font-weight: 650;
  line-height: 1.2;
}

body[data-page="home"] .home-product-card .product-price-line {
  min-height: 24px;
  display: flex;
  align-items: baseline;
  gap: 6px;
}

body[data-page="home"] .home-product-card .product-price-line strong {
  color: #332621;
  font-size: .94rem;
  line-height: 1.1;
}

body[data-page="home"] .home-product-card .product-price-line del {
  color: #ad9d95;
  font-size: .66rem;
}

body[data-page="home"] .home-product-status-row {
  min-height: 21px;
  margin-top: 2px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 7px;
}

body[data-page="home"] .home-product-card .product-availability {
  min-height: 0;
  margin: 0;
  font-size: .59rem;
}

body[data-page="home"] .home-product-rating {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  color: #695c55;
  font-size: .59rem;
  white-space: nowrap;
}

body[data-page="home"] .home-product-rating i {
  color: #e7a51a;
  font-style: normal;
}

body[data-page="home"] .home-product-rating small {
  color: #a2938c;
  font-size: .52rem;
}

body[data-page="home"] .home-variant-summary {
  min-height: 19px;
  margin: 3px 0 5px;
  gap: 3px;
}

body[data-page="home"] .home-variant-summary .product-card-variant-dot {
  width: 12px;
  height: 12px;
}

body[data-page="home"] .home-variant-summary .product-card-variant-more,
body[data-page="home"] .home-variant-label {
  color: #8d7f78;
  font-size: .53rem;
}

body[data-page="home"] .home-product-card .add-button {
  position: relative;
  overflow: hidden;
  min-height: 38px;
  margin-top: auto;
  border: 0;
  border-radius: 8px;
  background: linear-gradient(180deg, #df574b 0%, #cf4339 100%);
  color: #fff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .22), 0 5px 12px rgba(183, 60, 50, .15);
  font-size: .68rem;
  font-weight: 800;
  transition: transform .16s ease, box-shadow .18s ease, filter .18s ease;
}

body[data-page="home"] .home-product-card .add-button::after {
  content: "";
  position: absolute;
  inset: -1px;
  pointer-events: none;
  background: linear-gradient(110deg, transparent 28%, rgba(255, 255, 255, .28) 47%, transparent 66%);
  transform: translateX(-145%);
  transition: transform .46s ease;
}

body[data-page="home"] .home-product-card .add-button.is-variant-choice {
  background: linear-gradient(180deg, #68866c 0%, #58745d 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 5px 12px rgba(70, 105, 79, .14);
}

body[data-page="home"] .home-product-card .add-button:hover,
body[data-page="home"] .home-product-card .add-button.is-added {
  color: #fff;
  filter: brightness(.96);
  transform: translateY(-1px);
}

body[data-page="home"] .home-product-card .add-button:hover::after,
body[data-page="home"] .home-product-card .add-button:focus-visible::after {
  transform: translateX(145%);
}

body[data-page="home"] .home-product-card .add-button:active { transform: scale(.985); }

body[data-page="home"] .promo-grid {
  padding-top: 19px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

body[data-page="home"] .promo-card {
  min-height: 205px;
  padding: 25px 26px;
  border: 1px solid rgba(88, 52, 38, .06);
  border-radius: 11px;
  box-shadow: 0 7px 22px rgba(58, 35, 26, .035);
  transition: transform .2s ease, box-shadow .2s ease;
}

body[data-page="home"] .promo-gifts {
  background-image: url("../../asets/images/site/promo-gifts.webp");
}

body[data-page="home"] .promo-craft {
  background-image: url("../../asets/images/site/promo-craft.webp");
}

body[data-page="home"] .promo-card::after {
  background: linear-gradient(90deg, rgba(250, 238, 228, .99), rgba(250, 238, 228, .91) 43%, rgba(250, 238, 228, .19) 76%, transparent 100%);
}

body[data-page="home"] .promo-craft::after {
  background: linear-gradient(90deg, rgba(237, 240, 228, .99), rgba(237, 240, 228, .91) 43%, rgba(237, 240, 228, .2) 76%, transparent 100%);
}

body[data-page="home"] .promo-card > div { max-width: 265px; }
body[data-page="home"] .promo-card h2 { font-size: 1.9rem; line-height: .98; }
body[data-page="home"] .promo-card p { margin: 8px 0 14px; font-size: .8rem; line-height: 1.4; }
body[data-page="home"] .promo-card .button { min-height: 39px; padding-inline: 15px; border-radius: 8px; font-size: .72rem; }

body[data-page="home"] .promo-card:hover {
  transform: translateY(-2px);
  box-shadow: var(--home-shadow-hover);
}

body[data-page="home"] .inspiration { padding-top: 19px; }
body[data-page="home"] .inspiration-heading { align-items: flex-end; }
body[data-page="home"] .inspiration-heading p { max-width: 560px; margin: 4px 0 0; color: var(--home-muted); font-size: .72rem; }

body[data-page="home"] .article-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 9px;
}

body[data-page="home"] .article-card {
  border: 1px solid var(--home-line);
  border-radius: 9px;
  box-shadow: var(--home-shadow);
}

body[data-page="home"] .article-image img { aspect-ratio: 1.55 / 1; transition: transform .35s ease; }
body[data-page="home"] .article-image > span { left: 8px; top: 8px; padding: 4px 8px; font-size: .58rem; }
body[data-page="home"] .article-body { padding: 9px; }
body[data-page="home"] .article-body h3 { min-height: 38px; margin-bottom: 7px; font-size: .75rem; font-weight: 650; }
body[data-page="home"] .article-read-link { width: 26px; height: 26px; display: grid; place-items: center; border-radius: 7px; background: #fff3ee; color: var(--home-red); text-decoration: none; }
body[data-page="home"] .article-card:hover .article-image img { transform: scale(1.025); }

body[data-page="home"] .about {
  min-height: 218px;
  margin-top: 19px;
  grid-template-columns: 1.08fr 1fr .82fr 1fr;
  border: 1px solid rgba(76, 54, 42, .06);
  border-radius: 11px;
  box-shadow: 0 8px 22px rgba(58, 35, 26, .04);
}

body[data-page="home"] .about-image { min-height: 218px; }
body[data-page="home"] .about-copy { padding: 22px 19px; }
body[data-page="home"] .about-copy h2 { font-size: 2rem; line-height: .98; }
body[data-page="home"] .about-copy p { margin: 10px 0 14px; font-size: .78rem; line-height: 1.48; }
body[data-page="home"] .about-values { padding: 18px 13px; gap: 10px; }
body[data-page="home"] .about-values li { grid-template-columns: 29px 1fr; gap: 6px; font-size: .66rem; }

.home-mobile-nav { display: none; }

@media (hover: hover) and (pointer: fine) {
  body[data-page="home"] .home-product-card:hover {
    transform: translateY(-3px);
    border-color: rgba(217, 75, 62, .18);
    box-shadow: var(--home-shadow-hover);
  }

  body[data-page="home"] .home-product-card:hover .product-image img { transform: scale(1.025); }
}

@media (max-width: 1180px) {
  body[data-page="home"] .page-shell {
    grid-template-columns: 190px minmax(0, 1fr);
  }

  body[data-page="home"] .category-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  body[data-page="home"] .home-product-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  body[data-page="home"] .article-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  body[data-page="home"] .about { grid-template-columns: 1fr 1fr .82fr; }
  body[data-page="home"] .about-image-poppies { display: none; }
}

@media (max-width: 980px) {
  body[data-page="home"] .page-shell {
    width: min(calc(100% - 24px), var(--shell));
    grid-template-columns: 1fr;
    gap: 9px;
  }

  body[data-page="home"] .mobile-catalog-trigger {
    grid-column: 1;
    grid-row: 1;
    width: 100%;
    display: grid;
    text-align: left;
    cursor: pointer;
  }

  body[data-page="home"] .catalog-panel {
    grid-column: 1;
    grid-row: 2;
    position: static;
    display: none;
  }

  body[data-page="home"] .catalog-panel.is-open { display: block; }
  body[data-page="home"] .page-shell > main { grid-column: 1; grid-row: 3; }
  body[data-page="home"] .catalog-card .catalog-title { display: none; }
  body[data-page="home"] .aside-note { display: none; }

  body[data-page="home"] .catalog-card nav {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 3px;
  }

  body[data-page="home"] .catalog-parent-row { grid-template-columns: minmax(0, 1fr) 34px; }
  body[data-page="home"] .catalog-subcategory-list { grid-column: 1 / -1; }

  body[data-page="home"] .hero { min-height: 330px; }
  body[data-page="home"] .benefits { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  body[data-page="home"] .category-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  body[data-page="home"] .home-product-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  body[data-page="home"] .article-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  body[data-page="home"] .about { grid-template-columns: 1fr 1fr; }
  body[data-page="home"] .about-values { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 760px) {
  body[data-page="home"] {
    padding-bottom: calc(76px + env(safe-area-inset-bottom));
  }

  body[data-page="home"] .home-poppy-scene,
  body[data-page="home"] .home-poppy-section-decor {
    display: none !important;
  }

  body[data-page="home"] .site-header {
    position: sticky;
    top: 0;
    z-index: 90;
    background: rgba(255, 253, 251, .98);
    -webkit-backdrop-filter: blur(13px) saturate(1.03);
    backdrop-filter: blur(13px) saturate(1.03);
  }

  body[data-page="home"] .header-main {
    min-height: 0;
    gap: 6px 7px;
    padding: 6px 0 7px;
  }

  body[data-page="home"] .logo-wrap { min-height: 42px; }
  body[data-page="home"] .logo-wrap img { width: 126px; max-height: 44px; }
  body[data-page="home"] .header-action { min-width: 44px; min-height: 44px; }
  body[data-page="home"] .action-icon-wrap { width: 40px; height: 40px; }
  body[data-page="home"] .search-form input { height: 42px; }
  body[data-page="home"] .category-nav-inner { min-height: 38px; }
  body[data-page="home"] .category-nav a { min-height: 38px; padding: 9px 0; font-size: .72rem; }
  body[data-page="home"].is-header-compact .logo-wrap img { width: 112px; max-height: 40px; }
  body[data-page="home"].is-header-compact .search-form input { height: 40px; }
  body[data-page="home"].is-header-compact .action-icon-wrap { width: 38px; height: 38px; }
  body[data-page="home"].is-header-compact .header-action { min-height: 40px; }
  body[data-page="home"].is-header-compact .category-nav-inner { min-height: 36px; }

  body[data-page="home"] .page-shell {
    width: calc(100% - 16px);
    margin-top: 7px;
    margin-bottom: 20px;
    gap: 8px;
  }

  body[data-page="home"] .mobile-catalog-trigger {
    min-height: 44px;
    border-radius: 10px;
  }

  body[data-page="home"] .catalog-card { border-radius: 10px; }
  body[data-page="home"] .catalog-card nav { grid-template-columns: 1fr; }

  body[data-page="home"] .hero {
    min-height: 300px;
    padding: 24px 17px 42px;
    border-radius: 11px;
  }

  body[data-page="home"] .hero::before { background-position: 64% center; }

  body[data-page="home"] .hero::after {
    background:
      linear-gradient(90deg, rgba(248, 235, 226, .97) 0%, rgba(248, 235, 226, .88) 48%, rgba(248, 235, 226, .28) 73%, rgba(248, 235, 226, .03) 100%),
      linear-gradient(180deg, rgba(248, 235, 226, .18), rgba(248, 235, 226, .08));
  }

  body[data-page="home"] .hero h1 {
    max-width: 320px;
    font-size: clamp(2rem, 10vw, 2.5rem);
    line-height: .97;
  }

  body[data-page="home"] .hero-content p {
    max-width: 295px;
    margin: 11px 0 16px;
    font-size: .8rem;
    line-height: 1.42;
  }

  body[data-page="home"] .hero .button { min-height: 40px; padding-inline: 15px; font-size: .74rem; }
  body[data-page="home"] .hero-script { display: none; }
  body[data-page="home"] .hero-indicators { left: 17px; bottom: 14px; }

  body[data-page="home"] .benefits {
    display: flex;
    gap: 6px;
    padding: 7px 0 2px;
    overflow-x: auto;
    scroll-snap-type: x proximity;
    scrollbar-width: none;
  }

  body[data-page="home"] .benefits::-webkit-scrollbar { display: none; }

  body[data-page="home"] .benefits > div,
  body[data-page="home"] .benefits > div:nth-child(3n) {
    flex: 0 0 188px;
    min-height: 54px;
    scroll-snap-align: start;
  }

  body[data-page="home"] .content-section { padding-top: 17px; }
  body[data-page="home"] .section-heading { min-height: 30px; margin-bottom: 7px; gap: 8px; }
  body[data-page="home"] .section-heading h2 { font-size: 1.12rem; }
  body[data-page="home"] .section-heading > a { font-size: .62rem; white-space: nowrap; }
  body[data-page="home"] .home-section-note { margin: -3px 0 8px; font-size: .61rem; }

  body[data-page="home"] .category-grid {
    display: flex;
    grid-template-columns: none;
    gap: 7px;
    padding: 1px 0 5px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  body[data-page="home"] .category-grid::-webkit-scrollbar { display: none; }

  body[data-page="home"] .category-card {
    flex: 0 0 142px;
    min-width: 142px;
    scroll-snap-align: start;
  }

  body[data-page="home"] .category-card img { aspect-ratio: 1.48 / 1; }
  body[data-page="home"] .category-card span { min-height: 34px; padding: 7px 8px; font-size: .64rem; }

  body[data-page="home"] .home-product-grid {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 7px;
  }

  body[data-page="home"] .home-product-card .product-image img { aspect-ratio: 1.05 / 1; }
  body[data-page="home"] .home-product-card .product-body { min-height: 158px; padding: 8px; }
  body[data-page="home"] .home-product-meta { font-size: .5rem; }
  body[data-page="home"] .home-product-card .product-body h3 { min-height: 32px; max-height: 32px; margin-bottom: 5px; font-size: .69rem; }
  body[data-page="home"] .home-product-card .product-price-line strong { font-size: .85rem; }
  body[data-page="home"] .home-product-card .product-availability,
  body[data-page="home"] .home-product-rating { font-size: .53rem; }
  body[data-page="home"] .home-variant-summary { min-height: 18px; margin: 3px 0 5px; }
  body[data-page="home"] .home-variant-summary .product-card-variant-dot { width: 11px; height: 11px; }
  body[data-page="home"] .home-variant-label { display: none; }
  body[data-page="home"] .home-product-card .add-button { min-height: 39px; font-size: .66rem; }

  body[data-page="home"] .promo-grid {
    grid-template-columns: 1fr;
    gap: 8px;
    padding-top: 17px;
  }

  body[data-page="home"] .promo-card {
    min-height: 168px;
    padding: 19px 17px;
    background-position: right center !important;
    background-size: auto 100% !important;
  }

  body[data-page="home"] .promo-card::after {
    background: linear-gradient(90deg, rgba(250, 238, 228, .985), rgba(250, 238, 228, .86) 52%, rgba(250, 238, 228, .12) 100%);
  }

  body[data-page="home"] .promo-craft::after {
    background: linear-gradient(90deg, rgba(237, 240, 228, .985), rgba(237, 240, 228, .86) 52%, rgba(237, 240, 228, .12) 100%);
  }

  body[data-page="home"] .promo-card > div { max-width: 68%; }
  body[data-page="home"] .promo-card h2 { font-size: 1.5rem; }
  body[data-page="home"] .promo-card p { margin: 7px 0 12px; font-size: .69rem; }
  body[data-page="home"] .promo-card .button { min-height: 37px; padding-inline: 13px; font-size: .68rem; }

  body[data-page="home"] .inspiration-heading p { max-width: 235px; font-size: .68rem; line-height: 1.3; }

  body[data-page="home"] .article-grid {
    display: flex;
    grid-template-columns: none;
    gap: 8px;
    overflow-x: auto;
    padding: 1px 0 6px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  body[data-page="home"] .article-grid::-webkit-scrollbar { display: none; }
  body[data-page="home"] .article-card { flex: 0 0 228px; min-width: 228px; scroll-snap-align: start; }

  body[data-page="home"] .about {
    grid-template-columns: 1fr;
    min-height: 0;
    margin-top: 17px;
    border-radius: 10px;
  }

  body[data-page="home"] .about-image-home { min-height: 180px; }
  body[data-page="home"] .about-copy { padding: 18px 16px 16px; }
  body[data-page="home"] .about-copy h2 { font-size: 1.8rem; }
  body[data-page="home"] .about-copy p { margin: 9px 0 13px; font-size: .74rem; }
  body[data-page="home"] .about-values { grid-column: auto; display: flex; padding: 3px 16px 17px; gap: 8px; }
  body[data-page="home"] .about-image-poppies { display: none; }

  .home-mobile-nav {
    position: fixed;
    z-index: 95;
    left: 7px;
    right: 7px;
    bottom: max(7px, env(safe-area-inset-bottom));
    min-height: 57px;
    padding: 5px;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    align-items: stretch;
    gap: 2px;
    border: 1px solid rgba(224, 211, 204, .92);
    border-radius: 14px;
    background: rgba(255, 253, 251, .965);
    box-shadow: 0 10px 34px rgba(50, 31, 23, .18);
    -webkit-backdrop-filter: blur(14px);
    backdrop-filter: blur(14px);
  }

  .home-mobile-nav a,
  .home-mobile-nav button {
    position: relative;
    min-width: 0;
    min-height: 47px;
    padding: 4px 2px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 3px;
    border: 0;
    border-radius: 10px;
    background: transparent;
    color: #7c6d66;
    text-decoration: none;
    font: 700 .55rem/1 var(--font-sans);
  }

  .home-mobile-nav a.is-active {
    background: #fff1ec;
    color: var(--home-red);
  }

  .home-mobile-nav .ui-icon {
    width: 19px;
    height: 19px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
  }

  .home-mobile-nav i {
    position: absolute;
    top: 2px;
    left: calc(50% + 8px);
    min-width: 16px;
    height: 16px;
    padding: 0 4px;
    display: grid;
    place-items: center;
    border: 2px solid #fff;
    border-radius: 999px;
    background: var(--home-red);
    color: #fff;
    font-size: .48rem;
    font-style: normal;
  }

  body[data-page="home"] .footer-benefits {
    width: min(100% - 16px, var(--shell));
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 5px;
    padding: 7px 0;
    overflow: visible;
  }

  body[data-page="home"] .footer-benefits > div,
  body[data-page="home"] .footer-benefits > div:nth-child(3n),
  body[data-page="home"] .footer-benefits > div:last-child {
    width: auto;
    min-width: 0;
    min-height: 40px;
    padding: 6px 7px;
    border: 1px solid var(--home-line);
    border-radius: 8px;
    font-size: .56rem;
    line-height: 1.18;
  }

  body[data-page="home"] .footer-benefits > div:last-child {
    grid-column: 1 / -1;
    justify-content: center;
  }

  body[data-page="home"] .cookie-banner {
    bottom: calc(74px + env(safe-area-inset-bottom));
  }
}

@media (max-width: 430px) {
  body[data-page="home"] .page-shell { width: calc(100% - 12px); }
  body[data-page="home"] .hero { min-height: 284px; padding: 21px 15px 39px; }
  body[data-page="home"] .hero h1 { font-size: clamp(1.9rem, 9.7vw, 2.28rem); }
  body[data-page="home"] .benefits > div,
  body[data-page="home"] .benefits > div:nth-child(3n) { flex-basis: 176px; }
  body[data-page="home"] .category-card { flex-basis: 132px; min-width: 132px; }
  body[data-page="home"] .home-product-grid { gap: 6px; }
  body[data-page="home"] .home-product-card .product-body { min-height: 152px; padding: 7px; }
  body[data-page="home"] .home-product-card .product-body h3 { font-size: .64rem; }
  body[data-page="home"] .promo-card { min-height: 156px; padding: 17px 15px; }
  body[data-page="home"] .promo-card h2 { font-size: 1.4rem; }
  body[data-page="home"] .article-card { flex-basis: 214px; min-width: 214px; }
}

@media (max-width: 360px) {
  body[data-page="home"] .home-product-grid { gap: 5px; }
  body[data-page="home"] .home-product-card .product-body { padding: 6px; }
  body[data-page="home"] .home-product-card .add-button { min-height: 37px; }
}

@media (prefers-reduced-motion: reduce) {
  body[data-page="home"] .site-header,
  body[data-page="home"] .header-main,
  body[data-page="home"] .logo-wrap img,
  body[data-page="home"] .search-form input,
  body[data-page="home"] .category-nav-inner,
  body[data-page="home"] .catalog-panel,
  body[data-page="home"] .category-card,
  body[data-page="home"] .category-card img,
  body[data-page="home"] .home-product-card,
  body[data-page="home"] .home-product-card .product-image img,
  body[data-page="home"] .home-product-card .add-button,
  body[data-page="home"] .home-product-card .add-button::after,
  body[data-page="home"] .promo-card,
  body[data-page="home"] .article-image img {
    transition: none !important;
  }
}
