/* ===============================
   Base / Reset
   =============================== */
html,
body {
    overflow-x: hidden;
}

/* ===============================
   Layout
   =============================== */
.exp-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}
.exp-section {
    padding: 80px 0;
    background: #fff;
}
.exp-section--muted {
    background: #f6f6f6;
}
.exp-center {
    text-align: center;
}
.exp-section {
    padding: 80px 0;
}

/* ===============================
   Header
   =============================== */
.expression-nav-link {
    font-weight: 500;
    font-size: 14px;
    color: #111827;
    text-decoration: none;
}

.expression-nav-link:hover {
    opacity: 0.75;
}

.expression-dd-item {
    display: block;
    padding: 10px 12px;
    border-radius: 10px;
    font-size: 14px;
    text-decoration: none;
    color: #111827;
}

.expression-dd-item:hover {
    background: rgba(17, 24, 39, 0.06);
}

.expression-icon-btn {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(0, 0, 0, 0.08);
    background: #fff;
}

.expression-menu-btn {
    height: 36px;
    padding: 0 14px;
    border-radius: 10px;
    border: 0;
    color: #fff;
    background: linear-gradient(90deg, #0f766e, #a16207);
    font-weight: 600;
}

.expression-logo {
    height: 2.5rem; /* ADJUST HERE */
    width: auto; /* keeps proportion */
    display: block;
}

.expression-header {
    padding-top: 20px;
}

.exp-mobile-header {
    position: sticky;
    top: 0;
    z-index: 100;
    background: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.exp-mobile-header__inner {
    display: grid;
    grid-template-columns: 40px 1fr 64px;
    align-items: center;
    height: 64px;
    padding: 0 14px;
}

.exp-mobile-header__logo img {
    height: 20px;
    width: auto;
    margin: 0 auto;
    display: block;
}

.exp-mobile-header__icon,
.exp-mobile-header__actions a {
    background: none;
    border: none;
    font-size: 18px;
    color: #111;
}

.exp-mobile-header__actions {
    display: flex;
    justify-content: flex-end;
    gap: 14px;
}

/* ===============================
   Hero
   =============================== */
.exp-hero {
    position: relative;
    min-height: 420px;
    display: flex;
    align-items: center;
}
.exp-hero__bg {
    position: absolute;
    inset: 0;
    background-size: 130%;
    background-position: center;
    background-repeat: no-repeat;
}
.exp-hero__content {
    position: relative;
    padding: 90px 24px;
}
.exp-hero {
    position: relative;
    min-height: 520px;
    display: flex;
    align-items: center;
}

/* ===============================
   Sections
   =============================== */
.exp-eyebrow {
    font-size: 12px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #666;
    margin-bottom: 10px;
}
.exp-h1 {
    font-size: 56px;
    line-height: 1.05;
    font-weight: 700;
    margin: 0 0 16px;
    color: #111;
}
.exp-h2 {
    font-size: 44px;
    line-height: 1.1;
    font-weight: 700;
    margin: 0 0 14px;
    color: #111;
}
.exp-h3 {
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 8px;
    color: #111;
}
.exp-lead {
    max-width: 520px;
    font-size: 14px;
    color: #555;
    margin: 0 0 18px;
}
.exp-text {
    font-size: 13px;
    color: #555;
    line-height: 1.6;
    margin: 0 0 18px;
    max-width: 560px;
}

.exp-h1 {
    font-size: clamp(34px, 4.2vw, 56px);
    line-height: 1.05;
}
.exp-h2 {
    font-size: clamp(28px, 3.4vw, 44px);
    line-height: 1.1;
}
.exp-lead {
    font-size: clamp(13px, 1.2vw, 14px);
}
.exp-text {
    font-size: 13px;
}

.exp-actions {
    display: flex;
    gap: 10px;
    align-items: center;
}
.exp-btn {
    height: 36px;
    padding: 0 14px;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 13px;
    text-decoration: none;
    cursor: pointer;
    border: 1px solid rgba(0, 0, 0, 0.12);
    background: #fff;
    color: #111;
}
.exp-link {
    font-size: 13px;
    color: #111;
    text-decoration: none;
    font-weight: 600;
}
.exp-link:hover {
    opacity: 0.75;
}

.exp-grid-2 {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 40px;
    align-items: center;
}
.exp-subgrid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    margin: 22px 0;
}
.exp-card-mini {
    padding: 14px;
    border-radius: 14px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    background: #fff;
}
.exp-small {
    font-size: 12px;
    line-height: 1.55;
    color: #666;
    margin: 0;
}
.exp-figure {
    display: flex;
    justify-content: center;
}
.exp-img {
    max-width: 100%;
    height: auto;
    display: block;
}

.exp-pillars {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    margin-top: 40px;
}
.exp-pillar {
    text-align: center;
}
.exp-icon {
    width: 84px;
    height: 84px;
    object-fit: contain;
    margin: 0 auto 12px;
    display: block;
}
.exp-pillars {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}

.exp-banner {
    position: relative;
    min-height: 340px;
    display: flex;
    align-items: center;
}
.exp-banner__bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    filter: brightness(0.65);
}
.exp-banner__content {
    position: relative;
    padding: 90px 24px;
}

/* ===============================
   Products
   =============================== */
.exp-products {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 26px;
    margin-top: 34px;
}
.exp-product {
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 18px;
    padding: 16px;
    background: #fff;
}
.exp-product__img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 14px;
    margin-bottom: 12px;
}
.exp-product__title {
    font-size: 14px;
    font-weight: 700;
    margin: 0 0 6px;
}
.exp-product__meta {
    font-size: 12px;
    color: #666;
    margin: 0 0 10px;
}
.exp-product__price {
    font-size: 14px;
    font-weight: 700;
    margin: 0 0 12px;
}
.exp-products {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 26px;
}

/* ===============================
   Footer
   =============================== */
.expression-footer {
    background: #fff;
}
.expression-footer__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 48px 24px;
}

.expression-footer__top {
    display: grid;
    grid-template-columns: 140px 1fr 360px;
    gap: 40px;
    align-items: start;
}

.expression-footer__logo-img {
    height: 24px;
    width: auto;
    display: block;
}

.expression-footer__cols {
    display: grid;
    grid-template-columns: repeat(3, minmax(140px, 1fr));
    gap: 40px;
}
.expression-footer__subscribe {
    display: flex;
    flex-direction: column;
    width: 15rem;
}
.expression-footer__col h4,
.expression-footer__subscribe h4 {
    font-size: 14px;
    font-weight: 600;
    margin: 0 0 14px;
    color: #111;
}

.expression-footer__col ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 10px;
}
.expression-footer__col a {
    color: #111;
    text-decoration: none;
    font-size: 13px;
}
.expression-footer__col a:hover {
    opacity: 0.7;
}

.expression-footer__subscribe-text {
    font-size: 12px;
    color: #444;
    margin: 0 0 14px;
    max-width: 320px;
}

.expression-footer__form-row {
    display: flex;
    gap: 10px;
    align-items: center;
    max-width: 420px;
}
.expression-footer__input {
    flex: 1 1 auto;
    min-width: 0;
    height: 40px;
    padding: 0 12px;
    border-radius: 10px;
}
.expression-footer__btn {
    height: 36px;
    padding: 0 14px;
    border-radius: 8px;
    border: 1px solid rgba(0, 0, 0, 0.12);
    background: #fff;
    font-weight: 600;
    cursor: pointer;
    white-space: nowrap;
}

.expression-footer__legal {
    font-size: 10px;
    color: #666;
    margin-top: 10px;
}
.expression-footer__legal a {
    color: #111;
    text-decoration: underline;
}

.expression-footer__divider {
    margin: 36px 0 18px;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.expression-footer__bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    font-size: 12px;
    color: #555;
}

.expression-footer__bottom-center {
    display: flex;
    gap: 14px;
}
.expression-footer__bottom-center a {
    color: #555;
    text-decoration: underline;
}

.expression-footer__bottom-right {
    display: flex;
    gap: 12px;
    color: #111;
}

.expression-footer__bottom-right a {
    font-size: 16px;
    width: 30px;
    height: 30px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #111;
    text-decoration: none;
}

.expression-footer__bottom-right a:hover {
    background: rgba(0, 0, 0, 0.06);
}

/* ===============================
   Utilities
   =============================== */
.exp-eyebrow--light {
    color: rgba(255, 255, 255, 0.8);
}
.exp-h2--light {
    color: #fff;
}
.exp-text--center {
    margin-left: auto;
    margin-right: auto;
}
.exp-text--light {
    color: rgba(255, 255, 255, 0.85);
    max-width: 560px;
}
.exp-actions--center {
    justify-content: center;
}
.exp-btn--primary {
    border: 0;
    color: #fff;
    background: linear-gradient(90deg, #0f766e, #a16207);
}
.exp-btn--ghost {
    background: #fff;
}
.exp-btn--full {
    width: 100%;
}
.exp-btn--light {
    border-color: rgba(255, 255, 255, 0.35);
    color: #fff;
    background: transparent;
}

/* ===============================
   OFFCANVAS MENU (MOBILE)
   =============================== */

.exp-offcanvas {
    position: fixed;
    inset: 0;
    z-index: 999;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.2s ease;
}

.exp-offcanvas.is-open {
    opacity: 1;
    pointer-events: auto;
}

.exp-offcanvas__overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.35);
}

.exp-offcanvas__panel {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: min(86vw, 340px);
    background: #fff;
    transform: translateX(-100%);
    transition: transform 0.22s ease;
    padding: 16px;
    display: flex;
    flex-direction: column;
}

.exp-offcanvas.is-open .exp-offcanvas__panel {
    transform: translateX(0);
}

.exp-offcanvas__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding-bottom: 14px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.exp-offcanvas__brand img {
    height: 18px;
    width: auto;
}

.exp-offcanvas__close {
    border: 0;
    background: transparent;
    font-size: 18px;
    cursor: pointer;
}

.exp-offcanvas__nav {
    padding-top: 14px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.exp-offcanvas__nav a {
    text-decoration: none;
    color: #111;
    font-size: 14px;
}

.exp-offcanvas__nav hr {
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    margin: 10px 0;
}

/* evita scroll del body cuando el menú está abierto */
body.exp-menu-open {
    overflow: hidden;
}
.exp-offcanvas {
    z-index: 9999;
}
.exp-offcanvas {
    opacity: 0;
    pointer-events: none;
}
.exp-offcanvas.is-open {
    opacity: 1;
    pointer-events: auto;
}

.exp-offcanvas__panel {
    transform: translateX(-100%);
}
.exp-offcanvas.is-open .exp-offcanvas__panel {
    transform: translateX(0);
}

/* ===============================
   Media Queries
   =============================== */
/* Desktop: min-width 1025px */
@media (min-width: 1025px) {
    .exp-mobile-header {
        display: none;
    }
}

/* Tablet: max-width 980px */
@media (max-width: 980px) {
    .exp-h1 {
        font-size: 42px;
    }
    .exp-h2 {
        font-size: 34px;
    }
    .exp-grid-2 {
        grid-template-columns: 1fr;
    }
    .exp-pillars {
        grid-template-columns: 1fr;
    }
    .exp-products {
        grid-template-columns: 1fr;
    }
    .exp-actions {
        flex-wrap: wrap;
    }
    .expression-footer__top {
        grid-template-columns: 1fr;
    }
    .expression-footer__cols {
        grid-template-columns: repeat(2, minmax(140px, 1fr));
    }
    .expression-footer__bottom {
        flex-direction: column;
        align-items: flex-start;
    }
}

/* Tablet: max-width 1024px */
@media (max-width: 1024px) {
    .exp-section {
        padding: 64px 0;
    }
    .exp-hero {
        min-height: 460px;
    }
    .exp-hero__content {
        padding: 70px 16px;
    }
    .exp-grid-2 {
        grid-template-columns: 1fr;
        gap: 28px;
    }
    .exp-figure {
        order: -1;
    } /* if you want image on top for tablet/mobile */
    .exp-pillars {
        grid-template-columns: repeat(2, 1fr);
        gap: 26px;
    }
    .exp-product {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .exp-products {
        grid-template-columns: repeat(3, 1fr);
        gap: 18px;
    }
    .exp-img {
        height: 25rem;
    }
    .exp-product__img {
        height: 18rem;
        width: auto;
        justify-items: center;
    }
    .exp-banner {
        min-height: 300px;
    }
    .exp-banner__content {
        padding: 70px 16px;
    }
    .exp-desktop-header {
        display: none;
    }
}

/* Tablet: max-width 922px */
@media (max-width: 922px) {
    .exp-hero__bg {
        background-size: cover; /* mobile/tablet */
    }
}

/* Tablet: max-width 768px */
@media (max-width: 768px) {
    .exp-section {
        padding: 54px 0;
    }
    .exp-hero {
        min-height: 420px;
    }
    .exp-hero__content {
        padding: 60px 205px;
    }
    .exp-lead {
        max-width: 100%;
    }
    .exp-pillars {
        grid-template-columns: 1fr;
        gap: 18px;
    }
    .exp-icon {
        width: 70px;
        height: 70px;
    }
}

/* Tablet: max-width 725px */
@media (max-width: 725px) {
    .exp-hero {
        min-height: 420px;
    }
    .exp-hero__content {
        padding: 60px 16px;
    }
    .exp-lead {
        max-width: 100%;
    }
}

/* Mobile: max-width 480px */
@media (max-width: 480px) {
    .exp-section {
        padding: 44px 0;
    }
    .exp-actions {
        flex-direction: column;
        align-items: stretch;
    }
    .exp-btn {
        width: 100%;
    }
    .exp-hero {
        min-height: 380px;
    }
    .exp-subgrid {
        grid-template-columns: 1fr;
    }
    .exp-products {
        grid-template-columns: 1fr;
        gap: 14px;
    }
    .exp-banner {
        min-height: 260px;
    }
    .exp-banner__content {
        padding: 56px 16px;
    }
    .exp-text--light {
        max-width: 100%;
    }
}
