:root {
  --bg: #f4ead8;
  --bg-soft: #fbf6ee;
  --card: rgba(255, 250, 242, 0.8);
  --card-strong: rgba(255, 252, 247, 0.94);
  --line: rgba(153, 115, 63, 0.18);
  --line-strong: rgba(131, 97, 53, 0.28);
  --text: #2d2418;
  --muted: #7d6a53;
  --accent: #a77a41;
  --accent-deep: #5f7241;
  --accent-soft: #ead3af;
  --shadow: 0 16px 40px rgba(88, 61, 28, 0.12);
  --radius-lg: 28px;
  --radius-md: 20px;
  --radius-sm: 14px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  min-height: 100%;
  background:
    radial-gradient(circle at top, rgba(255, 255, 255, 0.55), transparent 38%),
    linear-gradient(180deg, #f8efde 0%, #f0e0c7 100%);
  color: var(--text);
  font-family: Georgia, "Times New Roman", serif;
}

body {
  min-height: 100vh;
}

button {
  font: inherit;
}

.screen-shell {
  position: relative;
  min-height: 100vh;
  overflow-x: hidden;
}

.app {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 430px;
  margin: 0 auto;
  padding: 18px 14px 32px;
}

.bg-decor {
  position: fixed;
  pointer-events: none;
  opacity: 0.46;
}

.bg-decor--lotus {
  top: 86px;
  right: -36px;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 52%, rgba(255, 250, 242, 0.9) 0 44px, transparent 45px),
    radial-gradient(ellipse at 30% 58%, rgba(196, 148, 92, 0.5) 0 22px, transparent 23px),
    radial-gradient(ellipse at 70% 58%, rgba(196, 148, 92, 0.5) 0 22px, transparent 23px),
    radial-gradient(ellipse at 50% 30%, rgba(196, 148, 92, 0.55) 0 25px, transparent 26px);
  filter: blur(0.2px);
}

.bg-decor--stones {
  left: -28px;
  bottom: 72px;
  width: 180px;
  height: 130px;
  background:
    radial-gradient(ellipse at 26% 54%, rgba(96, 78, 58, 0.72) 0 28px, transparent 29px),
    radial-gradient(ellipse at 46% 48%, rgba(118, 95, 69, 0.72) 0 38px, transparent 39px),
    radial-gradient(ellipse at 68% 62%, rgba(144, 115, 84, 0.7) 0 34px, transparent 35px),
    radial-gradient(circle at 88% 28%, rgba(255, 244, 224, 0.8) 0 14px, transparent 15px);
}

.bg-decor--candle {
  right: 6px;
  bottom: 190px;
  width: 88px;
  height: 138px;
  background:
    radial-gradient(circle at 54% 16%, rgba(255, 214, 122, 0.95) 0 8px, transparent 9px),
    radial-gradient(circle at 54% 18%, rgba(255, 242, 203, 0.7) 0 17px, transparent 18px),
    linear-gradient(180deg, rgba(247, 239, 218, 0.94) 0%, rgba(233, 210, 170, 0.9) 100%) 34px 28px / 36px 84px no-repeat,
    radial-gradient(ellipse at 52% 90%, rgba(123, 93, 67, 0.28) 0 22px, transparent 23px);
  border-radius: 30px;
}

.hero {
  position: relative;
  padding: 22px 18px 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: linear-gradient(180deg, rgba(255, 252, 247, 0.92), rgba(249, 242, 231, 0.72));
  box-shadow: var(--shadow);
  text-align: center;
}

.hero__lotus {
  display: inline-grid;
  grid-template-columns: repeat(3, 22px);
  gap: 4px;
  align-items: end;
  margin-bottom: 10px;
}

.hero__lotus span {
  width: 22px;
  height: 42px;
  border: 1.5px solid var(--accent);
  border-radius: 50% 50% 35% 35%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(237, 216, 183, 0.45));
}

.hero__lotus span:first-child {
  transform: rotate(-22deg) translateY(5px);
}

.hero__lotus span:last-child {
  transform: rotate(22deg) translateY(5px);
}

.hero__eyebrow,
.hero__tagline,
.section-card__kicker,
.section-meta,
.service-item__hint,
.service-item__duration {
  font-family: Arial, sans-serif;
}

.hero__eyebrow {
  margin: 0;
  color: var(--muted);
  font-size: 11px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.hero__title {
  margin: 6px 0 6px;
  font-size: clamp(2rem, 7vw, 3rem);
  line-height: 0.95;
  letter-spacing: 0.05em;
  color: #32442b;
}

.hero__title span {
  color: var(--accent);
  font-style: italic;
  letter-spacing: 0;
}

.hero__tagline {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.4;
}

.lang-switcher {
  display: inline-flex;
  gap: 8px;
  margin-top: 16px;
  padding: 6px;
  border: 1px solid rgba(167, 122, 65, 0.16);
  border-radius: 999px;
  background: rgba(255, 251, 245, 0.9);
}

.lang-switcher__btn {
  min-width: 92px;
  padding: 9px 12px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.lang-switcher__btn.is-active {
  background: linear-gradient(180deg, #6a7d4b, #4e6036);
  color: #fff8eb;
  box-shadow: 0 8px 18px rgba(69, 92, 44, 0.24);
}

.section-block {
  margin-top: 16px;
}

.section-block__title {
  margin: 0 0 12px;
  padding: 0 2px;
  font-size: 1.9rem;
  color: #334129;
}

.featured-list,
.menu-sections {
  display: grid;
  gap: 14px;
}

.featured-list,
.menu-sections {
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: linear-gradient(180deg, var(--card-strong), var(--card));
  box-shadow: var(--shadow);
}

.featured-item {
  padding: 0 2px 14px;
  border-bottom: 1px solid rgba(153, 115, 63, 0.14);
}

.featured-item:last-child {
  padding-bottom: 2px;
  border-bottom: 0;
}

.featured-item__title,
.category-section__title,
.service-item__name {
  margin: 0;
  font-size: 1.1rem;
}

.featured-item__durations,
.price-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
}

.price-pill {
  padding: 8px 10px;
  border: 1px solid rgba(167, 122, 65, 0.16);
  border-radius: 12px;
  background: rgba(250, 244, 235, 0.9);
  min-width: 82px;
}

.price-pill__label,
.price-pill__value,
.section-meta {
  display: block;
}

.price-pill__label,
.section-meta {
  color: var(--muted);
  font: 600 11px/1.2 Arial, sans-serif;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.price-pill__value {
  margin-top: 4px;
  color: var(--text);
  font: 700 0.95rem/1.2 Arial, sans-serif;
}

.category-section {
  padding: 0 2px;
}

.category-section__title {
  margin: 0 0 10px;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(153, 115, 63, 0.16);
  color: #334129;
  font-size: 1.45rem;
}

.service-list {
  display: grid;
}

.service-item {
  border-bottom: 1px solid rgba(153, 115, 63, 0.12);
}

.service-item:last-child {
  border-bottom: 0;
}

.service-item__button,
.service-item__static {
  width: 100%;
  padding: 14px 0;
  border: 0;
  background: transparent;
  color: inherit;
  text-align: left;
}

.service-item__button {
  cursor: pointer;
}

.service-item__button[aria-expanded="true"] {
  background: transparent;
}

.service-item__row {
  display: block;
}

.service-item__head {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 12px;
}

.service-item__hint {
  margin-top: 6px;
  color: var(--muted);
  font-size: 11px;
}

.service-item__arrow {
  flex: 0 0 auto;
  color: var(--accent);
  font: 700 16px/1 Arial, sans-serif;
  transition: transform 0.2s ease;
}

.service-item__durations {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-start;
  margin-top: 12px;
}

.service-item__description {
  display: none;
  padding: 0 0 14px;
  color: #5c4d39;
  font: 400 0.95rem/1.5 Arial, sans-serif;
}

.service-item__description.is-open {
  display: block;
}

.service-item__static {
  cursor: default;
}

.footer-panel {
  padding: 16px 14px;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: linear-gradient(180deg, var(--card-strong), var(--card));
  box-shadow: var(--shadow);
}

.footer-panel__meta {
  margin-bottom: 14px;
}

.info-chip {
  display: inline-flex;
  flex-direction: column;
  gap: 4px;
  padding: 12px 14px;
  border: 1px solid rgba(167, 122, 65, 0.16);
  border-radius: 16px;
  background: rgba(255, 252, 247, 0.86);
}

.info-chip__label,
.footer-note,
.action-button__sub {
  font-family: Arial, sans-serif;
}

.info-chip__label {
  color: var(--muted);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.action-buttons {
  display: grid;
  gap: 10px;
}

.action-button {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
  border: 1px solid rgba(167, 122, 65, 0.16);
  border-radius: 18px;
  background: rgba(255, 252, 247, 0.9);
  color: inherit;
  text-decoration: none;
}

.action-button__icon {
  flex: 0 0 auto;
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(180deg, #6a7d4b, #4e6036);
  color: #fff8eb;
  font-size: 16px;
}

.action-button__title {
  display: block;
  font-size: 1.02rem;
}

.action-button__sub {
  display: block;
  margin-top: 3px;
  color: var(--muted);
  font-size: 12px;
}

.footer-note {
  margin: 14px 0 0;
  color: #5c4d39;
  font-size: 12px;
  line-height: 1.5;
}

@media (max-width: 360px) {
  .app {
    padding-inline: 10px;
  }

  .hero,
  .footer-panel {
    padding-inline: 12px;
  }

  .service-item__row,
  .featured-item__top {
    display: block;
  }

  .service-item__durations {
    justify-content: flex-start;
  }
}
