/*
Theme Name: Casulo Cocoon
Theme URI: https://blisq.pt
Author: Blisq Creative
Author URI: https://blisq.pt
Description: Tema WordPress personalizado para o Casulo Cocoon.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blisq
Text Domain: casulo-cocoon
*/

* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
}

.admin-bar .header {
  top: 32px;
}

@media screen and (max-width: 782px) {
  .admin-bar .header {
    top: 46px;
  }
}

.common-content .wp-caption,
.common-content img {
  max-width: 100%;
  height: auto;
}

.catalog-card__price {
  display: block;
  margin-top: 12px;
  font-weight: 600;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.go-to-main {
    color: #191919;
    font-size: 14px;
    font-weight: 600;
    position: absolute;
    top: -9999px;
    margin: 20px;
    background-color: #f3f3f3;
    padding: 15px;
    display: block;
    width: fit-content;
    z-index: 3;
} 
.go-to-main:focus {
  top: 0;
  position: relative;
}
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
  word-break: normal !important;
}

.screen-reader-text:focus {
  background-color: #eee;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}
/* =========================================================
    TIPOGRAFIA
   ========================================================= */
@font-face {
    font-family: "Poppins";
    src: url("assets/fonts/poppins/poppins-300.woff2") format("woff2");
    font-style: normal;
    font-weight: 300;
    font-display: swap;
}

@font-face {
    font-family: "Poppins";
    src: url("assets/fonts/poppins/poppins-400.woff2") format("woff2");
    font-style: normal;
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: "Poppins";
    src: url("assets/fonts/poppins/poppins-500.woff2") format("woff2");
    font-style: normal;
    font-weight: 500;
    font-display: swap;
}

@font-face {
    font-family: "Poppins";
    src: url("assets/fonts/poppins/poppins-600.woff2") format("woff2");
    font-style: normal;
    font-weight: 600;
    font-display: swap;
}

@font-face {
    font-family: "Poppins";
    src: url("assets/fonts/poppins/poppins-700.woff2") format("woff2");
    font-style: normal;
    font-weight: 700;
    font-display: swap;
}

@font-face {
    font-family: "Crete Round";
    src: url("assets/fonts/crete-round/crete-round-400.woff2") format("woff2");
    font-style: normal;
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: "Exposure";
    src: url("assets/fonts/exposure/exposure.ttf") format("truetype");
    font-style: normal;
    font-weight: 400;
    font-display: swap;
}

/* =========================================================
    VARIAVEIS E RESETS
   ========================================================= */

:root {
    --white: #FFF;
    --black: #000;
    --ivory: #F9FAE6;
    --brown-dark: #2B1605;
    --green-light: #DEF9B2;
    --brown-deep: #34110A;
    --brown: #4A2E1E;
    --cream: #EEEED4;
    --olive: #B6B68A;
    --brown-darker: #270F0A;
    --ivory-light: #F0F2DD;
    --gold: #CE8519;
    --gray: #747460;
    --cream-light: #E5E5C1;
    --cream-dark: #D7D7B3;
    --khaki: #BFBF9B;
    --brown-black: #170906;
    --teal: #023E35;
    --sage: #6A8D80;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
    position: relative;
    display: block;
    background-color: var(--ivory);
}

body {
    font-family: "Poppins", sans-serif;
    position: relative;
    display: block;
    background-color: transparent;
    overflow: hidden;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

figure {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    display: block;
}

a {
    color: inherit;
    text-decoration: none;
}

::selection {
    background-color: var(--gold);
    color: var(--brown-black);
}

.block {
    display: block;
}

.none {
    display: none;
}

/* =========================================================
    HEADER
   ========================================================= */
.header {
    padding: 21px 45px 19px 70px;
}

.header__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.custom-logo-link {
    display: block;
    z-index: 99999;
}

.custom-logo {
    width: 170px;
    height: auto;
}

.header__nav .menu {
    display: flex;
    align-items: center;
    gap: 35px;
    list-style: none;
}

.header__nav .menu-item a {
    color: var(--brown-dark);
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.header__nav .menu-item a:hover {
    color: var(--gold);
}

.header__cta {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 15px 20px;
    border: 1px solid var(--brown-dark);
    border-radius: 15px;
}

.header__cta:hover {
    background-color: var(--green-light);
}

.header__cta::after {
    content: '';
    width: 19px;
    height: 25px;
    background-image: url('assets/icons/menu.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transition: transform 0.3s ease;
}

.header__cta:hover::after {
    transform: rotate(-12deg) scale(1.1);
}

/* =========================================================
    MOBILE MENU
   ========================================================= */
.header__burger {
    display: none;
    position: relative;
    width: 28px;
    height: 20px;
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    z-index: 101;
}

.header__burger-bar {
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: var(--brown-dark);
    transition: transform 0.3s ease, background-color 0.3s ease, top 0.3s ease;
}

.header__burger-bar:first-child {
    top: 4px;
}

.header__burger-bar:last-child {
    top: 16px;
}

body.menu-open .custom-logo {
    filter: brightness(0) saturate(100%) invert(93%) sepia(23%) saturate(555%) hue-rotate(31deg) brightness(101%) contrast(101%);
}

body.menu-open .header__burger-bar {
    background-color: var(--green-light);
}

body.menu-open .header__burger-bar:first-child {
    top: 9px;
    transform: rotate(45deg);
}

body.menu-open .header__burger-bar:nth-child(2) {
    opacity: 0;
    transform: scaleX(0);
}

body.menu-open .header__burger-bar:last-child {
    top: 9px;
    transform: rotate(-45deg);
}

body.menu-open,
html.menu-open {
    overflow: hidden;
}

.header__nav-extra {
    display: none;
}

body.menu-open .header__nav {
    display: flex;
    flex-direction: column;
    position: fixed;
    inset: 0;
    z-index: 90;
    padding: 180px 20px 30px;
    background-color: var(--teal);
    overflow-y: auto;
}

body.menu-open .header__nav .menu {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
}

body.menu-open .header__nav .menu-item {
    border-bottom: 1px solid var(--black);
}

body.menu-open .header__nav .menu-item:last-child {
    border-bottom: none;
}

body.menu-open .header__nav .menu-item a {
    display: block;
    padding: 11px 7px;
    color: var(--ivory);
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 145%;
    text-align: start;
}

body.menu-open .header__nav .menu-item a.header__cta {
    margin-top: 22px;
    border-radius: 10px;
    width: 100%;
    display: flex;
    justify-content: center;
    text-align: center;
    border-color: var(--green-light);
    color: var(--green-light);
    gap: 15px;
}

body.menu-open .header__cta::after {
    filter: brightness(0) saturate(100%) invert(93%) sepia(23%) saturate(555%) hue-rotate(31deg) brightness(101%) contrast(101%);
    width: 21px;
    height: 29px;
}

body.menu-open .header__nav-extra {
    display: block;
    margin-top: auto;
    padding-top: 40px;
}

body.menu-open .header__nav-extra .footer__legal-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px 22px;
}

body.menu-open .header__nav-extra .footer__legal-list li:has(.footer__legal-link--credit) {
    grid-column: 1 / -1;
    text-align: center;
    color: var(--black);
    margin-top: 20px;
}

/* =========================================================
    HERO
   ========================================================= */
.hero {
    position: relative;
    margin: 0 45px 50px;
    padding: 171px 70px 155px;
    border-radius: 15px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    min-height: 79vh;
}

.hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 17px;
    width: 204px;
    height: 85px;
    background-image: url('assets/images/iconLogo.svg');
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 1;
}

.hero__img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

.hero__img--desktop {
    display: block;
}

.hero__img--tablet {
    display: none;
}

.hero__img--mobile {
    display: none;
}

.hero__content {
    position: relative;
    z-index: 1;
    width: 802px;
    text-align: right;
}

.hero__title {
    font-family: "Crete Round", serif;
    color: var(--green-light);
    text-align: right;
    text-shadow: 0 0 88.8px #000;
    -webkit-text-stroke-width: 1.7px;
    -webkit-text-stroke-color: var(--green-light);
    font-size: 66px;
    font-style: normal;
    font-weight: 600;
    line-height: 110%;
}

.hero__text {
    margin-top: 15px;
    max-width: 543px;
    margin-left: auto;
    color: var(--ivory);
    text-align: right;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
}

.hero__btns {
    display: flex;
    justify-content: flex-end;
    gap: 15px;
    margin-top: 20px;
}

.hero__btn {
    display: inline-flex;
    align-items: center;
    padding: 15px 25px;
    border-radius: 15px;
    color: var(--ivory);
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    transition: all 0.25s ease;
}

.hero__btn--outline {
    border: 1px solid var(--ivory);
}

.hero__btn--outline:hover {
    background-color: var(--ivory);
    color: var(--brown-deep);
}

.hero__btn--solid {
    background-color: var(--brown-deep);
}

.hero__btn--solid:hover {
    background-color: var(--ivory);
    color: var(--brown-deep);
}

/* =========================================================
    ABOUT
   ========================================================= */
.about {
    padding: 50px 45px 37px;
}

.about__inner {
    max-width: 1525px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
}

.about__text {
    width: 501px;
}

.about__title {
    margin-bottom: 15px;
    color: var(--brown-dark);
    -webkit-text-stroke-width: 0.8px;
    -webkit-text-stroke-color: var(--brown-dark);
    font-family: "Crete Round", serif;
    font-size: 42px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
}

.about__desc {
    max-width: 463px;
    color: var(--brown);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.about__images {
    flex: 1;
    display: flex;
    align-items: flex-start;
    gap: 14px;
}

.about__image {
    flex: 1;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    aspect-ratio: 9 / 16;
}

.about__image--offset {
    margin-top: 40px;
}

.gallery-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: opacity .6s ease;
}

.gallery-image--hidden {
    display: none;
}

.gallery-image--active {
    opacity: 1;
    z-index: 2;
}

.gallery-image--next {
    opacity: 0;
    z-index: 1;
}

.gallery-image--next.show {
    opacity: 1;
    z-index: 2;
}

/* =========================================================
    CATALOG SECTION
   ========================================================= */
.catalog-section {
    margin: 63px 45px 0;
    background-color: var(--cream);
    border-radius: 40px;
}

.catalog-section__inner {
    margin: 0 auto;
    padding-top: 100px;
}

.catalog-section__title {
    color: var(--brown-darker);
    text-align: center;
    justify-self: center;
    -webkit-text-stroke-width: 0.8px;
    -webkit-text-stroke-color: var(--brown-darker);
    font-family: "Crete Round", serif;
    font-size: 50px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    margin-bottom: 30px;
    max-width: 620px;
    margin-inline: auto;
}

/* FILTROS / TAGS */
.catalog-section__filters {
    border-top: 1px solid var(--olive);
    border-bottom: 1px solid var(--olive);
    padding-block: 20px 15px;
    cursor: grab;
    user-select: none;
}

.catalog-section__filters.is-dragging {
    cursor: grabbing;
    scroll-behavior: auto;
}

.catalog-filter-list {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
    list-style: none;
    flex-wrap: wrap;
    padding-inline: 20px;
}

.catalog-filter-btn {
    background: transparent;
    border: none;
    outline: none;
    cursor: pointer;
    padding-block: 12px;
    border-radius: 15px;
    color: var(--brown-darker);
    text-align: center;
    font-family: inherit;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    transition: all 0.3s ease;
}

.catalog-filter-btn:hover {
    color: var(--gold);
}

.catalog-filter-btn.active {
    background-color: var(--gold);
    padding: 12px 18px;
}

.catalog-filter-btn.active:hover {
    color: var(--white);
    opacity: 0.9;
}

/* GRELHA E CARDS */
.catalog-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    padding: 0 57px 103px;
}

.catalog-card {
    position: relative;
    padding: 30px 30px 40px;
    border-right: 1px solid var(--olive);
    border-bottom: 1px solid var(--olive);
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.catalog-card__media {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    overflow: hidden;
}

.catalog-card__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.catalog-card__media::after {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 20px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.74) 0%, rgba(0, 0, 0, 0.00) 62.02%);
    z-index: 1;
    pointer-events: none;
}

.catalog-card__content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    padding: 23px;
    color: var(--white);
}

.catalog-card__title {
    color: var(--cream);
    -webkit-text-stroke-width: 0.3;
    -webkit-text-stroke-color: var(--cream);
    font-family: "Crete Round", serif;
    font-size: 29px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 6px;
}

.catalog-card__desc {
    overflow: hidden;
    color: var(--ivory-light);
    text-overflow: ellipsis;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 149.768%;
}

/* =========================================================
    TRANSFORMATION SECTION
   ========================================================= */
.transformation {
    position: relative;
    margin: 45px 45px 0;
    padding-inline: 155px 78px;
    height: 86vh;
    min-height: 700px;
    border-radius: 40px;
    overflow: hidden;
    background-color: var(--gold);
    display: flex;
    align-items: center;
}

.transformation::after {
    content: '';
    position: absolute;
    top: -3%;
    right: -1%;
    width: 25%;
    aspect-ratio: 582 / 1150;
    background: url("assets/images/pseudoSection.svg") no-repeat center;
    background-size: contain;
}

.transformation__inner {
    position: relative;
    display: flex;
    align-items: center;
    gap: 69px;
    width: 100%;
    height: 100%;
    z-index: 2;
}

/* --- COLUNA DE TEXTO (ESQUERDA) --- */
.transformation__text {
    position: relative;
    width: 550px;
    flex-shrink: 0;
}

.transformation__watermark {
    display: block;
    width: 310px;
    height: auto;
    margin-bottom: 25px;
}

.transformation__title {
    color: var(--brown-dark);
    -webkit-text-stroke-width: 0.8px;
    -webkit-text-stroke-color: var(--brown-dark);
    font-family: "Crete Round", serif;
    font-size: 42px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
}

.transformation__desc {
    margin-top: 15px;
    max-width: 482px;
    color: var(--brown);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.transformation__images {
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 15px;
    flex: 1;
    height: 100%;
    justify-content: flex-end;
    overflow: hidden;
}

/* CARTÕES DE LOGÓTIPO SOBREPOSTOS */
.transformation__images::before {
    content: '';
    position: absolute;
    top: 12%;
    left: 19.7%;
    width: 190px;
    height: 135px;
    background-image: url("assets/images/pseudoTransformation.webp");
    background-size: contain;
    background-repeat: no-repeat;
    transform: rotate(15deg);
    z-index: 2;
}

.transformation__images::after {
    content: '';
    position: absolute;
    bottom: 29%;
    right: 23.5%;
    width: 190px;
    height: 135px;
    background-image: url('assets/images/pseudoTransformationWhite.webp');
    background-size: contain;
    background-repeat: no-repeat;
    transform: rotate(-5deg);
    z-index: 4;
}

/* COLUNAS */
.transformation__col {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
    flex-shrink: 0;
    will-change: transform;
}

.transformation__col--1 {
    margin-top: 316px;
}

.transformation__col--2 {
    margin-top: -325px;
}

.transformation__col--3 {
    margin-top: -200px;
}

.transformation__col--up {
    animation: moveUpContinuous 20s linear infinite;
}

.transformation__col--down {
    animation: moveDownContinuous 20s linear infinite;
}

.transformation__wrapper {
    position: relative;
}

.transformation__wrapper--2 {
    z-index: 3;
}

.transformation__wrapper.transformation__wrapper--1::after {
    background: var(--gold);
    content: '';
    display: block;
    width: 100%;
    height: 316px;
    z-index: 0;
    position: absolute;
    top: 0;
}

.transformation__wrapper.transformation__wrapper--2::after {
    background: var(--gold);
    content: '';
    display: block;
    width: 101%;
    height: 83px;
    z-index: 0;
    position: absolute;
    top: 0;
}

/* Keyframes de Movimento */
@keyframes moveUpContinuous {
    from {
        transform: translate3d(0, 0, 0);
    }

    to {
        transform: translate3d(0, -50%, 0);
    }
}

@keyframes moveDownContinuous {
    from {
        transform: translate3d(0, -50%, 0);
    }

    to {
        transform: translate3d(0, 0, 0);
    }
}

.transformation__image {
    width: 100%;
    aspect-ratio: 47/60;
    border-radius: 20px;
    overflow: hidden;
    flex-shrink: 0;
}

.transformation__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* =========================================================
    FEATURES SECTION
   ========================================================= */
.features-section {
    margin: 45px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.features-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(344px, 1fr));
    gap: 30px;
    max-width: 1466px;
    width: 100%;
}

.feature-card {
    background-color: var(--cream);
    border-radius: 13px;
    padding: 20px;
    display: flex;
    align-items: center;
    gap: 20px;
}

.feature-text {
    color: var(--gray);
    -webkit-text-stroke-width: 0.3px;
    -webkit-text-stroke-color: var(--gray);
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.feature-card::before {
    content: '';
    display: block;
    width: 44px;
    height: 44px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    flex-shrink: 0;
}

.feature-1::before {
    background-image: url('assets/icons/diet.svg');
}

.feature-2::before {
    background-image: url('assets/icons/production.svg');
}

.feature-3::before {
    background-image: url('assets/icons/choice.svg');
}

.feature-4::before {
    background-image: url('assets/icons/economy.svg');
}

/* =========================================================
    WELCOME SECTION
   ========================================================= */
.welcome {
    display: flex;
    align-items: stretch;
    margin: 0 45px 45px;
    border-radius: 40px;
    overflow: hidden;
    min-height: 85vh;
    gap: 70px;
    background-color: #2d110b;
    position: relative;
}

.welcome::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 79%;
    aspect-ratio: 1612 / 668;
    background-image: url('assets/images/iconLogoBrown.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top right;
    z-index: 1;
    pointer-events: none;
}

.welcome__media {
    position: relative;
    width: 58%;
    flex-shrink: 0;
    z-index: 2;
}

.welcome__slides {
    position: relative;
    width: 100%;
    height: 100%;
}

.welcome__slide {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: opacity 0.6s ease;
}

.welcome__slide--active {
    opacity: 1;
}

.welcome__media::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, transparent 70%, #2d110b 100%);
    pointer-events: none;
}

.welcome__dots {
    display: flex;
    align-items: center;
    gap: 15px;
    height: 4px;
    margin-top: 20px;
}

.welcome__dot {
    width: 32px;
    height: 2px;
    border-radius: 100px;
    background-color: #67443B;
    transform: scaleX(1);
    transition: all 0.3s ease;
}

.welcome__dot--active {
    background-color: var(--ivory);
    transform: scaleX(1.4);
    height: 4px;
}

.welcome__content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 482px;
    gap: 15px;
    z-index: 2;
    padding-block: 20px;
}

.welcome__content h2 {
    color: var(--gold);
    -webkit-text-stroke-width: 0.3px;
    -webkit-text-stroke-color: var(--gold);
    font-family: "Crete Round", serif;
    font-size: 34px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    max-width: 420px;
}

.welcome__content p {
    color: rgba(249, 250, 230, 0.80);
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 150%;
}

.welcome__content p strong {
    color: rgba(249, 250, 230, 0.80);
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
}

/* =========================================================
    PROJETOS
   ========================================================= */
.projects {
    margin: 0 45px 45px;
    padding: 110px 120px;
    background-color: var(--cream-light);
    border-radius: 40px;
}

.projects__inner {
    justify-items: center;
}

.projects__title {
    color: var(--brown-dark);
    text-align: center;
    -webkit-text-stroke-width: 0.8px;
    -webkit-text-stroke-color: var(--brown-dark);
    font-family: "Crete Round", serif;
    font-size: 42px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    max-width: 545px;
    margin-inline: auto;
}

.projects__tabs {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 5px;
    padding: 8px 15px;
    border-radius: 15px;
    background-color: var(--cream-dark);
    width: fit-content;
    margin: 20px auto 0;
}

.projects__tab {
    padding: 12px 20px;
    border: none;
    border-radius: 15px;
    background-color: transparent;
    color: #240E09;
    text-align: center;
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    cursor: pointer;
    transition: all 0.25s ease;
}

.projects__tab:hover {
    background-color: rgba(0, 0, 0, 0.05);
    color: var(--black);
}

.projects__tab--active:hover {
    background-color: var(--khaki);
    filter: brightness(0.95);
}

.projects__tab--active {
    background-color: var(--khaki);
    color: #230D09;
    text-align: center;
    font-weight: 600;
}

.projects__body {
    display: flex;
    align-items: center;
    gap: 100px;
    margin-top: 40px;
}

.projects__panels {
    flex: 1;
    max-width: 577px;
}

.projects__panel {
    display: none;
}

.projects__panel--active {
    display: block;
}

.projects__panel h3 {
    color: var(--brown-dark);
    -webkit-text-stroke-width: 0.3px;
    -webkit-text-stroke-color: var(--brown-dark);
    font-family: "Crete Round", serif;
    font-size: 34px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
}

.projects__panel p {
    margin-top: 15px;
    color: #7D6755;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 150%;
}

.projects__panel p strong {
    margin-top: 15px;
    color: #281405;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
}

.projects__note {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 15px;
}

.projects__note-tag {
    padding: 6px 10px;
    border-radius: 8px;
    background-color: #CFCFA5;
    color: var(--brown-black);
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    text-transform: uppercase;
}

.projects__note p {
    text-wrap: balance;
    color: #7D6755;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 150%;
    margin-top: 0;
}

.projects__media {
    position: relative;
    width: 752px;
    aspect-ratio: 220/161;
    flex-shrink: 0;
    border-radius: 23px;
    overflow: hidden;
}

.projects__image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: opacity 0.4s ease;
}

.projects__image--active {
    opacity: 1;
}

/* =========================================================
    FOOTER
   ========================================================= */
.footer {
    position: relative;
    margin: 0 45px 45px;
    padding: 60px 40px 40px 30px;
    border-radius: 40px;
    overflow: hidden;
    background-color: var(--teal);
}

.footer__inner {
    display: grid;
    grid-template-columns: 22.8% 16% max-content 1fr;
    gap: 36px 40px;
    align-items: start;
}

.footer__heading {
    color: var(--ivory);
    -webkit-text-stroke-color: var(--ivory);
    font-family: "Crete Round", serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    max-width: 255px;
}

.footer__address {
    margin-top: 10px;
    max-width: 279px;
    color: var(--green-light);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
}

.footer__label {
    margin-top: 30px;
    color: var(--ivory);
    -webkit-text-stroke-color: var(--ivory);
    font-family: "Crete Round", serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
}

.footer__socials {
    display: flex;
    gap: 15px;
    margin-top: 15px;
    list-style: none;
}

.footer__social {
    display: block;
    width: 26px;
    height: 26px;
}

.footer__social--facebook::before,
.footer__social--instagram::before,
.footer__social--whatsapp::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.footer__social--facebook::before {
    background-image: url('assets/icons/facebook.svg');
}

.footer__social--instagram::before {
    background-image: url('assets/icons/instagram.svg');
}

.footer__social--whatsapp::before {
    background-image: url('assets/icons/whatsapp.svg');
}

.footer__phone-row {
    grid-column: 1 / 3;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
}

.footer__phone {
    margin-top: 0;
}

.footer__phone-code {
    margin-right: 4px;
    color: var(--sage);
    font-family: "Crete Round", serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

.footer__phone a {
    color: var(--ivory);
    -webkit-text-stroke-color: var(--ivory);
    font-family: "Crete Round", serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

.footer__phone-notes {
    display: flex;
    flex-direction: row;
    gap: 30px;
}

.footer__phone-note1 {
    margin-top: 2px;
    color: var(--green-light);
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    text-wrap: nowrap;
}

.footer__phone-note2 {
    color: var(--green-light);
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    max-width: 173px;
}

.footer__title {
    color: var(--green-light);
    -webkit-text-stroke-color: var(--green-light);
    font-family: "Crete Round", serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    margin-bottom: 10px;
}

.footer__hours-block {
    margin-top: 15px;
}

.footer__hours-block:first-child {
    margin-top: 0;
}

.footer__hours-title {
    color: var(--sage);
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
}

.footer__hours-list {
    list-style: none;
    margin: 0;
}

.footer__hours-list li {
    color: var(--ivory);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 145%;
}

.footer__nav {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.footer-menu {
    margin-top: 10px;
    list-style: none;
}

.footer-menu-item {
    margin-top: 5px;
}

.footer-menu-item:first-child {
    margin-top: 0;
}

.footer-menu-item a {
    color: var(--ivory);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 145%;
}

.footer__brand {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 85px;
}

.footer__brand::before {
    content: '';
    position: absolute;
    top: -78%;
    left: 30%;
    width: 309px;
    max-width: 100%;
    aspect-ratio: 309 / 128;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    animation: footerBrandLoop 4s steps(1, end) infinite;
}

@keyframes footerBrandLoop {
    0% {
        background-image: url('assets/images/AnimLogo1.svg');
    }

    25% {
        background-image: url('assets/images/AnimLogo2.svg');
    }

    50% {
        background-image: url('assets/images/AnimLogo3.svg');
    }

    75% {
        background-image: url('assets/images/AnimLogo4.svg');
    }
}

.footer__brand-logo {
    width: 100%;
    max-width: 464px;
    height: auto;
}

.footer__funding {
    grid-column: 1 / 3;
}

.footer__funding img {
    height: auto;
    width: 364px;
}

.footer__funding a {
    display: inline-block;
    line-height: 0;
}

.footer__legal-row {
    grid-column: 3 / -1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    flex-wrap: wrap;
}

.footer__legal-list {
    display: flex;
    align-items: center;
    gap: 26px;
    flex-wrap: wrap;
    list-style: none;
}

.footer__legal-link {
    padding: 0;
    border: none;
    background: none;
    color: var(--sage);
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 145%;
    cursor: pointer;
}

.footer__blisq img {
    height: auto;
    width: 50px;
}

/* HOVER EFFECTS FOOTER */
.footer__social,
.footer-menu-item a,
.footer__legal-link,
.footer__funding img,
.footer__blisq img {
    transition: all 0.3s ease;
}

.footer__social:hover {
    transform: translateY(-4px) scale(1.15);
}

.footer-menu-item a,
.footer__legal-link {
    position: relative;
    display: inline-block;
}

.footer-menu-item a::after,
.footer__legal-link::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 1.5px;
    background-color: var(--sage);
    transition: width 0.3s ease;
}

.footer-menu-item a:hover::after,
.footer__legal-link:hover::after {
    width: 100%;
}

.footer-menu-item a:hover,
.footer__legal-link:hover {
    color: var(--sage);
}

.footer__funding a {
    display: inline-block;
}

.footer__funding img:hover {
    transform: scale(1.03);
}

.footer__blisq img:hover {
    transform: scale(1.15);
}

/* =========================================================
    CASULO PAGE
   ========================================================= */
.casulo-hero {
    position: relative;
    min-height: 62.5vh;
    margin: 0 45px 50px;
    padding: 345px 20px 195px;
    border-radius: 40px;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.casulo-hero__img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.casulo-hero::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(360deg, #260F09 0%, rgba(38, 15, 9, 0.00) 62%);
    pointer-events: none;
}

.casulo-hero__title {
    position: relative;
    height: 100%;
    color: var(--green-light);
    text-align: center;
    display: flex;
    -webkit-text-stroke-width: 0.8px;
    -webkit-text-stroke-color: var(--green-light);
    font-family: "Crete Round", serif;
    font-size: 50px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    z-index: 1;
}

.casulo-hero__title::after {
    content: '';
    position: absolute;
    top: 65%;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 22px;
    width: 309px;
    height: 128px;
    background-size: contain;
    background-repeat: no-repeat;
    animation: casuloHeroLoop 4s steps(1, end) infinite;
}

@keyframes casuloHeroLoop {
    0% {
        background-image: url('assets/images/AnimLogo1.svg');
    }

    25% {
        background-image: url('assets/images/AnimLogo2.svg');
    }

    50% {
        background-image: url('assets/images/AnimLogo3.svg');
    }

    75% {
        background-image: url('assets/images/AnimLogo4.svg');
    }
}

.story {
    width: 100%;
    margin: 50px auto 200px;
    color: var(--brown);
}

.story__intro {
    max-width: 792px;
    margin: 0 auto 140px;
    text-align: center;
}

.story__intro h2 {
    color: var(--brown);
    text-align: center;
    -webkit-text-stroke-width: 0.8px;
    -webkit-text-stroke-color: var(--brown);
    font-family: "Crete Round", serif;
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    margin: 0 auto 15px;
    max-width: 600px;
}

.story__intro p {
    color: var(--brown);
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
}

.story__gallery {
    display: flex;
    align-items: center;
    gap: 70px;
    max-width: 1512px;
    margin: 0 auto 150px;
    justify-content: center;
}

.story__images {
    display: flex;
    gap: 15px;
    align-items: center;
}

.story__images figure {
    margin: 0;
    width: 316px;
    height: auto;
    border-radius: 20px;
    overflow: hidden;
}

.story__images figure:nth-child(2) {
    margin-top: -40px;
}

.story__images img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.story__gallery-text p {
    max-width: 464px;
    color: var(--brown);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    margin-bottom: 15px;
}

.story__gallery-text p:last-child {
    margin-bottom: 0;
}

.story__gallery-text p strong {
    color: var(--brown);
    -webkit-text-stroke-width: 0.2px;
    -webkit-text-stroke-color: var(--brown);
    font-family: "Crete Round", serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}

.story__closing {
    display: flex;
    align-items: center;
    gap: 140px;
    max-width: 1270px;
    margin: 0 auto;
    justify-content: center;
}

.story__closing>p {
    max-width: 467px;
    color: var(--brown);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
}

.story__quote {
    position: relative;
    background-color: var(--teal);
    padding: 38px 94px;
    border-radius: 16px;
    max-width: 662px;
}

.story__quote p {
    color: var(--green-light);
    text-align: center;
    -webkit-text-stroke-width: 0.8px;
    -webkit-text-stroke-color: var(--green-light);
    font-family: "Crete Round";
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
}

.story__quote::after {
    content: '';
    position: absolute;
    bottom: -20%;
    right: 12%;
    width: 85px;
    height: 45px;
    background-image: url('assets/images/elemento_balo_fala.svg');
    background-size: contain;
    background-repeat: no-repeat;
    border: none;
}

/*REVEAL */
.reveal {
    position: relative;
    margin: 0 45px 40px 45px;
    padding: 200px 25px 216px;
    border-radius: 40px;
    min-height: 68.2vh;
    overflow: hidden;
    z-index: 1;
}

.reveal__img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

.reveal::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 1;
    background: radial-gradient(99.27% 63.27% at 50% 55.73%, #260F09 0%, rgba(38, 15, 9, 0.00) 100%), linear-gradient(0deg, rgba(2, 54, 46, 0.30) 0%, rgba(2, 54, 46, 0.30) 100%);
    background-blend-mode: normal, multiply, normal;
    pointer-events: none;
}

.reveal::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    width: 865px;
    height: 190px;
    background-image: url('assets/images/vectors_containerPseudo.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom center;
    pointer-events: none;
}

.reveal__content {
    position: relative;
    z-index: 2;
    max-width: 693px;
    margin: 0 auto;
    text-align: center;
}

.reveal__text {
    margin-bottom: 14px;
    color: var(--ivory);
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
}

.reveal__text:last-child {
    margin-bottom: 0;
}

.reveal__highlight {
    margin-top: 15px;
    color: var(--green-light);
    text-align: center;
    -webkit-text-stroke-width: 0.2px;
    -webkit-text-stroke-color: var(--green-light);
    font-family: "Crete Round", serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}

/*VISION*/
.vision {
    display: flex;
    align-items: center;
    gap: 89px;
    min-height: 98.1vh;
    background: #EEEED4;
    margin: 45px;
    border-radius: 40px;
    padding: 55px 40px 55px 220px;
    z-index: 1;
    position: relative;
}

.vision__gallery::before {
    content: '';
    position: absolute;
    left: -11%;
    top: 32.4%;
    width: 190px;
    height: 135px;
    background-image: url('assets/images/pseudoTransformation.webp');
    background-size: contain;
    background-repeat: no-repeat;
    transform: rotate(-28deg);
    z-index: 2;
    pointer-events: none;
}

.vision__gallery {
    position: relative;
    width: 685px;
    aspect-ratio: 685 / 826;
    flex-shrink: 0;
}

.vision__image {
    position: absolute;
    margin: 0;
    overflow: hidden;
    border-radius: 16px;
}

.vision__image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s cubic-bezier(0.2, 0.7, 0.2, 1);
}

.vision__image:hover img {
    transform: scale(1.04);
}

.vision__image--1 {
    top: 0;
    left: 25.55%;
    width: 30.36%;
    height: 37.53%;
}

.vision__image--2 {
    top: 10.77%;
    left: 57.96%;
    width: 42.04%;
    height: 52.18%;
}

.vision__image--3 {
    top: 39.47%;
    left: 0;
    width: 34.45%;
    height: 42.49%;
}

.vision__image--4 {
    top: 39.47%;
    left: 36.64%;
    width: 19.12%;
    height: 23.61%;
}

.vision__image--5 {
    top: 64.89%;
    left: 36.64%;
    width: 28.32%;
    height: 35.11%;
}

.vision__image--6 {
    top: 64.89%;
    left: 67.15%;
    width: 20%;
    height: 24.70%;
}

.vision__text {
    flex: 1;
    max-width: 480px;
}

.vision__text h2 {
    color: var(--brown-dark);
    -webkit-text-stroke-width: 0.8px;
    -webkit-text-stroke-color: var(--brown-dark);
    font-family: "Crete Round", serif;
    font-size: 42px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
}

.vision__text p {
    margin-top: 15px;
    color: var(--brown);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.vision__text p strong {
    color: var(--brown);
    -webkit-text-stroke-width: 0.2px;
    -webkit-text-stroke-color: var(--brown);
    font-family: "Crete Round", serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}

/* PILLARS */
.pillars {
    margin: 110px 45px;
    position: relative;
}

.pillars::after {
    content: '';
    position: absolute;
    top: -28%;
    right: -33%;
    width: 1785px;
    aspect-ratio: 1785 / 740;
    background-image: url('assets/images/iconBigBege.svg');
    background-size: contain;
    background-repeat: no-repeat;
    pointer-events: none;
    z-index: 0;
}

.pillars__intro {
    max-width: 740px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 1;
}

.pillars__title {
    color: var(--brown-darker);
    text-align: center;
    -webkit-text-stroke-width: 0.8px;
    -webkit-text-stroke-color: var(--brown-darker);
    font-family: "Crete Round", serif;
    font-size: 42px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    max-width: 390px;
    margin: 0 auto;
}

.pillars__desc {
    margin-top: 15px;
    color: var(--brown);
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.pillars__grid {
    display: flex;
    gap: 15px;
    margin-top: 30px;
    justify-content: center;
    position: relative;
    z-index: 1;
}

.pillar-card {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    width: 400px;
    aspect-ratio: 4 / 5;
    border-radius: 20px;
    overflow: hidden;
    padding: 30px;
}

.pillar-card__img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

.pillar-card::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(43, 22, 5, 0.00) 61.6%, #2B1605 89.7%);
    z-index: 1;
    pointer-events: none;
}

.pillar-card__title {
    position: relative;
    z-index: 2;
    color: var(--green-light);
    -webkit-text-stroke-width: 1.2px;
    -webkit-text-stroke-color: var(--green-light);
    font-family: "Exposure", sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

/* PROJECTS — MODIFICADOR "PILLARS" */
.projects--pillars {
    background-color: var(--gold);
}

.projects--pillars .projects__title {
    color: var(--brown-darker);
}

.projects--pillars .projects__tabs {
    background-color: #B47215;
}

.projects--pillars .projects__tab {
    color: var(--ivory);
}

.projects--pillars .projects__tab:hover {
    background-color: rgba(255, 255, 255, 0.1);
}

.projects--pillars .projects__tab--active {
    background-color: #975F12;
}

.projects--pillars .projects__tab--active:hover {
    background-color: var(--brown-deep);
}

.projects--pillars .projects__panel h3 {
    color: var(--brown-dark);
}

.projects--pillars .projects__panel p {
    color: #2D1C12;
}

/* =========================================================
    COMMON PAGES
   ========================================================= */
.common-page {
    margin: 0 0 80px;
}

.common-title {
    background-color: var(--teal);
    border-radius: 40px;
    padding: 45px;
    min-height: 26.3vh;
    margin: 0 45px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.common-title h1 {
    color: var(--green-light);
    text-align: center;
    -webkit-text-stroke-width: 0.8px;
    -webkit-text-stroke-color: var(--green-light);
    font-family: "Crete Round", serif;
    font-size: 50px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    text-wrap: balance;
}

.common-container {
    max-width: 710px;
    margin: 0 auto;
}

.common-content {
    margin: 50px auto 100px;
}

.common-content h2 {
    color: var(--teal);
    -webkit-text-stroke-width: 0.8px;
    -webkit-text-stroke-color: var(--teal);
    font-family: "Crete Round", serif;
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    margin-block: 25px 10px;
}

.common-content h3 {
    color: var(--teal);
    -webkit-text-stroke-width: 0.2px;
    -webkit-text-stroke-color: var(--teal);
    font-family: "Crete Round", serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    margin-block: 25px 10px;
}

.common-content h4 {
    color: #2B1605;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    margin-block: 15px 10px;
}

.common-content p {
    color: var(--brown);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    margin-bottom: 14px;
}

.common-content ul {
    list-style: none;
    margin: 5px 0;
    padding-left: 10px;
}

.common-content ul li {
    position: relative;
    padding-left: 16px;
    color: var(--brown);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
}

.common-content ul li::after {
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    width: 4px;
    height: 4px;
    background-color: var(--brown);
    border-radius: 50%;
}

.common-content ol {
    list-style: none;
    margin: 5px 0;
    padding-left: 10px;
    counter-reset: legal-item;
}

.common-content ol li {
    position: relative;
    padding-left: 25px;
    color: var(--brown);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    counter-increment: legal-item;
}

.common-content ol li::before {
    content: counter(legal-item, lower-alpha) ")";
    position: absolute;
    left: 0;
    top: 0;
    color: var(--brown);
    font-weight: 400;
}

.common-content table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 15px;
    color: #97775C;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    text-align: left;
}

.common-content th {
    color: #80815F;
    font-size: 14px;
    font-weight: 500;
    line-height: 140%;
    padding: 16px 12px;
    border-bottom: 1px solid #97775C;
    border-right: 1px solid #97775C;
}

.common-content th:last-child {
    border-right: none;
}

.common-content td {
    padding: 12px 14px;
    vertical-align: top;
    border-bottom: 1px solid #97775C;
    border-right: 1px solid #97775C;
}

.common-content td:last-child {
    border-right: none;
}

.common-content ul li a {
    color: #4A2E1E;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 160%;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
    transition: opacity 0.3s ease;
}

.common-content ul li a:hover {
    opacity: 0.8;
    text-decoration: none;
}

.common-content p:last-of-type strong {
    color: #4A2E1E;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 160%;
    display: inline-block;
    margin-top: 11px;
}

/* =========================================================
    RESPONSIVO
   ========================================================= */
@media screen and (min-width: 1921px) {

    .about__inner,
    .features-container {
        max-width: 80%;
    }

    .transformation__images::before {
        left: 21.7%;
    }

    .transformation__images {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
    }

    .vision {
        justify-content: center;
    }
}

@media screen and (max-height: 800px) {
    .hero {
        padding-block: 260px;
    }
}

@media screen and (max-width: 1800px) {
    .pillars::after {
        content: '';
        position: absolute;
        top: -28%;
        right: -38%;
    }
}

@media screen and (max-width:1700px) {
    .transformation::after {
        width: 30%;
    }

    /* HERO */
    .hero__title {
        font-size: 62px;
    }

    .hero__text {
        font-size: 17px;
    }

    .hero__btn {
        font-size: 15px;
    }

    /* ABOUT */
    .about__title {
        font-size: 39px;
    }

    .about__desc {
        font-size: 17px;
    }

    /* CATÁLOGO */
    .catalog-section__title {
        font-size: 47px;
    }

    .catalog-card__title {
        font-size: 27px;
    }

    .catalog-card__desc {
        font-size: 14px;
    }

    /* TRANSFORMATION */
    .transformation__title {
        font-size: 39px;
    }

    .transformation__desc {
        font-size: 17px;
    }

    /* WELCOME */
    .welcome__content h2 {
        font-size: 32px;
    }

    .welcome__content p {
        font-size: 17px;
    }

    .welcome__content p strong {
        font-size: 19px;
    }

    /* PROJECTS */
    .projects__title {
        font-size: 40px;
    }

    .projects__tab {
        font-size: 15px;
    }

    .projects__panel h3 {
        font-size: 32px;
    }

    .projects__panel p {
        font-size: 15px;
    }

    .projects__panel p strong {
        font-size: 19px;
    }

    /* FOOTER */
    .footer__heading {
        font-size: 19px;
    }

    .footer__address {
        font-size: 13px;
    }

    .footer__label {
        font-size: 19px;
    }

    .footer__phone-code,
    .footer__phone a {
        font-size: 19px;
    }

    .footer__title {
        font-size: 19px;
    }

    .footer__hours-title {
        font-size: 14px;
    }

    .footer__hours-list li {
        font-size: 15px;
    }

    .footer-menu-item a {
        font-size: 15px;
    }

    /*CASULO PAGES*/
    .casulo-hero {
        margin: 0 40px 45px;
        min-height: 58vh;
        padding: 270px 20px 155px;
    }

    .casulo-hero__title {
        font-size: 44px;
    }

    .casulo-hero__title::after {
        width: 280px;
        height: 116px;
    }

    .story {
        margin: 50px auto 180px;
    }

    .story__intro {
        margin: 0 auto 120px;
    }

    .story__intro h2 {
        font-size: 34px;
    }

    .story__intro p {
        font-size: 17px;
    }

    .story__gallery {
        gap: 60px;
        padding-inline: 20px;
        margin: 0 auto 130px;
    }

    .story__images figure {
        width: 290px;
    }

    .story__images figure:nth-child(2) {
        margin-top: -35px;
    }

    .story__gallery-text p {
        font-size: 17px;
    }

    .story__gallery-text p strong {
        font-size: 21px;
    }

    .story__closing {
        gap: 120px;
    }

    .story__closing>p {
        font-size: 17px;
    }

    .story__quote {
        padding: 34px 80px;
    }

    .story__quote p {
        font-size: 34px;
    }

    .reveal {
        margin: 0 40px 35px;
        padding: 180px 25px 190px;
        min-height: 64vh;
    }

    .reveal__text {
        font-size: 17px;
    }

    .reveal__highlight {
        font-size: 21px;
    }

    .reveal::after {
        width: 780px;
        height: 170px;
    }

    .vision {
        margin: 40px;
        padding: 50px 35px 50px 180px;
        gap: 70px;
        min-height: 90vh;
    }

    .vision__gallery {
        width: 600px;
    }

    .vision__gallery::before {
        left: -9%;
        top: 30%;
        width: 160px;
        height: 114px;
    }

    .vision__text h2 {
        font-size: 40px;
    }

    .vision__text p {
        font-size: 17px;
    }

    .vision__text p strong {
        font-size: 21px;
    }

    .pillars {
        margin: 100px 40px;
    }

    .pillars__title {
        font-size: 40px;
    }

    .pillars__desc {
        font-size: 17px;
    }

    .pillar-card {
        width: 360px;
    }

    .pillar-card__title {
        font-size: 30px;
    }

    .pillars::after {
        width: 1600px;
        top: -22%;
        right: -36%;
    }

    /*COMMON PAGES*/
    .common-title h1 {
        font-size: 47px;
    }

    .common-content h2 {
        font-size: 25px;
    }

    .common-content h3 {
        font-size: 19px;
    }

    .common-content h4 {
        font-size: 17px;
    }

    .common-content p,
    .common-content ul li,
    .common-content ol li {
        font-size: 15px;
    }
}

@media screen and (max-width: 1600px) {

    /* HEADER */
    .custom-logo {
        width: 155px;
    }

    .header__nav .menu {
        gap: 25px;
    }

    .header__cta {
        padding: 12px 18px;
    }

    /* HERO */
    .hero {
        margin: 0 35px 40px;
        padding: 140px 50px 120px;
        min-height: 76vh;
    }

    .hero::before {
        top: 0;
        left: 14px;
        width: 173px;
        height: 72px;
    }

    .hero__content {
        width: 700px;
    }

    .hero__title {
        font-size: 58px;
        -webkit-text-stroke-width: 2px;
    }

    .hero__text {
        max-width: 480px;
    }

    .hero__btn {
        padding: 14px 22px;
    }

    /* ABOUT */
    .about {
        padding: 40px 35px 30px;
    }

    .about__inner {
        gap: 25px;
        max-width: 1280px;
    }

    .about__text {
        width: 420px;
    }

    .about__title {
        font-size: 36px;
    }

    .about__desc {
        font-size: 16px;
        max-width: 400px;
    }

    .about__images {
        gap: 12px;
    }

    .about__image--offset {
        margin-top: 35px;
    }

    /* CATALOG */
    .catalog-section {
        margin: 50px 35px 0;
    }

    .catalog-section__inner {
        padding-top: 80px;
    }

    .catalog-section__title {
        font-size: 44px;
        max-width: 550px;
        margin-bottom: 25px;
    }

    .catalog-filter-list {
        gap: 20px;
    }

    .catalog-grid {
        padding: 0 40px 80px;
    }

    .catalog-card {
        padding: 25px 25px 35px;
    }

    .catalog-card__title {
        font-size: 26px;
    }

    /* TRANSFORMATION */
    .transformation {
        margin: 45px 35px 0;
        padding-inline: 100px 50px;
        height: 82vh;
        border-radius: 35px;
    }

    .transformation::after {
        top: -2%;
        right: -1%;
    }

    .transformation__inner {
        gap: 50px;
    }

    .transformation__text {
        width: 440px;
    }

    .transformation__watermark {
        width: 260px;
        margin-bottom: 20px;
    }

    .transformation__title {
        font-size: 36px;
    }

    .transformation__desc {
        font-size: 16px;
        max-width: 420px;
    }

    .transformation__images {
        gap: 12px;
    }

    .transformation__images::before {
        width: 150px;
        height: 107px;
        top: 10%;
        left: 18%;
    }

    .transformation__images::after {
        width: 150px;
        height: 107px;
        bottom: 27%;
        right: 22%;
    }

    .transformation__col {
        gap: 8px;
    }

    .transformation__col--1 {
        margin-top: 260px;
    }

    .transformation__col--2 {
        margin-top: -270px;
    }

    .transformation__col--3 {
        margin-top: -165px;
    }

    .transformation__wrapper.transformation__wrapper--1::after {
        height: 260px;
    }

    .transformation__wrapper.transformation__wrapper--2::after {
        height: 68px;
    }

    .transformation__image {
        border-radius: 16px;
    }

    /* FEATURES */
    .features-section {
        margin: 45px 35px;
    }

    .features-container {
        max-width: 100%;
        grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
        gap: 25px;
    }

    .feature-card {
        padding: 18px;
        gap: 18px;
    }

    /* WELCOME */
    .welcome {
        margin: 0 35px 45px;
        min-height: 80vh;
        gap: 50px;
    }

    .welcome__content h2 {
        font-size: 30px;
        max-width: 380px;
    }

    .welcome__content p {
        font-size: 16px;
    }

    .welcome__content p strong {
        font-size: 18px;
    }

    .welcome__content {
        max-width: 420px;
    }

    .welcome__dots {
        gap: 12px;
    }

    .welcome__dot {
        width: 28px;
    }

    /* PROJECTS */
    .projects {
        margin: 0 35px 45px;
        padding: 90px 80px;
    }

    .projects__title {
        font-size: 38px;
        max-width: 500px;
    }

    .projects__tabs {
        padding: 6px 12px;
        margin-top: 18px;
    }

    .projects__tab {
        padding: 10px 16px;
    }

    .projects__body {
        gap: 70px;
        margin-top: 35px;
    }

    .projects__panels {
        max-width: 480px;
    }

    .projects__panel h3 {
        font-size: 30px;
    }

    .projects__panel p strong {
        font-size: 18px;
    }

    .projects__media {
        width: 620px;
    }

    /*FOOTER*/
    .footer {
        margin: 0 35px 35px;
        padding: 50px 30px 30px 25px;
    }

    .footer__inner {
        gap: 30px 35px;
        grid-template-columns: 22% 16% max-content 1fr;
    }

    .footer__heading {
        font-size: 18px;
        max-width: 230px;
    }

    .footer__label {
        font-size: 18px;
        margin-top: 25px;
    }

    .footer__socials {
        gap: 12px;
        margin-top: 12px;
    }

    .footer__social {
        width: 24px;
        height: 24px;
    }

    .footer__phone-code,
    .footer__phone a {
        font-size: 18px;
    }

    .footer__phone-notes {
        gap: 25px;
        flex-direction: column;
        max-width: 203px;
    }

    .footer__title {
        font-size: 18px;
    }

    .footer__brand {
        margin-top: 70px;
    }

    .footer__brand::before {
        width: 260px;
        top: -81%;
        left: 28%;
    }

    .footer__brand-logo {
        max-width: 380px;
    }

    .footer__funding img {
        width: 300px;
    }

    .footer__legal-list {
        gap: 16px;
    }

    .footer__legal-link {
        font-size: 12px;
    }
}

@media screen and (max-width: 1550px) {}

@media screen and (max-width: 1500px) {}

@media screen and (max-width: 1440px) {

    /* HEADER */
    .header {
        padding: 15px 32px;
    }

    .custom-logo {
        width: 145px;
    }

    .header__nav .menu {
        gap: 20px;
    }

    .header__nav .menu-item a {
        font-size: 15px;
    }

    .header__cta {
        padding: 10px 15px;
    }

    /* HERO */
    .hero {
        margin: 0 30px 35px;
        padding: 120px 40px 100px;
        min-height: 74vh;
    }

    .hero::before {
        top: 0;
        left: 12px;
        width: 153px;
        height: 64px;
    }

    .hero__content {
        width: 620px;
    }

    .hero__title {
        font-size: 50px;
        -webkit-text-stroke-width: 1.8px;
    }

    .hero__text {
        font-size: 16px;
        max-width: 430px;
    }

    .hero__btn {
        padding: 12px 20px;
        font-size: 15px;
    }

    /* ABOUT */
    .about {
        padding: 35px 30px 25px;
    }

    .about__inner {
        gap: 20px;
        max-width: 1185px;
    }

    .about__text {
        width: 370px;
    }

    .about__title {
        font-size: 32px;
    }

    .about__desc {
        font-size: 15px;
        max-width: 350px;
    }

    .about__images {
        gap: 10px;
    }

    .about__image--offset {
        margin-top: 30px;
    }

    /* CATALOG */
    .catalog-section {
        margin: 45px 30px 0;
    }

    .catalog-section__inner {
        padding-top: 70px;
    }

    .catalog-section__title {
        font-size: 38px;
        max-width: 480px;
        margin-bottom: 22px;
    }

    .catalog-section__filters {
        padding-block: 18px 13px;
    }

    .catalog-filter-btn {
        font-size: 15px;
        padding-block: 10px;
    }

    .catalog-filter-btn.active {
        padding: 10px 16px;
    }

    .catalog-grid {
        padding: 0 30px 70px;
    }

    .catalog-card {
        padding: 20px 20px 30px;
    }

    .catalog-card__title {
        font-size: 24px;
    }

    .catalog-card__desc {
        font-size: 13px;
    }

    .catalog-card__content {
        padding: 20px;
    }

    /* TRANSFORMATION */
    .transformation {
        margin: 45px 30px 0;
        padding-inline: 80px 40px;
    }

    .transformation__inner {
        gap: 40px;
    }

    .transformation__text {
        width: 380px;
    }

    .transformation__watermark {
        width: 220px;
        margin-bottom: 18px;
    }

    .transformation__title {
        font-size: 32px;
    }

    .transformation__desc {
        font-size: 15px;
        max-width: 360px;
    }

    .transformation__images {
        gap: 10px;
    }

    .transformation__images::before {
        width: 130px;
        height: 93px;
        top: 10%;
        left: 17%;
    }

    .transformation__images::after {
        width: 130px;
        height: 93px;
        bottom: 26%;
        right: 21%;
    }

    .transformation__col {
        gap: 7px;
    }

    .transformation__col--1 {
        margin-top: 235px;
    }

    .transformation__col--2 {
        margin-top: -240px;
    }

    .transformation__col--3 {
        margin-top: -150px;
    }

    .transformation__wrapper.transformation__wrapper--1::after {
        height: 235px;
    }

    .transformation__wrapper.transformation__wrapper--2::after {
        height: 60px;
    }

    .transformation__image {
        border-radius: 14px;
    }

    /* FEATURES */
    .features-section {
        margin: 45px 30px;
    }

    .features-container {
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        gap: 20px;
    }

    .feature-card {
        padding: 16px;
        gap: 16px;
    }

    .feature-card::before {
        width: 40px;
        height: 40px;
    }

    .feature-text {
        font-size: 13px;
    }

    /* WELCOME */
    .welcome {
        margin: 0 30px 45px;
        min-height: 75vh;
        gap: 40px;
    }

    .welcome__media {
        width: 55%;
    }

    .welcome__content h2 {
        font-size: 28px;
        max-width: 340px;
    }

    .welcome__content p {
        font-size: 15px;
    }

    .welcome__content p strong {
        font-size: 17px;
    }

    .welcome__content {
        max-width: 380px;
        gap: 12px;
    }

    .welcome__dots {
        gap: 10px;
        margin-top: 15px;
    }

    .welcome__dot {
        width: 24px;
    }

    /* PROJECTS */
    .projects {
        margin: 0 30px 45px;
        padding: 70px 60px;
    }

    .projects__title {
        font-size: 34px;
        max-width: 450px;
    }

    .projects__tabs {
        padding: 5px 10px;
        margin-top: 15px;
    }

    .projects__tab {
        padding: 8px 14px;
        font-size: 14px;
    }

    .projects__body {
        gap: 50px;
        margin-top: 30px;
    }

    .projects__panel h3 {
        font-size: 28px;
    }

    .projects__panel p {
        font-size: 14px;
    }

    .projects__panel p strong {
        font-size: 17px;
    }

    .projects__media {
        width: 520px;
    }

    .projects__note {
        gap: 12px;
    }

    .projects__note-tag {
        font-size: 12px;
        padding: 5px 8px;
    }

    .projects__note p {
        font-size: 13px;
    }

    /*FOOTER*/
    .footer {
        margin: 0 30px 30px;
        padding: 45px 25px 25px 20px;
        border-radius: 35px;
    }

    .footer__inner {
        gap: 25px 30px;
        grid-template-columns: max-content max-content max-content 1fr;
    }

    .footer__heading {
        font-size: 17px;
        max-width: 210px;
    }

    .footer__address {
        font-size: 12px;
    }

    .footer__label {
        font-size: 17px;
        margin-top: 22px;
    }

    .footer__socials {
        gap: 10px;
        margin-top: 10px;
    }

    .footer__social {
        width: 22px;
        height: 22px;
    }

    .footer__phone-code,
    .footer__phone a {
        font-size: 17px;
    }

    .footer__phone-notes {
        gap: 20px;
    }

    .footer__phone-note1 {
        font-size: 10px;
    }

    .footer__phone-note2 {
        font-size: 10px;
        margin-top: -10px;
    }

    .footer__title {
        font-size: 17px;
    }

    .footer__hours-title {
        font-size: 13px;
        margin-top: 12px;
    }

    .footer__hours-title:first-child {
        margin-top: 0;
    }

    .footer__hours-list li {
        font-size: 14px;
    }

    .footer-menu-item a {
        font-size: 14px;
    }

    .footer__brand {
        margin-top: 60px;
    }

    .footer__brand::before {
        width: 230px;
        top: -85%;
        left: 26%;
    }

    .footer__brand-logo {
        max-width: 320px;
    }

    .footer__funding img {
        width: 260px;
    }

    .footer__legal-list {
        gap: 18px;
        margin-inline: auto;
    }

    .footer__legal-link {
        font-size: 12px;
    }

    .footer__blisq img {
        width: 44px;
    }

    .footer__funding {
        grid-column: 1 / 2;
    }

    .footer__legal-row {
        grid-column: 2 / -1;
    }

    /*CASULO PAGES*/
    .casulo-hero {
        margin: 0 35px 40px;
        border-radius: 35px;
        min-height: 54vh;
        padding: 240px 20px 140px;
    }

    .casulo-hero__title {
        font-size: 40px;
    }

    .casulo-hero__title::after {
        width: 250px;
        height: 104px;
    }

    .story {
        margin: 45px auto 150px;
    }

    .story__intro {
        margin: 0 auto 100px;
        max-width: 700px;
    }

    .story__intro h2 {
        font-size: 32px;
        max-width: 550px;
    }

    .story__intro p {
        font-size: 16px;
    }

    .story__gallery {
        gap: 50px;
        margin: 0 auto 110px;
    }

    .story__images {
        gap: 12px;
    }

    .story__images figure {
        width: 260px;
    }

    .story__images figure:nth-child(2) {
        margin-top: -30px;
    }

    .story__gallery-text p {
        font-size: 16px;
        max-width: 420px;
    }

    .story__gallery-text p strong {
        font-size: 20px;
    }

    .story__closing {
        gap: 100px;
        max-width: 1150px;
    }

    .story__closing>p {
        font-size: 16px;
        max-width: 420px;
    }

    .story__quote {
        padding: 30px 70px;
        max-width: 580px;
    }

    .story__quote p {
        font-size: 32px;
    }

    .reveal {
        margin: 0 35px 30px;
        padding: 160px 25px 170px;
        min-height: 60vh;
        border-radius: 35px;
    }

    .reveal__text {
        font-size: 16px;
    }

    .reveal__highlight {
        font-size: 20px;
    }

    .reveal::after {
        width: 700px;
        height: 155px;
    }

    .vision {
        margin: 35px;
        padding: 45px 30px 45px 140px;
        gap: 60px;
        min-height: 82vh;
        border-radius: 35px;
    }

    .vision__gallery {
        width: 520px;
    }

    .vision__gallery::before {
        left: -8%;
        top: 28%;
        width: 140px;
        height: 100px;
    }

    .vision__text {
        max-width: 420px;
    }

    .vision__text h2 {
        font-size: 36px;
    }

    .vision__text p {
        font-size: 16px;
    }

    .vision__text p strong {
        font-size: 20px;
    }

    .pillars {
        margin: 90px 35px;
    }

    .pillars__intro {
        max-width: 650px;
    }

    .pillars__title {
        font-size: 38px;
        max-width: 360px;
    }

    .pillars__desc {
        font-size: 16px;
    }

    .pillar-card {
        width: 320px;
        padding: 25px;
    }

    .pillar-card__title {
        font-size: 28px;
    }

    .pillars::after {
        width: 1400px;
        top: -31%;
        right: -44%;
    }

    /*COMMON PAGES*/
    .common-page {
        margin: 0 0 60px;
    }

    .common-title {
        margin: 0 30px;
        padding: 35px;
        min-height: 22vh;
        border-radius: 35px;
    }

    .common-title h1 {
        font-size: 44px;
    }

    .common-container {
        max-width: 650px;
        padding: 0 30px;
    }

    .common-content {
        margin: 40px auto 80px;
    }

    .common-content h2 {
        font-size: 24px;
    }

    .common-content h3 {
        font-size: 18px;
    }

    .common-content h4 {
        font-size: 16px;
    }

    .common-content p,
    .common-content ul li,
    .common-content ol li {
        font-size: 15px;
    }
}

@media screen and (max-width: 1300px) {}

@media screen and (max-width: 1280px) {

    /* HEADER */
    .custom-logo {
        width: 135px;
    }

    .header__nav .menu-item a {
        font-size: 14px;
    }

    .header__cta {
        padding: 9px 14px;
        gap: 6px;
    }

    .header__cta::after {
        width: 16px;
        height: 22px;
    }

    /* HERO */
    .hero {
        margin: 0 25px 30px;
        padding: 100px 30px 80px;
        min-height: 72vh;
    }

    .hero::before {
        top: 0;
        left: 10px;
        width: 133px;
        height: 55px;
    }

    .hero__content {
        width: 520px;
    }

    .hero__title {
        font-size: 42px;
        -webkit-text-stroke-width: 1.5px;
    }

    .hero__text {
        font-size: 14px;
        max-width: 380px;
        margin-left: auto;
    }

    .hero__btns {
        gap: 12px;
        margin-top: 18px;
    }

    .hero__btn {
        padding: 10px 18px;
        font-size: 14px;
        border-radius: 12px;
    }

    /* ABOUT */
    .about {
        padding: 30px 25px 20px;
    }

    .about__inner {
        gap: 18px;
    }

    .about__text {
        width: 330px;
    }

    .about__title {
        font-size: 28px;
        -webkit-text-stroke-width: 0.6px;
    }

    .about__desc {
        font-size: 14px;
        max-width: 310px;
    }

    .about__images {
        gap: 8px;
    }

    .about__image--offset {
        margin-top: 25px;
    }

    /* CATALOG */
    .catalog-section {
        margin: 40px 25px 0;
        border-radius: 30px;
    }

    .catalog-section__inner {
        padding-top: 60px;
    }

    .catalog-section__title {
        font-size: 34px;
        -webkit-text-stroke-width: 0.6px;
        max-width: 420px;
        margin-bottom: 20px;
    }

    .catalog-section__filters {
        padding-block: 15px 10px;
        overflow-x: auto;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }

    .catalog-section__filters::-webkit-scrollbar {
        display: none;
    }

    .catalog-filter-list {
        flex-wrap: nowrap;
        white-space: nowrap;
        justify-content: safe center;
        padding-inline: 20px;
        width: max-content;
        min-width: 100%;
    }

    .catalog-filter-btn {
        font-size: 14px;
        padding-block: 8px;
        white-space: nowrap;
        flex-shrink: 0;
    }

    .catalog-filter-btn.active {
        padding: 8px 14px;
    }

    .catalog-grid {
        padding: 0;
    }

    .catalog-card {
        padding: 18px 18px 25px;
    }

    .catalog-card__title {
        font-size: 22px;
        -webkit-text-stroke-width: 0.3px;
    }

    .catalog-card__desc {
        font-size: 12px;
    }

    .catalog-card__content {
        padding: 18px;
    }

    /* TRANSFORMATION */
    .transformation {
        margin: 45px 25px 0;
        padding-inline: 45px 30px;
        height: 74vh;
        min-height: 650px;
        border-radius: 30px;
    }

    .transformation::after {
        width: 40%;
    }

    .transformation__inner {
        gap: 30px;
    }

    .transformation__text {
        width: 320px;
    }

    .transformation__watermark {
        width: 190px;
        margin-bottom: 15px;
    }

    .transformation__title {
        font-size: 28px;
        -webkit-text-stroke-width: 0.6px;
    }

    .transformation__desc {
        font-size: 14px;
        max-width: 300px;
    }

    .transformation__images {
        gap: 8px;
    }

    .transformation__images::before {
        width: 110px;
        height: 78px;
        top: 8%;
        left: 16%;
    }

    .transformation__images::after {
        width: 110px;
        height: 78px;
        bottom: 25%;
        right: 20%;
    }

    .transformation__col {
        gap: 6px;
    }

    .transformation__col--1 {
        margin-top: 210px;
    }

    .transformation__col--2 {
        margin-top: -215px;
    }

    .transformation__col--3 {
        margin-top: -130px;
    }

    .transformation__wrapper.transformation__wrapper--1::after {
        height: 210px;
    }

    .transformation__wrapper.transformation__wrapper--2::after {
        height: 50px;
    }

    .transformation__image {
        border-radius: 12px;
    }

    /* FEATURES */
    .features-section {
        margin: 45px 25px;
    }

    .features-container {
        grid-template-columns: repeat(auto-fit, minmax(215px, 1fr));
        gap: 15px;
    }

    .feature-card {
        padding: 14px;
        gap: 12px;
        border-radius: 10px;
    }

    .feature-card::before {
        width: 36px;
        height: 36px;
    }

    .feature-text {
        font-size: 12px;
    }

    /* WELCOME */
    .welcome {
        margin: 0 25px 45px;
        min-height: 70vh;
        gap: 30px;
        border-radius: 30px;
    }

    .welcome__media {
        width: 52%;
    }

    .welcome__media::after {
        background: linear-gradient(to right, transparent 60%, #2d110b 100%);
    }

    .welcome__content h2 {
        font-size: 26px;
        -webkit-text-stroke-width: 0.8px;
        max-width: 300px;
    }

    .welcome__content p {
        font-size: 14px;
    }

    .welcome__content p strong {
        font-size: 16px;
    }

    .welcome__content {
        gap: 10px;
    }

    .welcome__dots {
        margin-top: 12px;
    }

    .welcome__dot {
        width: 22px;
        height: 3px;
    }

    .welcome__dot--active {
        height: 3px;
    }

    /* PROJECTS */
    .projects {
        margin: 0 25px 45px;
        padding: 60px 40px;
        border-radius: 30px;
    }

    .projects__title {
        font-size: 30px;
        -webkit-text-stroke-width: 0.6px;
        max-width: 400px;
    }

    .projects__tabs {
        padding: 5px 8px;
        margin-top: 12px;
        gap: 3px;
    }

    .projects__tab {
        padding: 7px 12px;
        font-size: 13px;
        border-radius: 12px;
    }

    .projects__body {
        gap: 40px;
        margin-top: 25px;
    }

    .projects__panels {
        max-width: 360px;
    }

    .projects__panel h3 {
        font-size: 26px;
        -webkit-text-stroke-width: 0.8px;
        font-weight: 400;
    }

    .projects__panel p {
        font-size: 13px;
    }

    .projects__panel p strong {
        font-size: 16px;
    }

    .projects__media {
        width: 420px;
        border-radius: 18px;
    }

    .projects__note {
        gap: 10px;
        margin-top: 10px;
    }

    .projects__note-tag {
        font-size: 11px;
        padding: 4px 7px;
        border-radius: 6px;
    }

    .projects__note p {
        font-size: 12px;
    }

    /*FOOTER*/
    .footer {
        margin: 0 25px 25px;
        padding: 40px 20px 20px 20px;
        border-radius: 30px;
    }

    .footer__inner {
        gap: 20px 25px;
    }

    .footer__heading {
        font-size: 16px;
        max-width: 190px;
    }

    .footer__address {
        font-size: 12px;
        max-width: 220px;
    }

    .footer__label {
        font-size: 16px;
        margin-top: 20px;
    }

    .footer__socials {
        gap: 8px;
        margin-top: 8px;
    }

    .footer__social {
        width: 20px;
        height: 20px;
    }

    .footer__phone-code,
    .footer__phone a {
        font-size: 16px;
        margin-right: 2px;
    }

    .footer__phone-notes {
        gap: 15px;
    }

    .footer__phone-note2 {
        margin-top: -8px;
    }

    .footer__title {
        font-size: 16px;
        margin-bottom: 8px;
    }

    .footer__hours-title {
        font-size: 12px;
        margin-top: 10px;
    }

    .footer__hours-title:first-child {
        margin-top: 0;
    }

    .footer__hours-list li {
        font-size: 13px;
    }

    .footer__nav {
        gap: 15px;
    }

    .footer-menu {
        margin-top: 8px;
    }

    .footer-menu-item {
        margin-top: 4px;
    }

    .footer-menu-item a {
        font-size: 13px;
    }

    .footer__brand {
        margin-top: 50px;
    }

    .footer__brand::before {
        width: 190px;
        top: -88%;
        left: 24%;
    }

    .footer__brand-logo {
        max-width: 260px;
    }

    .footer__funding img {
        width: 220px;
    }

    .footer__legal-row {
        gap: 15px;
    }

    .footer__legal-list {
        gap: 14px;
    }

    .footer__legal-link {
        font-size: 11px;
    }

    .footer__blisq img {
        width: 38px;
    }

    /*CASULO PAGES*/
    .casulo-hero {
        margin: 0 30px 35px;
        border-radius: 30px;
        min-height: 50vh;
        padding: 210px 20px 120px;
    }

    .casulo-hero__title {
        font-size: 36px;
        -webkit-text-stroke-width: 0.6px;
    }

    .casulo-hero__title::after {
        width: 220px;
        height: 91px;
    }

    .story {
        margin: 40px auto 120px;
    }

    .story__intro {
        margin: 0 auto 80px;
        max-width: 620px;
    }

    .story__intro h2 {
        font-size: 28px;
        -webkit-text-stroke-width: 0.6px;
        max-width: 480px;
    }

    .story__intro p {
        font-size: 15px;
    }

    .story__gallery {
        gap: 40px;
        margin: 0 auto 90px;
    }

    .story__images {
        gap: 10px;
    }

    .story__images figure {
        width: 220px;
        border-radius: 16px;
    }

    .story__images figure:nth-child(2) {
        margin-top: -25px;
    }

    .story__gallery-text p {
        font-size: 15px;
        max-width: 360px;
    }

    .story__gallery-text p strong {
        font-size: 18px;
    }

    .story__closing {
        gap: 70px;
        max-width: 1000px;
    }

    .story__closing>p {
        font-size: 15px;
        max-width: 360px;
    }

    .story__quote {
        padding: 26px 55px;
        max-width: 500px;
        border-radius: 14px;
    }

    .story__quote p {
        font-size: 28px;
        -webkit-text-stroke-width: 0.6px;
    }

    .story__quote::after {
        width: 70px;
        height: 37px;
    }

    .reveal {
        margin: 0 30px 25px;
        padding: 140px 25px 150px;
        min-height: 56vh;
        border-radius: 30px;
    }

    .reveal__content {
        max-width: 600px;
    }

    .reveal__text {
        font-size: 15px;
    }

    .reveal__highlight {
        font-size: 18px;
        -webkit-text-stroke-width: 0.2px;
    }

    .reveal::after {
        width: 620px;
        height: 135px;
    }

    .vision {
        margin: 30px;
        padding: 40px 25px 40px 100px;
        gap: 50px;
        min-height: 74vh;
        border-radius: 30px;
    }

    .vision__gallery {
        width: 440px;
    }

    .vision__gallery::before {
        left: -7%;
        top: 26%;
        width: 120px;
        height: 86px;
    }

    .vision__text h2 {
        font-size: 32px;
        -webkit-text-stroke-width: 0.6px;
    }

    .vision__text p {
        font-size: 15px;
    }

    .vision__text p strong {
        font-size: 18px;
    }

    .pillars {
        margin: 80px 30px;
    }

    .pillars__title {
        font-size: 34px;
        -webkit-text-stroke-width: 0.6px;
        max-width: 330px;
    }

    .pillars__desc {
        font-size: 15px;
    }

    .pillars__grid {
        gap: 12px;
    }

    .pillar-card {
        width: 280px;
        padding: 22px;
        border-radius: 16px;
    }

    .pillar-card__title {
        font-size: 24px;
        -webkit-text-stroke-width: 1px;
    }

    .pillars::after {
        width: 1200px;
        top: -30%;
        right: -40%;
    }

    /*COMMON PAGES*/
    .common-title {
        margin: 0 25px;
        padding: 30px;
        min-height: 20vh;
        border-radius: 30px;
    }

    .common-title h1 {
        font-size: 40px;
        -webkit-text-stroke-width: 0.6px;
    }

    .common-content h2 {
        font-size: 22px;
        -webkit-text-stroke-width: 0.6px;
    }

    .common-content h3 {
        font-size: 18px;
    }

    .common-content h4 {
        font-size: 15px;
    }

    .common-content p,
    .common-content ul li,
    .common-content ol li {
        font-size: 14px;
    }

    .common-content table {
        font-size: 13px;
    }

    .common-content th {
        font-size: 13px;
        padding: 12px 10px;
    }

    .common-content td {
        padding: 10px 12px;
    }
}

@media screen and (max-width: 1240px) {}

@media screen and (max-width: 1200px) {}

@media screen and (max-width: 1100px) {
    .footer {
        padding: 30px 15px 15px 15px;
        border-radius: 25px;
    }

    .footer__inner {
        gap: 15px 20px;
    }

    .footer__heading {
        font-size: 13px;
        max-width: 170px;
    }

    .footer__address {
        font-size: 10px;
        max-width: 180px;
    }

    .footer__label {
        font-size: 13px;
        margin-top: 15px;
    }

    .footer__socials {
        gap: 6px;
        margin-top: 6px;
    }

    .footer__social {
        width: 18px;
        height: 18px;
    }

    .footer__phone-code,
    .footer__phone a {
        font-size: 13px;
    }

    .footer__phone-notes {
        gap: 10px;
        max-width: 175px;
    }

    .footer__phone-note2 {
        margin-top: -6px;
    }

    .footer__title {
        font-size: 13px;
        margin-bottom: 6px;
    }

    .footer__hours-title {
        font-size: 10px;
        margin-top: 8px;
    }

    .footer__hours-title:first-child {
        margin-top: 0;
    }

    .footer__hours-list li {
        font-size: 11px;
    }

    .footer__nav {
        gap: 10px;
    }

    .footer-menu {
        margin-top: 6px;
    }

    .footer-menu-item a {
        font-size: 11px;
    }

    .footer__brand {
        margin-top: 40px;
    }

    .footer__brand::before {
        width: 160px;
        top: -85%;
        left: 22%;
    }

    .footer__brand-logo {
        max-width: 220px;
    }

    .footer__funding img {
        width: 180px;
    }

    .footer__legal-row {
        gap: 10px;
    }

    .footer__legal-list {
        gap: 10px;
    }

    .footer__legal-link {
        font-size: 10px;
    }

    .footer__blisq img {
        width: 34px;
    }
}

@media screen and (max-width: 1024px) {

    /* HEADER */
    .custom-logo {
        width: 120px;
    }

    .header__nav .menu-item a {
        font-size: 13px;
    }

    .header__cta {
        padding: 7px 10px;
        gap: 5px;
        border-radius: 6px;
    }

    .header__cta::after {
        width: 12px;
        height: 16px;
    }

    /* HERO */
    .hero {
        margin: 0 22px 25px;
        padding: 80px 25px 60px;
        min-height: 65vh;
    }

    .hero::before {
        top: 0;
        left: 8px;
        width: 110px;
        height: 46px;
    }

    .hero__content {
        width: 500px;
    }

    .hero__title {
        font-size: 40px;
        -webkit-text-stroke-width: 1.2px;
    }

    .hero__text {
        font-size: 15px;
        max-width: 420px;
    }

    .hero__btn {
        padding: 10px 16px;
        font-size: 13px;
    }

    /* ABOUT */
    .about {
        padding: 40px 22px 30px;
    }

    .about__inner {
        gap: 22px;
    }

    .about__text {
        width: 300px;
    }

    .about__images {
        gap: 8px;
    }

    .about__image--offset {
        margin-top: 28px;
    }

    /* CATALOG */
    .catalog-section {
        margin: 35px 22px 0;
    }

    .catalog-section__inner {
        padding-top: 50px;
    }

    .catalog-section__title {
        font-size: 30px;
        max-width: 350px;
    }

    .catalog-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .catalog-card {
        padding: 18px 16px 24px;
    }

    .catalog-card__title {
        font-size: 22px;
    }

    .catalog-card__content {
        padding: 16px;
        min-height: 120px;
    }

    /*TRANSFORMATION*/
    .transformation {
        margin: 35px 22px 0;
        padding-inline: 35px 35px;
        height: 70vh;
        min-height: 600px;
        border-radius: 30px;
    }

    .transformation::after {
        right: -4%;
    }

    .transformation__inner {
        gap: 35px;
    }

    .transformation__text {
        width: 300px;
    }

    .transformation__watermark {
        width: 210px;
        margin-bottom: 18px;
    }

    .transformation__title {
        font-size: 30px;
        -webkit-text-stroke-width: 0.6px;
    }

    .transformation__desc {
        font-size: 14px;
        max-width: 340px;
    }

    .transformation__images {
        gap: 10px;
    }

    .transformation__images::before {
        width: 120px;
        height: 86px;
        top: 9%;
        left: 17%;
    }

    .transformation__images::after {
        width: 120px;
        height: 86px;
        bottom: 26%;
        right: 21%;
    }

    .transformation__col {
        gap: 7px;
    }

    .transformation__col--1 {
        margin-top: 230px;
    }

    .transformation__col--2 {
        margin-top: -235px;
    }

    .transformation__col--3 {
        margin-top: -145px;
    }

    .transformation__wrapper.transformation__wrapper--1::after {
        height: 230px;
    }

    .transformation__wrapper.transformation__wrapper--2::after {
        height: 55px;
    }

    .transformation__image {
        border-radius: 14px;
    }

    /* FEATURES */
    .features-section {
        margin: 35px 0;
        padding: 0;
    }

    .features-container {
        display: flex;
        gap: 15px;
        max-width: none;
        padding-inline: 22px;
        overflow-x: auto;
        scrollbar-width: none;
        -ms-overflow-style: none;
        cursor: grab;
        user-select: none;
    }

    .features-container::-webkit-scrollbar {
        display: none;
    }

    .features-container.is-dragging {
        cursor: grabbing;
        scroll-behavior: auto;
    }

    .feature-card {
        max-width: 280px;
        flex-shrink: 0;
        padding: 16px;
        gap: 14px;
    }

    .feature-card::before {
        width: 36px;
        height: 36px;
    }

    .feature-text {
        font-size: 12px;
    }

    /*WELCOME*/
    .welcome {
        margin: 0 22px 35px;
        min-height: 65vh;
        gap: 30px;
    }

    .welcome__media {
        width: 50%;
    }

    .welcome__media::after {
        background: linear-gradient(to right, transparent 60%, #2d110b 100%);
    }

    .welcome__content h2 {
        font-size: 24px;
        max-width: 300px;
    }

    .welcome__content p {
        font-size: 13px;
    }

    .welcome__content p strong {
        font-size: 15px;
    }

    .welcome__content {
        max-width: 340px;
        gap: 10px;
        padding-inline: 10px;
    }

    .welcome__dots {
        gap: 8px;
    }

    .welcome__dot {
        width: 20px;
    }

    /*PROJECTS*/
    .projects {
        margin: 0 22px 35px;
        padding: 60px 40px;
    }

    .projects__title {
        font-size: 32px;
        max-width: 450px;
    }

    .projects__tabs {
        padding: 5px 10px;
        margin-top: 15px;
        overflow-x: auto;
        scrollbar-width: none;
        -ms-overflow-style: none;
        cursor: grab;
        user-select: none;
        width: 100%;
        justify-content: safe center;
        flex-wrap: nowrap;
        border-radius: 10px;
    }

    .projects__tabs::-webkit-scrollbar {
        display: none;
    }

    .projects__tabs.is-dragging {
        cursor: grabbing;
        scroll-behavior: auto;
    }

    .projects__tab {
        padding: 8px 14px;
        font-size: 14px;
        white-space: nowrap;
        flex-shrink: 0;
        border-radius: 5px;
    }

    .projects__body {
        gap: 40px;
        margin-top: 25px;
    }

    .projects__panels {
        max-width: 380px;
    }

    .projects__panel h3 {
        font-size: 24px;
    }

    .projects__panel p {
        font-size: 13px;
    }

    .projects__panel p strong {
        font-size: 15px;
    }

    .projects__media {
        width: 380px;
    }

    .projects__note {
        gap: 10px;
    }

    .projects__note-tag {
        font-size: 11px;
        padding: 5px 8px;
    }

    .projects__note p {
        font-size: 12px;
    }

    /*FOOTER*/
    .footer {
        margin: 0 22px 22px;
        padding: 40px 20px 20px 20px;
        border-radius: 30px;
    }

    .footer__inner {
        grid-template-columns: 1fr 1fr max-content;
        gap: 20px 25px;
    }

    .footer__nav {
        display: none;
    }

    .footer__heading {
        font-size: 16px;
        max-width: 200px;
    }

    .footer__address {
        font-size: 12px;
    }

    .footer__label {
        font-size: 16px;
        margin-top: 20px;
    }

    .footer__socials {
        gap: 8px;
        margin-top: 8px;
    }

    .footer__social {
        width: 20px;
        height: 20px;
    }

    .footer__phone-code,
    .footer__phone a {
        font-size: 16px;
    }

    .footer__title {
        font-size: 16px;
    }

    .footer__hours-title {
        font-size: 12px;
        margin-top: 10px;
    }

    .footer__hours-title:first-child {
        margin-top: 0;
    }

    .footer__hours-list li {
        font-size: 13px;
    }

    .footer__brand {
        margin-top: 50px;
    }

    .footer__brand::before {
        width: 180px;
        top: -88%;
        left: 24%;
    }

    .footer__brand-logo {
        max-width: 258px;
    }

    .footer__funding {
        grid-column: 1 / -1;
        grid-row: 2 / 3;
        place-self: flex-end;
    }

    .footer__phone-row {
        grid-column: 1 / 2;
        grid-row: 2 / 3;
        margin-top: -45px;
    }

    .footer__legal-row {
        grid-column: 1 / -1;
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
        gap: 15px;
    }

    .footer__funding img {
        width: 240px;
    }

    .footer__legal-list {
        gap: 14px;
        margin-inline: unset;
    }

    .footer__legal-link {
        font-size: 11px;
    }

    .footer__blisq img {
        width: 38px;
    }

    /*CASULO PAGES*/
    .casulo-hero {
        margin: 0 25px 30px;
        min-height: 46vh;
        padding: 180px 20px 105px;
    }

    .casulo-hero__title {
        font-size: 32px;
    }

    .casulo-hero__title::after {
        width: 200px;
        height: 83px;
    }

    .story {
        margin: 35px auto 100px;
    }

    .story__intro {
        margin: 0 auto 60px;
        padding: 0 22px;
        max-width: 90%;
    }

    .story__intro h2 {
        font-size: 26px;
        max-width: 420px;
    }

    .story__intro p {
        font-size: 14px;
    }

    .story__gallery {
        gap: 30px;
        margin: 0 auto 70px;
        padding: 0 22px;
    }

    .story__images {
        gap: 8px;
    }

    .story__images figure {
        width: 180px;
        border-radius: 14px;
    }

    .story__images figure:nth-child(2) {
        margin-top: -20px;
    }

    .story__gallery-text p {
        font-size: 14px;
        max-width: 300px;
    }

    .story__gallery-text p strong {
        font-size: 16px;
    }

    .story__closing {
        gap: 50px;
        max-width: 100%;
        padding: 0 22px;
    }

    .story__closing>p {
        font-size: 14px;
        max-width: 300px;
    }

    .story__quote {
        padding: 22px 40px;
        max-width: 420px;
    }

    .story__quote p {
        font-size: 24px;
    }

    .story__quote::after {
        width: 60px;
        height: 32px;
        bottom: -17%;
        right: 10%;
    }

    .reveal {
        margin: 0 25px 20px;
        padding: 120px 22px 130px;
        min-height: 50vh;
    }

    .reveal__text {
        font-size: 14px;
    }

    .reveal__highlight {
        font-size: 17px;
    }

    .reveal::after {
        width: 540px;
        height: 120px;
    }

    .vision {
        margin: 25px;
        padding: 35px 30px;
        gap: 40px;
        min-height: 66vh;
    }

    .vision__gallery {
        width: 380px;
    }

    .vision__gallery::before {
        left: 2%;
        top: 24%;
        width: 100px;
        height: 71px;
    }

    .vision__text h2 {
        font-size: 28px;
    }

    .vision__text p {
        font-size: 14px;
    }

    .vision__text p strong {
        font-size: 17px;
    }

    .pillars {
        margin: 70px 25px;
    }

    .pillars__intro {
        max-width: 580px;
    }

    .pillars__title {
        font-size: 32px;
        max-width: 310px;
    }

    .pillars__desc {
        font-size: 14px;
    }

    .pillars__grid {
        gap: 12px;
    }

    .pillar-card {
        width: 250px;
        padding: 20px;
        border-radius: 14px;
    }

    .pillar-card__title {
        font-size: 22px;
    }

    .pillars::after {
        width: 1000px;
        top: -27%;
        right: -47%;
    }

    /*COMMON PAGES*/
    .common-title {
        margin: 0 22px;
        padding: 25px;
        min-height: 18vh;
        border-radius: 25px;
    }

    .common-title h1 {
        font-size: 36px;
    }

    .common-container {
        max-width: 100%;
        padding: 0 22px;
    }

    .common-content {
        margin: 30px auto 60px;
    }

    .common-content h2 {
        font-size: 21px;
    }

    .common-content h3 {
        font-size: 17px;
    }

    .common-content h4 {
        font-size: 15px;
    }

    .common-content p,
    .common-content ul li,
    .common-content ol li {
        font-size: 14px;
    }

    .common-content table {
        width: 100%;
        display: block;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        -ms-overflow-style: none;
        font-size: 12px;
    }

    .common-content table::-webkit-scrollbar {
        display: none;
    }

    .common-content th {
        font-size: 12px;
        padding: 10px 8px;
        white-space: nowrap;
    }

    .common-content td {
        padding: 8px 10px;
        white-space: normal;
        min-width: 175px;
        max-width: 350px;
    }

    .common-content ul li a {
        font-size: 14px;
    }

    .common-content p:last-of-type strong {
        font-size: 14px;
    }
}

@media screen and (max-width: 860px) {
    .projects__media {
        width: 285px;
    }

    .story__images figure {
        width: 160px;
    }

    .vision__gallery {
        width: 325px;
    }
}

@media screen and (max-width: 768px) {

    /* HEADER */
    .custom-logo {
        width: 103px;
    }

    .header__nav .menu-item a {
        font-size: 12px;
    }

    .header__cta {
        padding: 6px 8px;
        gap: 4px;
    }

    .header__cta::after {
        width: 8px;
        height: 10px;
    }

    /* HERO */
    .hero {
        margin: 0 20px 20px;
        padding: 60px 50px 40px;
        min-height: 67vh;
        border-radius: 20px;
    }

    .hero::after {
        content: '';
        position: absolute;
        inset: 0;
        background: linear-gradient(261deg, rgba(0, 0, 0, 0.80) 6.87%, rgba(0, 0, 0, 0.00) 81.43%);
        z-index: 1;
    }

    .hero::before {
        top: 0;
        left: 0;
        width: 123px;
        height: auto;
        aspect-ratio: 204 / 85;
    }

    .hero__img--desktop {
        display: none;
    }

    .hero__img--tablet {
        display: block;
    }

    .hero__img--mobile {
        display: none;
    }

    .hero__content {
        width: 100%;
        max-width: 475px;
        z-index: 2;
    }

    .hero__title {
        -webkit-text-stroke-width: 1px;
        text-shadow: 0 0 35.52px #000;
    }

    .hero__text {
        font-size: 16px;
        max-width: 475px;
    }

    .hero__btns {
        gap: 10px;
        margin-top: 15px;
    }

    .hero__btn {
        padding: 10px 15px;
        font-size: 12px;
        border-radius: 10px;
    }

    .hero__btn--solid {
        background-color: var(--white);
        color: var(--brown-deep);
    }

    .hero__btn--solid:hover {
        background-color: var(--brown-deep);
        color: var(--white);
    }

    /* ABOUT */
    .about {
        padding: 40px 63px 35px;
    }

    .about__inner {
        flex-direction: column;
        gap: 20px;
    }

    .about__text {
        width: 100%;
        display: flex;
        gap: 23px;
    }

    .about__title {
        font-size: 26px;
        -webkit-text-stroke-width: 0.4px;
        max-width: 274px;
        flex-shrink: 0;
        margin-bottom: 0;
    }

    .about__desc {
        font-size: 13px;
        max-width: 100%;
        margin-top: 9px;
    }

    .about__images {
        width: 100%;
        max-width: 575px;
        margin: 0 auto;
    }

    .gallery-image {
        max-height: 280px;
    }

    .about__image--offset {
        margin-top: 23px;
    }

    /* CATALOG */
    .catalog-section {
        margin: 0 20px;
        border-radius: 20px;
    }

    .catalog-section__inner {
        padding-top: 40px;
    }

    .catalog-section__title {
        font-size: 26px;
        -webkit-text-stroke-width: 0.4px;
        max-width: 320px;
        margin-bottom: 20px;
        padding-inline: 10px;
    }

    .catalog-section__filters {
        padding-block: 10px;
    }

    .catalog-filter-list {
        gap: 15px;
    }

    .catalog-filter-btn {
        font-size: 12px;
        -webkit-text-stroke-width: 0.12px;
        -webkit-text-stroke-color: #270F0A;
        color: #270F0A;
        font-weight: 300;
        padding-block: 6px;
        border-radius: 6px;
    }

    .catalog-filter-btn.active {
        padding: 6px 12px;
        border-radius: 6px;
    }

    .catalog-grid {
        padding: 0;
    }

    .catalog-card {
        padding: 15px 8px;
    }

    .catalog-card__media {
        border-radius: 10px;
        max-height: 280px;
    }

    .catalog-card__media::after {
        border-radius: 10px;
    }

    .catalog-card__content {
        padding: 11px;
        min-height: 100px;
    }

    .catalog-card__title {
        font-size: 19px;
    }

    .catalog-card__desc {
        font-size: 11px;
    }

    /* TRANSFORMATION */
    .transformation {
        margin: 20px 20px 0;
        padding: 60px 32px 0;
        height: auto;
        min-height: auto;
        border-radius: 16px;
        flex-direction: column;
    }

    .transformation::before {
        content: '';
        position: absolute;
        left: 0%;
        top: 0%;
        width: 114px;
        aspect-ratio: 114 / 381;
        background-image: url('assets/images/beforeLogoOrange2.svg');
        background-size: contain;
        background-repeat: no-repeat;
        z-index: 3;
    }

    .transformation::after {
        width: 30%;
        bottom: -19%;
        top: unset;
        aspect-ratio: 135 / 402;
        right: -6%;
        background: url("assets/images/pseudoSection3.svg") no-repeat center;
    }

    .transformation__inner {
        flex-direction: column;
        gap: 27px;
    }

    .transformation__text {
        width: 100%;
        order: 1;
        text-align: center;
    }

    .transformation__watermark {
        display: none;
    }

    .transformation__title {
        font-size: 26px;
        -webkit-text-stroke-width: 0.24px;
        position: relative;
        z-index: 1;
    }

    .transformation__desc {
        font-size: 13px;
        line-height: 160%;
        max-width: 534px;
        text-align: center;
        position: relative;
        z-index: 1;
        margin: 5px auto 0;
    }

    .transformation__images {
        width: 100%;
        max-height: 420px;
        gap: 10px;
        order: 2;
        justify-content: center;
    }

    .transformation__images::before {
        width: 132px;
        height: 93px;
        top: 14%;
        left: 20%;
    }

    .transformation__images::after {
        width: 132px;
        height: 93px;
        bottom: 6%;
        right: 22%;
    }

    .transformation__col {
        gap: 8px;
    }

    .transformation__col--1 {
        margin-top: 180px;
    }

    .transformation__col--2 {
        margin-top: -190px;
    }

    .transformation__col--3 {
        margin-top: -110px;
    }

    .transformation__wrapper.transformation__wrapper--1::after {
        height: 210px;
        z-index: 0;
    }

    .transformation__wrapper.transformation__wrapper--2::after {
        height: 47px;
        z-index: 0;
    }

    .transformation__image {
        border-radius: 10px;
    }

    /*FEATURES*/
    .features-section {
        margin: 20px 0;
    }

    .features-container {
        gap: 15px;
        padding-inline: 20px;
    }

    .feature-card {
        padding: 8px 30px;
        gap: 8px;
        max-width: 280px;
    }

    .feature-card::before {
        width: 35px;
        height: 35px;
    }

    .feature-text {
        color: #747460;
        -webkit-text-stroke-width: 0.12px;
        -webkit-text-stroke-color: #747460;
        font-size: 12px;
        font-weight: 300;
    }

    /*WELCOME*/
    .welcome {
        margin: 0 20px 20px;
        min-height: 89vh;
        flex-direction: column;
        gap: 0;
        border-radius: 16px;
    }

    .welcome::before {
        top: unset;
        bottom: -1%;
        width: 100%;
        aspect-ratio: 1612 / 668;
    }

    .welcome__media {
        width: 100%;
        height: 420px;
        max-height: 420px;
        order: 1;
    }

    .welcome__media::after {
        background: linear-gradient(to bottom, transparent 60%, #2d110b 100%);
    }

    .welcome__content {
        order: 2;
        max-width: 520px;
        padding: 0 20px 60px;
        gap: 10px;
        align-self: center;
        margin-left: -30px;
    }

    .welcome__dots {
        order: 1;
        gap: 12px;
        margin-top: 0;
        margin-bottom: 15px;
    }

    .welcome__dot {
        width: 22px;
        height: 2px;
    }

    .welcome__dot--active {
        width: 30px;
        height: 2px;
    }

    .welcome__content h2 {
        font-size: 26px;
        -webkit-text-stroke-width: 0.24px;
        max-width: 100%;
        order: 2;
    }

    .welcome__content p {
        font-size: 13px;
        font-weight: 400;
        order: 3;
    }

    .welcome__content p strong {
        font-size: 16px;
        font-weight: 600;
    }

    /*PROJECTS*/
    .projects {
        margin: 0 20px 20px;
        padding: 60px 15px;
        border-radius: 20px;
    }

    .projects__title {
        font-size: 26px;
        -webkit-text-stroke-width: 0.4px;
        max-width: 325px;
        margin-bottom: 10px;
    }

    .projects__tabs {
        padding: 5px;
        margin-top: 0;
        gap: 4px;
    }

    .projects__tab {
        padding: 6px 15px;
        font-size: 13px;
        color: #240E09;
        -webkit-text-stroke-width: 0;
    }

    .projects__tab--active {
        color: #230D09;
        -webkit-text-stroke-width: 0.19px;
        -webkit-text-stroke-color: #230D09;
    }

    .projects__body {
        flex-direction: column;
        gap: 15px;
        margin-top: 20px;
    }

    .projects__panels {
        max-width: 480px;
        order: 2;
    }

    .projects__media {
        width: 100%;
        max-width: 460px;
        order: 1;
        align-self: flex-start;
        border-radius: 15px;
    }

    .projects__panel h3 {
        font-size: 22px;
        -webkit-text-stroke-width: 0.5px;
        -webkit-text-stroke-color: #2B1605;
        color: #2B1605;
    }

    .projects__panel p {
        font-size: 13px;
        margin-top: 10px;
    }

    .projects__panel p strong {
        font-size: 16px;
        color: #281405;
        margin-top: 0;
    }

    .projects__note {
        gap: 15px;
        margin-top: 10px;
    }

    .projects__note-tag {
        font-size: 10px;
        padding: 6px 8px;
        color: #170906;
        border-radius: 6px;
    }

    .projects__note p {
        font-size: 10px;
        color: #7D6755;
        margin-top: 0;
    }

    /*FOOTER*/
    .footer {
        padding: 20px;
    }

    .footer__heading {
        color: #F9FAE6;
        -webkit-text-stroke-width: 0.26px;
        -webkit-text-stroke-color: #F9FAE6;
        font-size: 12px;
        font-weight: 400;
        max-width: 156px;
    }

    .footer__address {
        color: #DEF9B2;
        font-size: 10px;
    }

    .footer__label {
        color: #F9FAE6;
        -webkit-text-stroke-width: 0.26px;
        -webkit-text-stroke-color: #F9FAE6;
        font-size: 12px;
        font-weight: 400;
    }

    .footer__socials {
        gap: 15px;
    }

    .footer__social {
        width: 15px;
        height: 15px;
    }

    .footer__phone-code {
        color: #6A8D80;
        font-size: 12px;
    }

    .footer__phone a {
        color: #F9FAE6;
        -webkit-text-stroke-width: 0.26px;
        -webkit-text-stroke-color: #F9FAE6;
        font-size: 12px;
    }

    .footer__phone-note1 {
        color: #DEF9B2;
        font-size: 8px;
    }

    .footer__phone-note2 {
        color: #DEF9B2;
        font-size: 10px;
    }

    .footer__title {
        color: #DEF9B2;
        -webkit-text-stroke-width: 0.26px;
        -webkit-text-stroke-color: #DEF9B2;
        font-size: 12px;
    }

    .footer__hours-title {
        color: #6A8D80;
        font-size: 10px;
    }

    .footer__hours-list li {
        color: #F9FAE6;
        font-size: 10px;
    }

    .footer__brand::before {
        width: 170px;
        top: -70%;
        left: 18%;
    }

    .footer__legal-list {
        gap: 15px;
    }

    .footer__legal-link {
        color: #6A8D80;
        font-size: 8px;
    }

    .footer__blisq img {
        width: 31px;
    }

    .footer__funding img {
        width: 218px;
    }

    /*CASULO PAGES*/
    .casulo-hero {
        margin: 0 20px 25px;
        border-radius: 20px;
        min-height: 42vh;
        padding: 150px 20px 90px;
    }

    .casulo-hero__title {
        font-size: 28px;
        -webkit-text-stroke-width: 0.4px;
    }

    .casulo-hero__title::after {
        width: 170px;
        height: 70px;
    }

    .story {
        margin: 30px auto 80px;
    }

    .story__intro {
        margin: 0 auto 40px;
        padding: 0 20px;
        max-width: 100%;
    }

    .story__intro h2 {
        font-size: 24px;
        -webkit-text-stroke-width: 0.4px;
        max-width: 390px;
    }

    .story__intro p {
        font-size: 13px;
    }

    .story__gallery {
        flex-direction: column;
        gap: 25px;
        margin: 0 auto 40px;
        padding: 0 20px;
    }

    .story__images {
        width: 100%;
        justify-content: center;
    }

    .story__images figure {
        width: 100%;
        flex: 1;
        border-radius: 12px;
        aspect-ratio: 3 / 4;
    }

    .story__gallery-text {
        width: 100%;
    }

    .story__gallery-text p {
        font-size: 13px;
        max-width: 100%;
    }

    .story__gallery-text p strong {
        font-size: 16px;
    }

    .story__closing {
        flex-direction: column;
        gap: 25px;
        padding: 0 20px;
    }

    .story__closing>p {
        font-size: 13px;
        max-width: 100%;
    }

    .story__quote {
        padding: 20px 30px;
        max-width: 70%;
        border-radius: 12px;
    }

    .story__quote p {
        font-size: 22px;
    }

    .story__quote::after {
        width: 50px;
        height: 26px;
        bottom: -15%;
        right: 8%;
    }

    .reveal {
        margin: 0 20px 20px;
        padding: 100px 20px 110px;
        min-height: 44vh;
        border-radius: 20px;
    }

    .reveal__text {
        font-size: 13px;
    }

    .reveal__highlight {
        font-size: 16px;
    }

    .reveal::after {
        width: 460px;
        height: 100px;
    }

    .vision {
        flex-direction: column;
        margin: 40px 20px;
        padding: 30px 20px;
        gap: 30px;
        min-height: auto;
        border-radius: 20px;
    }

    .vision__gallery {
        width: 100%;
        max-width: 500px;
        aspect-ratio: 685 / 826;
        order: 2;
    }

    .vision__gallery::before {
        left: 7%;
        top: 28%;
    }

    .vision__text {
        max-width: 100%;
        order: 1;
    }

    .vision__text h2 {
        font-size: 26px;
        -webkit-text-stroke-width: 0.4px;
    }

    .vision__text p {
        font-size: 13px;
    }

    .vision__text p strong {
        font-size: 16px;
    }

    .pillars {
        margin: 40px 20px;
    }

    .pillars__intro {
        max-width: 100%;
    }

    .pillars__title {
        font-size: 26px;
        -webkit-text-stroke-width: 0.4px;
        max-width: 260px;
    }

    .pillars__desc {
        font-size: 13px;
    }

    .pillars__grid {
        gap: 10px;
        flex-wrap: nowrap;
        justify-content: flex-start;
        overflow-x: auto;
        scrollbar-width: none;
        -ms-overflow-style: none;
        margin-inline: -20px;
        padding-inline: 20px;
    }

    .pillars__grid::-webkit-scrollbar {
        display: none;
    }

    .pillar-card {
        flex-shrink: 0;
        padding: 18px;
        border-radius: 12px;
    }

    .pillar-card__title {
        font-size: 20px;
    }

    .pillars::after {
        top: -23%;
        right: -59%;
    }

    /*COMMON PAGES*/
    .common-page {
        margin: 0 0 40px;
    }

    .common-title {
        margin: 0 20px;
        padding: 20px;
        min-height: 16vh;
        border-radius: 20px;
    }

    .common-title h1 {
        font-size: 32px;
        -webkit-text-stroke-width: 0.4px;
    }

    .common-container {
        padding: 0 20px;
    }

    .common-content {
        margin: 25px auto 40px;
    }

    .common-content h2 {
        font-size: 20px;
        -webkit-text-stroke-width: 0.4px;
        margin-block: 20px 8px;
    }

    .common-content h3 {
        font-size: 16px;
        margin-block: 20px 8px;
    }

    .common-content h4 {
        font-size: 14px;
    }

    .common-content p,
    .common-content ul li,
    .common-content ol li {
        font-size: 13px;
    }

    .common-content table {
        font-size: 11px;
    }

    .common-content th {
        font-size: 11px;
        padding: 8px 6px;
    }

    .common-content td {
        padding: 6px 8px;
    }

    .common-content ul li::after {
        top: 8px;
        width: 3px;
        height: 3px;
    }

    .common-content ul li a {
        font-size: 13px;
    }

    .common-content p:last-of-type strong {
        font-size: 13px;
    }
}

@media screen and (max-width: 700px) {
    .footer__brand-logo {
        max-width: 225px;
    }

    .footer__brand::before {
        width: 170px;
        top: -83%;
        left: 18%;
    }
}

@media screen and (max-width: 680px) {
    .about {
        padding: 10px 20px 36px;
    }

    .about__text {
        width: 100%;
        display: flex;
        gap: 5px;
    }

    .about__images {
        max-width: 100%;
    }

    .gallery-image {
        max-height: 100%;
    }

    .footer__phone-row {
        margin-top: -15px;
    }
}

@media screen and (max-width: 640px) {
    .header__nav {
        display: none;
    }

    .header {
        padding: 20px;
    }

    .header__burger {
        display: block;
    }

    .catalog-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .footer {
        padding: 70px 24px 20px 20px;
        margin: 0 20px 20px;
        border-radius: 20px;
    }

    .footer__inner {
        grid-template-columns: 1fr 1fr;
        gap: 30px 20px;
    }

    .footer__brand {
        grid-column: 1 / -1;
        grid-row: 1;
        margin-top: 0;
        margin-bottom: 30px;
    }

    .footer__brand::before {
        top: -70%;
        left: 50%;
        transform: translateX(-50%);
    }

    .footer__brand-logo {
        max-width: 258px;
    }

    .footer__contact {
        grid-column: 1 / 2;
        grid-row: 2;
    }

    .footer__heading {
        color: #F9FAE6;
        -webkit-text-stroke-width: 0.26px;
        -webkit-text-stroke-color: #F9FAE6;
        font-size: 12px;
        font-weight: 400;
        max-width: 156px;
    }

    .footer__address {
        color: #DEF9B2;
        font-size: 10px;
    }

    .footer__phone-row {
        grid-column: 1 / 2;
        grid-row: 2;
        display: flex;
        flex-direction: column;
        gap: 0;
        margin-top: 33px;
        align-self: end;
    }

    .footer__phone-code {
        color: #6A8D80;
        font-size: 12px;
    }

    .footer__phone a {
        color: #F9FAE6;
        -webkit-text-stroke-width: 0.26px;
        -webkit-text-stroke-color: #F9FAE6;
        font-size: 12px;
    }

    .footer__phone-notes {
        gap: 10px;
        max-width: 141px;
    }

    .footer__phone-note1 {
        color: #DEF9B2;
        font-size: 8px;
    }

    .footer__phone-note2 {
        color: #DEF9B2;
        font-size: 8px;
    }

    .footer__schedule {
        grid-column: 2 / 3;
        grid-row: 2;
    }

    .footer__title {
        color: #DEF9B2;
        -webkit-text-stroke-width: 0.26px;
        -webkit-text-stroke-color: #DEF9B2;
        font-size: 12px;
    }

    .footer__hours-title {
        color: #6A8D80;
        font-size: 10px;
    }

    .footer__hours-list li {
        color: #F9FAE6;
        font-size: 10px;
    }

    .footer__funding {
        grid-column: 1 / 2;
        grid-row: 3;
        display: flex;
        align-items: center;
        margin-top: 0;
        place-self: unset;
    }

    .footer__funding img {
        width: 180px;
    }

    .footer__blisq {
        justify-self: end;
        align-self: center;
        display: flex;
    }

    .footer__blisq img {
        width: 31px;
    }

    .footer__legal-row {
        display: block;
        grid-row: 3;
        grid-column: 2 / 3;
    }

    .footer__legal-row nav.footer__legal {
        display: none;
    }

    .footer .footer__label,
    .footer .footer__social {
        display: none;
    }

    /*MENU MOBILE COM JS A INJETAR NO HAMBURGUER*/
    .footer__label {
        color: var(--ivory);
        -webkit-text-stroke-width: 0.7px;
        -webkit-text-stroke-color: var(--ivory);
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: 120%;
    }

    .footer__social {
        width: 26px;
        height: 26px;
    }

    .footer__socials {
        gap: 20px;
        margin-bottom: 40px;
    }

    .footer__legal-link {
        color: var(--sage);
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: 145%;
    }

    /*CASULO PAGES*/

    .casulo-hero {
        min-height: 38vh;
    }

    .casulo-hero__title {
        font-size: 26px;
    }

    .casulo-hero__title::after {
        width: 150px;
        height: 62px;
    }

    .story {
        margin: 25px auto 60px;
    }

    .story__intro h2 {
        font-size: 22px;
        max-width: 355px;
    }

    .story__intro p {
        font-size: 12px;
    }

    .story__images {
        gap: 6px;
    }

    .story__gallery-text p {
        font-size: 12px;
    }

    .story__gallery-text p strong {
        font-size: 15px;
    }

    .story__closing>p {
        font-size: 12px;
    }

    .story__quote {
        padding: 18px 25px;
    }

    .story__quote p {
        font-size: 20px;
    }

    .reveal {
        padding: 80px 20px 90px;
        min-height: 38vh;
    }

    .reveal__text {
        font-size: 12px;
    }

    .reveal__highlight {
        font-size: 15px;
    }

    .reveal::after {
        width: 380px;
        height: 85px;
    }

    .vision__gallery {
        max-width: 100%;
    }

    .vision__gallery::before {
        width: 75px;
        height: 53px;
    }

    .vision__text h2 {
        font-size: 24px;
    }

    .vision__text p {
        font-size: 12px;
    }

    .vision__text p strong {
        font-size: 15px;
    }

    .pillars__title {
        font-size: 24px;
        max-width: 240px;
    }

    .pillars__desc {
        font-size: 12px;
    }

    .pillar-card {
        width: 190px;
        padding: 16px;
    }

    .pillar-card__title {
        font-size: 18px;
        -webkit-text-stroke-width: 0.8px;
    }

    .pillars::after {
        width: 700px;
        top: -23%;
        right: -52%;
    }

    /*COMMON PAGES*/
    .common-title {
        margin: 0 20px;
        padding: 20px 15px;
        min-height: 14vh;
        border-radius: 16px;
    }

    .common-title h1 {
        font-size: 28px;
    }

    .common-content h2 {
        font-size: 18px;
    }

    .common-content h3 {
        font-size: 15px;
    }

    .common-content h4 {
        font-size: 14px;
    }

    .common-content p,
    .common-content ul li,
    .common-content ol li {
        font-size: 12px;
    }

    .common-content table {
        font-size: 10px;
    }

    .common-content th {
        font-size: 10px;
    }

    .common-content ul li a {
        font-size: 12px;
    }

    .common-content p:last-of-type strong {
        font-size: 12px;
    }

    .common-content td {
        min-width: 125px;
        max-width: 350px;
    }
}

@media screen and (max-width: 600px) {
    .hero {
        padding: 85px 23px 40px 30px;
        justify-content: flex-start;
        min-height: 60vh;
    }

    .hero__img--desktop {
        display: none;
    }

    .hero__img--tablet {
        display: none;
    }

    .hero__img--mobile {
        display: block;
    }

    .hero__content {
        text-align: left;
        max-width: 296px;
        align-self: flex-end;
    }

    .hero__title {
        text-align: left;
        color: #DEF9B2;
        text-shadow: 0 0 35.52px #000;
        -webkit-text-stroke-width: 0.8px;
        -webkit-text-stroke-color: #DEF9B2;
        font-size: 30px;
        font-weight: 400;
    }

    .hero__text {
        text-align: left;
        margin-left: 0;
        color: #F9FAE6;
        font-size: 14px;
        font-weight: 500;
    }

    .hero__btns {
        justify-content: flex-start;
    }

    .hero__btn {
        padding: 14px 20px;
        font-size: 14px;
        font-weight: 600;
    }

    .hero::before {
        top: 0;
        left: -9%;
        width: 195px;
        height: auto;
        aspect-ratio: 204 / 85;
    }

    .hero::after {
        content: '';
        position: absolute;
        inset: 0;
        background: linear-gradient(360deg, rgba(0, 0, 0, 0.80) 6.87%, rgba(0, 0, 0, 0.00) 81.43%);
        z-index: 1;
    }

    .welcome__content {
        margin-left: 0;
    }
}

@media screen and (max-width: 580px) {

    .about__text {
        flex-direction: column;
        gap: 10px;
    }

    .about__desc {
        margin-top: 0;
    }

    .about__title {
        max-width: 275px;
    }

    .about__image:last-child {
        display: none;
    }

    .transformation {
        padding: 0;
    }

    .transformation::before {
        display: none;
    }

    .transformation__inner {
        padding: 0;
    }

    .transformation__text {
        padding: 35px 20px 0;
    }

    .transformation__wrapper.transformation__wrapper--1::after {
        height: 130px;
        z-index: 0;
    }

    .transformation__images {
        padding: 0;
        width: 100%;
        max-width: 100%;
        max-height: 293px;
        gap: 5px;
    }

    .transformation__col {
        gap: 5px;
    }

    .transformation__images::before {
        width: 70px;
        height: 50px;
        top: 19%;
        left: 20%;
    }

    .transformation__images::after {
        width: 70px;
        height: 50px;
        bottom: 21%;
        right: 22%;
    }

    .story__images figure:nth-child(3) {
        display: none;
    }
}

@media screen and (max-width: 500px) {}

@media screen and (max-width: 480px) {
    .catalog-grid {
        grid-template-columns: none;
        display: flex;
        gap: 13px;
        overflow-x: auto;
        scrollbar-width: none;
        -ms-overflow-style: none;
        padding: 15px 20px;
    }

    .catalog-grid::-webkit-scrollbar {
        display: none;
    }

    .catalog-card {
        min-width: 211px;
        max-width: 211px;
        flex-shrink: 0;
        border-right: none;
        border-bottom: none;
        padding: 0;
    }

    .catalog-card__desc {
        font-size: 10px;
    }

    /*CASULO PAGES*/
    .casulo-hero {
        min-height: 34vh;
    }

    .casulo-hero__title {
        font-size: 24px;
    }

    .casulo-hero__title::after {
        width: 130px;
        height: 54px;
    }

    .story__intro h2 {
        font-size: 20px;
        max-width: 325px;
    }

    .story__images {
        gap: 5px;
    }

    .story__quote {
        padding: 16px 20px;
        max-width: 100%;
    }

    .story__quote p {
        font-size: 18px;
    }

    .story__quote::after {
        width: 40px;
        height: 21px;
    }

    .reveal {
        padding: 70px 20px 80px;
        min-height: 34vh;
    }

    .reveal__text {
        font-size: 12px;
    }

    .reveal__highlight {
        font-size: 14px;
    }

    .reveal::after {
        width: 320px;
        height: 70px;
    }

    .vision__gallery::before {
        width: 65px;
        height: 46px;
    }

    .vision__text h2 {
        font-size: 22px;
    }

    .vision__text p strong {
        font-size: 14px;
    }

    .pillars__title {
        font-size: 22px;
        max-width: 220px;
    }

    .pillar-card {
        width: 170px;
        padding: 14px;
    }

    .pillar-card__title {
        font-size: 17px;
    }

    .pillars::after {
        width: 555px;
        top: -20%;
        right: -58%;
    }

    /*COMMON PAGES*/
    .common-title {
        margin: 0 20px;
        padding: 15px;
        min-height: 12vh;
        border-radius: 12px;
    }

    .common-title h1 {
        font-size: 26px;
    }

    .common-content h2 {
        font-size: 17px;
    }

    .common-content h3 {
        font-size: 14px;
    }

    .common-content h4 {
        font-size: 13px;
    }

    .common-content p,
    .common-content ul li,
    .common-content ol li {
        font-size: 12px;
    }

}

@media screen and (max-width:400px) {

    .block-mobile {
        display: block;
    }

    /*WELCOME*/
    .welcome {
        min-height: 78vh;
    }

    .welcome__media {
        height: 225px;
        max-height: 225px;
    }

    .welcome::before {
        top: 43%;
        bottom: unset;
    }

    .welcome__content {
        padding: 0 30px 30px;
        margin-left: unset;
    }

    /*PROJECTS*/
    .projects {
        padding: 30px 15px;
        margin: 0 20px 20px;
    }

    .projects__inner {
        width: 100%;
    }

    .projects__title {
        text-align: left;
        font-size: 26px;
        -webkit-text-stroke-width: 0.4px;
        max-width: 100%;
        width: 100%;
        text-wrap: balance;
        margin-inline: unset;
    }

    .projects__tabs {
        padding: 5px;
        width: 100%;
    }

    .projects__tab {
        padding: 6px 15px;
        font-size: 13px;
    }

    .projects__tab--active {
        color: #230D09;
        -webkit-text-stroke-width: 0.19px;
        -webkit-text-stroke-color: #230D09;
    }

    .projects__body {
        width: 100%;
    }

    .projects__panels {
        max-width: 100%;
    }

    .projects__panel h3 {
        font-size: 22px;
        -webkit-text-stroke-width: 0.5px;
        -webkit-text-stroke-color: #2B1605;
        color: #2B1605;
    }

    .projects__panel p strong {
        font-size: 16px;
        color: #281405;
    }

    .projects__panel p {
        font-size: 13px;
        color: #7D6755;
    }

    .projects__note p {
        font-size: 10px;
    }

    .projects__media {
        max-width: 100%;
    }

    /*FOOTER*/
    .footer {
        padding: 70px 24px 20px 20px;
    }

    .footer__brand {
        margin-bottom: 30px;
    }

    /*CASULO PAGES*/
    .casulo-hero {
        min-height: 30vh;
    }

    .casulo-hero__title {
        font-size: 22px;
    }

    .story__intro h2 {
        font-size: 19px;
        max-width: 310px;
    }

    .story__quote p {
        font-size: 16px;
    }

    .reveal {
        padding: 60px 20px 70px;
    }

    .reveal::after {
        width: 280px;
        height: 60px;
    }

    .vision__text h2 {
        font-size: 20px;
    }

    .pillars__title {
        font-size: 20px;
    }

    .pillar-card {
        width: 150px;
    }

    .pillar-card__title {
        font-size: 15px;
    }

    .pillars::after {
        width: 450px;
        top: -18%;
        right: -55%;
    }

    /*COMMON PAGES*/
    .common-title h1 {
        font-size: 24px;
    }

    .common-content h2 {
        font-size: 16px;
    }

    .common-content h3 {
        font-size: 14px;
    }

    .common-content h4 {
        font-size: 12px;
    }

    .common-content p,
    .common-content ul li,
    .common-content ol li {
        font-size: 11px;
    }
}

/* 375px */
@media screen and (max-width: 375px) {

    .about__title,
    .catalog-section__title,
    .transformation__title,
    .welcome__content h2,
    .projects__title {
        font-size: 24px;
    }

    .hero {
        padding: 75px 20px 35px 25px;
    }

    .hero__title {
        font-size: 28px;
    }

    .hero__text {
        font-size: 12px;
    }

    .hero__btn {
        font-size: 12px;
        padding: 12px 16px;
    }

    .footer__inner {
        grid-template-columns: 1fr 1fr;
        gap: 25px 20px;
    }

    .footer__brand {
        grid-column: 1 / -1;
        grid-row: 1;
        justify-self: center;
    }

    .footer__brand::before {
        top: -75%;
        left: 50%;
        transform: translateX(-50%);
    }

    .footer__contact {
        grid-column: 1 / -1;
        grid-row: 2;
    }

    .footer__legal-row {
        display: block;
        grid-row: 5;
        grid-column: 2 / 3;
    }

    .footer__phone-row {
        grid-column: 1 / -1;
        grid-row: 3;
        margin-top: 0;
    }

    .footer__schedule {
        grid-column: 1 / -1;
        grid-row: 4;
    }

    .footer__funding {
        grid-column: 1 / 2;
        grid-row: 5;
    }

    .footer__blisq {
        grid-column: 2 / 3;
        grid-row: 5;
        justify-self: end;
        align-self: center;
    }

    .vision__gallery::before {
        left: 2%;
        top: 24%;
    }
}
