/* Molitva · Corfu — liturgical redesign
   Palette: Byzantine wine, sacred gold, parchment, olive ink.
   SRP: visual tokens + layout + components for the landing only. */

:root {
  --wine: #6b1e24;
  --wine-deep: #3f1216;
  --wine-soft: #8a343a;
  --gold: #c4a35a;
  --gold-soft: #e6d5a2;
  --gold-deep: #9a7a35;
  --parchment: #f3ebe0;
  --parchment-deep: #e7dccb;
  --ink: #1c1410;
  --ink-soft: #5a5148;
  --olive: #3f4d3a;
  --olive-soft: #5f6f58;
  --line: rgba(107, 30, 36, 0.14);
  --white: #fffdf9;
  --shadow: 0 18px 40px -24px rgba(63, 18, 22, 0.45);
  --radius: 16px;
  --frame: 560px;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Source Sans 3", system-ui, sans-serif;
  background:
    radial-gradient(ellipse at top, #4a1a1e 0%, #1c1410 55%, #120e0c 100%);
  color: var(--ink);
  -webkit-font-smoothing: antialiased;
  line-height: 1.55;
}

.frame {
  max-width: var(--frame);
  margin: 0 auto;
  background: var(--parchment);
  position: relative;
  overflow: hidden;
  min-height: 100vh;
  box-shadow: 0 0 80px rgba(0, 0, 0, 0.45);
}

.wrap {
  padding: 0 22px;
}

h1, h2, h3, h4 {
  font-family: "Literata", "Iowan Old Style", Georgia, serif;
  line-height: 1.18;
  font-weight: 600;
  letter-spacing: -0.01em;
  color: var(--ink);
}

.brand {
  font-family: "Literata", Georgia, serif;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--gold-soft);
  margin-bottom: 18px;
}

.section {
  padding: 48px 0 52px;
  position: relative;
}

.section__eyebrow {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--wine);
  margin-bottom: 10px;
}

.section__title {
  font-size: clamp(26px, 6vw, 34px);
  margin-bottom: 12px;
  max-width: 22ch;
}

.section__lead,
.section__text {
  color: var(--ink-soft);
  font-size: 16px;
  margin-bottom: 18px;
  max-width: 38ch;
}

.ornament {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin: 0 auto 20px;
  color: var(--gold-deep);
}

.ornament::before,
.ornament::after {
  content: "";
  height: 1px;
  width: 52px;
  background: linear-gradient(90deg, transparent, currentColor);
}

.ornament::after {
  background: linear-gradient(90deg, currentColor, transparent);
}

.ornament span {
  font-size: 16px;
  line-height: 1;
}

.ornament--soft {
  margin-top: 36px;
  color: var(--wine-soft);
}

.divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin: 0 auto 18px;
  color: var(--gold);
}

.divider::before,
.divider::after {
  content: "";
  height: 1px;
  width: 46px;
  background: linear-gradient(90deg, transparent, currentColor);
}

.divider::after {
  background: linear-gradient(90deg, currentColor, transparent);
}

.divider__mark {
  font-size: 15px;
  line-height: 1;
}

/* Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  text-decoration: none;
  font-family: "Source Sans 3", sans-serif;
  font-weight: 700;
  font-size: 15px;
  text-align: center;
  border: none;
  cursor: pointer;
  border-radius: 12px;
  padding: 15px 22px;
  transition: transform 0.2s ease, filter 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.btn--gold {
  background: linear-gradient(135deg, var(--gold-soft), var(--gold));
  color: var(--wine-deep);
  box-shadow: 0 12px 24px -14px rgba(154, 122, 53, 0.8);
}

.btn--gold:hover {
  filter: brightness(1.04);
  transform: translateY(-1px);
}

.btn--wine {
  background: var(--wine);
  color: var(--white);
  box-shadow: var(--shadow);
}

.btn--wine:hover {
  background: var(--wine-soft);
  transform: translateY(-1px);
}

.btn--ghost {
  background: transparent;
  color: var(--white);
  border: 1.5px solid rgba(255, 253, 249, 0.45);
}

.btn--ghost:hover {
  background: rgba(255, 253, 249, 0.1);
}

.btn--outline {
  background: transparent;
  color: var(--wine);
  border: 1.5px solid rgba(107, 30, 36, 0.35);
}

.btn--outline:hover {
  background: var(--wine);
  color: var(--white);
}

.btn--navy {
  background: var(--wine);
  color: #fff;
}

.btn--mono {
  position: relative;
  background: #000;
  color: #fff;
  overflow: hidden;
  padding-right: 56px;
}

.btn--block {
  display: flex;
  width: 100%;
}

.btn:active {
  transform: scale(0.98);
}

/* Hero — mobile-first: content starts near top, no empty viewport */
.hero {
  position: relative;
  min-height: 0;
  display: block;
  padding: 28px 0 32px;
  color: var(--white);
  background:
    linear-gradient(180deg, rgba(63, 18, 22, 0.62) 0%, rgba(28, 20, 16, 0.82) 55%, rgba(28, 20, 16, 0.96) 100%),
    url("https://images.unsplash.com/photo-1755378023094-5b5bb385eed4?w=1200&q=80") center 28% / cover no-repeat;
  overflow: hidden;
}

.hero__veil {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% 12%, rgba(196, 163, 90, 0.22), transparent 40%),
    linear-gradient(90deg, rgba(28, 20, 16, 0.2), transparent 28%, transparent 72%, rgba(28, 20, 16, 0.2));
  pointer-events: none;
}

.hero__ornament {
  position: absolute;
  inset: 10px;
  border: 1px solid rgba(230, 213, 162, 0.28);
  border-radius: 4px;
  pointer-events: none;
}

.hero__ornament::before,
.hero__ornament::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  border: 1.5px solid rgba(230, 213, 162, 0.55);
}

.hero__ornament::before {
  top: -1px;
  left: -1px;
  border-right: 0;
  border-bottom: 0;
}

.hero__ornament::after {
  bottom: -1px;
  right: -1px;
  border-left: 0;
  border-top: 0;
}

.hero__inner {
  position: relative;
  z-index: 1;
  width: 100%;
  padding-top: 8px;
}

.hero__eyebrow {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gold-soft);
  margin-bottom: 10px;
}

.brand {
  font-family: "Literata", Georgia, serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--gold-soft);
  margin-bottom: 12px;
}

.hero__title {
  font-size: clamp(26px, 7vw, 34px);
  color: var(--white);
  max-width: 16ch;
  margin-bottom: 12px;
}

.hero__title em {
  font-style: italic;
  color: var(--gold-soft);
  font-weight: 600;
}

.hero__subtitle {
  color: rgba(255, 253, 249, 0.84);
  font-size: 15px;
  max-width: 34ch;
  margin-bottom: 18px;
}

.hero__actions {
  display: grid;
  gap: 10px;
  margin-bottom: 18px;
}

.hero__trust {
  list-style: none;
  display: grid;
  gap: 7px;
  margin-bottom: 14px;
}

.hero__trust li {
  position: relative;
  padding-left: 20px;
  color: rgba(255, 253, 249, 0.9);
  font-size: 13px;
  font-weight: 600;
}

.hero__trust li::before {
  content: "†";
  position: absolute;
  left: 0;
  color: var(--gold);
  font-weight: 700;
}

.hero__note {
  font-size: 12px;
  color: rgba(255, 253, 249, 0.55);
  max-width: 40ch;
}

@media (min-width: 768px) {
  .hero {
    min-height: 78vh;
    display: flex;
    align-items: flex-end;
    padding: 40px 0 48px;
  }

  .hero__title {
    font-size: clamp(32px, 4vw, 42px);
    max-width: 14ch;
  }
}

/* Jobs strip */
.strip--jobs {
  padding: 42px 0 10px;
  background:
    linear-gradient(180deg, var(--parchment-deep), var(--parchment));
}

.job-grid {
  display: grid;
  gap: 12px;
  margin-top: 8px;
}

.job-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-left: 3px solid var(--wine);
  border-radius: 12px;
  padding: 16px 16px 15px;
  box-shadow: var(--shadow);
}

.job-card h3 {
  font-size: 19px;
  margin-bottom: 6px;
  color: var(--wine-deep);
}

.job-card p {
  color: var(--ink-soft);
  font-size: 14px;
}

/* Trust */
.section--trust {
  background: var(--parchment);
}

.trust-grid {
  display: grid;
  gap: 12px;
  margin-top: 8px;
}

.trust-block {
  padding: 16px 18px;
  border-radius: 12px;
  background: linear-gradient(180deg, #fffaf3, #f7efe4);
  border: 1px solid var(--line);
}

.trust-block strong {
  display: block;
  font-family: "Literata", Georgia, serif;
  font-size: 18px;
  color: var(--wine);
  margin-bottom: 6px;
}

.trust-block p {
  color: var(--ink-soft);
  font-size: 14px;
}

/* Proof */
.section--proof {
  background: var(--wine-deep);
  color: var(--white);
}

.section--proof .section__eyebrow {
  color: var(--gold-soft);
}

.section--proof .section__title,
.section--proof .section__lead {
  color: var(--white);
}

.section--proof .section__lead {
  opacity: 0.78;
}

.proof-slider {
  margin-top: 8px;
}

.proof-slider__notice {
  margin-top: 12px;
  font-size: 13px;
  color: rgba(255, 253, 249, 0.55);
  text-align: center;
}

.proof-slider__viewport {
  overflow-x: auto;
  overflow-y: hidden;
  cursor: grab;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

.proof-slider__viewport::-webkit-scrollbar {
  display: none;
}

.proof-slider__viewport.is-dragging {
  cursor: grabbing;
}

.proof-slider__track {
  display: flex;
  gap: 12px;
  width: max-content;
  padding: 4px 2px 8px;
}

.proof-slider__slide {
  flex: 0 0 210px;
  height: 280px;
  border: 0;
  padding: 0;
  border-radius: 14px;
  overflow: hidden;
  background: #2a1814;
  box-shadow: 0 14px 28px -18px rgba(0, 0, 0, 0.7);
}

.proof-slider__slide:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 2px;
}

.proof-video__media {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  pointer-events: none;
}

.proof-lightbox__dialog {
  max-width: min(92vw, 420px);
  padding: 18px 14px 14px;
  background: #1c1410;
}

.proof-lightbox__video {
  width: 100%;
  border-radius: 10px;
  background: #000;
  max-height: 70vh;
}

.proof-lightbox__notice {
  margin-top: 10px;
  color: rgba(255, 253, 249, 0.7);
  font-size: 13px;
  text-align: center;
}

.proof-lightbox__notice[hidden] {
  display: none;
}

/* How */
.section--how {
  background:
    linear-gradient(180deg, #efe4d4 0%, var(--parchment) 100%);
}

.steps {
  list-style: none;
  display: grid;
  gap: 14px;
  margin-top: 8px;
}

.step {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 12px;
  align-items: start;
  padding: 14px 14px 14px 12px;
  background: var(--white);
  border-radius: 14px;
  border: 1px solid var(--line);
}

.step__num {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--wine);
  color: var(--gold-soft);
  font-family: "Literata", Georgia, serif;
  font-weight: 700;
  font-size: 18px;
}

.step__title {
  font-size: 18px;
  margin-bottom: 4px;
}

.step__text {
  color: var(--ink-soft);
  font-size: 14px;
}

/* Packages */
.section--packages {
  background: var(--parchment);
}

.packs {
  display: grid;
  gap: 16px;
  margin-top: 10px;
}

.packs--longterm {
  margin-top: 8px;
}

.packs-subtitle {
  font-size: 22px;
  margin-bottom: 16px;
  color: var(--wine-deep);
}

.pack {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 20px 18px 18px;
  position: relative;
  box-shadow: var(--shadow);
  transition: transform 0.25s ease;
}

.pack:hover {
  transform: translateY(-3px);
}

.pack--featured {
  border-color: rgba(196, 163, 90, 0.55);
  background:
    linear-gradient(180deg, #fffaf0 0%, #fff 55%);
  box-shadow: 0 20px 40px -24px rgba(154, 122, 53, 0.55);
}

.pack__badge {
  position: absolute;
  top: -11px;
  left: 18px;
  background: linear-gradient(135deg, var(--gold-soft), var(--gold));
  color: var(--wine-deep);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 7px 12px;
  border-radius: 999px;
  box-shadow: 0 8px 18px -10px rgba(154, 122, 53, 0.85);
}

.pack__title {
  font-size: 24px;
  margin-bottom: 8px;
  color: var(--wine-deep);
}

.pack__desc {
  color: var(--ink-soft);
  font-size: 14px;
  margin-bottom: 12px;
}

.pack__list {
  list-style: none;
  display: grid;
  gap: 8px;
  margin-bottom: 16px;
}

.pack__list li {
  position: relative;
  padding-left: 22px;
  font-size: 14px;
  color: var(--ink);
}

.pack__list li::before {
  content: "✦";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--gold-deep);
  font-size: 11px;
}

.pack__price {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin: 4px 0 18px;
  padding: 14px 14px 12px;
  border-radius: 14px;
  background: linear-gradient(180deg, #fffaf3 0%, #f7efe4 100%);
  border: 1px solid rgba(196, 163, 90, 0.35);
}

.pack__price-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--ink-soft);
}

.pack__price-old {
  color: var(--ink-soft);
  text-decoration: line-through;
  font-size: 15px;
}

.pack__price-current {
  font-family: "Literata", Georgia, serif;
  font-size: 32px;
  color: var(--gold-deep);
  font-weight: 700;
  line-height: 1;
}

.pack__price--row .pack__price-row {
  display: flex;
  align-items: baseline;
  gap: 10px;
}

.pack__price--row .pack__price-old {
  order: 0;
}

.pack__price--row .pack__price-current {
  font-size: 32px;
}

.pack--featured .pack__price {
  background: linear-gradient(180deg, #fff8e8 0%, #f3e6c8 100%);
  border-color: rgba(154, 122, 53, 0.45);
}

.pack--featured .pack__price-current {
  color: #7a5c1f;
}

.pack__price-row--solo .pack__price-old {
  display: none;
}

.pack__actions {
  display: grid;
  gap: 8px;
  padding-top: 2px;
}

.pack__hint,
.pack__note {
  margin-top: 10px;
  font-size: 12px;
  color: var(--ink-soft);
}

.promo-timer {
  margin: 8px 0 18px;
}

.promo-timer__inner {
  background: linear-gradient(135deg, var(--wine-deep), var(--wine));
  color: var(--white);
  border-radius: 16px;
  padding: 18px 16px;
  text-align: center;
  border: 1px solid rgba(230, 213, 162, 0.25);
}

.promo-timer__eyebrow {
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gold-soft);
  margin-bottom: 4px;
}

.promo-timer__title {
  font-family: "Literata", Georgia, serif;
  font-size: 20px;
  margin-bottom: 12px;
}

.promo-timer__clock {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

.promo-timer__unit {
  min-width: 54px;
  background: rgba(0, 0, 0, 0.22);
  border-radius: 10px;
  padding: 8px 6px;
}

.promo-timer__value {
  display: block;
  font-family: "Literata", Georgia, serif;
  font-size: 26px;
  font-weight: 700;
  color: var(--gold-soft);
}

.promo-timer__label {
  font-size: 11px;
  opacity: 0.7;
}

.promo-timer__sep {
  color: var(--gold-soft);
  font-size: 22px;
  font-weight: 700;
}

.promo-timer__note {
  margin-top: 10px;
  font-size: 12px;
  opacity: 0.7;
}

/* Reviews */
.section--reviews {
  background: linear-gradient(180deg, #efe4d4, var(--parchment));
}

.reviews-slider {
  margin-top: 8px;
}

.reviews-slider__viewport {
  overflow: hidden;
}

.reviews-slider__track {
  display: flex;
  transition: transform 0.35s ease;
}

.reviews-slider__slide {
  flex: 0 0 100%;
  min-width: 100%;
}

.reviews-slider__controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 14px;
}

.reviews-slider__btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid var(--line);
  background: var(--white);
  color: var(--wine);
  font-size: 22px;
  cursor: pointer;
}

.reviews-slider__btn:hover {
  background: var(--wine);
  color: var(--white);
}

.reviews-slider__dots {
  display: flex;
  gap: 6px;
}

.reviews-slider__dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 0;
  background: rgba(107, 30, 36, 0.25);
  cursor: pointer;
}

.reviews-slider__dot.is-active {
  background: var(--wine);
  transform: scale(1.15);
}

.review {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 16px;
  box-shadow: var(--shadow);
}

.review__proof {
  margin-bottom: 12px;
  border-radius: 12px;
  overflow: hidden;
  background: #efe4d4;
}

.review__proof--chat {
  display: flex;
  justify-content: center;
  background: #e8dfd2;
  max-height: 420px;
}

.review__proof--filled {
  min-height: auto;
}

.review__proof-img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 420px;
  display: block;
  object-fit: contain;
}

.review__proof-video,
.review__proof-iframe {
  width: 100%;
  display: block;
  border: 0;
  aspect-ratio: 9 / 16;
  max-height: 420px;
  background: #1c1410;
  object-fit: cover;
}

.review__head {
  display: flex;
  gap: 12px;
  align-items: center;
  margin-bottom: 10px;
}

.review__avatar {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--wine);
  color: var(--gold-soft);
  font-family: "Literata", Georgia, serif;
  font-weight: 700;
}

.review__name {
  font-weight: 700;
  color: var(--ink);
}

.review__stars {
  color: var(--gold-deep);
  letter-spacing: 1px;
  font-size: 13px;
}

.review__text {
  color: var(--ink-soft);
  font-size: 15px;
}

/* Temple */
.section--temple {
  background: var(--parchment);
}

.temple {
  margin: 8px 0 16px;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.temple__img {
  width: 100%;
  display: block;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

/* FAQ */
.section--faq {
  background: #efe4d4;
}

.faq {
  display: grid;
  gap: 10px;
  margin-top: 8px;
}

.faq__item {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 4px 14px;
}

.faq__item summary {
  cursor: pointer;
  list-style: none;
  font-weight: 700;
  padding: 14px 0;
  color: var(--wine-deep);
}

.faq__item summary::-webkit-details-marker {
  display: none;
}

.faq__item p {
  padding: 0 0 14px;
  color: var(--ink-soft);
  font-size: 14px;
}

/* Final CTA */
.final {
  background:
    linear-gradient(160deg, var(--wine-deep), var(--wine) 60%, #8a343a);
  color: var(--white);
  padding: 52px 0;
  text-align: center;
}

.final__eyebrow {
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold-soft);
  margin-bottom: 10px;
}

.final__title {
  color: var(--white);
  font-size: clamp(26px, 6vw, 34px);
  max-width: 18ch;
  margin: 0 auto 12px;
}

.final__text {
  color: rgba(255, 253, 249, 0.78);
  max-width: 34ch;
  margin: 0 auto 20px;
}

/* Footer */
.site-footer {
  background: #1c1410;
  color: rgba(255, 253, 249, 0.72);
  padding: 36px 0 110px;
  font-size: 14px;
}

.site-footer a {
  color: var(--gold-soft);
  text-decoration: none;
}

.site-footer__brand {
  font-family: "Literata", Georgia, serif;
  color: var(--white);
  font-size: 18px;
  margin-bottom: 10px;
}

.site-footer__messengers {
  display: flex;
  gap: 8px;
  margin: 14px 0;
  flex-wrap: wrap;
}

.site-footer__msg {
  display: inline-flex;
  padding: 8px 12px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 13px;
}

.site-footer__msg--viber {
  background: #7360f2;
  color: #fff !important;
}

.site-footer__msg--telegram {
  background: #2aabee;
  color: #fff !important;
}

.site-footer__links {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 16px 0;
}

.site-footer__copy {
  font-size: 12px;
  opacity: 0.6;
}

/* Legal pages */
.page-hero {
  background: linear-gradient(160deg, var(--wine-deep), var(--wine));
  color: #fff;
  padding: 28px 0 34px;
}

.page-hero__back {
  color: var(--gold-soft);
  text-decoration: none;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 14px;
}

.page-hero__title {
  color: #fff;
  font-size: 30px;
}

.legal-body {
  padding: 28px 0 80px;
}

.legal-section {
  margin-bottom: 22px;
}

.legal-section h2 {
  font-size: 20px;
  margin-bottom: 8px;
  color: var(--wine);
}

.legal-section p,
.legal-section li {
  color: var(--ink-soft);
  font-size: 15px;
}

.legal-section ul {
  padding-left: 18px;
}

/* Forms & modal */
.form {
  display: grid;
  gap: 14px;
}

.field label {
  display: block;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 6px;
  color: var(--wine-deep);
}

.field input,
.field textarea,
.field select {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 13px 14px;
  font: inherit;
  background: #fff;
  color: var(--ink);
}

.field textarea {
  min-height: 96px;
  resize: vertical;
}

.field__hint {
  margin-top: 6px;
  font-size: 12px;
  color: var(--ink-soft);
}

.chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.chip {
  cursor: pointer;
}

.chip input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.chip span {
  display: inline-flex;
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: #fff;
  font-size: 14px;
  font-weight: 600;
}

.chip input:checked + span {
  background: var(--wine);
  color: var(--gold-soft);
  border-color: var(--wine);
}

.chips--stack {
  flex-direction: column;
}

.chips--stack .chip span {
  width: 100%;
  justify-content: center;
  border-radius: 12px;
}

.consent {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 12px;
  font-size: 13px;
  color: var(--ink-soft);
}

.consent input {
  margin-top: 3px;
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  accent-color: var(--wine);
}

.form-extras,
.form-section {
  display: grid;
  gap: 10px;
}

.form-extras__title,
.form-section__title {
  font-weight: 700;
  color: var(--wine-deep);
  font-size: 14px;
}

.addon-toggle {
  display: block;
  cursor: pointer;
}

.addon-toggle input {
  position: absolute;
  opacity: 0;
}

.addon-toggle__box {
  display: block;
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff;
}

.addon-toggle input:checked + .addon-toggle__box {
  border-color: var(--wine);
  background: #fbf4ea;
}

.addon-toggle__box strong {
  display: block;
  font-size: 14px;
}

.addon-toggle__box small {
  display: block;
  margin-top: 4px;
  color: var(--ink-soft);
}

.btn-add-name {
  border: 1px dashed rgba(107, 30, 36, 0.35);
  background: transparent;
  color: var(--wine);
  border-radius: 12px;
  padding: 12px;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
}

.memorial-name-field__row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px;
}

.memorial-name-field__remove {
  width: 44px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff;
  cursor: pointer;
}

.form-info-block {
  background: #fbf4ea;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 12px 14px;
}

.form-info-block p {
  font-size: 13px;
  color: var(--ink-soft);
}

.order-summary {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 14px;
}

.order-summary__title {
  font-weight: 700;
  margin-bottom: 8px;
}

.order-summary__row,
.order-summary__total {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  font-size: 14px;
}

.order-summary__rows {
  display: grid;
  gap: 6px;
  margin-bottom: 10px;
}

.order-summary__total {
  border-top: 1px solid var(--line);
  padding-top: 10px;
  font-weight: 700;
}

.form__status {
  min-height: 20px;
  font-size: 14px;
  font-weight: 600;
}

.form-trust {
  text-align: center;
  font-size: 12px;
  color: var(--ink-soft);
}

.modal {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: none;
  align-items: flex-end;
  justify-content: center;
}

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

.modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(28, 20, 16, 0.62);
}

.modal__dialog {
  position: relative;
  width: min(100%, 560px);
  max-height: 92vh;
  overflow: auto;
  background: var(--parchment);
  border-radius: 22px 22px 0 0;
  box-shadow: 0 -20px 50px rgba(0, 0, 0, 0.35);
}

.modal__body {
  padding: 30px 20px 26px;
}

.modal__body .form {
  margin-top: 8px;
}

.modal__close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 0;
  background: rgba(28, 20, 16, 0.08);
  cursor: pointer;
  z-index: 2;
}

body.modal-open {
  overflow: hidden;
}

.mono-btn-corner {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 48px;
  display: grid;
  place-items: center;
  background: #222;
}

.mono-corner-img {
  width: 22px;
  height: auto;
}

.mono-trust-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 14px;
}

.mono-trust-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  margin-bottom: 8px;
}

.mono-logo-badge {
  display: flex;
  align-items: baseline;
  gap: 4px;
  font-weight: 800;
}

.mono-text-plata {
  color: #111;
}

.mono-text-by {
  color: #888;
  font-size: 11px;
}

.mono-text-mono {
  color: #111;
}

.mono-security-tag {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 11px;
  color: #059669;
  font-weight: 700;
}

.form-payment__text {
  font-size: 13px;
  color: var(--ink-soft);
  margin-bottom: 10px;
}

.form-payment__cards {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.pay-badge {
  height: 28px;
  padding: 4px 8px;
  border-radius: 6px;
  background: #f3f4f6;
  display: inline-flex;
  align-items: center;
}

.pay-badge img {
  height: 16px;
  width: auto;
}

.pay-badge--dark {
  background: #111;
}

/* Contact widget */
.contact-widget {
  position: fixed;
  right: max(16px, calc((100vw - var(--frame)) / 2 + 16px));
  bottom: 18px;
  z-index: 60;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
}

.contact-widget.is-hidden {
  opacity: 0;
  pointer-events: none;
}

.contact-widget__panel {
  width: min(280px, calc(100vw - 32px));
  background: var(--white);
  border-radius: 16px;
  padding: 14px;
  box-shadow: 0 18px 40px rgba(28, 20, 16, 0.28);
  border: 1px solid var(--line);
}

.contact-widget__title {
  font-family: "Literata", Georgia, serif;
  font-size: 16px;
  margin-bottom: 10px;
  color: var(--wine-deep);
}

.contact-widget__link {
  display: flex;
  gap: 10px;
  align-items: center;
  text-decoration: none;
  padding: 10px;
  border-radius: 12px;
  color: var(--ink);
}

.contact-widget__link + .contact-widget__link {
  margin-top: 6px;
}

.contact-widget__link--viber {
  background: rgba(115, 96, 242, 0.1);
}

.contact-widget__link--phone {
  background: rgba(107, 30, 36, 0.08);
}

.contact-widget__icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--white);
  color: var(--wine);
}

.contact-widget__label {
  display: grid;
}

.contact-widget__label strong {
  font-size: 14px;
}

.contact-widget__label small {
  font-size: 12px;
  color: var(--ink-soft);
}

.contact-widget__toggle {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  border: 0;
  background: linear-gradient(145deg, var(--wine-soft), var(--wine-deep));
  color: var(--gold-soft);
  box-shadow: 0 14px 28px rgba(63, 18, 22, 0.4);
  cursor: pointer;
  display: grid;
  place-items: center;
}

.contact-widget__toggle-icon--close {
  display: none;
}

.contact-widget.is-open .contact-widget__toggle-icon--open {
  display: none;
}

.contact-widget.is-open .contact-widget__toggle-icon--close {
  display: block;
}

/* Reveal motion */
.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.55s ease, transform 0.55s ease;
}

.reveal.is-in {
  opacity: 1;
  transform: none;
}

.section.is-seen .section__title {
  text-decoration-color: var(--gold);
}

@media (min-width: 640px) {
  .hero__actions {
    grid-template-columns: 1fr 1fr;
  }

  .job-grid {
    grid-template-columns: 1fr 1fr;
  }
}
