/* Larex Beauty — Figma file 6zM3R6mVa93jQzpyJVm45h (Home / About / Contact) */
:root {
  --lx-pink: #FF3164;
  --lx-pink-2: #FF85A3;
  --lx-pink-3: #FFEBE8; /* Figma header pill / footer bg sampled */
  --lx-blush: #FFEBE8;
  --lx-lilac: #DBCAFF;
  --lx-sky: #C8ECFF;
  --lx-gold: #FFE785;
  --lx-mint: #D7F7E1;
  --lx-ink: #111111;
  --lx-muted: #5F5F5F;
  --lx-field: #F3F3F3;
  --lx-white: #ffffff;
  --lx-r: 20px;
  --lx-r2: 28px;
  --lx-r3: 40px;
  --lx-btn-r: 12px;
  --lx-shadow: 0 18px 40px rgba(255, 49, 100, 0.10);
  --lx-font: "Poppins", "Inter", system-ui, sans-serif;
  --lx-max: 1250px;
  --lx-gutter: 24px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.larex-beauty,
#hpb-canvas.larex-theme {
  margin: 0;
  font-family: var(--lx-font);
  color: var(--lx-ink);
  background: var(--lx-white);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  direction: inherit;
  text-align: start;
  overflow-x: clip;
}
body.larex-beauty a,
#hpb-canvas.larex-theme a { color: inherit; text-decoration: none; }
body.larex-beauty img,
#hpb-canvas.larex-theme img { max-width: 100%; height: auto; display: block; }
body.larex-beauty .lx-pdp img,
body.larex-beauty .lx-about img,
body.larex-beauty .lx-map img,
body.larex-beauty .lx-blog-hero img,
body.larex-beauty .lx-blog-card__media img,
body.larex-beauty .lx-article-hero img,
body.larex-beauty .lx-article-mid img { height: 100%; max-width: none; }
body.larex-beauty .lx-contact-item__ico { width: 42px; height: 42px; max-width: 42px; }
body.larex-beauty figure,
#hpb-canvas.larex-theme figure { margin: 0; }
.lx-container {
  width: min(var(--lx-max), calc(100% - (var(--lx-gutter) * 2)));
  max-width: 1250px;
  margin-inline: auto;
}
.lx-main { overflow-x: clip; }

/* Buttons — radius 12px, padding 8×48, h 46 */
.lx-btn,
a.lx-btn,
button.lx-btn,
.lx-btn--sm,
.lx-btn--wide,
.lx-btn--pink,
.lx-btn--soft,
.lx-btn--hero,
.lx-header .lx-btn,
.lx-header .lx-btn--sm,
.lx-mail .lx-btn,
.lx-mail button,
body.larex-beauty .lx-btn,
body.larex-beauty a.lx-btn,
body.larex-beauty button.lx-btn,
#hpb-canvas.larex-theme .lx-btn,
#hpb-canvas.larex-theme a.lx-btn,
#hpb-canvas.larex-theme button.lx-btn {
  border-radius: 12px !important;
}
.lx-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 8px 48px;
  border: 0;
  font: 400 18px/1.666 var(--lx-font);
  cursor: pointer;
  transition: transform .15s ease, box-shadow .15s ease, background .15s ease;
}
.lx-btn:hover { transform: translateY(-1px); }
.lx-btn--sm { min-height: 40px; padding: 6px 28px; font-size: 15px; }
.lx-btn--wide { width: 100%; min-height: 46px; }
.lx-btn--hero { min-width: 142px; }
.lx-btn--pink {
  background: var(--lx-pink);
  color: #fff;
}
.lx-btn--soft {
  background: rgba(255,255,255,.35);
  color: #fff;
  border: 1.5px solid rgba(255,255,255,.85);
  backdrop-filter: blur(4px);
}

/* Figma Header — node 102:599, 1250×96, radius 28 */
.lx-header {
  position: relative;
  z-index: 50;
  width: min(var(--lx-max), calc(100% - (var(--lx-gutter) * 2)));
  max-width: 1250px;
  margin: 24px auto 0;
}
.lx-header__pill {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 96px;
  padding: 0 59px;
  background: var(--lx-blush);
  border-radius: 28px;
  box-sizing: border-box;
}
.lx-header__left {
  display: flex;
  align-items: center;
  gap: 40px;
  min-width: 0;
}
.lx-logo {
  display: inline-flex;
  align-items: center;
  line-height: 0;
  flex: 0 0 auto;
}
.lx-logo__img {
  display: block;
  width: 158px;
  height: 24px;
  object-fit: contain;
}
.lx-logo--lg .lx-logo__img {
  width: 219px;
  height: 34px;
}
.lx-header__nav {
  flex: 0 1 auto;
  min-width: 0;
}
.lx-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
.lx-nav > li { position: relative; }
.lx-nav > li > a {
  color: #000 !important;
  font: 500 15px/1 "Poppins", var(--lx-font);
  text-decoration: none;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 20px;
}
.lx-caret {
  display: block;
  width: 9.375px;
  height: 6.05px;
  flex: 0 0 auto;
}
.lx-drop {
  display: none;
  position: absolute;
  top: 100%;
  left: 20px;
  min-width: 160px;
  margin: 0;
  padding: 8px 0;
  list-style: none;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 12px 32px rgba(0,0,0,.08);
  z-index: 20;
}
.lx-nav > li.has-drop:hover > .lx-drop,
.lx-nav > li.has-drop:focus-within > .lx-drop { display: block; }
.lx-drop a {
  display: block;
  padding: 8px 16px;
  font: 500 14px/1.4 "Poppins", var(--lx-font);
  color: #000;
}
.lx-header__actions {
  display: flex;
  align-items: center;
  gap: 24px;
  flex: 0 0 auto;
}
.lx-search {
  width: 18px;
  height: 18px;
  border: 0;
  padding: 0;
  background: transparent;
  cursor: pointer;
  display: grid;
  place-items: center;
}
.lx-search img {
  width: 17.65px;
  height: 18.05px;
  display: block;
}
html[dir="rtl"] body.larex-beauty {
  direction: rtl;
  text-align: right;
}
html[dir="ltr"] body.larex-beauty {
  direction: ltr;
  text-align: left;
}
html[dir="rtl"] .lx-drop {
  left: auto;
  right: 20px;
}
html[dir="rtl"] .lx-hero--left .lx-hero__copy,
html[dir="rtl"] .lx-grid-cards--left .lx-feature p,
html[dir="rtl"] .lx-cta--left .lx-cta__copy {
  text-align: right;
  align-items: flex-end;
}

.lx-header .lx-btn--more,
a.lx-btn--more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 142px;
  height: 46px;
  min-height: 46px;
  padding: 8px 48px;
  border: 0;
  border-radius: 15px !important;
  background: var(--lx-pink);
  color: #fff !important;
  font: 400 18px/1.666 "Poppins", var(--lx-font);
  box-shadow: none;
  text-decoration: none;
  box-sizing: border-box;
}
.lx-lang {
  border: 0;
  background: transparent;
  font: 500 12px/1 "Poppins", var(--lx-font);
  color: #000;
  cursor: pointer;
  padding: 0;
  max-width: 4.5rem;
}
.lx-burger {
  display: none;
  width: 30px;
  height: 30px;
  border: 0;
  background: transparent;
  cursor: pointer;
  padding: 0;
}
.lx-burger img { width: 30px; height: 30px; display: block; }

/* Section chrome — vertical rhythm from Figma 68:490, boxed 1250 */
.lx-block { padding: 0; }
.lx-block--tight { padding: 0; }
.lx-head { text-align: center; max-width: 640px; margin: 0 auto 40px; }
.lx-head h2 {
  margin: 0 0 12px;
  font-size: clamp(28px, 3.2vw, 40px);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.15;
}
.lx-head p { margin: 0; color: var(--lx-muted); font-size: 15px; }
.lx-kicker { margin: 0 0 12px; color: var(--lx-ink); font-size: 18px; line-height: 1.666; font-weight: 400; }
.lx-lead { margin: 0 0 24px; color: var(--lx-ink); font-size: 18px; line-height: 1.666; max-width: 670px; }

/* Hero — Figma Group 159 1383×579 + blob 79:611 */
.lx-hero { padding: 59px 0 110px; position: relative; overflow-x: clip; overflow-y: visible; isolation: isolate; }
.lx-hero__stage {
  position: relative;
  width: 100%;
  max-width: 1250px;
  aspect-ratio: 1383 / 579;
  min-height: 0;
  display: block;
  overflow: visible;
}
.lx-hero__art-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center right;
  pointer-events: none;
  user-select: none;
}
.lx-hero__art {
  position: absolute;
  inset: 0;
  pointer-events: none;
  user-select: none;
  z-index: 0;
  overflow: visible;
}
.lx-hero__decor {
  position: absolute;
  inset: auto;
  pointer-events: none;
}
.lx-hero__decor--img,
.lx-hero__decor--svg > svg,
.lx-hero__blob-svg,
.lx-hero__guide-svg {
  width: 100%;
  height: 100% !important;
  display: block;
  object-fit: contain;
  object-position: center;
  max-width: none;
}
.lx-hero__decor--tl {
  z-index: 1;
  left: 0.54%;
  top: 1.17%;
  width: 17.72%;
  height: 38.53%;
}
.lx-hero__decor--blob {
  z-index: 2;
  left: 62.04%;
  top: -8.36%;
  width: 34.56%;
  height: 95.85%;
  transform-origin: 55% 48%;
  animation: lx-hero-blob 8s ease-in-out infinite;
}
.lx-hero__decor--br {
  z-index: 3;
  left: 77.43%;
  top: 50.92%;
  width: 22.03%;
  height: 47.91%;
}
.lx-hero__dot {
  position: absolute;
  z-index: 4;
  width: 1.08%;
  aspect-ratio: 15 / 13.6;
  border-radius: 50%;
  background: #FF85A3;
  animation: lx-hero-dot 0.6s ease both;
}
.lx-hero__dot--a { left: 0; top: 39.7%; animation-delay: 0.85s; }
.lx-hero__dot--b { left: 18.26%; top: 0; animation-delay: 1.05s; }
.lx-hero__dot--c { left: 98.92%; top: 48.58%; animation-delay: 1.15s; }
.lx-hero__dot--d { left: 76.35%; top: 97.65%; animation-delay: 1.35s; }
.lx-hero__stroke {
  fill: none;
  stroke-dasharray: 520;
  stroke-dashoffset: 520;
  animation: lx-hero-draw 1.35s ease forwards;
}
.lx-hero__stroke--br { animation-delay: 0.25s; }
.lx-hero__copy {
  position: absolute;
  z-index: 5;
  left: 3.9%;
  top: 8.64%;
  width: 50.04%;
  max-width: 692px;
  padding: 0;
  font-family: var(--lx-hero-font, var(--lx-font));
}
.lx-hero__copy > * {
  animation: lx-hero-rise 0.7s ease both;
}
.lx-hero__copy .lx-kicker { animation-delay: 0.12s; }
.lx-hero__copy h1 { animation-delay: 0.22s; }
.lx-hero__copy .lx-lead { animation-delay: 0.34s; }
.lx-hero__copy .lx-btn { animation-delay: 0.48s; }
.lx-hero--center .lx-hero__copy {
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}
.lx-hero--center .lx-hero__copy .lx-kicker,
.lx-hero--center .lx-hero__copy h1,
.lx-hero--center .lx-hero__copy .lx-lead {
  margin-inline: auto;
}
.lx-hero--left .lx-hero__copy { text-align: left; }
.lx-hero--right .lx-hero__copy {
  left: auto;
  right: 3.9%;
  text-align: right;
}
.lx-hero .lx-kicker {
  margin: 0 0 5px;
  max-width: 484px;
  font-size: var(--lx-hero-kicker-size, 18px);
  line-height: var(--lx-hero-kicker-lh, 30px);
  font-weight: 400;
  color: var(--lx-hero-kicker-color, var(--lx-ink));
}
.lx-hero h1 {
  margin: 0 0 40px;
  max-width: var(--lx-hero-copy-max, 692px);
  font-size: var(--lx-hero-title-size, 47.78px);
  font-weight: var(--lx-hero-title-weight, 600);
  letter-spacing: 0;
  line-height: var(--lx-hero-title-lh, 71.67px);
  color: var(--lx-hero-title-color, #000);
}
.lx-hero .lx-lead {
  margin: 0 0 28px;
  max-width: 670px;
  font-size: var(--lx-hero-lead-size, 18px);
  line-height: var(--lx-hero-lead-lh, 29.99px);
  font-weight: 400;
  color: var(--lx-hero-lead-color, #000);
}
.lx-hero .lx-btn--hero,
body.larex-beauty .lx-hero a.lx-btn--hero,
#hpb-canvas.larex-theme .lx-hero a.lx-btn--hero {
  background: var(--lx-hero-btn-bg, #FF3164);
  color: var(--lx-hero-btn-color, #fff);
  border-radius: 15px !important;
  padding: 8px 48px;
  font-size: 18px;
  font-weight: 400;
  min-height: 46px;
  min-width: 142px;
}
@keyframes lx-hero-blob {
  0%, 100% { transform: translate(0, 0) scale(1) rotate(0deg); }
  35% { transform: translate(-14px, 16px) scale(1.04) rotate(-2.5deg); }
  68% { transform: translate(10px, 8px) scale(0.98) rotate(2deg); }
}
@keyframes lx-hero-draw {
  to { stroke-dashoffset: 0; }
}
@keyframes lx-hero-dot {
  from { opacity: 0; transform: scale(0.4); }
  to { opacity: 1; transform: scale(1); }
}
@keyframes lx-hero-rise {
  from { opacity: 0; transform: translateY(18px); }
  to { opacity: 1; transform: translateY(0); }
}
@media (prefers-reduced-motion: reduce) {
  .lx-hero__decor--blob,
  .lx-hero__stroke,
  .lx-hero__dot,
  .lx-hero__copy > * { animation: none !important; }
}

/* Solutions grid (below hero) — Figma Frame 1321316242 / 6243 */
.lx-grid-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--lx-grid-section-gap, 53px);
  padding-top: 0;
  padding-bottom: 153px;
  font-family: var(--lx-grid-font, var(--lx-font));
}
.lx-grid-head {
  display: flex;
  flex-direction: column;
  gap: var(--lx-grid-head-gap, 16px);
  max-width: var(--lx-grid-head-max, 1065px);
  width: 100%;
  margin: 0 auto;
}
.lx-grid-head--center {
  align-items: center;
  text-align: center;
}
.lx-grid-head--left {
  align-items: flex-start;
  text-align: left;
}
.lx-grid-head--right {
  align-items: flex-end;
  text-align: right;
}
.lx-grid-title {
  margin: 0;
  font-size: var(--lx-grid-title-size, clamp(28px, 3.2vw, 39.81px));
  line-height: var(--lx-grid-title-lh, 1.5);
  font-weight: var(--lx-grid-title-weight, 600);
  color: var(--lx-grid-title-color, #000);
  max-width: 100%;
}
.lx-grid-lead {
  margin: 0;
  font-size: var(--lx-grid-lead-size, 18px);
  line-height: var(--lx-grid-lead-lh, 166.6%);
  font-weight: 400;
  color: var(--lx-grid-lead-color, #000);
  max-width: var(--lx-grid-head-max, 1065px);
}

.lx-features,
.lx-grid-cards {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  gap: 37px;
  width: 100%;
  max-width: 1250px;
  margin: 0 auto;
  box-sizing: border-box;
}
.lx-feature {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--lx-grid-card-gap, 35px);
  width: 285px;
  flex: 0 0 285px;
  max-width: 285px;
  min-width: 0;
  background: transparent;
  border-radius: 0;
  padding: 0;
  box-shadow: none;
}
.lx-grid-cards--center .lx-feature { align-items: center; }
.lx-grid-cards--left .lx-feature { align-items: flex-start; }
.lx-grid-cards--right .lx-feature { align-items: flex-end; }
.lx-feature__media {
  width: 100%;
  aspect-ratio: var(--lx-grid-media-ratio, 285 / 372);
  border-radius: var(--lx-grid-media-radius, 50px);
  overflow: hidden;
}
.lx-feature__swatch,
.lx-feature__img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: var(--lx-grid-media-radius, 50px);
  object-fit: cover;
}
.lx-swatch--lilac { background: var(--lx-lilac); }
.lx-swatch--sky { background: var(--lx-sky); }
.lx-swatch--gold { background: var(--lx-gold); }
.lx-swatch--mint { background: var(--lx-mint); }
.lx-feature h3 {
  margin: 0;
  width: 100%;
  font-size: var(--lx-grid-card-title-size, clamp(18px, 1.8vw, 23.04px));
  line-height: 1.5;
  font-weight: var(--lx-grid-card-title-weight, 600);
  text-align: center;
  color: var(--lx-grid-card-title-color, #000);
}
.lx-feature p {
  margin: 0;
  width: 100%;
  font-size: var(--lx-grid-card-body-size, 15px);
  line-height: var(--lx-grid-card-body-lh, 22px);
  font-weight: 400;
  text-align: center;
  color: var(--lx-grid-card-body-color, #000);
  flex: 0 0 auto;
}
.lx-grid-cards--left .lx-feature h3,
.lx-grid-cards--left .lx-feature p { text-align: left; }
.lx-grid-cards--right .lx-feature h3,
.lx-grid-cards--right .lx-feature p { text-align: right; }
.lx-grid-cards--center .lx-feature h3,
.lx-grid-cards--center .lx-feature p { text-align: center; }
.lx-feature__btn {
  margin-top: 0;
  padding: var(--lx-grid-btn-pad-y, 8px) var(--lx-grid-btn-pad-x, 48px);
  min-height: var(--lx-grid-btn-min-h, 46px);
  border-radius: var(--lx-grid-btn-radius, var(--lx-btn-r)) !important;
  background: var(--lx-grid-btn-bg, var(--lx-pink));
  color: var(--lx-grid-btn-color, #fff);
  font-size: var(--lx-grid-btn-size, 18px);
}
.lx-grid-empty {
  margin: 0;
  padding: 24px;
  text-align: center;
  color: var(--lx-muted);
  border: 1px dashed var(--lx-line);
  border-radius: 16px;
}

/* CTA + Benefits (editable Site Pages: larex_cta) */
.lx-cta {
  padding-top: 0;
  padding-bottom: 149px;
  font-family: var(--lx-cta-font, var(--lx-font));
}
.lx-cta__layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 694px;
  gap: 48px;
  align-items: center;
  width: 100%;
  max-width: 1250px;
}
.lx-cta--img-right .lx-cta__media { order: 2; }
.lx-cta--img-right .lx-cta__copy { order: 1; }
.lx-cta--img-left .lx-cta__media { order: 1; }
.lx-cta--img-left .lx-cta__copy { order: 2; }
.lx-cta--img-left .lx-cta__layout {
  grid-template-columns: 694px minmax(0, 1fr);
}
.lx-cta__media {
  position: relative;
  max-width: 694px;
  width: 100%;
  margin-inline: auto;
  isolation: isolate;
}
.lx-cta__blob {
  position: absolute;
  inset: 6% 4% 4% 6%;
  width: var(--lx-cta-blob-size, 88%);
  height: var(--lx-cta-blob-size, 88%);
  margin: auto;
  border-radius: 46% 54% 42% 58% / 52% 40% 60% 48%;
  background: var(--lx-cta-blob, #FFEBE8);
  opacity: var(--lx-cta-blob-opacity, 1);
  z-index: 0;
  pointer-events: none;
}
.lx-cta__img,
.lx-cta__media-svg,
.lx-cta__ph {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  border-radius: var(--lx-cta-media-radius, 28px);
}
.lx-cta__img { height: auto; object-fit: cover; }
.lx-cta__media-svg > svg { display: block; width: 100%; height: auto; }
.lx-cta__ph {
  min-height: 320px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, #ffd4df, #ffe8ee);
  color: var(--lx-muted);
  font-size: 14px;
  text-align: center;
  padding: 24px;
}
.lx-cta__copy {
  max-width: var(--lx-cta-copy-max, 520px);
  display: flex;
  flex-direction: column;
  gap: var(--lx-cta-copy-gap, 0);
}
.lx-cta--left .lx-cta__copy { text-align: left; align-items: flex-start; margin-inline: 0; }
.lx-cta--center .lx-cta__copy { text-align: center; align-items: center; margin-inline: auto; }
.lx-cta--right .lx-cta__copy { text-align: right; align-items: flex-end; margin-inline: 0 0 auto auto; }
.lx-cta__title {
  margin: 0 0 var(--lx-cta-title-mb, 16px);
  font-size: var(--lx-cta-title-size, clamp(30px, 3.4vw, 42px));
  font-weight: var(--lx-cta-title-weight, 600);
  line-height: var(--lx-cta-title-lh, 1.15);
  letter-spacing: -0.03em;
  color: var(--lx-cta-title-color, var(--lx-ink));
}
.lx-cta__lead {
  margin: 0 0 var(--lx-cta-lead-mb, 24px);
  font-size: var(--lx-cta-lead-size, 16px);
  line-height: var(--lx-cta-lead-lh, 1.65);
  color: var(--lx-cta-lead-color, var(--lx-muted));
}
.lx-cta__benefits {
  list-style: none;
  margin: 0 0 var(--lx-cta-benefit-mb, 28px);
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: var(--lx-cta-benefits-gap, 12px);
  width: 100%;
}
.lx-cta--center .lx-cta__benefits { align-items: center; }
.lx-cta--right .lx-cta__benefits { align-items: flex-end; }
.lx-cta__benefit {
  display: flex;
  align-items: flex-start;
  gap: var(--lx-cta-benefit-gap, 12px);
  margin: 0;
  font-size: var(--lx-cta-benefit-size, 15px);
  line-height: var(--lx-cta-benefit-lh, 1.5);
  color: var(--lx-cta-benefit-color, var(--lx-muted));
}
.lx-cta--center .lx-cta__benefit { justify-content: center; }
.lx-cta--right .lx-cta__benefit { flex-direction: row-reverse; }
.lx-cta__icon {
  flex: 0 0 auto;
  width: var(--lx-cta-icon-size, 22px);
  height: var(--lx-cta-icon-size, 22px);
  display: inline-grid;
  place-items: center;
  border-radius: var(--lx-cta-icon-radius, 999px);
  background: var(--lx-cta-icon-bg, transparent);
  color: var(--lx-cta-icon-color, var(--lx-pink));
  font-size: calc(var(--lx-cta-icon-size, 22px) * 0.72);
  line-height: 1;
  margin-top: 2px;
}
.lx-cta__icon--dot {
  width: 10px;
  height: 10px;
  margin-top: 7px;
  background: var(--lx-cta-icon-color, #B8D4FF);
  border-radius: 999px;
  font-size: 0;
}
.lx-cta__icon--check_circle {
  background: var(--lx-cta-icon-bg, var(--lx-cta-icon-color, var(--lx-pink)));
  color: #fff;
  font-size: calc(var(--lx-cta-icon-size, 22px) * 0.55);
}
.lx-cta__icon--check_circle::before { content: "✓"; }
.lx-cta__icon--image {
  width: 18px;
  height: 18px;
  background: transparent;
  border-radius: 0;
}
.lx-cta__icon--image img { width: 18px; height: 18px; object-fit: contain; display: block; }
.lx-cta__icon--svg > svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.lx-cta__btn {
  margin-top: var(--lx-cta-btn-mt, 0);
  padding: var(--lx-cta-btn-pad-y, 8px) var(--lx-cta-btn-pad-x, 48px);
  min-height: var(--lx-cta-btn-min-h, 46px);
  border-radius: 15px !important;
  background: var(--lx-cta-btn-bg, var(--lx-pink));
  color: var(--lx-cta-btn-color, #fff);
  font-size: var(--lx-cta-btn-size, 18px);
}
.lx-mosaic {
  position: relative;
  width: 100%;
  max-width: 694px;
  aspect-ratio: 694 / 807;
  margin-inline: auto;
}
.lx-mosaic img {
  position: absolute;
  object-fit: cover;
  border-radius: 50px;
}
.lx-mosaic__a { left: 51.73%; top: 0; width: 48.27%; height: 55.64%; }
.lx-mosaic__b { left: 0; top: 44.36%; width: 48.27%; height: 55.64%; }
.lx-mosaic__c { left: 16.14%; top: 4.34%; width: 32.13%; height: 37.05%; }
.lx-mosaic__d { left: 51.73%; top: 58.61%; width: 32.13%; height: 37.05%; }
.lx-cta__empty {
  margin: 0 0 20px;
  color: var(--lx-muted);
  font-size: 14px;
}

/* Team */
.lx-team {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
}
.lx-team__copy h2 {
  margin: 0 0 16px;
  font-size: clamp(30px, 3.4vw, 42px);
  letter-spacing: -0.03em;
  line-height: 1.15;
  max-width: 14ch;
}
.lx-bullets { list-style: none; margin: 0 0 28px; padding: 0; }
.lx-bullets li {
  display: flex; gap: 12px; align-items: flex-start;
  margin-bottom: 12px; color: var(--lx-muted); font-size: 15px;
}
.lx-bullets li::before {
  content: "";
  width: 10px; height: 10px; margin-top: 7px;
  border-radius: 50%;
  background: #B8D4FF;
  flex: 0 0 auto;
}
.lx-team__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 14px;
  min-height: 420px;
}
.lx-team__cell {
  border-radius: var(--lx-r);
  overflow: hidden;
  background: #f5f5f5;
  min-height: 190px;
}
.lx-team__cell img { width: 100%; height: 100%; object-fit: cover; }
.lx-team__cell--a { transform: translateY(10px); }
.lx-team__cell--b { transform: translateY(-6px); }
.lx-team__cell--c { transform: translateY(4px); }
.lx-team__cell--d { transform: translateY(-10px); }

/* Stats (legacy home) */
.lx-statsbar {
  display: grid;
  grid-template-columns: 1.5fr .7fr .7fr;
  gap: 24px;
  align-items: center;
  background: var(--lx-gold);
  border-radius: var(--lx-r2);
  padding: 28px 36px;
}
.lx-statsbar > p { margin: 0; font-size: 15px; max-width: 40ch; }
.lx-statsbar__item strong {
  display: block;
  font-size: 42px;
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1;
}
.lx-statsbar__item span { color: #444; font-size: 13px; }
.lx-stars { color: var(--lx-pink); letter-spacing: 2px; font-size: 14px; }

/* Info bar (editable Site Pages: larex_info — Figma Frame 119) */
.lx-info {
  padding-top: 0;
  padding-bottom: 135px;
  font-family: var(--lx-info-font, var(--lx-font));
}
.lx-info__bar {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: var(--lx-info-bar-gap, 130px);
  padding: var(--lx-info-bar-pad-y, 32px) var(--lx-info-bar-pad-x, 72px);
  max-width: var(--lx-info-bar-max, 1250px);
  margin-inline: auto;
  min-height: 245px;
  box-sizing: border-box;
  background: var(--lx-info-bg, #FFE785);
  border-radius: var(--lx-info-bar-radius, 80px);
}
.lx-info__copy {
  flex: 1 1 auto;
  max-width: var(--lx-info-copy-max, 40ch);
  display: flex;
  flex-direction: column;
  gap: var(--lx-info-copy-gap, 8px);
}
.lx-info__lead {
  margin: 0;
  font-size: var(--lx-info-lead-size, 18px);
  font-weight: var(--lx-info-lead-weight, 400);
  line-height: var(--lx-info-lead-lh, 1.666);
  color: var(--lx-info-lead-color, #000);
}
.lx-info__stats {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  gap: var(--lx-info-stats-gap, 48px);
  flex: 0 0 auto;
}
.lx-info__stat {
  display: flex;
  flex-direction: column;
  gap: var(--lx-info-stat-gap, 6px);
  min-width: 120px;
}
.lx-info__value {
  display: block;
  margin: 0;
  font-size: var(--lx-info-value-size, 72.78px);
  font-weight: var(--lx-info-value-weight, 600);
  letter-spacing: -0.04em;
  line-height: var(--lx-info-value-lh, 1);
  color: var(--lx-info-value-color, #111);
}
.lx-info__stars {
  color: var(--lx-info-stars-color, #c4c4c4);
  letter-spacing: var(--lx-info-stars-ls, 0);
  font-size: var(--lx-info-stars-size, 20px);
  line-height: 1;
}
.lx-info__label {
  color: var(--lx-info-label-color, #000);
  font-size: var(--lx-info-label-size, 18px);
  line-height: var(--lx-info-label-lh, 1.666);
}
.lx-info__empty {
  margin: 0;
  color: #666;
  font-size: 13px;
}

.lx-block:has(> .lx-container > .lx-masonry) { padding-bottom: 121px; }
.lx-block:has(> .lx-container > .lx-quotes) { padding-bottom: 111px; }
.lx-block:has(> .lx-container > .lx-quotes) .lx-grid-head { margin-bottom: 48px; }
.lx-block:has(> .lx-container > .lx-banner) { padding-bottom: 120px; }
.lx-block:has(> .lx-container > .lx-products) { padding-bottom: 21px; }
.lx-block:has(> .lx-container > .lx-products) .lx-grid-head { margin-bottom: 48px; }

/* Masonry gallery — Figma collage 1250 */
.lx-masonry {
  display: flex;
  flex-direction: column;
  gap: 32px;
  width: 100%;
  max-width: 1250px;
  margin-inline: auto;
}
.lx-masonry__row { display: grid; gap: 32px; }
.lx-masonry__row--top { grid-template-columns: 256fr 489fr 441fr; }
.lx-masonry__row--bot { grid-template-columns: 504fr 714fr; align-items: start; }
.lx-masonry__col { display: flex; flex-direction: column; gap: 32px; }
.lx-masonry__row--top .lx-masonry__i { height: 361px; }
.lx-masonry__i--4 { height: 495px; }
.lx-masonry__i--5 { height: 774px; }
.lx-masonry__i--6 { height: 247px; }
.lx-masonry__i {
  border-radius: 50px;
  overflow: hidden;
  background: #eee;
  margin: 0;
}
.lx-masonry__i img { width: 100%; height: 100%; object-fit: cover; display: block; }

/* Testimonials */
.lx-quotes {
  display: grid;
  grid-template-columns: repeat(3, 369px);
  justify-content: space-between;
  column-gap: 71.5px;
  row-gap: 0;
  align-items: start;
  width: 100%;
  max-width: 1250px;
}
.lx-quote {
  background: #fff;
  border-radius: 0;
  padding: 60px 44px 40px;
  box-shadow: none;
  text-align: center;
}
.lx-quote__stars {
  color: var(--lx-pink);
  letter-spacing: 4px;
  font-size: 16px;
  margin-bottom: 19px;
}
.lx-quote p {
  color: #323232;
  font-size: 18px;
  line-height: 1.666;
  min-height: 0;
  margin: 0 0 32px;
}
.lx-quote__who {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
.lx-quote__ava {
  width: 86px; height: 86px; border-radius: 18px;
  overflow: hidden;
  background: linear-gradient(135deg, #FF85A3, #FF3164);
  color: #fff; display: grid; place-items: center; font-weight: 700;
  order: 2;
}
.lx-quote__ava img { width: 100%; height: 100%; object-fit: cover; }
.lx-quote__who strong { display: block; font-size: 18px; font-weight: 400; order: 1; }
.lx-quote__who span { color: var(--lx-muted); font-size: 12px; }
.lx-quotes .lx-quote:nth-child(2) { padding-top: 86px; }

/* CTA banner */
.lx-banner {
  background: #ffb9ca;
  border-radius: 50px;
  padding: 84px 40px;
  text-align: center;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 48px;
  width: 100%;
  max-width: 1250px;
  min-height: 487px;
  box-sizing: border-box;
}
.lx-banner__kicker {
  margin: 0;
  font-size: 18px;
  line-height: 1.666;
  font-weight: 400;
}
.lx-banner h2 {
  margin: 0 auto;
  max-width: 724px;
  font-size: clamp(24px, 3.2vw, 39.81px);
  font-weight: 600;
  line-height: 1.15;
  color: #fff;
}
.lx-btn--ghost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 8px 48px;
  border: 1px solid #fff;
  border-radius: 15px !important;
  background: transparent;
  color: #fff !important;
  font: 400 18px/1.666 var(--lx-font);
  text-decoration: none;
}

/* Product / blog cards */
.lx-products {
  display: grid;
  grid-template-columns: repeat(3, 384px);
  justify-content: space-between;
  column-gap: 49px;
  row-gap: 49px;
  width: 100%;
  max-width: 1250px;
}
.lx-product {
  background: #fff;
  border-radius: var(--lx-r2);
  overflow: hidden;
  box-shadow: var(--lx-shadow);
  display: flex;
  flex-direction: column;
}
.lx-product__media { height: 275px; background: #f0f0f0; border-radius: 0; }
.lx-product__media img { width: 100%; height: 100%; object-fit: cover; }
.lx-product__body { padding: 24px; display: grid; gap: 8px; }
.lx-product__meta { color: var(--lx-muted); font-size: 18px; display: flex; justify-content: space-between; align-items: center; }
.lx-product h3 { margin: 0; font-size: 18px; }
.lx-product .lx-btn--wide {
  width: 100%;
  min-height: 51px;
  border-radius: 15px !important;
}
.lx-product__sub {
  display: flex;
  align-items: center;
  gap: 10px;
}
.lx-product__sub::before {
  content: "";
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
  background: currentColor;
  opacity: 0.45;
  mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='black' d='M7 2h2v2h6V2h2v2h3a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h3V2zm13 8H4v10h16V10z'/></svg>") center / contain no-repeat;
}

.lx-dots { display: none; }

/* Newsletter join — Figma 80:876 (1258×917) + mail 80:944 */
.lx-block--join { padding-bottom: 12px; overflow: hidden; }
.lx-join {
  --lx-join-w: 1258;
  --lx-join-h: 917;
  position: relative;
  display: block;
  background: transparent;
  border-radius: 0;
  padding: 0;
  width: 100%;
  max-width: 1250px;
  aspect-ratio: 1258 / 917;
  min-height: 0;
  overflow: hidden;
  container-type: inline-size;
}
.lx-join__visual {
  position: absolute;
  inset: 0;
  min-height: 0;
  overflow: visible;
}
.lx-join__rings {
  position: absolute;
  left: 0;
  top: 0;
  width: 76.23% !important; /* 959/1258 */
  height: 100% !important;
  max-width: none !important;
  object-fit: contain;
  object-position: left top;
  pointer-events: none;
  z-index: 0;
}
.lx-join__circle {
  position: absolute;
  left: 12.01%;
  top: 21.5%;
  width: 37.77%;
  height: auto;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #FF4775;
  translate: none;
  z-index: 0;
}
.lx-join__photo {
  position: absolute;
  left: 12.93%;
  top: 12.56%;
  width: 38.19%;
  height: 69.6%;
  margin: 0;
  z-index: 1;
  overflow: visible;
}
.lx-join__photo img {
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  object-fit: fill;
}
.lx-chip {
  position: absolute;
  z-index: 2;
  background: rgba(255, 253, 253, 0.6);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 17px;
  padding: 17px 34px;
  box-shadow: 0 5px 10px rgba(51, 48, 48, 0.25);
  display: flex;
  align-items: center;
}
.lx-chip strong {
  display: block;
  font-size: 21px;
  font-weight: 700;
  color: #333;
  line-height: 1.4;
}
.lx-chip span {
  color: #828282;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
}
.lx-chip--top {
  left: 85.85%;
  right: auto;
  top: 13.85%;
  width: 178px;
  min-width: 0;
  flex-direction: column;
  gap: 13px;
  text-align: center;
  box-sizing: border-box;
}
.lx-chip__ava {
  width: 86px;
  height: 86px;
  border-radius: 50%;
  object-fit: cover;
}
.lx-chip--bot {
  left: 53.89%;
  top: 29.77%;
  width: 311px;
  min-width: 0;
  max-width: 311px;
  flex-direction: row;
  gap: 25px;
  text-align: left;
  box-sizing: border-box;
}
.lx-chip__bell {
  width: 53px;
  height: 53px;
  flex: 0 0 53px;
  object-fit: contain;
}
.lx-chip__copy {
  display: flex;
  flex-direction: column;
  gap: 4px;
  width: 166px;
  min-width: 0;
}
.lx-chip--bot span { color: #4F4F4F; }
.lx-mail {
  position: absolute;
  left: auto;
  right: 0;
  top: 50.49%;
  bottom: auto;
  display: flex;
  align-items: center;
  gap: 34px;
  background: #fff;
  border-radius: 25px;
  padding: 25px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
  width: min(583px, 46.4%);
  max-width: 583px;
  z-index: 3;
  box-sizing: border-box;
}
.lx-join .lx-mail .lx-btn,
.lx-join .lx-mail button {
  border-radius: 15px !important;
  flex: 0 0 auto;
  min-height: 46px;
  padding: 8px 48px;
  font-weight: 400;
  font-size: 18px;
}
.lx-mail__rule {
  flex: 0 0 3px;
  width: 3px;
  height: 42px;
  background: #E0E0E0;
  border-radius: 2px;
}
.lx-mail input {
  flex: 1;
  border: 0;
  background: transparent;
  padding: 0;
  font: 300 21px/1.4 var(--lx-font);
  min-height: 29px;
  outline: none;
  min-width: 0;
  color: #333;
}
.lx-mail input::placeholder { color: #828282; font-weight: 300; }

/* About page — Figma 129:688 */
.lx-about-page { padding: 40px 0 64px; }
.lx-about {
  display: grid;
  grid-template-columns: 626px minmax(0, 1fr);
  gap: 69px;
  align-items: start;
  padding: 24px 0 48px;
}
.lx-about__mosaic {
  position: relative;
  width: 626px;
  max-width: 100%;
  height: 567px;
}
.lx-about__tall {
  position: absolute;
  inset-inline-start: 0;
  top: 0;
  width: 302px;
  height: 567px;
  border-radius: 50px;
  overflow: hidden;
  background: #f3f3f3;
}
.lx-about__panel {
  position: absolute;
  inset-inline-start: 324px;
  top: 0;
  width: 302px;
  height: 127px;
  border-radius: 50px;
  background: #ff85a3;
  display: grid;
  place-items: center;
}
.lx-about__sq {
  position: absolute;
  inset-inline-start: 324px;
  top: 154px;
  width: 302px;
  height: 413px;
  border-radius: 50px;
  overflow: hidden;
  background: #f3f3f3;
}
.lx-about__tall img,
.lx-about__sq img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  max-width: none;
}
.lx-about__badge {
  width: 244px;
  min-height: 75px;
  padding: 0;
  background: transparent;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-sizing: border-box;
}
.lx-about__badge strong {
  font: 600 40px/1.05 var(--lx-font);
  letter-spacing: -0.02em;
}
.lx-about__badge span {
  font: 400 24px/1.1 var(--lx-font);
  opacity: 1;
}
.lx-about__copy { max-width: 555px; }
.lx-about__kicker {
  margin: 0 0 18px;
  font: 600 28px/1.5 var(--lx-font);
  color: #ff3064;
}
.lx-about__copy h1 {
  margin: 0 0 20px;
  font: 600 40px/1.5 var(--lx-font);
  letter-spacing: -0.02em;
  color: #111;
}
.lx-about__lead {
  margin: 0 0 36px;
  color: #545454;
  font: 400 18px/30px var(--lx-font);
  max-width: 555px;
  white-space: pre-line;
}
.lx-about__copy .lx-btn,
.lx-about__copy a.lx-btn {
  min-height: 46px;
  width: 142px;
  padding: 8px 16px;
  border-radius: 15px !important;
}
.lx-faq-wrap {
  padding: 24px 0 8px;
}
.lx-faq-wrap h2 {
  margin: 0 0 28px;
  font: 600 28px/1.2 var(--lx-font);
}
.lx-faq { max-width: 1043px; margin: 0 auto; }
.lx-faq details {
  border: 1.5px solid rgba(255,49,100,.35);
  border-radius: 20px;
  padding: 16px 18px;
  margin-bottom: 12px;
  background: #fff;
}
.lx-faq details[open] { background: var(--lx-blush); border-color: transparent; }
.lx-faq summary {
  list-style: none; cursor: pointer; font-weight: 600;
  display: flex; justify-content: space-between; align-items: center; gap: 12px;
}
.lx-faq summary::-webkit-details-marker { display: none; }
.lx-faq summary::after {
  content: "";
  width: 10px; height: 10px;
  border-right: 2px solid var(--lx-pink);
  border-bottom: 2px solid var(--lx-pink);
  transform: rotate(45deg);
  transition: transform .2s ease;
}
.lx-faq details[open] summary::after { transform: rotate(-135deg); }
.lx-faq details p { color: var(--lx-muted); margin: 12px 0 0; font-size: 14px; }

/* Contact — Figma 137:989 / group 139:900 1120×725 */
.lx-contact-page {
  max-width: 1120px;
  padding: 72px 0 64px;
}
.lx-contact-page__title {
  margin: 0 0 63px;
  font: 600 40px/1.5 var(--lx-font);
  letter-spacing: -0.02em;
  text-align: center;
  color: #202020;
}
.lx-contact {
  display: grid;
  grid-template-columns: 574px 454px;
  gap: 92px;
  align-items: start;
  padding-bottom: 60px;
}
.lx-map {
  width: 574px;
  max-width: 100%;
  height: 481px;
  border-radius: 50px;
  overflow: hidden;
  background: #f3f3f3;
}
.lx-map img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  max-width: none;
}
.lx-form {
  display: grid;
  width: 454px;
  max-width: 100%;
  gap: 30px;
}
.lx-form input,
.lx-form textarea {
  width: 100%;
  box-sizing: border-box;
  border: 0;
  background: #fbfbfb;
  border-radius: 20px;
  padding: 22px 20px;
  font: 400 18px/30px var(--lx-font);
  color: #615e5b;
}
.lx-form input { height: 74px; padding-top: 0; padding-bottom: 0; }
.lx-form input::placeholder,
.lx-form textarea::placeholder { color: #615e5b; opacity: 1; }
.lx-form textarea { height: 150px; min-height: 150px; resize: none; }
.lx-contact-page__send {
  width: 100%;
  min-height: 54px !important;
  height: 54px;
  padding: 12px 16px !important;
  border-radius: 15px !important;
  font: 400 18px/30px var(--lx-font);
}
.lx-form-ok { margin: 8px 0 0; color: #167a3a; font-size: 14px; }
.lx-contact-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 90px;
  padding: 0 0 8px;
}
.lx-contact-item {
  display: flex;
  gap: 15px;
  align-items: center;
}
.lx-contact-item__ico {
  width: 42px;
  height: 42px;
  object-fit: contain;
  flex: 0 0 auto;
}
.lx-contact-item div { display: flex; flex-direction: column; gap: 1px; }
.lx-contact-item__lab {
  font: 400 18px/30px var(--lx-font);
  color: #202020;
}
.lx-contact-item__val,
.lx-contact-item a.lx-contact-item__val {
  font: 400 18px/30px var(--lx-font);
  color: #615e5b;
  text-decoration: none;
  font-weight: 400;
}

/* Blog — Figma 175:17412, cards 384×517 ×3, gap 49, hero 1249×425 */
.lx-blog-page {
  max-width: 1250px;
  padding: 60px 0 72px;
}
.lx-blog-hero {
  width: 100%;
  max-width: 1249px;
  aspect-ratio: 1249 / 425;
  border-radius: 59px;
  overflow: hidden;
  margin: 0 0 105px;
  background: #f3f3f3;
}
.lx-blog-hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  max-width: none;
}
.lx-blog-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  column-gap: 49px;
  row-gap: 57px;
  width: 100%;
  max-width: 1250px;
}
.lx-blog-card {
  display: flex;
  flex-direction: column;
  width: 100%;
  background: #fff;
  border-radius: 24px;
  overflow: hidden;
  color: inherit;
  text-decoration: none;
}
.lx-blog-card__media {
  width: 100%;
  height: 275px;
  background: #f0f0f0;
}
.lx-blog-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  max-width: none;
}
.lx-blog-card__body {
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.lx-blog-card__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}
.lx-blog-card__rate {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #ff3164;
  font: 400 15px/23px var(--lx-font);
}
.lx-blog-card__rate img {
  width: 20px;
  height: 20px;
  max-width: 20px;
}
.lx-blog-card__reviews {
  font: 400 18px/30px var(--lx-font);
  color: #323232;
}
.lx-blog-card h3 {
  margin: 0;
  font: 600 23px/35px var(--lx-font);
  color: #323232;
}
.lx-blog-card__date {
  margin: 0;
  padding-inline-start: 28px;
  font: 400 16px/20px var(--lx-font);
  color: #ff3164;
  position: relative;
}
.lx-blog-card__date::before {
  content: "";
  position: absolute;
  inset-inline-start: 0;
  top: 0;
  width: 20px;
  height: 20px;
  background: currentColor;
  opacity: 0.85;
  mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='black' d='M7 2h2v2h6V2h2v2h3a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h3V2zm13 8H4v10h16V10z'/></svg>") center / contain no-repeat;
  -webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='black' d='M7 2h2v2h6V2h2v2h3a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h3V2zm13 8H4v10h16V10z'/></svg>") center / contain no-repeat;
  color: #222;
}
.lx-blog-card__btn {
  width: 100%;
  min-height: 51px !important;
  height: 51px;
  border-radius: 15px !important;
  font: 800 18px/27px var(--lx-font);
  pointer-events: none;
}

/* Article — Figma 178:18541 */
.lx-article-page {
  max-width: 1250px;
  padding: 60px 0 72px;
}
.lx-article-hero {
  width: 100%;
  max-width: 1249px;
  aspect-ratio: 1249 / 425;
  border-radius: 59px;
  overflow: hidden;
  margin: 0 0 60px;
  background: #f3f3f3;
}
.lx-article-hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  max-width: none;
}
.lx-article-page h1 {
  margin: 0 0 41px;
  max-width: 853px;
  font: 500 50px/66px var(--lx-font);
  color: #323232;
}
.lx-article-date {
  margin: 0 0 24px;
  font: 700 14px/19px var(--lx-font);
  color: #323232;
}
.lx-article-rule {
  border: 0;
  border-top: 1px solid rgba(50, 50, 50, 0.18);
  margin: 0 0 35px;
  width: 100%;
}
.lx-article-rule--wide { margin: 70px 0 28px; }
.lx-article-body {
  margin: 0 0 32px;
  font: 400 16px/28px var(--lx-font);
  color: #000;
  max-width: 1249px;
}
.lx-article-mid {
  width: 100%;
  max-width: 1249px;
  aspect-ratio: 1249 / 354;
  border-radius: 30px;
  overflow: hidden;
  margin: 0 0 32px;
  background: #f3f3f3;
}
.lx-article-mid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  max-width: none;
}
.lx-article-comments-title {
  margin: 0 0 36px;
  font: 500 35px/47px var(--lx-font);
  color: #323232;
}
.lx-comment { margin: 0 0 28px; max-width: 954px; }
.lx-comment--child {
  margin-inline-start: 32px;
  max-width: 782px;
}
.lx-comment__head {
  display: flex;
  align-items: center;
  gap: 22px;
  margin-bottom: 24px;
}
.lx-comment__ava {
  width: 40px;
  height: 40px;
  max-width: 40px;
  border-radius: 50%;
  object-fit: cover;
}
.lx-comment__head strong {
  font: 500 16px/31px var(--lx-font);
  color: #323232;
}
.lx-comment__text {
  margin: 0 0 16px;
  font: 400 14px/20px var(--lx-font);
  color: #323232;
}
.lx-comment__replay {
  display: inline-flex;
  align-items: center;
  gap: 24px;
  margin: 0 0 8px;
  font: 700 14px/19px var(--lx-font);
  color: #323232;
}
.lx-comment__back {
  width: 24px;
  height: 24px;
  background: #323232;
  mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='black' d='M10 19l-7-7 7-7v4h8a4 4 0 0 1 4 4v2h-2v-2a2 2 0 0 0-2-2h-8v4z'/></svg>") center / 16px 13px no-repeat;
  -webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='black' d='M10 19l-7-7 7-7v4h8a4 4 0 0 1 4 4v2h-2v-2a2 2 0 0 0-2-2h-8v4z'/></svg>") center / 16px 13px no-repeat;
}
.lx-article-form {
  width: 770px;
  max-width: 100%;
  margin-top: 24px;
}
.lx-article-form__send {
  width: 100%;
  min-height: 54px !important;
  height: 54px;
  border-radius: 15px !important;
  font: 400 18px/30px var(--lx-font);
}

@media (min-width: 981px) {
  :root { --lx-gutter: 99px; }
}

/* Figma Footer — node 102:631, 1249×463, radius 110 */
.lx-footer {
  width: min(1250px, calc(100% - (var(--lx-gutter) * 2)));
  max-width: 1250px;
  min-height: 463px;
  margin: 12px auto 40px;
  padding: 64px 94px 64px;
  background: var(--lx-blush);
  border-radius: 110px;
  color: #323232;
  font-family: "Poppins", var(--lx-font);
  box-sizing: border-box;
}
.lx-footer__inner { width: 100%; }
.lx-footer__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}
.lx-footer__rule {
  height: 0;
  border: 0;
  border-top: 1px solid rgba(50, 50, 50, 0.18);
  margin: 41px 0;
}
.lx-social { display: flex; gap: 10px; }
.lx-social a {
  width: 55px;
  height: 55px;
  border-radius: 8px;
  border: 2px solid #ecbfd3;
  display: grid;
  place-items: center;
  color: var(--lx-pink);
  background: transparent;
  font-size: 18px;
  text-decoration: none;
}
.lx-footer__grid {
  display: grid;
  grid-template-columns: 272px 271px 377px;
  gap: 48px;
  justify-content: center;
}
.lx-footer h3 {
  margin: 0 0 21px;
  font-size: 27.65px;
  font-weight: 600;
  line-height: 1;
  color: #323232;
}
.lx-footer ul { list-style: none; margin: 0; padding: 0; }
.lx-footer li {
  margin: 0;
  color: #323232;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.666;
}
.lx-footer a { color: #323232; text-decoration: none; }
.lx-footer__contact { display: flex; flex-direction: column; gap: 14px; }
.lx-footer__row {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}
.lx-footer__row strong {
  color: #323232;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.666;
  white-space: nowrap;
}
.lx-footer__row span {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  color: #323232;
}
.lx-ph { width: 100%; height: 100%; min-height: 160px; background: linear-gradient(135deg, #ffd4df, #ffe8ee); }
body.shop-public .hpb-site-header,
body.shop-public .hpb-site-footer,
#hpb-canvas.larex-theme .hpb-site-header,
#hpb-canvas.larex-theme .hpb-site-footer { display: none !important; }
body.shop-public .hpb-page,
body.larex-beauty .hpb-page,
#hpb-canvas.larex-theme .hpb-page {
  max-width: none;
  width: 100%;
  margin: 0;
  padding: 0;
  background: transparent;
  direction: inherit;
}
body.shop-public .hpb-sp-sec,
body.shop-public .hpb-sp-sec__inner,
body.shop-public article.site-article,
#hpb-canvas.larex-theme .hpb-sp-sec,
#hpb-canvas.larex-theme .hpb-sp-sec__inner {
  max-width: none;
  width: 100%;
  margin: 0;
  padding: 0;
  background: transparent;
}

/* HPB body shell must not add crafto chrome */
.lx-sp-app { display: block; width: 100%; }
.lx-sp-section { display: block; width: 100%; margin: 0; padding: 0; border: 0; background: transparent; }
.lx-hero.lx-sp-section { padding: 59px 0 110px; }

/* Product detail — Figma 141:1115 Desktop Grid */
.lx-pdp {
  padding: 48px 0 72px;
}
.lx-pdp__top {
  display: grid;
  grid-template-columns: 141px 455px minmax(0, 1fr);
  gap: 16px 18px;
  align-items: start;
}
.lx-pdp__thumbs {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.lx-pdp__thumbs button {
  width: 141px;
  height: 141px;
  padding: 0;
  border: 0;
  border-radius: 20px;
  overflow: hidden;
  background: #f3f3f3;
  cursor: pointer;
}
.lx-pdp__thumbs img,
.lx-pdp__hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  max-width: none;
}
.lx-pdp__hero {
  width: 455px;
  max-width: 100%;
  height: 455px;
  border-radius: 28px;
  overflow: hidden;
  background: #f3f3f3;
}
.lx-pdp__copy h1 {
  margin: 0 0 28px;
  font: 600 36px/1.25 var(--lx-font);
  color: #000;
}
.lx-pdp__feats {
  list-style: none;
  margin: 0 0 24px;
  padding: 0;
  display: grid;
  gap: 18px;
}
.lx-pdp__feats li {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  font: 400 16px/1.45 var(--lx-font);
  color: #111;
}
.lx-pdp__feats img {
  width: 22px;
  height: 22px;
  flex: 0 0 auto;
  object-fit: contain;
  mix-blend-mode: multiply;
}
.lx-pdp__lead {
  margin: 0;
  color: var(--lx-muted);
  font: 400 14px/1.7 var(--lx-font);
  max-width: 46ch;
}
.lx-pdp__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 40px 0 24px;
}
.lx-pdp__tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 8px 28px;
  background: var(--lx-blush);
  border-radius: 12px;
  font: 500 16px/1.4 var(--lx-font);
  color: #111;
}
.lx-pdp__body {
  border: 1.5px solid var(--lx-pink-2);
  border-radius: 28px;
  padding: 40px 48px 48px;
}
.lx-pdp__body p {
  margin: 0 0 16px;
  font: 400 16px/1.7 var(--lx-font);
  color: #333;
}
.lx-pdp__body h2 {
  margin: 28px 0 12px;
  font: 600 28px/1.3 var(--lx-font);
  color: #111;
}
.lx-pdp__body h2:first-child { margin-top: 0; }

@media (max-width: 980px) {
  .lx-pdp__top {
    grid-template-columns: 1fr;
  }
  .lx-pdp__thumbs {
    flex-direction: row;
    overflow-x: auto;
  }
  .lx-pdp__thumbs button {
    width: 88px;
    height: 88px;
    flex: 0 0 auto;
  }
  .lx-pdp__hero {
    width: 100%;
    height: auto;
    aspect-ratio: 1;
  }
  .lx-pdp__copy h1 { font-size: 28px; }
  .lx-pdp__body { padding: 24px; }
}

@media (max-width: 980px) {
  .lx-header {
    width: min(350px, calc(100% - 64px));
    margin: 24px auto 0;
  }
  .lx-header__pill {
    display: grid;
    grid-template-columns: 30px 1fr 18px;
    align-items: center;
    height: 54px;
    padding: 12px 24px;
    border-radius: 18px;
  }
  .lx-burger {
    display: grid;
    place-items: center;
    grid-column: 1;
    width: 30px;
    height: 30px;
    padding: 0;
  }
  .lx-header__left { display: contents; }
  .lx-logo { grid-column: 2; justify-self: center; }
  .lx-logo__img { width: 98px; height: 15px; }
  .lx-header__nav { display: none; }
  .lx-header.is-open .lx-header__pill {
    height: auto;
    min-height: 54px;
    row-gap: 8px;
    padding-bottom: 16px;
  }
  .lx-header.is-open .lx-header__nav {
    display: block;
    grid-column: 1 / -1;
    background: var(--lx-blush);
    border-radius: 16px;
    padding: 8px 0;
  }
  .lx-header.is-open .lx-nav { flex-direction: column; align-items: stretch; }
  .lx-header__actions {
    grid-column: 3;
    gap: 0;
    justify-self: end;
  }
  .lx-lang,
  .lx-btn--more { display: none; }
  .lx-search img {
    filter: invert(32%) sepia(84%) saturate(2476%) hue-rotate(322deg) brightness(101%) contrast(101%);
  }
  .lx-header.is-open .lx-lang {
    display: inline-flex;
    margin: 8px 16px;
  }

  .lx-hero,
  .lx-hero.lx-sp-section { padding: 24px 0 0; }
  .lx-hero__stage {
    min-height: 0;
    aspect-ratio: auto;
    display: flex;
    flex-direction: column;
  }
  .lx-hero__art {
    position: relative;
    inset: auto;
    height: 300px;
    order: -1;
  }
  .lx-hero__decor--blob { top: 0; height: 100%; }
  .lx-hero__copy {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    padding: 32px 8px 24px;
    max-width: none;
    text-align: center;
    margin-inline: auto;
  }
  .lx-hero .lx-kicker,
  .lx-hero h1,
  .lx-hero .lx-lead { margin-inline: auto; max-width: none; }
  .lx-hero h1 { font-size: 38.59px; line-height: 1.2; }
  .lx-grid-head { max-width: 350px; }
  .lx-grid-title { font-size: 31.25px; }
  .lx-features,
  .lx-grid-cards {
    display: flex;
    flex-direction: row;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    gap: 16px;
    padding: 0 32px 16px;
    max-width: none;
    justify-content: flex-start;
    scrollbar-width: none;
  }
  .lx-features::-webkit-scrollbar,
  .lx-grid-cards::-webkit-scrollbar { display: none; }
  .lx-dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 8px;
  }
  .lx-dots span {
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: #e8e8e8;
  }
  .lx-dots span.is-on { background: var(--lx-pink); }
  .lx-feature {
    flex: 0 0 246px;
    width: 246px;
    scroll-snap-align: start;
  }
  .lx-cta__layout,
  .lx-team,
  .lx-join,
  .lx-about,
  .lx-contact { grid-template-columns: 1fr; }
  .lx-contact { gap: 28px; padding-bottom: 32px; }
  .lx-contact-page { padding-top: 40px; max-width: none; }
  .lx-contact-page__title { margin-bottom: 28px; font-size: 32px; }
  .lx-map { width: 100%; height: auto; aspect-ratio: 574 / 481; }
  .lx-form { width: 100%; }
  .lx-contact-row { gap: 24px 40px; justify-content: flex-start; }
  .lx-blog-page { padding-top: 28px; }
  .lx-blog-hero { border-radius: 28px; margin-bottom: 32px; }
  .lx-blog-grid { grid-template-columns: 1fr; row-gap: 28px; column-gap: 0; }
  .lx-blog-card { max-width: none; }
  .lx-article-page h1 { font-size: 32px; line-height: 1.25; margin-bottom: 20px; }
  .lx-article-hero { border-radius: 28px; margin-bottom: 32px; }
  .lx-article-mid { border-radius: 20px; }
  .lx-article-form { width: 100%; }
  .lx-about__mosaic { width: 100%; height: 380px; }
  .lx-about__tall { width: 48%; height: 100%; border-radius: 28px; }
  .lx-about__panel {
    inset-inline-start: 52%;
    width: 48%;
    height: 88px;
    border-radius: 28px;
  }
  .lx-about__sq {
    inset-inline-start: 52%;
    width: 48%;
    height: 70%;
    top: 28%;
    border-radius: 28px;
  }
  .lx-about__badge strong { font-size: 28px; }
  .lx-about__badge span { font-size: 16px; }
  .lx-about__kicker { font-size: 20px; }
  .lx-about__copy h1 { font-size: 28px; }
  .lx-cta--img-right .lx-cta__media { order: 2; }
  .lx-cta--img-right .lx-cta__copy { order: 1; }
  .lx-cta__copy { text-align: left; align-items: flex-start; }
  .lx-cta__title { font-size: 31.25px; }
  .lx-cta__media { max-width: 350px; }
  .lx-mosaic { max-width: 350px; aspect-ratio: 350 / 407; }
  .lx-mosaic img { border-radius: 28px; }
  .lx-info__bar {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    padding: 32px 24px;
    min-height: 0;
    border-radius: 50px;
  }
  .lx-info__stats {
    width: 100%;
    justify-content: space-between;
    gap: 16px;
  }
  .lx-info__value { font-size: 48px; }
  .lx-masonry { gap: 16px; }
  .lx-masonry__row--top,
  .lx-masonry__row--bot { grid-template-columns: 1fr 1fr; gap: 16px; }
  .lx-masonry__row--top { grid-template-columns: 71fr 136fr 124fr; }
  .lx-masonry__row--top .lx-masonry__i { height: 101px; border-radius: 20px; }
  .lx-masonry__i--4 { height: 139px; border-radius: 20px; }
  .lx-masonry__i--5 { height: 217px; border-radius: 20px; }
  .lx-masonry__i--6 { height: 69px; border-radius: 20px; }
  .lx-quotes,
  .lx-products {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    gap: 16px;
    padding: 0 32px 12px;
    grid-template-columns: none;
  }
  .lx-quote,
  .lx-product {
    flex: 0 0 min(323px, 86vw);
    scroll-snap-align: center;
  }
  .lx-banner {
    border-radius: 40px;
    padding: 40px 24px;
    gap: 32px;
  }
  .lx-join {
    display: flex;
    flex-direction: column;
    background: transparent;
    padding: 0 0 24px;
    gap: 0;
    border-radius: 0;
    min-height: 0;
    aspect-ratio: auto;
    height: auto;
    overflow: visible;
  }
  .lx-join__visual {
    position: relative;
    inset: auto;
    min-height: 420px;
    height: 520px;
    order: 2;
  }
  .lx-join__rings {
    width: min(280px, 78%) !important;
    height: 70% !important;
    object-fit: contain;
  }
  .lx-join__photo {
    height: 78%;
  }
  .lx-join__photo img {
    object-fit: contain;
    object-position: bottom center;
  }
  .lx-join__circle {
    left: 8%;
    top: 28%;
    width: min(312px, 72%);
  }
  .lx-join__photo {
    left: 6%;
    top: 10%;
    width: min(316px, 78%);
  }
  .lx-chip--top {
    left: auto;
    right: 4%;
    top: 8px;
    width: 154px;
    min-width: 0;
    padding: 14px 18px;
  }
  .lx-chip__ava { width: 72px; height: 72px; }
  .lx-chip--bot {
    left: 50%;
    right: auto;
    top: auto;
    bottom: 12px;
    transform: translateX(-50%);
    width: min(311px, 92%);
    min-width: 0;
    max-width: 311px;
    margin: 0;
  }
  .lx-mail {
    position: relative;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    flex-direction: column;
    align-items: stretch;
    background: #fff;
    border-radius: 25px;
    padding: 20px 16px;
    width: 100%;
    max-width: 340px;
    margin: 0 auto 12px;
    gap: 16px;
    order: 1;
  }
  .lx-mail__rule { display: none; }
  .lx-mail input { min-height: 40px; font-size: 16px; }
  .lx-join .lx-mail button { width: 100%; border-radius: 15px !important; }
  .lx-footer {
    width: min(350px, calc(100% - 64px));
    border-radius: 67px;
    padding: 50px 32px;
    margin: 40px auto 24px;
    min-height: 0;
  }
  .lx-footer__top {
    flex-direction: column;
    align-items: center;
    gap: 48px;
  }
  .lx-footer__rule { margin: 0; border: 0; }
  .lx-footer__grid { grid-template-columns: 1fr; gap: 48px; }
  .lx-social a { width: 47px; height: 47px; }
}

/* HPB Site Pages shell */
.lx-sp-app{display:block;width:100%}
.lx-sp-section{display:block;width:100%;margin:0;padding:0;border:0;background:transparent}
.lx-hero.lx-sp-section{padding:59px 0 110px}
.lx-sp-section > .crafto-container{max-width:none;width:100%;padding:0;margin:0}

