/*
Theme Name: Tema Blisq Corporate
Theme URI: http://blisq.pt
Author: blisq
Author URI: http://blisq.pt
Description: Tema desenvolvido para uso exclusivo da Blisq Creative
Version: V1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blisq
Text Domain: blisq
*/

/* =========================================================
   TIPOGRAFIA
   ========================================================= */
@import url('https://fonts.googleapis.com/css2?family=Barlow+Semi+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

/* =========================================================
   VARIAVEIS E RESETS
   ========================================================= */
:root {
    --primary-gold: #E6A02E;
    --primary-gray: #575757;
    --primary-brown-dark: #331A19;
    --primary-beige-light: #E6D59F;
    --primary-brown-medium: #5B4B3C;
    --primary-beige: #EADFC5;
    --bg-color: #FCF9F2;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    overflow-x: hidden;
    scroll-behavior: smooth;
}

body {
    font-family: "Inter", sans-serif;
    background-color: var(--bg-color);
    overflow-x: hidden;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

figure {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    display: block;
}

h1 {
    font-family: "Barlow Semi Condensed", sans-serif;
    color: var(--primary-brown-dark);
    font-size: clamp(35px, calc(35px + (62 - 35) * ((100vw - 640px) / (1920 - 640))), 62px);
    font-style: normal;
    font-weight: 900;
    line-height: 102%;
    text-transform: uppercase;
}

h2 {
    font-family: "Inter", sans-serif;
    color: var(--primary-beige-light);
    font-size: clamp(14px, calc(14px + (17 - 14) * ((100vw - 640px) / (1920 - 640))), 17px);
    font-style: normal;
    font-weight: 700;
    line-height: 109%;
    text-transform: uppercase;
}

a {
    color: inherit;
    text-decoration: none;
}

::selection {
    background-color: var(--primary-beige-light);
}

.block {
    display: block;
}

/* =========================================================
   NAVBAR
   ========================================================= */
/* Top Bar */
.top-bar {
    background-color: var(--primary-gold);
    text-align: center;
    padding: 8px 0;
    margin: 0 auto;
}

.top-bar__phrase {
    color: #6B4912;
    font-size: clamp(10px, calc(10px + (12 - 10) * ((100vw - 640px) / (1920 - 640))), 12px);
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    margin: 0;
}

/* Navbar */
.nav {
    background-color: none;
    padding-top: 20px;
    margin-bottom: 16px;
}

.nav__menu {
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 60px;
}

.nav__link {
    color: var(--primary-gray);
    text-decoration: none;
    font-size: clamp(14px, calc(14px + (15 - 14) * ((100vw - 640px) / (1920 - 640))), 15px);
    font-style: normal;
    font-weight: 600;
    line-height: 161%;
    transition: color 0.3s ease;
    position: relative;
}

.nav__link:hover::after {
    content: '';
    position: absolute;
    bottom: -14px;
    left: 50%;
    transform: translateX(-50%);
    width: 20px;
    height: 2px;
    background-color: #DFCB83;
}

/* Logo container */
.nav__item--logo {
    margin: 0 20px;
}

.custom-logo-link {
    height: 45px;
}

.nav__mobile-header,
.nav__mobile-menu,
.nav__overlay {
    display: none;
}

/* =========================================================
    HERO SECTION
   ========================================================= */

.hero {
    margin: 16px 30px 64px;
    background: linear-gradient(256deg, #F3E0A0 84.05%, #F4E1A8 98.94%);
    border-radius: 40px;
    position: relative;
    overflow: hidden;
}

.hero__container {
    min-height: 85vh;
    z-index: 1;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: end;
    max-width: 1640px;
    margin: 0 auto;
    padding: 60px 0px 60px 30px;
}

/* Vetor 1 (before) */
.hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(assets/images/clearline.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right top;
}

/* Vetor 2 (after) */
.hero::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-image: url(assets/images/darkline.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
    z-index: 0;
}

.hero__content {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    place-self: anchor-center;
    min-width: 599px;
}

.hero__title {
    max-width: 599px;
}

/* Texto */
.hero__text {
    max-width: 489px;
    font-size: clamp(14px, calc(14px + (18 - 14) * ((100vw - 640px) / (1920 - 640))), 18px);
    font-style: normal;
    font-weight: 300;
    line-height: 161%;
    color: #373517;
    margin-top: 11px;
}

/* Botão */
.hero__button {
    display: inline-block;
    text-decoration: none;
    background: #FCF9F2;
    color: #331A19;
    padding: 17px 25px;
    border-radius: 58px;
    font-size: clamp(14px, calc(14px + (17 - 14) * ((100vw - 640px) / (1920 - 640))), 17px);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-top: 20px;
    transition: color 0.6s ease;
}

.hero__button:hover {
    background-color: #331A19;
    color: #FFF;
}

.hero__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    animation: slideWithBounce 1.2s ease-out forwards;
    z-index: 10000;
    position: relative;
}


/* Texto */
.hero__text {
    max-width: 489px;
    font-size: clamp(14px, calc(14px + (18 - 14) * ((100vw - 640px) / (1920 - 640))), 18px);
    font-style: normal;
    font-weight: 300;
    line-height: 161%;
    color: #373517;
    margin-top: 11px;
}

/* Botão */
.hero__button {
    display: inline-block;
    text-decoration: none;
    background: #FCF9F2;
    color: #331A19;
    padding: 17px 25px;
    border-radius: 58px;
    font-size: clamp(14px, calc(14px + (17 - 14) * ((100vw - 640px) / (1920 - 640))), 17px);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-top: 20px;
    transition: color 0.6s ease;
}

.hero__button:hover {
    background-color: #331A19;
    color: #FFF;
}

.hero__image-wrapper {
    position: absolute;
    right: 0;
    animation: slideWithBounce 1.2s ease-out forwards;
    z-index: 2;
}

.hero__image {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

/* ANIMAÇÃO */
@keyframes slideWithBounce {
    0% {
        transform: translateX(100%);
    }

    80% {
        transform: translateX(-20px);
    }

    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

/* =========================================================
    ABOUT SECTION
   ========================================================= */

.about__container {
    margin: 0 auto;
    text-align: center;
}

.about__title {
    margin: 0 0 12px 0;
}

.about__description {
    max-width: 751px;
    color: #331A19;
    text-align: center;
    font-family: "Barlow Semi Condensed", sans-serif;
    font-size: clamp(21px, calc(21px + (36 - 21) * ((100vw - 640px) / (1920 - 640))), 36px);
    font-style: normal;
    font-weight: 300;
    line-height: 110%;
    text-transform: uppercase;
    margin: 0 auto;
}

.about__grid {
    max-width: 1450px;
    margin: 65px auto 39px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 90px;
    align-items: center;
    padding-top: 70px;
    position: relative;
}

.about__grid::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: 1px;
    background-color: #D8CFB9;
    z-index: 1;
}

/* COLUNA 1 */
.about__image-col {
    width: 100%;
}

.about__image {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 20px;
}

/* COLUNA 2 */
.about__text-col {
    width: 100%;
    display: flex;
    justify-content: flex-start;
}

.about__text-container {
    max-width: 470px;
    color: #331A19;
}

.about__subtitle {
    color: #331A19;
    font-family: "Barlow Semi Condensed", serif;
    font-size: clamp(24px, calc(24px + (36 - 24) * ((100vw - 640px) / (1920 - 640))), 36px);
    font-style: normal;
    font-weight: 800;
    line-height: 110%;
    text-transform: uppercase;
    margin: 0 0 20px 0;
}

.about__text {
    color: #5B4B3C;
    font-size: clamp(15px, calc(15px + (17 - 15) * ((100vw - 640px) / (1920 - 640))), 17px);
    font-style: normal;
    font-weight: 300;
    line-height: 161%;
    margin: 0;
}

.about__carousel {
    width: 100%;
    overflow: hidden;
    background: transparent;
}

.carousel__track {
    display: flex;
    white-space: nowrap;
    width: fit-content;
    will-change: transform;
}

.carousel__item {
    color: #F4E1A8;
    font-family: "Barlow Semi Condensed", sans-serif;
    font-size: clamp(72px, calc(72px + (130 - 72) * ((100vw - 640px) / (1920 - 640))), 130px);
    font-style: normal;
    font-weight: 800;
    line-height: 110%;
    letter-spacing: -2.6px;
    text-transform: uppercase;
    margin-right: 20px;
    display: inline-block;
    flex-shrink: 0;
}

.carousel__item::after {
    content: " ·";
}

.about__media {
    display: grid;
    grid-template-columns: 54.53% 1fr;
    margin: 60px 0 80px 70px;
    max-height: 712px;
    align-items: center;
}

.about__video-container {
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
    align-self: flex-start;
    order: 1;
}

.about__video {
    width: 100%;
    height: auto;
    display: block;
    transition: opacity 0.5s ease;
}

.about__video--fade {
    opacity: 0;
}

.about__accordion {
    width: 100%;
    order: 2;
}

.accordion__item {
    border-bottom: 1px solid #D8CFB9;
}

.accordion__item:first-child {
    border-top: 1px solid #D8CFB9;
}

.accordion__btn {
    width: 100%;
    text-align: left;
    background: none;
    border: none;
    color: #EADFC5;
    font-family: "Barlow Semi Condensed", serif;
    font-size: clamp(36px, calc(36px + (63 - 36) * ((100vw - 640px) / (1920 - 640))), 63px);
    font-style: normal;
    font-weight: 800;
    line-height: 110%;
    text-transform: uppercase;
    cursor: pointer;
    position: relative;
    padding: 24px 0 24px 72px;
}

.accordion__btn:hover {
    color: #DECFAD;
    background-color: #F5EFE1;
}

.accordion__item--active .accordion__btn:hover {
    color: #331A19;
    cursor: default;
    background-color: white;
    border: none;
}

.accordion__content {
    max-height: 0;
    overflow: hidden;
    transition: height 0.6s ease;
}

.accordion__item--active:first-child {
    border-top: none;
}

.accordion__item--active .accordion__content {
    max-height: 500px;
    color: #331A19;
}

.accordion__item--active .accordion__btn {
    color: #331A19;
    background-color: #FFFFFF;
}

.accordion__text {
    margin: 0;
    max-width: 649px;
    color: #5B4B3C;
    font-size: clamp(14px, calc(14px + (16 - 14) * ((100vw - 640px) / (1920 - 640))), 16px);
    font-style: normal;
    font-weight: 300;
    line-height: 170%;
    padding: 26px 0 15px 0;
    margin-left: 78px;
}

/* =========================================================
    PRODUTOS SECTION
   ========================================================= */
.products {
    margin-top: 80px;
    margin-bottom: 60px;
}

.products__container {
    margin: 0 auto;
    text-align: center;
    margin-bottom: 60px;
}

.products__title {
    margin: 0 0 12px 0;
}

.products__description {
    max-width: 751px;
    color: #331A19;
    font-size: clamp(24px, calc(24px + (33 - 24) * ((100vw - 640px) / (1920 - 640))), 33px);
    font-style: normal;
    font-weight: 800;
    line-height: 110%;
    text-transform: uppercase;
    font-family: "Barlow Semi Condensed", sans-serif;
    margin: 0 auto;
}

.products__filter {
    margin-top: 20px;
    margin-bottom: 40px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}

.filter__btn {
    background: #FFF;
    border: none;
    border-radius: 8px;
    padding: 8px 11px;
    color: #928870;
    font-size: clamp(14px, calc(14px + (15 - 14) * ((100vw - 640px) / (1920 - 640))), 15px);
    font-style: normal;
    font-weight: 500;
    line-height: 161%;
    cursor: pointer;
    transition: all 0.3s ease;
}

.filter__btn:hover {
    background: #E6A02E;
    color: #FFFFFF;
}

/* Botão ativo */
.filter__btn--active {
    background: #E6A02E;
    color: #000;
}

.products__grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
    margin: 0 auto 25px;
    justify-content: center;
    max-width: 1500px;
}

/* CARD */
.product-card {
    flex-direction: column;
    text-decoration: none;
    color: inherit;
    padding: 22px 23px;
    box-sizing: border-box;
    background: #FFF;
    border-radius: 20px;
    transition: transform 0.3s ease, background-color 0.3s ease;
    display: none;
}

.product-card.selected {
    display: flex;
}

.product-card:hover {
    background-color: #F2EDDF;
}

.product-card:hover .product-card__label {
    background-color: #FFF;
}

.product-card:hover .product-card__image {
    transform: scale(1.08);
}

/* Container da imagem */
.product-card__image-container {
    width: 100%;
    height: 206px;
    padding: 12px;
    box-sizing: border-box;
    border-radius: 8px;
    margin-bottom: 0;
}

.product-card__image {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    display: block;
    transition: transform 0.4s ease;
}

/* Label do produto */
.product-card__label {
    display: inline-block;
    margin-bottom: 7px;
    padding: 6px 8px;
    background: #F0E9D8;
    color: #50462E;
    font-size: clamp(10px, calc(10px + (11 - 10) * ((100vw - 640px) / (1920 - 640))), 11px);
    font-style: normal;
    font-weight: 500;
    line-height: 157%;
    text-transform: uppercase;
    border-radius: 5px;
    align-self: flex-start;
}

/* Título do produto */
.product-card__title {
    max-width: 201px;
    font-family: "Barlow Semi Condensed", sans-serif;
    color: #331A19;
    font-size: clamp(15px, calc(15px + (23 - 15) * ((100vw - 640px) / (1920 - 640))), 23px);
    font-style: normal;
    font-weight: 800;
    line-height: 110%;
    text-transform: uppercase;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
    align-self: flex-start;
}

.products__btn-wrapper {
    display: flex;
    justify-content: center;
}

.products__btn {
    display: inline-block;
    text-decoration: none;
    padding: 17px 25px;
    color: #331A19;
    font-size: clamp(14px, calc(14px + (17 - 14) * ((100vw - 640px) / (1920 - 640))), 17px);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    background: var(--primary-beige);
    border-radius: 58px;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
}

.products__btn:hover {
    background: #331A19;
    color: #FFF;
}

/* =========================================================
    SERVIÇOS SECTION
   ========================================================= */
.services {
    border-top: 1px solid #D8CFB9;
    padding: 60px 0;
}

.services__container {
    margin: 0 auto;
    text-align: center;
}

.services__title {
    margin: 0 0 12px 0;
}

.services__description {
    max-width: 751px;
    color: #331A19;
    font-size: clamp(24px, calc(24px + (33 - 24) * ((100vw - 640px) / (1920 - 640))), 33px);
    font-style: normal;
    font-weight: 800;
    line-height: 110%;
    text-transform: uppercase;
    font-family: "Barlow Semi Condensed", sans-serif;
    margin: 0 auto;
}

.services__grid {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 100px;
    flex-wrap: wrap;
}

/* CARD */
.service-card {
    width: 450px;
    height: 374px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background: #F4E1A8;
    border-radius: 20px;
    padding: 0 20px 20px 20px;
    text-align: left;
}

.service-card:hover {
    background: #D5E3D2;
}

/* Wrapper da imagem */
.service-card__image-wrapper {
    width: 100%;
    margin-top: -83px;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
}

/* Imagem */
.service-card__image {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

/* Título */
.service-card__title {
    color: #331A19;
    font-family: "Barlow Semi Condensed", sans-serif;
    font-size: clamp(26px, calc(26px + (33 - 26) * ((100vw - 640px) / (1920 - 640))), 33px);
    font-style: normal;
    font-weight: 800;
    line-height: 110%;
    text-transform: uppercase;
    margin-bottom: 10px;
    max-width: 356px;
    min-height: 75px;
    display: flex;
    align-items: flex-end;
}

/* Descrição */
.service-card__description {
    color: #837345;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 161%;
    margin: 0;
    max-width: 100%;
}

.services__btn-wrapper {
    display: flex;
    justify-content: center;
    margin-top: 25px;
}

.services__btn {
    display: inline-block;
    text-decoration: none;
    padding: 17px 25px;
    color: #331A19;
    font-size: clamp(15px, calc(15px + (17 - 15) * ((100vw - 640px) / (1920 - 640))), 17px);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    background: var(--primary-beige);
    border-radius: 58px;
    transition: all 0.3s ease;
}

.services__btn:hover {
    background: #331A19;
    color: #FFF;
}

/* =========================================================
    FOOTER
   ========================================================= */

/* Footer */
.footer {
    border-top: 1px solid #D8CFB9;
}

.footer__container {
    background-color: #2C1B1A;
    border-radius: 30px;
    margin: 28px 30px 30px;
    padding: 45px 30px 30px 30px;
}

/* GRID PRINCIPAL: 3 colunas, 2 linhas */
.footer__grid {
    display: grid;
    grid-template-columns: 64% 14% auto;
    grid-template-rows: auto auto;
    column-gap: 60px;
    align-items: start;
    row-gap: 220px;
}

.footer__social-wrapper {
    grid-row: 1;
    grid-column: 1;
    justify-self: start;
    display: flex;
    flex-direction: column;
    gap: 23px;
}

.footer__social {
    display: flex;
    gap: 16px;
    align-items: center;
}

.footer__social-icon {
    display: inline-block;
}

.footer__social-icon img {
    display: block;
    width: 100%;
    height: auto;
}

.footer__contact {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 217px;
}

.footer__email,
.footer__phone {
    color: #F9F5EC;
    font-size: clamp(12px, calc(12px + (14 - 12) * ((100vw - 640px) / (1920 - 640))), 14px);
    font-style: normal;
    font-weight: 400;
    line-height: 161%;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer__email:hover {
    color: var(--primary-gold);
}

.footer__phone-wrapper {
    display: flex;
    flex-direction: column;
    gap: 1px;
}

.footer__phone:hover {
    color: var(--primary-gold);
}

.footer__phone-note {
    color: #FFF;
    font-size: 6px;
    font-style: normal;
    font-weight: 400;
    line-height: 161%;
    margin: 0;
    text-transform: uppercase;
}

/* LINHA 1 - COLUNA 2 */
.footer__address {
    grid-row: 1;
    grid-column: 2;
    justify-self: start;
    max-width: 273px;
    color: var(--primary-gold);
    font-size: clamp(14px, calc(14px + (15 - 14) * ((100vw - 640px) / (1920 - 640))), 15px);
    font-style: normal;
    font-weight: 600;
    line-height: 135%;
    margin: 0;
}

/* LINHA 1 - COLUNA 3 */
.footer__nav {
    grid-row: 1;
    grid-column: 3;
    margin: 0;
}

.footer__nav-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 4px;
    align-items: start;
}

.footer__nav-list a {
    text-decoration: none;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: 161%;
    color: #F9F5EC;
    transition: color 0.3s ease;
}

.footer__nav-list a:hover {
    color: var(--primary-gold);
}

/*LOGO*/
.footer__logo-col {
    grid-row: 2;
    grid-column: 1;
    justify-self: start;
    align-self: flex-start;
}

.footer__logo {
    display: block;
}

/* TEXTO + BOTÃO*/
.footer__cta-col {
    grid-row: 2;
    grid-column: 2;
    justify-self: start;
    align-self: self-start;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: -30px;
}

.footer__cta-text {
    color: #F9F5EC;
    font-size: clamp(14px, calc(14px + (15 - 14) * ((100vw - 640px) / (1920 - 640))), 15px);
    line-height: 135%;
    margin: 0 0 18px 0;
    max-width: 149px;
}

.footer__cta-button {
    display: inline-block;
    background: #F4E1A8;
    border-radius: 58px;
    padding: 14px 23px;
    text-decoration: none;
    color: #2C1B1A;
    font-size: 14px;
    font-weight: 600;
    white-space: nowrap;
    transition: background 0.3s ease;
    margin-bottom: 0;
}

.footer__cta-button:hover {
    background: var(--primary-gold);
}

/*ULTIMA LINHA E COLUNA*/
.footer__blisq {
    grid-row: 2;
    grid-column: 3;
    justify-self: end;
    align-self: end;
    margin-bottom: 0;
}

.blisq-link {
    display: inline-block;
    text-decoration: none;
}

.blisq-icon {
    display: block;
    width: 36px;
    height: 14px;
}

/* =========================================================
    PRODUCTS DETAILS
   ========================================================= */
.product-details__container {
    max-width: 1125px;
    width: 100%;
}

.product-details {
    border-radius: 40px;
    background: #F2EBDA;
    overflow: hidden;
    margin: 0 auto 70px auto;
    min-height: calc(100vh - 200px);
    width: calc(100% - 60px);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px;
}

/* PRODUCT CARD */
.product-details-card {
    overflow: hidden;
    display: grid;
    grid-template-columns: 52% 1fr;
    column-gap: 57px;
    align-items: center;
}

/* LEFT COLUMN: GALLERY */
.gallery {
    display: grid;
    grid-template-columns: 65px 1fr;
    gap: 40px;
    max-height: 465px;
}

.gallery.no-thumbs {
    grid-template-columns: 100%;
    margin-left: 105px;
}

/* Thumbnails column */
.thumbs {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
    overflow-y: auto;
    scrollbar-width: none;
    overflow: auto;
    cursor: grab;
}

.thumbs figure:first-child {
    margin-top: auto;
    margin-left: auto;
}

.thumbs figure:last-child {
    margin-bottom: auto;
    margin-right: auto;
}

.thumbs figure {
    height: fit-content;
}

.thumbs.active {
    cursor: grabbing;
}

.thumbs.active>figure {
    pointer-events: none;
}

.thumbs::-webkit-scrollbar {
    display: none;
}

/* THUMBNAILS */
.thumbs img {
    width: 100%;
    height: 65px;
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
    flex-shrink: 0;
    border: 1px solid #DECFA1;
    transition: border-color 0.2s, transform 0.15s, box-shadow 0.2s;
    object-fit: cover;
    display: block;
}

.thumbs img:hover {
    background-color: #DECFA1;
}

.thumbs img.active {
    background-color: #DECFA1;
}

/* Main image */
.main-image-wrap {
    border-radius: 30px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    max-height: 100%;
    aspect-ratio: 1 / 1;
    border: 1px solid #DECFA1;
}

.main-image-wrap img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
    transition: opacity 0.3s ease, transform 0.35s ease;
}

.main-image-wrap img.fade-out {
    opacity: 0;
    transform: scale(0.97);
}

/* RIGHT COLUMN: INFO */
.info {
    display: flex;
    flex-direction: column;
    gap: 0;
    max-width: 501px;
}

.tag {
    display: inline-block;
    margin-bottom: 7px;
    padding: 6px 8px;
    background: white;
    color: #50462E;
    font-size: clamp(10px, calc(10px + (11 - 10) * ((100vw - 640px) / (1920 - 640))), 11px);
    font-style: normal;
    font-weight: 500;
    line-height: 161%;
    text-transform: uppercase;
    border-radius: 5px;
    align-self: flex-start;
}

.title-products-details {
    color: #331A19;
    font-family: "Barlow Semi Condensed", sans-serif;
    font-size: clamp(28px, calc(28px + (40 - 28) * ((100vw - 640px) / (1920 - 640))), 40px);
    font-style: normal;
    font-weight: 800;
    line-height: 110%;
    text-transform: uppercase;
    margin-bottom: 18px;
}

.description {
    margin-bottom: 14px;
    border-bottom: 1px solid #DECFA1;
    padding-bottom: 14px;
}

.description p {
    color: #331A19;
    font-family: Inter;
    font-size: clamp(15px, calc(15px + (18 - 15) * ((100vw - 640px) / (1920 - 640))), 18px);
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    margin-bottom: 14px;
}

.d-none {
    display: none;
}

.no-additives {
    color: #5B4B3C;
    font-family: Inter;
    font-size: clamp(14px, calc(14px + (15 - 14) * ((100vw - 640px) / (1920 - 640))), 15px);
    font-style: normal;
    font-weight: 400;
    line-height: 136%;
    margin-bottom: 14px;
}

.specs {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.spec-row {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.spec-label {
    color: #331A19;
    font-family: Inter;
    font-size: clamp(14px, calc(14px + (15 - 14) * ((100vw - 640px) / (1920 - 640))), 15px);
    font-style: normal;
    font-weight: 600;
    line-height: 136%;
}

.spec-value {
    color: #5B4B3C;
    font-family: Inter;
    font-size: clamp(14px, calc(14px + (15 - 14) * ((100vw - 640px) / (1920 - 640))), 15px);
    font-style: normal;
    font-weight: 400;
    line-height: 136%;
}

.thumb-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
}

.products_details_description {
    max-width: 751px;
    color: #331A19;
    font-size: clamp(24px, calc(24px + (33 - 24) * ((100vw - 640px) / (1920 - 640))), 33px);
    font-style: normal;
    font-weight: 800;
    line-height: 110%;
    text-transform: uppercase;
    font-family: "Barlow Semi Condensed", sans-serif;
    margin: 0 auto 40px;
}

/* =========================================================
    COMMON PAGES
   ========================================================= */
.common-page {
    padding: 90px 0 80px;
}

.common-container {
    max-width: 720px;
    margin: 0 auto;
}

.common-title {
    color: #331A19;
    font-family: "Inter", serif;
    font-size: 42px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.common-content {
    margin: 20px auto;
}

.common-content h2 {
    color: #331A19;
    font-family: "Inter", serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 135%;
    margin: 20px 0 10px;
}

.common-content h3 {
    color: #331A19;
    font-size: 19px;
    font-style: normal;
    font-weight: 600;
    line-height: 135%;
    margin-top: 15px;
    margin-bottom: 10px;
}

.common-content p {
    color: #5B4B3C;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    margin-bottom: 10px;
}

.common-content ul,
.common-content ul {
    list-style: none;
    margin: 0 0 0 10px;
    padding: 0;
}

.common-content li,
.common-content ul li {
    color: #695A3F;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    padding-left: 16px;
    position: relative;
}

.common-content li strong,
.common-content ul li strong,
.common-content p strong {
    font-weight: 700;
}

.common-content li::before,
.common-content ul li::before {
    content: "•";
    color: #695A3F;
    font-size: 17px;
    position: absolute;
    left: 0;
}

.common-content ul>ul,
.common-content ul ul {
    margin: 0 0 0 10px;
    list-style: none;
}

.common-content ul ul li {
    margin-bottom: 4px;
}


.common-content ol {
    list-style-position: inside;
    padding-left: 0;
    margin-left: 0;
}

.common-content ol li::before,
.common-content ol ul li::before {
    content: none;
}

.common-content ol li,
.common-content ol ul li {
    padding-left: 2px;
}

.common-content ol ul {
    margin: 5px 0 0 20px;
}

.common-content caption {
    color: #5B4B3C;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    caption-side: bottom;
}

/* Tabela */
.common-content table {
    width: 100%;
    border-collapse: collapse;
    font-family: "Inter", sans-serif;
    width: calc(100% + 200px);
    margin-left: -100px;
    margin-bottom: 10px;
    overflow-x: auto;
    display: block;
}

.common-content table thead tr {
    background-color: transparent;
}

.common-content table th {
    color: #331A19;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 170%;
    padding: 0 10px 10px 20px;
    text-align: left;
    border-right: 1px solid rgba(23, 28, 47, 0.16);
    border-bottom: 1px solid rgba(23, 28, 47, 0.16);
}

.common-content table td {
    color: #5B4B3C;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    padding: 15px 20px;
    text-align: left;
    border-right: 1px solid rgba(23, 28, 47, 0.16);
    border-bottom: 1px solid rgba(23, 28, 47, 0.16);

}

.common-content table th:first-child,
.common-content table td:first-child {
    border-left: none;
}

.common-content table th:last-child,
.common-content table td:last-child {
    border-right: none;
}

.common-content table tbody tr:last-child td {
    border-bottom: none;
}

/* =========================================================
    RESPONSIVO
   ========================================================= */
@media screen and (min-width: 1981px) {

    .about__grid,
    .products__grid,
    .services__container,
    .footer__container {
        max-width: 1800px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media screen and (max-width: 1800px) {
    .hero__image-wrapper {
        width: 885px;
        height: 530px;
        top: 80px;
        right: 40px;
    }

    .about__video-container {
        width: 100%;
        border-radius: 20px;
        overflow: hidden;
        align-self: center;
        height: 100%;
    }

    .about__video {
        width: 100%;
        height: 100%;
        display: block;
        transition: opacity 0.5s ease;
        object-fit: cover;
    }
}

@media screen and (max-width: 1680px) {

    /* HERO */
    .hero__container {
        min-height: 70vh;
    }

    /* ABOUT */
    .about__grid {
        column-gap: 60px;
        padding-left: 40px;
        padding-right: 40px;
    }

    .about__media {
        margin-left: 40px;
    }

    /* PRODUTOS */
    .products__grid {
        grid-template-columns: repeat(4, 1fr);
        padding: 0 40px;
    }

    .product-card {
        width: 100%;
    }

    /* SERVIÇOS */
    .service-card {
        width: 400px;
    }

    /* FOOTER */
    .footer__container {
        margin: 28px 20px 20px;
    }
}

@media screen and (max-width: 1500px) {
    .hero__image-wrapper {
        width: 800px;
        height: 530px;
        top: 80px;
        right: 40px;
    }
}

@media screen and (max-width: 1440px) {

    /* HERO */
    .hero {
        margin: 16px 20px 50px;
    }

    .hero__container {
        min-height: 65vh;
    }

    .hero__title {
        max-width: 500px;
    }

    .hero__text {
        max-width: 420px;
    }

    .hero__image-wrapper {
        width: 820px;
        height: 460px;
        top: 70px;
        right: 20px;
    }

    /* ABOUT */
    .about__description {
        padding: 0 20px;
    }

    .about__grid {
        column-gap: 50px;
        padding-left: 30px;
        padding-right: 30px;
        max-width: 100%;
    }

    .about__media {
        margin-left: 30px;
        margin-right: 20px;
    }

    .accordion__btn {
        padding: 20px 0 20px 50px;
    }

    .accordion__text {
        margin-left: 56px;
    }

    /* PRODUTOS */
    .products__grid {
        grid-template-columns: repeat(4, 1fr);
        padding: 0 30px;
        max-width: 100%;
    }

    .product-card {
        width: 100%;
        height: auto;
        min-height: 320px;
    }

    .products__description,
    .products_details_description {
        padding: 0 20px;
    }

    /* SERVIÇOS */
    .services__description {
        padding: 0 20px;
    }

    .service-card {
        width: 360px;
        height: 340px;
    }

    /* FOOTER */
    .footer__container {
        margin: 28px 20px 20px;
    }

    .footer__grid {
        column-gap: 40px;
    }

    .product-details {
        min-height: auto;
    }

    /*Common pages*/
    .common-page {
        padding: 80px 0 70px;
    }

    .common-title {
        font-size: 38px;
    }

    .common-content h2 {
        font-size: 20px;
    }

    .common-content p,
    .common-content li,
    .common-content ul li {
        font-size: 16px;
    }
}

@media screen and (max-width: 1350px) {
    .hero__image-wrapper {
        width: 785px;
        height: 460px;
        top: 70px;
        right: 20px;
    }
}

@media screen and (max-width: 1280px) {

    /* HERO */
    .hero__container {
        min-height: 60vh;
    }

    .hero__title {
        max-width: 430px;
    }

    .hero__text {
        max-width: 380px;
    }

    .hero__image-wrapper {
        width: 720px;
        height: 400px;
        top: 80px;
        right: 0px;
    }

    /* ABOUT */
    .about__grid {
        column-gap: 40px;
        padding-left: 24px;
        padding-right: 24px;
    }

    .about__media {
        margin-left: 24px;
        grid-template-columns: 52% 1fr;
    }

    .accordion__btn {
        padding: 18px 0 18px 40px;
    }

    .accordion__text {
        margin-left: 46px;
    }

    /* PRODUTOS */
    .products__grid {
        grid-template-columns: repeat(3, 1fr);
        padding: 0 24px;
    }

    /* SERVIÇOS */
    .services__grid {
        margin-top: 80px;
        gap: 16px;
    }

    .service-card {
        width: 320px;
        height: 320px;
    }

    .service-card__title {
        min-height: 60px;
    }

    /* FOOTER */
    .footer__grid {
        grid-template-columns: 55% 18% auto;
        column-gap: 30px;
        row-gap: 160px;
    }

    /*Common pages*/
    .common-page {
        padding: 70px 0 60px;
    }

    .common-title {
        font-size: 34px;
    }

    .common-content h2 {
        font-size: 19px;
    }

    .common-content h3 {
        font-size: 18px;
    }
}

@media screen and (max-width: 1200px) {
    .product-details-card {
        display: grid;
        grid-template-columns: 45% 1fr;
        column-gap: 30px;
        align-items: start;
    }

    .gallery {
        display: flex;
        flex-direction: column;
        gap: 15px;
    }

    .main-image-wrap {
        order: 1;
        width: 100%;
    }

    .gallery.no-thumbs {
        margin-left: 0;
    }

    .thumbs {
        order: 2;
        display: flex;
        flex-direction: row;
        gap: 10px;
        overflow-x: auto;
        overflow-y: hidden;
        padding: 5px 0;
        min-height: 65px;
    }

    .thumbs img {
        height: 100%;
    }

    .thumbs figure {
        flex: 0 0 60px;
    }

    .info {
        max-width: 100%;
    }
}

@media screen and (max-width: 1150px) {
    .hero__image-wrapper {
        width: 600px;
        height: 400px;
        top: 110px;
        right: 0px;
    }

    /*Common pages*/
    /* Tabela com scroll horizontal */
    .common-content table {
        width: 100%;
        margin-left: 0;
        display: block;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        white-space: nowrap;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }

    .common-content table th,
    .common-content table td {
        white-space: normal;
        min-width: 150px;
    }

    .common-content table th:first-child,
    .common-content table td:first-child {
        min-width: 120px;
    }

    .common-content table::-webkit-scrollbar {
        display: none;
    }
}

@media screen and (max-width: 1024px) {
    .nav__menu {
        display: none;
    }

    /* Header mobile */
    .nav__mobile-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 20px;
    }

    .custom-logo-link img {
        height: 35px;
        width: auto;
    }

    /* Botão hamburguer */
    .nav__hamburger {
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 11px;
        background: none;
        border: none;
        cursor: pointer;
        z-index: 1001;
        position: relative;
    }

    .nav__hamburger-line {
        display: block;
        width: 26px;
        height: 2px;
        background-color: var(--primary-gray);
        border-radius: 2px;
        transition: transform 0.3s ease, opacity 0.3s ease;
    }

    /* Animação X ao abrir */
    .nav__hamburger--open .nav__hamburger-line:nth-child(1) {
        transform: translateY(19px) rotate(45deg);
    }

    .nav__hamburger--open .nav__hamburger-line:nth-child(2) {
        opacity: 0;
    }

    .nav__hamburger--open .nav__hamburger-line:nth-child(3) {
        transform: translateY(-8px) rotate(-45deg);
    }

    /* Overlay escuro */
    .nav__overlay {
        display: block;
        position: fixed;
        inset: 0;
        background-color: rgba(0, 0, 0, 0.45);
        z-index: 998;
        opacity: 0;
        pointer-events: none;
        transition: opacity 0.35s ease;
        backdrop-filter: blur(2px);
    }

    .nav__overlay--visible {
        opacity: 1;
        pointer-events: all;
    }

    /* Sidebar */
    .nav__mobile-menu {
        display: flex;
        flex-direction: column;
        position: fixed;
        top: 0;
        right: 0;
        width: 300px;
        height: 100vh;
        background-color: var(--bg-color);
        z-index: 999;
        padding: 90px 32px 40px;
        transform: translateX(100%);
        transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
        box-shadow: -8px 0 32px rgba(51, 26, 25, 0.12);
        overflow-y: auto;
    }

    .nav__mobile-menu--open {
        transform: translateX(0);
    }

    /* Logo dentro da sidebar */
    .nav__sidebar-logo {
        position: absolute;
        top: 28px;
        left: 32px;
    }

    .nav__sidebar-logo img {
        height: 36px;
        width: auto;
    }

    /* Links */
    .nav__mobile-link {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .nav__mobile-link li a {
        display: block;
        color: var(--primary-brown-dark);
        font-family: "Barlow Semi Condensed", sans-serif;
        font-size: clamp(20px, 5vw, 28px);
        font-weight: 700;
        line-height: 110%;
        text-transform: uppercase;
        text-decoration: none;
        padding: 16px 0;
        border-bottom: 1px solid #E8E0CC;
        transition: color 0.3s ease, padding-left 0.3s ease;
        letter-spacing: 0.5px;
    }

    .nav__mobile-link li:last-child a {
        border-bottom: none;
    }

    .nav__mobile-link li a:hover {
        color: var(--primary-gold);
        padding-left: 8px;
    }

    .hero__container {
        display: flex;
        flex-direction: row;
        padding: 40px;
        height: auto;
        min-height: auto;
    }

    .hero__content {
        position: relative;
        margin: 0 auto;
        text-align: start;
        max-width: fit-content;
        z-index: 10;
        min-width: auto;
        flex: 0 0 48%;
    }

    .hero__title {
        font-size: 33px;
        text-wrap: balance;
    }

    .hero__text {
        text-wrap: balance;
    }

    .hero__button {
        padding: 14px 20px;
    }

    .hero__image-wrapper {
        position: relative;
        top: auto;
        right: auto;
        width: 100%;
        max-width: 600px;
        height: auto;
        animation: none;
        align-self: center;
    }

    /* ABOUT */
    .about__description {
        padding: 0 16px;
    }

    .about__grid {
        grid-template-columns: 1fr 1fr;
        column-gap: 30px;
        padding-left: 16px;
        padding-right: 16px;
        margin-top: 40px;
    }

    .about__media {
        grid-template-columns: 1fr;
        margin: 40px 16px 60px;
        max-height: none;
        gap: 0;
    }

    .about__accordion {
        margin-top: 0;
    }

    .accordion__btn {
        padding: 16px 0 16px 32px;
    }

    .accordion__text {
        margin-left: 38px;
    }

    /* PRODUTOS */
    .products__grid {
        padding: 0 16px;
        gap: 14px;
    }

    .product-card__image-container {
        width: 100%;
        height: 165px;
        padding: 12px;
    }

    .product-card {
        width: 100%;
        height: auto;
        min-height: 275px;
    }

    .products__description,
    .products_details_description {
        padding: 0 16px;
    }

    /* SERVIÇOS */
    .services__description {
        padding: 0 16px;
    }

    .services__grid {
        gap: 14px;
        margin: 75px 16px 0;
        gap: 14px;
    }

    .service-card {
        width: 290px;
        height: 300px;
    }

    .service-card__title {
        min-height: 52px;
    }

    .service-card__description {
        font-size: 13px;
    }

    /*FOOTER*/
    .footer__grid {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto auto auto auto;
        column-gap: 40px;
        row-gap: 60px;
    }

    .footer__logo-col {
        grid-column: 1 / 3;
        grid-row: 1;
    }


    /* SOCIAL + CONTACTO */
    .footer__social-wrapper {
        grid-column: 1;
        grid-row: 2;
        margin-top: 0;
    }

    /* MORADA */
    .footer__address {
        grid-column: 2;
        grid-row: 2;
        max-width: 240px;
    }

    /* CTA */
    .footer__cta-col {
        grid-column: 1;
        grid-row: 3;
        margin-top: 0;
    }

    .footer__cta-button {
        border-radius: 20px;
        padding: 11px 20px;
        font-size: 14px;
    }

    /* LINKS */
    .footer__nav {
        grid-column: 2;
        grid-row: 3;
    }

    /* BLISQ */
    .footer__blisq {
        grid-column: 2;
        grid-row: 4;
        justify-self: end;
    }

    /*Common Pages*/
    .common-page {
        padding: 60px 0 50px;
    }

    .common-container {
        padding: 0 25px;
        max-width: 100%;
    }

    .common-title {
        font-size: 32px;
        margin-bottom: 15px;
    }

    .common-content h2 {
        font-size: 18px;
        margin: 18px 0 8px;
    }

    .common-content h3 {
        font-size: 17px;
    }

    .common-content p,
    .common-content li,
    .common-content ul li {
        font-size: 15px;
        line-height: 165%;
    }

    .common-content ul {
        margin-left: 5px;
    }

    .common-content ul ul {
        margin-left: 10px;
    }

    .common-content ol {
        margin-left: 5px;
    }

    .common-content ol ul {
        margin-left: 15px;
    }

    .common-content caption {
        font-size: 15px;
    }
}

@media screen and (max-width: 800px) {

    .about__grid {
        grid-template-columns: 1fr;
        gap: 30px;
        padding: 40px 20px;
    }

    .about__image-col {
        max-width: 500px;
        margin: 0 auto;
    }

    .about__text-col {
        justify-content: center;
        text-align: center;
    }

    .about__text-container {
        max-width: 100%;
        text-align: center;
        margin: 0 auto;
    }

    .about__subtitle {
        text-align: center;
    }

    .about__text {
        text-align: center;
    }
}

@media screen and (max-width: 770px) {
    .hero__container {
        height: auto;
        display: flex;
        flex-direction: column;
        min-height: 540px;
        padding-bottom: 40px;
        border-radius: 21px;
    }

    .hero::before {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: url(assets/images/clearlinemobile.svg);
        background-size: 100%;
        background-repeat: no-repeat;
        background-position: left bottom;
    }

    .hero::after {
        right: 0;
        bottom: 0;
        width: 50%;
        height: 50%;
        background-image: url(assets/images/darklinemobile.svg);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: right;
    }

    .hero__button {
        padding: 12px 20px;
        margin-top: 10px;
    }

    .hero__content {
        text-align: center;
        align-items: center;
    }

    .hero__title,
    .hero__text,
    .hero__button {
        text-align: left;
        margin-left: 0;
        text-align: center;
        margin-top: 20px;
        max-width: 500px;
    }

    .hero__image-wrapper {
        position: relative;
        top: auto;
        right: 25px;
        width: 100%;
        height: auto;
        animation: none;
    }

    .hero__image {
        width: 100%;
        height: auto;
        object-fit: contain;
        border-radius: 0 0 24px 24px;
    }

    /*===== PAGE DETAILS =====*/
    .product-details {
        width: calc(100% - 40px);
        min-height: auto;
        margin-bottom: 40px;
    }

    .product-details-card {
        display: flex;
        flex-direction: column;
        gap: 20px;
        width: 100%;
    }

    /* LEFT COLUMN - GALLERY */
    .gallery {
        display: grid;
        grid-template-columns: 65px 1fr;
        gap: 15px;
        max-height: 267px;
        align-items: normal;
    }

    .main-image-wrap {
        width: 100%;
        order: 1;
        height: 267px;
    }

    .thumbs img {
        width: 100%;
        height: 100%;
        flex-shrink: 0;
    }

    .thumbs figure {
        flex: 0 0 43px;
    }

    .thumbs::-webkit-scrollbar {
        display: none;
    }

    .thumbs {
        order: 1;
        display: flex;
        flex-direction: column;
    }

    /* RIGHT COLUMN - INFO */
    .info {
        order: 3;
        max-width: 100%;
        gap: 0px;
    }

    .tag {
        margin-bottom: 5px;
        font-size: 9px;
        padding: 6px 8px;
    }

    .title-products-details {
        font-size: 30px;
        line-height: 110%;
        margin-bottom: 10px;
    }

    .description p {
        text-align: left;
        font-size: 15px;
        margin-bottom: 10px;
    }

    .no-additives {
        text-align: left;
        font-size: 14px;
        margin-bottom: 10px;
    }

    .divider {
        margin-bottom: 10px;
    }

    .specs {
        gap: 10px;
    }

    .spec-row {
        flex-direction: column;
        gap: 5px;
        padding: 0 15px;
    }

    .spec-label {
        font-size: 14px;
    }

    .spec-value {
        font-size: 14px;
    }

    .products_details_description {
        font-size: 22px;
        margin: 0 auto 25px;
        max-width: 90%;
    }

    .product-details-card {
        align-items: unset;
    }

    /*Common PAges*/
    .common-page {
        padding: 50px 0 40px;
    }

    .common-container {
        padding: 0 20px;
    }

    .common-title {
        font-size: 28px;
    }

    .common-content h2 {
        font-size: 17px;
    }

    .common-content h3 {
        font-size: 16px;
    }

    .common-content p,
    .common-content li,
    .common-content ul li {
        font-size: 14px;
        line-height: 160%;
    }

    .common-content li::before,
    .common-content ul li::before {
        font-size: 14px;
    }

    .common-content caption {
        font-size: 14px;
    }

    .common-content table th {
        font-size: 14px;
        padding: 0 8px 8px 15px;
    }

    .common-content table td {
        font-size: 12px;
        padding: 12px 15px;
    }
}

@media screen and (max-width: 640px) {
    .top-bar__phrase {
        padding: 0 10px;
    }

    /* ── HERO ── */
    .hero {
        margin: 20px 20px 32px;
    }

    .hero__container {
        height: auto;
        min-height: 460px;
        padding-bottom: 40px;
        border-radius: 21px;
        padding: 25px;
    }

    .hero__content {
        text-align: left;
        align-items: flex-start;
        min-width: 100%;
    }

    .hero__title,
    .hero__text,
    .hero__button {
        text-align: left;
        margin-left: 0;
        margin-right: auto;
    }

    .hero__title {
        max-width: 294px;
        margin-top: 0;
    }

    .hero__text {
        max-width: 290px;
        margin-top: 5px;
    }

    .hero__button {
        padding: 12px 20px;
        margin-top: 10px;
    }


    .hero__image-wrapper {
        position: relative;
        top: auto;
        right: 0;
        width: 100%;
        height: auto;
        animation: none;
    }

    .hero__image {
        width: calc(100% + 50px);
        height: auto;
        object-fit: contain;
        border-radius: 0 0 24px 24px;
        left: -35px;
    }

    /* ── ABOUT ── */
    .about {
        margin-top: 30px;
    }

    .about__container {
        padding: 0 16px;
    }

    .about__description {
        max-width: 351px;
    }

    .about__grid {
        grid-template-columns: 1fr;
        padding-left: 16px;
        padding-right: 16px;
        column-gap: 0;
        row-gap: 20px;
        margin-top: 0;
        margin-bottom: 20px;
        padding-top: 30px;
    }

    .about__grid::before {
        display: none;
    }

    .about__text-col {
        justify-content: flex-start;
    }

    .about__text-container {
        max-width: 100%;
    }

    /* Carousel */
    .carousel__item {
        letter-spacing: -1.455px;
    }

    /* Media (vídeo + acordeão) */
    .about__media {
        grid-template-columns: 1fr;
        margin: 20px 0 43px;
        gap: 0;
        max-height: none;
    }

    .about__video-container {
        border-radius: 0;
    }

    .about__accordion {
        margin-top: 0;
    }

    .accordion__btn {
        padding: 16px 0 16px 20px;
    }

    .accordion__text {
        margin-left: 20px;
        padding: 10px 20px 12px 0;
    }

    /*  PRODUTOS */
    .products {
        margin-top: 43px;
        margin-bottom: 30px;
    }

    .products__container {
        padding: 0 20px;
    }

    .products__title {
        margin: 0 0 10px 0;
    }

    .products__filter {
        gap: 8px;
        margin-top: 15px;
        margin-bottom: 21px;
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        white-space: nowrap;
        justify-content: flex-start;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }

    .products__filter::-webkit-scrollbar {
        display: none;
    }

    .filter__btn {
        padding: 6px 11px;
        flex-shrink: 0;
    }

    .products__grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 9px;
        padding: 0;
        max-width: 100%;
    }

    .product-card {
        width: 100%;
        height: auto;
        min-height: 216px;
        padding: 10px;
        border-radius: 12px;
    }

    .product-card__image-container {
        height: 124px;
        padding: 7px 7px 0;
    }

    .product-card__label {
        padding: 4px 5px;
        margin-bottom: 4px;
    }

    .product-card__title {
        max-width: 85%;
    }

    .products__btn {
        padding: 12px 20px;
    }

    /* SERVIÇOS */
    .services {
        padding: 40px 0;
    }

    .services__container {
        padding: 0 20px;
    }

    .services__title {
        margin: 0 0 10px 0;
    }

    .services__description {
        max-width: 90%;
    }

    .services__grid {
        flex-direction: column;
        align-items: center;
        margin-top: 60px;
        gap: 40px;
    }

    .service-card {
        width: 100%;
        max-width: 100%;
        height: auto;
        min-height: 280px;
        border-radius: 16px;
        padding: 0 16px 20px;
    }

    .service-card__image-wrapper {
        margin-top: -55px;
        margin-bottom: 10px;
    }

    .service-card__title {
        min-height: auto;
    }

    .services__btn {
        padding: 14px 20px;
    }

    .services__btn-wrapper {
        margin-top: 20px;
    }

    /* FOOTER */
    .footer__container {
        margin: 20px;
        padding: 30px 25px 20px 20px;
        border-radius: 25px;
    }

    .footer__grid {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
        row-gap: 20px;
    }

    .footer__social-wrapper {
        grid-row: 2;
        grid-column: 1;
        margin-top: 61px;
        gap: 15px;
    }

    .footer__address {
        grid-row: 3;
        grid-column: 1;
        max-width: 100%;
        margin-top: 10px;
        max-width: 269px;
    }

    .footer__nav {
        grid-row: 6;
        grid-column: 1;
    }

    .footer__nav-list {
        flex-direction: column;
        gap: 4px;
        margin-top: 45px;
    }

    .footer__logo-col {
        grid-row: 1;
        grid-column: 1;
    }

    .footer__cta-col {
        grid-row: 5;
        grid-column: 1;
        margin-top: 20px;
    }

    .footer__cta-text {
        max-width: 149px;
        margin-bottom: 15px;
    }

    .footer__cta-button {
        padding: 12px 20px;
    }

    .footer__blisq {
        grid-row: 6;
        grid-column: 1;
        justify-self: flex-end;
        align-self: flex-end;
    }

    /*Details*/
    .product-details {
        padding: 14px 14px 36px;
    }

    /*Common pages*/
    .common-page {
        padding: 40px 0 35px;
    }

    .common-container {
        padding: 0 16px;
    }

    .common-title {
        font-size: 26px;
    }

    .common-content h2 {
        font-size: 16px;
        margin: 15px 0 6px;
    }

    .common-content h3 {
        font-size: 15px;
    }

    .common-content p,
    .common-content li,
    .common-content ul li {
        font-size: 13px;
        line-height: 155%;
    }

    .common-content ul {
        margin-left: 0;
    }

    .common-content ul ul {
        margin-left: 8px;
    }

    .common-content ol ul {
        margin-left: 10px;
    }

    .common-content table {
        margin-bottom: 5px;
    }

    .common-content table th {
        min-width: 130px;
        font-size: 13px;
    }

    .common-content table td {
        min-width: 130px;
        font-size: 12px;
        padding: 10px 12px;
    }

    .common-content caption {
        font-size: 13px;
        margin-top: 5px;
    }
}

@media screen and (max-width: 500px) {

    .gallery {
        display: flex;
        flex-direction: column;
        gap: 8px;
        max-height: none;
    }

    .thumbs figure:first-child {
        margin-top: 0;
    }

    .product-details-card {
        align-items: normal;
    }

    .thumbs {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        overflow-x: auto;
        gap: 7px;
        width: 100%;
        padding: 5px 0;
        order: 2;
        -webkit-overflow-scrolling: touch;
    }
}

@media screen and (max-width: 480px) {
    .common-page {
        padding: 35px 0 30px;
    }

    .common-container {
        padding: 0 14px;
    }

    .common-title {
        font-size: 24px;
    }

    .common-content h2 {
        font-size: 15px;
    }

    .common-content p,
    .common-content li,
    .common-content ul li {
        font-size: 12px;
        line-height: 150%;
    }

    .common-content li::before,
    .common-content ul li::before {
        font-size: 12px;
    }

    .common-content table th {
        min-width: 120px;
        font-size: 12px;
        padding: 0 5px 5px 10px;
    }

    .common-content table td {
        min-width: 120px;
        font-size: 11px;
        padding: 8px 10px;
    }

    .common-content caption {
        font-size: 12px;
    }
}

@media screen and (max-width: 375px) {
    .common-page {
        padding: 30px 0 25px;
    }

    .common-container {
        padding: 0 12px;
    }

    .common-title {
        font-size: 22px;
    }

    .common-content h2 {
        font-size: 14px;
    }

    .common-content p,
    .common-content li,
    .common-content ul li {
        font-size: 11px;
    }

    .common-content table th {
        min-width: 100px;
        font-size: 11px;
    }

    .common-content table td {
        min-width: 100px;
        font-size: 10px;
        padding: 6px 8px;
    }
}