:root {
  --bg: #fff7f1;
  --ink: #312422;
  --ink-soft: #5a4842;
  --gold: #d5a24f;
  --gold-soft: #f4d6a5;
  --brand: #a80f1f;
  --brand-deep: #7f0c19;
  --line: rgba(128, 68, 52, 0.18);
}

html {
  scroll-behavior: smooth;
}

body.site-shell {
  font-family: "Manrope", sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at 12% 10%, rgba(255, 228, 189, 0.64), transparent 42%),
    radial-gradient(circle at 88% 84%, rgba(193, 17, 43, 0.12), transparent 40%),
    linear-gradient(180deg, #fffaf6 0%, #fff5ee 40%, #fff7f1 100%);
  overflow-x: clip;
}

body.site-shell::before,
body.site-shell::after {
  content: "";
  position: fixed;
  z-index: -1;
  width: 30rem;
  height: 30rem;
  pointer-events: none;
  filter: blur(28px);
}

body.site-shell::before {
  top: -11rem;
  left: -9rem;
  background: radial-gradient(circle, rgba(255, 208, 146, 0.35) 0%, rgba(255, 208, 146, 0) 72%);
}

body.site-shell::after {
  right: -10rem;
  bottom: -12rem;
  background: radial-gradient(circle, rgba(178, 27, 43, 0.22) 0%, rgba(178, 27, 43, 0) 74%);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  border-bottom: 1px solid var(--line);
  background: rgba(255, 247, 241, 0.86);
  backdrop-filter: blur(10px);
  box-shadow: 0 8px 25px rgba(61, 28, 23, 0.08);
}

.phone-link,
.cabinet-link {
  transition: all 260ms ease;
}

.phone-link:hover {
  color: var(--brand);
}

.cabinet-link {
  border-color: rgba(168, 15, 31, 0.4);
  background: rgba(255, 255, 255, 0.5);
}

.cabinet-link:hover {
  background: linear-gradient(120deg, var(--brand), #bb2030);
  border-color: transparent;
  box-shadow: 0 10px 26px rgba(145, 13, 30, 0.22);
  transform: translateY(-2px);
}

.hero-section {
  position: relative;
  min-height: calc(100vh - 4.75rem);
  background:
    radial-gradient(circle at 52% 42%, rgba(255, 109, 76, 0.46) 0%, rgba(255, 109, 76, 0.04) 52%),
    linear-gradient(140deg, rgba(132, 10, 24, 0.96) 0%, rgba(199, 30, 46, 0.93) 50%, rgba(155, 20, 33, 0.97) 100%),
    url("../assets/texture_1.png");
  border-bottom-left-radius: 2.2rem;
  border-bottom-right-radius: 2.2rem;
  box-shadow: inset 0 -24px 64px rgba(72, 8, 15, 0.24);
}

.hero-section::before {
  content: "";
  position: absolute;
  inset: clamp(4.5rem, 11vw, 7.4rem) clamp(8%, 11vw, 13%);
  border: 1px solid rgba(255, 227, 184, 0.42);
  border-radius: 1.6rem;
  box-shadow: inset 0 0 0 1px rgba(255, 244, 209, 0.24);
  pointer-events: none;
  z-index: 1;
}

.hero-section::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 48% 110%, rgba(20, 2, 4, 0.44), transparent 58%),
    radial-gradient(circle at 50% -10%, rgba(255, 184, 146, 0.2), transparent 48%);
  pointer-events: none;
}

.hero-drape {
  --drape-transform: none;
  position: absolute;
  left: -2%;
  width: 104%;
  height: clamp(4.6rem, 12vw, 7rem);
  pointer-events: none;
  z-index: 1;
  transform: var(--drape-transform);
  background:
    radial-gradient(14rem 6rem at 7% 95%, rgba(255, 132, 114, 0.94) 0%, rgba(172, 26, 40, 0.96) 55%, rgba(86, 10, 18, 0.98) 100%),
    radial-gradient(16rem 7rem at 24% 95%, rgba(255, 145, 122, 0.86) 0%, rgba(188, 30, 45, 0.97) 54%, rgba(92, 12, 20, 0.98) 100%),
    radial-gradient(14rem 6rem at 44% 95%, rgba(255, 150, 129, 0.82) 0%, rgba(181, 28, 43, 0.96) 54%, rgba(86, 11, 19, 0.98) 100%),
    radial-gradient(15rem 6rem at 64% 95%, rgba(255, 149, 129, 0.82) 0%, rgba(188, 30, 45, 0.96) 54%, rgba(92, 12, 20, 0.98) 100%),
    radial-gradient(15rem 6rem at 85% 95%, rgba(255, 136, 116, 0.9) 0%, rgba(176, 27, 41, 0.96) 54%, rgba(84, 11, 18, 0.98) 100%),
    linear-gradient(180deg, rgba(79, 10, 17, 0.96) 0%, rgba(167, 23, 37, 0.9) 66%, rgba(101, 15, 23, 0.95) 100%);
  filter: drop-shadow(0 11px 18px rgba(34, 3, 8, 0.42));
  animation: clothWave 7s ease-in-out infinite;
}

.hero-drape-top {
  top: -0.2rem;
  border-bottom-left-radius: 40% 100%;
  border-bottom-right-radius: 40% 100%;
}

.hero-drape-bottom {
  --drape-transform: scaleY(-1);
  bottom: -0.2rem;
  animation-delay: 1s;
}

.hero-flourish {
  --flourish-transform: none;
  position: absolute;
  width: min(21vw, 9.5rem);
  aspect-ratio: 39.2 / 15.6;
  pointer-events: none;
  z-index: 1;
  opacity: 0.55;
  transform: var(--flourish-transform);
  background: url("../assets/orn-list.svg") center/contain no-repeat;
  filter: brightness(0) saturate(100%) invert(77%) sepia(41%) saturate(539%) hue-rotate(353deg) brightness(96%) contrast(90%);
  animation: flourishFloat 6s ease-in-out infinite;
}

.hero-flourish-top-left {
  top: clamp(3.9rem, 8.2vw, 5.8rem);
  left: clamp(0.5rem, 3.5vw, 3.5rem);
}

.hero-flourish-top-right {
  top: clamp(3.9rem, 8.2vw, 5.8rem);
  right: clamp(0.5rem, 3.5vw, 3.5rem);
  --flourish-transform: scaleX(-1);
  animation-delay: 0.8s;
}

.hero-flourish-bottom-left {
  bottom: clamp(3.9rem, 8.2vw, 5.8rem);
  left: clamp(0.5rem, 3.5vw, 3.5rem);
  --flourish-transform: scaleY(-1);
  animation-delay: 0.4s;
}

.hero-flourish-bottom-right {
  bottom: clamp(3.9rem, 8.2vw, 5.8rem);
  right: clamp(0.5rem, 3.5vw, 3.5rem);
  --flourish-transform: scale(-1);
  animation-delay: 1.1s;
}

.hero-scroll {
  width: min(38vw, 19rem);
  height: 1.3rem;
  margin-inline: auto;
  opacity: 0.88;
  background: url("../assets/orn-list.svg") center/contain repeat-x;
  filter: brightness(0) saturate(100%) invert(84%) sepia(32%) saturate(456%) hue-rotate(347deg) brightness(102%) contrast(92%);
}

.hero-inner {
  position: relative;
  z-index: 2;
  max-width: 60rem;
}

.hero-content-frame {
  border-radius: 1.4rem;
  border: 1px solid rgba(255, 226, 177, 0.38);
  padding: clamp(1.8rem, 4vw, 3rem) clamp(1.5rem, 5vw, 3.2rem);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0.04));
  box-shadow:
    inset 0 0 0 1px rgba(255, 240, 209, 0.16),
    0 18px 34px rgba(35, 2, 8, 0.22);
}

.hero-logo {
  width: min(74vw, 27rem);
  margin-inline: auto;
  filter: drop-shadow(0 22px 30px rgba(56, 8, 15, 0.28));
}

.hero-copy {
  color: rgba(255, 245, 238, 0.95);
  text-shadow: 0 8px 22px rgba(37, 2, 8, 0.34);
}

.hero-cta {
  border: 1px solid rgba(255, 225, 182, 0.6);
  background:
    linear-gradient(135deg, #fff9ec, #ffe6ba 60%, #ffeecf),
    #fff;
  color: #8f0f20;
  box-shadow: 0 14px 35px rgba(76, 12, 18, 0.35);
  transition: transform 260ms ease, box-shadow 260ms ease, filter 260ms ease;
}

.hero-cta:hover {
  transform: translateY(-3px);
  filter: brightness(1.02);
  box-shadow: 0 18px 34px rgba(67, 9, 16, 0.4);
}

.hero-heading {
  text-shadow: 0 10px 24px rgba(37, 3, 8, 0.35);
}

.section-shell {
  position: relative;
  padding-block: clamp(3.6rem, 7vw, 6rem);
}

.section-shell::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.035;
  pointer-events: none;
  background: url("../assets/texture_1.png");
}

.section-shell > div {
  position: relative;
  z-index: 1;
}

.section-heading-wrap {
  text-align: center;
  margin-bottom: clamp(1.8rem, 4vw, 2.8rem);
}

.section-kicker {
  display: inline-block;
  margin-bottom: 0.45rem;
  padding: 0.22rem 0.7rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: #8b1726;
  border: 1px solid rgba(139, 23, 38, 0.25);
  border-radius: 999px;
  background: rgba(255, 247, 236, 0.7);
}

.orn-divider {
  width: min(22rem, 58vw);
  height: 1.2rem;
  margin: 0.7rem auto 0;
  background: url("../assets/orn-list.svg") center/contain repeat-x;
  filter: brightness(0) saturate(100%) invert(69%) sepia(30%) saturate(620%) hue-rotate(353deg) brightness(98%) contrast(88%);
  opacity: 0.82;
}

.section-conditions,
.section-faq,
.section-jobs,
.section-contacts {
  background: rgba(255, 251, 247, 0.9);
}

.section-conditions::after,
.section-calc::after,
.section-faq::after,
.section-jobs::after {
  content: "";
  position: absolute;
  width: min(26vw, 11rem);
  aspect-ratio: 39.2 / 15.6;
  pointer-events: none;
  opacity: 0.24;
  background: url("../assets/orn-list.svg") center/contain no-repeat;
  filter: brightness(0) saturate(100%) invert(74%) sepia(36%) saturate(589%) hue-rotate(353deg) brightness(97%) contrast(88%);
}

.section-conditions::after {
  right: clamp(0.8rem, 4vw, 3rem);
  top: 2.4rem;
}

.section-calc::after {
  left: clamp(0.8rem, 4vw, 3rem);
  top: 2.6rem;
}

.section-faq::after {
  right: clamp(0.8rem, 4vw, 3rem);
  top: 2rem;
}

.section-jobs::after {
  left: clamp(0.8rem, 4vw, 3rem);
  top: 2rem;
}

.section-calc {
  background:
    radial-gradient(circle at 8% 16%, rgba(168, 15, 31, 0.1), transparent 42%),
    radial-gradient(circle at 88% 84%, rgba(214, 162, 79, 0.2), transparent 43%),
    rgba(255, 249, 243, 0.95);
}

.conditions-layout {
  display: grid;
  gap: 1.15rem;
  align-items: start;
  justify-items: center;
  max-width: 58rem;
  margin-inline: auto;
}

@media (min-width: 860px) {
  .conditions-layout {
    gap: 1.25rem;
  }
}

.tariff-card {
  width: min(100%, 21rem);
  margin-inline: auto;
  border: 1px solid rgba(129, 34, 28, 0.12);
  border-radius: 1.1rem;
  background:
    linear-gradient(180deg, #ffe19d 0%, #ffd780 100%),
    #ffe7b7;
  box-shadow: 0 18px 26px rgba(113, 66, 23, 0.14);
  transition: transform 280ms ease, box-shadow 280ms ease;
}

.tariff-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 30px rgba(113, 66, 23, 0.18);
}

.tariff-icon {
  background: linear-gradient(135deg, #b51526, #890f1c);
  box-shadow: 0 12px 24px rgba(125, 10, 23, 0.3);
}

.feature-list {
  width: min(100%, 52rem);
  margin-inline: auto;
  position: relative;
  border: 1px solid rgba(129, 34, 28, 0.12);
  border-radius: 1.2rem;
  padding: clamp(1rem, 2.2vw, 1.35rem);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(255, 247, 237, 0.88)),
    rgba(255, 255, 255, 0.78);
  box-shadow: 0 10px 30px rgba(62, 24, 19, 0.08);
  overflow: hidden;
  display: grid;
  gap: 0.62rem;
}

.feature-list::before {
  content: "";
  position: absolute;
  right: -1.4rem;
  top: -0.8rem;
  width: 7.8rem;
  aspect-ratio: 39.2 / 15.6;
  opacity: 0.18;
  background: url("../assets/orn-list.svg") center/contain no-repeat;
  transform: rotate(8deg);
}

.feature-list::after {
  content: "";
  position: absolute;
  left: 1rem;
  right: 1rem;
  bottom: 0.6rem;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(168, 15, 31, 0.16), transparent);
}

.feature-item {
  position: relative;
  display: grid;
  grid-template-columns: 0.7rem 1fr;
  align-items: flex-start;
  gap: 0.56rem;
  padding: 0.56rem 0.7rem;
  border-radius: 0.82rem;
  border: 1px solid rgba(129, 34, 28, 0.11);
  background: rgba(255, 255, 255, 0.74);
  box-shadow: 0 3px 10px rgba(55, 21, 17, 0.04);
  color: var(--ink-soft);
  transition: border-color 170ms ease, transform 170ms ease, background-color 170ms ease, box-shadow 170ms ease;
}

.feature-item:hover {
  transform: translateX(2px);
  border-color: rgba(168, 15, 31, 0.24);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 8px 16px rgba(55, 21, 17, 0.09);
}

.feature-item::after {
  content: "";
  position: absolute;
  left: 1.35rem;
  right: 0.8rem;
  bottom: 0.34rem;
  height: 1px;
  opacity: 0.65;
  background: linear-gradient(90deg, rgba(214, 162, 79, 0.35), transparent);
}

.feature-item strong {
  color: #5f221c;
  font-weight: 800;
}

.feature-item-copy {
  font-size: clamp(0.93rem, 1.3vw, 1.02rem);
  line-height: 1.42;
}

.feature-item-icon {
  margin-top: 0.38rem;
  width: 0.58rem;
  height: 0.58rem;
  border-radius: 0.1rem;
  transform: rotate(45deg);
  background: linear-gradient(140deg, #b61d2f, #eaa160);
  box-shadow: inset 0 0 0 1px rgba(255, 244, 230, 0.62);
  flex-shrink: 0;
}

.feature-item-icon::before {
  content: none;
}

.feature-item-icon::after {
  content: none;
}

html.js-reveal .feature-list .feature-item {
  opacity: 0;
  transform: translateY(14px);
}

html.js-reveal .feature-list.is-visible .feature-item {
  opacity: 1;
  transform: translateY(0);
}

html.js-reveal .feature-list .feature-item {
  transition:
    opacity 420ms ease,
    transform 420ms ease,
    border-color 170ms ease,
    box-shadow 170ms ease,
    background-color 170ms ease;
}

html.js-reveal .feature-list.is-visible .feature-item:nth-child(1) {
  transition-delay: 80ms;
}

html.js-reveal .feature-list.is-visible .feature-item:nth-child(2) {
  transition-delay: 130ms;
}

html.js-reveal .feature-list.is-visible .feature-item:nth-child(3) {
  transition-delay: 180ms;
}

html.js-reveal .feature-list.is-visible .feature-item:nth-child(4) {
  transition-delay: 230ms;
}

html.js-reveal .feature-list.is-visible .feature-item:nth-child(5) {
  transition-delay: 280ms;
}

.calc-grid {
  display: grid;
  gap: 1.2rem;
}

@media (min-width: 1024px) {
  .calc-grid {
    grid-template-columns: minmax(0, 1.05fr) minmax(20rem, 0.95fr);
  }
}

.calc-card,
.calc-result-card {
  position: relative;
  border: 1px solid rgba(129, 34, 28, 0.14);
  border-radius: 1.35rem;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 14px 30px rgba(45, 18, 15, 0.12);
}

.calc-card {
  padding: clamp(1rem, 2.4vw, 1.5rem);
  overflow: hidden;
}

.calc-card::before {
  content: "";
  position: absolute;
  right: -1.8rem;
  bottom: -1rem;
  width: 9.5rem;
  aspect-ratio: 39.2 / 15.6;
  opacity: 0.17;
  transform: rotate(-9deg);
  background: url("../assets/orn-list.svg") center/contain no-repeat;
}

.calc-subcard {
  position: relative;
  border: 1px solid rgba(129, 34, 28, 0.13);
  border-radius: 1rem;
  padding: 0.95rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.84), rgba(255, 250, 243, 0.84));
}

.calc-subcard + .calc-subcard {
  margin-top: 0.8rem;
}

.calc-subtitle {
  margin-bottom: 0.65rem;
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  color: #6a4f47;
}

.purity-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.52rem;
}

@media (min-width: 640px) {
  .purity-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.purity-label {
  position: relative;
  display: block;
  text-align: center;
  border: 1px solid rgba(129, 34, 28, 0.17);
  border-radius: 0.82rem;
  padding: 0.6rem 0.9rem;
  font-size: 0.9rem;
  font-weight: 700;
  color: #62443d;
  cursor: pointer;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease, color 180ms ease, box-shadow 180ms ease;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72);
}

.purity-label:hover {
  transform: translateY(-1px);
  border-color: rgba(168, 15, 31, 0.35);
}

.purity-label::after {
  content: "";
  position: absolute;
  top: 0.45rem;
  right: 0.45rem;
  width: 0.72rem;
  height: 0.72rem;
  border-radius: 999px;
  border: 1px solid rgba(129, 34, 28, 0.2);
  background: rgba(255, 255, 255, 0.92);
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.purity-input:checked + .purity-label {
  color: #fff8f3;
  border-color: rgba(135, 10, 22, 0.86);
  background:
    linear-gradient(135deg, rgba(196, 20, 38, 0.98) 0%, rgba(139, 12, 25, 0.98) 100%);
  box-shadow:
    0 12px 24px rgba(140, 13, 27, 0.22),
    inset 0 1px 0 rgba(255, 214, 206, 0.18);
}

.purity-input:checked + .purity-label::after {
  border-color: rgba(255, 240, 233, 0.82);
  background: #fff4ee;
  box-shadow: inset 0 0 0 0.2rem rgba(166, 23, 30, 0.95);
  transform: scale(1.06);
}

.weight-field-row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 0.8rem;
  margin-bottom: 0.5rem;
}

.weight-badge {
  border: 1px solid rgba(168, 15, 31, 0.22);
  border-radius: 999px;
  padding: 0.2rem 0.58rem;
  font-size: 0.8rem;
  font-weight: 700;
  color: #8b1726;
  background: rgba(255, 244, 230, 0.78);
}

.calc-input {
  width: 100%;
  border: 1px solid rgba(129, 34, 28, 0.2);
  border-radius: 0.85rem;
  padding: 0.6rem 0.8rem;
  margin-bottom: 0.55rem;
}

.calc-input:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(168, 15, 31, 0.15);
}

.weight-range {
  width: 100%;
  margin-bottom: 0.68rem;
  accent-color: #b51a2d;
}

.weight-chip {
  border: 1px solid rgba(129, 34, 28, 0.12);
  transition: all 220ms ease;
}

.weight-chip:hover {
  transform: translateY(-1px);
}

.calc-result-card {
  padding: clamp(1rem, 2.4vw, 1.6rem);
  background:
    linear-gradient(170deg, #fff 10%, #fff5e7 100%),
    rgba(255, 255, 255, 0.94);
}

.calc-amount {
  display: block;
  font-size: clamp(1.8rem, 4.8vw, 2.8rem);
  font-weight: 800;
  line-height: 1;
  color: #b2172a;
  margin-top: 0.32rem;
}

.calc-hint {
  margin-top: 0.5rem;
  font-size: 0.79rem;
  color: #7a6057;
}

.calc-meter {
  margin-top: 0.78rem;
  height: 0.56rem;
  border-radius: 999px;
  background: rgba(170, 127, 82, 0.2);
  overflow: hidden;
}

.calc-meter-fill {
  display: block;
  height: 100%;
  width: 0;
  border-radius: inherit;
  background: linear-gradient(120deg, #b61d2f, #ef6b3f);
  transition: width 250ms ease;
}

.calc-stat-list {
  margin-top: 1rem;
  display: grid;
  gap: 0.44rem;
}

.calc-stat-row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 1rem;
  font-size: 0.78rem;
  color: #654f48;
}

.calc-stat-row strong {
  color: #3f2d28;
}

.calc-footnote {
  margin-top: 1rem;
  font-size: 0.72rem;
  color: #7f6a62;
  text-align: center;
}

.calc-extra {
  margin-top: 0.82rem;
  padding-top: 0.75rem;
  border-top: 1px dashed rgba(129, 34, 28, 0.2);
  display: grid;
  gap: 0.46rem;
}

.calc-extra-item {
  display: flex;
  align-items: start;
  gap: 0.42rem;
  font-size: 0.78rem;
  color: #6e544c;
}

.calc-extra-dot {
  margin-top: 0.36rem;
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 999px;
  background: linear-gradient(120deg, #c72c3d, #ef7f53);
  flex-shrink: 0;
}

.faq-shell {
  position: relative;
  border: 1px solid rgba(129, 34, 28, 0.14);
  border-radius: clamp(1.2rem, 2vw, 1.7rem);
  padding: clamp(0.95rem, 1.8vw, 1.3rem);
  background:
    radial-gradient(circle at 16% 14%, rgba(248, 206, 137, 0.22), transparent 40%),
    radial-gradient(circle at 88% 84%, rgba(185, 37, 55, 0.08), transparent 42%),
    linear-gradient(165deg, rgba(255, 255, 255, 0.95), rgba(255, 246, 232, 0.92));
  box-shadow: 0 16px 34px rgba(62, 24, 19, 0.1);
  overflow: hidden;
}

.faq-shell::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #b31f31, #ef8557, #c22739);
}

.faq-shell::after {
  content: "";
  position: absolute;
  right: -2.2rem;
  bottom: -2.4rem;
  width: 10rem;
  height: 10rem;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(255, 214, 143, 0.4), transparent 70%);
  pointer-events: none;
}

.faq-layout {
  position: relative;
  display: grid;
  gap: 0.9rem;
  align-items: start;
}

@media (min-width: 1024px) {
  .faq-layout {
    grid-template-columns: minmax(17rem, 23rem) minmax(0, 1fr);
    gap: 1.1rem;
  }
}

.faq-nav {
  display: grid;
  gap: 0.58rem;
}

.faq-nav-item {
  display: grid;
  gap: 0.34rem;
}

.faq-nav-button {
  width: 100%;
  border: 1px solid rgba(129, 34, 28, 0.16);
  border-radius: 0.95rem;
  background: rgba(255, 255, 255, 0.82);
  padding: 0.82rem 0.9rem;
  text-align: left;
  display: flex;
  align-items: flex-start;
  gap: 0.68rem;
  transition: border-color 200ms ease, background-color 200ms ease, transform 200ms ease, box-shadow 200ms ease;
}

.faq-nav-button:hover {
  background: rgba(255, 243, 222, 0.72);
  border-color: rgba(179, 31, 49, 0.35);
}

.faq-nav-button[aria-pressed="true"] {
  border-color: rgba(179, 31, 49, 0.58);
  background: rgba(255, 236, 212, 0.9);
  box-shadow: 0 9px 18px rgba(128, 31, 34, 0.12);
  transform: translateX(3px);
}

.faq-nav-index {
  width: 1.72rem;
  height: 1.72rem;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  color: #8b1726;
  background: rgba(255, 221, 179, 0.76);
  border: 1px solid rgba(139, 23, 38, 0.22);
}

.faq-nav-text {
  font-weight: 600;
  line-height: 1.34;
  color: #422a24;
  font-size: 0.95rem;
}

.faq-answer-stage {
  position: relative;
  border: 1px solid rgba(129, 34, 28, 0.14);
  border-radius: 1.05rem;
  padding: clamp(1rem, 2.4vw, 1.6rem);
  background:
    linear-gradient(170deg, rgba(255, 255, 255, 0.95), rgba(255, 243, 223, 0.92)),
    #fff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.65), 0 12px 24px rgba(64, 24, 19, 0.08);
  min-height: 100%;
}

.faq-answer-title {
  font-size: clamp(1.2rem, 2.1vw, 1.6rem);
  line-height: 1.25;
  font-weight: 700;
  color: #831a2a;
}

.faq-answer-copy {
  margin-top: 0.72rem;
  color: #5b4a45;
  line-height: 1.66;
  font-size: 0.97rem;
}

.faq-answer-note {
  margin-top: 0.92rem;
  padding: 0.72rem 0.84rem;
  border-radius: 0.72rem;
  border-left: 3px solid rgba(179, 31, 49, 0.62);
  background: rgba(255, 236, 212, 0.66);
  font-size: 0.86rem;
  color: #6f5249;
}

.faq-answer-links {
  margin-top: 1.02rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.52rem;
}

.faq-chip-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.42rem 0.74rem;
  border-radius: 999px;
  border: 1px solid rgba(129, 34, 28, 0.24);
  font-size: 0.79rem;
  font-weight: 600;
  color: #741725;
  background: rgba(255, 255, 255, 0.84);
  transition: background-color 180ms ease, border-color 180ms ease;
}

.faq-chip-link:hover {
  background: rgba(255, 237, 211, 0.82);
  border-color: rgba(179, 31, 49, 0.42);
}

.faq-hint {
  margin-top: 0.85rem;
  font-size: 0.79rem;
  color: #7b665e;
  line-height: 1.5;
}

.faq-inline-answer {
  border: 1px solid rgba(129, 34, 28, 0.12);
  border-radius: 0.84rem;
  padding: 0.75rem 0.8rem 0.8rem;
  background: rgba(255, 252, 246, 0.88);
}

.faq-inline-copy {
  font-size: 0.9rem;
  line-height: 1.56;
  color: #5b4a45;
}

.faq-inline-note {
  margin-top: 0.6rem;
  padding: 0.56rem 0.68rem;
  border-radius: 0.62rem;
  border-left: 3px solid rgba(179, 31, 49, 0.52);
  background: rgba(255, 237, 212, 0.68);
  font-size: 0.81rem;
  color: #6f5249;
}

.faq-mobile-links {
  margin-top: 0.78rem;
  display: none;
  flex-wrap: wrap;
  gap: 0.44rem;
}

.faq-mobile-hint {
  margin-top: 0.72rem;
  font-size: 0.76rem;
  color: #7b665e;
  line-height: 1.45;
  display: none;
}

@media (max-width: 1023px) {
  .faq-nav-button[aria-pressed="true"] {
    transform: none;
  }

  .faq-answer-stage {
    display: none;
  }

  .faq-mobile-links {
    display: flex;
  }

  .faq-mobile-hint {
    display: block;
  }
}

@media (min-width: 1024px) {
  .faq-inline-answer {
    display: none !important;
  }
}

.jobs-card {
  position: relative;
  max-width: 42rem;
  margin-inline: auto;
  padding: clamp(1.5rem, 3vw, 2.3rem);
  border-radius: 1.4rem;
  border: 1px solid rgba(129, 34, 28, 0.12);
  background:
    linear-gradient(160deg, rgba(255, 255, 255, 0.92), rgba(255, 243, 223, 0.92)),
    #fff;
  box-shadow: 0 16px 30px rgba(62, 24, 19, 0.1);
  overflow: hidden;
}

.jobs-card::before,
.jobs-card::after {
  content: "";
  position: absolute;
  width: 7.2rem;
  aspect-ratio: 39.2 / 15.6;
  opacity: 0.18;
  background: url("../assets/orn-list.svg") center/contain no-repeat;
  pointer-events: none;
}

.jobs-card::before {
  left: -1.1rem;
  top: -0.7rem;
}

.jobs-card::after {
  right: -1.1rem;
  bottom: -0.7rem;
  transform: scale(-1);
}

.jobs-card .job-button {
  background: linear-gradient(120deg, var(--brand), #b61d2f);
  box-shadow: 0 12px 22px rgba(133, 17, 31, 0.28);
  transition: transform 250ms ease, box-shadow 250ms ease;
}

.jobs-card .job-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 15px 24px rgba(133, 17, 31, 0.36);
}

.contacts-fullbleed {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding-inline: clamp(0.7rem, 2vw, 1.4rem);
}

.contacts-map-stage {
  max-width: 100%;
}

#contacts a {
  color: var(--brand-deep);
  transition: color 180ms ease;
}

#contacts a:hover {
  color: var(--brand);
}

.contacts-map-shell {
  position: relative;
  border-radius: 1.1rem;
  overflow: hidden;
  border: 1px solid rgba(129, 34, 28, 0.16);
  box-shadow: 0 12px 28px rgba(62, 24, 19, 0.17);
}

.contacts-map-canvas {
  width: 100%;
  height: clamp(24rem, 56vw, 40rem);
  background: linear-gradient(180deg, #f8f2eb, #efe4d6);
}

.map-mobile-switcher {
  display: none;
}

.map-switch-btn {
  border: 1px solid rgba(129, 34, 28, 0.2);
  border-radius: 0.72rem;
  padding: 0.56rem 0.8rem;
  font-size: 0.84rem;
  font-weight: 700;
  color: #5c4038;
  background: rgba(255, 255, 255, 0.82);
  transition: all 160ms ease;
}

.map-switch-btn.is-active {
  color: #fff;
  border-color: rgba(168, 15, 31, 0.66);
  background: linear-gradient(120deg, #b71f31, #921021);
}

.map-overlay {
  position: absolute;
  top: 0.9rem;
  left: 0.9rem;
  width: min(22rem, calc(100% - 1.8rem));
  max-height: calc(100% - 1.8rem);
  overflow: auto;
  padding: 0.75rem 0.8rem;
  border-radius: 0.82rem;
  border: 1px solid rgba(129, 34, 28, 0.16);
  background: rgba(255, 252, 247, 0.9);
  backdrop-filter: blur(6px);
  box-shadow: 0 8px 16px rgba(51, 20, 16, 0.14);
  z-index: 10;
}

.map-mobile-panel {
  border: 1px solid rgba(129, 34, 28, 0.14);
  border-radius: 1rem;
  margin-top: 0.72rem;
  padding: 0.75rem;
  background: rgba(255, 252, 247, 0.92);
  box-shadow: 0 8px 16px rgba(51, 20, 16, 0.1);
}

.map-mobile-panel.is-mobile-hidden {
  display: none;
}

.map-overlay-title {
  font-size: 0.79rem;
  font-weight: 700;
  color: #7f0c19;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.map-overlay-count {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-size: 0.72rem;
  color: #6e524b;
}

.map-address-list {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.map-address-item {
  width: 100%;
  text-align: left;
  font-size: 0.76rem;
  line-height: 1.3;
  color: #3f2d28;
  border-radius: 0.62rem;
  padding: 0.48rem 0.58rem;
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid rgba(129, 34, 28, 0.12);
  transition: all 180ms ease;
}

.map-address-focus {
  width: 100%;
  border: 0;
  background: transparent;
  text-align: left;
  color: inherit;
  padding: 0;
  cursor: pointer;
}

.map-address-title {
  display: block;
  font-weight: 700;
  color: #4a322c;
  margin-bottom: 0;
}

.map-address-line {
  display: flex;
  align-items: flex-start;
  gap: 0.34rem;
  color: #5e4740;
}

.map-address-icon {
  width: 0.82rem;
  height: 0.82rem;
  color: #8f1626;
  flex-shrink: 0;
  margin-top: 0.08rem;
}

.map-phone-link {
  display: inline-flex;
  align-items: center;
  gap: 0.32rem;
  color: #811524;
  font-weight: 700;
  text-decoration: none;
  font-size: 0.77rem;
}

.map-phone-link:hover {
  color: #aa1c2f;
  text-decoration: underline;
}

.map-branch-details {
  margin-top: 0.46rem;
  padding-top: 0.46rem;
  border-top: 1px dashed rgba(129, 34, 28, 0.2);
  display: grid;
  gap: 0.36rem;
}

.map-work-row {
  display: flex;
  align-items: flex-start;
  gap: 0.32rem;
  font-size: 0.76rem;
  color: #5e4740;
}

.map-work-row .map-address-icon {
  margin-top: 0.06rem;
}

.map-address-item:hover {
  border-color: rgba(168, 15, 31, 0.38);
  background: #fff;
}

.map-address-item.active {
  border-color: rgba(168, 15, 31, 0.52);
  background: rgba(255, 241, 225, 0.94);
}

.map-loader {
  position: absolute;
  inset: 0;
  z-index: 18;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.7rem;
  background: rgba(245, 237, 227, 0.82);
  backdrop-filter: blur(2px);
  transition: opacity 220ms ease, visibility 220ms ease;
}

.map-loader.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.map-loader-spinner {
  width: 2rem;
  height: 2rem;
  border: 2px solid rgba(179, 31, 49, 0.2);
  border-top-color: #b31f31;
  border-radius: 999px;
  animation: mapSpin 900ms linear infinite;
}

.map-loader-text {
  font-size: 0.82rem;
  font-weight: 600;
  color: #6f5249;
}

.map-loader.error {
  background: rgba(254, 241, 239, 0.9);
}

.map-loader.error .map-loader-spinner {
  display: none;
}

.map-loader.error .map-loader-text {
  color: #9b1b2a;
}

@keyframes mapSpin {
  to {
    transform: rotate(360deg);
  }
}

.map-reset-wrap {
  margin-top: 0.52rem;
}

.map-reset-wrap.is-hidden {
  display: none;
}

.map-reset-btn {
  width: 100%;
  border: 1px solid rgba(129, 34, 28, 0.28);
  border-radius: 0.62rem;
  padding: 0.46rem 0.58rem;
  font-size: 0.76rem;
  font-weight: 700;
  color: #7f0c19;
  background: linear-gradient(180deg, rgba(255, 250, 242, 0.95), rgba(255, 242, 224, 0.95));
  transition: all 160ms ease;
}

.map-reset-btn:hover {
  border-color: rgba(168, 15, 31, 0.54);
  background: #fff3e1;
}

@media (min-width: 768px) {
  .map-mobile-switcher,
  .map-mobile-panel {
    display: none !important;
  }
}

.site-footer {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 8% 20%, rgba(255, 197, 120, 0.2), transparent 30%),
    radial-gradient(circle at 92% 16%, rgba(255, 176, 101, 0.18), transparent 32%),
    linear-gradient(180deg, #3a0f17 0%, #260a10 100%);
  border-top: 1px solid rgba(255, 205, 138, 0.18);
}

.site-footer::before,
.site-footer::after {
  content: "";
  position: absolute;
  top: 0.3rem;
  width: 8.4rem;
  height: 2.1rem;
  background: url("../assets/orn-list.svg") center / contain no-repeat;
  opacity: 0.36;
  pointer-events: none;
}

.site-footer::before {
  left: 0.8rem;
}

.site-footer::after {
  right: 0.8rem;
  transform: scaleX(-1);
}

.footer-main {
  max-width: 74rem;
  margin-inline: auto;
}

.footer-orn {
  position: relative;
  height: 1.4rem;
  margin-bottom: 0.7rem;
}

.footer-orn::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 1px;
  background: linear-gradient(90deg, rgba(255, 208, 145, 0), rgba(255, 208, 145, 0.58), rgba(255, 208, 145, 0));
}

.footer-orn::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 7rem;
  height: 1.6rem;
  transform: translate(-50%, -50%);
  background: url("../assets/orn-list.svg") center / contain no-repeat;
}

.footer-layout {
  display: grid;
  gap: 1rem;
}

@media (min-width: 940px) {
  .footer-layout {
    grid-template-columns: 1.2fr 0.9fr 1.1fr;
    gap: 1.3rem;
  }
}

.footer-col {
  padding: 0.2rem 0.15rem;
}

.footer-title {
  margin: 0;
  color: #f9d49a;
  font-size: 0.74rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 700;
}

.footer-contact-list,
.footer-nav {
  list-style: none;
  margin: 0.58rem 0 0;
  padding: 0;
}

.footer-contact-list {
  display: grid;
  gap: 0.36rem;
}

.footer-contact-row {
  display: inline-flex;
  align-items: baseline;
  gap: 0.36rem;
  color: #fff3e0;
  text-decoration: none;
  font-size: 0.92rem;
  line-height: 1.35;
}

.footer-contact-row:hover {
  color: #ffd8a8;
}

.footer-contact-row strong {
  color: #f5bd73;
  font-size: 0.73rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.footer-nav {
  display: grid;
  gap: 0.34rem;
}

.footer-nav-link {
  color: #f4e5d3;
  text-decoration: none;
  font-size: 0.89rem;
  line-height: 1.3;
}

.footer-nav-link:hover {
  color: #ffd6a3;
  text-decoration: underline;
}

.footer-register-head {
  margin-top: 0.52rem;
  display: flex;
  align-items: center;
  gap: 0.52rem;
}

.footer-cbr-logo {
  width: 2rem;
  height: 2rem;
  object-fit: contain;
}

.footer-register-title {
  color: #ffe5be;
  font-size: 0.84rem;
  line-height: 1.3;
  font-weight: 700;
}

.footer-register-text {
  margin-top: 0.5rem;
  color: #f9e9d3;
  font-size: 0.84rem;
  line-height: 1.42;
}

.footer-register-link {
  margin-top: 0.52rem;
  display: inline-flex;
  color: #ffcf8c;
  text-decoration: none;
  font-size: 0.8rem;
  font-weight: 700;
}

.footer-register-link:hover {
  color: #ffe9c7;
  text-decoration: underline;
}

.footer-bottom {
  margin-top: 0.95rem;
  padding-top: 0.72rem;
  border-top: 1px solid rgba(255, 211, 149, 0.25);
  display: flex;
  gap: 0.6rem;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.footer-copy {
  font-size: 0.73rem;
  color: #cfbcb1;
}

.footer-legal-link {
  color: #d9c4b7;
  text-decoration: none;
  font-size: 0.75rem;
}

.footer-legal-link:hover {
  color: #fff3e2;
  text-decoration: underline;
}

.cookie-banner {
  position: fixed;
  left: 50%;
  bottom: 0.82rem;
  transform: translateX(-50%);
  width: min(96vw, 45rem);
  z-index: 180;
}

.cookie-banner.is-hidden {
  display: none;
}

.cookie-banner-body {
  border-radius: 0.9rem;
  border: 1px solid rgba(126, 20, 34, 0.22);
  background: rgba(255, 250, 242, 0.96);
  box-shadow: 0 18px 34px rgba(48, 19, 21, 0.22);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.76rem 0.86rem;
}

.cookie-banner-text {
  color: #4b312a;
  font-size: 0.79rem;
  line-height: 1.4;
}

.cookie-banner-actions {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  gap: 0.52rem;
}

.cookie-link {
  color: #7d1020;
  text-decoration: none;
  font-size: 0.76rem;
  font-weight: 700;
}

.cookie-link:hover {
  text-decoration: underline;
}

.cookie-accept-btn {
  border: 0;
  border-radius: 0.6rem;
  background: #97172a;
  color: #fffaf2;
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1;
  padding: 0.52rem 0.85rem;
  cursor: pointer;
}

.cookie-accept-btn:hover {
  background: #7e1323;
}

[data-reveal] {
  opacity: 1;
  transform: none;
}

html.js-reveal [data-reveal] {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 680ms ease, transform 680ms ease;
  transition-delay: var(--delay, 0ms);
}

html.js-reveal [data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes clothWave {
  0%,
  100% {
    transform: var(--drape-transform) translateY(0);
  }
  50% {
    transform: var(--drape-transform) translateY(-4px);
  }
}

@keyframes flourishFloat {
  0%,
  100% {
    transform: var(--flourish-transform) translateY(0);
  }
  50% {
    transform: var(--flourish-transform) translateY(-6px);
  }
}

@media (max-width: 768px) {
  .hero-section {
    min-height: 34rem;
    border-bottom-left-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
  }

  .hero-drape {
    height: clamp(3.8rem, 14vw, 5.2rem);
  }

  .hero-flourish {
    width: min(35vw, 6.6rem);
    opacity: 0.5;
  }

  .hero-scroll {
    width: min(60vw, 14rem);
  }

  .hero-content-frame {
    padding: 1.5rem 1.05rem 1.8rem;
  }

  .section-conditions::after,
  .section-calc::after,
  .section-faq::after,
  .section-jobs::after {
    opacity: 0.14;
    width: min(34vw, 7rem);
  }

  .feature-list {
    padding: 0.95rem;
  }

  .feature-item {
    gap: 0.58rem;
    padding: 0.56rem 0.6rem;
  }

  .feature-item::after {
    left: 1.2rem;
  }

  .calc-grid {
    gap: 0.95rem;
  }
}

@media (max-width: 767px) {
  .contacts-fullbleed {
    padding-inline: 0.5rem;
  }

  .contacts-map-shell {
    border-radius: 0.9rem;
  }

  .contacts-map-canvas {
    height: clamp(19rem, 64vh, 31rem);
  }

  .map-mobile-switcher {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.45rem;
    margin-bottom: 0.62rem;
  }

  .map-overlay-desktop {
    display: none;
  }

  .contacts-map-shell.is-mobile-hidden {
    display: none;
  }

  .orn-divider {
    width: min(72vw, 14rem);
  }

  .footer-layout {
    gap: 0.78rem;
  }

  .footer-col {
    padding: 0;
  }

  .footer-contact-row,
  .footer-nav-link {
    font-size: 0.84rem;
  }

  .cookie-banner {
    width: min(96vw, 32rem);
    bottom: 0.66rem;
  }

  .cookie-banner-body {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 640px) {
  .hero-flourish-bottom-left,
  .hero-flourish-bottom-right {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  html.js-reveal [data-reveal] {
    opacity: 1;
    transform: none;
  }
}
