.krasivom-demo {
  --krasivom-paper: #f4f0e8;
  --krasivom-paper-deep: #e7dfd2;
  --krasivom-white: #fffdf8;
  --krasivom-ink: #181713;
  --krasivom-muted: #767167;
  --krasivom-line: rgba(24, 23, 19, 0.14);
  --krasivom-brass: #b48755;
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: minmax(300px, 0.82fr) minmax(420px, 1.18fr);
  min-height: 900px;
  overflow: hidden;
  color: var(--krasivom-ink);
  background:
    radial-gradient(circle at 76% 45%, rgba(255, 255, 255, 0.95) 0 19%, transparent 45%),
    linear-gradient(135deg, #eee9df 0%, #ded4c4 100%);
  border: 1px solid rgba(24, 23, 19, 0.08);
  border-radius: 44px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  box-shadow: 0 34px 90px rgba(43, 36, 26, 0.15);
}

.krasivom-demo::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: min(49%, 610px);
  height: 100%;
  content: "";
  background: rgba(248, 245, 239, 0.55);
  border-right: 1px solid rgba(24, 23, 19, 0.08);
}

.krasivom-demo::after {
  position: absolute;
  z-index: -1;
  right: -180px;
  bottom: -230px;
  width: 620px;
  height: 620px;
  content: "";
  border: 1px solid rgba(24, 23, 19, 0.12);
  border-radius: 50%;
}

.krasivom-demo,
.krasivom-demo *,
.krasivom-phone,
.krasivom-phone *,
.krasivom-app,
.krasivom-app * {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  user-select: none;
  -webkit-user-select: none;
}

.krasivom-demo__copy {
  align-self: center;
  padding: clamp(46px, 7vw, 104px) clamp(34px, 6vw, 88px);
}

.krasivom-demo__kicker {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 28px;
  color: var(--krasivom-muted);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.17em;
  line-height: 1.2;
  text-transform: uppercase;
}

.krasivom-demo__kicker::before {
  display: block;
  width: 30px;
  height: 1px;
  content: "";
  background: currentColor;
}

.krasivom-demo__brand {
  display: block;
  margin: 0 0 32px;
  color: var(--krasivom-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(44px, 5vw, 72px);
  font-weight: 400;
  letter-spacing: -0.055em;
  line-height: 0.9;
}

.krasivom-demo__brand span {
  color: var(--krasivom-brass);
}

.krasivom-demo__copy h2 {
  max-width: 610px;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(37px, 4.7vw, 68px);
  font-weight: 400;
  letter-spacing: -0.052em;
  line-height: 0.98;
}

.krasivom-demo__lead {
  max-width: 510px;
  margin: 30px 0 0;
  color: #625e56;
  font-size: clamp(16px, 1.5vw, 20px);
  line-height: 1.55;
}

.krasivom-demo__steps {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 44px;
}

.krasivom-demo__steps span {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 36px;
  padding: 0 14px 0 8px;
  color: #514d46;
  background: rgba(255, 253, 248, 0.55);
  border: 1px solid rgba(24, 23, 19, 0.13);
  border-radius: 99px;
  font-size: 12px;
  white-space: nowrap;
}

.krasivom-demo__steps b {
  display: grid;
  width: 22px;
  height: 22px;
  place-items: center;
  color: var(--krasivom-paper);
  background: var(--krasivom-ink);
  border-radius: 50%;
  font-size: 9px;
}

.krasivom-demo__stage {
  position: relative;
  display: grid;
  min-width: 0;
  padding: 46px 40px 34px;
  place-items: center;
}

.krasivom-demo__orbit {
  position: absolute;
  top: 50%;
  left: 50%;
  width: min(90%, 650px);
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
  border: 1px solid rgba(24, 23, 19, 0.13);
  border-radius: 50%;
}

.krasivom-demo__orbit::before,
.krasivom-demo__orbit::after {
  position: absolute;
  content: "";
  border-radius: 50%;
}

.krasivom-demo__orbit::before {
  inset: 14%;
  border: 1px solid rgba(180, 135, 85, 0.32);
}

.krasivom-demo__orbit::after {
  top: 7%;
  right: 8%;
  width: 12px;
  height: 12px;
  background: var(--krasivom-brass);
  box-shadow: 0 0 0 8px rgba(180, 135, 85, 0.12);
}

.krasivom-demo__caption {
  position: absolute;
  z-index: 2;
  color: #6c665d;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  writing-mode: vertical-rl;
}

.krasivom-demo__caption--top {
  top: 80px;
  right: 35px;
}

.krasivom-demo__caption--bottom {
  bottom: 88px;
  left: 34px;
  transform: rotate(180deg);
}

.krasivom-demo__status {
  position: absolute;
  z-index: 3;
  right: 22px;
  bottom: 18px;
  left: 22px;
  margin: 0;
  color: #6e685f;
  font-size: 11px;
  line-height: 1.4;
  text-align: center;
}

.krasivom-phone {
  position: relative;
  z-index: 2;
  width: 390px;
  max-width: calc(100vw - 42px);
  aspect-ratio: 390 / 824;
  padding: 8px;
  overflow: hidden;
  background: #141412;
  border: 1px solid rgba(255, 255, 255, 0.48);
  border-radius: 54px;
  box-shadow:
    0 50px 85px rgba(31, 25, 18, 0.30),
    0 5px 14px rgba(31, 25, 18, 0.20),
    inset 0 0 0 1px rgba(255, 255, 255, 0.18);
}

.krasivom-phone::before,
.krasivom-phone::after {
  position: absolute;
  left: -3px;
  width: 4px;
  content: "";
  background: #343431;
  border-radius: 4px 0 0 4px;
}

.krasivom-phone::before {
  top: 150px;
  height: 58px;
}

.krasivom-phone::after {
  top: 224px;
  height: 86px;
}

.krasivom-phone__screen {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  color: var(--krasivom-ink);
  background: var(--krasivom-paper);
  border-radius: 46px;
}

.krasivom-phone__status {
  position: absolute;
  z-index: 20;
  top: 0;
  right: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 31px;
  padding: 0 23px;
  color: #181713;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: -0.01em;
  pointer-events: none;
}

.krasivom-phone__island {
  position: absolute;
  top: 6px;
  left: 50%;
  width: 94px;
  height: 24px;
  transform: translateX(-50%);
  background: #080808;
  border-radius: 20px;
}

.krasivom-phone__viewport {
  position: absolute;
  inset: 31px 0 0;
  overflow: hidden;
}

.krasivom-phone[data-krasivom-theme="ar"] .krasivom-phone__screen {
  color: #fff;
  background: #25231f;
}

.krasivom-phone[data-krasivom-theme="ar"] .krasivom-phone__status {
  color: #fff;
}

.krasivom-phone__home {
  position: absolute;
  z-index: 30;
  right: 50%;
  bottom: 7px;
  width: 132px;
  height: 4px;
  transform: translateX(50%);
  background: currentColor;
  border-radius: 99px;
  opacity: 0.88;
  pointer-events: none;
}

.krasivom-app {
  --krasivom-x: 0px;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  color: #181713;
  background: #f4f0e8;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  user-select: none;
  -webkit-user-select: none;
}

.krasivom-app img,
.krasivom-app svg {
  display: block;
  user-select: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
}

.krasivom-app button,
.krasivom-app input {
  font: inherit;
}

.krasivom-app button {
  color: inherit;
  cursor: pointer;
}

.krasivom-app button:focus-visible,
.krasivom-app input:focus-visible {
  outline: 2px solid #9d6d38 !important;
  outline-offset: 2px !important;
}

.krasivom-app[data-krasivom-inactive] {
  pointer-events: none;
}

.krasivom-sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.krasivom-screen {
  position: absolute;
  inset: 0;
  display: none;
  min-width: 0;
  min-height: 0;
}

.krasivom-screen.krasivom-is-active {
  display: block;
  animation: krasivom-screen-in 360ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.krasivom-scroll {
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
  scrollbar-width: none;
}

.krasivom-scroll::-webkit-scrollbar {
  display: none;
}

.krasivom-screen--collection {
  background:
    radial-gradient(circle at 100% 0, rgba(196, 162, 122, 0.14), transparent 29%),
    #f4f0e8;
}

.krasivom-screen--collection .krasivom-scroll {
  height: 100%;
  padding: 20px 18px 34px;
}

.krasivom-collection-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.krasivom-eyebrow {
  margin: 0 0 7px;
  color: #858075;
  font-size: 9px;
  font-weight: 750;
  letter-spacing: 0.16em;
  line-height: 1.3;
  text-transform: uppercase;
}

.krasivom-wordmark {
  display: block;
  font-family: Georgia, "Times New Roman", serif !important;
  font-size: 29px;
  letter-spacing: -0.055em;
  line-height: 1;
}

.krasivom-wordmark span {
  color: #b48755;
}

.krasivom-icon-button {
  position: relative;
  display: grid;
  flex: 0 0 auto;
  width: 42px;
  height: 42px;
  padding: 0;
  place-items: center;
  background: rgba(255, 253, 248, 0.72);
  border: 1px solid rgba(24, 23, 19, 0.10);
  border-radius: 50%;
}

.krasivom-app .krasivom-icon-button {
  width: 42px !important;
  height: 42px !important;
  padding: 0 !important;
  background: rgba(255, 253, 248, 0.72) !important;
  border: 1px solid rgba(24, 23, 19, 0.10) !important;
  border-radius: 50% !important;
}

.krasivom-icon-button svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.65;
}

.krasivom-icon-button > span {
  position: absolute;
  top: -2px;
  right: -2px;
  display: none;
  min-width: 16px;
  height: 16px;
  padding: 0 4px;
  color: #fff;
  background: #b48755;
  border: 2px solid #f4f0e8;
  border-radius: 99px;
  font-size: 8px;
  font-weight: 800;
  line-height: 12px;
}

.krasivom-icon-button[data-krasivom-has-saved] > span {
  display: block;
}

.krasivom-intro {
  position: relative;
  padding: 48px 0 28px;
}

.krasivom-intro__number {
  position: absolute;
  top: 52px;
  right: 1px;
  color: #a29b90;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.11em;
}

.krasivom-intro h2 {
  max-width: 315px;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif !important;
  font-size: 35px;
  font-weight: 400;
  letter-spacing: -0.052em;
  line-height: 0.98;
}

.krasivom-intro h2 em {
  color: #9d6d38;
  font-weight: 400;
}

.krasivom-intro p {
  max-width: 315px;
  margin: 21px 0 0;
  color: #706b62;
  font-size: 12px;
  line-height: 1.5;
}

.krasivom-filters {
  display: flex;
  gap: 7px;
  margin: 0 0 18px;
  overflow-x: auto;
  scrollbar-width: none;
}

.krasivom-filters::-webkit-scrollbar {
  display: none;
}

.krasivom-filters button {
  flex: 0 0 auto;
  min-height: 34px;
  padding: 0 14px;
  color: #655f56;
  background: transparent;
  border: 1px solid rgba(24, 23, 19, 0.16);
  border-radius: 99px;
  font-size: 11px;
  font-weight: 650;
}

.krasivom-app .krasivom-filters button {
  min-height: 34px !important;
  padding: 0 14px !important;
  color: #655f56 !important;
  background: transparent !important;
  border: 1px solid rgba(24, 23, 19, 0.16) !important;
  border-radius: 99px !important;
}

.krasivom-filters button.krasivom-is-selected {
  color: #fffdf8;
  background: #181713;
  border-color: #181713;
}

.krasivom-app .krasivom-filters button.krasivom-is-selected {
  color: #fffdf8 !important;
  background: #181713 !important;
  border-color: #181713 !important;
}

.krasivom-gallery {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 222px 137px 137px;
  gap: 11px;
}

.krasivom-gallery[data-krasivom-filter-active] {
  grid-template-rows: 250px;
}

.krasivom-gallery[data-krasivom-filter-active] .krasivom-art-card {
  grid-column: auto;
  grid-row: auto;
}

.krasivom-art-card {
  position: relative;
  min-width: 0;
  padding: 0;
  overflow: hidden;
  text-align: left;
  background: #ded7cb;
  border: 0;
  border-radius: 18px;
  box-shadow: inset 0 0 0 1px rgba(24, 23, 19, 0.08);
}

.krasivom-app .krasivom-art-card {
  padding: 0 !important;
  color: #fff !important;
  background: #ded7cb !important;
  border: 0 !important;
  border-radius: 18px !important;
}

.krasivom-art-card[hidden] {
  display: none;
}

.krasivom-art-card--hero {
  grid-column: 1 / -1;
  grid-row: 1;
}

.krasivom-art-card--tall {
  grid-column: 1;
  grid-row: 2 / 4;
}

.krasivom-art-card--compact {
  grid-column: 2;
  grid-row: 2;
}

.krasivom-art-card--wide {
  grid-column: 2;
  grid-row: 3;
}

.krasivom-art-card__image,
.krasivom-art-card__image::after {
  position: absolute;
  inset: 0;
}

.krasivom-art-card__image::after {
  content: "";
  background: linear-gradient(180deg, transparent 42%, rgba(12, 11, 9, 0.78) 100%);
}

.krasivom-art-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 650ms cubic-bezier(0.22, 1, 0.36, 1);
}

.krasivom-art-card--hero .krasivom-art-card__image img {
  object-position: center 59%;
}

.krasivom-art-card--tall .krasivom-art-card__image img {
  object-position: center;
}

.krasivom-art-card--compact .krasivom-art-card__image img,
.krasivom-art-card--wide .krasivom-art-card__image img {
  transform: scale(1.08);
}

.krasivom-art-card:hover .krasivom-art-card__image img {
  transform: scale(1.045);
}

.krasivom-art-card--compact:hover .krasivom-art-card__image img,
.krasivom-art-card--wide:hover .krasivom-art-card__image img {
  transform: scale(1.13);
}

.krasivom-art-card__meta {
  position: absolute;
  z-index: 2;
  right: 12px;
  bottom: 12px;
  left: 12px;
  display: flex;
  flex-direction: column;
  gap: 3px;
  color: #fff;
}

.krasivom-art-card__meta strong {
  overflow: hidden;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.025em;
  line-height: 1.02;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.krasivom-art-card__meta small {
  overflow: hidden;
  color: rgba(255, 255, 255, 0.72);
  font-size: 8px;
  letter-spacing: 0.04em;
  line-height: 1.2;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.krasivom-art-card--hero .krasivom-art-card__meta strong {
  font-size: 24px;
}

.krasivom-art-card__arrow {
  position: absolute;
  z-index: 3;
  top: 13px;
  right: 13px;
  display: grid;
  width: 31px;
  height: 31px;
  place-items: center;
  color: #181713;
  background: rgba(255, 253, 248, 0.86);
  border-radius: 50%;
  font-size: 15px;
  backdrop-filter: blur(12px);
}

.krasivom-screen--detail {
  background: #181713;
}

.krasivom-detail-visual {
  position: absolute;
  inset: 0 0 42%;
  overflow: hidden;
  background: #cec4b6;
}

.krasivom-detail-visual::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(180deg, rgba(12, 11, 9, 0.26), transparent 34%, rgba(12, 11, 9, 0.20));
  pointer-events: none;
}

.krasivom-detail-visual > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 56%;
  transform: scale(1.015);
}

.krasivom-detail-topbar,
.krasivom-ar-topbar {
  position: absolute;
  z-index: 5;
  top: 18px;
  right: 18px;
  left: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.krasivom-icon-button--glass {
  color: #fff;
  background: rgba(22, 20, 16, 0.38);
  border-color: rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(15px);
}

.krasivom-app .krasivom-icon-button--glass {
  color: #fff !important;
  background: rgba(22, 20, 16, 0.38) !important;
  border-color: rgba(255, 255, 255, 0.25) !important;
}

.krasivom-icon-button--glass[data-krasivom-favorite][aria-pressed="true"] {
  color: #fff;
  background: #9d6d38;
}

.krasivom-app .krasivom-icon-button--glass[data-krasivom-favorite][aria-pressed="true"] {
  color: #fff !important;
  background: #9d6d38 !important;
}

.krasivom-icon-button--glass[data-krasivom-favorite][aria-pressed="true"] svg {
  fill: currentColor;
}

.krasivom-detail-index {
  position: absolute;
  z-index: 3;
  right: 19px;
  bottom: 25px;
  color: rgba(255, 255, 255, 0.75);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.15em;
}

.krasivom-detail-sheet {
  position: absolute;
  z-index: 6;
  inset: 52% 0 0;
  padding: 12px 21px 26px;
  background: #f4f0e8;
  border-radius: 30px 30px 0 0;
  box-shadow: 0 -24px 54px rgba(20, 18, 14, 0.16);
}

.krasivom-sheet-handle {
  display: block;
  width: 34px;
  height: 4px;
  margin: 0 auto 18px;
  background: rgba(24, 23, 19, 0.16);
  border-radius: 99px;
}

.krasivom-detail-sheet h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif !important;
  font-size: 35px;
  font-weight: 400;
  letter-spacing: -0.055em;
  line-height: 0.98;
}

.krasivom-detail-artist {
  margin: 10px 0 20px;
  color: #756f66;
  font-size: 12px;
}

.krasivom-detail-facts {
  display: grid;
  grid-template-columns: 1.35fr 0.65fr;
  padding: 14px 0;
  border-top: 1px solid rgba(24, 23, 19, 0.13);
  border-bottom: 1px solid rgba(24, 23, 19, 0.13);
}

.krasivom-detail-facts span {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 4px;
}

.krasivom-detail-facts span + span {
  padding-left: 13px;
  border-left: 1px solid rgba(24, 23, 19, 0.13);
}

.krasivom-detail-facts small {
  color: #8b857a;
  font-size: 8px;
}

.krasivom-detail-facts b {
  overflow: hidden;
  font-size: 10px;
  font-weight: 650;
  line-height: 1.3;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.krasivom-detail-note {
  margin: 15px 0 17px;
  color: #777168;
  font-size: 10px;
  line-height: 1.45;
}

/* Page-level legacy polish colors every paragraph for dark sections. Keep the
   light product surface authoritative when this fragment is embedded. */
.krasivom-app .krasivom-intro > p {
  color: #625d55 !important;
}

.krasivom-app .krasivom-eyebrow {
  color: #777066 !important;
}

.krasivom-app .krasivom-detail-artist {
  color: #69635b !important;
}

.krasivom-app .krasivom-detail-note {
  color: #6e685f !important;
}

.krasivom-app .krasivom-art-card__meta small {
  color: rgba(255, 255, 255, 0.76) !important;
}

.krasivom-primary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 51px;
  padding: 0 17px 0 19px;
  color: #fffdf8 !important;
  background: #181713;
  border: 0;
  border-radius: 15px;
  font-size: 12px;
  font-weight: 720;
}

.krasivom-app .krasivom-primary {
  min-height: 51px !important;
  padding: 0 17px 0 19px !important;
  color: #fffdf8 !important;
  background: #181713 !important;
  border: 0 !important;
  border-radius: 15px !important;
}

.krasivom-primary svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.krasivom-screen--ar.krasivom-is-active {
  display: block;
  color: #fff;
  background: #5f625f;
}

.krasivom-room {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 40%;
  filter: saturate(0.74) contrast(0.94) brightness(1.06);
  transform: scale(1.035);
}

.krasivom-room-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(17, 17, 15, 0.40) 0%, transparent 23%, transparent 47%, rgba(17, 17, 15, 0.22) 58%, rgba(17, 17, 15, 0.66) 100%);
  pointer-events: none;
}

.krasivom-ar-topbar {
  color: #fff;
}

.krasivom-ar-topbar > div {
  display: flex;
  min-width: 0;
  max-width: 210px;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  text-align: center;
}

.krasivom-ar-topbar > div span {
  color: rgba(255, 255, 255, 0.69);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.krasivom-ar-topbar > div strong {
  max-width: 100%;
  overflow: hidden;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 15px;
  font-weight: 400;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.krasivom-icon-button--darkglass {
  width: 40px;
  height: 40px;
  color: #fff;
  background: rgba(20, 20, 17, 0.45);
  border-color: rgba(255, 255, 255, 0.24);
  backdrop-filter: blur(16px);
}

.krasivom-app .krasivom-icon-button--darkglass {
  width: 40px !important;
  height: 40px !important;
  color: #fff !important;
  background: rgba(20, 20, 17, 0.45) !important;
  border-color: rgba(255, 255, 255, 0.24) !important;
}

.krasivom-scan {
  position: absolute;
  z-index: 4;
  top: 102px;
  right: 38px;
  left: 38px;
  height: 285px;
  transition: opacity 260ms ease, visibility 260ms ease;
}

.krasivom-scan__corners {
  position: absolute;
  inset: 0;
  opacity: 0.86;
  background:
    linear-gradient(#fff, #fff) left top / 28px 2px no-repeat,
    linear-gradient(#fff, #fff) left top / 2px 28px no-repeat,
    linear-gradient(#fff, #fff) right top / 28px 2px no-repeat,
    linear-gradient(#fff, #fff) right top / 2px 28px no-repeat,
    linear-gradient(#fff, #fff) left bottom / 28px 2px no-repeat,
    linear-gradient(#fff, #fff) left bottom / 2px 28px no-repeat,
    linear-gradient(#fff, #fff) right bottom / 28px 2px no-repeat,
    linear-gradient(#fff, #fff) right bottom / 2px 28px no-repeat;
}

.krasivom-scan__line {
  position: absolute;
  top: 4px;
  right: 2px;
  left: 2px;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(217, 246, 209, 0.95), transparent);
  box-shadow: 0 0 14px rgba(217, 246, 209, 0.72);
  animation: krasivom-scan-line 1.45s ease-in-out infinite;
}

.krasivom-scan > div {
  position: absolute;
  right: 12px;
  bottom: 15px;
  left: 12px;
  display: grid;
  grid-template-columns: 31px 1fr;
  gap: 2px 11px;
  align-items: center;
  padding: 13px 14px;
  color: #fff;
  background: rgba(20, 20, 17, 0.60);
  border: 1px solid rgba(255, 255, 255, 0.19);
  border-radius: 14px;
  backdrop-filter: blur(18px);
}

.krasivom-scan__spinner {
  grid-row: 1 / 3;
  width: 27px;
  height: 27px;
  border: 2px solid rgba(255, 255, 255, 0.28);
  border-top-color: #fff;
  border-radius: 50%;
  animation: krasivom-spin 900ms linear infinite;
}

.krasivom-scan > div strong {
  font-size: 10px;
}

.krasivom-scan > div small {
  color: rgba(255, 255, 255, 0.69);
  font-size: 8px;
  line-height: 1.35;
}

.krasivom-placement {
  position: absolute;
  z-index: 3;
  top: 124px;
  left: 50%;
  width: 132px;
  transform: translateX(calc(-50% + var(--krasivom-x)));
  transform-origin: center;
  opacity: 0;
  transition: width 360ms cubic-bezier(0.22, 1, 0.36, 1), transform 300ms ease, opacity 350ms ease;
}

.krasivom-app[data-krasivom-size="s"] .krasivom-placement {
  width: 98px;
}

.krasivom-app[data-krasivom-size="m"] .krasivom-placement {
  width: 132px;
}

.krasivom-app[data-krasivom-size="l"] .krasivom-placement {
  width: 166px;
}

.krasivom-placement__frame {
  position: relative;
  z-index: 2;
  display: block;
  padding: 0;
  background: transparent;
  box-shadow: 0 12px 25px rgba(18, 17, 14, 0.30);
  transition: padding 220ms ease, background 220ms ease, box-shadow 220ms ease;
}

.krasivom-placement__frame img {
  width: 100%;
  max-height: 205px;
  object-fit: cover;
}

.krasivom-app[data-krasivom-frame="light"] .krasivom-placement__frame {
  padding: 7px;
  background: #e7dccb;
  box-shadow: 0 12px 27px rgba(18, 17, 14, 0.30), inset 0 0 0 1px rgba(83, 68, 49, 0.18);
}

.krasivom-app[data-krasivom-frame="dark"] .krasivom-placement__frame {
  padding: 7px;
  background: #25241f;
  box-shadow: 0 12px 27px rgba(18, 17, 14, 0.38), inset 0 0 0 1px rgba(255, 255, 255, 0.10);
}

.krasivom-placement__shadow {
  position: absolute;
  z-index: 1;
  right: -10%;
  bottom: -15px;
  left: -10%;
  height: 20px;
  background: rgba(20, 19, 17, 0.28);
  filter: blur(10px);
  border-radius: 50%;
}

.krasivom-ar-sheet {
  position: absolute;
  z-index: 6;
  right: 9px;
  bottom: 14px;
  left: 9px;
  padding: 10px 13px 13px;
  color: #181713;
  background: rgba(248, 245, 238, 0.96);
  border: 1px solid rgba(255, 255, 255, 0.76);
  border-radius: 25px;
  box-shadow: 0 24px 60px rgba(17, 16, 13, 0.30);
  opacity: 0.35;
  pointer-events: none;
  transform: translateY(10px);
  transition: opacity 340ms ease, transform 420ms cubic-bezier(0.22, 1, 0.36, 1);
  backdrop-filter: blur(20px);
}

.krasivom-ar-sheet .krasivom-sheet-handle {
  margin-bottom: 8px;
}

.krasivom-ar-sheet__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 2px 10px;
}

.krasivom-ar-sheet__head > div {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.krasivom-ar-sheet__head small {
  color: #8b8479;
  font-size: 8px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.krasivom-ar-sheet__head strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 16px;
  font-weight: 400;
}

.krasivom-ar-sheet__head > span {
  display: grid;
  width: 27px;
  height: 27px;
  place-items: center;
  color: #335d3a;
  background: #deeddd;
  border-radius: 50%;
  font-size: 12px;
}

.krasivom-ar-controls {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 8px;
}

.krasivom-control-group {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

.krasivom-control-group legend {
  margin: 0 0 6px;
  color: #7c766d;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.krasivom-control-group > div {
  display: flex;
  gap: 5px;
}

.krasivom-control-group button {
  min-width: 0;
  height: 34px;
  padding: 0;
  color: #6f6a62;
  background: rgba(24, 23, 19, 0.045);
  border: 1px solid rgba(24, 23, 19, 0.10);
  border-radius: 9px;
  font-size: 9px;
  font-weight: 700;
}

.krasivom-app .krasivom-control-group button {
  height: 34px !important;
  padding: 0 !important;
  color: #6f6a62 !important;
  background: rgba(24, 23, 19, 0.045) !important;
  border: 1px solid rgba(24, 23, 19, 0.10) !important;
  border-radius: 9px !important;
}

.krasivom-control-group button.krasivom-is-selected {
  color: #fff;
  background: #181713;
  border-color: #181713;
}

.krasivom-app .krasivom-control-group button.krasivom-is-selected {
  color: #fff !important;
  background: #181713 !important;
  border-color: #181713 !important;
}

.krasivom-control-group--size button {
  flex: 1 1 0;
}

.krasivom-control-group--frame button {
  display: flex;
  flex: 1 1 0;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
  font-size: 6px;
  font-weight: 650;
}

.krasivom-control-group--frame button > span {
  display: block;
  width: 13px;
  height: 8px;
  background: #d2ccc1;
  border: 1px solid rgba(24, 23, 19, 0.20);
}

.krasivom-control-group--frame button[data-krasivom-frame-option="none"] > span {
  background: transparent;
  border-style: dashed;
}

.krasivom-control-group--frame button[data-krasivom-frame-option="light"] > span {
  background: #e5dac8;
}

.krasivom-control-group--frame button[data-krasivom-frame-option="dark"] > span {
  background: #282721;
}

.krasivom-position-control {
  display: grid;
  grid-template-columns: 122px 1fr;
  gap: 12px;
  align-items: center;
  margin: 10px 2px 9px;
}

.krasivom-position-control > span {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 2px;
}

.krasivom-position-control b {
  font-size: 9px;
}

.krasivom-position-control small {
  color: #8b857c;
  font-size: 7px;
}

.krasivom-position-control input {
  width: 100%;
  height: 22px;
  margin: 0;
  appearance: none;
  -webkit-appearance: none;
  background: transparent;
  cursor: ew-resize;
}

.krasivom-position-control input::-webkit-slider-runnable-track {
  height: 2px;
  background: rgba(24, 23, 19, 0.22);
  border-radius: 99px;
}

.krasivom-position-control input::-webkit-slider-thumb {
  width: 16px;
  height: 16px;
  margin-top: -7px;
  appearance: none;
  -webkit-appearance: none;
  background: #181713;
  border: 4px solid #f4f0e8;
  border-radius: 50%;
  box-shadow: 0 0 0 1px rgba(24, 23, 19, 0.18);
}

.krasivom-position-control input::-moz-range-track {
  height: 2px;
  background: rgba(24, 23, 19, 0.22);
  border: 0;
  border-radius: 99px;
}

.krasivom-position-control input::-moz-range-thumb {
  width: 10px;
  height: 10px;
  background: #181713;
  border: 4px solid #f4f0e8;
  border-radius: 50%;
  box-shadow: 0 0 0 1px rgba(24, 23, 19, 0.18);
}

.krasivom-primary--save {
  min-height: 44px;
  border-radius: 13px;
  font-size: 11px;
}

.krasivom-app .krasivom-primary--save {
  min-height: 44px !important;
  border-radius: 13px !important;
}

/* Final authority inside both the standalone case and the lazy home-phone
   host, whose global typography reset intentionally uses !important. */
html.brawus-v2-html body#body.brawus-v2 .krasivom-app .krasivom-wordmark,
html.brawus-v2-html body#body.brawus-v2 .krasivom-app .krasivom-intro h2,
html.brawus-v2-html body#body.brawus-v2 .krasivom-app .krasivom-detail-sheet h2,
html.brawus-v2-html body#body.brawus-v2 .krasivom-app .krasivom-art-card__meta strong,
html.brawus-v2-html body#body.brawus-v2 .krasivom-app .krasivom-ar-topbar > div strong,
html.brawus-v2-html body#body.brawus-v2 .krasivom-app .krasivom-ar-sheet__head strong {
  font-family: Georgia, "Times New Roman", serif !important;
}

html.brawus-v2-html body#body.brawus-v2 .krasivom-app .krasivom-intro h2,
html.brawus-v2-html body#body.brawus-v2 .krasivom-app .krasivom-detail-sheet h2 {
  color: #181713 !important;
}

html.brawus-v2-html body#body.brawus-v2 [data-krasivo-app] .krasivom-wordmark,
html.brawus-v2-html body#body.brawus-v2 [data-krasivo-app] .krasivom-intro h2,
html.brawus-v2-html body#body.brawus-v2 [data-krasivo-app] .krasivom-detail-sheet h2,
html.brawus-v2-html body#body.brawus-v2 [data-krasivo-app] .krasivom-ar-sheet__head strong {
  font-family: Georgia, "Times New Roman", serif !important;
}

html.brawus-v2-html body#body.brawus-v2 [data-krasivo-app] .krasivom-intro h2,
html.brawus-v2-html body#body.brawus-v2 [data-krasivo-app] .krasivom-detail-sheet h2 {
  color: #181713 !important;
}

.krasivom-screen--ar[data-krasivom-ar-state="ready"] .krasivom-scan {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}

.krasivom-screen--ar[data-krasivom-ar-state="ready"] .krasivom-placement {
  opacity: 1;
}

.krasivom-screen--ar[data-krasivom-ar-state="ready"] .krasivom-ar-sheet {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.krasivom-toast {
  position: absolute;
  z-index: 50;
  top: 17px;
  right: 14px;
  left: 14px;
  display: flex;
  align-items: center;
  gap: 11px;
  min-height: 58px;
  padding: 10px 13px;
  color: #fff;
  background: rgba(24, 23, 19, 0.93);
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 17px;
  box-shadow: 0 17px 40px rgba(22, 20, 16, 0.24);
  opacity: 0;
  transform: translateY(-16px);
  transition: opacity 220ms ease, transform 320ms cubic-bezier(0.22, 1, 0.36, 1);
  backdrop-filter: blur(18px);
}

.krasivom-toast[hidden] {
  display: none;
}

.krasivom-toast.krasivom-is-visible {
  opacity: 1;
  transform: translateY(0);
}

.krasivom-toast > span {
  display: grid;
  flex: 0 0 auto;
  width: 30px;
  height: 30px;
  place-items: center;
  color: #223c28;
  background: #dcebdc;
  border-radius: 50%;
  font-size: 12px;
}

.krasivom-toast p {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 3px;
  margin: 0;
}

.krasivom-toast strong {
  font-size: 10px;
}

.krasivom-toast small {
  color: rgba(255, 255, 255, 0.62);
  font-size: 8px;
}

@keyframes krasivom-screen-in {
  from { opacity: 0; transform: translateY(7px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes krasivom-scan-line {
  0%, 100% { transform: translateY(3px); opacity: 0.15; }
  50% { transform: translateY(274px); opacity: 1; }
}

@keyframes krasivom-spin {
  to { transform: rotate(360deg); }
}

@media (max-width: 980px) {
  .krasivom-demo {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .krasivom-demo::before {
    width: 100%;
    height: 39%;
    border-right: 0;
    border-bottom: 1px solid rgba(24, 23, 19, 0.08);
  }

  .krasivom-demo__copy {
    padding-bottom: 36px;
  }

  .krasivom-demo__copy h2,
  .krasivom-demo__lead {
    max-width: 720px;
  }

  .krasivom-demo__stage {
    min-height: 880px;
    padding-top: 34px;
  }
}

@media (max-width: 560px) {
  .krasivom-demo {
    margin-inline: -12px;
    border-radius: 30px;
  }

  .krasivom-demo__copy {
    padding: 40px 25px 28px;
  }

  .krasivom-demo__brand {
    margin-bottom: 25px;
  }

  .krasivom-demo__steps {
    margin-top: 30px;
  }

  .krasivom-demo__stage {
    min-height: 805px;
    padding: 24px 12px 42px;
  }

  .krasivom-demo__caption {
    display: none;
  }

  .krasivom-phone {
    width: 360px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .krasivom-screen.krasivom-is-active,
  .krasivom-scan__line,
  .krasivom-scan__spinner {
    animation-duration: 1ms;
    animation-iteration-count: 1;
  }

  .krasivom-art-card__image img,
  .krasivom-placement,
  .krasivom-ar-sheet,
  .krasivom-toast {
    transition-duration: 1ms;
  }
}

/* Canonical semantic checkmark supplied by the client. */
html body [data-krasivo-app] .krasivom-ar-sheet__head > span > svg { width: 13px !important; height: 13px !important; color: currentColor; }
html body [data-krasivo-app] .krasivom-toast > span > svg { width: 13px !important; height: 13px !important; color: currentColor; }

/* KRASIVO 2026.08.23 — terminal, embed-safe product authority. */
@font-face {
  font-family: "Krasivo Tilda";
  src: url("/assets/newFonts/TildaSans-VF.woff") format("woff");
  font-display: swap;
  font-style: normal;
  font-weight: 100 900;
}

html body [data-krasivo-app] {
  --krasivom-art-ratio: 554 / 820;
  --krasivom-placement-width: 38cqw;
  container-name: krasivom-app;
  container-type: inline-size;
  color: #1a1915 !important;
  background: #f5f1e9 !important;
  font-family: "Krasivo Tilda", "Helvetica Neue", Arial, sans-serif !important;
}

html body [data-krasivo-app] button,
html body [data-krasivo-app] input {
  font-family: inherit !important;
}

html body [data-krasivo-app] button {
  touch-action: manipulation;
  transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease, opacity 180ms ease, transform 180ms ease !important;
}

html body [data-krasivo-app] button:active {
  transform: translateY(1px) scale(0.985);
}

html body [data-krasivo-app] .krasivom-screen--collection .krasivom-scroll {
  padding: 18px 16px 36px !important;
}

html body [data-krasivo-app] .krasivom-collection-head {
  min-height: 56px;
}

html body [data-krasivo-app] .krasivom-eyebrow {
  margin-bottom: 8px !important;
  color: #716b62 !important;
  font-size: 10px !important;
  font-weight: 760 !important;
  letter-spacing: 0.15em !important;
  line-height: 1.25 !important;
}

html body [data-krasivo-app] .krasivom-wordmark {
  color: #1a1915 !important;
  font-size: 30px !important;
}

html body [data-krasivo-app] .krasivom-icon-button,
html body [data-krasivo-app] .krasivom-icon-button--glass,
html body [data-krasivo-app] .krasivom-icon-button--darkglass {
  flex: 0 0 48px !important;
  width: 48px !important;
  min-width: 48px !important;
  max-width: 48px !important;
  height: 48px !important;
  min-height: 48px !important;
  max-height: 48px !important;
  aspect-ratio: 1 !important;
  padding: 0 !important;
  border-radius: 50% !important;
}

html body [data-krasivo-app] .krasivom-icon-button svg {
  width: 20px !important;
  height: 20px !important;
}

html body [data-krasivo-app] .krasivom-intro {
  padding: 38px 0 25px !important;
}

html body [data-krasivo-app] .krasivom-intro__number {
  top: 42px !important;
  font-size: 10px !important;
}

html body [data-krasivo-app] .krasivom-intro h2 {
  display: grid !important;
  max-width: none !important;
  gap: 1px !important;
  margin: 0 !important;
  color: #1a1915 !important;
  font-family: Georgia, "Times New Roman", serif !important;
  font-size: clamp(30px, 9.3cqw, 36px) !important;
  font-weight: 400 !important;
  letter-spacing: -0.052em !important;
  line-height: 0.96 !important;
}

html body [data-krasivo-app] .krasivom-intro h2 > span,
html body [data-krasivo-app] .krasivom-intro h2 > em {
  display: block !important;
  min-width: 0 !important;
  white-space: nowrap !important;
}

html body [data-krasivo-app] .krasivom-intro h2 > em {
  color: #91632f !important;
  font-size: 0.82em !important;
  font-weight: 400 !important;
}

html body [data-krasivo-app] .krasivom-intro > p {
  max-width: 305px !important;
  margin-top: 19px !important;
  color: #5f5a52 !important;
  font-size: 13px !important;
  line-height: 1.48 !important;
}

html body [data-krasivo-app] .krasivom-filters {
  gap: 7px !important;
  margin-bottom: 16px !important;
}

html body [data-krasivo-app] .krasivom-filters button {
  min-height: 44px !important;
  padding: 0 16px !important;
  color: #5e5951 !important;
  background: rgba(255, 253, 248, 0.45) !important;
  border: 1px solid rgba(26, 25, 21, 0.16) !important;
  border-radius: 14px !important;
  font-size: 12px !important;
  font-weight: 650 !important;
}

html body [data-krasivo-app] .krasivom-filters button.krasivom-is-selected {
  color: #fffdf8 !important;
  background: #1a1915 !important;
  border-color: #1a1915 !important;
}

html body [data-krasivo-app] .krasivom-screen--detail {
  color: #1a1915 !important;
  background: #201e19 !important;
}

html body [data-krasivo-app] .krasivom-detail-visual {
  inset: 0 0 48% !important;
}

html body [data-krasivo-app] .krasivom-detail-topbar,
html body [data-krasivo-app] .krasivom-ar-topbar {
  top: 16px !important;
  right: 16px !important;
  left: 16px !important;
  min-height: 48px !important;
}

html body [data-krasivo-app] .krasivom-icon-button--glass {
  color: #fffdf8 !important;
  background: rgba(22, 20, 16, 0.48) !important;
  border: 1px solid rgba(255, 255, 255, 0.34) !important;
  backdrop-filter: blur(18px) saturate(1.1) !important;
}

html body [data-krasivo-app] .krasivom-detail-sheet {
  inset: 45% 0 0 !important;
  padding: 12px 20px 25px !important;
  color: #1a1915 !important;
  background: #f5f1e9 !important;
  border-radius: 29px 29px 0 0 !important;
}

html body [data-krasivo-app] .krasivom-detail-sheet h2 {
  color: #1a1915 !important;
  font-family: Georgia, "Times New Roman", serif !important;
  font-size: clamp(31px, 9.2cqw, 36px) !important;
  font-weight: 400 !important;
  letter-spacing: -0.052em !important;
  line-height: 0.96 !important;
  text-wrap: balance;
}

html body [data-krasivo-app] .krasivom-detail-artist {
  margin: 11px 0 17px !important;
  color: #615c54 !important;
  font-size: 13px !important;
  line-height: 1.35 !important;
}

html body [data-krasivo-app] .krasivom-detail-facts {
  grid-template-columns: minmax(0, 1.3fr) minmax(92px, 0.7fr) !important;
  min-height: 68px !important;
  padding: 13px 0 !important;
}

html body [data-krasivo-app] .krasivom-detail-facts span {
  justify-content: flex-start !important;
  gap: 5px !important;
}

html body [data-krasivo-app] .krasivom-detail-facts small {
  color: #716b62 !important;
  font-size: 10px !important;
  font-weight: 560 !important;
  line-height: 1.25 !important;
}

html body [data-krasivo-app] .krasivom-detail-facts b {
  overflow: visible !important;
  color: #27251f !important;
  font-size: 12px !important;
  font-weight: 650 !important;
  line-height: 1.32 !important;
  text-overflow: clip !important;
  white-space: normal !important;
}

html body [data-krasivo-app] .krasivom-detail-note {
  margin: 14px 0 16px !important;
  color: #5f5a52 !important;
  font-size: 11.5px !important;
  line-height: 1.45 !important;
}

html body [data-krasivo-app] .krasivom-primary {
  min-height: 54px !important;
  padding: 0 18px 0 20px !important;
  color: #fffdf8 !important;
  background: #1a1915 !important;
  border: 0 !important;
  border-radius: 16px !important;
  font-size: 13px !important;
  font-weight: 650 !important;
}

html body [data-krasivo-app] .krasivom-screen--ar.krasivom-is-active {
  color: #fffdf8 !important;
  background: #2b2924 !important;
}

html body [data-krasivo-app] .krasivom-room {
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center 46% !important;
  filter: saturate(0.88) contrast(0.98) brightness(0.98) !important;
  transform: none !important;
}

html body [data-krasivo-app] .krasivom-room-shade {
  background: linear-gradient(180deg, rgba(24, 21, 16, 0.48) 0%, rgba(24, 21, 16, 0.06) 21%, transparent 54%, rgba(24, 21, 16, 0.18) 67%, rgba(24, 21, 16, 0.58) 100%) !important;
}

html body [data-krasivo-app] .krasivom-ar-topbar {
  z-index: 12 !important;
  color: #fffdf8 !important;
}

html body [data-krasivo-app] .krasivom-ar-topbar > div {
  max-width: calc(100% - 116px) !important;
  gap: 3px !important;
}

html body [data-krasivo-app] .krasivom-ar-topbar > div span {
  color: rgba(255, 253, 248, 0.76) !important;
  font-size: 9px !important;
}

html body [data-krasivo-app] .krasivom-ar-topbar > div strong {
  color: #fffdf8 !important;
  font-family: Georgia, "Times New Roman", serif !important;
  font-size: 15px !important;
  line-height: 1.2 !important;
}

html body [data-krasivo-app] .krasivom-icon-button--darkglass {
  color: #fffdf8 !important;
  background: rgba(24, 22, 17, 0.52) !important;
  border: 1px solid rgba(255, 255, 255, 0.30) !important;
  backdrop-filter: blur(18px) saturate(1.1) !important;
}

html body [data-krasivo-app] .krasivom-scan {
  top: 91px !important;
  right: 25px !important;
  left: 25px !important;
  height: min(43cqh, 320px) !important;
}

html body [data-krasivo-app] .krasivom-scan > div {
  min-height: 62px !important;
}

html body [data-krasivo-app] .krasivom-scan > div strong {
  font-size: 12px !important;
}

html body [data-krasivo-app] .krasivom-scan > div small {
  font-size: 10px !important;
}

html body [data-krasivo-app] .krasivom-wall-zone {
  position: absolute !important;
  z-index: 4 !important;
  top: 83px !important;
  right: 14px !important;
  bottom: 318px !important;
  left: 14px !important;
  overflow: hidden !important;
  border-radius: 18px !important;
  pointer-events: none !important;
}

html body [data-krasivo-app] .krasivom-placement {
  position: absolute !important;
  z-index: 5 !important;
  top: 0;
  left: 0;
  width: var(--krasivom-placement-width) !important;
  aspect-ratio: var(--krasivom-art-ratio) !important;
  opacity: 0;
  transform: none !important;
  transition: opacity 260ms ease, filter 180ms ease !important;
  cursor: grab !important;
  pointer-events: auto !important;
  touch-action: none !important;
  will-change: left, top, width;
}

html body [data-krasivo-app] .krasivom-placement:active,
html body [data-krasivo-app] .krasivom-placement.krasivom-is-dragging {
  cursor: grabbing !important;
  filter: brightness(1.03) !important;
}

html body [data-krasivo-app][data-krasivom-size="s"] {
  --krasivom-placement-width: 29cqw;
}

html body [data-krasivo-app][data-krasivom-size="m"] {
  --krasivom-placement-width: 38cqw;
}

html body [data-krasivo-app][data-krasivom-size="l"] {
  --krasivom-placement-width: 47cqw;
}

html body [data-krasivo-app] .krasivom-placement__frame {
  position: relative !important;
  z-index: 2 !important;
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  padding: 0 !important;
  overflow: hidden !important;
  background: transparent !important;
  border: 0 solid transparent !important;
  border-radius: 1px !important;
  box-shadow: 0 16px 34px rgba(30, 23, 16, 0.30) !important;
  transition: padding 220ms ease, background-color 220ms ease, box-shadow 220ms ease !important;
}

html body [data-krasivo-app] .krasivom-placement__frame::after {
  position: absolute !important;
  z-index: 3 !important;
  inset: 0 !important;
  content: "" !important;
  border: 0 solid transparent !important;
  pointer-events: none !important;
  transition: border-color 220ms ease, border-width 220ms ease !important;
}

html body [data-krasivo-app] .krasivom-placement__frame img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  max-height: none !important;
  aspect-ratio: var(--krasivom-art-ratio) !important;
  object-fit: contain !important;
  background: #eee8de !important;
}

html body [data-krasivo-app][data-krasivom-frame="light"] .krasivom-placement__frame {
  padding: 0 !important;
  background: transparent !important;
  box-shadow: 0 16px 36px rgba(30, 23, 16, 0.34) !important;
}

html body [data-krasivo-app][data-krasivom-frame="dark"] .krasivom-placement__frame {
  padding: 0 !important;
  background: transparent !important;
  box-shadow: 0 17px 38px rgba(20, 16, 12, 0.42) !important;
}

html body [data-krasivo-app][data-krasivom-frame="light"] .krasivom-placement__frame::after {
  border-width: 7px !important;
  border-color: #e8ddcb !important;
  box-shadow: inset 0 0 0 1px rgba(77, 62, 45, 0.20) !important;
}

html body [data-krasivo-app][data-krasivom-frame="dark"] .krasivom-placement__frame::after {
  border-width: 7px !important;
  border-color: #25231f !important;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.11) !important;
}

html body [data-krasivo-app] .krasivom-placement__shadow {
  right: -8% !important;
  bottom: -13px !important;
  left: -8% !important;
  height: 18px !important;
  background: rgba(30, 23, 16, 0.32) !important;
  filter: blur(10px) !important;
}

html body [data-krasivo-app] .krasivom-placement__grip {
  position: absolute;
  z-index: 4;
  inset: -5px;
  display: block;
  border: 1px solid rgba(255, 253, 248, 0.90);
  opacity: 0;
  pointer-events: none;
  transition: opacity 180ms ease;
}

html body [data-krasivo-app] .krasivom-placement:focus-visible .krasivom-placement__grip,
html body [data-krasivo-app] .krasivom-placement:hover .krasivom-placement__grip,
html body [data-krasivo-app] .krasivom-placement.krasivom-is-dragging .krasivom-placement__grip {
  opacity: 1;
}

html body [data-krasivo-app] .krasivom-placement__grip i {
  position: absolute;
  width: 7px;
  height: 7px;
  background: #fffdf8;
  border: 1px solid rgba(26, 25, 21, 0.45);
  border-radius: 50%;
}

html body [data-krasivo-app] .krasivom-placement__grip i:nth-child(1) { top: -4px; left: -4px; }
html body [data-krasivo-app] .krasivom-placement__grip i:nth-child(2) { top: -4px; right: -4px; }
html body [data-krasivo-app] .krasivom-placement__grip i:nth-child(3) { right: -4px; bottom: -4px; }
html body [data-krasivo-app] .krasivom-placement__grip i:nth-child(4) { bottom: -4px; left: -4px; }

html body [data-krasivo-app] .krasivom-ar-sheet {
  right: 9px !important;
  bottom: 9px !important;
  left: 9px !important;
  padding: 9px 12px 12px !important;
  color: #1a1915 !important;
  background: rgba(248, 245, 238, 0.97) !important;
  border: 1px solid rgba(255, 255, 255, 0.78) !important;
  border-radius: 24px !important;
  box-shadow: 0 24px 64px rgba(26, 21, 15, 0.28) !important;
  backdrop-filter: blur(24px) saturate(1.04) !important;
}

html body [data-krasivo-app] .krasivom-ar-sheet .krasivom-sheet-handle {
  width: 35px !important;
  margin-bottom: 8px !important;
}

html body [data-krasivo-app] .krasivom-ar-sheet__head {
  min-height: 35px !important;
  padding: 0 2px 9px !important;
}

html body [data-krasivo-app] .krasivom-ar-sheet__head small {
  color: #736d64 !important;
  font-size: 9px !important;
  font-weight: 720 !important;
}

html body [data-krasivo-app] .krasivom-ar-sheet__head strong {
  color: #1a1915 !important;
  font-family: Georgia, "Times New Roman", serif !important;
  font-size: 16px !important;
  line-height: 1.15 !important;
}

html body [data-krasivo-app] .krasivom-ar-sheet__head > span {
  width: 30px !important;
  height: 30px !important;
  color: #274c30 !important;
  background: #dcebdc !important;
}

html body [data-krasivo-app] .krasivom-ar-controls {
  grid-template-columns: minmax(0, 1fr) !important;
  gap: 8px !important;
}

html body [data-krasivo-app] .krasivom-control-group legend {
  margin-bottom: 6px !important;
  color: #666158 !important;
  font-size: 9px !important;
  font-weight: 720 !important;
  line-height: 1.2 !important;
}

html body [data-krasivo-app] .krasivom-control-group > div {
  gap: 5px !important;
}

html body [data-krasivo-app] .krasivom-control-group button {
  display: flex !important;
  min-width: 0 !important;
  height: 48px !important;
  min-height: 48px !important;
  padding: 0 3px !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 2px !important;
  color: #4f4b44 !important;
  background: rgba(255, 253, 248, 0.62) !important;
  border: 1px solid rgba(26, 25, 21, 0.13) !important;
  border-radius: 12px !important;
  font-size: 10px !important;
  font-weight: 650 !important;
}

html body [data-krasivo-app] .krasivom-control-group button b {
  color: inherit !important;
  font-size: 11px !important;
  font-weight: 720 !important;
  line-height: 1 !important;
}

html body [data-krasivo-app] .krasivom-control-group button small {
  color: #716c63 !important;
  font-size: 8px !important;
  font-weight: 560 !important;
  line-height: 1 !important;
}

html body [data-krasivo-app] .krasivom-control-group button.krasivom-is-selected {
  color: #fffdf8 !important;
  background: #1a1915 !important;
  border-color: #1a1915 !important;
}

html body [data-krasivo-app] .krasivom-control-group button.krasivom-is-selected small {
  color: rgba(255, 253, 248, 0.70) !important;
}

html body [data-krasivo-app] .krasivom-control-group--size button,
html body [data-krasivo-app] .krasivom-control-group--frame button {
  flex: 1 1 0 !important;
}

html body [data-krasivo-app] .krasivom-control-group--frame button > span {
  width: 18px !important;
  height: 11px !important;
  border-radius: 1px !important;
}

html body [data-krasivo-app] .krasivom-control-group--frame button > b {
  overflow: hidden !important;
  max-width: 100% !important;
  font-size: 7.5px !important;
  line-height: 1 !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

html body [data-krasivo-app] .krasivom-position-control {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  gap: 10px !important;
  align-items: center !important;
  min-height: 49px !important;
  margin: 7px 2px 7px !important;
}

html body [data-krasivo-app] .krasivom-position-control > span {
  gap: 3px !important;
}

html body [data-krasivo-app] .krasivom-position-control b {
  color: #292720 !important;
  font-size: 10px !important;
  font-weight: 680 !important;
  line-height: 1.2 !important;
}

html body [data-krasivo-app] .krasivom-position-control small {
  color: #6e685f !important;
  font-size: 8.5px !important;
  line-height: 1.2 !important;
}

html body [data-krasivo-app] .krasivom-position-control button {
  min-height: 44px !important;
  padding: 0 12px !important;
  color: #34312b !important;
  background: transparent !important;
  border: 1px solid rgba(26, 25, 21, 0.16) !important;
  border-radius: 12px !important;
  font-size: 9px !important;
  font-weight: 650 !important;
  white-space: nowrap !important;
}

html body [data-krasivo-app] .krasivom-primary--save {
  min-height: 50px !important;
  border-radius: 15px !important;
  font-size: 12px !important;
}

html body [data-krasivo-app] .krasivom-toast {
  top: 14px !important;
  right: 12px !important;
  left: 12px !important;
  min-height: 64px !important;
}

html body [data-krasivo-app] .krasivom-toast strong {
  color: #fffdf8 !important;
  font-size: 12px !important;
}

html body [data-krasivo-app] .krasivom-toast small {
  color: rgba(255, 255, 255, 0.72) !important;
  font-size: 10px !important;
}

@container krasivom-app (max-width: 340px) {
  html body [data-krasivo-app] .krasivom-intro h2 {
    font-size: 29px !important;
  }

  html body [data-krasivo-app] .krasivom-intro h2 > em {
    font-size: 0.79em !important;
  }

  html body [data-krasivo-app] .krasivom-detail-sheet {
    padding-right: 17px !important;
    padding-left: 17px !important;
  }

  html body [data-krasivo-app] .krasivom-detail-sheet h2 {
    font-size: 29px !important;
  }

  html body [data-krasivo-app] .krasivom-wall-zone {
    bottom: 318px !important;
  }

  html body [data-krasivo-app] .krasivom-control-group button small {
    display: none !important;
  }

  html body [data-krasivo-app] .krasivom-control-group--frame button > b {
    font-size: 7px !important;
  }

  html body [data-krasivo-app] .krasivom-position-control small {
    max-width: 150px !important;
  }
}

@media (hover: hover) {
  html body [data-krasivo-app] .krasivom-icon-button:hover,
  html body [data-krasivo-app] .krasivom-filters button:hover,
  html body [data-krasivo-app] .krasivom-control-group button:hover,
  html body [data-krasivo-app] .krasivom-position-control button:hover {
    border-color: rgba(145, 99, 47, 0.56) !important;
  }

  html body [data-krasivo-app] .krasivom-primary:hover {
    background: #332e25 !important;
  }
}
