::selection {
    background: #a8844f !important;
    color: #11100f !important;
    text-shadow: none !important;
}

::-moz-selection {
    background: #a8844f !important;
    color: #11100f !important;
    text-shadow: none !important;
}

.navbar-nav {
    padding-right: 50px;
}

@media screen and (max-width: 767px) {
    .navbar .navbar-collapse {
        top: 90px;
    }

    .navbar.shrink .navbar-collapse {
        top: 70px;
    }

    .navbar-nav {
        padding-right: 0;
        margin: 7.5px 0 !important;
        text-align: center;
        padding-right: 0px;

    }
}

.product-card {
    position: relative;
    height: 100%;
    background: #ffffff;
    border: 1px solid rgba(168, 132, 79, 0.35);
    overflow: hidden;
    transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;

    display: flex;
    flex-direction: column;
}

.product-card:hover {
    transform: translateY(-6px);
    border-color: rgba(168, 132, 79, 0.75);
    box-shadow: 0 22px 55px rgba(0, 0, 0, 0.12);
}

.product-card__image-wrap {
    position: relative;
    min-height: 360px;
    padding: 42px 38px 30px;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.product-card__image {
    position: relative;
    z-index: 2;
    display: block;
    max-width: 100%;
    max-height: 390px;
    width: auto;
    height: auto;
    object-fit: contain;
    transition: transform 0.45s ease;
}

.product-card:hover .product-card__image {
    transform: scale(1.045);
}

.product-card__badge {
    position: absolute;
    z-index: 3;
    top: 18px;
    left: 18px;
    padding: 7px 12px;
    background: #111111;
    color: #ffffff;
    font-size: 10px;
    line-height: 1;
    font-weight: 600;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

.product-card__content {
    padding: 30px 32px 32px;
    background: #ffffff;

    margin-top: auto;
}

.product-card__eyebrow {
    display: block;
    margin-bottom: 9px;
    color: #a8844f;
    font-size: 11px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: 1.8px;
    text-transform: uppercase;
}

.product-card__title {
    margin: 0 0 14px;
    color: #111111;
    font-size: 24px;
    line-height: 1.15;
    font-weight: 700;
    letter-spacing: 0.1px;
    font-family: 'Playfair Display', sans-serif;
}

.product-card__text {
    margin: 0;
    color: #6f6a62;
    font-size: 15px;
    line-height: 1.65;
}

.product-card__meta {
    margin-top: 22px;
    padding-top: 18px;
    border-top: 1px solid rgba(168, 132, 79, 0.22);
    color: #111111;
    font-size: 13px;
    line-height: 1.35;
    font-weight: 600;
}

.product-section {
    padding: 95px 0;
    background: #ffffff;
}

.section-heading {
    max-width: 760px;
    margin: 0 auto 58px;
}

.section-heading__label {
    display: block;
    margin-bottom: 10px;
    color: #a8844f;
    font-size: 11px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.section-heading__title {
    margin: 0 0 16px;
    color: #111111;
    font-size: 34px;
    line-height: 1.1;
    font-weight: 700;
    text-transform: uppercase;
}

.section-heading__text {
    margin: 0 auto;
    color: #6f6a62;
    font-size: 16px;
    line-height: 1.7;
}

.product-grid {
    display: flex;
    flex-wrap: wrap;
}

.product-grid__item {
    margin-bottom: 38px;
}

@media (max-width: 767px) {
    .product-section {
        padding: 68px 0;
    }

    .section-heading {
        margin-bottom: 38px;
    }

    .section-heading__title {
        font-size: 28px;
    }

    .section-heading__text {
        font-size: 15px;
    }

    .product-grid__item {
        margin-bottom: 26px;
    }

    .product-card__image-wrap {
        min-height: 300px;
        padding: 34px 24px 24px;
    }

    .product-card__image {
        max-height: 320px;
    }

    .product-card__content {
        padding: 24px 22px 26px;
    }

    .product-card__title {
        font-size: 21px;
    }

    .product-card__text {
        font-size: 14px;
    }
}

.history-section {
    position: relative;
    overflow: hidden;
    background: #0f0f0f;
}

.history-section__container {
    width: 100%;
}

.history-section__row {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

.history-section__content-col,
.history-section__image-col {
    padding-left: 0;
    padding-right: 0;
}

.history-content {
    position: relative;
    min-height: 760px;
    padding: 110px 11vw 105px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background:
        radial-gradient(circle at 18% 18%, rgba(168, 132, 79, 0.13), transparent 34%),
        linear-gradient(135deg, #111111 0%, #090909 100%);
}


.history-content__label {
    position: relative;
    z-index: 2;
    display: block;
    margin-bottom: 16px;
    color: #a8844f;
    font-size: 11px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: 2.4px;
    text-transform: uppercase;
}

.history-content__title {
    position: relative;
    z-index: 2;
    margin: 0;
    color: #ffffff;
    font-size: 54px;
    line-height: 1.02;
    font-weight: 700;
    letter-spacing: -0.5px;
    text-transform: uppercase;
    font-family: 'Playfair Display', sans-serif;
}

.history-content__divider {
    position: relative;
    z-index: 2;
    width: 74px;
    height: 1px;
    margin: 34px 0 36px;
    background: #a8844f;
}

.history-content__lead {
    position: relative;
    z-index: 2;
    max-width: 660px;
    margin: 0 0 28px;
    color: #f5f0e8;
    font-size: 20px;
    line-height: 1.4;
    font-weight: 400;
}

.history-content__text {
    position: relative;
    z-index: 2;
    max-width: 660px;
    margin: 0 0 20px;
    color: rgba(245, 240, 232, 0.76);
    font-size: 16px;
    line-height: 1.4;
    font-weight: 400;
}

.history-content__quote {
    position: relative;
    z-index: 2;
    max-width: 660px;
    margin-top: 28px;
    padding: 24px 28px;
    border-left: 2px solid #a8844f;
    background: rgba(255, 255, 255, 0.045);
}

.history-content__quote span {
    display: block;
    color: #ffffff;
    font-size: 18px;
    line-height: 1.55;
    font-weight: 600;
}

.history-image {
    position: relative;
    min-height: 760px;
    height: 100%;
    background-size: cover;
    background-position: center;
    overflow: hidden;
}

.history-image__overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(15, 15, 15, 0.55) 0%, rgba(15, 15, 15, 0.08) 45%, rgba(15, 15, 15, 0.35) 100%),
        linear-gradient(180deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.55) 100%);
}

.history-image__caption {
    position: absolute;
    left: 44px;
    right: 44px;
    bottom: 42px;
    z-index: 2;
    padding: 26px 30px;
    border: 1px solid rgba(168, 132, 79, 0.45);
    background: rgba(10, 10, 10, 0.52);
    backdrop-filter: blur(8px);
}

.history-image__caption span {
    display: block;
    margin-bottom: 8px;
    color: #a8844f;
    font-size: 11px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.history-image__caption strong {
    display: block;
    color: #ffffff;
    font-size: 22px;
    line-height: 1.25;
    font-weight: 600;
}

@media (max-width: 991px) {
    .history-content {
        min-height: auto;
        padding: 86px 60px;
    }

    .history-content__title {
        font-size: 44px;
    }

    .history-content__lead {
        font-size: 18px;
    }

    .history-image {
        min-height: 620px;
    }
}

@media (max-width: 767px) {
    .history-section__row {
        display: block;
    }

    .history-content {
        padding: 68px 28px 58px;
    }

    .history-content__title {
        font-size: 34px;
        letter-spacing: -0.6px;
    }

    .history-content__divider {
        margin: 26px 0 28px;
    }

    .history-content__lead {
        font-size: 17px;
        line-height: 1.6;
    }

    .history-content__text {
        font-size: 15px;
        line-height: 1.7;
    }

    .history-content__quote {
        padding: 20px 22px;
    }

    .history-content__quote span {
        font-size: 16px;
    }

    .history-image {
        min-height: 420px;
    }

    .history-image__caption {
        left: 22px;
        right: 22px;
        bottom: 22px;
        padding: 20px 22px;
    }

    .history-image__caption strong {
        font-size: 18px;
    }
}

.distribution-section {
    position: relative;
    overflow: hidden;
    background: #11100f;
}

.distribution-section__container {
    width: 100%;
}

.distribution-section__row {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    margin-left: 0;
    margin-right: 0;
}

.distribution-section__image-col,
.distribution-section__content-col {
    padding-left: 0;
    padding-right: 0;
}

.distribution-image {
    position: relative;
    min-height: 720px;
    height: 100%;
    background-size: cover;
    background-position: center;
    overflow: hidden;
}

.distribution-image--left {
    background-position: center;
}

.distribution-image--right {
    background-position: center;
}

.distribution-image__overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(17, 16, 15, 0.35), rgba(17, 16, 15, 0.72)),
        rgba(0, 0, 0, 0.12);
}

.distribution-image--right .distribution-image__overlay {
    background:
        linear-gradient(90deg, rgba(17, 16, 15, 0.72), rgba(17, 16, 15, 0.35)),
        rgba(0, 0, 0, 0.12);
}

.distribution-content {
    position: relative;
    min-height: 720px;
    padding: 95px 58px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    background:
        radial-gradient(circle at 50% 18%, rgba(168, 132, 79, 0.16), transparent 34%),
        linear-gradient(180deg, #1b1a18 0%, #11100f 100%);
    border-left: 1px solid rgba(168, 132, 79, 0.2);
    border-right: 1px solid rgba(168, 132, 79, 0.2);
}

.distribution-content::before {
    content: "";
    position: absolute;
    inset: 34px;
    border: 1px solid rgba(168, 132, 79, 0.22);
    pointer-events: none;
}

.distribution-content__label {
    position: relative;
    z-index: 2;
    display: block;
    margin-bottom: 16px;
    color: #a8844f;
    font-size: 11px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: 2.4px;
    text-transform: uppercase;
}

.distribution-content__title {
    position: relative;
    z-index: 2;
    margin: 0 0 28px;
    color: #ffffff;
    font-size: 52px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.distribution-content__title::after {
    content: "";
    display: block;
    width: 72px;
    height: 1px;
    margin: 28px auto 0;
    background: #a8844f;
}

.distribution-content__lead {
    position: relative;
    z-index: 2;
    max-width: 520px;
    margin: 0 auto 20px;
    color: #f5f0e8;
    font-size: 21px;
    line-height: 1.55;
    font-weight: 400;
}

.distribution-content__text {
    position: relative;
    z-index: 2;
    max-width: 520px;
    margin: 0 auto;
    color: rgba(245, 240, 232, 0.74);
    font-size: 16px;
    line-height: 1.75;
}

.distribution-content__stores {
    position: relative;
    z-index: 2;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 9px;
    max-width: 520px;
    margin: 30px auto 36px;
}

.distribution-content__stores span {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 8px 13px;
    border: 1px solid rgba(168, 132, 79, 0.36);
    color: #f5f0e8;
    background: rgba(255, 255, 255, 0.045);
    font-size: 12px;
    line-height: 1;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.distribution-content__button {
    position: relative;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    align-self: center;
    min-height: 52px;
    padding: 0 28px;
    border: 1px solid #a8844f;
    background: #a8844f;
    color: #11100f;
    font-size: 12px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    cursor: pointer;
    transition: background 0.3s ease, color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
}

.distribution-content__button:hover,
.distribution-content__button:focus {
    background: transparent;
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 16px 34px rgba(0, 0, 0, 0.28);
}

.distribution-content__button span {
    position: relative;
    z-index: 2;
}

@media (max-width: 991px) {
    .distribution-content {
        min-height: 620px;
        padding: 82px 44px;
    }

    .distribution-image {
        min-height: 620px;
    }

    .distribution-content__title {
        font-size: 42px;
    }

    .distribution-content__lead {
        font-size: 19px;
    }
}

@media (max-width: 767px) {
    .distribution-section {
        background:
            linear-gradient(rgba(17, 16, 15, 0.88), rgba(17, 16, 15, 0.94)),
            url('set/img/foto__szelment--zestaw.jpg') center / cover no-repeat;
    }

    .distribution-section__row {
        display: block;
    }

    .distribution-content {
        min-height: auto;
        padding: 76px 28px;
        background:
            radial-gradient(circle at 50% 14%, rgba(168, 132, 79, 0.16), transparent 36%),
            rgba(17, 16, 15, 0.88);
        border-left: 0;
        border-right: 0;
    }

    .distribution-content::before {
        inset: 22px;
    }

    .distribution-content__title {
        font-size: 34px;
    }

    .distribution-content__lead {
        font-size: 18px;
    }

    .distribution-content__text {
        font-size: 15px;
    }

    .distribution-content__stores {
        gap: 7px;
        margin: 26px auto 32px;
    }

    .distribution-content__stores span {
        min-height: 32px;
        padding: 8px 11px;
        font-size: 11px;
    }

    .distribution-content__button {
        width: 100%;
        max-width: 340px;
        min-height: 54px;
        padding: 0 20px;
        font-size: 11px;
        letter-spacing: 1.1px;
    }
}

.gallery-section {
    padding: 95px 0 0;
    background: #ffffff;
    overflow: hidden;
}

.gallery-section__heading {
    max-width: 720px;
    margin: 0 auto 54px;
}

.gallery-section__intro {
    max-width: 620px;
    margin: 16px auto 0;
    color: #6f6a62;
    font-size: 16px;
    line-height: 1.7;
}

.gallery-section__container {
    padding-left: 18px;
    padding-right: 18px;
}

/* Custom gallery bez masonry */
.custom-gallery {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}

.custom-gallery__item {
    position: relative;
    display: block;
    overflow: hidden;
    background: #111111;
    text-decoration: none;
    cursor: pointer;
}

.custom-gallery__item::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2;
    background: rgba(0, 0, 0, 0.18);
    opacity: 0;
    transition: opacity 0.35s ease;
}

.custom-gallery__item::after {
    content: "+";
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;
    width: 46px;
    height: 46px;
    transform: translate(-50%, -50%) scale(0.86);
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(168, 132, 79, 0.85);
    background: rgba(17, 17, 17, 0.62);
    color: #ffffff;
    font-size: 28px;
    line-height: 1;
    font-weight: 300;
    opacity: 0;
    transition: opacity 0.35s ease, transform 0.35s ease;
}

.custom-gallery__item img {
    display: block;
    width: 100%;
    height: 310px;
    object-fit: cover;
    transition: transform 0.55s ease;
}

.custom-gallery__item:hover img {
    transform: scale(1.055);
}

.custom-gallery__item:hover::before {
    opacity: 1;
}

.custom-gallery__item:hover::after {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}

/* Lightbox */
.custom-lightbox {
    position: fixed;
    inset: 0;
    z-index: 99999;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 34px;
    background: rgba(0, 0, 0, 0.92);
}

.custom-lightbox.is-active {
    display: flex;
}

.custom-lightbox__inner {
    position: relative;
    max-width: 1180px;
    width: 100%;
    max-height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.custom-lightbox__image {
    display: block;
    max-width: 100%;
    max-height: calc(100vh - 130px);
    width: auto;
    height: auto;
    object-fit: contain;
    box-shadow: 0 28px 80px rgba(0, 0, 0, 0.45);
}

.custom-lightbox__title {
    margin-top: 18px;
    color: #f5f0e8;
    font-size: 13px;
    line-height: 1.4;
    font-weight: 600;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    text-align: center;
}

.custom-lightbox__close,
.custom-lightbox__prev,
.custom-lightbox__next {
    position: absolute;
    z-index: 2;
    border: 1px solid rgba(168, 132, 79, 0.55);
    background: rgba(17, 17, 17, 0.72);
    color: #ffffff;
    cursor: pointer;
    transition: background 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}

.custom-lightbox__close:hover,
.custom-lightbox__prev:hover,
.custom-lightbox__next:hover {
    background: #a8844f;
    border-color: #a8844f;
    transform: translateY(-1px);
}

.custom-lightbox__close {
    top: 24px;
    right: 24px;
    width: 46px;
    height: 46px;
    font-size: 28px;
    line-height: 1;
}

.custom-lightbox__prev,
.custom-lightbox__next {
    top: 50%;
    width: 50px;
    height: 58px;
    transform: translateY(-50%);
    font-size: 34px;
    line-height: 1;
}

.custom-lightbox__prev:hover,
.custom-lightbox__next:hover {
    transform: translateY(-50%) translateY(-1px);
}

.custom-lightbox__prev {
    left: 24px;
}

.custom-lightbox__next {
    right: 24px;
}

body.custom-lightbox-open {
    overflow: hidden;
}

@media (max-width: 991px) {
    .gallery-section {
        padding-top: 82px;
    }

    .gallery-section__heading {
        margin-bottom: 46px;
    }

    .custom-gallery {
        grid-template-columns: repeat(2, 1fr);
        gap: 14px;
    }

    .custom-gallery__item img {
        height: 300px;
    }
}

@media (max-width: 767px) {
    .gallery-section {
        padding-top: 68px;
    }

    .gallery-section__heading {
        margin-bottom: 38px;
    }

    .gallery-section__intro {
        font-size: 15px;
    }

    .gallery-section__container {
        padding-left: 12px;
        padding-right: 12px;
    }

    .custom-gallery {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }

    .custom-gallery__item img {
        height: 210px;
    }

    .custom-gallery__item::after {
        width: 38px;
        height: 38px;
        font-size: 23px;
    }

    .custom-lightbox {
        padding: 18px;
    }

    .custom-lightbox__image {
        max-height: calc(100vh - 110px);
    }

    .custom-lightbox__close {
        top: 14px;
        right: 14px;
        width: 42px;
        height: 42px;
    }

    .custom-lightbox__prev,
    .custom-lightbox__next {
        width: 42px;
        height: 50px;
        font-size: 28px;
    }

    .custom-lightbox__prev {
        left: 12px;
    }

    .custom-lightbox__next {
        right: 12px;
    }
}

@media (max-width: 420px) {
    .custom-gallery {
        grid-template-columns: 1fr;
    }

    .custom-gallery__item img {
        height: 260px;
    }
}

.contact-section {
    position: relative;
    padding: 95px 0 105px;
    background: #f7f4ef;
    overflow: hidden;
}

.contact-section__heading {
    max-width: 760px;
    margin: 0 auto 58px;
}

.contact-section__intro {
    max-width: 680px;
    margin: 16px auto 0;
    color: #6f6a62;
    font-size: 16px;
    line-height: 1.7;
}

.contact-section__row {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
}

.contact-info {
    position: relative;
    height: 100%;
    min-height: 520px;
    padding: 46px 42px;
    color: #ffffff;
    overflow: hidden;
    background:
        radial-gradient(circle at 50% 18%, rgba(168, 132, 79, 0.16), transparent 34%),
        linear-gradient(180deg, #1b1a18 0%, #11100f 100%);
    border: 1px solid rgba(168, 132, 79, 0.2);
}

.contact-info__label,
.contact-form-card__label {
    position: relative;
    z-index: 2;
    display: block;
    margin-bottom: 14px;
    color: #a8844f;
    font-size: 11px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.contact-info__title {
    position: relative;
    z-index: 2;
    margin: 0 0 10px;
    color: #ffffff;
    font-size: 34px;
    line-height: 1.15;
    font-weight: 700;
    font-family: 'Playfair Display', sans-serif;
}

.contact-info__position {
    position: relative;
    z-index: 2;
    margin: 0;
    color: rgba(245, 240, 232, 0.78);
    font-size: 15px;
    line-height: 1.6;
    text-transform: uppercase;
    letter-spacing: 0.8px;
}

.contact-info__divider {
    position: relative;
    z-index: 2;
    width: 72px;
    height: 1px;
    margin: 34px 0;
    background: #a8844f;
}

.contact-info__item {
    position: relative;
    z-index: 2;
    margin-bottom: 28px;
}

.contact-info__item-label {
    display: block;
    margin-bottom: 7px;
    color: #a8844f;
    font-size: 11px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: 1.8px;
    text-transform: uppercase;
}

.contact-info__link {
    color: #ffffff;
    font-size: 22px;
    line-height: 1.35;
    font-weight: 600;
    text-decoration: none;
    transition: color 0.25s ease;
}

.contact-info__link:hover,
.contact-info__link:focus {
    color: #a8844f;
    text-decoration: none;
}

.contact-info__note {
    position: relative;
    z-index: 2;
    margin-top: 36px;
    padding-top: 28px;
    border-top: 1px solid rgba(168, 132, 79, 0.28);
}

.contact-info__note p {
    margin: 0;
    color: rgba(245, 240, 232, 0.76);
    font-size: 15px;
    line-height: 1.75;
}

.contact-form-card {
    height: 100%;
    min-height: 520px;
    padding: 46px 48px;
    background: #ffffff;
    border: 1px solid rgba(168, 132, 79, 0.24);
    box-shadow: 0 24px 65px rgba(0, 0, 0, 0.08);
}

.contact-form-card__title {
    margin: 0 0 30px;
    color: #111111;
    font-size: 34px;
    line-height: 1.15;
    font-weight: 700;

    font-family: 'Playfair Display', sans-serif;
}

.contact-form__message {
    margin-bottom: 18px;
}

.contact-form__row {
    display: flex;
    gap: 18px;
}

.contact-form__group {
    width: 100%;
    margin-bottom: 20px;
}

.contact-form__group label {
    display: block;
    margin-bottom: 8px;
    color: #111111;
    font-size: 12px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.contact-form__input,
.contact-form__textarea {
    display: block;
    width: 100%;
    border: 1px solid rgba(168, 132, 79, 0.28);
    background: #fbfaf7;
    color: #111111;
    font-size: 15px;
    line-height: 1.4;
    font-weight: 400;
    outline: none;
    transition: border-color 0.25s ease, background 0.25s ease, box-shadow 0.25s ease;
}

.contact-form__input {
    height: 54px;
    padding: 0 18px;
}

.contact-form__textarea {
    min-height: 150px;
    padding: 17px 18px;
    resize: vertical;
}

.contact-form__input::placeholder,
.contact-form__textarea::placeholder {
    color: rgba(111, 106, 98, 0.72);
}

.contact-form__input:focus,
.contact-form__textarea:focus {
    border-color: #a8844f;
    background: #ffffff;
    box-shadow: 0 0 0 3px rgba(168, 132, 79, 0.12);
}

.contact-form__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 54px;
    padding: 0 30px;
    border: 1px solid #111111;
    background: #111111;
    color: #ffffff;
    font-size: 12px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    cursor: pointer;
    transition: background 0.3s ease, color 0.3s ease, border-color 0.3s ease, transform 0.3s ease;
}

.contact-form__button:hover,
.contact-form__button:focus {
    background: #a8844f;
    border-color: #a8844f;
    color: #111111;
    transform: translateY(-2px);
}

@media (max-width: 991px) {
    .contact-section {
        padding: 82px 0 88px;
    }

    .contact-info {
        min-height: auto;
        margin-bottom: 28px;
    }

    .contact-form-card {
        min-height: auto;
    }
}

@media (max-width: 767px) {
    .contact-section {
        padding: 68px 0 72px;
    }

    .contact-section__heading {
        margin-bottom: 38px;
    }

    .contact-section__intro {
        font-size: 15px;
    }

    .contact-info {
        padding: 38px 28px;
        text-align: left;
    }

    .contact-info::before {
        inset: 18px;
    }

    .contact-info__title {
        font-size: 27px;
    }

    .contact-info__link {
        font-size: 18px;
    }

    .contact-form-card {
        padding: 34px 26px;
    }

    .contact-form-card__title {
        font-size: 27px;
    }

    .contact-form__row {
        display: block;
    }

    .contact-form__button {
        width: 100%;
    }
}

.site-footer {
    position: relative;
    background: #ffffff;
    color: #111111;
    overflow: hidden;
    border-top: 1px solid rgba(168, 132, 79, 0.22);
}

.site-footer__top {
    padding: 58px 0 46px;
}

.site-footer__brand {
    max-width: 260px;
}

.site-footer__logo {
    display: inline-block;
    margin-bottom: 22px;
}

.site-footer__logo img {
    display: block;
    max-width: 200px;
    height: auto;
}

.site-footer__tagline {
    margin: 0;
    color: #6f6a62;
    font-size: 14px;
    line-height: 1.65;
}

.site-footer__notice {
    max-width: 680px;
    padding: 0 26px;
    color: #6f6a62;
    font-size: 14px;
    line-height: 1.75;
}

.site-footer__notice strong {
    color: #a8844f;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.site-footer__links {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 18px;
    padding: 0 26px;
}

.site-footer__links a {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 8px 13px;
    border: 1px solid rgba(168, 132, 79, 0.32);
    background: #fbfaf7;
    color: #111111;
    font-size: 11px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 1.1px;
    text-transform: uppercase;
    text-decoration: none;
    transition: background 0.25s ease, border-color 0.25s ease, color 0.25s ease;
}

.site-footer__links a:hover,
.site-footer__links a:focus {
    background: #a8844f;
    border-color: #a8844f;
    color: #11100f;
    text-decoration: none;
}

.site-footer__social {
    text-align: right;
}

.site-footer__social-label {
    display: block;
    margin-bottom: 14px;
    color: #a8844f;
    font-size: 11px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.site-footer__social-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 42px;
    padding: 0 18px;
    border: 1px solid rgba(168, 132, 79, 0.42);
    background: #fbfaf7;
    color: #111111;
    font-size: 12px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 1.1px;
    text-transform: uppercase;
    text-decoration: none;
    transition: background 0.25s ease, border-color 0.25s ease, color 0.25s ease, transform 0.25s ease;
}

.site-footer__social-link i {
    font-size: 15px;
}

.site-footer__social-link:hover,
.site-footer__social-link:focus {
    background: #a8844f;
    border-color: #a8844f;
    color: #11100f;
    text-decoration: none;
    transform: translateY(-2px);
}

.site-footer__bottom {
    padding: 22px 0;
    background: #fbfaf7;
    border-top: 1px solid rgba(168, 132, 79, 0.22);
}

.site-footer__copy,
.site-footer__author {
    margin: 0;
    color: #6f6a62;
    font-size: 11px;
    line-height: 1.6;
    font-weight: 600;
    letter-spacing: 1.1px;
    text-transform: uppercase;
}

.site-footer__author {
    text-align: right;
}

.site-footer__author a {
    color: #111111;
    text-decoration: none;
    transition: color 0.25s ease;
}

.site-footer__author a:hover,
.site-footer__author a:focus {
    color: #a8844f;
    text-decoration: none;
}

@media (max-width: 991px) {
    .site-footer__brand {
        max-width: none;
        margin-bottom: 34px;
        text-align: center;
    }

    .site-footer__logo img {
        margin: 0 auto;
    }

    .site-footer__notice {
        max-width: none;
        padding: 0;
        text-align: center;
    }

    .site-footer__links {
        justify-content: center;
        padding: 0;
        margin-bottom: 34px;
    }

    .site-footer__social {
        text-align: center;
    }

    .site-footer__copy,
    .site-footer__author {
        text-align: center;
    }

    .site-footer__copy {
        margin-bottom: 8px;
    }
}

@media (max-width: 767px) {
    .site-footer__top {
        padding: 46px 0 38px;
    }

    .site-footer__logo img {
        max-width: 132px;
    }

    .site-footer__tagline,
    .site-footer__notice {
        font-size: 13px;
    }

    .site-footer__links {
        gap: 8px;
    }

    .site-footer__links a {
        width: 100%;
        justify-content: center;
    }

    .site-footer__social-link {
        width: 100%;
        max-width: 260px;
    }

    .site-footer__bottom {
        padding: 18px 0;
    }
}

.navbar li a::after {
    content: "";
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: 25px;
    height: 1px;
    background: #a8844f;
    transform: scaleX(0);
    transform-origin: center;
    transition: transform 0.25s ease, bottom 0.3s ease;
}

.navbar li.active a {
    border-bottom: none !important;
}

.navbar li a:hover,
.navbar li.active a {
    color: #ac8e60 !important;
}

.navbar li.active a::after,
.navbar li:hover a::after,
.navbar li:focus a::after {
    transform: scaleX(1);
}
