
@import url('https://fonts.googleapis.com/css2?family=Commissioner:wght@100..900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

:root {
    --black: #2f2b2a;
    --dark: #3b3532;
    --bg: #f3efeb;
    --orange: #9a684f;
    --orange-600: #80513d;
    --yellow: #b99472;
    --muted: #867d78;
    --text: #332f2d;
    --card: #ffffff;
    --card-2: #f8f5f2;
    --accent: #e9e2dc;
    --olive: #7b8148;
    --olive-dark: #616635;
    --line: #d8cec6;
    --radius: 18px;
    --shadow: 0 8px 24px rgba(63, 47, 40, .14);
    --max: 1160px;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html, body {
    height: 100%;

}

body {
    margin: 0;
    font-family: "Commissioner", sans-serif;
    color: var(--text);
    background: var(--bg);
    line-height: 1.55;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

a {
    color: inherit;
    text-decoration: none
}

img {
    display: block;
    max-width: 100%;
    height: auto;
    border-radius: 12px
}

.container {
    width: 100%;
    max-width: var(--max);
    margin-inline: auto;
    padding-inline: 24px
}

/* ===== Header ===== */
.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 3000;
    background: rgba(248, 245, 242, .94);
    backdrop-filter: blur(6px);
    border-bottom: 1px solid var(--line);
    padding: 10px 0;
}

.header__row {
    display: flex;
    align-items: center;
    gap: 20px;
    min-height: 68px
}

.logo {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    border: 1px solid var(--line);
    border-radius: 6px;
    font-weight: 800;
    letter-spacing: .5px;
    color: var(--dark)
}

nav {
    margin-left: auto
}

.nav {
    display: flex;
    gap: 24px
}

.nav a {
    font-weight: 600;
    color: var(--dark);
    opacity: .9
}

.nav a:hover {
    color: #ffffff
}

.cta {
    margin-left: 8px
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 16px;
    border-radius: 10px;
    background: var(--orange);
    color: #111;
    font-weight: 700;
    border: 1px solid #f2a84b;
    box-shadow: 0 4px 12px rgba(251, 138, 0, .25);
    font-size: 20px;
    transition: .5s ease;
    animation: scaling 1.5s infinite;
    cursor: pointer;
}
@keyframes scaling {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.02);
    }
    100% {
        transform: scale(1);
    }
}

.btn:hover {
    background: transparent;
    color: var(--olive-dark);
}

/* mobile menu */
.burger {
    display: none;
    flex-direction: column;
    gap: 4px;
    width: 42px;
    height: 42px;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--line);
    border-radius: 10px;
    background: #161616
}

.burger span {
    width: 20px;
    height: 2px;
    background: #ffffff;
    border-radius: 2px
}

.mnav {
    display: none
}

/* ===== Hero ===== */
.hero {
    position: relative;
    background: linear-gradient(180deg, #eee8e3 0%, #e5ddd6 100%);
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100vh;
    overflow: hidden;
}
.hero__left {
    display: flex;
    flex-direction: column;
    gap: 30px;
    position: relative;
    z-index: 4;
}
.hero__left a {
    width: 200px;
}
.hero__grid {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.hero h1 {
    color: transparent;
    background-image: linear-gradient(180deg, #4a403c 0%, #745848 55%, #9a684f 100%);
    -webkit-background-clip: text;
    will-change: transform;
    font-size: 64px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
    width: 70%;
}

.hero h1 .sub {
    display: block;
    color: #ffffff
}

.hero h1 .accent {
    color: var(--orange)
}

.lead {
    color: #fffffffff;
    font-size: 18px;
    line-height: 1.55;
    font-weight: 600;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
    max-width: 500px;

}

.hero__art {
    position: absolute;
    right: -30px;
    top: 50%;
    transform: translateY(-50%);
    width: 60%;
    height: 100%;
    z-index: 3;
    filter: brightness(0.8);
}

.hero__img:first-child {
    position: absolute;
    bottom: 0;
    right: -40px;
}
.hero__img:last-child {
    position: absolute;
    top: 0;
    left: 0;
}

.hero__img img {
    width: 100%;
    height: auto;
}

#feature {
    background: var(--orange);
    color: #ffffff;
    padding: 80px 0;
}
/* orange feature panel */

.feature-wr {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}
.feature-sticky-img {
    padding: 40px;
    position: relative;
    width: 30%;
}
.feature-sticky-block {
    position: sticky;
    width: 150px;
    height: auto;
    top: 100px;
}
.feature-sticky-img img.bottle {
    width: 150px;
    height: auto;

}
.feature-sticky-img img.fog {
    position: absolute;
    top: -170px;
    left: -580px;
    width: 1400px !important;
    max-width: 1400px;
    animation: scaling1 3s infinite;
}
@keyframes scaling1 {
    0% {
        opacity: 0;
    }
    10% {
        opacity: 0.2;
    }
    20% {
        opacity: 0.4;
    }
    30% {
        opacity: 0.6;
    }
    40% {
        opacity: 0.8;
    }
    50% {
        opacity: 1;
    }
    60% {
        opacity: 0.8;
    }
    70% {
        opacity: 0.6;
    }
    80% {
        opacity: 0.4;
    }
    90% {
        opacity: 0.2;
    }
    100% {
        opacity: 0;
    }
}
.feature-orange h3 {
    color: #ffffff;
    font-size: 50px;
    text-transform: uppercase;
    font-weight: 900;
}

.feature-list {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 65%;
    gap: 50px;
}

.feature-item {
    border-radius: 12px;
    padding: 14px;
    font-weight: 600;
}
.feature-item h4 {
    font-size: 32px;
    line-height: 42px;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.feature-item p {
    margin: 20px 0;
    font-size: 20px;
    line-height: 32px;
    font-weight: 400;
}
#benefits {
    background: #ffffff;
    padding: 80px 0;
}

#benefits img{
    width: 80%;
    height: auto;

}
/* two feature blocks (image + text) */
.split {
    display: grid;
    grid-template-columns:1fr 1fr;
    gap: 36px;
    align-items: center;
    margin: 56px 0
}

.card {

}

.card h3 {
    margin: 0 0 20px;
    font-size: 32px;
    text-transform: uppercase;
    color: var(--dark);
}

.card p {
    margin: 0;
    color: var(--dark);
    font-size: 20px;
    line-height: 32px;
}
.split a {
    width: 200px;
    margin: 20px 0;
}

/* promo */
.promo {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    align-items: center;
    padding: 40px 0;
}

.promo .tag {
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .9px
}

.promo .sale {
    display: inline-block;
    margin-top: 8px;
    background: #ffffff;
    border: 1px dashed #333;
    padding: 10px 14px;
    border-radius: 12px
}

/* shop */
.shop {
    background: var(--accent);
    color: var(--dark);
    padding: 80px 0
}

.shop .section-title {
    font-size: 50px;
    margin: 0 0 18px;
    font-weight: 900;
    text-transform: uppercase;
}

.catalog {
    display: grid;
    grid-template-columns:repeat(18, 1fr);
    gap: 18px;
}

.product {
    grid-column: span 6;
    background: var(--card);
    border: 1px solid var(--line);
    border-radius: 8px;
    overflow: hidden;
    display: flex;
    flex-direction: column
}
.product__gift {
    padding: 10px;
    border-radius: 10px;
    color: var(--olive-dark);
    font-weight: 600;
    margin: 10px 0;
}
.product__gift span {
    font-weight: 400;
}

.product__pic img {
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
    border-radius: 5px;
    background: #ffffff;
    height: 300px;
}


.swiper_pic {
    position: relative;
    overflow: hidden;
}
.swiper_pic .swiper-scrollbar,.swiper_pic .swiper-button-prev, .swiper-scrollbar {
    display: none;
}
.product__body {
    padding: 12px 14px 16px
}

.product__title {
    font-weight: 700;
    margin: 2px 0 6px;
    font-size: 20px;
}

.product__meta {
    font-size: 20px;
    color: var(--dark);
    font-weight: 800;
}
.product__meta span {
    text-decoration: line-through;
    font-weight: 600;
    color: var(--muted);
    font-size: 16px;
}

.product__actions {
    margin-top: 30px;
    display: flex;
    gap: 8px
}

.btn--ghost {
    background: #ffffff;
    border: 1px solid #e4d9c3;
    border-radius: 10px;
    padding: 8px 12px;
    font-weight: 700;
    color: var(--dark);
    transition: 1s;
    text-align: center;
    font-size: 20px;
    cursor: pointer;
}
.btn--ghost:hover {
    opacity: .7;
}

.btn--buy {
    background: var(--olive);
    border: 1px solid var(--olive-dark);
    cursor: pointer;
    font-size: 24px;
    line-height: 26px;
    padding: 10px 20px;
    font-weight: 800;
    font-family: "Commissioner", sans-serif;

}
.btn--buy:hover {
    background: #ffffff;

}

/* testimonials */
.reviews {
    padding: 48px 0
}
.swiper_rev {
    overflow: hidden;
    position: relative;
}
.swiper_rev .swiper-wrapper {
    height: auto;
}
.swiper-button-next, .swiper-button-prev {
    width: 50px;
    height: 50px;
    background: #ffffff;
    border-radius: 50%;
    border: 1px solid #000;
}
.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 14px;
    /*width: 40px;*/
    /*height: 40px;*/
    /*border: 1px solid #000;*/
    /*background: #ffffff;*/
    /*border-radius: 50%;*/
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--dark);
}
.swiper-button-prev:hover,  .swiper-button-next:hover{
    background: #ff9d2f;
}

.reviews {
    padding: 80px 0;
    background: var(--orange);
}

.reviews .section-h {
    color: var(--dark);
    margin-bottom: 20px;
}

.reviews .section-title {
    margin-bottom: 18px
}



.review {
    background: #ffffff;
    border: 1px solid #ececec;
    border-radius: 14px;
    padding: 0;
    overflow: hidden
}

.review img {
    width: 100%;
    display: block
}

/* how-to */
.how {
    padding: 80px 0;
}

.how .steps {
    display: grid;
    grid-template-columns:repeat(4, 1fr);
    gap: 18px
}
.how img {
    width: 70px;
    height: 70px;
}
.step {
    background: #ffffff;
    border: 1px solid var(--line);
    border-radius: 16px;
    padding: 18px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    text-align: center;
}

.step strong {
    display: block;
    margin-bottom: 6px;
    font-size: 24px;
}

/* form */
.order {
    padding: 80px 0;
    background: var(--accent);
}
.order .section-h {
    color: var(--dark);
    margin-bottom: 20px;
    font-size: 50px;
}

.order .form {
    max-width: 800px;
    background: #ffffff;
    border: 1px solid var(--line);
    border-radius: 16px;
    padding: 40px;
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.input {
    width: 100%;
    padding: 12px 14px;
    border-radius: 12px;
    border: 1px solid var(--line);
    background: #ffffff;
    color: #ffffff
}

.input + .input {
    margin-top: 10px
}

textarea.input {
    min-height: 90px;
    resize: vertical
}

/* footer */
.footer {
    padding: 24px 0;
    background: #2f2b2a;
    border-top: 1px solid #1a1a1a;
    color: #ddd5cf;
    font-size: 14px
}

.footer .cols {
    display: grid;
    grid-template-columns:1fr 1fr 1fr;
    align-items: center;
}
.footer .cols div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

/* ===== Helpers ===== */
.section-h {
    font-size: 36px;
    font-weight: 900;
    margin: 0 0 10px;
    text-transform: uppercase;
}

.muted {
    color: #d4cbc4;
    display: flex;
    flex-direction: column;
    gap: 10px
}
.muted a:hover {
    color: var(--dark);
}
.spacer {
    height: 24px
}

/* ===== Responsive ===== */
@media (max-width: 1100px) {
    .hero__grid {
        grid-template-columns:1fr 1fr
    }

    .catalog .product {
        grid-column: span 9
    }
    .hero h1 {
        font-size: 40px;
    }
    .feature-orange h3 {
        font-size: 36px;
    }
}

@media (max-width: 900px) {
    .order .section-h {

        font-size: 36px;
    }
    .order .form div {
        flex-direction: column;
        gap: 20px!important;
    }
    .nav {
        display: none
    }

    .burger {
        display: flex;
        margin-left: auto
    }

    .mnav {
        display: none;
        flex-direction: column;
        gap: 12px;
        padding: 12px 0
    }
    .mnav .btn {
        display: none;
    }

    .mnav a {
        padding: 10px 12px;
        border: 1px solid var(--line);
        border-radius: 10px;
        background: #141414
    }

    .hero h1 {
        font-size: 40px
    }


    .feature-list {
        grid-template-columns:1fr
    }

    .split {
        grid-template-columns:1fr;
        gap: 20px
    }

    .promo {
        grid-template-columns:1fr
    }

    .reviews__row {
        grid-template-columns:1fr 1fr
    }

    .how .steps {
        grid-template-columns:1fr 1fr
    }

    .catalog .product {
        grid-column: span 9
    }
    .feature-sticky-img {
        padding: 0 20px 0 0;
        position: relative;
        width: 30%;
    }
}

@media (max-width: 560px) {
    .feature-orange h3 {
        font-size: 28px;
    }
    .feature-item {
        padding: 0;
    }
    .hero h1 {
        font-size: 32px
    }

    .lead {
        font-size: 15px
    }

    .feature-orange {
        padding: 16px
    }

    .reviews__row {
        grid-template-columns:1fr
    }

    .how .steps {
        grid-template-columns:1fr
    }

    .catalog {
        gap: 14px
    }

    .catalog .product {
        grid-column: span 20
    }

    .footer .cols {
        grid-template-columns:1fr;
        gap: 20px
    }
    .hero h1 {
        width: 100%;
    }
    #benefits img {
        width: 100%;
    }
    .btn--buy {
        font-size: 30px;
    }
    .feature-sticky-img {
        display: none;
    }
    .feature-list {
        width: 100%;
    }
    .hero {
        height: auto;
        padding: 140px 0 60px;
    }
    #feature,#benefits,.shop, .reviews, .how,.order {
        padding: 40px 0;
    }
}


/* ===== ODIS COMPANY color synchronization ===== */
.header {
    box-shadow: 0 4px 18px rgba(63, 47, 40, .08);
}

.logo {
    color: var(--dark);
}

.nav a:hover,
.muted a:hover {
    color: var(--orange);
}

.btn {
    background: var(--olive);
    color: #fff;
    border-color: var(--olive-dark);
    box-shadow: 0 4px 12px rgba(97, 102, 53, .22);
}

.btn:hover {
    background: var(--olive-dark);
    color: #fff;
}

.burger {
    background: #fff;
    border-color: var(--line);
}

.burger span {
    background: var(--dark);
}

.mnav a {
    background: #fff;
    border-color: var(--line);
    color: var(--dark);
}

.hero .lead {
    color: var(--dark);
}

.shop {
    background: var(--accent);
}

.product {
    box-shadow: var(--shadow);
}

.product__title,
.product__meta {
    color: var(--dark);
}

.product__gift {
    color: var(--olive-dark);
    background: rgba(123, 129, 72, .08);
}

.btn--ghost {
    background: #fff;
    border-color: var(--line);
    color: var(--dark);
}

.btn--buy {
    background: var(--olive);
    border-color: var(--olive-dark);
    color: #fff;
}

.btn--buy:hover {
    background: var(--olive-dark);
    color: #fff;
}

.btn--buy.active {
    background: #fff !important;
    border-color: var(--olive-dark) !important;
    color: var(--olive-dark) !important;
}

.how {
    background: #f3efeb;
    color: var(--dark);
}

.step {
    background: #fff;
    border-color: var(--line);
    color: var(--dark);
    box-shadow: var(--shadow);
}

.order .form {
    background: #fff;
    border-color: var(--line);
    box-shadow: var(--shadow);
}

.input {
    background: #f8f5f2;
    border-color: var(--line);
    color: var(--dark);
}

.input::placeholder {
    color: var(--muted);
}

.footer {
    background: var(--dark);
    border-top-color: #4b423e;
}
