:root {
  --bg: #fbf8f2;
  --surface: #fffdf8;
  --surface-alt: #fcf8f0;
  --hero: #202a33;
  --hero-soft: #344350;
  --text: #1f2022;
  --muted: #6f706f;
  --line: rgba(31, 32, 34, 0.09);
  --white: #ffffff;
  --accent: #1d8f62;
  --accent-strong: #136f4c;
  --chip: rgba(255, 255, 255, 0.14);
  --chip-border: rgba(255, 255, 255, 0.08);
  --shadow: 0 20px 45px rgba(18, 22, 27, 0.12);
}

.lanya-inline-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.15rem;
  height: 1.15rem;
  color: #1d6fb8;
}

.lanya-inline-icon svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

* {
  box-sizing: border-box;
}

[hidden] {
  display: none !important;
}

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

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at top left, rgba(216, 228, 210, 0.18), transparent 26%),
    linear-gradient(180deg, #f9f5ee 0%, #fefcf9 32%, #fffdfa 100%);
  color: var(--text);
  font-family: "Manrope", "Segoe UI", sans-serif;
  overflow-x: hidden;
}

body.is-product-open {
  overflow: hidden;
}

.page-shell {
  min-height: 100vh;
  width: 100%;
  overflow-x: clip;
}

main,
.footer {
  padding-left: 1rem;
  padding-right: 1rem;
}

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

button,
input {
  font: inherit;
}

.lanya-image-control {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  line-height: 0;
}

.lanya-image-control__img {
  display: block;
  width: 100%;
  height: auto;
}

.lanya-image-control--back {
  width: clamp(9.5rem, 27vw, 11.6rem);
}

.lanya-image-control--close {
  width: clamp(2.9rem, 7vw, 3.7rem);
}
