/* =============================================
   Altos Brand Page — House of Tequila
   Colors & patterns from altos-3 rebrand
   ============================================= */

@font-face {
    font-family: 'Trade Gothic LT Std';
    src: url('../fonts/TradeGothicLTStd-Cn18.otf?v=20260618') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Altos Tequila Sans';
    src:
        url('../fonts/altos/AltosTequilaSans-Regular.otf?v=20260617-2') format('opentype'),
        url('../fonts/AltosTequilaSans-Regular.otf?v=20260617-2') format('opentype'),
        url('../fonts/altos-sans/Altos%20Tequila%20Sans/Monotone%20Fonts/AltosTequilaSans-Regular.otf?v=20260617-2') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Altos Tequila Casual';
    src:
        url('../fonts/altos/AltosTequilaCasual-Regular.otf?v=20260617-2') format('opentype'),
        url('../fonts/AltosTequilaCasual-Regular.otf?v=20260617-2') format('opentype'),
        url('../fonts/altos-casual/Altos%20Tequila%20Casual/Monotone%20Fonts/AltosTequilaCasual-Regular.otf?v=20260617-2') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

:root {
    --altos-cream: #FDE6B1;
    --altos-white: #ffffff;
    --altos-teal: #00B1BA;
    --altos-teal-deep: #004565;
    --altos-teal-ink: #072223;
    --altos-bold-red: #CC1E26;
    --altos-barrel-black: #232323;
    --altos-light-green: #DEDFA8;
    --altos-soft-pink: #D3A4A5;
    --altos-pink: #E3B1B5;
    --altos-chartreuse: #EAECB5;
    --altos-body-font: 'Trade Gothic LT Std', 'Trade Gothic', sans-serif;
    --altos-title-font: 'Altos Tequila Sans', sans-serif;
    --altos-process-bg-color: #0A6174;
}

.page-template-altos {
    overflow-x: hidden;
}

.page-template-altos .altos-wrapper {
    overflow-x: hidden;
    padding-top: 0;
    font-family: var(--altos-body-font);
    font-size: 1.0625rem;
    color: var(--altos-teal-ink);
}

.page-template-altos nav.subnav {
    margin-bottom: 0;
}

.page-template-altos nav.subnav .nav-brands {
    margin-bottom: 0;
}

/* ----- Typography system ----- */
.page-template-altos .altos-makers .altos-section__header .altos-subheading,
.page-template-altos .altos-tahona__subtitle,
.page-template-altos .altos-sustainability__title-wrap .altos-heading {
    font-family: 'Altos Tequila Casual', sans-serif;
    font-style: italic;
}

.page-template-altos .altos-heading,
.page-template-altos .altos-subheading,
.page-template-altos .altos-makers .altos-section__header .altos-heading,
.page-template-altos .altos-hero__tagline,
.page-template-altos .altos-hero__tagline-word--works,
.page-template-altos .altos-product-card__title,
.page-template-altos .altos-process__tab,
.page-template-altos .altos-process__panel-title,
.page-template-altos .altos-tahona__title {
    font-family: var(--altos-title-font);
}

.page-template-altos .altos-hero__tagline-word--altos,
.page-template-altos .altos-hero__tagline-word--always {
    font-family: 'Altos Tequila Casual', sans-serif;
    font-style: normal;
}

.page-template-altos .altos-hero__description,
.page-template-altos .altos-maker-card__bio,
.page-template-altos .altos-maker-card__role,
.page-template-altos .altos-product-card__desc,
.page-template-altos .altos-process__hint,
.page-template-altos .altos-process__panel-text,
.page-template-altos .altos-sustainability__card p,
.page-template-altos .altos-tahona__text {
    font-family: var(--altos-body-font);
}

.page-template-altos .altos-btn {
    font-family: 'Altos Tequila Casual', sans-serif;
    font-style: normal;
}

/* ----- Headings ----- */
.altos-heading {
    font-family: var(--altos-title-font);
    font-size: clamp(2.5rem, 6vw, 5.6rem);
    line-height: 1.15;
    text-transform: uppercase;
    letter-spacing: 0.02em;
}

.altos-heading--cream-shadow {
    color: var(--altos-cream);
    text-shadow:
        2px 2px 0 var(--altos-teal-deep),
        4px 4px 0 var(--altos-teal);
}

.altos-heading--deep-shadow {
    color: var(--altos-teal-deep);
    text-shadow:
        2px 2px 0 var(--altos-cream),
        4px 4px 0 var(--altos-white);
}

.altos-heading--white-shadow {
    color: var(--altos-cream);
    text-shadow:
        2px 2px 0 var(--altos-teal),
        4px 4px 0 var(--altos-teal-deep);
}

.altos-heading--section {
    font-size: clamp(2rem, 4vw, 3.5rem);
}

.altos-subheading {
    font-family: var(--altos-title-font);
    font-size: clamp(1.1rem, 2.5vw, 1.75rem);
    line-height: 1.4;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

/* ----- Buttons ----- */
.altos-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 16px 56px;
    background-color: #0A6174;
    color: var(--altos-white);
    font-family: 'Altos Tequila Casual', sans-serif;
    font-size: clamp(1.0625rem, 2vw, 1.625rem);
    font-weight: 300;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 0.01em;
    line-height: 1.25;
    text-align: center;
    border: none;
    border-radius: 0;
    cursor: pointer;
    text-decoration: none;
    transition: filter 0.2s ease, transform 0.2s ease;
    box-shadow: none;
}

.altos-btn:hover {
    filter: brightness(0.9);
    color: var(--altos-white);
}

.altos-btn--outline {
    background-color: transparent;
    border: 2px solid var(--altos-cream);
    color: var(--altos-cream);
}

.altos-btn--outline:hover {
    background-color: var(--altos-cream);
    color: var(--altos-teal-deep);
}

/* ----- Hero ----- */
.altos-hero {
    position: relative;
    min-height: 78vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #F1DAA4;
    padding: 160px 24px 96px;
}

.altos-hero::after {
    content: none;
}

.altos-hero__inner {
    position: relative;
    z-index: 1;
    max-width: 1280px;
    margin: 0 auto;
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.altos-hero__logo {
    margin: 0 auto;
}

.altos-hero__logo img {
    width: 100%;
    height: auto;
}

.altos-hero__logo--main {
    max-width: 340px;
    margin-top: 32px;
    margin-bottom: 36px;
}

.altos-hero__description {
    max-width: 1380px;
    margin: 0 auto 32px;
    color: var(--altos-teal-deep);
    font-weight: 400;
    font-size: clamp(0.88rem, 1.65vw, 1.75rem);
    line-height: 1.35;
    text-transform: uppercase;
    letter-spacing: 0.01em;
}

.altos-hero__bottom-brand {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: auto;
    max-width: 100%;
    gap: clamp(10px, 1.5vw, 16px);
    margin: 32px auto;
}

.altos-hero__tagline {
    font-family: var(--altos-title-font);
    font-size: clamp(2rem, 4.5vw, 4rem);
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    line-height: 1;
    margin: 0;
    flex: 0 0 auto;
    width: auto;
    display: inline-flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    gap: clamp(0.18em, 1vw, 0.28em);
}

.altos-hero__logo--mini {
    flex-shrink: 0;
    max-width: 92px;
}

.altos-hero__logo--mini img {
    display: block;
    width: 100%;
    height: auto;
}

.altos-hero__tagline-word {
    display: inline-block;
    white-space: nowrap;
}

.altos-hero__tagline-word--altos {
    color: var(--altos-bold-red);
    font-family: 'Altos Tequila Casual', sans-serif;
    font-size: 1em;
}

.altos-hero__tagline-word--always {
    color: var(--altos-bold-red);
    font-family: 'Altos Tequila Casual', sans-serif;
    font-size: 0.72em;
}

.altos-hero__tagline-word--works {
    color: var(--altos-teal-deep);
    font-size: 0.72em;
}

.altos-hero .altos-btn {
    display: flex;
    min-width: 270px;
    margin-top: 8px;
}

/* ----- Full-bleed image band ----- */
.altos-image-band {
    width: 100%;
    min-height: 320px;
    background-color: var(--altos-light-green);
    background-size: cover;
    background-position: center;
}

.altos-image-band--tall {
    min-height: 480px;
}

/* ----- Section base ----- */
.altos-section {
    padding: 72px 24px;
}

.altos-section--cream {
    background-color: var(--altos-cream);
}

.altos-section--white {
    background-color: var(--altos-white);
}

.altos-section--teal {
    background-color: var(--altos-teal-deep);
    color: var(--altos-cream);
}

.altos-section--chartreuse {
    background-color: var(--altos-chartreuse);
}

.altos-section__header {
    text-align: center;
    max-width: 900px;
    margin: 0 auto 48px;
}

.altos-section__header p {
    margin-top: 16px;
    font-size: clamp(1.05rem, 2.1vw, 1.45rem);
    line-height: 1.5;
}

/* ----- Meet the Makers ----- */
.altos-makers {
    background-color: #0B6373;
}

.altos-makers .altos-section__header {
    margin-bottom: 24px;
}

.altos-makers .altos-section__header .altos-heading {
    font-family: var(--altos-title-font);
    font-style: normal;
    color: var(--altos-white);
    text-shadow: none;
}

.altos-makers .altos-section__header .altos-subheading {
    color: var(--altos-bold-red);
    text-shadow: none;
    font-size: clamp(1.55rem, 3.3vw, 2.6rem);
    letter-spacing: 0.02em;
    margin-top: 4px;
}

.altos-makers__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto;
}

.altos-maker-card {
    text-align: center;
    display: flex;
    justify-content: center;
}

.altos-maker-card__photo {
    width: 100%;
    max-width: 340px;
    min-height: 374px;
    background-color: var(--altos-soft-pink);
    background-size: cover;
    background-position: center;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
}

.altos-maker-card__name {
    font-family: 'Altos Tequila Casual', sans-serif;
    font-size: clamp(1.1rem, 2vw, 1.55rem);
    color: var(--altos-teal-deep);
    text-transform: none;
    font-style: italic;
    margin: 0;
    letter-spacing: 0.04em;
    line-height: 1.1;
}

.altos-maker-card__bio {
    margin: 0;
    font-size: clamp(1.15rem, 1.5vw, 1.6rem);
    line-height: 1.3;
    color: var(--altos-white);
    text-align: left;
    text-shadow: 0 1px 2px rgb(0 0 0 / 55%);
    text-transform: none;
}

.altos-maker-card__photo::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 46px;
    background: rgba(0, 0, 0, 0.42);
    z-index: 1;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.25s ease;
}

.altos-maker-card.is-bio-open .altos-maker-card__photo::before {
    opacity: 1;
    z-index: 3;
}

.altos-maker-card__info-btn {
    position: absolute;
    top: 14px;
    right: 14px;
    z-index: 5;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    padding: 0;
    border: 2px solid var(--altos-white);
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.45);
    color: var(--altos-white);
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 1rem;
    font-style: italic;
    font-weight: 700;
    line-height: 1;
    cursor: pointer;
    touch-action: manipulation;
    -webkit-tap-highlight-color: transparent;
    transition: background 0.2s ease, border-color 0.2s ease;
}

.altos-maker-card__info-btn.is-active {
    background: var(--altos-bold-red);
    border-color: var(--altos-bold-red);
}

@media (hover: hover) and (pointer: fine) {
    .altos-maker-card__info-btn:hover {
        background: var(--altos-bold-red);
        border-color: var(--altos-bold-red);
    }
}

.altos-makers-dots {
    display: none;
    justify-content: center;
    gap: 0;
    margin-top: 24px;
    text-align: center;
}

.altos-makers-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: transparent;
    border: 2px solid var(--altos-cream);
    margin: 0 6px;
    padding: 0;
    cursor: pointer;
    transition: background 0.2s ease, border-color 0.2s ease;
}

.altos-makers-dot.is-active {
    background: var(--altos-bold-red);
    border-color: var(--altos-bold-red);
}

.altos-maker-card__info-icon {
    display: block;
    transform: translateY(1px);
}

.altos-maker-card__overlay {
    position: absolute;
    inset: 0;
    display: none;
    align-items: flex-start;
    padding: 28px 16px 80px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.28) 0%, rgba(0, 0, 0, 0.12) 42%, transparent 100%);
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.25s ease, visibility 0.25s ease;
}

.altos-maker-card.is-bio-open .altos-maker-card__overlay {
    display: flex;
    opacity: 1;
    visibility: visible;
    z-index: 4;
}

.altos-maker-card__role {
    position: absolute;
    left: 50%;
    bottom: 68px;
    transform: translateX(-50%);
    width: calc(100% - 36px);
    margin: 0;
    font-family: var(--altos-body-font);
    font-weight: 700;
    font-size: clamp(1rem, 1.6vw, 1.35rem);
    color: var(--altos-teal);
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 0.04em;
    line-height: 1.1;
    text-shadow: 0 1px 3px rgb(0 0 0 / 65%);
    z-index: 2;
}

.altos-maker-card__badge {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #F1DAA4;
    padding: 12px 10px 10px;
    z-index: 2;
}

/* ----- Products ----- */
.altos-products {
    background-color: #FDE6B1;
    background-image: none !important;
    padding-bottom: 64px;
}

.altos-products:not(.altos-products--rts) {
    padding-top: 96px;
    padding-bottom: 28px;
}

.altos-products--rts {
    padding-top: 12px;
}

.altos-products__row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    background-image: none !important;
}

.altos-product-card {
    position: relative;
    text-align: center;
    padding: 0 12px;
}

.altos-product-card__image {
    height: clamp(300px, 72vw, 420px);
    display: flex;
    align-items: flex-end;
    justify-content: center;
    margin-bottom: 14px;
    overflow: visible;
}

.altos-products:not(.altos-products--rts) .altos-product-card__image {
    height: clamp(300px, 72vw, 420px);
}

.altos-product-card__image img {
    display: block;
    width: auto;
    height: 100%;
    max-width: 100%;
    object-fit: contain;
    object-position: bottom center;
}

.altos-products:not(.altos-products--rts) .altos-product-card__image img {
    transform: scale(1.12);
    transform-origin: bottom center;
}

.altos-product-card__image--rts {
    height: clamp(300px, 72vw, 420px);
}

.altos-product-card__copy {
    position: relative;
    max-width: 360px;
    margin: 0 auto;
}

.altos-product-card__title {
    font-size: clamp(1.2rem, 2.1vw, 1.65rem);
    color: var(--altos-teal-deep);
    text-transform: uppercase;
    font-style: normal;
    margin: 0 0 18px;
    line-height: 1.25;
    letter-spacing: 0.02em;
}

.altos-product-card__desc {
    font-size: clamp(1.02rem, 1.35vw, 1.18rem);
    line-height: 1.55;
    color: var(--altos-teal-deep);
    text-align: center;
    margin: 0;
}

/* ----- Process / How it's made ----- */
.altos-process {
    position: relative;
    min-height: 520px;
    background-color: var(--altos-process-bg-color);
    display: flex;
    flex-direction: column;
}

.altos-process::before {
    content: none;
}

.altos-process__layout {
    display: flex;
    flex-direction: column;
    min-height: 520px;
    position: relative;
    z-index: 1;
    align-items: stretch;
}

.altos-process__nav {
    background-color: var(--altos-process-bg-color);
    padding: 40px 24px 32px;
    flex-shrink: 0;
    position: relative;
    z-index: 2;
    color: var(--altos-white);
}

.altos-process__hint {
    font-size: 0.95rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--altos-white);
    margin-bottom: 24px;
    opacity: 0.9;
}

.altos-process__tabs {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.altos-process__tab {
    font-size: clamp(1.5rem, 3vw, 2.5rem);
    color: var(--altos-white);
    text-transform: uppercase;
    cursor: pointer;
    padding: 8px 0;
    border: none;
    background: none;
    text-align: left;
    transition: color 0.2s ease;
    line-height: 1.2;
    display: block;
    width: 100%;
    appearance: none;
    -webkit-appearance: none;
    font-style: normal;
}

.altos-process__tab:hover {
    color: var(--altos-cream);
}

.altos-process__tab.is-active {
    color: var(--altos-cream);
}

.altos-process__panels {
    flex: 1;
    position: relative;
    z-index: 1;
    background-color: transparent;
    background-image: var(--altos-process-bg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
    min-height: 400px;
    align-self: stretch;
}

.altos-process__panels::before {
    content: '';
    position: absolute;
    inset: 0;
    width: 100%;
    background: rgba(10, 97, 116, 0.72);
    pointer-events: none;
    z-index: 0;
}

.altos-process__panel {
    display: none;
    padding: 40px 24px 60px;
    background-color: transparent;
    min-height: 400px;
    position: relative;
    z-index: 1;
    box-sizing: border-box;
}

.altos-process__panel > div {
    max-width: 520px;
    margin: 0 auto;
    text-align: center;
}

.altos-process__panel.is-active {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100%;
}

.altos-process__panel-title {
    font-size: clamp(1.5rem, 3vw, 2.25rem);
    color: var(--altos-cream);
    text-transform: uppercase;
    font-style: italic;
    margin-bottom: 20px;
    line-height: 1.2;
}

.altos-process__panel-text {
    color: var(--altos-white);
    font-size: clamp(1.05rem, 1.65vw, 1.3rem);
    line-height: 1.6;
    max-width: 520px;
    margin: 0 auto;
}

/* ----- Sustainability ----- */
.altos-sustainability {
    position: relative;
    background-color: var(--altos-white);
}

.altos-sustainability__banner {
    position: relative;
    min-height: 500px;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: flex-end;
    padding: 48px 24px;
}

.altos-sustainability__title-wrap {
    position: absolute;
    top: 48px;
    left: 24px;
    z-index: 2;
}

.altos-sustainability__title-wrap .altos-heading {
    color: var(--altos-bold-red);
    text-shadow: none;
}

.altos-sustainability__card {
    position: relative;
    z-index: 2;
    max-width: 480px;
    margin: 0 auto;
    background-color: var(--altos-white);
    padding: 32px;
    text-align: center;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.1);
}

.altos-sustainability__card p {
    font-size: 1.1rem;
    line-height: 1.6;
    color: var(--altos-teal-deep);
}

/* ----- Tahona Society ----- */
.altos-tahona {
    background-color: #FDE6B1;
    padding-top: 72px;
    padding-bottom: 72px;
}

.altos-tahona__layout {
    display: flex;
    flex-direction: column;
    gap: 40px;
    max-width: 1320px;
    margin: 0 auto;
}

.altos-tahona__content {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 0;
    min-height: 100%;
}

.altos-tahona__copy {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.altos-tahona__title {
    font-size: clamp(2rem, 4.5vw, 3.75rem);
    line-height: 1.1;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    color: var(--altos-teal-deep);
    margin: 0 0 8px;
    text-shadow: none;
    font-style: normal;
}

.altos-tahona__subtitle {
    font-size: clamp(1.55rem, 3.2vw, 2.65rem);
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    color: var(--altos-bold-red);
    margin: 0 0 10px;
}

.altos-tahona__text {
    font-size: clamp(1.12rem, 1.5vw, 1.3rem);
    line-height: 1.65;
    color: var(--altos-teal-deep);
    margin: 0;
    max-width: 560px;
}

.altos-tahona__btn {
    width: fit-content;
    min-width: 0;
    margin-top: 48px;
}

.altos-tahona__media {
    display: flex;
    align-items: center;
    justify-content: center;
}

.altos-tahona__media img {
    display: block;
    width: 100%;
    max-width: 420px;
    height: auto;
    object-fit: contain;
}

/* ----- Mobile carousels ----- */
.page-template-altos .altos-carousel.owl-theme .owl-nav.disabled + .owl-dots,
.page-template-altos .altos-carousel.owl-theme .owl-dots {
    position: static;
    bottom: auto;
    left: auto;
    right: auto;
    width: 100%;
    margin-top: 24px;
    margin-bottom: 0;
    text-align: center;
}

.altos-carousel .owl-stage-outer {
    margin-bottom: 0;
}

.altos-carousel .owl-stage {
    display: flex;
}

.altos-carousel .owl-item {
    display: flex;
}

.altos-carousel .owl-item > * {
    width: 100%;
}

.page-template-altos .altos-carousel.owl-theme .owl-dots .owl-dot span {
    display: none !important;
}

.page-template-altos .altos-carousel.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    width: 12px;
    height: 12px;
    min-width: 12px;
    min-height: 12px;
    border-radius: 50%;
    margin: 0 6px;
    padding: 0;
    zoom: 1 !important;
    opacity: 1 !important;
    box-sizing: border-box;
    transition: background 0.2s ease, border-color 0.2s ease;
}

.page-template-altos .altos-carousel--cream.owl-theme .owl-dots .owl-dot {
    background: var(--altos-teal-deep);
    border: 2px solid var(--altos-teal-deep);
}

.page-template-altos .altos-carousel--cream.owl-theme .owl-dots .owl-dot:not(.active) {
    background: transparent;
    border: 2px solid var(--altos-teal-deep);
}

.page-template-altos .altos-carousel--cream.owl-theme .owl-dots .owl-dot.active {
    background: var(--altos-bold-red);
    border-color: var(--altos-bold-red);
}

.page-template-altos .altos-carousel--teal.owl-theme .owl-dots .owl-dot {
    background: var(--altos-cream);
    border: 2px solid var(--altos-cream);
}

.page-template-altos .altos-carousel--teal.owl-theme .owl-dots .owl-dot:not(.active) {
    background: transparent;
    border: 2px solid var(--altos-cream);
}

.page-template-altos .altos-carousel--teal.owl-theme .owl-dots .owl-dot.active {
    background: var(--altos-bold-red);
    border-color: var(--altos-bold-red);
}

/* ----- Desktop breakpoints ----- */
@media (min-width: 768px) {
    .altos-makers__grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 32px;
    }

    .altos-products__row {
        grid-template-columns: repeat(3, 1fr);
        gap: 0;
        max-width: 1480px;
    }

    .altos-products:not(.altos-products--rts) {
        padding-top: 112px;
        padding-bottom: 36px;
    }

    .altos-products--rts {
        padding-top: 16px;
        padding-bottom: 88px;
    }

    .altos-products:not(.altos-products--rts) .altos-product-card {
        padding: 0 8px;
    }

    .altos-products--rts .altos-product-card {
        padding: 0 28px;
    }

    .altos-product-card__image,
    .altos-product-card__image--rts,
    .altos-products:not(.altos-products--rts) .altos-product-card__image {
        height: clamp(360px, 32vw, 480px);
        margin-bottom: 16px;
    }

    .altos-products:not(.altos-products--rts) .altos-product-card__image img {
        transform: scale(1.32);
        transform-origin: bottom center;
    }

    .altos-product-card:not(:last-child)::after {
        content: '';
        position: absolute;
        top: 56%;
        right: 0;
        transform: translate(50%, -50%);
        width: 5px;
        height: 92px;
        background-color: #00B1BA;
    }

    .altos-products__row--rts {
        grid-template-columns: repeat(2, 1fr);
        max-width: 1200px;
    }

    .altos-process__layout {
        flex-direction: row;
        align-items: stretch;
    }

    .altos-process__nav {
        width: 45%;
        min-width: 45%;
        flex-shrink: 0;
        padding: 48px 40px;
    }

    .altos-process__panels {
        width: 55%;
        min-width: 55%;
        flex-shrink: 0;
        min-height: 520px;
        align-self: stretch;
    }

    .altos-process__panel {
        padding: 48px clamp(24px, 3vw, 40px);
        min-height: 520px;
        display: none;
        align-items: center;
        justify-content: center;
    }

    .altos-process__panel.is-active {
        position: absolute;
        inset: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 100%;
        width: 100%;
        box-sizing: border-box;
    }

    .altos-process__panel > div {
        width: 100%;
        max-width: 520px;
        margin: 0 auto;
        padding: 0 clamp(24px, 3vw, 40px);
        box-sizing: border-box;
        text-align: center;
    }

    .altos-sustainability__banner {
        min-height: 650px;
        align-items: center;
        justify-content: flex-end;
        padding: 120px;
    }

    .altos-sustainability__title-wrap {
        top: 120px;
        left: 48px;
    }

    .altos-sustainability__card {
        margin: 0;
        margin-left: auto;
    }

    .altos-tahona__layout {
        flex-direction: row;
        align-items: stretch;
        gap: 48px;
    }

    .altos-tahona__content {
        width: 60%;
        min-height: 520px;
        padding-right: 24px;
    }

    .altos-tahona__media {
        width: 40%;
    }

    .altos-tahona__media img {
        max-width: 100%;
    }
}

@media (min-width: 1000px) {
    .page-template-altos .altos-hero {
        min-height: 85vh;
        padding-top: 210px;
        padding-bottom: 120px;
    }

    .page-template-altos .altos-hero__logo--main {
        max-width: 420px;
        margin-top: 48px;
    }

    .page-template-altos nav.subnav {
        top: 110px;
    }

    .altos-hero__logo--mini {
        max-width: 110px;
    }

    .altos-section {
        padding: 96px 48px;
    }
}

@media (max-width: 767px) {
    .page-template-altos .altos-wrapper {
        font-size: 1.125rem;
    }

    .altos-heading {
        font-size: clamp(2.625rem, 6.3vw, 5.6rem);
    }

    .altos-heading--section {
        font-size: clamp(2.1rem, 4.2vw, 3.5rem);
    }

    .altos-subheading {
        font-size: clamp(1.16rem, 2.6vw, 1.75rem);
    }

    .altos-btn {
        font-size: clamp(1.115rem, 2.1vw, 1.625rem);
    }

    .altos-hero__description {
        font-size: clamp(0.925rem, 1.73vw, 1.75rem);
    }

    .altos-hero__tagline {
        font-size: clamp(2.1rem, 9vw, 3.25rem);
        gap: 0.24em;
    }

    .altos-section__header p {
        font-size: clamp(1.1rem, 2.2vw, 1.45rem);
    }

    .altos-makers .altos-section__header .altos-subheading {
        font-size: clamp(1.62rem, 3.45vw, 2.6rem);
    }

    .altos-maker-card__name {
        font-size: clamp(1.16rem, 2.1vw, 1.55rem);
    }

    .altos-maker-card__bio {
        font-size: clamp(1.21rem, 1.58vw, 1.6rem);
    }

    .altos-maker-card__role {
        font-size: clamp(1.05rem, 1.68vw, 1.35rem);
    }

    .altos-product-card__title {
        font-size: clamp(1.26rem, 2.2vw, 1.65rem);
    }

    .altos-product-card__desc {
        font-size: clamp(1.07rem, 1.42vw, 1.18rem);
    }

    .altos-process__hint {
        font-size: 1rem;
    }

    .altos-process__tab {
        font-size: clamp(1.575rem, 3.15vw, 2.5rem);
    }

    .altos-process__panel-title {
        font-size: clamp(1.575rem, 3.15vw, 2.25rem);
    }

    .altos-process__panel-text {
        font-size: clamp(1.1rem, 1.73vw, 1.3rem);
    }

    .altos-sustainability__card p {
        font-size: 1.155rem;
    }

    .altos-tahona__title {
        font-size: clamp(2.1rem, 4.7vw, 3.75rem);
    }

    .altos-tahona__subtitle {
        font-size: clamp(1.63rem, 3.35vw, 2.65rem);
    }

    .altos-tahona__text {
        font-size: clamp(1.18rem, 1.58vw, 1.3rem);
    }

    .altos-hero {
        min-height: 68vh;
        padding: 120px 16px 64px;
    }

    .altos-hero__logo--main {
        max-width: 250px;
        margin-top: 4px;
        margin-bottom: 20px;
    }

    .altos-hero__description {
        line-height: 1.3;
        margin-bottom: 24px;
    }

    .altos-hero__bottom-brand {
        gap: 8px;
        margin: 24px auto;
    }

    .altos-hero__logo--mini {
        max-width: 56px;
    }

    .altos-hero .altos-btn,
    .altos-tahona__btn {
        padding: 14px 44px;
    }

    .altos-hero .altos-btn {
        min-width: 220px;
    }

    .altos-maker-card__photo {
        max-width: 300px;
        min-height: 341px;
        border-radius: 18px;
    }

    .altos-makers__grid {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        gap: 0;
        max-width: none;
        margin: 0;
        padding: 0;
        scrollbar-width: none;
    }

    .altos-makers__grid::-webkit-scrollbar {
        display: none;
    }

    .altos-makers__grid .altos-maker-card {
        flex: 0 0 100%;
        min-width: 100%;
        scroll-snap-align: center;
        scroll-snap-stop: always;
    }

    .altos-makers-dots {
        display: flex;
    }

    .altos-maker-card__overlay {
        padding: 22px 12px 74px;
    }

    .altos-maker-card__role {
        bottom: 58px;
    }

    .altos-products.altos-section {
        padding-left: 10px;
        padding-right: 10px;
    }

    .altos-products:not(.altos-products--rts) {
        padding-top: 64px;
        padding-bottom: 20px;
    }

    .altos-products--rts {
        padding-top: 8px;
        padding-bottom: 48px;
    }

    .altos-product-card {
        padding: 0 4px;
    }

    .altos-product-card__image,
    .altos-product-card__image--rts,
    .altos-products:not(.altos-products--rts) .altos-product-card__image {
        height: clamp(320px, 76vw, 420px);
        margin-bottom: 12px;
    }

    .altos-products:not(.altos-products--rts) .altos-product-card__image img {
        transform: scale(1.1);
        transform-origin: bottom center;
    }

    .altos-products-carousel.owl-loaded,
    .altos-rts-carousel.owl-loaded {
        width: 100%;
        padding-bottom: 8px;
    }

    .altos-process__panels {
        min-height: 420px;
    }

    .altos-process__panel.is-active {
        position: absolute;
        inset: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 100%;
        width: 100%;
        box-sizing: border-box;
    }

    .altos-process__panels::before {
        width: 100%;
        background: rgba(10, 97, 116, 0.55);
    }

    .altos-process__panel > div {
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
        padding: 0 24px;
        text-align: center;
    }

    .altos-sustainability__banner {
        min-height: 0;
        flex-direction: column;
        align-items: stretch;
        justify-content: flex-start;
        padding: 40px 24px 48px;
    }

    .altos-sustainability__title-wrap {
        position: relative;
        top: auto;
        left: auto;
        margin-bottom: 16px;
    }

    .altos-sustainability__card {
        margin: 0;
        max-width: none;
    }

    .altos-tahona__content {
        min-height: 0;
    }

    .altos-tahona__btn {
        margin-top: 48px;
    }
}

/* Hide legacy altos rules interference */
.page-template-altos .mobile-only {
    display: none !important;
}