:root {
    --dark: #061012;
    --dark2: #0b1718;
    --green: #11261f;
    --gold: #d8b06a;
    --gold2: #bc9554;
    --cream: #f6f1ea;
    --card: #fbf8f3;
    --muted: #756f65;
    --white: #fff;
    --line: rgba(255, 255, 255, .16);
    --shadow: 0 30px 90px rgba(0, 0, 0, .18)
}

* {
    box-sizing: border-box
}

html {
    scroll-behavior: smooth
}

body {
    margin: 0;
    font-family: Inter, Arial, sans-serif;
    background: var(--cream);
    color: #151515
}

body.modal-open {
    overflow: hidden
}

h1,
h2,
h3 {
    font-family: Georgia, 'Times New Roman', serif;
    font-weight: 500;
    line-height: 1.05;
    margin: 0
}

h1 {
    font-size: clamp(42px, 5.9vw, 88px);
    letter-spacing: -1.5px
}

h2 {
    font-size: clamp(30px, 4vw, 54px);
    letter-spacing: -.6px
}

h3 {
    font-size: 28px
}

p {
    line-height: 1.6
}

a {
    text-decoration: none;
    color: inherit
}

img {
    max-width: 100%;
    display: block
}

.header {
    position: fixed;
    z-index: 30;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 22px 5vw;
    color: var(--white);
    background: linear-gradient(180deg, rgba(0, 0, 0, .82), rgba(0, 0, 0, .25), transparent);
    transition: .25s
}

.logo {
    font-family: Georgia, serif;
    font-size: 34px;
    letter-spacing: 3px;
    white-space: nowrap
}

.logo span {
    display: block;
    font-family: Arial, sans-serif;
    font-size: 10px;
    letter-spacing: 2.3px;
    color: #e4dfd5;
    text-transform: uppercase
}

.nav {
    display: flex;
    gap: 26px;
    font-size: 14px
}

.nav a,
.catalog-mini {
    transition: .2s
}

.nav a:hover,
.catalog-mini:hover {
    color: var(--gold)
}

.header-actions {
    display: flex;
    align-items: center;
    gap: 20px
}

.catalog-mini {
    font-size: 13px;
    border-bottom: 1px solid rgba(255, 255, 255, .45);
    padding-bottom: 4px
}

.phone {
    font-weight: 700;
    white-space: nowrap
}

.hero {
    position: relative;
    min-height: 760px;
    color: var(--white);
    background: linear-gradient(90deg, rgba(2, 7, 8, .95) 0%, rgba(7, 18, 19, .74) 42%, rgba(6, 11, 11, .18) 78%), url('images/argile_hero.png');
    background-size: cover;
    background-position: center top;
    overflow: hidden
}

.hero__shade {
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 80% 38%, rgba(216, 176, 106, .2), transparent 30%), linear-gradient(0deg, rgba(0, 0, 0, .28), transparent 35%)
}

.hero__inner {
    position: relative;
    z-index: 1;
    min-height: 760px;
    display: grid;
    grid-template-columns: minmax(420px, .9fr) minmax(310px, .6fr);
    align-items: center;
    gap: 40px;
    padding: 135px 5vw 74px
}

.eyebrow {
    margin: 0 0 16px;
    text-transform: uppercase;
    letter-spacing: 1.8px;
    font-size: 12px;
    color: #7e7466
}

.eyebrow--gold {
    color: var(--gold)
}

.hero__text {
    max-width: 620px;
    font-size: 21px;
    color: #eee2d3;
    margin: 24px 0 32px
}

.hero-features {
    display: grid;
    grid-template-columns: repeat(4, minmax(120px, 1fr));
    gap: 18px;
    max-width: 850px;
    margin: 36px 0
}

.hero-feature {
    padding: 8px 0
}

.hero-feature__icon {
    width: 46px;
    height: 46px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(216, 176, 106, .65);
    border-radius: 50%;
    color: var(--gold);
    font-size: 22px;
    margin-bottom: 12px
}

.hero-feature strong {
    display: block;
    font-size: 15px;
    margin-bottom: 5px
}

.hero-feature small {
    display: block;
    color: #d4c8b8;
    line-height: 1.35
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    border-radius: 8px;
    padding: 17px 30px;
    font-weight: 700;
    border: 1px solid transparent;
    cursor: pointer;
    transition: .24s
}

.btn--gold {
    background: linear-gradient(135deg, var(--gold), #c79b57);
    color: #111
}

.btn--gold:hover {
    transform: translateY(-2px);
    box-shadow: 0 18px 35px rgba(216, 176, 106, .25)
}

.btn--outline {
    border-color: rgba(255, 255, 255, .52);
    color: #fff;
    margin-left: 14px;
    background: rgba(0, 0, 0, .12)
}

.btn--outline:hover {
    border-color: var(--gold);
    color: var(--gold)
}

.btn--dark {
    background: #071212;
    color: #fff
}

.hero__product {
    align-self: end;
    justify-self: end;
    width: min(360px, 80%);
    background: rgba(7, 18, 18, .55);
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 26px;
    padding: 22px;
    box-shadow: var(--shadow);
    backdrop-filter: blur(4px)
}

.hero__product img {
    border-radius: 18px;
    width: 100%;
    height: 260px;
    object-fit: cover;
    background: #111
}

.hero__palette {
    display: flex;
    gap: 8px;
    margin-top: 18px
}

.hero__palette span {
    height: 16px;
    flex: 1;
    border-radius: 30px
}

.hero__palette span:nth-child(1) {
    background: #ede5d5
}

.hero__palette span:nth-child(2) {
    background: #b79b75
}

.hero__palette span:nth-child(3) {
    background: #7a6958
}

.hero__palette span:nth-child(4) {
    background: #284133
}

.hero__palette span:nth-child(5) {
    background: #141b1c
}

.benefit-strip {
    background: #fff;
    padding: 28px 5vw;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 26px;
    box-shadow: 0 10px 36px rgba(0, 0, 0, .05)
}

.benefit-strip div {
    display: grid;
    grid-template-columns: 46px 1fr;
    column-gap: 15px;
    align-items: start
}

.benefit-strip span {
    grid-row: 1/3;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    border: 1px solid #e4d7c2;
    color: var(--gold2);
    display: grid;
    place-items: center;
    font-family: Georgia, serif
}

.benefit-strip strong {
    display: block;
    margin: 4px 0 2px
}

.benefit-strip p {
    margin: 0;
    color: var(--muted);
    font-size: 13px
}

.section {
    padding: 86px 5vw
}

.section-head {
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 30px;
    margin-bottom: 36px
}

.section-head--dark {
    color: #fff
}

.section-head--dark .section-text {
    color: #d6cec3
}

.section-head--compact {
    align-items: start
}

.site-link {
    font-weight: 700;
    color: #222
}

.site-link:hover {
    color: var(--gold2)
}

.products-section {
    background: #fff
}

.slider-wrap {
    display: grid;
    grid-template-columns: 52px 1fr 52px;
    gap: 14px;
    align-items: center
}

.products-slider {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: calc((100% - 64px)/5);
    gap: 16px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    padding: 4px
}

.products-slider::-webkit-scrollbar {
    display: none
}

.product-card {
    scroll-snap-align: start;
    background: var(--card);
    border: 1px solid #eee7dd;
    border-radius: 14px;
    padding: 18px;
    min-height: 430px;
    display: flex;
    flex-direction: column;
    cursor: pointer;
    transition: .24s
}

.product-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 44px rgba(0, 0, 0, .10);
    border-color: #dec89e
}

.product-card img {
    width: 50%;
    margin:0 auto;
    object-fit: cover;
    border-radius: 12px;
    background: #f3eee7
}

.product-card h3 {
    font-family: Arial, sans-serif;
    font-size: 18px;
    font-weight: 800;
    margin: 18px 0 8px
}

.product-card p {
    font-size: 14px;
    color: #4c4944;
    margin: 0 0 14px
}

.product-card ul {
    margin: 0 0 18px;
    padding-left: 17px;
    color: #333;
    font-size: 13px
}

.product-card strong {
    margin-top: auto;
    font-size: 18px
}

.product-card .more {
    display: inline-flex;
    width: max-content;
    margin-top: 14px;
    background: #071212;
    color: #fff;
    border-radius: 7px;
    padding: 10px 14px;
    font-size: 13px
}

.products-status {
    min-height: 26px;
    margin: 18px 0 0;
    text-align: center;
    color: var(--muted)
}

.slider-btn {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    border: 1px solid #ddd;
    background: #fff;
    font-size: 34px;
    cursor: pointer;
    transition: .2s
}

.slider-btn:hover {
    background: #111;
    color: #fff
}

.center-action {
    text-align: center;
    margin-top: 30px
}

.before-section {
    background: linear-gradient(180deg, #071112, #0c1517);
    color: #fff
}

.ba-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 26px
}

.before-after {
    position: relative;
    height: 285px;
    overflow: hidden;
    border-radius: 14px;
    background: #111;
    box-shadow: 0 20px 45px rgba(0, 0, 0, .25)
}

.before-after img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.ba-after-wrap {
    position: absolute;
    inset: 0;
    width: 50%;
    overflow: hidden
}

.ba-after-wrap img {
    width: 100%;
    min-width: 420px
}

.before-after:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: var(--ba-position, 50%);
    width: 2px;
    background: #fff;
    z-index: 3;
    pointer-events: none
}

.before-after:after {
    content: "↔";
    position: absolute;
    left: calc(var(--ba-position, 50%) - 22px);
    top: 50%;
    z-index: 4;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #fff;
    color: #111;
    display: grid;
    place-items: center;
    transform: translateY(-50%);
    font-weight: 800;
    pointer-events: none
}

.before-after input {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 5;
    cursor: ew-resize
}

.ba-label {
    position: absolute;
    left: 18px;
    bottom: 16px;
    z-index: 4;
    font-weight: 700;
    color: #fff;
    background: rgba(0, 0, 0, .42);
    padding: 9px 14px;
    border-radius: 999px
}

.for-who {
    background: #fff
}

.lead-card {
    width: min(360px, 100%);
    background: #f5efe5;
    border-radius: 18px;
    padding: 26px;
    box-shadow: 0 16px 40px rgba(0, 0, 0, .06)
}

input {
    font: inherit
}

.lead-card input,
.pro-form input {
    width: 100%;
    padding: 16px 17px;
    margin: 8px 0;
    border: 1px solid #ded7cc;
    border-radius: 8px;
    background: #fff
}

.form-message {
    min-height: 20px;
    color: #15703b;
    margin: 10px 0 0;
    font-size: 14px
}

.audience-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px
}

.audience-card {
    min-height: 360px;
    display: grid;
    grid-template-columns: 1fr .95fr;
    gap: 18px;
    background: #f3eee6;
    border-radius: 18px;
    padding: 28px;
    overflow: hidden
}

.audience-card--light {
    background: #f8f5ef
}

.audience-card img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 14px
}

.audience-card ul {
    padding-left: 18px;
    line-height: 1.85
}

.why {
    padding: 56px 5vw;
    background: #fff
}

.why-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 22px
}

.why-grid div {
    padding-top: 8px
}

.why-grid span {
    display: block;
    color: var(--gold2);
    font-size: 28px;
    margin-bottom: 14px
}

.why-grid strong {
    display: block;
    margin-bottom: 8px
}

.why-grid p {
    font-size: 13px;
    color: var(--muted);
    margin: 0
}

.professionals {
    margin: 0;
    background: #071112;
    color: #fff;
    display: grid;
    grid-template-columns: .94fr 1.06fr;
    box-shadow: var(--shadow)
}

.professionals__media {
    min-height: 620px
}

.professionals__media img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.professionals__content {
    padding: 76px 5vw 76px 64px
}

.professionals__content p {
    color: #d8d0c5;
    font-size: 18px
}

.pro-benefits {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    margin: 34px 0
}

.pro-benefits div {
    border: 1px solid var(--line);
    border-radius: 16px;
    padding: 22px;
    background: rgba(255, 255, 255, .045)
}

.pro-benefits strong {
    display: block;
    color: var(--gold);
    font-family: Georgia, serif;
    font-size: 28px;
    margin-bottom: 8px
}

.pro-benefits span {
    color: #f5efe4
}

.pro-form {
    display: grid;
    grid-template-columns: 1fr 1fr auto;
    gap: 12px;
    align-items: start
}

.pro-form .form-message {
    grid-column: 1/-1
}

.footer {
    background: #061012;
    color: #fff;
    padding: 48px 5vw;
    display: grid;
    grid-template-columns: 1fr repeat(4, 190px);
    gap: 18px;
    align-items: stretch
}

.footer strong {
    font-family: Georgia, serif;
    font-size: 30px;
    font-weight: 500
}

.footer p {
    color: #d8d0c5
}

.contact-card {
    border: 1px solid var(--line);
    border-radius: 14px;
    padding: 22px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-weight: 800
}

.contact-card span {
    display: block;
    margin-top: 8px;
    color: #bfb5a7;
    font-size: 13px;
    font-weight: 400
}

.contact-card--site {
    font-family: Georgia, serif;
    font-size: 28px
}

.float-whatsapp {
    position: fixed;
    right: 24px;
    bottom: 24px;
    z-index: 29;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #25d366;
    color: #fff;
    display: grid;
    place-items: center;
    font-weight: 900;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .26)
}

.modal {
    position: fixed;
    inset: 0;
    z-index: 60;
    display: none
}

.modal.is-open {
    display: block
}

.modal__overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .75);
    backdrop-filter: blur(4px)
}

.modal__content {
    position: relative;
    z-index: 2;
    background: #fff;
    width: min(920px, 92vw);
    margin: 7vh auto;
    border-radius: 24px;
    padding: 22px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 26px;
    box-shadow: var(--shadow)
}

.modal__content--placeholder {
    display: block;
    width: min(520px, calc(100% - 32px));
    min-height: 260px;
    padding: 54px
}

.modal__content--placeholder .modal__body {
    padding: 0
}

.modal__close {
    position: absolute;
    right: 18px;
    top: 12px;
    border: 0;
    background: none;
    font-size: 36px;
    cursor: pointer
}

.modal__image {
    width: 100%;
    height: 520px;
    object-fit: cover;
    border-radius: 18px;
    background: #eee
}

.modal__body {
    padding: 18px 18px 18px 0
}

.modal__body ul {
    padding-left: 18px;
    line-height: 1.8
}

.modal__body strong {
    display: block;
    margin: 20px 0;
    font-size: 24px
}

.reveal {
    opacity: 0;
    transform: translateY(22px);
    transition: .72s ease
}

.reveal.is-visible {
    opacity: 1;
    transform: none
}

@media(max-width:1180px) {
    .nav {
        display: none
    }

    .hero__inner {
        grid-template-columns: 1fr
    }

    .hero__product {
        justify-self: start
    }

    .benefit-strip,
    .why-grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .products-slider {
        grid-auto-columns: calc((100% - 20px)/2)
    }

    .ba-grid,
    .audience-grid,
    .professionals {
        grid-template-columns: 1fr
    }

    .footer {
        grid-template-columns: 1fr 1fr
    }

    .professionals__media {
        min-height: 430px
    }

    .pro-form {
        grid-template-columns: 1fr
    }

    .hero-features {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media(max-width:680px) {
    .header {
        padding: 16px 20px
    }

    .logo {
        font-size: 26px
    }

    .header-actions {
        display: none
    }

    .hero {
        min-height: auto;
        background-position: center top
    }

    .hero__inner {
        min-height: auto;
        padding: 125px 20px 52px
    }

    .hero-features,
    .benefit-strip,
    .why-grid,
    .footer {
        grid-template-columns: 1fr
    }

    .hero__actions .btn {
        width: 100%;
        margin: 0 0 12px
    }

    .hero__product {
        display: none
    }

    .section {
        padding: 58px 20px
    }

    .section-head,
    .section-head--compact {
        display: block
    }

    .lead-card {
        margin-top: 24px
    }

    .slider-wrap {
        grid-template-columns: 1fr
    }

    .slider-btn {
        display: none
    }

    .products-slider {
        grid-auto-columns: 86%;
        padding-bottom: 8px
    }

    .ba-grid {
        gap: 18px
    }

    .before-after {
        height: 330px
    }

    .ba-after-wrap img {
        min-width: 360px
    }

    .audience-card {
        grid-template-columns: 1fr;
        padding: 22px
    }

    .professionals__content {
        padding: 38px 22px
    }

    .pro-benefits {
        grid-template-columns: 1fr
    }

    .modal__content {
        grid-template-columns: 1fr;
        margin: 5vh auto;
        max-height: 90vh;
        overflow: auto
    }

    .modal__image {
        height: 310px
    }

    .modal__body {
        padding: 0
    }

    .float-whatsapp {
        right: 16px;
        bottom: 16px
    }
}
