@font-face {
    font-display: swap;
    font-family: "Gearz";
    font-style: normal;
    font-weight: 100 900;
    src: url("../fonts/Gearz-VF-Regular-Trial.ttf") format("truetype");
}

@font-face {
    font-display: swap;
    font-family: "Manege";
    font-style: normal;
    font-weight: 300;
    src: url("../fonts/Manege-Demo-Light.otf") format("opentype");
}

:root {
    --sl-deep-green: #3f493f;
    --sl-deep-green-dark: #102f28;
    --sl-gold: #b6b98d;
    --sl-gold-hover: #bfb484;
    --sl-white: #fff;
    --sl-black: #000;
}

body {
    background: var(--sl-deep-green);
    color: var(--sl-gold);
    font-family: "Gearz", TTHoves, Arial, sans-serif;
}

button,
input,
textarea,
.header__address span,
.header__phone,
.header__callback-btn,
.desc__subtitle,
.features__card-desc,
.modal__subtitle,
.modal__submit,
.input,
.cookie-message__btn {
    font-family: "Gearz", TTHoves, Arial, sans-serif;
}

.header__content {
    align-items: center;
    border-bottom-color: rgba(213, 203, 159, .24);
    flex-direction: row;
    gap: 2rem;
    justify-content: space-between;
    padding-bottom: .85rem;
    padding-top: .85rem;
}

.header__brand {
    align-items: center;
    display: flex;
    gap: 1.35rem;
    min-width: 0;
}

.header__logo {
    flex: 0 0 auto;
    height: 4.3rem;
    object-fit: cover;
    object-position: center;
    width: 9.5rem;
}

.header__official {
    border-left: 1px solid rgba(213, 203, 159, .36);
    color: var(--sl-gold);
    font-family: "Gearz", TTHoves, Arial, sans-serif;
    font-size: .6875rem;
    font-weight: 500;
    letter-spacing: .08em;
    line-height: 1.35;
    max-width: none;
    padding-left: 1.35rem;
    text-transform: uppercase;
}

.header__official span {
    white-space: nowrap;
}

.header__contact-stack {
    align-items: flex-end;
    display: flex;
    flex: 0 0 auto;
    flex-direction: column;
    gap: .65rem;
}

.header__contact-stack .header__address {
    justify-content: flex-end;
}

.header__contact-stack .header__address span {
    max-width: none;
    text-align: right;
}

.header__address span,
.header__phone span,
.header__callback-btn {
    color: var(--sl-white);
}

.header__location-icon,
.header__phone-icon,
.header__btn-container span,
.header__btn-container svg {
    color: var(--sl-gold);
}

.desc__bg:after {
    background:
        linear-gradient(180deg, rgba(8, 27, 23, .08) 0%, rgba(8, 27, 23, .12) 42%, rgba(8, 27, 23, .62) 100%),
        linear-gradient(90deg, rgba(8, 27, 23, .68) 0%, rgba(8, 27, 23, .24) 54%, rgba(8, 27, 23, .04) 100%);
}

.desc {
    align-items: flex-end;
    min-height: max(50rem, 100svh);
    padding-bottom: 1.5rem;
}

.desc__content {
    margin-top: auto;
    max-width: 64rem;
    width: 100%;
}

.desc__intro {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
}

.desc__actions {
    width: 100%;
}

.desc__eyebrow {
    align-items: center;
    color: var(--sl-gold);
    display: flex;
    font-family: "Gearz", TTHoves, Arial, sans-serif;
    font-size: .75rem;
    font-weight: 600;
    gap: .875rem;
    letter-spacing: .14em;
    margin-bottom: 1.25rem;
    text-transform: uppercase;
}

.desc__eyebrow:before {
    background: var(--sl-gold);
    content: "";
    height: 1px;
    width: 2.75rem;
}

.desc__title,
.features__title,
.features__card-title,
.cta__title {
    font-family: "Manege", TTHoves, serif;
    font-weight: 300;
    letter-spacing: .01em;
}

.modal__title,
.modal_conf .modal__wrapper h3,
.modal_cookie .modal__wrapper h3,
.modal_credit .modal__wrapper h3 {
    font-family: "Manege", TTHoves, serif;
    font-weight: 300;
}

.desc__title {
    max-width: 50rem;
    text-wrap: balance;
}

@media (min-width: 901px) {
    .desc__title {
        font-size: clamp(3.2rem, 4.3vw, 4.5rem);
        max-width: none;
        white-space: nowrap;
    }

    .desc__title-break {
        display: none;
    }
}

.desc__subtitle {
    margin-bottom: 1.5rem;
    max-width: 31rem;
}

.hero-catalog {
    background: rgba(251, 250, 246, .97);
    border: 1px solid rgba(213, 203, 159, .72);
    border-radius: 1rem;
    box-shadow: 0 1.5rem 3rem rgba(4, 25, 21, .2);
    color: var(--sl-deep-green);
    display: grid;
    gap: .85rem;
    margin-top: .25rem;
    padding: 1.15rem 1.25rem;
    width: min(100%, 64rem);
}

.hero-catalog__head {
    align-items: center;
    display: grid;
    gap: .85rem;
    grid-template-columns: auto minmax(0, 1fr);
}

.hero-catalog__icon {
    align-items: center;
    background: rgba(23, 63, 53, .07);
    border-radius: .7rem;
    display: flex;
    height: 2.75rem;
    justify-content: center;
    width: 2.75rem;
}

.hero-catalog__icon svg,
.hero-catalog__phone svg,
.hero-catalog__submit svg,
.desc__stat svg {
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.7;
}

.hero-catalog__icon svg {
    height: 1.4rem;
    width: 1.4rem;
}

.hero-catalog__title {
    font-size: 1.18rem;
    font-weight: 600;
    line-height: 1.2;
}

.hero-catalog__copy {
    color: rgba(23, 63, 53, .62);
    font-size: .73rem;
    line-height: 1.4;
    margin-top: .2rem;
}

.hero-catalog__fields {
    display: grid;
    gap: .7rem;
    grid-template-columns: minmax(0, 1.25fr) minmax(13rem, .75fr);
}

.hero-catalog__phone {
    display: block;
    position: relative;
}

.hero-catalog__phone svg {
    color: rgba(23, 63, 53, .55);
    height: 1.15rem;
    left: 1rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 1.15rem;
}

.hero-catalog__phone input {
    background: #fff;
    border: 2px solid rgba(23, 63, 53, .16);
    border-radius: .65rem;
    color: var(--sl-deep-green);
    font-size: .95rem;
    min-height: 3.45rem;
    padding: .8rem 1rem .8rem 2.85rem;
    width: 100%;
}

.hero-catalog__phone input:focus {
    border-color: var(--sl-deep-green);
    box-shadow: 0 0 0 .2rem rgba(23, 63, 53, .09);
    outline: none;
}

.hero-catalog__phone input::placeholder {
    color: rgba(23, 63, 53, .4);
}

.hero-catalog__submit {
    align-items: center;
    background: var(--sl-deep-green);
    border-radius: .65rem;
    color: #fff;
    display: flex;
    font-size: .72rem;
    font-weight: 600;
    gap: .55rem;
    justify-content: center;
    min-height: 3.45rem;
    padding: .85rem 1rem;
    transition: background .2s ease, transform .2s ease;
}

.hero-catalog__submit:hover {
    background: #0d332b;
    transform: translateY(-1px);
}

.hero-catalog__submit:disabled {
    cursor: wait;
    opacity: .66;
    transform: none;
}

.hero-catalog__submit svg {
    height: 1.15rem;
    width: 1.15rem;
}

.hero-catalog__meta {
    align-items: center;
    display: flex;
    gap: 1rem;
    justify-content: space-between;
}

.hero-catalog__trust {
    display: flex;
    flex: 0 0 auto;
    gap: .4rem;
}

.hero-catalog__trust span {
    background: #eaf8ed;
    border-radius: .45rem;
    color: #00bd55;
    font-size: .62rem;
    font-weight: 500;
    padding: .38rem .6rem .34rem;
}

.hero-catalog__trust i {
    font-style: normal;
    margin-right: .18rem;
}

.hero-catalog__consent {
    align-items: center;
    color: rgba(23, 63, 53, .6);
    display: flex;
    font-size: .56rem;
    gap: .5rem;
    line-height: 1.3;
}

.hero-catalog__consent input {
    accent-color: var(--sl-deep-green);
    flex: 0 0 auto;
    height: 1rem;
    width: 1rem;
}

.hero-catalog__consent a {
    color: inherit;
    text-decoration: underline;
}

.hero-catalog__success,
.hero-catalog__error {
    font-size: .68rem;
    line-height: 1.35;
    text-align: center;
}

.hero-catalog__error {
    color: #8f3d32;
}

.desc__stats {
    border-top: 1px solid rgba(213, 203, 159, .42);
    display: grid;
    gap: 0;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-top: 1.1rem;
    width: min(100%, 64rem);
}

.hero-catalog__urgency {
    align-items: center;
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, .08);
    border: 1px solid rgba(213, 203, 159, .32);
    border-radius: .7rem;
    color: var(--sl-gold);
    display: inline-flex;
    font-size: .72rem;
    gap: .6rem;
    margin-bottom: .65rem;
    padding: .65rem .9rem .58rem;
}

.hero-catalog__urgency > span {
    font-size: 1.05rem;
    line-height: 1;
}

.hero-catalog__proof {
    align-items: center;
    border-top: 1px solid rgba(23, 63, 53, .1);
    color: rgba(23, 63, 53, .62);
    display: flex;
    font-size: .62rem;
    gap: .65rem;
    line-height: 1.3;
    padding-top: .75rem;
}

.hero-catalog__proof strong {
    color: var(--sl-deep-green);
    font-weight: 700;
}

.hero-catalog__avatars {
    display: flex;
    flex: 0 0 auto;
}

.hero-catalog__avatars i {
    align-items: center;
    border: 2px solid #fbfaf6;
    border-radius: 50%;
    color: #fff;
    display: flex;
    font-size: .5rem;
    font-style: normal;
    height: 1.7rem;
    justify-content: center;
    width: 1.7rem;
}

.hero-catalog__avatars i + i {
    margin-left: -.38rem;
}

.hero-catalog__avatars i:nth-child(1) { background: #7657ed; }
.hero-catalog__avatars i:nth-child(2) { background: #18aac7; }
.hero-catalog__avatars i:nth-child(3) { background: #17b77d; }

.desc__stat {
    align-items: center;
    display: grid;
    gap: .65rem;
    grid-template-columns: auto minmax(0, 1fr);
    padding: 1rem .85rem .15rem;
}

.desc__stat + .desc__stat {
    border-left: 1px solid rgba(213, 203, 159, .25);
}

.desc__stat svg {
    color: var(--sl-gold);
    height: 1.55rem;
    width: 1.55rem;
}

.desc__stat div {
    display: grid;
    gap: .15rem;
}

.desc__stat strong {
    color: var(--sl-gold);
    font-size: 1.12rem;
    font-weight: 500;
    line-height: 1.1;
}

.desc__stat span {
    color: rgba(255, 255, 255, .72);
    font-size: .58rem;
    line-height: 1.25;
}

.desc__feedback-btn,
.features__card-btn,
.cta__btn,
.modal__submit {
    background: var(--sl-gold);
}

.desc__feedback-btn span,
.features__card-btn span,
.cta__btn span,
.modal__submit {
    color: var(--sl-deep-green);
}

.desc__feedback-btn span,
.cta__btn span,
.modal__submit {
    font-family: "Gearz", TTHoves, Arial, sans-serif;
    font-weight: 600;
}

.desc__feedback-btn:hover,
.features__card-btn:hover,
.cta__btn:hover,
.modal__submit:focus,
.modal__submit:hover {
    background: var(--sl-gold-hover);
}

.features__nav-btn:hover {
    background: var(--sl-gold);
    border-color: var(--sl-gold);
    color: var(--sl-deep-green);
}

.features__head {
    align-items: flex-end;
    border-bottom: 1px solid rgba(213, 203, 159, .22);
    margin-bottom: 2.5rem;
    padding-bottom: 1.5rem;
}

.features__eyebrow {
    color: var(--sl-gold);
    font-family: "Gearz", TTHoves, Arial, sans-serif;
    font-size: .6875rem;
    font-weight: 600;
    letter-spacing: .14em;
    margin-bottom: .75rem;
    text-transform: uppercase;
}

.features__nav-btn {
    border-color: rgba(213, 203, 159, .38);
    border-radius: 50%;
    color: var(--sl-gold);
    height: 3rem;
    width: 3rem;
}

.features__nav-icon {
    height: 1.35rem;
    transition: transform .25s ease;
    width: 1.35rem;
}

.features__nav-btn--prev:hover .features__nav-icon {
    transform: translateX(-2px);
}

.features__nav-btn--next:hover .features__nav-icon {
    transform: translateX(2px);
}

.features__slider {
    counter-reset: feature-card;
}

.features__card {
    background: #f5f2e8;
    border: 1px solid rgba(213, 203, 159, .5);
    border-radius: .75rem;
    counter-increment: feature-card;
    transition: transform .35s ease, border-color .35s ease;
}

.features__card:hover {
    border-color: var(--sl-gold);
    transform: translateY(-4px);
}

.features__card .features__img {
    transition: transform .7s cubic-bezier(.2, .65, .3, 1);
}

.features__card:hover .features__img {
    transform: scale(1.025);
}

.features__card-body:before {
    color: #9a916a;
    content: counter(feature-card, decimal-leading-zero);
    display: block;
    font-family: "Gearz", TTHoves, Arial, sans-serif;
    font-size: .6875rem;
    font-weight: 600;
    letter-spacing: .12em;
    margin-bottom: .875rem;
}

.features__card-title {
    color: var(--sl-deep-green);
    font-weight: 400;
}

.features__card-desc {
    color: rgba(23, 63, 53, .68);
    margin-bottom: 0;
}

.gallery {
    padding-top: 5.5rem;
}

.gallery__head {
    align-items: flex-start;
    border-bottom: 1px solid rgba(213, 203, 159, .22);
    display: flex;
    flex-direction: column;
    gap: .75rem;
    margin-bottom: 2rem;
    padding-bottom: 1.5rem;
}

.gallery__eyebrow {
    color: var(--sl-gold);
    font-family: "Gearz", TTHoves, Arial, sans-serif;
    font-size: .6875rem;
    font-weight: 600;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.gallery__title {
    color: #fff;
    font-family: "Manege", TTHoves, serif;
    font-size: clamp(2.5rem, 4.6vw, 4.75rem);
    font-weight: 300;
    letter-spacing: .01em;
    line-height: .95;
}

.gallery__content {
    aspect-ratio: 16 / 9;
    display: block;
    position: relative;
}

.gallery__main {
    border-radius: 1rem;
    width: 100%;
}

.gallery__thumbs {
    backdrop-filter: blur(12px);
    background: rgba(9, 46, 39, .58);
    border: 1px solid rgba(213, 203, 159, .3);
    border-radius: .875rem;
    bottom: 1.25rem;
    height: auto;
    padding: .5rem;
    position: absolute;
    right: 1.25rem;
    top: 1.25rem;
    width: 9.25rem;
    z-index: 4;
}

.gallery__thumb {
    border: 1px solid transparent;
    border-radius: .625rem;
    opacity: .55;
    transition: border-color .25s ease, opacity .25s ease, transform .25s ease;
}

.gallery__thumb picture,
.gallery__thumb-img {
    pointer-events: none;
}

.gallery__thumb.swiper-slide-thumb-active {
    border-color: var(--sl-gold);
    opacity: 1;
    transform: translateX(-.25rem);
}

.gallery__thumb .gallery__thumb-img {
    border-radius: inherit;
}

.gallery__main,
.gallery__thumb,
.features__card,
.cta__panel {
    border-radius: .5rem;
}

.location__map {
    aspect-ratio: 16 / 7;
    background: #ece8da;
    border: 1px solid rgba(213, 203, 159, .62);
    border-radius: 1rem;
    overflow: hidden;
    position: relative;
}

.location__map:after {
    border: 1px solid rgba(23, 63, 53, .08);
    border-radius: inherit;
    content: "";
    inset: 0;
    pointer-events: none;
    position: absolute;
    z-index: 2;
}

.location__map-frame {
    border: 0;
    display: block;
    height: 100%;
    width: 100%;
}

.location__map-brand {
    align-items: center;
    backdrop-filter: blur(10px);
    background: rgba(9, 46, 39, .94);
    border: 1px solid rgba(213, 203, 159, .56);
    border-radius: .75rem;
    box-shadow: 0 .9rem 2rem rgba(7, 34, 29, .2);
    color: #fff;
    display: grid;
    gap: .75rem;
    grid-template-columns: auto minmax(0, 1fr);
    left: 1.25rem;
    padding: .8rem 1rem;
    pointer-events: none;
    position: absolute;
    top: 1.25rem;
    z-index: 3;
}

.location__map-brand img {
    height: auto;
    width: 4.75rem;
}

.location__map-brand div {
    display: grid;
    gap: .15rem;
}

.location__map-brand strong {
    color: var(--sl-gold);
    font-family: "Manege", TTHoves, serif;
    font-size: 1.1rem;
    font-weight: 300;
}

.location__map-brand span {
    color: rgba(255, 255, 255, .7);
    font-size: .55rem;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.location__map-link {
    background: var(--sl-deep-green);
    border: 1px solid rgba(213, 203, 159, .56);
    border-radius: .55rem;
    bottom: 1.25rem;
    color: var(--sl-gold);
    font-size: .62rem;
    padding: .7rem .9rem .62rem;
    position: absolute;
    right: 1.25rem;
    z-index: 3;
}

.location__routes {
    display: grid;
    gap: .75rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 1rem;
}

.location__route {
    align-items: center;
    background: rgba(255, 255, 255, .035);
    border: 1px solid rgba(213, 203, 159, .16);
    border-radius: .75rem;
    display: grid;
    gap: .9rem;
    grid-template-columns: auto minmax(0, 1fr);
    padding: .9rem 1rem;
}

.location__route-icon {
    align-items: center;
    background: rgba(213, 203, 159, .12);
    border-radius: .55rem;
    color: var(--sl-gold);
    display: flex;
    height: 2.5rem;
    justify-content: center;
    width: 2.5rem;
}

.location__route-icon svg {
    height: 1.25rem;
    width: 1.25rem;
}

.location__route div {
    display: grid;
    gap: .18rem;
}

.location__route strong {
    color: #fff;
    font-size: .85rem;
    font-weight: 500;
}

.location__route div > span {
    color: rgba(255, 255, 255, .52);
    font-size: .68rem;
}

.cta__panel {
    align-items: stretch;
    background: linear-gradient(100deg, rgba(48, 57, 48, .98), rgba(48, 57, 48, .84)), url("../images/project-gallery-1.jpg") center / cover;
    border: 1px solid rgba(213, 203, 159, .2);
    display: grid;
    gap: clamp(2rem, 5vw, 5.5rem);
    grid-template-columns: minmax(0, 1.1fr) minmax(18rem, .9fr);
    min-height: 35rem;
    overflow: hidden;
    padding: clamp(2.5rem, 4vw, 4.5rem);
    position: relative;
    text-align: left;
}

.cta__copy {
    display: flex;
    flex-direction: column;
    min-height: 0;
    position: relative;
    z-index: 2;
}

.cta__eyebrow {
    color: var(--sl-gold);
    font-family: "Gearz", TTHoves, Arial, sans-serif;
    font-size: .75rem;
    font-weight: 600;
    letter-spacing: .14em;
    margin-bottom: 1.25rem;
    text-transform: uppercase;
}

.cta__title {
    font-size: clamp(2.25rem, 4.1vw, 4rem);
    margin-bottom: .75rem;
    text-wrap: balance;
}

.cta__catalog {
    height: 18rem;
    margin: 1.25rem 0 -2.25rem 8%;
    position: relative;
    width: min(27rem, 78%);
    z-index: 1;
}

.cta__catalog-page {
    background: #fff;
    border: 1px solid rgba(213, 203, 159, .5);
    border-radius: .25rem;
    box-shadow: 0 2rem 4rem rgba(0, 0, 0, .28);
    height: auto;
    object-fit: cover;
    position: absolute;
    top: 1rem;
    width: 55%;
}

.cta__catalog-page--back {
    right: 0;
    transform: rotate(4.5deg);
}

.cta__catalog-page--front {
    left: 0;
    transform: rotate(-4deg);
    z-index: 1;
}

.cta__form {
    align-content: center;
    background: #fbfaf6;
    border: 2px solid var(--sl-deep-green);
    border-radius: 1rem;
    box-shadow: 0 1.5rem 3.5rem rgba(4, 25, 21, .18);
    color: var(--sl-deep-green);
    display: grid;
    gap: 1.05rem;
    margin-top: 0;
    padding: clamp(2rem, 3.4vw, 3rem);
    position: relative;
    transition: border-color .25s ease, box-shadow .25s ease, transform .25s ease;
    z-index: 3;
}

.cta__form:focus-within {
    box-shadow: 0 1.75rem 4rem rgba(4, 25, 21, .25);
}

.cta__form-head {
    align-items: start;
    display: grid;
    gap: 1rem;
    grid-template-columns: auto minmax(0, 1fr);
}

.cta__form-icon {
    align-items: center;
    background: rgba(23, 63, 53, .07);
    border-radius: .8rem;
    display: flex;
    height: 3.25rem;
    justify-content: center;
    width: 3.25rem;
}

.cta__form-icon svg {
    fill: none;
    height: 1.55rem;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.7;
    width: 1.55rem;
}

.cta__form-title {
    font-size: clamp(1.2rem, 1.65vw, 1.55rem);
    font-weight: 600;
    line-height: 1.16;
    margin-bottom: .55rem;
    text-wrap: balance;
}

.cta__form-copy {
    color: rgba(23, 63, 53, .62);
    font-size: .82rem;
    line-height: 1.45;
}

.cta__phone-label {
    display: block;
    position: relative;
}

.cta__phone-icon {
    fill: none;
    height: 1.35rem;
    left: 1.1rem;
    position: absolute;
    stroke: rgba(23, 63, 53, .55);
    stroke-linejoin: round;
    stroke-width: 1.7;
    top: 50%;
    transform: translateY(-50%);
    width: 1.35rem;
    z-index: 1;
}

.cta__phone-input {
    background: #fff;
    border: 2px solid rgba(23, 63, 53, .18);
    border-radius: .75rem;
    color: var(--sl-deep-green);
    font-size: 1.1rem;
    min-height: 4.25rem;
    padding: 1rem 1.25rem 1rem 3.35rem;
    transition: border-color .2s ease, box-shadow .2s ease;
    width: 100%;
}

.cta__phone-input:focus {
    border-color: var(--sl-deep-green);
    box-shadow: 0 0 0 .2rem rgba(23, 63, 53, .09);
    outline: none;
}

.cta__phone-input::placeholder {
    color: rgba(23, 63, 53, .38);
}

.cta__trust {
    display: flex;
    flex-wrap: wrap;
    gap: .55rem;
}

.cta__trust span {
    align-items: center;
    background: #eaf8ed;
    border-radius: .65rem;
    color: #00bd55;
    display: flex;
    font-size: .86rem;
    font-weight: 500;
    justify-content: center;
    min-height: 2.25rem;
    padding: .55rem .85rem .48rem;
    text-align: center;
}

.cta__trust i {
    font-style: normal;
    font-size: 1.05em;
    margin-right: .32rem;
}

.cta__consent {
    align-items: center;
    border: 1px solid transparent;
    border-radius: .65rem;
    color: rgba(23, 63, 53, .64);
    display: flex;
    flex-wrap: wrap;
    font-size: .64rem;
    gap: .65rem;
    line-height: 1.35;
    margin: -.4rem;
    padding: .4rem .55rem;
    transition: background-color .2s ease, border-color .2s ease, box-shadow .2s ease, color .2s ease;
}

.cta__consent input {
    accent-color: var(--sl-deep-green);
    flex: 0 0 auto;
    height: 1.15rem;
    width: 1.15rem;
}

.cta__consent a {
    color: inherit;
    text-decoration: underline;
}

.cta__consent.is-consent-required,
.catalog-modal__consent.is-consent-required {
    background: #fff1ef;
    border-color: rgba(164, 61, 52, .62);
    box-shadow: 0 0 0 .18rem rgba(164, 61, 52, .09);
    color: #8f3029;
}

.cta__consent.is-consent-required input,
.catalog-modal__consent.is-consent-required input {
    accent-color: #a43d34;
    outline: .12rem solid rgba(164, 61, 52, .28);
    outline-offset: .08rem;
}

.cta__consent.is-consent-required::after,
.catalog-modal__consent.is-consent-required::after {
    color: #a43d34;
    content: "Поставьте галочку, чтобы получить каталог";
    flex: 1 0 100%;
    font-size: .92em;
    font-weight: 650;
    margin-left: calc(1.15rem + .65rem);
}

.cta__form-proof {
    align-items: center;
    border-top: 1px solid rgba(23, 63, 53, .12);
    color: rgba(23, 63, 53, .62);
    display: flex;
    font-size: .68rem;
    gap: .75rem;
    line-height: 1.35;
    padding-top: 1rem;
}

.cta__form-proof strong {
    color: var(--sl-deep-green);
    font-weight: 700;
}

.cta__form-avatars {
    display: flex;
    flex: 0 0 auto;
}

.cta__form-avatars i {
    align-items: center;
    border: 2px solid #fbfaf6;
    border-radius: 50%;
    color: #fff;
    display: flex;
    font-size: .5rem;
    font-style: normal;
    height: 1.8rem;
    justify-content: center;
    width: 1.8rem;
}

.cta__form-avatars i + i {
    margin-left: -.4rem;
}

.cta__form-avatars i:nth-child(1) { background: #7657ed; }
.cta__form-avatars i:nth-child(2) { background: #18aac7; }
.cta__form-avatars i:nth-child(3) { background: #17b77d; }

.cta__submit {
    align-items: center;
    background: var(--sl-deep-green);
    border-radius: .75rem;
    color: #fff;
    display: flex;
    font-size: .82rem;
    font-weight: 600;
    gap: .75rem;
    justify-content: center;
    letter-spacing: .02em;
    min-height: 4.25rem;
    padding: 1rem;
    transition: background .2s ease, transform .2s ease;
    width: 100%;
}

.cta__submit:hover {
    background: #0d332b;
    transform: translateY(-2px);
}

.cta__submit:disabled {
    cursor: wait;
    opacity: .66;
    transform: none;
}

.cta__submit svg {
    fill: none;
    height: 1.25rem;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.7;
    width: 1.25rem;
}

.cta__form-success {
    color: var(--sl-deep-green);
    font-size: .78rem;
    line-height: 1.35;
    text-align: center;
}

.cta__form-success a,
.catalog-modal__success a {
    background: var(--sl-gold);
    border-radius: .55rem;
    color: var(--sl-deep-green);
    display: inline-flex;
    font-family: "Gearz", TTHoves, Arial, sans-serif;
    font-size: .75rem;
    font-weight: 650;
    justify-content: center;
    margin-top: .65rem;
    padding: .72rem 1rem .65rem;
    text-transform: uppercase;
}

.cta__form-error {
    color: #8f3d32;
    font-size: .78rem;
    line-height: 1.35;
    text-align: center;
}

.footer__text {
    border-top-color: rgba(213, 203, 159, .24);
}

.footer {
    background: #092e27;
}

.footer__grid {
    border-top: 1px solid rgba(213, 203, 159, .24);
    color: rgba(255, 255, 255, .72);
    display: grid;
    font-family: "Gearz", TTHoves, Arial, sans-serif;
    font-size: .6875rem;
    gap: 2rem;
    grid-template-columns: 1.35fr 1.15fr 1fr 1fr;
    letter-spacing: .045em;
    line-height: 1.45;
    padding: 2.5rem 0 2.75rem;
    text-transform: uppercase;
}

.footer__column {
    align-content: start;
    display: grid;
    gap: .7rem;
}

.footer__column a {
    color: inherit;
    text-decoration: none;
    transition: color .2s ease;
}

.footer__column a:hover {
    color: var(--sl-gold);
}

.footer__label {
    color: var(--sl-gold);
    font-size: .625rem;
    font-weight: 600;
    letter-spacing: .14em;
}

.footer__column--contact {
    justify-items: end;
    text-align: right;
}

.footer__offer {
    color: rgba(255, 255, 255, .42);
    font-size: .5625rem;
    max-width: 13rem;
}

.footer__developer {
    margin-top: .35rem;
}

.footer__developer img {
    display: block;
    height: auto;
    width: 7.5rem;
}

.footer__developer-note {
    color: rgba(213, 203, 159, .62);
    font-size: .5625rem;
    letter-spacing: .12em;
}

.footer__credit {
    border-top: 1px solid rgba(213, 203, 159, .18);
    color: rgba(255, 255, 255, .52) !important;
    font-size: .5625rem;
    letter-spacing: .08em;
    margin-top: .35rem;
    padding-top: .8rem;
}

.footer__credit:hover {
    color: var(--sl-gold) !important;
}

@media (max-width: 990px) {
    .desc__stats {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .desc__stat:nth-child(3) {
        border-left: 0;
    }

    .footer__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .footer__column--contact {
        justify-items: start;
        text-align: left;
    }
}

.cookie-message__btn {
    border-color: var(--sl-deep-green);
    color: var(--sl-deep-green);
}

.cookie-message__btn:hover {
    background: var(--sl-deep-green);
    border-color: var(--sl-deep-green);
}

.modal__policy-checkbox:checked + .modal__policy-box {
    background-color: var(--sl-deep-green);
    border-color: var(--sl-deep-green);
}

.modal__policy-checkbox:focus-visible + .modal__policy-box {
    outline-color: var(--sl-deep-green);
}

.modal_callback .modal__wrapper {
    position: relative;
}

.modal_callback {
    backdrop-filter: blur(0);
    background-color: rgba(7, 34, 29, 0);
    transition:
        opacity .42s cubic-bezier(.22, .7, .24, 1),
        background-color .42s ease,
        backdrop-filter .42s ease,
        max-height .01s linear .52s;
}

.modal_callback.modal_active {
    backdrop-filter: blur(.28rem);
    background-color: rgba(7, 34, 29, .68);
    transition:
        opacity .42s cubic-bezier(.22, .7, .24, 1),
        background-color .42s ease,
        backdrop-filter .42s ease,
        max-height .01s;
}

.modal_callback .modal__content {
    align-items: center;
    justify-items: center;
    overflow: auto;
    padding: 1.5rem;
}

.modal_callback .catalog-modal {
    align-items: stretch;
    background: transparent;
    max-height: calc(100dvh - 3rem);
    max-width: 52rem;
    overflow: visible;
    padding: 3rem 0 0;
    opacity: 0;
    transform: translateY(1.35rem) scale(.985);
    transition:
        opacity .32s ease,
        transform .52s cubic-bezier(.2, .78, .24, 1);
    will-change: opacity, transform;
    width: min(calc(100vw - 3rem), 52rem);
}

.modal_callback.modal_active .catalog-modal {
    opacity: 1;
    transform: translateY(0) scale(1);
}

.modal_callback .catalog-modal__form {
    max-width: none;
    width: 100%;
}

.catalog-modal__topline {
    display: flex;
    gap: .5rem;
    margin: 0 0 .65rem;
    width: 100%;
}

.catalog-modal__badge,
.catalog-modal__urgency {
    align-items: center;
    border-radius: .7rem;
    display: flex;
    min-height: 2.75rem;
    padding: .7rem 1rem .62rem;
}

.catalog-modal__badge {
    background: var(--sl-deep-green);
    color: var(--sl-gold);
    flex: 0 0 auto;
    font-size: .82rem;
    font-weight: 600;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.catalog-modal__urgency {
    background: var(--sl-gold);
    border: 1px solid var(--sl-gold-hover);
    color: var(--sl-deep-green);
    flex: 1 1 auto;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: .035em;
    text-transform: uppercase;
}

.catalog-modal__urgency span {
    color: var(--sl-deep-green);
    font-size: 1.35rem;
    margin-right: .55rem;
}

.catalog-modal__form {
    background: rgba(251, 250, 246, .98);
    border: 1px solid rgba(213, 203, 159, .7);
    border-radius: 1rem;
    color: var(--sl-deep-green);
    display: grid;
    gap: .85rem;
    padding: 1.35rem 1.55rem 1.15rem;
}

.catalog-modal__head {
    align-items: center;
    display: grid;
    gap: .9rem;
    grid-template-columns: auto minmax(0, 1fr);
}

.catalog-modal__icon {
    align-items: center;
    background: rgba(23, 63, 53, .07);
    border-radius: .7rem;
    display: flex;
    height: 3rem;
    justify-content: center;
    width: 3rem;
}

.catalog-modal__icon svg,
.catalog-modal__phone svg,
.catalog-modal__submit svg,
.catalog-modal__stats svg {
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.7;
}

.catalog-modal__icon svg {
    height: 1.45rem;
    width: 1.45rem;
}

.catalog-modal__title {
    font-family: "Gearz", TTHoves, Arial, sans-serif;
    font-size: 1.4rem;
    font-weight: 750;
    letter-spacing: 0;
    line-height: 1.12;
}

.catalog-modal__copy {
    color: rgba(23, 63, 53, .62);
    font-size: .76rem;
    line-height: 1.4;
    margin-top: .25rem;
}

.catalog-modal__phone {
    display: block;
    position: relative;
}

.catalog-modal__phone svg {
    color: rgba(23, 63, 53, .55);
    height: 1.2rem;
    left: 1.05rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 1.2rem;
}

.catalog-modal__phone input {
    background: #fff;
    border: 2px solid rgba(23, 63, 53, .16);
    border-radius: .7rem;
    color: var(--sl-deep-green);
    font-size: 1rem;
    min-height: 3.75rem;
    padding: .85rem 1rem .85rem 3rem;
    width: 100%;
}

.catalog-modal__phone input:focus {
    border-color: var(--sl-deep-green);
    box-shadow: 0 0 0 .2rem rgba(23, 63, 53, .09);
    outline: 0;
}

.catalog-modal__phone input::placeholder {
    color: rgba(23, 63, 53, .4);
}

.catalog-modal__submit {
    align-items: center;
    background: var(--sl-deep-green);
    border-radius: .7rem;
    color: #fff;
    display: flex;
    font-size: .78rem;
    font-weight: 600;
    gap: .65rem;
    justify-content: center;
    min-height: 3.75rem;
    padding: .85rem 1rem;
}

.catalog-modal__submit svg {
    height: 1.15rem;
    width: 1.15rem;
}

.catalog-modal__trust {
    display: grid;
    gap: .5rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.catalog-modal__trust span {
    background: #eaf8ed;
    border-radius: .55rem;
    color: #00bd55;
    font-size: .7rem;
    font-weight: 500;
    padding: .55rem .5rem .48rem;
    text-align: center;
}

.catalog-modal__trust i {
    font-style: normal;
    margin-right: .22rem;
}

.catalog-modal__consent {
    align-items: center;
    border: 1px solid transparent;
    border-radius: .55rem;
    color: rgba(23, 63, 53, .62);
    display: flex;
    flex-wrap: wrap;
    font-size: .6rem;
    gap: .6rem;
    line-height: 1.3;
    margin: -.35rem;
    padding: .35rem .45rem;
    transition: background-color .2s ease, border-color .2s ease, box-shadow .2s ease, color .2s ease;
}

.catalog-modal__consent input {
    accent-color: var(--sl-deep-green);
    flex: 0 0 auto;
    height: 1.1rem;
    width: 1.1rem;
}

.catalog-modal__consent a {
    color: inherit;
    text-decoration: underline;
}

.catalog-modal__proof {
    align-items: center;
    border-top: 1px solid rgba(23, 63, 53, .12);
    color: rgba(23, 63, 53, .62);
    display: flex;
    font-size: .62rem;
    gap: .65rem;
    padding-top: .75rem;
}

.catalog-modal__proof strong {
    color: var(--sl-deep-green);
    font-weight: 700;
}

.catalog-modal__avatars {
    display: flex;
}

.catalog-modal__avatars i {
    align-items: center;
    border: 2px solid #fbfaf6;
    border-radius: 50%;
    color: #fff;
    display: flex;
    font-size: .45rem;
    font-style: normal;
    height: 1.6rem;
    justify-content: center;
    width: 1.6rem;
}

.catalog-modal__avatars i + i { margin-left: -.35rem; }
.catalog-modal__avatars i:nth-child(1) { background: #7657ed; }
.catalog-modal__avatars i:nth-child(2) { background: #18aac7; }
.catalog-modal__avatars i:nth-child(3) { background: #17b77d; }

.catalog-modal__stats {
    border-top: 1px solid rgba(23, 63, 53, .12);
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    padding-top: .75rem;
}

.catalog-modal__stats article {
    align-items: center;
    display: grid;
    gap: .5rem;
    grid-template-columns: auto minmax(0, 1fr);
    padding: .25rem .75rem;
}

.catalog-modal__stats article + article {
    border-left: 1px solid rgba(23, 63, 53, .1);
}

.catalog-modal__stats svg {
    color: var(--sl-gold-hover);
    height: 1.35rem;
    width: 1.35rem;
}

.catalog-modal__stats div {
    display: grid;
    gap: .08rem;
}

.catalog-modal__stats strong {
    font-size: .82rem;
    font-weight: 600;
}

.catalog-modal__stats span {
    color: rgba(23, 63, 53, .58);
    font-size: .48rem;
    line-height: 1.2;
}

.catalog-modal__success,
.catalog-modal__error {
    font-size: .68rem;
    text-align: center;
}

.catalog-modal__success {
    color: var(--sl-deep-green);
}

.catalog-modal__error {
    color: #8f3d32;
}

.modal_callback .modal__close {
    align-items: center;
    background: var(--sl-deep-green);
    border: 1px solid rgba(213, 203, 159, .72);
    border-radius: 50%;
    box-shadow: 0 .5rem 1.25rem rgba(7, 34, 29, .24);
    cursor: pointer;
    display: flex;
    height: 2.65rem;
    justify-content: center;
    right: .1rem !important;
    top: -1rem !important;
    width: 2.65rem;
    z-index: 5;
}

.modal_callback .modal__close svg {
    height: 100%;
    width: 100%;
}

.modal_callback .modal__close circle {
    fill: var(--sl-deep-green);
}

.modal_callback .modal__close rect {
    fill: var(--sl-gold);
}

@media (max-width: 640px) {
    .modal_callback .modal__content {
        padding: .5rem;
    }

    .modal_callback .catalog-modal {
        max-height: calc(100dvh - 1rem);
        padding-top: 2.5rem;
        width: min(calc(100vw - 1rem), 32rem);
    }

    .catalog-modal__topline {
        gap: .3rem;
        margin: 0 0 .4rem;
    }

    .catalog-modal__badge,
    .catalog-modal__urgency {
        border-radius: .5rem;
        min-height: 2.2rem;
        padding: .5rem .55rem .44rem;
    }

    .catalog-modal__badge {
        font-size: .62rem;
    }

    .catalog-modal__urgency {
        font-size: .68rem;
        line-height: 1.15;
    }

    .catalog-modal__form {
        border-radius: .75rem;
        gap: .55rem;
        padding: .85rem;
    }

    .catalog-modal__head {
        gap: .6rem;
    }

    .catalog-modal__icon {
        height: 2.35rem;
        width: 2.35rem;
    }

    .catalog-modal__title {
        font-size: 1rem;
        line-height: 1.1;
    }

    .catalog-modal__copy {
        font-size: .56rem;
    }

    .catalog-modal__phone input,
    .catalog-modal__submit {
        min-height: 3rem;
    }

    .catalog-modal__trust span {
        font-size: .55rem;
        padding: .42rem .2rem .36rem;
    }

    .catalog-modal__consent,
    .catalog-modal__proof {
        font-size: .5rem;
    }

    .catalog-modal__stats {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        padding-top: .5rem;
    }

    .catalog-modal__stats article {
        padding: .28rem .35rem;
    }

    .catalog-modal__stats article:nth-child(3) {
        border-left: 0;
    }

    .catalog-modal__stats strong {
        font-size: .7rem;
    }

    .catalog-modal__stats span {
        font-size: .43rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    .modal_callback,
    .modal_callback.modal_active,
    .modal_callback .catalog-modal,
    .modal_callback.modal_active .catalog-modal {
        backdrop-filter: none;
        transition: none;
    }
}

.modal__policy {
    align-items: center;
}

.modal__policy-box {
    margin-top: 0;
}

.modal__policy-text {
    line-height: 1.3;
}

.cookie-message__text a {
    color: inherit;
    text-decoration: underline;
}

.first-screen__attention,
.footer__text [data-modal="credit"] {
    display: none;
}

@media (max-width: 640px) {
    .desc {
        min-height: 100svh;
        padding-bottom: .65rem;
        padding-top: 7.25rem;
    }

    .desc__bg:after {
        background:
            linear-gradient(180deg, rgba(8, 27, 23, .36) 0%, rgba(8, 27, 23, .08) 23%, rgba(8, 27, 23, 0) 42%),
            linear-gradient(90deg, rgba(8, 27, 23, .54) 0%, rgba(8, 27, 23, .24) 72%, rgba(8, 27, 23, .12) 100%),
            linear-gradient(180deg, rgba(8, 27, 23, .02) 0%, rgba(8, 27, 23, .12) 45%, rgba(8, 27, 23, .86) 100%);
    }

    .desc__content {
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        min-height: calc(100svh - 7.9rem);
    }

    .desc__intro {
        margin-bottom: 0;
        margin-top: auto;
    }

    .desc__eyebrow {
        margin-bottom: .65rem;
    }

    .desc__title {
        margin-bottom: .65rem;
    }

    .desc__subtitle {
        margin-bottom: 1rem;
    }

    .desc__feedback-btn {
        padding-bottom: 1rem;
        padding-top: 1rem;
    }

    .desc__stats {
        margin-top: .6rem;
    }

    .desc__stat {
        gap: .5rem;
        padding: .75rem .45rem .2rem;
    }

    .desc__stat svg {
        height: 1.25rem;
        width: 1.25rem;
    }

    .desc__stat strong {
        font-size: .9rem;
    }

    .desc__stat span {
        font-size: .5rem;
    }

    .location__map {
        aspect-ratio: 4 / 5;
    }

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

    .location__route {
        padding: .75rem .85rem;
    }

    .footer__grid {
        font-size: .625rem;
        gap: 1.5rem;
        grid-template-columns: 1fr;
        padding: 2rem 0;
    }

    .gallery {
        padding-top: 3rem;
    }

    .gallery__head {
        align-items: start;
        flex-direction: column;
        gap: .65rem;
        margin-bottom: 1.25rem;
        padding-bottom: 1rem;
    }

    .gallery__title {
        font-size: 2.5rem;
    }

    .gallery__content {
        aspect-ratio: 4 / 3;
    }

    .gallery__main {
        aspect-ratio: auto;
        height: 100%;
    }

    .gallery__thumbs {
        bottom: .65rem;
        height: 3.5rem;
        left: .65rem;
        padding: .3rem;
        right: .65rem;
        top: auto;
        width: auto;
    }

    .gallery__thumb.swiper-slide-thumb-active {
        transform: translateY(-.15rem);
    }

    .header__content {
        gap: .75rem;
        padding-bottom: .75rem;
        padding-top: .75rem;
    }

    .header__brand {
        gap: .625rem;
    }

    .header__logo {
        height: 3.5rem;
        width: 7.75rem;
    }

    .header__official {
        font-size: .5rem;
        letter-spacing: .05em;
        max-width: none;
        padding-left: .625rem;
    }

    .header__contact-stack {
        gap: .4rem;
    }

    .header__contact-stack .header__phone {
        gap: .35rem;
    }

    .header__contact-stack .header__phone span {
        font-size: .875rem;
        min-width: 0;
    }

    .header__contact-stack .header__address {
        gap: .35rem;
    }

    .header__contact-stack .header__address span {
        font-size: .5625rem;
        max-width: 7.25rem;
    }

    .header__contact-stack .header__location-icon,
    .header__contact-stack .header__phone-icon {
        height: .875rem;
        width: .875rem;
    }

    .desc__bg img {
        object-position: 58% center;
    }

    .desc__eyebrow {
        font-size: .625rem;
        gap: .625rem;
        margin-bottom: .875rem;
    }

    .desc__eyebrow:before {
        width: 1.75rem;
    }

    .features__head {
        padding-bottom: 1rem;
    }

    .cta__panel {
        gap: 1.75rem;
        grid-template-columns: 1fr;
        min-height: 0;
        padding: 2.25rem 1.25rem 2.5rem;
        text-align: center;
    }

    .cta__copy {
        margin: 0 auto;
        max-width: 20rem;
        min-height: 0;
        width: 100%;
    }

    .cta__title {
        font-size: 1.75rem;
        margin-bottom: .75rem;
    }

    .cta__catalog {
        bottom: auto;
        height: 15rem;
        left: auto;
        margin: 1.25rem auto -1.5rem;
        position: relative;
        width: min(17rem, 88%);
    }

    .cta__catalog-page {
        top: 0;
    }

    .cta__form {
        border-width: 2px;
        margin-top: 0;
        padding: 1.25rem 1.15rem;
        text-align: left;
    }

    .cta__form-head {
        gap: .75rem;
    }

    .cta__form-icon {
        border-radius: .65rem;
        height: 2.75rem;
        width: 2.75rem;
    }

    .cta__form-title {
        font-size: 1.12rem;
    }

    .cta__form-copy {
        font-size: .7rem;
    }

    .cta__phone-input,
    .cta__submit {
        min-height: 3.75rem;
    }

    .cta__submit {
        font-size: .72rem;
    }

    .cta__trust span {
        border-radius: .5rem;
        flex: 1 1 0;
        font-size: .62rem;
        min-height: 2rem;
        padding: .38rem .24rem .34rem;
        white-space: nowrap;
    }

    .cta__consent {
        font-size: .59rem;
    }

    .cta__form-proof {
        font-size: .58rem;
        gap: .55rem;
        padding-top: .8rem;
    }

    .cta__form-avatars i {
        font-size: .43rem;
        height: 1.55rem;
        width: 1.55rem;
    }

    .cookie-message {
        bottom: 1rem;
        left: 1rem;
        max-width: none;
        transform: none;
        width: calc(100% - 7.75rem);
    }
}

@media (min-width: 641px) and (max-width: 900px) {
    .cta__panel {
        gap: 2rem;
        grid-template-columns: minmax(0, 1fr) minmax(16rem, .9fr);
        min-height: 31rem;
        padding: 3rem 2.5rem;
        text-align: left;
    }

    .cta__copy {
        margin: 0;
        min-height: 0;
    }

    .cta__catalog {
        bottom: auto;
        margin-bottom: -2.5rem;
        width: min(22rem, 88%);
    }

    .cta__title {
        font-size: clamp(2rem, 4.6vw, 2.75rem);
        margin-bottom: .75rem;
    }
}

@media (max-width: 420px) {
    .header__content {
        align-items: stretch;
        flex-direction: column;
        gap: .7rem;
    }

    .header__brand {
        gap: .75rem;
        width: 100%;
    }

    .header__logo {
        width: 5rem;
    }

    .header__official {
        font-size: .48rem;
        line-height: 1.25;
        padding-left: .75rem;
    }

    .header__contact-stack {
        align-items: center;
        border-top: 1px solid rgba(213, 203, 159, .2);
        flex-direction: row;
        justify-content: space-between;
        padding-top: .55rem;
        width: 100%;
    }

    .header__contact-stack .header__phone span {
        font-size: .75rem;
    }

    .header__contact-stack .header__address span {
        font-size: .52rem;
    }
}

/* Project art direction: warm limestone, muted olive and airy editorial type. */
:root {
    --sl-deep-green: #3f493f;
    --sl-deep-green-dark: #303930;
    --sl-gold: #b6b98d;
    --sl-gold-hover: #a2a67a;
}

body {
    background: #3f493f;
}

.desc__bg:after {
    background:
        linear-gradient(180deg, rgba(26, 31, 26, .32) 0%, rgba(26, 31, 26, .03) 38%, rgba(26, 31, 26, .7) 100%),
        linear-gradient(90deg, rgba(26, 31, 26, .5) 0%, rgba(26, 31, 26, .08) 62%, rgba(26, 31, 26, 0) 100%);
}

.header__logo {
    filter: brightness(1.85);
    width: clamp(10.5rem, 16vw, 15rem);
}

.desc__intro,
.desc__actions {
    animation: hero-rise .85s cubic-bezier(.2, .7, .25, 1) both;
}

.desc__actions {
    animation-delay: .12s;
}

.features__card {
    background: #f3efe4;
    border-color: rgba(182, 185, 141, .45);
}

.features__card-title {
    color: #3f493f;
}

.features__card-desc {
    color: rgba(63, 73, 63, .7);
}

.location .gallery__content {
    display: block;
    margin-top: 1.25rem;
}

.gallery__intro {
    color: rgba(255, 255, 255, .66);
    font-size: .95rem;
    line-height: 1.55;
    margin-top: .3rem;
    max-width: 42rem;
}

.location__map-brand {
    background: rgba(48, 57, 48, .94);
}

.location__map-brand img {
    filter: brightness(1.85);
    width: 9rem;
}

.location__route {
    background: rgba(255, 255, 255, .045);
}

.cta__panel {
    background:
        linear-gradient(100deg, rgba(48, 57, 48, .98), rgba(48, 57, 48, .84)),
        url("../images/project-gallery-1.jpg") center / cover;
}

.reveal-ready {
    opacity: 0;
    transform: translateY(1.5rem);
    transition: opacity .7s ease, transform .7s cubic-bezier(.2, .7, .25, 1);
}

.reveal-ready.is-visible {
    opacity: 1;
    transform: translateY(0);
}

@keyframes hero-rise {
    from { opacity: 0; transform: translateY(1.2rem); }
    to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 640px) {
    .header__logo {
        width: 8.8rem;
    }

    .gallery__intro {
        font-size: .8rem;
    }

    .location__map-brand img {
        width: 6.5rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    .desc__intro,
    .desc__actions,
    .reveal-ready,
    .reveal-ready.is-visible {
        animation: none;
        opacity: 1;
        transform: none;
        transition: none;
    }
}
