.covenants-page {
    --covenant-red: #7f1119;
    --covenant-red-bright: #a31c26;
    --covenant-red-dark: #3a080c;
    --covenant-red-deep: #170406;
    --covenant-bone: #e8dfd0;
    --covenant-muted: #a99d8f;
    --covenant-ink: #080707;
    --covenant-panel: #0e0b0b;
    --covenant-line: rgba(156, 43, 50, 0.26);
    position: relative;
    min-height: 100vh;
    overflow: clip;
    color: var(--covenant-bone);
    background:
        radial-gradient(circle at 50% -10%, rgba(127, 17, 25, 0.19), transparent 34rem),
        linear-gradient(90deg, transparent 49.8%, rgba(255, 255, 255, 0.012) 50%, transparent 50.2%),
        #070606;
    isolation: isolate;
}

.covenants-page,
.covenants-page * {
    box-sizing: border-box;
}

.covenants-page::before,
.covenants-page::after {
    content: "";
    position: fixed;
    z-index: -1;
    top: 0;
    bottom: 0;
    width: 1px;
    pointer-events: none;
    background: linear-gradient(transparent, rgba(127, 17, 25, 0.36) 18%, rgba(127, 17, 25, 0.36) 82%, transparent);
}

.covenants-page::before {
    left: max(16px, calc((100vw - 1440px) / 2));
}

.covenants-page::after {
    right: max(16px, calc((100vw - 1440px) / 2));
}

.covenants-page__grain {
    position: absolute;
    z-index: -1;
    inset: 0;
    pointer-events: none;
    opacity: 0.42;
    background-image:
        repeating-linear-gradient(0deg, transparent 0 3px, rgba(255, 255, 255, 0.008) 4px),
        repeating-linear-gradient(90deg, transparent 0 5px, rgba(91, 14, 19, 0.012) 6px);
    mask-image: linear-gradient(to bottom, #000, rgba(0, 0, 0, 0.2));
}

.covenants-container {
    position: relative;
    width: min(100% - 36px, 1280px);
    margin-inline: auto;
}

.covenants-hero {
    position: relative;
    display: grid;
    min-height: min(850px, calc(100vh - 60px));
    place-items: center;
    overflow: hidden;
    border-bottom: 1px solid rgba(127, 17, 25, 0.42);
    text-align: center;
    background:
        linear-gradient(to bottom, rgba(5, 4, 4, 0.2), #070606 94%),
        repeating-radial-gradient(circle at 50% 20%, transparent 0 39px, rgba(134, 28, 34, 0.025) 40px, transparent 41px);
}

.covenants-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: 0.72;
    pointer-events: none;
    background:
        linear-gradient(115deg, transparent 42%, rgba(255, 255, 255, 0.018) 50%, transparent 58%),
        radial-gradient(ellipse at center, transparent 0 37%, rgba(0, 0, 0, 0.72) 76%);
}

.covenants-hero__arch {
    position: absolute;
    top: 9%;
    left: 50%;
    width: min(840px, 86vw);
    height: 112%;
    transform: translateX(-50%);
    border: 1px solid rgba(127, 17, 25, 0.22);
    border-bottom: 0;
    border-radius: 50% 50% 0 0 / 24% 24% 0 0;
    box-shadow:
        inset 0 0 0 18px rgba(127, 17, 25, 0.018),
        inset 0 0 0 19px rgba(127, 17, 25, 0.09),
        0 0 100px rgba(127, 17, 25, 0.035);
}

.covenants-hero .covenants-container {
    z-index: 1;
    padding-block: 100px 70px;
}

.covenants-seal {
    position: relative;
    display: grid;
    width: 116px;
    height: 116px;
    margin: 0 auto 34px;
    place-items: center;
    border: 1px solid rgba(163, 28, 38, 0.7);
    border-radius: 50%;
    color: #d0bbb2;
    background: radial-gradient(circle, rgba(127, 17, 25, 0.34), rgba(26, 5, 7, 0.2) 58%, transparent 60%);
    box-shadow: 0 0 50px rgba(127, 17, 25, 0.14), inset 0 0 24px rgba(127, 17, 25, 0.15);
}

.covenants-seal::before,
.covenants-seal::after {
    content: "";
    position: absolute;
    width: 13px;
    height: 13px;
    transform: rotate(45deg);
    border: 1px solid rgba(163, 28, 38, 0.7);
    background: #090707;
}

.covenants-seal::before { top: -7px; }
.covenants-seal::after { bottom: -7px; }

.covenants-seal__ring {
    position: absolute;
    inset: 9px;
    border: 1px dashed rgba(163, 28, 38, 0.48);
    border-radius: inherit;
}

.covenants-seal__mark {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 3.35rem;
    line-height: 1;
}

.covenants-kicker {
    margin: 0 0 22px;
    color: #a96c70;
    font-family: var(--font-button, Arial, sans-serif);
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 0.26em;
    text-transform: uppercase;
}

.covenants-hero h1 {
    max-width: 1040px;
    margin: 0 auto;
    color: #eee6d8;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(3.3rem, 8vw, 7.4rem);
    font-weight: 400;
    letter-spacing: -0.055em;
    line-height: 0.84;
    text-wrap: balance;
}

.covenants-hero h1 span {
    display: block;
    color: #8e1b23;
    text-shadow: 0 0 42px rgba(127, 17, 25, 0.22);
}

.covenants-hero__lead {
    max-width: 650px;
    margin: 36px auto 0;
    color: #b8aea1;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(1.05rem, 2vw, 1.36rem);
    line-height: 1.72;
}

.covenants-hero__oath {
    position: relative;
    width: fit-content;
    max-width: 690px;
    margin: 26px auto 0;
    padding: 16px 30px;
    color: #d7cab9;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 0.93rem;
    font-style: italic;
}

.covenants-hero__oath::before,
.covenants-hero__oath::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 44px;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--covenant-red));
}

.covenants-hero__oath::before { right: 100%; }
.covenants-hero__oath::after { left: 100%; transform: rotate(180deg); }

.covenants-hero__scroll {
    display: inline-flex;
    flex-direction: column;
    gap: 11px;
    align-items: center;
    margin-top: 58px;
    color: #7f7670;
    font-size: 0.64rem;
    font-weight: 800;
    letter-spacing: 0.2em;
    text-decoration: none;
    text-transform: uppercase;
}

.covenants-hero__scroll i {
    position: relative;
    width: 1px;
    height: 38px;
    overflow: hidden;
    background: rgba(127, 17, 25, 0.3);
}

.covenants-hero__scroll i::after {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 45%;
    background: var(--covenant-red-bright);
    animation: covenant-scroll 2.4s ease-in-out infinite;
}

@keyframes covenant-scroll {
    0%, 15% { transform: translateY(-120%); }
    70%, 100% { transform: translateY(260%); }
}

.covenants-layout {
    display: grid;
    grid-template-columns: 230px minmax(0, 1fr);
    gap: clamp(40px, 7vw, 100px);
    align-items: start;
    padding-block: 100px 140px;
}

.covenants-nav {
    position: sticky;
    top: 90px;
}

.covenants-nav__inner {
    position: relative;
    padding: 25px 0 0 24px;
    border-left: 1px solid rgba(127, 17, 25, 0.34);
}

.covenants-nav__inner::before {
    content: "";
    position: absolute;
    top: -4px;
    left: -5px;
    width: 9px;
    height: 9px;
    transform: rotate(45deg);
    background: var(--covenant-red);
}

.covenants-nav__eyebrow {
    margin: 0 0 17px;
    color: #775f5e;
    font-size: 0.65rem;
    font-weight: 800;
    letter-spacing: 0.22em;
    text-transform: uppercase;
}

.covenants-nav nav {
    display: grid;
    gap: 2px;
}

.covenants-nav nav a {
    display: grid;
    grid-template-columns: 30px 1fr;
    gap: 10px;
    align-items: baseline;
    padding: 9px 0;
    color: #817872;
    font-size: 0.8rem;
    font-weight: 700;
    text-decoration: none;
    transition: color 180ms ease, transform 180ms ease;
}

.covenants-nav nav a span {
    color: #5f2428;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 0.72rem;
}

.covenants-nav nav a:hover,
.covenants-nav nav a.is-active {
    color: #d8cbbb;
    transform: translateX(4px);
}

.covenants-nav nav a.is-active span {
    color: var(--covenant-red-bright);
}

.covenants-nav__appeal {
    display: grid;
    gap: 7px;
    margin-top: 28px;
    padding-top: 22px;
    border-top: 1px solid rgba(255, 255, 255, 0.055);
}

.covenants-nav__appeal span {
    color: #756c65;
    font-size: 0.68rem;
}

.covenants-nav__appeal a {
    color: #a94e54;
    font-size: 0.76rem;
    font-weight: 800;
    line-height: 1.4;
    text-decoration: none;
}

.covenants-content {
    min-width: 0;
}

.covenants-section {
    scroll-margin-top: 80px;
    padding-bottom: clamp(100px, 13vw, 170px);
}

.covenants-section + .covenants-section {
    position: relative;
    padding-top: clamp(80px, 10vw, 130px);
}

.covenants-section + .covenants-section::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(127, 17, 25, 0.5) 20%, rgba(127, 17, 25, 0.5) 80%, transparent);
}

.covenants-section + .covenants-section::after {
    content: "◆";
    position: absolute;
    top: -9px;
    left: 50%;
    padding: 0 14px;
    transform: translateX(-50%);
    color: #6f161c;
    background: #070606;
    font-size: 0.7rem;
}

.covenants-section__header {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: clamp(20px, 4vw, 42px);
    align-items: center;
    margin-bottom: 44px;
}

.covenants-section__roman {
    min-width: 82px;
    color: rgba(127, 17, 25, 0.65);
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(4rem, 8vw, 7rem);
    line-height: 0.75;
    text-align: center;
}

.covenants-section__header p,
.covenants-tech > p {
    margin: 0 0 5px;
    color: #88484b;
    font-size: 0.66rem;
    font-weight: 850;
    letter-spacing: 0.19em;
    text-transform: uppercase;
}

.covenants-section__header h2 {
    margin: 0;
    color: #e3dacb;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(2.3rem, 5vw, 4.8rem);
    font-weight: 400;
    letter-spacing: -0.035em;
    line-height: 0.98;
}

.covenants-section__intro {
    max-width: 780px;
    margin: -11px 0 42px 124px;
    color: #a89d91;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.06rem;
    line-height: 1.8;
}

.covenant-tablets {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.covenant-tablet {
    position: relative;
    min-height: 260px;
    padding: 46px 38px 38px;
    overflow: hidden;
    border: 1px solid rgba(127, 17, 25, 0.31);
    border-radius: 110px 110px 5px 5px / 55px 55px 5px 5px;
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.018), transparent 50%),
        #0d0a0a;
    box-shadow: inset 0 0 42px rgba(0, 0, 0, 0.35);
}

.covenant-tablet:nth-child(5) {
    grid-column: 1 / -1;
    width: calc(50% - 7px);
    margin-inline: auto;
}

.covenant-tablet::before {
    content: "";
    position: absolute;
    top: 14px;
    right: 14px;
    bottom: 14px;
    left: 14px;
    border: 1px solid rgba(127, 17, 25, 0.1);
    border-radius: inherit;
    pointer-events: none;
}

.covenant-tablet__number {
    display: block;
    margin-bottom: 24px;
    color: #8f2027;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 2.4rem;
}

.covenant-tablet p {
    position: relative;
    margin: 0;
    color: #d0c5b7;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(1.02rem, 1.8vw, 1.22rem);
    line-height: 1.72;
}

.covenants-proclamation {
    position: relative;
    margin-bottom: 28px;
    padding: 30px 38px;
    border-top: 1px solid rgba(127, 17, 25, 0.38);
    border-bottom: 1px solid rgba(127, 17, 25, 0.38);
    background: linear-gradient(90deg, transparent, rgba(127, 17, 25, 0.08), transparent);
    text-align: center;
}

.covenants-proclamation::before {
    content: "§";
    display: block;
    margin-bottom: 12px;
    color: #8f2027;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.8rem;
}

.covenants-proclamation p {
    max-width: 760px;
    margin: auto;
    color: #d6cbbb;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(1.05rem, 2vw, 1.32rem);
    line-height: 1.75;
}

.covenants-clauses {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    border-left: 1px solid rgba(255, 255, 255, 0.06);
}

.covenants-clauses article {
    position: relative;
    padding: clamp(28px, 4vw, 42px);
    border-right: 1px solid rgba(255, 255, 255, 0.06);
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    background: rgba(255, 255, 255, 0.008);
}

.covenants-clauses article > span {
    position: absolute;
    top: 18px;
    right: 20px;
    color: rgba(127, 17, 25, 0.42);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.4rem;
}

.covenants-clauses h3,
.covenants-rites h3,
.covenants-verdicts h3,
.covenants-judgement h3,
.covenants-tech h3,
.covenants-complaints h3 {
    margin: 0 0 15px;
    color: #dfd4c4;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.32rem;
    font-weight: 400;
    line-height: 1.3;
}

.covenants-clauses p,
.covenants-rites p,
.covenants-judgement p,
.covenants-complaints p {
    margin: 0;
    color: #9f958b;
    font-size: 0.94rem;
    line-height: 1.76;
}

.covenants-clauses p + p,
.covenants-rites p + p,
.covenants-judgement p + p,
.covenants-complaints p + p {
    margin-top: 11px;
}

.covenants-rites {
    display: grid;
    gap: 12px;
}

.covenants-rites article {
    display: grid;
    grid-template-columns: 64px minmax(0, 1fr);
    gap: 24px;
    padding: clamp(25px, 4vw, 38px);
    border: 1px solid rgba(255, 255, 255, 0.065);
    background: linear-gradient(100deg, rgba(127, 17, 25, 0.045), transparent 44%);
}

.covenants-rites__glyph {
    display: grid;
    width: 54px;
    height: 54px;
    place-items: center;
    border: 1px solid rgba(127, 17, 25, 0.38);
    border-radius: 50%;
    color: #8c252b;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.3rem;
}

.covenants-rites article.covenants-rites__warning {
    border-color: rgba(127, 17, 25, 0.42);
    background: rgba(76, 6, 10, 0.12);
}

.covenants-rites ul,
.covenants-verdicts ul {
    display: grid;
    gap: 9px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.covenants-rites li,
.covenants-verdicts li {
    position: relative;
    padding-left: 19px;
    color: #a49a90;
    font-size: 0.92rem;
    line-height: 1.6;
}

.covenants-rites li::before,
.covenants-verdicts li::before {
    content: "◆";
    position: absolute;
    top: 0.57em;
    left: 0;
    color: var(--covenant-red);
    font-size: 0.43rem;
}

.covenants-subtitle {
    margin: 42px 0 21px;
    color: #cfc4b5;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.28rem;
    font-weight: 400;
    text-align: center;
}

.covenants-deadlines {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1px;
    overflow: hidden;
    border: 1px solid rgba(127, 17, 25, 0.26);
    background: rgba(127, 17, 25, 0.22);
}

.covenants-deadlines article {
    display: grid;
    gap: 8px;
    align-content: start;
    min-height: 155px;
    padding: 28px;
    background: #0b0909;
}

.covenants-deadlines strong {
    color: #9d2930;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.65rem;
    font-weight: 400;
}

.covenants-deadlines span {
    color: #c6bbad;
    font-size: 0.92rem;
    line-height: 1.55;
}

.covenants-deadlines small,
.covenants-footnote {
    color: #766e68;
    font-size: 0.76rem;
    line-height: 1.55;
}

.covenants-footnote {
    max-width: 740px;
    margin: 20px auto 0;
    text-align: center;
}

.covenants-verdicts {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.covenants-verdicts article {
    min-height: 330px;
    padding: clamp(28px, 4vw, 40px);
    border: 1px solid rgba(255, 255, 255, 0.065);
    background: #0c0a0a;
}

.covenants-verdicts article > span,
.covenants-complaints__label {
    display: block;
    margin: 0 0 10px;
    color: #834248;
    font-size: 0.64rem;
    font-weight: 850;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.covenants-verdicts__allowed {
    border-top-color: rgba(89, 130, 83, 0.48) !important;
}

.covenants-verdicts__allowed > span {
    color: #6f9169 !important;
}

.covenants-verdicts__denied {
    border-top-color: rgba(127, 17, 25, 0.72) !important;
}

.covenants-verdicts p {
    margin: 0;
    color: #9e9489;
    font-size: 0.92rem;
    line-height: 1.72;
}

.covenants-verdicts p + p {
    margin-top: 18px;
}

.covenants-verdicts p strong {
    color: #cda7a5;
    font-weight: 700;
}

.covenants-cases {
    border-top: 1px solid rgba(255, 255, 255, 0.07);
}

.covenants-cases details {
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.covenants-cases summary {
    position: relative;
    padding: 20px 44px 20px 5px;
    color: #bdb1a3;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.03rem;
    cursor: pointer;
    list-style: none;
}

.covenants-cases summary::-webkit-details-marker { display: none; }

.covenants-cases summary::after {
    content: "+";
    position: absolute;
    top: 50%;
    right: 8px;
    transform: translateY(-50%);
    color: #7e2025;
    font-family: Arial, sans-serif;
    font-size: 1.25rem;
    font-weight: 300;
}

.covenants-cases details[open] summary::after { content: "−"; }

.covenants-cases details p {
    max-width: 790px;
    margin: -4px 0 21px;
    padding-left: 5px;
    color: #8f867e;
    font-size: 0.9rem;
    line-height: 1.7;
}

.covenants-judgement {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 24px;
    margin-top: 38px;
    padding: 30px;
    border: 1px solid rgba(127, 17, 25, 0.32);
    background: linear-gradient(110deg, rgba(127, 17, 25, 0.1), transparent 48%);
}

.covenants-judgement > span {
    color: #8e252b;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 2.5rem;
}

.covenants-tech {
    margin-top: 70px;
    padding: 40px 0 0 124px;
    border-top: 1px solid rgba(255, 255, 255, 0.07);
}

.covenants-tech > span {
    display: block;
    max-width: 740px;
    color: #978e85;
    font-size: 0.92rem;
    line-height: 1.72;
}

.covenants-complaints {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.covenants-complaints article {
    padding: clamp(28px, 4vw, 42px);
    border: 1px solid rgba(127, 17, 25, 0.28);
    background: linear-gradient(145deg, rgba(127, 17, 25, 0.07), transparent 44%), #0b0909;
}

.covenants-final {
    display: grid;
    justify-items: center;
    margin-top: 90px;
    padding-top: 56px;
    border-top: 1px solid rgba(127, 17, 25, 0.35);
    text-align: center;
}

.covenants-final__seal {
    display: grid;
    width: 72px;
    height: 72px;
    margin-bottom: 25px;
    place-items: center;
    border: 1px solid rgba(127, 17, 25, 0.58);
    border-radius: 50%;
    color: #9d3339;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 2rem;
    box-shadow: inset 0 0 24px rgba(127, 17, 25, 0.14);
}

.covenants-final p {
    max-width: 690px;
    margin: 0;
    color: #d5c9b9;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(1.3rem, 2.7vw, 2.15rem);
    font-style: italic;
    line-height: 1.45;
}

.covenants-final a {
    margin-top: 30px;
    padding: 13px 20px;
    border: 1px solid rgba(127, 17, 25, 0.5);
    color: #b95d62;
    font-size: 0.72rem;
    font-weight: 850;
    letter-spacing: 0.11em;
    text-decoration: none;
    text-transform: uppercase;
    transition: color 180ms ease, border-color 180ms ease, background 180ms ease;
}

.covenants-final a:hover {
    border-color: var(--covenant-red-bright);
    color: #eadfd1;
    background: rgba(127, 17, 25, 0.15);
}

.covenants-page.is-reveal-ready [data-reveal] {
    opacity: 0;
    transform: translateY(14px);
    transition: opacity 520ms ease, transform 520ms ease;
}

.covenants-page.is-reveal-ready [data-reveal].is-visible {
    opacity: 1;
    transform: none;
}

@media (max-width: 1000px) {
    .covenants-layout {
        grid-template-columns: minmax(0, 1fr);
    }

    .covenants-nav {
        position: sticky;
        z-index: 20;
        top: 62px;
        margin-right: -18px;
        margin-left: -18px;
        overflow-x: auto;
        border-top: 1px solid rgba(127, 17, 25, 0.24);
        border-bottom: 1px solid rgba(127, 17, 25, 0.3);
        background: rgba(7, 6, 6, 0.94);
        backdrop-filter: blur(14px);
        scrollbar-width: none;
    }

    .covenants-nav::-webkit-scrollbar { display: none; }

    .covenants-nav__inner {
        width: max-content;
        padding: 0 18px;
        border: 0;
    }

    .covenants-nav__inner::before,
    .covenants-nav__eyebrow,
    .covenants-nav__appeal {
        display: none;
    }

    .covenants-nav nav {
        display: flex;
    }

    .covenants-nav nav a {
        grid-template-columns: auto auto;
        min-height: 56px;
        padding: 0 16px;
    }
}

@media (max-width: 720px) {
    .covenants-hero {
        min-height: 760px;
    }

    .covenants-hero .covenants-container {
        padding-block: 80px 55px;
    }

    .covenants-seal {
        width: 92px;
        height: 92px;
        margin-bottom: 30px;
    }

    .covenants-seal__mark { font-size: 2.7rem; }

    .covenants-kicker {
        max-width: 310px;
        margin-inline: auto;
        line-height: 1.7;
    }

    .covenants-hero h1 {
        font-size: clamp(2.55rem, 12.8vw, 4.3rem);
        line-height: 0.9;
    }

    .covenants-hero__oath {
        padding-inline: 10px;
    }

    .covenants-hero__oath::before,
    .covenants-hero__oath::after {
        display: none;
    }

    .covenants-layout {
        gap: 62px;
        padding-block: 0 90px;
    }

    .covenants-section {
        padding-bottom: 100px;
    }

    .covenants-section + .covenants-section {
        padding-top: 84px;
    }

    .covenants-section__header {
        grid-template-columns: 60px minmax(0, 1fr);
        gap: 14px;
        margin-bottom: 32px;
    }

    .covenants-section__roman {
        min-width: 0;
        font-size: 3.6rem;
    }

    .covenants-section__header h2 {
        font-size: clamp(2rem, 10vw, 3.2rem);
    }

    .covenants-section__intro {
        margin: -5px 0 30px;
    }

    .covenant-tablets,
    .covenants-clauses,
    .covenants-deadlines,
    .covenants-verdicts,
    .covenants-complaints {
        grid-template-columns: minmax(0, 1fr);
    }

    .covenant-tablet,
    .covenant-tablet:nth-child(5) {
        grid-column: auto;
        width: auto;
        min-height: 0;
        padding: 42px 30px 34px;
        border-radius: 70px 70px 5px 5px / 38px 38px 5px 5px;
    }

    .covenants-rites article {
        grid-template-columns: minmax(0, 1fr);
        gap: 17px;
    }

    .covenants-rites__glyph {
        width: 44px;
        height: 44px;
    }

    .covenants-proclamation {
        padding-inline: 20px;
    }

    .covenants-judgement {
        grid-template-columns: minmax(0, 1fr);
    }

    .covenants-tech {
        padding: 34px 0 0;
    }
}

@media (prefers-reduced-motion: reduce) {
    .covenants-page *,
    .covenants-page *::before,
    .covenants-page *::after {
        scroll-behavior: auto !important;
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }

    .covenants-page.is-reveal-ready [data-reveal] {
        opacity: 1;
        transform: none;
    }
}
