:root {
  --color-rose: #dfa0b4;
  --color-burgundy: #7a0e2f;
  --color-cream: #f3e8e3;
  --color-sage: #c8d084;
  --color-dark: #2b0709;
  --color-warm-white: #faf7f5;
  --color-muted: #705a5d;
  --color-line: rgba(122, 14, 47, 0.13);
  --shadow-soft: 0 20px 50px rgba(43, 7, 9, 0.11);
  --shadow-card: 0 14px 34px rgba(43, 7, 9, 0.08);
  --shadow-editorial: 0 28px 80px rgba(43, 7, 9, 0.16);
  --radius: 8px;
  --font-display: "Cormorant Garamond", Georgia, serif;
  --font-body: "Montserrat", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at 12% 8%, rgba(223, 160, 180, 0.18), transparent 30rem),
    radial-gradient(circle at 92% 18%, rgba(200, 208, 132, 0.2), transparent 24rem),
    var(--color-warm-white);
  color: var(--color-dark);
  font-family: var(--font-body);
  line-height: 1.55;
}

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

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

a:focus-visible,
button:focus-visible {
  outline: 3px solid rgba(200, 208, 132, 0.9);
  outline-offset: 4px;
}

.container {
  width: min(1120px, calc(100% - 32px));
  margin-inline: auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(250, 247, 245, 0.74);
  border-bottom: 1px solid rgba(122, 14, 47, 0.09);
  backdrop-filter: blur(18px);
  transition: background 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.site-header.is-scrolled {
  background: rgba(250, 247, 245, 0.96);
  border-color: rgba(122, 14, 47, 0.12);
  box-shadow: 0 12px 34px rgba(43, 7, 9, 0.06);
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 72px;
}

.brand {
  display: grid;
  gap: 5px;
  color: var(--color-burgundy);
}

.brand__name {
  font-family: var(--font-display);
  font-size: clamp(2.05rem, 3.4vw, 2.65rem);
  font-weight: 700;
  line-height: 0.72;
}

.brand__tagline {
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.18em;
}

.nav__menu {
  display: flex;
  align-items: center;
  gap: 24px;
  color: rgba(43, 7, 9, 0.78);
  font-size: 0.8rem;
  font-weight: 600;
}

.nav__menu > a:not(.button) {
  position: relative;
  padding: 8px 0;
}

.nav__menu > a:not(.button)::after {
  position: absolute;
  right: 0;
  bottom: 4px;
  left: 0;
  height: 1px;
  background: var(--color-rose);
  content: "";
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 180ms ease;
}

.nav__menu > a:hover::after {
  transform: scaleX(1);
}

.nav__toggle {
  display: none;
  width: 42px;
  height: 42px;
  padding: 11px;
  border: 1px solid rgba(122, 14, 47, 0.16);
  border-radius: 999px;
  background: rgba(243, 232, 227, 0.5);
}

.nav__toggle span {
  display: block;
  height: 1px;
  margin: 6px 0;
  background: var(--color-burgundy);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 21px;
  border: 1px solid var(--color-burgundy);
  border-radius: 999px;
  background: var(--color-burgundy);
  color: var(--color-warm-white);
  font-size: 0.84rem;
  font-weight: 700;
  line-height: 1.1;
  text-align: center;
  transition: background 180ms ease, border-color 180ms ease, color 180ms ease,
    transform 180ms ease, box-shadow 180ms ease;
}

.button:hover {
  box-shadow: var(--shadow-soft);
  transform: translateY(-2px);
}

.button--nav {
  min-height: 40px;
  padding: 9px 18px;
  border-color: rgba(122, 14, 47, 0.22);
  background: rgba(122, 14, 47, 0.92);
  color: var(--color-warm-white);
  box-shadow: 0 10px 24px rgba(122, 14, 47, 0.14);
}

.button--secondary {
  background: rgba(250, 247, 245, 0.72);
  color: var(--color-burgundy);
}

.button--light {
  border-color: var(--color-cream);
  background: var(--color-cream);
  color: var(--color-burgundy);
}

.button--product {
  width: 100%;
  margin-top: 18px;
  min-height: 42px;
}

.hero {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(118deg, rgba(243, 232, 227, 0.92) 0%, rgba(250, 247, 245, 0.94) 45%, rgba(223, 160, 180, 0.22) 100%),
    var(--color-warm-white);
}

.hero::before {
  position: absolute;
  top: 74px;
  right: max(16px, calc((100vw - 1120px) / 2));
  width: min(44vw, 520px);
  height: min(52vw, 610px);
  border-radius: 999px 999px 24px 24px;
  background:
    linear-gradient(180deg, rgba(122, 14, 47, 0.08), rgba(223, 160, 180, 0.22)),
    rgba(243, 232, 227, 0.65);
  content: "";
}

.hero__wash {
  position: absolute;
  left: -16vw;
  bottom: -24vw;
  width: 48vw;
  height: 48vw;
  border-radius: 50%;
  background: rgba(200, 208, 132, 0.28);
  filter: blur(3px);
}

.hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(360px, 0.74fr);
  align-items: center;
  gap: clamp(36px, 5.2vw, 64px);
  min-height: calc(100vh - 80px);
  padding-block: clamp(34px, 4.5vw, 54px);
}

.hero__content {
  max-width: 690px;
}

.hero__overline {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
}

.hero__overline > span:last-child {
  padding: 6px 10px;
  border: 1px solid rgba(122, 14, 47, 0.12);
  border-radius: 999px;
  background: rgba(250, 247, 245, 0.72);
  color: rgba(43, 7, 9, 0.66);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.eyebrow {
  margin: 0;
  color: var(--color-burgundy);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1,
h2 {
  margin: 0;
  color: var(--color-burgundy);
  font-family: var(--font-display);
  font-weight: 700;
}

.hero-title {
  max-width: 680px;
  font-size: clamp(3.2rem, 5.35vw, 5rem);
  line-height: 0.9;
  letter-spacing: -0.018em;
  text-wrap: balance;
}

h2 {
  font-size: clamp(2.25rem, 4.8vw, 4.15rem);
  line-height: 0.98;
}

h3 {
  margin: 0 0 8px;
  color: var(--color-dark);
  font-family: var(--font-display);
  font-size: clamp(1.45rem, 2.3vw, 1.75rem);
  line-height: 1;
}

.hero__copy,
.section__heading p,
.brand-statement p,
.promo p,
.footer p,
.product-card p,
.value-item p,
.steps article p,
.category-card p {
  color: var(--color-muted);
  font-size: 0.95rem;
}

.hero__copy {
  max-width: 500px;
  margin: 22px 0 0;
  font-size: 1.02rem;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.hero__proof {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  max-width: 610px;
  margin-top: 18px;
}

.hero__proof span {
  position: relative;
  padding: 8px 12px 8px 24px;
  border: 1px solid rgba(122, 14, 47, 0.12);
  border-radius: 999px;
  background: rgba(250, 247, 245, 0.68);
  color: rgba(43, 7, 9, 0.72);
  font-size: 0.73rem;
  font-weight: 700;
}

.hero__proof span::before {
  position: absolute;
  top: 50%;
  left: 10px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--color-rose);
  content: "";
  transform: translateY(-50%);
}

.hero__signature {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 14px;
  max-width: 460px;
  margin-top: 24px;
  padding-top: 18px;
  border-top: 1px solid rgba(122, 14, 47, 0.16);
}

.hero__signature span {
  color: var(--color-burgundy);
  font-family: var(--font-display);
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 0.9;
}

.hero__signature p {
  margin: 0;
  color: rgba(43, 7, 9, 0.66);
  font-size: 0.86rem;
}

.hero__visual {
  position: relative;
  justify-self: end;
  width: min(100%, 430px);
  min-height: 540px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.hero__visual::before {
  position: absolute;
  inset: 32px 24px 52px 48px;
  border: 1px solid rgba(122, 14, 47, 0.14);
  border-radius: 999px 999px 28px 28px;
  background: rgba(250, 247, 245, 0.42);
  content: "";
  z-index: 0;
}

.hero__image {
  position: absolute;
  overflow: hidden;
  border: 1px solid rgba(250, 247, 245, 0.72);
  background: var(--color-cream);
  box-shadow: var(--shadow-editorial);
}

.hero__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.86) contrast(0.96) sepia(0.06);
}

.hero__image--main {
  inset: 0 38px 64px 0;
  z-index: 1;
  border-radius: 999px 999px 30px 30px;
}

.hero__image--secondary {
  right: 0;
  bottom: 0;
  z-index: 3;
  width: 38%;
  height: 34%;
  border-radius: 22px;
}

.hero__vertical {
  position: absolute;
  top: 95px;
  right: -18px;
  z-index: 4;
  color: rgba(122, 14, 47, 0.48);
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.24em;
  text-orientation: mixed;
  transform: rotate(90deg);
  transform-origin: top right;
}

.hero-note {
  position: absolute;
  left: -30px;
  bottom: 86px;
  z-index: 4;
  display: grid;
  gap: 4px;
  max-width: 210px;
  padding: 18px 20px;
  border: 1px solid rgba(122, 14, 47, 0.12);
  border-radius: 20px;
  background: rgba(250, 247, 245, 0.76);
  box-shadow: 0 18px 40px rgba(43, 7, 9, 0.14);
  backdrop-filter: blur(18px);
}

.hero-note span {
  color: var(--color-burgundy);
  font-family: var(--font-display);
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 0.9;
}

.hero-note strong {
  color: var(--color-muted);
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-note small {
  color: rgba(122, 14, 47, 0.52);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.butterfly {
  position: absolute;
  width: 70px;
  height: 56px;
  pointer-events: none;
}

.butterfly::before,
.butterfly::after,
.mini-butterfly::before,
.mini-butterfly::after {
  position: absolute;
  background: currentColor;
  content: "";
}

.butterfly::before,
.butterfly::after {
  top: 10px;
  width: 31px;
  height: 38px;
  border-radius: 72% 28% 64% 36%;
}

.butterfly::before {
  left: 6px;
  transform: rotate(-22deg);
}

.butterfly::after {
  right: 6px;
  transform: scaleX(-1) rotate(-22deg);
}

.butterfly--hero {
  top: 26px;
  left: 16px;
  z-index: 4;
  color: rgba(122, 14, 47, 0.82);
}

.section {
  padding-block: clamp(62px, 7vw, 94px);
}

.brand-statement {
  position: relative;
  max-width: 900px;
  padding-block: clamp(58px, 7vw, 96px);
  text-align: center;
}

.brand-statement::before {
  position: absolute;
  inset: 24px 8% 24px;
  border: 1px solid rgba(122, 14, 47, 0.08);
  border-radius: 999px;
  content: "";
  pointer-events: none;
}

.brand-statement__line {
  width: min(320px, 56%);
  height: 1px;
  margin: 0 auto 24px;
  background: linear-gradient(90deg, transparent, var(--color-rose), transparent);
}

.brand-statement p {
  max-width: 620px;
  margin: 18px auto 0;
}

.brand-statement > .eyebrow {
  justify-content: center;
  margin-bottom: 12px;
}

.butterfly--statement {
  top: 38px;
  left: calc(50% - 35px);
  color: rgba(223, 160, 180, 0.72);
  transform: scale(0.72);
}

.section__heading {
  max-width: 720px;
  margin-bottom: 34px;
}

.categories {
  position: relative;
  background:
    linear-gradient(180deg, rgba(250, 247, 245, 0.2), rgba(243, 232, 227, 0.68)),
    var(--color-warm-white);
}

.categories::before {
  position: absolute;
  top: 44px;
  left: max(16px, calc((100vw - 1120px) / 2));
  width: 110px;
  height: 110px;
  border-radius: 50%;
  background: rgba(200, 208, 132, 0.36);
  content: "";
}

.categories__heading {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(260px, 0.75fr);
  align-items: end;
  gap: 34px;
  max-width: none;
}

.section__heading--center {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.section__heading--split {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(260px, 0.72fr);
  align-items: end;
  gap: 32px;
  max-width: none;
}

.category-grid,
.value-grid,
.product-grid,
.steps__grid {
  display: grid;
  gap: 18px;
}

.category-grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.category-card {
  position: relative;
  min-height: 390px;
  overflow: hidden;
  border: 1px solid rgba(122, 14, 47, 0.12);
  border-radius: 24px;
  background: var(--color-cream);
  box-shadow: 0 16px 38px rgba(43, 7, 9, 0.08);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.category-card:nth-child(2),
.category-card:nth-child(5) {
  transform: translateY(28px);
}

.category-card:nth-child(2):hover,
.category-card:nth-child(5):hover {
  transform: translateY(20px);
}

.category-card:hover,
.product-card:hover {
  box-shadow: var(--shadow-soft);
  transform: translateY(-4px);
}

.category-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.76) contrast(0.93) sepia(0.08);
  transform: scale(1.02);
  transition: transform 240ms ease;
}

.category-card:hover img {
  transform: scale(1.07);
}

.category-card::after {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(43, 7, 9, 0.02), rgba(250, 247, 245, 0.26) 34%, rgba(250, 247, 245, 0.92) 74%),
    linear-gradient(135deg, rgba(122, 14, 47, 0.18), rgba(223, 160, 180, 0.14));
  content: "";
}

.category-card__content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: end;
  min-height: 390px;
  padding: 26px;
}

.mini-butterfly {
  position: relative;
  width: 34px;
  height: 24px;
  margin-bottom: 18px;
  color: rgba(122, 14, 47, 0.48);
}

.mini-butterfly::before,
.mini-butterfly::after {
  top: 3px;
  width: 14px;
  height: 18px;
  border-radius: 72% 28% 64% 36%;
}

.mini-butterfly::before {
  left: 3px;
  transform: rotate(-22deg);
}

.mini-butterfly::after {
  right: 3px;
  transform: scaleX(-1) rotate(-22deg);
}

.category-card p,
.value-item p,
.product-card p,
.steps article p {
  margin: 0;
}

.category-card a {
  display: inline-flex;
  width: fit-content;
  margin-top: 18px;
  padding: 9px 13px;
  border: 1px solid rgba(122, 14, 47, 0.16);
  border-radius: 999px;
  background: rgba(250, 247, 245, 0.58);
  color: var(--color-burgundy);
  font-size: 0.82rem;
  font-weight: 800;
}

.value {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 10% 20%, rgba(200, 208, 132, 0.24), transparent 20rem),
    linear-gradient(180deg, rgba(243, 232, 227, 0.78), rgba(250, 247, 245, 0.96));
}

.value::after {
  position: absolute;
  right: -90px;
  bottom: -110px;
  width: 280px;
  height: 280px;
  border: 1px solid rgba(122, 14, 47, 0.08);
  border-radius: 50%;
  content: "";
}

.value__layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1fr);
  align-items: center;
  gap: clamp(34px, 6vw, 72px);
}

.value__intro {
  position: relative;
  max-width: 440px;
}

.value__intro p:not(.eyebrow) {
  color: var(--color-muted);
}

.value__seal {
  display: grid;
  width: min(100%, 280px);
  margin-top: 30px;
  padding: 26px;
  border: 1px solid rgba(122, 14, 47, 0.1);
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(250, 247, 245, 0.78), rgba(243, 232, 227, 0.58)),
    rgba(250, 247, 245, 0.72);
  box-shadow: var(--shadow-card);
}

.value__seal strong {
  margin-top: 48px;
  color: var(--color-burgundy);
  font-family: var(--font-display);
  font-size: 2.1rem;
  line-height: 0.92;
}

.value__seal small {
  color: rgba(43, 7, 9, 0.6);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.butterfly--value {
  position: relative;
  color: var(--color-rose);
}

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

.value-item {
  position: relative;
  min-height: 218px;
  padding: 26px 24px;
  overflow: hidden;
  border: 1px solid rgba(122, 14, 47, 0.1);
  border-radius: 22px;
  background: rgba(250, 247, 245, 0.82);
  box-shadow: 0 12px 28px rgba(43, 7, 9, 0.06);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.value-item::after {
  position: absolute;
  right: -34px;
  bottom: -38px;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  background: rgba(223, 160, 180, 0.14);
  content: "";
}

.value-item:hover {
  border-color: rgba(122, 14, 47, 0.18);
  box-shadow: var(--shadow-soft);
  transform: translateY(-4px);
}

.value-index {
  position: absolute;
  top: 20px;
  right: 22px;
  color: rgba(122, 14, 47, 0.22);
  font-family: var(--font-display);
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1;
}

.value-icon,
.steps article span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  border: 1px solid rgba(122, 14, 47, 0.16);
  border-radius: 999px;
  background: rgba(243, 232, 227, 0.65);
  color: var(--color-burgundy);
  font-family: var(--font-display);
  font-size: 1.15rem;
  font-weight: 700;
}

.catalog {
  position: relative;
  background:
    linear-gradient(180deg, var(--color-warm-white), rgba(243, 232, 227, 0.36)),
    var(--color-warm-white);
}

.catalog::before {
  position: absolute;
  top: 80px;
  right: max(16px, calc((100vw - 1120px) / 2));
  width: 160px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(122, 14, 47, 0.3));
  content: "";
}

.product-grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.product-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(122, 14, 47, 0.1);
  border-radius: 24px;
  background: #fffdfa;
  box-shadow: var(--shadow-card);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.product-card::after {
  position: absolute;
  inset: 12px;
  border: 1px solid rgba(250, 247, 245, 0.42);
  border-radius: 18px;
  content: "";
  pointer-events: none;
}

.product-card:hover {
  border-color: rgba(122, 14, 47, 0.18);
}

.product-card__image {
  position: relative;
  overflow: hidden;
  background: var(--color-cream);
}

.product-card__image img {
  width: 100%;
  aspect-ratio: 4 / 4.55;
  object-fit: cover;
  filter: saturate(0.82) contrast(0.96) sepia(0.06);
  transition: transform 240ms ease;
}

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

.badge {
  position: absolute;
  top: 14px;
  left: 14px;
  padding: 6px 10px;
  border: 1px solid rgba(122, 14, 47, 0.13);
  border-radius: 999px;
  background: rgba(250, 247, 245, 0.86);
  color: var(--color-burgundy);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.product-card__body {
  position: relative;
  z-index: 1;
  padding: 22px 22px 24px;
}

.product-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-bottom: 13px;
}

.product-card__meta span {
  padding: 5px 8px;
  border: 1px solid rgba(122, 14, 47, 0.1);
  border-radius: 999px;
  background: rgba(243, 232, 227, 0.45);
  color: rgba(43, 7, 9, 0.58);
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.product-card p + p {
  margin-top: 8px;
}

.steps {
  padding-block: clamp(56px, 7vw, 96px);
  background:
    linear-gradient(180deg, rgba(243, 232, 227, 0.36), rgba(250, 247, 245, 0.92)),
    var(--color-warm-white);
}

.steps__panel {
  position: relative;
  overflow: hidden;
  padding: clamp(34px, 5vw, 60px);
  border-radius: 28px;
  background:
    radial-gradient(circle at top right, rgba(223, 160, 180, 0.28), transparent 18rem),
    radial-gradient(circle at bottom left, rgba(200, 208, 132, 0.16), transparent 18rem),
    var(--color-burgundy);
  box-shadow: var(--shadow-soft);
}

.steps__panel::after {
  position: absolute;
  right: -80px;
  bottom: -120px;
  width: 260px;
  height: 260px;
  border: 1px solid rgba(243, 232, 227, 0.2);
  border-radius: 50%;
  content: "";
}

.steps .section__heading {
  position: relative;
  z-index: 1;
  max-width: 760px;
}

.steps h2,
.steps h3,
.steps .eyebrow,
.steps .section__heading p {
  color: var(--color-cream);
}

.steps__grid {
  position: relative;
  z-index: 1;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.steps__grid::before {
  position: absolute;
  top: 45px;
  right: 16%;
  left: 16%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(243, 232, 227, 0.35), transparent);
  content: "";
}

.steps article {
  position: relative;
  padding: 24px;
  border: 1px solid rgba(243, 232, 227, 0.18);
  border-radius: 18px;
  background: rgba(250, 247, 245, 0.08);
  backdrop-filter: blur(14px);
}

.steps article p {
  color: rgba(243, 232, 227, 0.78);
}

.steps article span {
  border-color: rgba(243, 232, 227, 0.3);
  background: rgba(243, 232, 227, 0.14);
  color: var(--color-cream);
}

.steps__button {
  position: relative;
  z-index: 1;
  margin-top: 28px;
}

.trust {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  padding: 26px 16px;
  background:
    linear-gradient(90deg, rgba(200, 208, 132, 0.28), rgba(243, 232, 227, 0.9), rgba(223, 160, 180, 0.18)),
    var(--color-cream);
  color: var(--color-dark);
}

.trust span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 14px;
  border: 1px solid rgba(122, 14, 47, 0.11);
  border-radius: 999px;
  background: rgba(250, 247, 245, 0.76);
  font-size: 0.76rem;
  font-weight: 800;
}

.trust b {
  color: var(--color-burgundy);
  font-family: var(--font-display);
  font-size: 1rem;
  line-height: 1;
}

.promo {
  position: relative;
  background:
    radial-gradient(circle at 82% 12%, rgba(223, 160, 180, 0.2), transparent 24rem),
    var(--color-warm-white);
}

.promo__panel {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(220px, 0.48fr) 260px;
  align-items: center;
  gap: clamp(28px, 5vw, 62px);
  padding: clamp(34px, 5vw, 60px);
  border-radius: 30px;
  background:
    radial-gradient(circle at 82% 18%, rgba(223, 160, 180, 0.2), transparent 18rem),
    linear-gradient(135deg, rgba(122, 14, 47, 0.96), rgba(43, 7, 9, 0.98)),
    var(--color-burgundy);
  box-shadow: var(--shadow-soft);
}

.promo h2,
.promo .eyebrow,
.promo p {
  color: var(--color-cream);
}

.promo__content {
  max-width: 680px;
}

.promo__image {
  position: relative;
  overflow: hidden;
  min-height: 330px;
  border: 1px solid rgba(243, 232, 227, 0.2);
  border-radius: 999px 999px 24px 24px;
  background: rgba(243, 232, 227, 0.1);
  box-shadow: 0 22px 54px rgba(43, 7, 9, 0.24);
}

.promo__image img {
  width: 100%;
  height: 100%;
  min-height: 330px;
  object-fit: cover;
  filter: saturate(0.76) contrast(0.92) sepia(0.08);
}

.promo__detail {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 250px;
  padding: 28px;
  border: 1px solid rgba(243, 232, 227, 0.22);
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(250, 247, 245, 0.12), rgba(250, 247, 245, 0.05)),
    rgba(223, 160, 180, 0.08);
  text-align: center;
}

.promo__detail strong {
  color: var(--color-cream);
  font-family: var(--font-display);
  font-size: 2.2rem;
  line-height: 0.95;
}

.promo__detail small {
  color: rgba(243, 232, 227, 0.72);
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.butterfly--promo {
  position: relative;
  margin-bottom: 20px;
  color: var(--color-rose);
}

.footer {
  background:
    radial-gradient(circle at top left, rgba(122, 14, 47, 0.52), transparent 28rem),
    var(--color-dark);
  color: var(--color-cream);
}

.footer__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) 0.75fr 0.75fr;
  gap: 42px;
  padding-block: 58px 82px;
  border-top: 1px solid rgba(243, 232, 227, 0.12);
}

.brand--footer {
  display: inline-grid;
  color: var(--color-cream);
}

.footer p {
  max-width: 380px;
  color: rgba(243, 232, 227, 0.78);
}

.footer__cta {
  width: fit-content;
  margin-top: 18px;
}

.footer__links,
.footer__social {
  display: grid;
  align-content: start;
  gap: 10px;
}

.footer__links h3 {
  margin: 0 0 8px;
  color: var(--color-cream);
  font-size: 1.4rem;
}

.footer a:not(.brand) {
  color: var(--color-cream);
  font-weight: 700;
}

.footer__social small {
  margin-top: 16px;
  color: rgba(243, 232, 227, 0.58);
  font-size: 0.72rem;
}

.whatsapp-float {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 30;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 46px;
  padding: 10px 14px 10px 12px;
  border: 1px solid rgba(250, 247, 245, 0.58);
  border-radius: 999px;
  background: rgba(122, 14, 47, 0.96);
  box-shadow: 0 14px 34px rgba(43, 7, 9, 0.22);
  color: var(--color-warm-white);
  font-size: 0.8rem;
  font-weight: 800;
}

.whatsapp-float svg {
  width: 22px;
  height: 22px;
  fill: currentColor;
}

@media (max-width: 980px) {
  .nav__toggle {
    display: block;
  }

  .nav__menu {
    position: absolute;
    top: 72px;
    right: 16px;
    left: 16px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
    padding: 16px;
    border: 1px solid rgba(122, 14, 47, 0.13);
    border-radius: 18px;
    background: rgba(250, 247, 245, 0.98);
    box-shadow: var(--shadow-soft);
  }

  .nav__menu.is-open {
    display: flex;
  }

  .nav__menu a {
    width: 100%;
  }

  .hero__grid,
  .categories__heading,
  .value__layout,
  .section__heading--split,
  .promo__panel,
  .footer__grid {
    grid-template-columns: 1fr;
  }

  .hero__grid {
    min-height: auto;
  }

  .hero__visual {
    justify-self: start;
    width: min(100%, 520px);
    min-height: 590px;
  }

  .hero__image--main {
    inset: 0 58px 80px 0;
  }

  .hero__image--secondary {
    width: 36%;
    height: 30%;
  }

  .category-grid,
  .product-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .value-grid,
  .steps__grid {
    grid-template-columns: 1fr 1fr;
  }

  .value__intro {
    max-width: 680px;
  }

  .value__seal {
    display: none;
  }

  .steps__grid::before {
    display: none;
  }

  .promo__detail {
    min-height: 210px;
  }

  .promo__image {
    min-height: 280px;
    border-radius: 24px;
  }

  .promo__image img {
    min-height: 280px;
  }
}

@media (max-width: 680px) {
  .container {
    width: min(100% - 24px, 1120px);
  }

  .nav {
    min-height: 64px;
  }

  .brand__name {
    font-size: 2rem;
  }

  .brand__tagline {
    font-size: 0.55rem;
  }

  .nav__menu {
    top: 64px;
    right: 12px;
    left: 12px;
  }

  .hero__grid {
    gap: 22px;
    padding-block: 22px 22px;
  }

  .hero-title {
    font-size: clamp(2.85rem, 12vw, 3.95rem);
    line-height: 0.93;
  }

  .hero__actions,
  .hero__actions .button {
    width: auto;
  }

  .hero__actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 9px;
    margin-top: 20px;
  }

  .hero__actions .button {
    min-height: 44px;
    padding: 10px 12px;
    font-size: 0.75rem;
  }

  .hero__proof {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    margin-top: 14px;
  }

  .hero__proof span {
    padding: 7px 8px;
    font-size: 0.62rem;
    line-height: 1.15;
    text-align: center;
  }

  .hero__proof span::before,
  .hero__overline > span:last-child,
  .hero__signature {
    display: none;
  }

  .hero__visual {
    width: 100%;
    min-height: 260px;
  }

  .hero__visual::before {
    inset: 18px 12px 36px 34px;
    border-radius: 999px 999px 22px 22px;
  }

  .hero__image--main {
    inset: 0 38px 54px 0;
    border-radius: 999px 999px 24px 24px;
  }

  .hero__image--secondary {
    width: 35%;
    height: 30%;
    border-radius: 18px;
  }

  .hero-note {
    left: 10px;
    bottom: 52px;
    max-width: 165px;
    padding: 12px 14px;
  }

  .hero__vertical {
    display: none;
  }

  .butterfly--hero {
    top: 14px;
    left: 6px;
    transform: scale(0.76);
  }

  .section {
    padding-block: 56px;
  }

  .brand-statement {
    padding-block: 46px 54px;
  }

  .category-grid,
  .value-grid,
  .product-grid,
  .steps__grid {
    grid-template-columns: 1fr;
  }

  .category-card,
  .category-card__content {
    min-height: 330px;
  }

  .category-card:nth-child(2),
  .category-card:nth-child(5),
  .category-card:nth-child(2):hover,
  .category-card:nth-child(5):hover {
    transform: none;
  }

  .value-item {
    min-height: auto;
  }

  .steps__panel,
  .promo__panel {
    padding: 28px 20px;
    border-radius: 20px;
  }

  .value__layout {
    gap: 28px;
  }

  .value-item {
    padding: 22px 20px;
  }

  .product-grid {
    gap: 18px;
  }

  .product-card__image img {
    aspect-ratio: 4 / 3.6;
  }

  .steps article {
    padding: 22px 20px;
  }

  .trust {
    justify-content: flex-start;
    padding-inline: 12px;
  }

  .trust span {
    width: 100%;
    justify-content: center;
  }

  .promo__image {
    min-height: 220px;
  }

  .promo__image img {
    min-height: 220px;
  }

  .promo__detail {
    min-height: 190px;
  }

  .whatsapp-float {
    right: 12px;
    bottom: 12px;
    min-height: 44px;
    padding: 10px;
  }

  .whatsapp-float span {
    display: none;
  }

  .footer__grid {
    padding-bottom: 84px;
  }
}
