:root {
  --bg: #f7f3ec;
  --surface: #ffffff;
  --surface-soft: #fbf7f0;
  --surface-muted: #f1ece2;
  --text: #151142;
  --text-soft: #5a5888;
  --green: #b2b0ff;
  --green-deep: #151142;
  --green-pale: #ecebff;
  --gold: #e8512e;
  --gold-deep: #c23d1d;
  --line: rgba(37, 34, 29, 0.08);
  --shadow: 0 20px 60px rgba(21, 17, 66, 0.12);
  --shadow-soft: 0 10px 30px rgba(21, 17, 66, 0.08);
  --radius-xl: 32px;
  --radius-lg: 24px;
  --radius-md: 18px;
  --radius-sm: 12px;
  --container: 1280px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(232, 81, 46, 0.08), transparent 32%),
    linear-gradient(180deg, #f8f5ef 0%, #f4efe8 100%);
  font-family: "Trebuchet MS", "Segoe UI", sans-serif;
}

img,
svg {
  display: block;
  max-width: 100%;
}

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

button,
input {
  font: inherit;
}

.container {
  width: min(100%, var(--container));
  margin: 0 auto;
  padding-inline: 0;
}

.site-shell {
  padding: 0 0 48px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(14px);
}

.topbar,
.main-header,
.nav-wrap,
.hero__frame,
.benefits,
.content-grid > * {
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.6);
}

.topbar {
  background: linear-gradient(135deg, var(--green-deep) 0%, #26206f 100%);
  border-radius: 0;
  color: #f8f6f0;
  border-color: rgba(255, 255, 255, 0.12);
  overflow: hidden;
  max-height: 48px;
  opacity: 1;
  transform: translateY(0);
  transition:
    max-height 220ms ease,
    opacity 180ms ease,
    transform 220ms ease;
}

.topbar__items {
  display: flex;
  gap: 18px;
  align-items: center;
  justify-content: space-between;
  min-height: 48px;
  padding-inline: 28px;
}

.topbar__item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.82rem;
  white-space: nowrap;
  opacity: 0.98;
}

.icon {
  width: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}

.icon svg {
  width: 100%;
  height: 100%;
  flex: 0 0 auto;
}

.icon--sm {
  width: 16px;
  height: 16px;
}

.main-header {
  display: grid;
  grid-template-columns: auto minmax(320px, 1fr) auto;
  align-items: center;
  gap: 24px;
  width: min(calc(100% - 32px), var(--container));
  max-width: var(--container);
  margin-inline: auto;
  padding: 24px 28px;
  box-shadow: var(--shadow-soft);
  transition:
    width 220ms ease,
    max-width 220ms ease,
    margin 220ms ease,
    padding 220ms ease,
    gap 220ms ease;
}

.mobile-trigger {
  display: none;
  border: 0;
  background: transparent;
  padding: 0;
}

.mobile-trigger span {
  display: block;
  width: 22px;
  height: 2px;
  background: var(--text);
  margin: 4px 0;
  border-radius: 999px;
}

.brand {
  display: inline-flex;
  align-items: center;
}

.brand__mark {
  width: 210px;
  height: 56px;
}

.brand__mark img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: left center;
}

.bm-header-logo {
  width: 150px;
  max-width: 36vw;
  height: auto;
  object-fit: contain;
}

@media (min-width: 640px) {
  .bm-header-logo {
    width: 200px;
    max-width: 200px;
  }
}

.searchbar {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  min-height: 58px;
  padding: 6px 6px 6px 20px;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: linear-gradient(180deg, #fff 0%, #f8f6f2 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.searchbar input {
  border: 0;
  background: transparent;
  color: var(--text);
  outline: none;
  font-size: 0.95rem;
}

.searchbar input::placeholder {
  color: #8f897d;
}

.searchbar button {
  width: 46px;
  height: 46px;
  border: 0;
  border-radius: 50%;
  background: linear-gradient(180deg, var(--green) 0%, var(--green-deep) 100%);
  color: #fff;
  display: grid;
  place-items: center;
  box-shadow: 0 12px 20px rgba(53, 82, 63, 0.22);
  cursor: pointer;
  font-size: 0;
  line-height: 0;
  text-indent: 0;
}

.searchbar button::before {
  content: "";
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
  background: currentColor;
  mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.7 4.5a6.2 6.2 0 1 1 0 12.5 6.2 6.2 0 0 1 0-12.5m0-1.8a8 8 0 1 0 4.9 14.3l4.2 4.2a.9.9 0 1 0 1.3-1.3l-4.2-4.2a8 8 0 0 0-6.2-13'/%3E%3C/svg%3E") center / contain no-repeat;
  -webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.7 4.5a6.2 6.2 0 1 1 0 12.5 6.2 6.2 0 0 1 0-12.5m0-1.8a8 8 0 1 0 4.9 14.3l4.2 4.2a.9.9 0 1 0 1.3-1.3l-4.2-4.2a8 8 0 0 0-6.2-13'/%3E%3C/svg%3E") center / contain no-repeat;
}

.searchbar button svg {
  display: none;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 14px;
}

.header-action {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.88rem;
  line-height: 1.05;
}

.header-action strong {
  display: block;
  max-width: 92px;
  font-size: 0.84rem;
  line-height: 1.08;
}

.header-action--cart {
  position: relative;
  width: 44px;
  height: 44px;
  justify-content: center;
}

.cart-badge {
  position: absolute;
  top: -4px;
  right: -2px;
  min-width: 18px;
  height: 18px;
  padding: 0 4px;
  border-radius: 999px;
  background: var(--gold);
  color: #fff;
  font-size: 0.68rem;
  display: grid;
  place-items: center;
}

.nav-wrap {
  position: relative;
  border-top: 1px solid rgba(37, 34, 29, 0.04);
  border-radius: 0;
  box-shadow: var(--shadow-soft);
  overflow: visible;
  max-height: 76px;
  opacity: 1;
  transform: translateY(0);
  transition:
    max-height 220ms ease,
    opacity 180ms ease,
    transform 220ms ease,
    padding 220ms ease;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 16px 28px;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.site-nav__all {
  appearance: none;
  border: 0;
  background: transparent;
  color: inherit;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 0;
  cursor: pointer;
  font: inherit;
}

.caret {
  font-size: 0.78rem;
}

.quote-btn {
  margin-left: auto;
  padding: 12px 18px;
  border-radius: 10px;
  color: #fff;
  background: linear-gradient(180deg, var(--gold) 0%, var(--gold-deep) 100%);
  box-shadow: 0 12px 24px rgba(168, 128, 54, 0.25);
}

.site-menu-panel {
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% + 10px);
  margin-top: 0;
  border: 1px solid rgba(37, 34, 29, 0.08);
  border-radius: 24px;
  background:
    radial-gradient(circle at top right, rgba(199, 162, 90, 0.18), transparent 36%),
    linear-gradient(135deg, rgba(244, 239, 229, 0.98) 0%, rgba(250, 247, 241, 0.98) 45%, rgba(234, 241, 231, 0.98) 100%);
  box-shadow: var(--shadow);
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  transform: translateY(-8px);
  transition:
    max-height 260ms ease,
    opacity 180ms ease,
    transform 220ms ease;
}

.site-menu-panel__content {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(240px, 0.9fr) minmax(0, 1.4fr);
  gap: 28px;
  padding: 28px;
}

.site-menu-panel__backdrop {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 18% 20%, rgba(85, 120, 95, 0.12), transparent 28%),
    radial-gradient(circle at 86% 30%, rgba(199, 162, 90, 0.1), transparent 24%);
  pointer-events: none;
}

.site-menu-panel__intro {
  display: grid;
  align-content: start;
  gap: 14px;
}

.site-menu-panel__eyebrow {
  display: inline-flex;
  width: fit-content;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(85, 120, 95, 0.1);
  color: var(--green-deep);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.site-menu-panel__intro h2 {
  margin: 0;
  font-size: 2rem;
  line-height: 1;
  letter-spacing: -0.05em;
}

.site-menu-panel__intro p {
  margin: 0;
  color: var(--text-soft);
  line-height: 1.7;
  max-width: 34ch;
}

.site-menu-panel__groups {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.menu-group {
  display: grid;
  gap: 10px;
  padding: 16px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.74);
  border: 1px solid rgba(37, 34, 29, 0.06);
  box-shadow: 0 12px 24px rgba(42, 48, 40, 0.05);
}

.menu-group h3 {
  margin: 0 0 4px;
  font-size: 0.92rem;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: var(--green-deep);
}

.menu-group a {
  color: var(--text);
  font-size: 0.92rem;
  line-height: 1.35;
}

.menu-group a:hover {
  color: var(--green);
}

.site-header.menu-open .nav-wrap {
  max-height: 76px;
}

.site-header.menu-open .site-menu-panel {
  max-height: 340px;
  opacity: 1;
  transform: translateY(0);
}

.site-header.is-collapsed .nav-wrap {
  max-height: 0;
  opacity: 0;
  transform: translateY(-8px);
  pointer-events: none;
}

.site-header.is-collapsed .topbar {
  max-height: 0;
  opacity: 0;
  transform: translateY(-6px);
  pointer-events: none;
}

.site-header.is-collapsed .main-header {
  width: min(100%, var(--container));
  max-width: var(--container);
  margin-inline: auto;
  padding-top: 16px;
  padding-bottom: 16px;
  gap: 18px;
}

.site-header.is-collapsed .brand__mark {
  width: 170px;
  height: 48px;
}

.site-header.is-collapsed .searchbar {
  min-height: 50px;
  padding: 4px 4px 4px 16px;
}

.site-header.is-collapsed .searchbar button {
  width: 38px;
  height: 38px;
}

.site-header.is-collapsed .header-actions {
  gap: 10px;
}

.site-header.is-collapsed .header-action {
  gap: 6px;
}

.site-header.is-collapsed .main-header,
.site-header.is-collapsed .topbar,
.site-header.is-collapsed .nav-wrap {
  box-shadow: none;
}

.site-header.is-collapsed .site-menu-panel {
  max-height: 0;
  opacity: 0;
  transform: translateY(-8px);
}

.hero {
  margin-top: 22px;
}

.hero__frame {
  position: relative;
  border-radius: 34px;
  padding: 18px 64px 22px;
  overflow: hidden;
  box-shadow: var(--shadow);
  background:
    radial-gradient(circle at 25% 20%, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.78) 42%, rgba(247, 243, 236, 0.92) 78%),
    linear-gradient(135deg, #f7f4ee 0%, #eef2ea 100%);
}

.hero__frame::before,
.hero__frame::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  background: rgba(216, 226, 208, 0.55);
  filter: blur(2px);
}

.hero__frame::before {
  width: 520px;
  height: 520px;
  top: -240px;
  right: -100px;
}

.hero__frame::after {
  width: 380px;
  height: 380px;
  bottom: -220px;
  left: 28%;
  background: rgba(198, 177, 139, 0.14);
}

.hero__content {
  display: grid;
  grid-template-columns: minmax(320px, 0.85fr) minmax(420px, 1fr);
  gap: 20px;
  align-items: center;
  min-height: 500px;
  position: relative;
  z-index: 1;
}

.hero__copy {
  max-width: 520px;
}

.eyebrow,
.section-kicker {
  display: inline-flex;
  align-items: center;
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid rgba(85, 120, 95, 0.35);
  background: rgba(255, 251, 244, 0.8);
  color: var(--green);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.hero__copy h1 {
  margin: 22px 0 18px;
  font-size: clamp(2.6rem, 4vw, 4.2rem);
  line-height: 0.97;
  letter-spacing: -0.06em;
}

.hero__copy h1 span {
  color: var(--green);
}

.hero__copy p {
  margin: 0 0 28px;
  max-width: 470px;
  color: var(--text-soft);
  font-size: 1.02rem;
  line-height: 1.65;
}

.btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-height: 56px;
  padding: 0 24px;
  border-radius: 14px;
  font-weight: 700;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

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

.btn--primary {
  color: #fff;
  background: linear-gradient(180deg, var(--green) 0%, var(--green-deep) 100%);
  box-shadow: 0 16px 28px rgba(21, 17, 66, 0.22);
}

.btn--outline {
  color: var(--gold-deep);
  border: 1px solid rgba(232, 81, 46, 0.35);
  background: rgba(255, 252, 246, 0.95);
}

.hero__visual {
  position: relative;
  min-height: 460px;
}

.hero-stage {
  position: absolute;
  inset: 0;
}

.shape {
  position: absolute;
  border-radius: 50%;
  filter: blur(0.6px);
}

.shape--a {
  width: 320px;
  height: 320px;
  top: 0;
  right: 70px;
  background: radial-gradient(circle, rgba(255, 252, 246, 0.95) 10%, rgba(178, 176, 255, 0.38) 58%, rgba(178, 176, 255, 0) 72%);
}

.shape--b,
.shape--c {
  width: 300px;
  height: 120px;
  bottom: 32px;
  left: 80px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(21, 17, 66, 0.12) 10%, rgba(21, 17, 66, 0) 72%);
}

.shape--c {
  left: 160px;
  width: 360px;
}

.item {
  position: absolute;
  box-shadow: 0 26px 40px rgba(32, 35, 31, 0.12);
}

.item span {
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
  color: rgba(255, 255, 255, 0.9);
  font-weight: 700;
  text-align: center;
  line-height: 1.15;
  letter-spacing: 0.02em;
}

.item--bottle {
  width: 78px;
  height: 240px;
  left: 88px;
  top: 112px;
  border-radius: 24px 24px 18px 18px;
  background: linear-gradient(180deg, #151142 0%, #26206f 28%, #1d185a 100%);
}

.item--bottle::before {
  content: "";
  position: absolute;
  width: 36px;
  height: 26px;
  top: -12px;
  left: 21px;
  border-radius: 12px 12px 4px 4px;
  background: linear-gradient(180deg, #d9d2c8, #8d8b85);
}

.item--bag {
  width: 188px;
  height: 224px;
  left: 170px;
  top: 68px;
  border-radius: 8px;
  background: linear-gradient(180deg, #ff8d73 0%, #e8512e 100%);
}

.item--bag::before,
.item--bag::after {
  content: "";
  position: absolute;
  top: -32px;
  width: 54px;
  height: 54px;
  border: 6px solid #c23d1d;
  border-bottom: 0;
  border-radius: 26px 26px 0 0;
}

.item--bag::before {
  left: 26px;
}

.item--bag::after {
  right: 26px;
}

.item--notebook {
  width: 144px;
  height: 238px;
  right: 140px;
  top: 86px;
  border-radius: 8px;
  background: linear-gradient(180deg, #2c2e2c 0%, #191b19 100%);
}

.item--mug {
  width: 118px;
  height: 122px;
  left: 44px;
  bottom: 86px;
  border-radius: 0 0 18px 18px;
  background: linear-gradient(180deg, #2f2a89 0%, #151142 100%);
}

.item--mug::before {
  content: "";
  position: absolute;
  inset: -8px 0 auto 0;
  height: 16px;
  border-radius: 999px;
  background: linear-gradient(180deg, #b2b0ff 0%, #4d49a6 100%);
}

.item--mug::after {
  content: "";
  position: absolute;
  right: -20px;
  top: 28px;
  width: 32px;
  height: 44px;
  border: 8px solid #151142;
  border-left: 0;
  border-radius: 0 24px 24px 0;
}

.item--card {
  width: 102px;
  height: 54px;
  right: 150px;
  bottom: 96px;
  border-radius: 6px;
  background: linear-gradient(180deg, #262826 0%, #151715 100%);
}

.item--pen {
  width: 130px;
  height: 12px;
  left: 252px;
  bottom: 54px;
  border-radius: 999px;
  rotate: -12deg;
  background: linear-gradient(90deg, #e8512e 0%, #ff8d73 65%, #3e4177 66%, #151142 100%);
  box-shadow: 0 18px 24px rgba(36, 34, 31, 0.12);
}

.item--plant {
  width: 122px;
  height: 140px;
  right: 34px;
  bottom: 84px;
  border-radius: 0 0 24px 24px;
  background: linear-gradient(180deg, #efe6dc 0%, #d0c1b4 100%);
}

.item--plant::before {
  content: "";
  position: absolute;
  width: 94px;
  height: 94px;
  top: -58px;
  left: 14px;
  background:
    radial-gradient(circle at 50% 50%, #2f2a89 10%, transparent 11%),
    conic-gradient(from 0deg, #b2b0ff 0 15%, #151142 15% 28%, #c9c7ff 28% 43%, #1d185a 43% 57%, #9c99ff 57% 71%, #2f2a89 71% 86%, #b2b0ff 86% 100%);
  border-radius: 50%;
  transform: rotate(12deg);
}

.item--bag-alt {
  left: 134px;
  width: 194px;
  height: 236px;
}

.item--box {
  width: 160px;
  height: 126px;
  left: 276px;
  top: 176px;
  border-radius: 12px;
  background: linear-gradient(180deg, #ff876b 0%, #e8512e 100%);
}

.item--box::before {
  content: "";
  position: absolute;
  inset: -24px 12px auto;
  height: 34px;
  border-radius: 8px 8px 0 0;
  background: linear-gradient(180deg, #ffb29f, #c23d1d);
  transform: skew(-12deg);
}

.item--bottle-alt {
  left: 62px;
  top: 132px;
}

.item--mug-alt {
  left: 424px;
  bottom: 110px;
}

.item--notebook-alt {
  right: 82px;
  top: 102px;
}

.item--plant-alt {
  right: 258px;
  bottom: 48px;
}

.hero__nav {
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  width: 50px;
  height: 50px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
  color: var(--green-deep);
  box-shadow: 0 12px 30px rgba(40, 45, 37, 0.12);
  font-size: 2rem;
  cursor: pointer;
  z-index: 2;
}

.hero__nav--prev {
  left: 22px;
}

.hero__nav--next {
  right: 22px;
}

.hero__dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 16px;
}

.hero__dot {
  width: 10px;
  height: 10px;
  border: 0;
  border-radius: 50%;
  background: rgba(85, 120, 95, 0.22);
  cursor: pointer;
}

.hero__dot.is-active {
  width: 24px;
  border-radius: 999px;
  background: var(--green);
}

.benefits {
  margin-top: 22px;
  border-radius: 24px;
  box-shadow: var(--shadow-soft);
}

.benefits__grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 22px;
  padding: 22px 28px;
}

.benefit {
  display: flex;
  gap: 14px;
  align-items: center;
}

.benefit__icon {
  width: 42px;
  height: 42px;
  color: var(--green);
}

.benefit strong {
  display: block;
  margin-bottom: 4px;
  font-size: 1rem;
}

.benefit span:last-child {
  color: var(--text-soft);
  font-size: 0.92rem;
}

.content-section {
  margin-top: 26px;
}

.content-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.5fr;
  gap: 24px;
}

.about-card,
.products-panel {
  border-radius: 28px;
  padding: 34px;
  box-shadow: var(--shadow-soft);
}

.about-card {
  background:
    radial-gradient(circle at bottom right, rgba(199, 162, 90, 0.1), transparent 35%),
    linear-gradient(180deg, #fff 0%, #faf7f1 100%);
}

.about-card h2,
.products-panel h2 {
  margin: 18px 0 16px;
  font-size: clamp(2rem, 2.2vw, 2.8rem);
  line-height: 1.05;
  letter-spacing: -0.05em;
}

.about-card p {
  max-width: 440px;
  margin: 0 0 28px;
  color: var(--text-soft);
  line-height: 1.8;
  font-size: 1.04rem;
}

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

.section-link {
  color: var(--green);
  font-weight: 700;
}

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

.product-card {
  position: relative;
  padding: 18px 18px 20px;
  border-radius: 24px;
  background: linear-gradient(180deg, #fff 0%, #f9f5ee 100%);
  border: 1px solid rgba(37, 34, 29, 0.06);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
  overflow: hidden;
}

.tag {
  position: absolute;
  top: 14px;
  left: 14px;
  padding: 6px 10px;
  border-radius: 999px;
  color: #fff;
  font-size: 0.72rem;
  font-weight: 700;
  z-index: 1;
}

.tag--green {
  background: var(--green);
}

.tag--gold {
  background: var(--gold);
}

.product-visual {
  height: 210px;
  margin-bottom: 16px;
  border-radius: 20px;
  background: linear-gradient(180deg, #f1ece3 0%, #f9f6f0 100%);
  position: relative;
  overflow: hidden;
}

.product-visual::before,
.product-visual::after {
  content: "";
  position: absolute;
}

.product-visual--tumbler::before {
  width: 72px;
  height: 150px;
  left: 50%;
  bottom: 18px;
  translate: -50% 0;
  border-radius: 18px 18px 12px 12px;
  background: linear-gradient(180deg, #313533 0%, #161816 100%);
  box-shadow: 0 18px 28px rgba(26, 28, 26, 0.16);
}

.product-visual--tumbler::after {
  width: 50px;
  height: 10px;
  left: 50%;
  bottom: 158px;
  translate: -50% 0;
  border-radius: 999px;
  background: #454a46;
}

.product-visual--notebook::before {
  width: 102px;
  height: 148px;
  left: 38px;
  bottom: 20px;
  border-radius: 10px;
  background: linear-gradient(180deg, #242625 0%, #151716 100%);
  box-shadow: 0 18px 28px rgba(26, 28, 26, 0.16);
}

.product-visual--notebook::after {
  width: 14px;
  height: 120px;
  right: 42px;
  bottom: 28px;
  border-radius: 999px;
  rotate: 6deg;
  background: linear-gradient(180deg, #ff876b 0%, #c23d1d 100%);
}

.product-visual--backpack::before {
  width: 122px;
  height: 150px;
  left: 50%;
  bottom: 18px;
  translate: -50% 0;
  border-radius: 26px 26px 18px 18px;
  background: linear-gradient(180deg, #272b29 0%, #121413 100%);
  box-shadow: 0 18px 28px rgba(26, 28, 26, 0.16);
}

.product-visual--backpack::after {
  width: 54px;
  height: 28px;
  left: 50%;
  bottom: 146px;
  translate: -50% 0;
  border: 7px solid #202322;
  border-bottom: 0;
  border-radius: 22px 22px 0 0;
}

.product-visual--box::before {
  width: 130px;
  height: 102px;
  left: 50%;
  bottom: 24px;
  translate: -50% 0;
  border-radius: 0 0 18px 18px;
  background: linear-gradient(180deg, #ff876b 0%, #c23d1d 100%);
  box-shadow: 0 18px 28px rgba(26, 28, 26, 0.16);
}

.product-visual--box::after {
  width: 138px;
  height: 26px;
  left: 50%;
  bottom: 112px;
  translate: -50% 0;
  border-radius: 8px 8px 0 0;
  background: linear-gradient(180deg, #ffb29f 0%, #e8512e 100%);
  transform: perspective(100px) rotateX(42deg);
}

.product-card h3 {
  margin: 0 0 10px;
  font-size: 1.06rem;
  line-height: 1.25;
}

.product-card p {
  margin: 0;
  color: var(--text-soft);
  font-size: 0.93rem;
  line-height: 1.6;
}

/* ── Products Section (full-width catalog) ──────────────────────── */

.products-section {
  margin-top: 26px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 28px;
  box-shadow: var(--shadow-soft);
}

.products-section__wrap {
  padding: 36px 40px 40px;
}

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

.products-section__intro {
  display: grid;
  gap: 10px;
}

.products-section__intro h2 {
  margin: 0;
  font-size: clamp(2rem, 2.4vw, 2.8rem);
  line-height: 1.05;
  letter-spacing: -0.05em;
}

.products-section__intro p {
  margin: 0;
  color: var(--text-soft);
  font-size: 1rem;
  max-width: 48ch;
  line-height: 1.7;
}

.category-row__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
}

.category-row__meta {
  display: flex;
  align-items: baseline;
  gap: 12px;
}

.category-row__title {
  margin: 0;
  font-size: clamp(1.3rem, 1.6vw, 1.7rem);
  letter-spacing: -0.03em;
  line-height: 1.1;
}

.category-row__count {
  color: var(--text-soft);
  font-size: 0.84rem;
}

.slider-wrap {
  position: relative;
}

.product-slider {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  scrollbar-width: none;
}

.product-slider::-webkit-scrollbar {
  display: none;
}

.product-slider .product-card {
  flex: 0 0 calc(25% - 15px);
  scroll-snap-align: start;
}

.slider-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.96);
  color: var(--green-deep);
  box-shadow: 0 6px 20px rgba(21, 17, 66, 0.14);
  font-size: 1.5rem;
  line-height: 1;
  cursor: pointer;
  z-index: 2;
  transition: transform 150ms ease, box-shadow 150ms ease;
}

.slider-nav:hover {
  transform: translateY(calc(-50% - 1px));
  box-shadow: 0 10px 24px rgba(21, 17, 66, 0.2);
}

.slider-nav--prev {
  left: -20px;
}

.slider-nav--next {
  right: -20px;
}


.product-price {
  font-size: 0.82rem;
  color: var(--text-soft);
  line-height: 1.3;
}

.product-price strong {
  display: block;
  font-size: 1rem;
  color: var(--text);
}

.product-btn {
  display: inline-flex;
  align-items: center;
  padding: 8px 16px;
  border-radius: 10px;
  background: linear-gradient(180deg, var(--gold) 0%, var(--gold-deep) 100%);
  color: #fff;
  font-size: 0.8rem;
  font-weight: 700;
  white-space: nowrap;
  box-shadow: 0 8px 16px rgba(232, 81, 46, 0.2);
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.product-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 12px 20px rgba(232, 81, 46, 0.28);
}

/* New product visual styles */

.product-visual--squeeze::before {
  width: 62px;
  height: 162px;
  left: 50%;
  bottom: 14px;
  translate: -50% 0;
  border-radius: 20px 20px 14px 14px;
  background: linear-gradient(180deg, #e8512e 0%, #ff8d73 40%, #c23d1d 100%);
  box-shadow: 0 18px 28px rgba(232, 81, 46, 0.22);
}

.product-visual--squeeze::after {
  width: 44px;
  height: 10px;
  left: 50%;
  bottom: 166px;
  translate: -50% 0;
  border-radius: 999px;
  background: #c8c4bc;
}

.product-visual--ecobag::before {
  width: 132px;
  height: 148px;
  left: 50%;
  bottom: 16px;
  translate: -50% 0;
  border-radius: 6px 6px 18px 18px;
  background: linear-gradient(180deg, #b2b0ff 0%, #7170cc 100%);
  box-shadow: 0 18px 28px rgba(21, 17, 66, 0.16);
}

.product-visual--ecobag::after {
  width: 82px;
  height: 46px;
  left: 50%;
  bottom: 152px;
  translate: -50% 0;
  border: 6px solid #4d49a6;
  border-bottom: 0;
  border-radius: 26px 26px 0 0;
}

.product-visual--powerbank::before {
  width: 140px;
  height: 58px;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
  border-radius: 14px;
  background: linear-gradient(135deg, #2c2e2c 0%, #1a1a1a 100%);
  box-shadow: 0 18px 28px rgba(26, 28, 26, 0.18);
}

.product-visual--powerbank::after {
  width: 8px;
  height: 8px;
  left: calc(50% - 14px);
  top: calc(50% + 6px);
  border-radius: 50%;
  background: #b2b0ff;
  box-shadow: 12px 0 0 #b2b0ff, 24px 0 0 rgba(178, 176, 255, 0.4);
}

.product-visual--caneca::before {
  width: 110px;
  height: 100px;
  left: 50%;
  bottom: 20px;
  translate: -50% 0;
  border-radius: 0 0 18px 18px;
  background: linear-gradient(180deg, #e8512e 0%, #c23d1d 100%);
  box-shadow: 0 18px 28px rgba(232, 81, 46, 0.18);
}

.product-visual--caneca::after {
  width: 28px;
  height: 44px;
  left: calc(50% + 36px);
  bottom: 42px;
  border: 7px solid #c23d1d;
  border-left: 0;
  border-radius: 0 18px 18px 0;
}

/* ── Footer ──────────────────────────────────────────────────────── */

.site-footer {
  background: linear-gradient(135deg, var(--green-deep) 0%, #26206f 100%);
  color: rgba(248, 246, 240, 0.72);
  margin-top: 8px;
}

.footer__inner {
  display: grid;
  grid-template-columns: 1.4fr repeat(3, 1fr);
  gap: 48px;
  padding: 56px 40px 48px;
}

.footer__brand {
  display: grid;
  gap: 20px;
  align-content: start;
}

.footer__logo {
  width: 180px;
  height: auto;
  filter: brightness(0) invert(1);
  opacity: 0.9;
}

.footer__tagline {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.8;
  max-width: 30ch;
}

.footer__social {
  display: flex;
  gap: 8px;
}

.footer__social-link {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: rgba(248, 246, 240, 0.65);
  transition: background 160ms ease, color 160ms ease, border-color 160ms ease;
}

.footer__social-link svg {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
}

.footer__social-link:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  border-color: rgba(255, 255, 255, 0.28);
}

.footer__col {
  display: grid;
  gap: 12px;
  align-content: start;
}

.footer__col-title {
  margin: 0 0 6px;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: #fff;
}

.footer__col a {
  color: rgba(248, 246, 240, 0.65);
  font-size: 0.88rem;
  line-height: 1.4;
  transition: color 140ms ease;
}

.footer__col a:hover {
  color: #fff;
}

.footer__contact-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.88rem;
  color: rgba(248, 246, 240, 0.65);
  flex-shrink: 0;
}

.footer__contact-item svg {
  width: 15px;
  height: 15px;
  flex: 0 0 auto;
}

.footer__contact-note {
  margin: 2px 0 0;
  font-size: 0.8rem;
  color: var(--green);
  font-style: italic;
}

.footer__bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer__bottom-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 40px;
  font-size: 0.8rem;
}

.footer__payment {
  display: flex;
  gap: 6px;
  align-items: center;
  flex-shrink: 0;
}

.payment-badge {
  padding: 4px 10px;
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  font-size: 0.72rem;
  font-weight: 700;
  color: rgba(248, 246, 240, 0.72);
  letter-spacing: 0.04em;
}

@media (max-width: 1200px) {
  .topbar__items {
    justify-content: start;
    overflow-x: auto;
    padding-bottom: 2px;
  }

  .main-header {
    grid-template-columns: auto 1fr;
  }

  .header-actions {
    grid-column: 1 / -1;
    justify-content: flex-end;
  }

  .site-nav {
    gap: 18px;
    font-size: 0.8rem;
    overflow-x: auto;
    white-space: nowrap;
  }

  .hero__content {
    grid-template-columns: 1fr;
  }

  .hero__copy {
    max-width: none;
    text-align: center;
    margin: 0 auto;
  }

  .hero__copy p {
    margin-left: auto;
    margin-right: auto;
  }

  .btn {
    justify-content: center;
  }

  .hero__visual {
    min-height: 500px;
  }

  .benefits__grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .content-grid {
    grid-template-columns: 1fr;
  }

  .products-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .product-slider .product-card {
    flex: 0 0 calc(33.333% - 14px);
  }

  .footer__inner {
    grid-template-columns: 1fr 1fr;
    gap: 36px;
  }

  .footer__brand {
    grid-column: 1 / -1;
  }
}

@media (max-width: 820px) {
  .site-shell {
    padding-top: 14px;
  }

  .topbar {
    border-radius: 0;
  }

  .topbar__item--optional,
  .header-action--support,
  .header-action strong {
    display: none;
  }

  .main-header {
    grid-template-columns: auto 1fr auto;
    gap: 14px;
    padding: 18px 18px 14px;
  }

  .mobile-trigger {
    display: block;
    order: 0;
  }

  .brand {
    order: 1;
  }

  .brand__mark {
    width: 144px;
    height: 42px;
  }

  .searchbar {
    order: 3;
    grid-column: 1 / -1;
    min-height: 54px;
    padding-left: 18px;
  }

  .searchbar button {
    width: 42px;
    height: 42px;
  }

  .header-actions {
    order: 2;
    grid-column: auto;
    gap: 10px;
  }

  .header-action {
    width: 40px;
    height: 40px;
    justify-content: center;
  }

  .nav-wrap {
    border-radius: 0;
    max-height: 76px;
    opacity: 1;
    transform: none;
  }

  .site-nav {
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 12px 0 18px;
  }

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

  .site-menu-panel__content {
    grid-template-columns: 1fr;
    padding: 18px;
  }

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

  .site-header.menu-open .nav-wrap {
    max-height: 76px;
  }

  .site-header.menu-open .site-menu-panel {
    max-height: 480px;
  }

  .site-nav a,
  .site-nav__all,
  .quote-btn {
    width: 100%;
    margin: 0;
    padding: 14px 12px;
    border-radius: 12px;
  }

  .quote-btn {
    text-align: center;
  }

  .hero__frame {
    padding: 24px 18px 18px;
    border-radius: 28px;
  }

  .hero__nav {
    display: none;
  }

  .hero__copy {
    text-align: left;
  }

  .hero__copy h1 {
    font-size: clamp(2.3rem, 11vw, 3.4rem);
  }

  .hero__copy p {
    margin-left: 0;
    margin-right: 0;
    font-size: 1rem;
  }

  .hero__visual {
    min-height: 340px;
  }

  .item--bag {
    left: 136px;
    width: 130px;
    height: 162px;
  }

  .item--bag::before,
  .item--bag::after {
    width: 38px;
    height: 38px;
    top: -24px;
    border-width: 4px;
  }

  .item--bottle,
  .item--bottle-alt {
    width: 56px;
    height: 180px;
    left: 54px;
    top: 88px;
  }

  .item--bottle::before {
    width: 28px;
    left: 14px;
  }

  .item--notebook,
  .item--notebook-alt {
    width: 96px;
    height: 164px;
    right: 86px;
    top: 108px;
  }

  .item--mug,
  .item--mug-alt {
    width: 84px;
    height: 92px;
    left: 36px;
    bottom: 44px;
  }

  .item--mug::after {
    right: -16px;
    top: 20px;
    width: 22px;
    height: 30px;
    border-width: 6px;
  }

  .item--card {
    width: 72px;
    height: 38px;
    right: 82px;
    bottom: 62px;
  }

  .item--pen {
    width: 88px;
    left: 182px;
    bottom: 34px;
  }

  .item--plant,
  .item--plant-alt {
    width: 84px;
    height: 98px;
    right: 18px;
    bottom: 44px;
  }

  .item--plant::before {
    width: 62px;
    height: 62px;
    top: -34px;
    left: 11px;
  }

  .item--box {
    width: 110px;
    height: 92px;
    left: 196px;
    top: 156px;
  }

  .benefits__grid {
    grid-template-columns: 1fr;
    padding: 18px;
  }

  .about-card,
  .products-panel {
    padding: 24px 20px;
    border-radius: 24px;
  }

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

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

  .products-section__wrap {
    padding: 28px 24px 32px;
  }

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

  .slider-nav {
    display: none;
  }

  .product-slider .product-card {
    flex: 0 0 calc(50% - 10px);
  }

  .footer__inner {
    grid-template-columns: 1fr 1fr;
    gap: 28px;
    padding: 40px 24px 36px;
  }

  .footer__bottom-inner {
    flex-direction: column;
    align-items: flex-start;
    padding: 16px 24px;
    gap: 12px;
  }
}

@media (max-width: 520px) {
  .container {
    width: min(calc(100% - 20px), var(--container));
  }

  .topbar__item {
    font-size: 0.74rem;
  }

  .brand__mark {
    width: 124px;
    height: 36px;
  }

  .hero__copy h1 {
    font-size: 2rem;
  }

  .hero__visual {
    min-height: 292px;
  }

  .shape--a {
    right: 0;
  }

  .item--bag,
  .item--bag-alt {
    left: 112px;
    width: 110px;
    height: 142px;
  }

  .item--bottle,
  .item--bottle-alt {
    left: 42px;
    width: 50px;
    height: 160px;
  }

  .item--notebook,
  .item--notebook-alt {
    width: 82px;
    height: 142px;
    right: 64px;
  }

  .item--mug,
  .item--mug-alt {
    width: 72px;
    height: 78px;
    bottom: 40px;
  }

  .item--plant,
  .item--plant-alt {
    width: 72px;
    height: 86px;
  }

  .item--box {
    width: 94px;
    left: 164px;
  }

  .products-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .products-section__wrap {
    padding: 22px 16px 28px;
  }

  .product-slider .product-card {
    flex: 0 0 80%;
  }

  .footer__inner {
    grid-template-columns: 1fr;
    padding: 32px 16px 28px;
  }

  .footer__brand {
    grid-column: auto;
  }

  .footer__bottom-inner {
    padding: 14px 16px;
  }


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

  .site-header.menu-open .nav-wrap {
    max-height: 76px;
  }

  .site-header.menu-open .site-menu-panel {
    max-height: 640px;
  }

  .product-card {
    padding: 16px 14px 18px;
  }

  .product-visual {
    height: 164px;
  }

  .product-card h3 {
    font-size: 0.96rem;
  }

  .product-card p {
    font-size: 0.86rem;
  }

  .product-card--catalog {
    padding: 0;
  }
}

/* ── Catalog product card ──────────────────────────────────────────── */

.product-card--catalog {
  padding: 0;
  display: flex;
  flex-direction: column;
  transition: box-shadow 0.25s ease, transform 0.25s ease;
}

.product-card--catalog:hover {
  box-shadow: 0 8px 28px rgba(21, 17, 66, 0.16);
  transform: translateY(-4px);
}

.product-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  padding: 4px 10px;
  border-radius: 6px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #fff;
  z-index: 1;
  line-height: 1.2;
}

.product-badge--sale,
.product-badge--gold { background: var(--gold); }

.product-badge--green {
  background: var(--green);
  color: var(--green-deep);
}

.product-card__image {
  aspect-ratio: 1 / 1;
  background: var(--surface-muted);
  border-radius: 24px 24px 0 0;
  overflow: hidden;
}

.product-card__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  padding: 16px;
  transition: transform 0.3s ease;
}

.product-card--catalog:hover .product-card__image img {
  transform: scale(1.05);
}

.product-card__image .product-visual {
  width: 100%;
  height: 100%;
  border-radius: 0;
  margin: 0;
}

.product-card__content {
  padding: 14px 16px 16px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 1;
}

.product-card__title {
  font-size: 0.88rem;
  font-weight: 600;
  line-height: 1.4;
  margin: 0;
}

.product-card__title a {
  color: var(--text);
  text-decoration: none;
}

.product-card__title a:hover { color: var(--gold); }

.product-card__prices {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.product-card__old-price {
  font-size: 0.78rem;
  color: var(--text-soft);
  text-decoration: line-through;
}

.product-card__old-price .amount { color: inherit; }

.product-card__current-price {
  font-size: 0.98rem;
  font-weight: 700;
  color: var(--green-deep);
}

.product-card__current-price .amount { color: inherit; }

.product-card__actions {
  display: flex;
  gap: 8px;
  margin-top: auto;
}

.btn--catalog-quote,
.btn--catalog-buy {
  flex: 1;
  padding: 9px 6px;
  border-radius: 8px;
  font-size: 0.72rem;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1.2;
}

.btn--catalog-quote {
  border: 2px solid var(--green-deep);
  color: var(--green-deep);
  background: transparent;
}

.btn--catalog-quote:hover {
  background: var(--green-deep);
  color: #fff;
  box-shadow: 0 2px 8px rgba(21, 17, 66, 0.2);
  opacity: 1;
  transform: none;
}

.btn--catalog-buy {
  border: 2px solid var(--gold);
  background: var(--gold);
  color: #fff;
}

.btn--catalog-buy:hover {
  background: var(--gold-deep);
  border-color: var(--gold-deep);
  box-shadow: 0 2px 8px rgba(232, 81, 46, 0.35);
  opacity: 1;
  transform: none;
}
