/* Аркелия — только блоки главной (шапка/подвал/фон — arqelya-editorial-global.css) */

.page-editorial-home .reading-bar {
  display: none !important;
}

/* --- Layout helpers --- */
.arq-shell {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding-left: 32px;
  padding-right: 32px;
}

.arq-eyebrow {
  font-family: Jost, system-ui, sans-serif;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #2a2520;
  margin: 0 0 12px;
}

.arq-eyebrow--muted {
  color: #5c534a;
}

.arq-eyebrow--on-dark {
  color: #dcd5cb;
}

.arq-display {
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  font-weight: 300;
  font-size: clamp(36px, 4.2vw, 58px);
  line-height: 1.12;
  color: #2a2520;
  margin: 0 0 20px;
}

.arq-section-title {
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  font-weight: 400;
  font-size: clamp(28px, 2.8vw, 34px);
  line-height: 1.2;
  color: #2a2520;
  margin: 0;
}

.arq-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: Jost, system-ui, sans-serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 0;
  border: 0.5px solid transparent;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.arq-btn--primary {
  background: #2a2520;
  color: #f7f4ef;
  padding: 12px 28px;
  border-color: #2a2520;
}

.arq-btn--primary:hover {
  background: #1c1815;
  color: #f7f4ef;
}

.arq-btn--ghost {
  background: transparent;
  color: #7a6f63;
  padding: 12px 0;
  border-color: transparent;
}

.arq-btn--ghost:hover {
  color: #2a2520;
}

/* Появление секций при скролле (hero без анимации) */
.ark-fade {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.65s ease, transform 0.65s ease;
}

.ark-fade.visible {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  .ark-fade {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

/* Hero */
.arq-hero {
  padding: 48px 0 56px;
}

.arq-hero__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  min-height: 480px;
  align-items: stretch;
}

.arq-hero__left {
  padding: 40px 48px 48px 0;
}

.arq-hero__lead {
  font-family: Jost, system-ui, sans-serif;
  font-size: 13px;
  font-weight: 300;
  letter-spacing: 0.02em;
  line-height: 1.65;
  color: #6b6158;
  max-width: 360px;
  margin: 0 0 28px;
}

.arq-hero__cta-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
}

.arq-hero__right {
  position: relative;
  overflow: hidden;
  background: #f0ebe3;
  padding: 40px 40px 44px 44px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 36px;
}

.arq-hero__deco-letter {
  position: absolute;
  top: 20px;
  right: 24px;
  font-family: "Cormorant Garamond", serif;
  font-size: 120px;
  font-weight: 300;
  color: rgba(42, 37, 32, 0.04);
  line-height: 1;
  pointer-events: none;
  user-select: none;
}

.arq-hero__stats {
  display: flex;
  flex-wrap: wrap;
  gap: 28px 36px;
}

.arq-stat__num {
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  font-weight: 400;
  font-size: 36px;
  line-height: 1;
  color: #2a2520;
  display: block;
}

.arq-stat__lbl {
  font-family: Jost, system-ui, sans-serif;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #6b6158;
  margin-top: 8px;
  display: block;
}

.arq-hero__quote-wrap {
  border-left: 1.5px solid #b8aa9a;
  padding-left: 16px;
  margin-top: 28px;
}

.arq-hero__quote-live {
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  font-size: 18px;
  color: #5a5048;
  line-height: 1.6;
  margin: 0;
}

.arq-hero__quote-foot {
  font-size: 11px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #b8aa9a;
  margin: 10px 0 0;
}

/* State picker */
.arq-state {
  padding: 48px 0;
}

.arq-state__grid {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 32px 48px;
  align-items: start;
}

.arq-state__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.arq-state-tag {
  font-family: Jost, system-ui, sans-serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.06em;
  color: #7a6f63;
  background: transparent;
  border: 0.5px solid #c9c2b5;
  border-radius: 0;
  padding: 10px 18px;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.arq-state-tag:hover {
  border-color: #9a8e82;
  color: #2a2520;
}

.arq-state-tag.is-active {
  background: #2a2520;
  color: #f7f4ef;
  border-color: #2a2520;
}

.arq-state-reco {
  margin-top: 28px;
  padding-top: 32px;
  border-top: none;
  max-width: 520px;
  transition: opacity 0.3s ease;
}

.arq-state-reco.is-updating {
  opacity: 0;
}

.arq-state-reco__title {
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  font-weight: 400;
  font-size: 20px;
  margin: 0 0 12px;
  color: #2a2520;
}

.arq-state-reco__text {
  font-family: Jost, system-ui, sans-serif;
  font-size: 13px;
  font-weight: 300;
  letter-spacing: 0.02em;
  line-height: 1.65;
  color: #6b6158;
  margin: 0 0 20px;
}

.arq-state-reco__btn--cta {
  margin-top: 16px;
  background: #2a2520;
  color: #f7f4ef;
  padding: 14px 28px;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-family: Jost, system-ui, sans-serif;
  font-weight: 400;
  border: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  transition: opacity 0.2s ease;
}

.arq-state-reco__btn--cta:hover {
  opacity: 0.85;
  color: #f7f4ef;
}

/* Practices row */
.arq-practices {
  padding: 44px 0 48px;
}

.arq-practices__head {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 16px;
  flex-wrap: wrap;
  padding-bottom: 8px;
  margin-bottom: 12px;
  border-bottom: none;
}

.arq-link-all {
  font-family: Jost, system-ui, sans-serif;
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #7a6f63;
  text-decoration: none;
  white-space: nowrap;
}

.arq-link-all:hover {
  color: #2a2520;
}

.arq-practices__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px 28px;
}

.arq-practice-card {
  display: block;
  padding: 24px 20px;
  text-decoration: none;
  color: inherit;
  border-right: none;
  transition: background 0.2s ease;
}

.arq-practice-card:last-child {
  border-right: none;
}

.arq-practice-card:hover {
  background: #f0ebe3;
}

.page-editorial .arq-practice-card__tag {
  font-family: Jost, system-ui, sans-serif;
  font-size: 11px !important;
  letter-spacing: 0.18em !important;
  text-transform: uppercase !important;
  font-weight: 400 !important;
  color: #9a8e82 !important;
  margin: 0 0 12px;
}

.arq-practice-card__title {
  font-family: "Cormorant Garamond", serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.25;
  color: #2a2520;
  margin: 0 0 12px;
}

.arq-practice-card__desc {
  font-family: Jost, system-ui, sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 1.6;
  color: #6b6158;
  margin: 0 0 16px;
}

.arq-practice-card__meta {
  font-family: Jost, system-ui, sans-serif;
  font-size: 12px;
  letter-spacing: 0.04em;
  color: #9a9085;
  margin: 0 0 18px;
}

.arq-practice-card__open {
  font-family: Jost, system-ui, sans-serif;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #7a6f63;
}

.arq-practice-card:hover .arq-practice-card__open {
  color: #2a2520;
}

/* Phrase band */
/* uipro-motion задаёт для main > section светлый ::before — ломает тёмный блок */
.page-editorial .main-content > section.arq-phrase-band {
  background-color: #2a2520 !important;
  background-image: none !important;
  overflow: visible;
}

.page-editorial .main-content > section.arq-phrase-band::before {
  display: none !important;
  content: none !important;
}

.arq-phrase-band {
  background: #2a2520;
  padding: 40px 32px;
  border-top: 0.5px solid #3d3530;
  border-bottom: 0.5px solid #3d3530;
}

.arq-phrase-band .arq-shell {
  padding-left: 0;
  padding-right: 0;
  max-width: 1280px;
}

.arq-phrase-band__grid {
  display: grid;
  grid-template-columns: 160px 1fr;
  gap: 32px;
  align-items: center;
}

.arq-phrase-band__label {
  font-family: Jost, system-ui, sans-serif;
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #c9bfb3;
  margin: 0;
}

.arq-phrase-band__text,
.page-editorial #phrase-block-text {
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  font-size: 28px;
  font-weight: 400;
  color: #faf7f2 !important;
  line-height: 1.5;
  margin: 0 0 16px;
}

.arq-phrase-share {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0;
  border: 0;
  background: none;
  cursor: pointer;
  font-family: Jost, system-ui, sans-serif;
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #b8aa9a !important;
  transition: color 0.2s ease;
}

.arq-phrase-share:hover {
  color: #faf7f2 !important;
}

.arq-copy-toast {
  font-size: 11px;
  color: #5a8a6a;
  margin: 8px 0 0;
  opacity: 0;
  transition: opacity 0.3s ease;
}

/* Trust */
.arq-trust {
  padding: 44px 0 52px;
}

.arq-trust__heading-title {
  margin-bottom: 28px;
}

.arq-trust__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px 40px;
}

.arq-trust__cell {
  padding: 12px 8px 12px 0;
  border-right: none;
}

.arq-trust__cell:last-child {
  border-right: none;
}

.arq-trust__num {
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  font-size: 15px;
  color: #9a9085;
  margin: 0 0 12px;
}

.arq-trust__heading {
  font-family: Jost, system-ui, sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.01em;
  color: #2a2520;
  margin: 0 0 12px;
}

.arq-trust__text {
  font-family: Jost, system-ui, sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 1.65;
  color: #6b6158;
  margin: 0;
}

/* Testimonials */
.arq-testimonials {
  background: #f0ebe3;
  padding: 48px 0 56px;
  border-bottom: none;
}

.arq-testimonials__title {
  margin-bottom: 28px;
}

.arq-testimonials__head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 4px;
}
.arq-testimonials__head .arq-section-title {
  margin-bottom: 0;
}

.arq-testimonials__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.arq-quote-card {
  margin: 0;
  padding: 24px 28px;
  background: #f7f4ef;
  border-left: 1.5px solid #c9c2b5;
}

.arq-quote-card__text {
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  font-size: 20px;
  line-height: 1.6;
  color: #5a5048;
  margin: 0 0 18px;
}

.arq-quote-card__author {
  font-family: Jost, system-ui, sans-serif;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #7a6f63;
}

.arq-quote-card--invite {
  background: transparent;
  border-left: 1.5px dashed #c9c2b5;
}
.arq-quote-card--invite .arq-quote-card__text {
  font-style: normal;
  font-family: Jost, system-ui, sans-serif;
  font-size: 16px;
  color: #7a6f63;
}
.arq-quote-card--invite .arq-quote-card__author a {
  color: #5a5048;
  text-decoration: none;
  border-bottom: 1px solid currentColor;
}

.arq-testimonials__invite {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 18px;
  padding: 28px 30px;
  background: #f7f4ef;
  border-left: 1.5px solid #c9c2b5;
}
.arq-testimonials__invite-text {
  font-family: "Cormorant Garamond", serif;
  font-size: 20px;
  line-height: 1.6;
  color: #5a5048;
  margin: 0;
  max-width: 46rem;
}

/* Final CTA */
.arq-final {
  padding: 56px 32px 52px;
}

.arq-final__inner {
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
}

.arq-final__title {
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  font-weight: 400;
  font-size: clamp(28px, 3.5vw, 38px);
  line-height: 1.2;
  color: #2a2520;
  margin: 0;
}

.arq-final__lead {
  font-family: Jost, system-ui, sans-serif;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.01em;
  color: #7a6f63;
  max-width: 380px;
  margin: 0;
  line-height: 1.65;
}

.arq-final__disclaimer {
  font-family: Jost, system-ui, sans-serif;
  font-size: 12px;
  letter-spacing: 0.03em;
  color: #b8aa9a;
  margin: 8px 0 0;
}

/* Bundles promo (главная) */
.arq-bundles-promo {
  padding: 0 32px 48px;
  margin-top: -8px;
}

.arq-bundles-promo__inner {
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  padding-top: 8px;
  padding-bottom: 8px;
  border-top: 1px solid rgba(42, 37, 32, 0.08);
}

.arq-bundles-promo__title {
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  font-weight: 400;
  font-size: clamp(22px, 2.8vw, 30px);
  line-height: 1.25;
  color: #2a2520;
  margin: 20px 0 0;
}

.arq-bundles-promo__lead {
  font-family: Jost, system-ui, sans-serif;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.01em;
  color: #7a6f63;
  max-width: 420px;
  margin: 0;
  line-height: 1.65;
}

/* Minimal footer */
.arq-footer-minimal {
  border-top: none;
  background: #f7f4ef;
}

.arq-footer-minimal__inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 16px 32px 28px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
}

.arq-footer-minimal__copy {
  font-family: Jost, system-ui, sans-serif;
  font-size: 11px;
  color: #9a9085;
  margin: 0;
}

.arq-footer-minimal__nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
}

.arq-footer-minimal__nav--below {
  margin-top: 4px;
}

.arq-footer-minimal__link {
  font-family: Jost, system-ui, sans-serif;
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #7a6f63;
  text-decoration: none;
}

.arq-footer-minimal__link:hover {
  color: #2a2520;
}

.arq-footer-minimal__sep {
  color: #c9c2b5;
  font-size: 11px;
}

.arq-footer-minimal__disclaimer {
  font-family: Jost, system-ui, sans-serif;
  font-size: 11px;
  color: #9a9085;
  text-align: left;
  margin: 0;
}

@media (max-width: 768px) {
  .arq-shell {
    padding-left: 20px;
    padding-right: 20px;
  }

  .arq-phrase-band {
    padding: 40px 20px;
  }

  .arq-hero__grid {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .arq-hero__left {
    padding: 36px 0;
    border-right: none;
    border-bottom: 0.5px solid #c9c2b5;
  }

  .arq-hero__right {
    padding: 28px 0;
    justify-content: flex-start;
  }

  .arq-display {
    font-size: 38px;
  }

  .arq-hero__stats {
    justify-content: flex-start;
    gap: 24px;
  }

  .arq-state {
    padding-top: 28px;
    padding-bottom: 28px;
  }

  .arq-state__grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .arq-practices {
    padding-top: 28px;
    padding-bottom: 28px;
  }

  .arq-practices__grid {
    grid-template-columns: 1fr;
  }

  .arq-practice-card {
    border-right: none;
    border-bottom: 0.5px solid #c9c2b5;
    padding-bottom: 28px;
  }

  .arq-practice-card:last-child {
    border-bottom: none;
    padding-bottom: 16px;
  }

  .arq-phrase-band__grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .arq-phrase-band__text {
    font-size: 22px;
  }

  .arq-trust__grid {
    grid-template-columns: 1fr;
  }

  .arq-trust__cell {
    border-right: none;
    border-bottom: 0.5px solid #c9c2b5;
    padding: 16px 0;
  }

  .arq-trust__cell:last-child {
    border-bottom: none;
  }

  .arq-testimonials__grid {
    grid-template-columns: 1fr;
  }

  .arq-footer-minimal__inner {
    padding: 20px;
  }

  .arq-footer-minimal__inner {
    align-items: center;
    text-align: center;
  }

  .arq-footer-minimal__nav {
    flex-wrap: wrap;
    justify-content: center;
  }

  .arq-footer-minimal__disclaimer {
    text-align: center;
  }
}

@media (max-width: 480px) {
  .arq-display {
    font-size: 32px;
  }

  .arq-hero__stats {
    gap: 20px;
  }

  .arq-stat__num {
    font-size: 28px;
  }

  .arq-final__title {
    font-size: 28px;
  }

  .arq-state-tag {
    padding: 8px 14px;
    font-size: 12px;
  }

  .arq-state__tags {
    gap: 6px;
  }
}

/* Million-dollar homepage pass */
body.page-editorial-home {
  background:
    linear-gradient(180deg, #f8f5ef 0%, #f3eee6 52%, #f7f4ef 100%) !important;
}

body.page-editorial-home .arq-hero {
  position: relative;
  min-height: min(780px, calc(100svh - 92px));
  padding: 0;
  isolation: isolate;
  overflow: hidden;
}

body.page-editorial-home .arq-hero::before {
  content: "";
  position: absolute;
  inset: -90px 0 0;
  z-index: 0;
  background-image:
    linear-gradient(90deg, rgba(247, 244, 239, 0.96) 0%, rgba(247, 244, 239, 0.76) 32%, rgba(247, 244, 239, 0.2) 54%, rgba(247, 244, 239, 0) 80%),
    linear-gradient(180deg, rgba(247, 244, 239, 0.04), rgba(247, 244, 239, 0.16) 88%),
    url("../img/arqelya-ritual-still-life.png");
  background-size: cover;
  background-position: center right;
}

body.page-editorial-home .arq-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  z-index: 0;
  height: 36%;
  background: linear-gradient(180deg, transparent, rgba(247, 244, 239, 0.86) 88%);
  pointer-events: none;
}

body.page-editorial-home .arq-hero__grid {
  position: relative;
  z-index: 1;
  isolation: isolate;
  min-height: min(780px, calc(100svh - 92px));
  grid-template-columns: minmax(0, 0.86fr) minmax(320px, 0.74fr);
  align-items: center;
  gap: clamp(28px, 5vw, 74px);
  padding-top: clamp(64px, 8vh, 96px);
  padding-bottom: clamp(48px, 6vh, 72px);
}

body.page-editorial-home .arq-hero__grid::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: clamp(80px, 11vh, 118px);
  right: 32px;
  bottom: clamp(42px, 6vh, 72px);
  width: min(56vw, 760px);
  background:
    linear-gradient(90deg, rgba(247, 244, 239, 0.72), rgba(247, 244, 239, 0.04) 34%, rgba(247, 244, 239, 0) 100%),
    url("../img/arqelya-ritual-still-life.png") center right / cover no-repeat;
  border-radius: 8px;
  box-shadow: 0 34px 110px rgba(42, 37, 32, 0.12);
  mask-image: linear-gradient(90deg, transparent 0%, #000 18%, #000 100%);
}

body.page-editorial-home .arq-hero__left {
  position: relative;
  z-index: 1;
  max-width: 670px;
  padding: 0;
}

body.page-editorial-home .arq-eyebrow--muted {
  color: rgba(42, 37, 32, 0.72);
}

body.page-editorial-home .arq-display {
  max-width: 720px;
  font-size: clamp(52px, 7.2vw, 96px);
  line-height: 0.98;
  letter-spacing: 0;
  color: #2a2520;
  text-wrap: balance;
}

body.page-editorial-home .arq-hero__lead {
  max-width: 456px;
  margin-top: 26px;
  margin-bottom: 32px;
  font-size: 15px;
  line-height: 1.78;
  color: rgba(72, 63, 55, 0.82);
}

body.page-editorial-home .arq-hero__cta-row {
  gap: 14px 22px;
}

body.page-editorial-home .arq-btn {
  min-height: 48px;
  border-radius: 4px;
  letter-spacing: 0.13em;
}

body.page-editorial-home .arq-btn--primary {
  padding: 14px 30px;
  box-shadow: 0 22px 52px rgba(42, 37, 32, 0.18);
}

body.page-editorial-home .arq-btn--ghost {
  min-height: 48px;
  padding-left: 2px;
  padding-right: 2px;
  color: rgba(42, 37, 32, 0.7);
}

body.page-editorial-home .arq-hero__right {
  position: relative;
  z-index: 1;
  align-self: end;
  min-height: 0;
  padding: 0;
  background: transparent;
  overflow: visible;
  color: #f7f4ef;
}

body.page-editorial-home .arq-hero__deco-letter {
  top: auto;
  right: 0;
  bottom: 170px;
  font-size: clamp(92px, 12vw, 168px);
  color: rgba(247, 244, 239, 0.34);
  text-shadow: 0 22px 60px rgba(42, 37, 32, 0.18);
}

body.page-editorial-home .arq-hero__stats {
  justify-content: flex-end;
  gap: 18px;
  padding: 18px 20px;
  border: 0.5px solid rgba(201, 194, 181, 0.62);
  border-radius: 6px;
  background: rgba(247, 244, 239, 0.62);
  backdrop-filter: blur(14px);
}

body.page-editorial-home .arq-stat {
  min-width: 92px;
}

body.page-editorial-home .arq-stat__num {
  color: #2a2520;
  text-shadow: none;
}

body.page-editorial-home .arq-stat__lbl {
  color: #7a6f63;
}

body.page-editorial-home .arq-hero__quote-wrap {
  max-width: 390px;
  margin: 18px 0 0 auto;
  padding: 16px 18px;
  border: 0.5px solid rgba(201, 194, 181, 0.58);
  border-left: 1px solid rgba(42, 37, 32, 0.26);
  border-radius: 6px;
  background: rgba(247, 244, 239, 0.58);
  backdrop-filter: blur(12px);
}

body.page-editorial-home .arq-hero__quote-live {
  color: #4d443d;
  text-shadow: none;
}

body.page-editorial-home .arq-hero__quote-foot {
  color: #9a8e82;
}

body.page-editorial-home .arq-state {
  padding-top: 34px;
}

body.page-editorial-home .arq-state__grid {
  padding-top: 34px;
  border-top: 0.5px solid rgba(201, 194, 181, 0.72);
}

body.page-editorial-home .arq-state__tags {
  gap: 8px;
}

body.page-editorial-home .arq-state-tag {
  border-radius: 4px;
  background: rgba(247, 244, 239, 0.5);
  backdrop-filter: blur(8px);
}

body.page-editorial-home .arq-state-tag.is-active {
  background: #2a2520;
  border-color: #2a2520;
  color: #f7f4ef;
  box-shadow: 0 18px 42px rgba(42, 37, 32, 0.14);
}

body.page-editorial-home .arq-practices__grid {
  gap: 0;
  border-top: 0.5px solid rgba(201, 194, 181, 0.72);
  border-bottom: 0.5px solid rgba(201, 194, 181, 0.72);
}

body.page-editorial-home .arq-practice-card {
  min-height: 258px;
  padding: 30px 28px;
  border-right: 0.5px solid rgba(201, 194, 181, 0.72);
}

body.page-editorial-home .arq-practice-card:last-child {
  border-right: 0;
}

body.page-editorial-home .arq-practice-card:hover {
  background:
    linear-gradient(180deg, rgba(255, 253, 248, 0.7), rgba(240, 235, 227, 0.8));
}

body.page-editorial-home .arq-phrase-band {
  margin-top: 16px;
  padding-top: 52px;
  padding-bottom: 52px;
  /* Без PNG справа — на широких экранах давал шов и «призрачный» край */
  background: #2a2520;
  background-image: none !important;
}

@media (max-width: 991.98px) {
  body.page-editorial-home .arq-hero {
    min-height: auto;
  }

  body.page-editorial-home .arq-hero::before {
    background-image:
      linear-gradient(180deg, rgba(247, 244, 239, 0.94) 0%, rgba(247, 244, 239, 0.68) 54%, rgba(42, 37, 32, 0.28) 100%),
      url("../img/arqelya-ritual-still-life.png");
    background-position: 58% center;
  }

  body.page-editorial-home .arq-hero__grid {
    grid-template-columns: 1fr;
    min-height: 760px;
    align-items: end;
  }

  body.page-editorial-home .arq-hero__grid::before {
    top: 60%;
    right: 20px;
    bottom: 28px;
    width: min(520px, calc(100% - 40px));
    opacity: 0.72;
    mask-image: linear-gradient(180deg, transparent 0%, #000 26%, #000 100%);
  }

  body.page-editorial-home .arq-hero__left {
    max-width: 620px;
    padding-bottom: 0;
  }

  body.page-editorial-home .arq-hero__right {
    color: #2a2520;
  }

  body.page-editorial-home .arq-hero__stats {
    justify-content: flex-start;
    padding-left: 0;
    border-color: rgba(42, 37, 32, 0.2);
  }

  body.page-editorial-home .arq-stat__num {
    color: #2a2520;
    text-shadow: none;
  }

  body.page-editorial-home .arq-stat__lbl,
  body.page-editorial-home .arq-hero__quote-live,
  body.page-editorial-home .arq-hero__quote-foot {
    color: #6b6158;
    text-shadow: none;
  }

  body.page-editorial-home .arq-hero__quote-wrap {
    margin-left: 0;
    border-left-color: rgba(42, 37, 32, 0.24);
  }

  body.page-editorial-home .arq-hero__deco-letter {
    display: none;
  }
}

@media (max-width: 768px) {
  body.page-editorial-home .arq-hero__grid {
    min-height: 720px;
    padding-top: 104px;
    padding-bottom: 42px;
  }

  body.page-editorial-home .arq-display {
    font-size: clamp(42px, 13vw, 58px);
  }

  body.page-editorial-home .arq-hero__lead {
    font-size: 14px;
  }

  body.page-editorial-home .arq-hero__right {
    padding-top: 18px;
  }

  body.page-editorial-home .arq-practice-card {
    min-height: 0;
    border-right: 0;
  }
}
