:root {
  --orange: #f15a24;
  --orange-hover: #dc4b14;
  --orange-soft: #f7c4b0;
  --sage: #7eae86;
  --sage-btn: #6fa078;
  --sage-deep: #59a37d;
  --bg: #f1f7f4;
  --mint: #f1f7f4;
  --peach-band: #fde9e4;
  --sage-band: #d8eddd;
  --banner-beige: #f3d7c4;
  --banner-sage: #b7dcc8;
  --banner-coral: #f5b89a;
  --banner-green: #6fb57a;
  --ink: #1d1d1d;
  --muted: #6a6a6a;
  --white: #fff;
  --navy: #24364a;
  --wire: #cfd8cf;
  --wire-ink: #8a948a;
  --shadow: 0 14px 32px rgba(40, 70, 50, 0.12);
  --shell: 1120px;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Vazirmatn", sans-serif;
  background: var(--sage);
  background-image: radial-gradient(rgba(255, 255, 255, 0.22) 1.15px, transparent 1.2px);
  background-size: 16px 16px;
  color: var(--ink);
}

.page-arrow {
  position: fixed;
  top: 18px;
  left: max(18px, calc(50% - 680px));
  width: 118px;
  height: 90px;
  color: rgba(255, 255, 255, 0.7);
  pointer-events: none;
  z-index: 2;
}

.page-arrow path {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 5 7 3 8 4 6;
}

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

button,
input {
  font-family: inherit;
}

.page {
  width: min(100% - 32px, 1280px);
  margin: 28px auto 56px;
  overflow: hidden;
  background: var(--bg);
  border-radius: 48px;
  box-shadow: 0 24px 60px rgba(40, 70, 50, 0.18);
}

.shell {
  width: min(100% - 56px, var(--shell));
  margin-inline: auto;
}

.white-board {
  position: relative;
  background: var(--white);
  padding-bottom: 36px;
}

.wire-box {
  background: repeating-linear-gradient(-45deg, #f3f6f3 0 10px, #e6ebe6 10px 20px);
  color: var(--wire-ink);
  border: 1.5px dashed var(--wire);
  display: grid;
  place-items: center;
  gap: 8px;
  text-align: center;
}

.wire-box svg {
  width: 42px;
  height: 42px;
}

.wire-box:empty::after {
  content: "";
  width: 38%;
  aspect-ratio: 1;
  background:
    linear-gradient(to top left, transparent calc(50% - 1px), currentColor, transparent calc(50% + 1px)),
    linear-gradient(to top right, transparent calc(50% - 1px), currentColor, transparent calc(50% + 1px));
}

/* ---------- Top bar ---------- */
.site-header {
  position: relative;
}

.topbar-inner {
  grid-template-columns: auto 168px minmax(0, 1fr);
  min-height: 70px;
}

.masthead-inner {
  min-height: 0;
}

.topbar-inner,
.masthead-inner {
  display: grid;
  align-items: center;
  column-gap: 8px;
}

.masthead-inner {
  grid-template-columns: minmax(0, 1fr) 168px minmax(0, 1fr);
}

.nav-start,
.nav-end {
  display: flex;
  align-items: center;
  gap: 20px;
}

.nav-start {
  flex-shrink: 0;
}

.nav-end {
  justify-content: flex-end;
}

.btn-categories {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
  background: var(--orange);
  color: var(--white);
  border: 0;
  border-radius: 999px;
  padding: 9px 16px 9px 14px;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 8px 16px rgba(241, 90, 36, 0.25);
}

.hamburger {
  width: 16px;
  display: grid;
  gap: 3.5px;
}

.hamburger span {
  height: 1.6px;
  background: var(--white);
  border-radius: 2px;
}

.site-nav {
  position: relative;
}

.btn-site-nav {
  display: none;
  align-items: center;
  gap: 7px;
  padding: 8px 12px;
  border: 1.5px solid #d5ddd5;
  border-radius: 999px;
  background: var(--white);
  font-size: 13.5px;
  font-weight: 600;
  color: var(--ink);
  cursor: pointer;
}

.btn-site-nav svg {
  width: 16px;
  height: 16px;
}

.site-nav-panel {
  position: static;
}

.site-nav-list {
  display: flex;
  align-items: center;
  gap: 18px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.site-nav-list a {
  display: inline-flex;
  align-items: center;
  font-size: 13.5px;
  font-weight: 600;
  white-space: nowrap;
}

.i {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.55;
  stroke-linecap: round;
  stroke-linejoin: round;
  flex-shrink: 0;
}

.i .i-fill {
  fill: currentColor;
  stroke: none;
}

.icon-btn {
  width: 36px;
  height: 36px;
  border: 1.5px solid #d5d5d5;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #333;
}

.icon-btn svg {
  width: 18px;
  height: 18px;
}

.cart {
  display: flex;
  align-items: center;
  gap: 10px;
}

.cart.curtain {
  border-radius: 999px;
  padding-block: 4px;
  padding-inline: 10px 4px;
}

.cart-text {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  line-height: 1.2;
}

.cart-text span {
  font-size: 12px;
  color: var(--muted);
}

.cart-text strong {
  font-size: 13px;
  font-weight: 800;
}

.cart-icon {
  width: 40px;
  height: 40px;
  background: var(--orange);
  border-radius: 50%;
  display: grid;
  place-items: center;
  box-shadow: 0 8px 16px rgba(241, 90, 36, 0.25);
  transform-origin: 50% 65%;
}

.cart-icon svg {
  width: 18px;
  height: 18px;
  color: #fff;
}

.logo-island {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 40;
  width: 168px;
  height: 96px;
  transform: translateX(-50%);
  background: var(--white);
  border-radius: 0 0 36px 36px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 22px 8px 0;
  overflow: visible;
}

.brand-logo {
  display: block;
  object-fit: contain;
}

.brand-logo--header {
  width: 100%;
  height: auto;
  max-height: calc(100% - 2px);
  max-width: none;
  margin-top: 0;
  object-position: center bottom;
  transform: translateY(10px);
}

.brand-logo--footer {
  max-width: 250px;
  max-height: 100px;
  margin-inline: auto;
}

.brand-logo--badge {
  width: 26px;
  height: 26px;
  object-fit: contain;
}

/* ---------- Green bar ---------- */
.masthead {
  position: relative;
  z-index: 10;
  margin: 0 20px;
  padding: 14px 8px 118px;
  background: var(--sage);
  border-radius: 24px;
  overflow: hidden;
}

.brush-arrow {
  position: absolute;
  left: 28px;
  top: 8px;
  width: 132px;
  height: 84px;
  color: rgba(255, 255, 255, 0.55);
  pointer-events: none;
}

.brush-arrow path {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 5 7 3 8 4 6;
}

.search {
  display: flex;
  align-items: center;
  gap: 6px;
  width: 100%;
  max-width: 480px;
  min-height: 46px;
  padding-block: 4px;
  padding-inline-start: 14px;
  padding-inline-end: 6px;
  background: var(--white);
  border-radius: 999px;
}

.search input {
  flex: 1;
  min-width: 0;
  border: 0;
  outline: none;
  background: transparent;
  font-size: 13.5px;
}

.search input::placeholder {
  color: #9aa39a;
}

.search-actions {
  display: flex;
  align-items: center;
  gap: 4px;
  flex: 0 0 auto;
}

.search-submit,
.search-action {
  width: 36px;
  height: 36px;
  border: 1.5px solid #d5ddd5;
  border-radius: 50%;
  background: var(--white);
  color: #5d6b5e;
  display: grid;
  place-items: center;
  cursor: pointer;
  flex: 0 0 auto;
  padding: 0;
}

.search-submit svg,
.search-action svg {
  width: 16px;
  height: 16px;
}

.contact-cluster {
  display: flex;
  align-items: center;
  justify-self: end;
  gap: 12px;
}

.phone-pill {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 6px 14px;
  min-width: 138px;
  background: var(--white);
  border-radius: 999px;
  color: var(--ink);
  white-space: nowrap;
}

.phone-copy {
  text-align: center;
}

.phone-copy small {
  display: block;
  font-size: 10.5px;
  color: var(--muted);
}

.phone-copy b {
  font-size: 13.5px;
  font-weight: 800;
}

.phone-icon {
  width: 32px;
  height: 32px;
  background: var(--orange);
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #fff;
  flex: 0 0 auto;
  box-shadow: 0 6px 12px rgba(241, 90, 36, 0.28);
}

.phone-icon svg {
  width: 15px;
  height: 15px;
}

.socials {
  display: flex;
  align-items: center;
  gap: 8px;
}

.socials a {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1.4px solid rgba(255, 255, 255, 0.85);
  color: var(--white);
  display: grid;
  place-items: center;
}

.socials svg {
  width: 18px;
  height: 18px;
}

.cat-menu {
  position: absolute;
  inset-inline: 22px;
  top: 78px;
  z-index: 50;
  padding: 18px 0 20px;
  background: var(--white);
  border-radius: 20px;
  box-shadow: var(--shadow);
}

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

.cat-menu-grid a {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 12px;
  border-radius: 14px;
  font-weight: 600;
  font-size: 13.5px;
}

.cat-menu-photo {
  width: 52px;
  height: 52px;
  flex: 0 0 auto;
  border-radius: 50%;
  overflow: hidden;
  transition: transform 0.28s cubic-bezier(0.22, 1, 0.36, 1);
}

.cat-menu-grid a:hover {
  background: #eef5ee;
  color: var(--orange);
}

.cat-menu-grid a:hover .cat-menu-photo {
  transform: scale(1.06);
}

/* ---------- Hero ---------- */
.hero {
  position: relative;
  z-index: 20;
  margin-top: -100px;
}

.hero-viewport {
  overflow: hidden;
  border-radius: 72px;
  box-shadow: var(--shadow);
  touch-action: pan-y;
}

.hero-track {
  display: flex;
  transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}

.hero-card {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  flex: 0 0 100%;
  width: 100%;
  min-height: 268px;
  overflow: hidden;
  background: var(--white);
}

.hero-copy {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 28px 42px 24px 18px;
}

.chevrons {
  position: absolute;
  top: 32px;
  right: 14px;
  display: flex;
  flex-direction: column;
  color: var(--sage);
}

.chevrons svg {
  width: 14px;
  height: 10px;
  margin-block: -3px;
  stroke-width: 1.8;
}

.hero-copy h1 {
  font-size: clamp(20px, 2.3vw, 28px);
  font-weight: 800;
  line-height: 1.5;
  margin-bottom: 8px;
}

.hero-copy p {
  max-width: 38ch;
  margin-bottom: 18px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.9;
}

.btn-cta {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  gap: 12px;
  padding: 7px 8px 7px 20px;
  background: var(--orange);
  color: var(--white);
  border-radius: 999px;
  font-size: 13.5px;
  font-weight: 700;
  box-shadow: 0 8px 16px rgba(241, 90, 36, 0.25);
}

.cta-arrow {
  width: 32px;
  height: 32px;
  background: var(--white);
  color: var(--orange);
  border-radius: 50%;
  display: grid;
  place-items: center;
}

.cta-arrow svg {
  width: 14px;
  height: 14px;
}

.hero-wire {
  display: flex;
  padding: 18px 22px 18px 18px;
}

.hero-wire .wire-box {
  flex: 1;
  min-height: 228px;
  border-radius: 52px;
  font-size: 12px;
  font-weight: 600;
}

.hero-dots {
  display: flex;
  justify-content: center;
  gap: 7px;
  margin-top: 14px;
  margin-bottom: 8px;
}

.dot {
  width: 9px;
  height: 9px;
  border: 0;
  border-radius: 50%;
  background: var(--orange-soft);
  cursor: pointer;
  transition: width 0.35s ease, background 0.35s ease;
}

.dot.is-active {
  width: 18px;
  border-radius: 999px;
  background: var(--orange);
}

.scroll-cue {
  position: relative;
  z-index: 25;
  width: 48px;
  height: 48px;
  margin: -18px auto 36px;
  padding: 0;
  overflow: hidden;
  border: 0;
  border-radius: 50%;
  background: var(--sage);
  color: #fff;
  box-shadow: 0 8px 16px rgba(80, 120, 90, 0.22);
  display: grid;
  place-items: center;
  cursor: pointer;
}

.scroll-cue .brush-ring {
  position: absolute;
  inset: 1px;
  width: auto;
  height: auto;
  color: rgba(255, 255, 255, 0.88);
  pointer-events: none;
  animation: dash-spin 5.5s linear infinite;
}

.scroll-cue .brush-ring circle {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.55;
  stroke-linecap: round;
  stroke-dasharray: 5 6 3 7 4 5;
}

.scroll-cue .i {
  width: 26px;
  height: 26px;
  stroke-width: 1.7;
  position: relative;
  z-index: 1;
  color: #fff;
}

/* ---------- Categories ---------- */
.categories {
  position: relative;
  padding: 28px 0 48px;
  overflow: hidden;
  background-color: var(--bg);
  background-image: radial-gradient(rgba(126, 174, 134, 0.2) 1.1px, transparent 1.2px);
  background-size: 14px 14px;
}

.cat-panel {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: linear-gradient(180deg, #fbf8f6 0%, #f2ece8 100%);
  border-radius: 28px;
  padding: 16px 14px 14px;
  box-shadow: 0 10px 28px rgba(40, 70, 50, 0.07);
}

.cat-deco-bg,
.cat-deco-sticker {
  position: absolute;
  pointer-events: none;
}

.cat-deco-bg {
  z-index: 0;
  border-radius: 42% 58% 55% 45% / 48% 44% 56% 52%;
}

.cat-deco-bg--a {
  top: 8%;
  inset-inline-end: 6%;
  width: 72px;
  height: 72px;
  background: rgba(126, 174, 134, 0.14);
  transform: rotate(-8deg);
}

.cat-deco-bg--b {
  bottom: 10%;
  inset-inline-start: 5%;
  width: 58px;
  height: 58px;
  background: rgba(247, 196, 176, 0.22);
  border-radius: 55% 45% 48% 52% / 44% 56% 42% 58%;
  transform: rotate(10deg);
}

.cat-deco-sticker {
  z-index: 1;
  background: #fdd9c8;
  border-radius: 42% 58% 55% 45% / 48% 44% 56% 52%;
  opacity: 0.75;
}

.cat-deco-sticker--tr {
  top: -8px;
  inset-inline-start: -10px;
  width: 46px;
  height: 46px;
}

.cat-deco-sticker--bl {
  bottom: -10px;
  inset-inline-end: -12px;
  width: 50px;
  height: 50px;
  border-radius: 55% 45% 48% 52% / 44% 56% 42% 58%;
}

.cat-panel .cat-carousel-wrap {
  position: relative;
  z-index: 2;
}

.categories > .shell {
  position: relative;
  z-index: 1;
}

.section-head {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 18px;
}

.section-head h2 {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 0 0 auto;
  font-size: 17px;
  font-weight: 800;
}

.section-head h2::before {
  content: "";
  width: 4px;
  height: 22px;
  background: var(--orange);
  border-radius: 4px;
}

.head-sub {
  font-size: 12px;
  font-weight: 700;
  color: var(--orange);
}

.head-line {
  flex: 1 1 auto;
  min-width: 24px;
  height: 0;
  border-top: 1.5px dashed #c5cdc5;
}

.see-all {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  gap: 8px;
  padding: 5px 8px 5px 12px;
  border: 1.4px solid #cfd8cf;
  border-radius: 999px;
  background: var(--white);
  color: #6a6a6a;
  font-size: 12.5px;
  font-weight: 600;
  white-space: nowrap;
  transition: border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.see-all-arrow {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--orange);
  color: #fff;
  display: grid;
  place-items: center;
}

.see-all-arrow svg {
  width: 11px;
  height: 11px;
  stroke: #fff;
}

.see-all:hover {
  border-color: var(--orange);
  color: var(--orange);
  transform: translateX(-2px);
}

.cat-carousel-wrap {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  min-width: 0;
}

.cat-carousel-wrap .cat-nav {
  align-self: center;
}

.rail-wrap {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 2px;
  min-width: 0;
  flex: 1;
}

.cat-viewport {
  overflow: hidden;
  flex: 1;
  min-width: 0;
  touch-action: pan-y;
}

.cat-track {
  display: flex;
  gap: 40px;
  padding: 12px 0;
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}

.cat-item {
  position: relative;
  flex: 0 0 auto;
  width: 132px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  font-weight: 600;
}

.cat-photo {
  width: 122px;
  height: 122px;
  border-radius: 50%;
  overflow: hidden;
}

.badge {
  position: absolute;
  top: 2px;
  left: 8px;
  z-index: 2;
  width: 26px;
  height: 26px;
  background: var(--orange);
  color: var(--white);
  border-radius: 50%;
  font-size: 13px;
  font-weight: 800;
  display: grid;
  place-items: center;
}

.badge--new {
  width: auto;
  min-width: 38px;
  height: 22px;
  padding: 0 8px;
  border-radius: 999px;
  background: var(--sage-deep);
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 0.02em;
  box-shadow: 0 4px 10px rgba(89, 163, 125, 0.28);
}

.rail-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 6px 0 2px;
}

.cat-nav {
  width: 36px;
  height: 36px;
  border: 1.4px solid #c5d0c5;
  border-radius: 50%;
  background: var(--white);
  color: #5d6b5e;
  display: grid;
  place-items: center;
  cursor: pointer;
  flex: 0 0 auto;
  box-shadow: 0 4px 12px rgba(40, 70, 50, 0.06);
  transition: transform 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.cat-nav:hover {
  border-color: var(--sage);
  color: var(--sage);
}

.cat-nav:active {
  transform: scale(0.94);
}

.cat-nav:disabled {
  opacity: 0.35;
  cursor: default;
  transform: none;
}

.cat-nav svg {
  width: 16px;
  height: 16px;
}

/* ---------- Shared product UI ---------- */
.card-row {
  display: grid;
  gap: 18px;
}

.rail-viewport {
  overflow: hidden;
  flex: 1;
  min-width: 0;
  touch-action: pan-y;
  padding: 12px 0 18px;
}

.rail-track {
  display: flex;
  gap: 18px;
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}

.rail-track .product-card {
  flex: 0 0 248px;
  width: 248px;
}

.rail-track .blog-card {
  flex: 0 0 320px;
  width: 320px;
}

.product-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  padding: 12px 12px 16px;
  background: var(--white);
  border-radius: 22px;
  box-shadow: 0 10px 24px rgba(40, 70, 50, 0.1);
  transform: translateY(0);
  transition: transform 0.32s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.32s ease;
}

.product-card.featured {
  border: 0;
  background: var(--white);
}

.wish,
.wish.curtain {
  position: absolute;
  top: 14px;
  inset-inline-end: 14px;
  inset-inline-start: auto;
  z-index: 2;
  width: 32px;
  height: 32px;
  border: 0;
  border-radius: 50%;
  background: transparent;
  color: #8a8a8a;
  cursor: pointer;
  display: grid;
  place-items: center;
}

.wish svg {
  width: 20px;
  height: 20px;
}

.thumb {
  width: 100%;
  height: 148px;
  border-radius: 16px;
  overflow: hidden;
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

.product-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 22px 40px rgba(40, 70, 50, 0.18);
}

.product-card:hover .thumb {
  transform: scale(1.06);
}

.product-card:hover .add-cart {
  transform: translateY(-3px) scale(1.1);
}

.product-card h3 {
  font-size: 13.5px;
  font-weight: 700;
  line-height: 1.5;
}

.add-cart {
  position: absolute;
  right: 12px;
  bottom: 14px;
  left: auto;
  width: 38px;
  min-width: 38px;
  height: 38px;
  padding: 0;
  overflow: hidden;
  text-indent: -999px;
  border: 0;
  border-radius: 10px;
  background-color: var(--sage-btn);
  background-image: none;
  color: var(--white);
  cursor: pointer;
}

.add-cart::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background-color: #fff;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6.4 8.2h11.2l-1 10.2H7.4z'/%3E%3Cpath d='M9.2 8.2V6.8a2.8 2.8 0 0 1 5.6 0v1.4'/%3E%3Cpath d='M9.6 12v3.6M12 12v3.6M14.4 12v3.6'/%3E%3C/svg%3E") center / 17px no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6.4 8.2h11.2l-1 10.2H7.4z'/%3E%3Cpath d='M9.2 8.2V6.8a2.8 2.8 0 0 1 5.6 0v1.4'/%3E%3Cpath d='M9.6 12v3.6M12 12v3.6M14.4 12v3.6'/%3E%3C/svg%3E") center / 17px no-repeat;
}

.brand {
  font-size: 12px;
  color: var(--muted);
}

.cat-chip {
  display: inline-flex;
  width: fit-content;
  padding: 3px 10px;
  border-radius: 999px;
  background: #e3f0e6;
  color: var(--sage-deep);
  font-size: 11px;
  font-weight: 600;
}

.disc {
  display: inline-grid;
  place-items: center;
  min-width: 36px;
  height: 30px;
  padding: 0 7px;
  border-radius: 8px;
  background: var(--orange);
  color: #fff;
  font-size: 11px;
  font-weight: 800;
}

.price-block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1px;
}

.product-card .add-cart {
  right: 12px;
  left: auto;
}

.old {
  font-size: 11px;
  color: #9a9a9a;
  text-decoration: line-through;
}

.price-row {
  display: flex;
  align-items: center;
  gap: 8px;
  direction: ltr;
  justify-content: flex-start;
  width: 100%;
  padding-right: 48px;
  margin-top: 4px;
}

.featured .price-row {
  direction: ltr;
  justify-content: flex-start;
  padding-right: 48px;
}

.price-row strong {
  font-size: 13px;
  font-weight: 800;
}

/* ---------- Offers ---------- */
.offers {
  padding: 28px 0 36px;
  background: var(--white);
}

.offers-panel {
  background: linear-gradient(180deg, #fbf8f6 0%, #f2ece8 100%);
  border-radius: 28px;
  padding: 14px 16px 12px;
  box-shadow: 0 10px 28px rgba(40, 70, 50, 0.07);
}

.offers-row {
  display: flex;
  align-items: stretch;
  gap: 14px;
  min-width: 0;
}

.offers-row .offer-badge {
  flex: 0 0 112px;
  width: 112px;
  align-self: stretch;
}

.offers-row .rail-viewport {
  flex: 1;
  min-width: 0;
  padding: 0;
}

.offer-badge {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 100%;
  padding: 24px 12px 28px;
  background: var(--orange);
  color: var(--white);
  border-radius: 999px;
  text-align: center;
}

.offer-badge::before {
  content: "";
  position: absolute;
  inset: -6px -10px;
  border-radius: 999px;
  z-index: -1;
}

.offer-pct-bg {
  position: absolute;
  z-index: 0;
  font-weight: 800;
  line-height: 1;
  color: rgba(255, 255, 255, 0.24);
  pointer-events: none;
}

.offer-pct-bg--a {
  top: 16%;
  inset-inline-end: 18%;
  font-size: 20px;
  transform: rotate(-10deg);
}

.offer-pct-bg--b {
  top: 46%;
  inset-inline-start: 14%;
  font-size: 15px;
  opacity: 0.85;
}

.offer-pct-bg--c {
  bottom: 18%;
  inset-inline-end: 24%;
  font-size: 17px;
  transform: rotate(8deg);
}

.offer-pct-sticker {
  position: absolute;
  z-index: 1;
  display: grid;
  place-items: center;
  font-size: 22px;
  font-weight: 800;
  line-height: 1;
  color: var(--orange);
  background: #fdd9c8;
  border-radius: 42% 58% 55% 45% / 48% 44% 56% 52%;
}

.offer-pct-sticker--tr {
  top: -10px;
  inset-inline-start: -14px;
  width: 54px;
  height: 54px;
  font-size: 24px;
}

.offer-pct-sticker--bl {
  bottom: -12px;
  inset-inline-end: -16px;
  width: 58px;
  height: 58px;
  font-size: 26px;
}

.offer-pct-sticker--center {
  position: relative;
  width: 36px;
  height: 36px;
  margin-bottom: 2px;
  font-size: 17px;
  color: var(--orange);
  background: #fff;
  border-radius: 44% 56% 53% 47% / 49% 45% 55% 51%;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.45);
}

.offer-badge-copy {
  position: relative;
  z-index: 1;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.35;
}

/* ---------- Promo banners ---------- */
.promo-row {
  padding: 20px 0 32px;
}

.promo-row.banners-a {
  background: var(--white);
}

.promo-row.banners-b {
  background: var(--mint);
  padding-top: 4px;
}

.promo-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}

.promo {
  --promo-cut: none;
  position: relative;
  z-index: 2;
  display: block;
  min-height: 168px;
  overflow: visible;
  background: transparent;
  isolation: isolate;
}

.promo-bag { --promo-cut: url("img/bag.webp"); }
.promo-shoes { --promo-cut: url("img/shoes.webp"); }
.promo-backpack { --promo-cut: url("img/backpack.webp"); }
.promo-blender { --promo-cut: url("img/blender.webp"); }

.promo-blob {
  position: absolute;
  inset: 40px 0 34px;
  z-index: 0;
  border-radius: 999px;
}

.promo.peach .promo-blob { background: var(--banner-coral); }
.promo.mint .promo-blob { background: var(--banner-green); }

.banners-a .promo.peach .promo-blob { background: var(--banner-beige); }
.banners-a .promo.mint .promo-blob { background: var(--banner-sage); }

.promo-grid.oval .promo-blob {
  inset: 54px 0 30px;
  border-radius: 110px 80px 28px 34px / 64px 52px 28px 34px;
}

.promo-copy {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 168px;
  padding: 48px 22px 32px;
  padding-inline-start: 8%;
  padding-inline-end: 44%;
}

.promo-copy h3 {
  font-size: 18px;
  margin-bottom: 6px;
}

.promo-copy p {
  font-size: 13px;
  color: #5d5d5d;
}

.banners-b .promo.mint .promo-copy,
.banners-b .promo.mint .promo-copy p {
  color: #fff;
}

.promo-brushes {
  position: absolute;
  z-index: 1;
  inset: -8% -16%;
  width: auto;
  height: auto;
  overflow: visible;
  pointer-events: none;
}

.promo-brushes .promo-swirl {
  fill: none;
  stroke: var(--orange);
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 4 5 2 6 3 4;
}

.promo-brushes .promo-swirl.soft {
  opacity: 0.4;
  stroke-width: 1.3;
}

.promo-figure .promo-star {
  position: absolute;
  z-index: 5;
  width: 12%;
  aspect-ratio: 1;
  color: var(--orange);
  background: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='6 0 8 12'%3E%3Cpath fill='black' d='M10 0c.4 2.5 1.5 4.6 3.8 6-2.3 1.4-3.4 3.5-3.8 6-.4-2.5-1.5-4.6-3.8-6C8.5 4.6 9.6 2.5 10 0z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='6 0 8 12'%3E%3Cpath fill='black' d='M10 0c.4 2.5 1.5 4.6 3.8 6-2.3 1.4-3.4 3.5-3.8 6-.4-2.5-1.5-4.6-3.8-6C8.5 4.6 9.6 2.5 10 0z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.promo.mint .promo-brushes .promo-swirl {
  stroke: #fff;
}

.promo.mint .promo-figure .promo-star {
  color: #fff;
}

.promo-star.s1 {
  top: 2%;
  inset-inline-end: 4%;
  animation: promo-twinkle 2.2s ease-in-out infinite;
}

.promo-star.s2 {
  top: 46%;
  inset-inline-start: -10%;
  width: 8%;
  animation: promo-twinkle 2.6s ease-in-out 0.35s infinite;
}

.promo-star.s3 {
  bottom: 8%;
  inset-inline-end: -8%;
  width: 6.5%;
  animation: promo-twinkle 2s ease-in-out 0.7s infinite;
}

.promo-figure {
  position: absolute;
  z-index: 4;
  inset-inline-end: 7%;
  bottom: 0;
  height: 155px;
  line-height: 0;
  overflow: visible;
  pointer-events: none;
  transition: transform 0.45s ease;
}

.promo-bag .promo-figure,
.promo-shoes .promo-figure,
.promo-backpack .promo-figure,
.promo-blender .promo-figure {
  height: 155px;
  inset-inline-end: 7%;
  bottom: 0;
}

.promo-photo {
  position: relative;
  display: block;
  height: 100%;
  width: auto;
  max-width: none;
  object-fit: contain;
  object-position: bottom center;
  filter: drop-shadow(0 16px 20px rgba(40, 70, 50, 0.22));
}

.promo-sheen {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    108deg,
    transparent 28%,
    rgba(255, 255, 255, 0.08) 42%,
    rgba(255, 255, 255, 0.78) 50%,
    rgba(255, 255, 255, 0.08) 58%,
    transparent 72%
  );
  background-size: 220% 100%;
  background-position: 130% 0;
  -webkit-mask-image: var(--promo-cut);
  mask-image: var(--promo-cut);
  -webkit-mask-size: var(--promo-mask-size, contain);
  mask-size: var(--promo-mask-size, contain);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: var(--promo-mask-pos, bottom center);
  mask-position: var(--promo-mask-pos, bottom center);
  opacity: 0;
  pointer-events: none;
}

.promo:hover .promo-figure {
  transform: translateY(-6px);
}

.promo:hover .promo-sheen {
  opacity: 1;
  animation: promo-shine 0.85s ease forwards;
}

.promo-art {
  min-height: 100%;
  border-radius: 0;
  border: 0;
}

/* ---------- Bestsellers ---------- */
.bestsellers {
  padding: 24px 0 32px;
  background: var(--white);
}

.bestsellers > .shell {
  background: var(--sage-band);
  border-radius: 48px;
  padding: 28px 24px 22px;
}

.mini-card {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 10px;
  align-items: center;
  padding: 10px;
  background: var(--white);
  border-radius: 22px;
  box-shadow: 0 8px 18px rgba(40, 70, 50, 0.08);
  transform: translateY(0);
  transition: transform 0.28s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.28s ease;
}

.filters {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 16px;
}

.chip {
  border: 1px solid #d5ddd5;
  background: var(--white);
  border-radius: 999px;
  padding: 7px 14px;
  font-size: 12.5px;
  cursor: pointer;
}

.chip.is-active {
  background: var(--sage);
  border-color: var(--sage);
  color: var(--white);
}

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

.mini-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 24px rgba(40, 70, 50, 0.12);
}

.mini-thumb {
  width: 72px;
  height: 72px;
  border-radius: 16px;
}

.mini-card h3 {
  font-size: 13px;
  margin-bottom: 8px;
  font-weight: 700;
}

.mini-price {
  display: flex;
  align-items: center;
  gap: 6px;
}

.mini-card .disc {
  display: inline-grid;
  margin: 0;
  min-width: 32px;
  height: 24px;
  font-size: 10px;
}

.mini-card strong {
  font-size: 12.5px;
  font-weight: 800;
}

/* ---------- New / selected / blog ---------- */
.new-products,
.about {
  padding: 32px 0 40px;
}

.new-products {
  background: linear-gradient(to bottom, #fff 42%, var(--peach-band) 42%);
}

/* ---------- Products (above blog) ---------- */
.selected {
  padding: 24px 0 32px;
  background: var(--white);
}

.selected > .shell {
  position: relative;
  overflow: hidden;
  background: var(--sage-band);
  border-radius: 48px;
  padding: 28px 24px 22px;
}

.selected > .shell::after {
  content: "";
  position: absolute;
  left: -4%;
  bottom: -18%;
  width: 42%;
  height: 55%;
  background: radial-gradient(ellipse at center, rgba(255, 255, 255, 0.35) 0%, transparent 68%);
  pointer-events: none;
}

.selected > .shell > * {
  position: relative;
  z-index: 1;
}

/* ---------- Blog ---------- */
.blog {
  padding: 32px 0 40px;
  background: var(--white);
}

.about,
.trust {
  background: var(--white);
}

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

.blog-card {
  display: flex;
  flex-direction: column;
  background: var(--white);
  border-radius: 22px;
  overflow: visible;
  box-shadow: 0 10px 24px rgba(40, 70, 50, 0.1);
  transform: translateY(0);
  transition: transform 0.32s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.32s ease;
}

.blog-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 22px 40px rgba(40, 70, 50, 0.16);
}

.blog-cover {
  height: 148px;
  margin: 12px 12px 0;
  border: 0;
  border-radius: 16px;
  overflow: hidden;
  transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}

.blog-card:hover .blog-cover {
  transform: scale(1.04);
}

.blog-body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  padding: 12px 14px 14px;
  flex: 1;
}

.blog-card .cat-chip {
  margin-top: 2px;
}

.blog-card h3 {
  font-size: 14.5px;
  font-weight: 800;
  line-height: 1.5;
}

.blog-card p {
  margin: 0;
  font-size: 13px;
  color: var(--muted);
  line-height: 1.7;
}

.blog-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  width: 100%;
  margin-top: auto;
  padding-top: 6px;
}

.blog-date {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #c48468;
  font-size: 12px;
  font-weight: 600;
}

.blog-date .i {
  width: 15px;
  height: 15px;
}

.blog-more {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--sage-deep);
  font-size: 12.5px;
  font-weight: 700;
  white-space: nowrap;
}

.blog-more-arrow {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--sage-btn);
  color: #fff;
  display: grid;
  place-items: center;
}

.blog-more-arrow .i {
  width: 12px;
  height: 12px;
}

.about {
  position: relative;
  overflow: hidden;
  background: var(--white);
}

.about::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 6%;
  width: 38%;
  height: 58%;
  background-image: radial-gradient(rgba(241, 90, 36, 0.2) 1.15px, transparent 1.2px);
  background-size: 14px 14px;
  pointer-events: none;
}

.about-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 28px;
  align-items: center;
}

.about-copy h2 {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
  font-size: 22px;
  white-space: nowrap;
}

.about-copy h2::before {
  content: "";
  width: 4px;
  height: 26px;
  background: var(--orange);
  border-radius: 4px;
}

.about-copy p {
  color: var(--muted);
  line-height: 2;
  margin-bottom: 18px;
}

.btn-about {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 10px 8px 16px;
  background: var(--sage);
  color: #fff;
  border-radius: 999px;
  font-size: 13.5px;
  font-weight: 700;
}

.btn-about .cta-arrow {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--white);
  color: var(--sage-deep);
  display: grid;
  place-items: center;
}

.about-visual {
  position: relative;
  min-height: 250px;
}

.about-stage {
  position: relative;
  padding: 18px 0 8px;
}

.about-brush {
  position: absolute;
  left: -6%;
  right: -6%;
  bottom: 16%;
  height: 54px;
  z-index: 0;
  pointer-events: none;
  filter: drop-shadow(0 6px 14px rgba(255, 255, 255, 0.35));
}

.about-brush path {
  fill: rgba(255, 255, 255, 0.92);
}

.about-pill {
  position: relative;
  z-index: 1;
  min-height: 210px;
  border-radius: 999px;
  overflow: visible;
  background: linear-gradient(180deg, #f9dcc8 0%, #f5b89a 52%, #efab88 100%);
  box-shadow: inset 0 -8px 18px rgba(214, 120, 82, 0.12);
}

.about-products {
  position: absolute;
  inset: 6% 8% 4%;
}

.about-product {
  position: absolute;
  height: auto;
  max-height: 78%;
  object-fit: contain;
  object-position: bottom center;
  filter: drop-shadow(0 14px 22px rgba(40, 70, 50, 0.2));
  pointer-events: none;
}

.about-product.p1 {
  width: 38%;
  inset-inline-start: 30%;
  bottom: 2%;
  z-index: 3;
  animation-delay: 0s;
}

.about-product.p2 {
  width: 30%;
  inset-inline-start: 4%;
  bottom: 12%;
  z-index: 4;
  animation-delay: 0.45s;
}

.about-product.p3 {
  width: 28%;
  inset-inline-start: 58%;
  bottom: 10%;
  z-index: 4;
  animation-delay: 0.9s;
}

.about-product.p4 {
  width: 26%;
  inset-inline-start: 18%;
  top: 4%;
  z-index: 2;
  animation-delay: 1.25s;
}

.about-logo {
  position: absolute;
  inset-inline-end: 18px;
  bottom: 6px;
  width: 72px;
  height: 72px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: var(--white);
  box-shadow: 0 8px 18px rgba(40, 70, 50, 0.14);
  display: grid;
  place-items: center;
  overflow: hidden;
  z-index: 5;
  cursor: default;
}

.about-logo .brush-ring {
  position: absolute;
  inset: 2px;
  width: auto;
  height: auto;
  color: var(--sage);
  pointer-events: none;
  animation: dash-spin 5.5s linear infinite;
}

.about-logo .brush-ring circle {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.55;
  stroke-linecap: round;
  stroke-dasharray: 5 6 3 7 4 5;
}

.about-logo .brand-logo--badge {
  width: 40px;
  height: 40px;
  object-fit: contain;
  position: relative;
  z-index: 1;
  border-radius: 4px;
}

.trust {
  padding: 8px 0 200px;
  background: var(--white);
}

.trust-panel {
  background: var(--sage-band);
  border-radius: 48px;
  padding: 16px 18px;
}

.trust-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}

.trust-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px 10px 12px;
  background: rgba(255, 255, 255, 0.72);
  border-radius: 999px;
  box-shadow: 0 6px 16px rgba(40, 70, 50, 0.06);
  transition: transform 0.28s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.28s ease;
}

.trust-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 22px rgba(40, 70, 50, 0.1);
}

.trust-icon {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  background: #eaf5ee;
  border: 2px solid #fff;
  box-shadow: 0 0 0 1.5px #bfd9c6;
  color: var(--ink);
  animation: trust-float 3.2s ease-in-out infinite;
}

.trust-item:nth-child(2) .trust-icon {
  animation-delay: 0.35s;
}

.trust-item:nth-child(3) .trust-icon {
  animation-delay: 0.7s;
}

.trust-item:nth-child(4) .trust-icon {
  animation-delay: 1.05s;
}

.trust-icon svg {
  width: 20px;
  height: 20px;
}

.trust-item b {
  font-size: 12.5px;
  font-weight: 700;
}

/* ---------- Footer ---------- */
.site-footer {
  position: relative;
  z-index: 6;
  overflow: visible;
  background: var(--sage-deep);
  background-image: radial-gradient(rgba(255, 255, 255, 0.16) 1.15px, transparent 1.2px);
  background-size: 14px 14px;
}

.footer-top {
  position: relative;
  z-index: 4;
  width: min(100% - 100px, 960px);
  margin: 0 auto;
  padding: 28px 40px 0;
  background: var(--white);
  border-radius: 100px;
  text-align: center;
  box-shadow: var(--shadow);
  transform: translateY(-50%);
}

.footer-top .to-top,
.footer-top .to-top.curtain {
  position: absolute;
  top: -24px;
  left: 50%;
  right: auto;
  z-index: 8;
  margin: 0;
  transform: translateX(-50%);
}

.footer-socials {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 8px;
  margin-bottom: 30px;
  padding-bottom: 14px;
}

.footer-socials a {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--orange);
  color: #fff;
  display: grid;
  place-items: center;
}

.footer-socials svg {
  width: 18px;
  height: 18px;
}

.footer-about .brand-logo--footer {
  margin-bottom: 2px;
}

.footer-about p {
  max-width: 46ch;
  margin: 6px auto 0;
  color: var(--muted);
  line-height: 1.8;
  font-size: 13px;
}

.brush-footer {
  position: absolute;
  inset: 70px 0 auto;
  width: 100%;
  height: 220px;
  pointer-events: none;
  z-index: 1;
}

.brush-footer path {
  fill: none;
  stroke: rgba(255, 255, 255, 0.22);
  stroke-width: 6;
  stroke-linecap: round;
  stroke-dasharray: 18 16 10 22;
}

.contact-line {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin-bottom: 8px;
  color: var(--white);
}

.contact-line svg {
  width: 16px;
  height: 16px;
  flex: 0 0 auto;
  margin-top: 3px;
}

.footer-top .brush-swirl {
  position: absolute;
  inset: auto 8% -6px;
  height: 70px;
  width: auto;
  pointer-events: none;
  color: var(--orange);
}

.footer-top .brush-swirl path {
  fill: none;
  stroke: rgba(241, 90, 36, 0.28);
  stroke-width: 5;
  stroke-linecap: round;
}

.footer-main {
  position: relative;
  z-index: 2;
  margin-top: -7.25rem;
  padding: 36px 0 28px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 160px;
  gap: 24px;
}

.footer-grid h3 {
  margin-bottom: 10px;
  font-size: 14px;
  color: var(--white);
}

.footer-grid a,
.footer-grid p {
  display: block;
  margin-bottom: 6px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.86);
}

.footer-grid > div:not(.enamad) a {
  position: relative;
  padding-inline-start: 14px;
}

.footer-grid > div:not(.enamad) a::before {
  content: "";
  position: absolute;
  inset-inline-start: 0;
  top: 0.55em;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #fff;
}

.enamad {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  align-items: center;
}

.enamad .trust-badge {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.92);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.enamad .trust-badge:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
}

.enamad .trust-badge img {
  display: block;
  width: 100%;
  max-width: 120px;
  height: auto;
}

.footer-bottom {
  background: #4a8f6c;
  color: var(--white);
  padding: 14px 0;
}

.footer-bottom-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  font-size: 12px;
}

.socials.dark a {
  color: var(--white);
}

/* ---------- Curtain hover ---------- */
.curtain {
  --curtain-color: var(--orange);
  --curtain-ink: var(--sage);
  --curtain-x: 0%;
  --curtain-y: -101%;
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.curtain-fill {
  position: absolute;
  inset: 0;
  z-index: -1;
  border-radius: inherit;
  background: var(--curtain-color);
  transform: translate(var(--curtain-x), var(--curtain-y));
  transition: transform 0.48s cubic-bezier(0.22, 1, 0.36, 1);
  pointer-events: none;
}

.curtain.is-curtain .curtain-fill {
  transform: translate(0, 0);
}

.curtain > *:not(.curtain-fill) {
  z-index: 1;
}

.curtain.is-curtain,
.curtain.is-curtain.btn-categories,
.curtain.is-curtain.btn-cta,
.curtain.is-curtain.btn-about,
.curtain.is-curtain.see-all,
.curtain.is-curtain.chip,
.curtain.is-curtain .phone-copy,
.curtain.is-curtain .phone-copy small,
.curtain.is-curtain .phone-copy b,
.curtain.is-curtain .cart-text,
.curtain.is-curtain .cart-text span,
.curtain.is-curtain .cart-text strong,
.curtain.is-curtain .trust-item b {
  color: #fff !important;
}

.curtain.is-curtain svg,
.curtain.is-curtain .i,
.curtain.is-curtain .site-nav-list svg,
.curtain.is-curtain .socials svg {
  color: #fff !important;
}

.curtain.is-curtain .hamburger {
  position: relative;
  z-index: 1;
}

.curtain.is-curtain .hamburger span {
  background: #fff !important;
}

.curtain.is-curtain.add-cart::after {
  background-color: #fff;
}

.curtain.is-curtain .see-all-arrow,
.curtain.is-curtain .cta-arrow,
.curtain.is-curtain .phone-icon,
.curtain.is-curtain .cart-icon,
.curtain.is-curtain .trust-icon {
  background: var(--curtain-ink);
  color: #fff;
}

.curtain.is-curtain .see-all-arrow svg,
.curtain.is-curtain .cta-arrow svg,
.curtain.is-curtain .phone-icon svg,
.curtain.is-curtain .cart-icon svg,
.curtain.is-curtain .trust-icon svg,
.curtain.is-curtain .see-all-arrow .i,
.curtain.is-curtain .cta-arrow .i {
  color: #fff;
}

.site-nav-list a.curtain {
  padding: 6px 10px;
  border-radius: 999px;
}

.scroll-cue.curtain .brush-ring,
.scroll-cue.curtain .i {
  z-index: 2;
}

.scroll-cue.is-curtain,
.scroll-cue.is-curtain .brush-ring,
.scroll-cue.is-curtain .i {
  color: #fff;
}

/* ---------- Motion ---------- */
.motion-sparkle {
  animation: sparkle 2.2s ease-in-out infinite;
  transform-origin: 12px 10px;
}

.motion-flame {
  animation: flicker 1.5s ease-in-out infinite;
  transform-origin: 12px 20px;
}

.motion-cart {
  animation: cart-sway 2.8s ease-in-out infinite;
}

.motion-phone {
  animation: ring 2.6s ease-in-out infinite;
}

.motion-search {
  animation: search-nudge 2.4s ease-in-out infinite;
}

.motion-scroll {
  animation: scroll-bob 1.7s ease-in-out infinite;
}

.motion-cta {
  animation: cta-nudge 1.8s ease-in-out infinite;
}

.motion-badge {
  animation: badge-pulse 1.8s ease-in-out infinite;
}

.motion-about {
  animation: about-float 4s ease-in-out infinite;
}

.motion-about-badge {
  animation: about-badge-bob 2.8s ease-in-out infinite;
}

.motion-chevrons svg {
  animation: chevron-up 1.35s ease-in-out infinite;
}

.motion-chevrons svg:nth-child(2) {
  animation-delay: 0.12s;
}

.motion-chevrons svg:nth-child(3) {
  animation-delay: 0.24s;
}

.wish svg {
  transition: transform 0.2s ease, fill 0.2s ease, color 0.2s ease;
}

.wish:hover svg,
.wish.is-on svg {
  color: var(--orange);
  animation: heart-beat 0.7s ease-in-out;
}

.wish.is-on svg {
  fill: currentColor;
}

.add-cart {
  transition: transform 0.2s ease;
}

.add-cart:hover {
  transform: translateY(-2px) scale(1.06);
}

.add-cart.is-added {
  animation: cart-pop 0.45s ease;
}

.socials a {
  transition: transform 0.2s ease;
}

.socials a:hover {
  transform: translateY(-2px) scale(1.12);
}

.trust-item:hover .motion-shield {
  animation: shield-pop 0.55s ease;
}

.trust-item:hover .motion-truck {
  animation: truck-go 0.7s ease;
}

.trust-item:hover .motion-headset {
  animation: headset-bob 0.6s ease;
}

.trust-item:hover .motion-return {
  animation: return-spin 0.7s ease;
}

@keyframes sparkle {
  0%, 100% { transform: scale(1) rotate(0deg); opacity: 1; }
  40% { transform: scale(1.18) rotate(-8deg); opacity: 0.75; }
  70% { transform: scale(0.92) rotate(6deg); opacity: 1; }
}

@keyframes flicker {
  0%, 100% { transform: scale(1) rotate(0deg); }
  30% { transform: scale(1.08, 1.14) rotate(-4deg); }
  60% { transform: scale(0.96, 1.04) rotate(5deg); }
}

@keyframes cart-sway {
  0%, 100% { transform: rotate(0deg); }
  25% { transform: rotate(-7deg); }
  55% { transform: rotate(6deg); }
}

@keyframes ring {
  0%, 70%, 100% { transform: rotate(0deg); }
  76% { transform: rotate(14deg); }
  82% { transform: rotate(-12deg); }
  88% { transform: rotate(8deg); }
  94% { transform: rotate(-4deg); }
}

@keyframes search-nudge {
  0%, 70%, 100% { transform: rotate(0deg) scale(1); }
  80% { transform: rotate(12deg) scale(1.08); }
  90% { transform: rotate(-6deg) scale(1.02); }
}

@keyframes brush-drift {
  0%,
  100% { transform: translate(-50%, -50%) rotate(-12deg); }
  50% { transform: translate(-50%, -50%) rotate(8deg); }
}

@keyframes scroll-bob {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(4px); }
}

@keyframes cta-nudge {
  0%, 100% { transform: translateX(0); }
  50% { transform: translateX(-4px); }
}

@keyframes badge-pulse {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.12); }
}

@keyframes chevron-up {
  0%, 100% { transform: translateY(0); opacity: 0.35; }
  50% { transform: translateY(-4px); opacity: 1; }
}

@keyframes heart-beat {
  0%, 100% { transform: scale(1); }
  30% { transform: scale(1.22); }
  55% { transform: scale(0.94); }
  80% { transform: scale(1.1); }
}

@keyframes cart-pop {
  0% { transform: scale(1); }
  40% { transform: scale(1.16) rotate(-8deg); }
  100% { transform: scale(1) rotate(0deg); }
}

@keyframes shield-pop {
  0% { transform: scale(1); }
  40% { transform: scale(1.12); }
  100% { transform: scale(1); }
}

@keyframes truck-go {
  0% { transform: translateX(0); }
  50% { transform: translateX(-6px); }
  100% { transform: translateX(0); }
}

@keyframes headset-bob {
  0%, 100% { transform: rotate(0deg); }
  40% { transform: rotate(-8deg); }
  70% { transform: rotate(6deg); }
}

@keyframes return-spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(-360deg); }
}

@keyframes about-float {
  0%, 100% { transform: translateY(0) rotate(0deg); }
  35% { transform: translateY(-8px) rotate(-2deg); }
  70% { transform: translateY(4px) rotate(2deg); }
}

@keyframes about-badge-bob {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-4px); }
}

@keyframes trust-float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-3px); }
}

@keyframes dash-spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

@keyframes promo-shine {
  0% {
    background-position: 130% 0;
    opacity: 0;
  }
  12% { opacity: 1; }
  100% {
    background-position: -35% 0;
    opacity: 0.15;
  }
}

@keyframes promo-twinkle {
  0%, 100% { opacity: 0.55; }
  50% { opacity: 1; }
}

@media (prefers-reduced-motion: reduce) {
  .motion-sparkle,
  .motion-flame,
  .motion-cart,
  .motion-phone,
  .motion-search,
  .motion-scroll,
  .motion-cta,
  .motion-badge,
  .motion-about,
  .motion-about-badge,
  .trust-icon,
  .motion-chevrons svg,
  .about-logo .brush-ring,
  .scroll-cue .brush-ring,
  .promo-star.s1,
  .promo-star.s2,
  .promo-star.s3,
  .promo:hover .promo-sheen {
    animation: none;
  }

  .promo:hover .promo-figure {
    transform: none;
  }

  .hero-track,
  .cat-track,
  .rail-track,
  .dot {
    transition: none;
  }

  .product-card:hover,
  .blog-card:hover,
  .mini-card:hover,
  .product-card:hover .thumb,
  .blog-card:hover .blog-cover,
  .product-card:hover .add-cart,
  .see-all:hover {
    transform: none;
  }
}

@media (max-width: 980px) {
  .shell {
    width: min(100% - 28px, var(--shell));
  }

  .topbar-inner {
    grid-template-columns: auto 1fr;
  }

  .masthead-inner {
    grid-template-columns: 1fr;
    row-gap: 12px;
    padding-top: 18px;
  }

  .logo-slot {
    display: none;
  }

  .brand-logo--footer {
    max-width: min(250px, 72vw);
    max-height: 100px;
  }

  .masthead {
    padding-top: 36px;
  }

  .search,
  .contact-cluster {
    max-width: none;
    justify-self: stretch;
  }

  .contact-cluster {
    justify-content: space-between;
  }

  .hero-viewport,
  .hero-card {
    border-radius: 36px;
  }

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

  .hero-wire {
    order: -1;
  }

  .hero-copy {
    padding: 8px 24px 24px;
    align-items: center;
    text-align: center;
  }

  .hero-copy p {
    max-width: none;
  }

  .hero-copy .btn-cta {
    align-self: center;
  }

  .chevrons {
    display: none;
  }

  .cart-text {
    display: none;
  }

  .cat-menu-grid {
    grid-template-columns: 1fr 1fr;
  }

  .offers-panel {
    padding: 12px 12px 10px;
    border-radius: 22px;
  }

  .offers-row {
    flex-direction: column;
    gap: 12px;
  }

  .offers-row .rail-viewport {
    order: 1;
    width: 100%;
  }

  .offers-row .offer-badge {
    order: 2;
    flex: 0 0 auto;
    width: auto;
    max-width: calc(100% - 8px);
    align-self: center;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 10px 22px 10px 14px;
    border-radius: 999px;
    min-height: 0;
    overflow: visible;
  }

  .offer-pct-bg,
  .offer-pct-sticker--tr,
  .offer-pct-sticker--bl,
  .cat-deco-sticker--tr,
  .cat-deco-sticker--bl {
    display: none;
  }

  .offer-badge::before {
    inset: -4px -6px;
    border-radius: 999px;
  }

  .offer-pct-sticker--center {
    position: relative;
    width: 34px;
    height: 34px;
    margin: 0;
    font-size: 16px;
    flex-shrink: 0;
  }

  .offer-badge-copy {
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 4px;
    font-size: 14px;
    text-align: start;
  }

  .bestsellers > .shell {
    border-radius: 32px;
    padding: 22px 18px 18px;
  }

  .selected > .shell {
    border-radius: 32px;
    padding: 22px 18px 18px;
  }

  .trust-panel {
    border-radius: 32px;
    padding: 14px 12px;
  }

  .about-pill {
    min-height: 190px;
  }

  .about-brush {
    height: 42px;
    bottom: 14%;
  }

  .about-product.p1 { width: 36%; inset-inline-start: 28%; }
  .about-product.p2 { width: 28%; inset-inline-start: 2%; }
  .about-product.p3 { width: 26%; inset-inline-start: 56%; bottom: 12%; }
  .about-product.p4 { width: 24%; inset-inline-start: 16%; }

  .card-row,
  .mini-grid,
  .promo-grid,
  .blog-grid,
  .about-grid,
  .trust-row,
  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }

  .rail-track .product-card {
    flex-basis: 220px;
    width: 220px;
  }

  .rail-track .blog-card {
    flex-basis: 260px;
    width: 260px;
  }
}

@media (max-width: 767px) {
  .nav-start {
    gap: 10px;
  }

  .btn-categories {
    padding-inline: 12px 14px;
    font-size: 12.5px;
  }

  .btn-site-nav {
    display: inline-flex;
  }

  .site-nav-panel {
    position: absolute;
    inset-inline-end: 0;
    top: calc(100% + 10px);
    min-width: 210px;
    padding: 8px;
    background: var(--white);
    border-radius: 16px;
    box-shadow: var(--shadow);
    z-index: 55;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-6px);
    transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s;
  }

  .site-nav.is-open .site-nav-panel {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }

  .site-nav-list {
    flex-direction: column;
    align-items: stretch;
    gap: 2px;
  }

  .site-nav-list a {
    padding: 10px 12px;
    border-radius: 12px;
    white-space: normal;
  }

  .site-nav-list a:hover {
    background: #eef5ee;
    color: var(--orange);
  }
}

@media (max-width: 640px) {
  .page {
    width: min(100% - 12px, 1360px);
  }

  .shell {
    width: min(100% - 20px, var(--shell));
  }

  .masthead {
    margin: 0 10px;
    padding-top: 40px;
  }

  .btn-site-nav span {
    display: none;
  }

  .btn-site-nav {
    width: 36px;
    height: 36px;
    padding: 0;
    justify-content: center;
  }

  .hero-copy h1 {
    font-size: 22px;
  }

  .cat-panel {
    border-radius: 22px;
    padding: 12px 10px 10px;
  }

  .cat-deco-bg--a {
    width: 56px;
    height: 56px;
    opacity: 0.8;
  }

  .cat-deco-bg--b {
    width: 46px;
    height: 46px;
    opacity: 0.8;
  }

  .card-row,
  .mini-grid,
  .promo-grid,
  .blog-grid,
  .about-grid,
  .trust-row,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .promo {
    min-height: 210px;
  }

  .promo-copy {
    padding-inline-end: 8%;
    padding-bottom: 118px;
  }

  .promo-figure,
  .promo-bag .promo-figure,
  .promo-shoes .promo-figure,
  .promo-backpack .promo-figure,
  .promo-blender .promo-figure {
    height: 155px;
    inset-inline-end: 7%;
    bottom: 0;
  }

  .rail-track .product-card,
  .rail-track .blog-card {
    flex-basis: min(280px, 78vw);
    width: min(280px, 78vw);
  }

  .footer-bottom-inner {
    flex-direction: column;
  }
}

/* ── Theme panel (floating color switcher) ── */
.theme-panel {
  position: fixed;
  inset-inline-end: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9999;
  pointer-events: none;
}

.theme-panel > * {
  pointer-events: auto;
}

.theme-panel-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border: none;
  border-radius: 0 14px 14px 0;
  background: var(--white);
  color: var(--orange);
  box-shadow: var(--shadow);
  cursor: pointer;
  transition: background 0.2s, color 0.2s, transform 0.2s;
}

.theme-panel-toggle:hover {
  background: var(--orange);
  color: var(--white);
}

.theme-panel.is-open .theme-panel-toggle {
  background: var(--sage);
  color: var(--white);
}

.theme-panel-drawer {
  position: absolute;
  inset-inline-end: 100%;
  top: 50%;
  transform: translateY(-50%) translateX(12px);
  width: min(280px, calc(100vw - 70px));
  padding: 1.1rem 1.15rem 1.25rem;
  background: var(--white);
  border-radius: 16px;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.14);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s, transform 0.25s, visibility 0.25s;
}

.theme-panel.is-open .theme-panel-drawer {
  opacity: 1;
  visibility: visible;
  transform: translateY(-50%) translateX(-10px);
}

.theme-panel-drawer[hidden] {
  display: block;
}

.theme-panel-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 0.35rem;
}

.theme-panel-title {
  margin: 0;
  font: 700 1rem/1.3 var(--font);
  color: var(--ink);
}

.theme-panel-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border: none;
  border-radius: 8px;
  background: var(--bg);
  color: var(--muted);
  font-size: 1.25rem;
  line-height: 1;
  cursor: pointer;
}

.theme-panel-close:hover {
  background: var(--peach-band);
  color: var(--orange);
}

.theme-panel-lead {
  margin: 0 0 0.85rem;
  font-size: 0.82rem;
  color: var(--muted);
  line-height: 1.5;
}

.theme-presets {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.5rem;
  margin-bottom: 0.9rem;
}

.theme-preset {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.35rem;
  padding: 0.55rem 0.4rem;
  border: 2px solid transparent;
  border-radius: 12px;
  background: var(--bg);
  cursor: pointer;
  transition: border-color 0.2s, background 0.2s;
}

.theme-preset:hover {
  background: var(--mint);
}

.theme-preset[aria-pressed="true"] {
  border-color: var(--orange);
  background: var(--peach-band);
}

.theme-preset-swatches {
  display: flex;
  gap: 4px;
}

.theme-preset-swatches span {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 2px solid var(--white);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.12);
}

.theme-preset-label {
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--ink);
}

.theme-custom {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.6rem;
  margin-bottom: 0.85rem;
}

.theme-field {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--ink);
}

.theme-color-input {
  width: 100%;
  height: 36px;
  padding: 2px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  background: var(--white);
  cursor: pointer;
}

.theme-reset {
  width: 100%;
  padding: 0.55rem 0.75rem;
  border: none;
  border-radius: 10px;
  background: var(--sage-band);
  color: var(--ink);
  font: 600 0.82rem/1 var(--font);
  cursor: pointer;
  transition: background 0.2s;
}

.theme-reset:hover {
  background: var(--sage);
  color: var(--white);
}

.theme-panel-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.25);
  z-index: -1;
  opacity: 0;
  transition: opacity 0.25s;
}

.theme-panel.is-open .theme-panel-backdrop {
  opacity: 1;
}

.theme-panel-backdrop[hidden] {
  display: block;
}

@media (max-width: 480px) {
  .theme-panel {
    top: auto;
    bottom: 1.25rem;
    transform: none;
  }

  .theme-panel-drawer {
    top: auto;
    bottom: calc(100% + 10px);
    transform: translateY(8px);
  }

  .theme-panel.is-open .theme-panel-drawer {
    transform: translateY(0);
  }
}
