
.ns-hero {
    position: relative;
    min-height: 90vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: var(--ac-navy);
    padding-top: var(--navbar-h);
}

.ns-hero::after {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,.4);
    z-index: 1;
}

.ns-hero__overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
}

.ns-hero__content {
    position: relative;
    z-index: 2;
    text-align: center;
    padding: 2rem 1.5rem;
    max-width: 820px;
    width: 100%;
}

.ns-hero__badge {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    font-family: var(--fd);
    font-size: .62rem;
    font-weight: 600;
    letter-spacing: .28em;
    text-transform: uppercase;
    color: #fff;
    border: 1px solid rgba(255,255,255,.2);
    padding: .35rem 1.2rem;
    border-radius: 50px;
    margin-bottom: 2rem;
    backdrop-filter: blur(4px);
}

.ns-hero__title {
    font-family: var(--fd);
    font-size: clamp(3.2rem, 7vw, 6.5rem);
    font-weight: 900;
    color: var(--white);
    line-height: .95;
    letter-spacing: .04em;
    margin-bottom: 1.5rem;
}

.ns-hero__title .ns-hero__title-line {
    display: block;
    overflow: hidden;
}

.ns-hero__title .ns-hero__title-line span {
    display: block;
}

.ns-hero__title .ns-hero__title-line--accent {
    color: var(--white);
}

.ns-hero__sub {
    font-family: var(--fa);
    font-size: 1.05rem;
    font-weight: 400;
    color: rgba(255,255,255,.55);
    line-height: 1.7;
    max-width: 540px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
}

.ns-hero__scroll {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    color: rgba(255,255,255,.3);
    font-family: var(--fd);
    font-size: .55rem;
    font-weight: 600;
    letter-spacing: .2em;
    text-transform: uppercase;
}

.ns-hero__scroll-mouse {
    width: 22px;
    height: 34px;
    border: 2px solid rgba(255,255,255,.25);
    border-radius: 12px;
    position: relative;
}

.ns-hero__scroll-mouse::after {
    content: '';
    position: absolute;
    top: 6px;
    left: 50%;
    transform: translateX(-50%);
    width: 2px;
    height: 8px;
    background: rgba(255,255,255,.4);
    border-radius: 2px;
    animation: ns-scroll-dot 2s ease-in-out infinite;
}

@keyframes ns-scroll-dot {
    0%, 100% { transform: translateX(-50%) translateY(0); opacity: 1; }
    50% { transform: translateX(-50%) translateY(10px); opacity: .2; }
}

/* ─── DECORATIVE WAVE DIVIDER ───────────────────────── */
.ns-wave {
    position: relative;
    z-index: 2;
    margin-top: -1px;
}

.ns-wave svg {
    display: block;
    width: 100%;
    height: auto;
}

/* ─── SECTIONS BASE ──────────────────────────────────── */
.ns-section {
    position: relative;
    padding: 120px 0;
}

.ns-section--dark {
    background: var(--ac-navy);
    color: var(--white);
}

.ns-section--dark .ns-section__title,
.ns-section--dark .ns-section__sub {
    color: var(--white);
}

.ns-section--alt {
    background: var(--gray-50);
}

/* ─── SECTION HEADERS ────────────────────────────────── */
.ns-header {
    text-align: center;
    margin-bottom: 60px;
}

.ns-header__tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: var(--fd);
    font-size: .55rem;
    font-weight: 600;
    letter-spacing: .28em;
    text-transform: uppercase;
    color: var(--ac-blue);
    margin-bottom: 18px;
}

.ns-header__tag::before,
.ns-header__tag::after {
    content: '';
    width: 24px;
    height: 1px;
    background: var(--ac-blue);
    opacity: .3;
}

.ns-header__title {
    font-family: var(--fd);
    font-size: clamp(2rem, 4vw, 3.5rem);
    font-weight: 900;
    color: var(--gray-900);
    line-height: 1.08;
    letter-spacing: -.02em;
    margin-bottom: 16px;
}

.ns-section--dark .ns-header__title {
    color: var(--white);
}

.ns-header__sub {
    font-size: 1rem;
    color: var(--gray-400);
    max-width: 560px;
    margin: 0 auto;
    line-height: 1.7;
}

.ns-section--dark .ns-header__sub {
    color: rgba(255,255,255,.5);
}

/* ─── STORY ──────────────────────────────────────────── */
.ns-story {
    position: relative;
    padding: 140px 0 120px;
    background: var(--white);
    overflow: hidden;
}

.ns-story__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
}

.ns-story__text {
    position: relative;
}

.ns-story__tag {
    font-family: var(--fd);
    font-size: .55rem;
    font-weight: 600;
    letter-spacing: .3em;
    color: var(--ac-blue);
    text-transform: uppercase;
    margin-bottom: 20px;
    display: block;
}

.ns-story__title {
    font-family: var(--fd);
    font-size: clamp(1.8rem, 3.5vw, 3rem);
    font-weight: 900;
    color: var(--gray-900);
    line-height: 1.1;
    letter-spacing: -.025em;
    margin-bottom: 24px;
}

.ns-story__title span {
    display: block;
    background: linear-gradient(135deg, var(--ac-blue), var(--ac-blue-2));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.ns-story__copy {
    font-size: .95rem;
    color: var(--gray-400);
    line-height: 1.85;
    margin-bottom: 16px;
}

.ns-story__visual {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ns-story__img {
    width: 100%;
    max-width: 600px;
    aspect-ratio: 16 / 9;
    border-radius: 18px;
    object-fit: cover;
    display: block;
    position: relative;
    box-shadow: 0 30px 60px rgba(32,77,82,.1), 0 10px 30px rgba(0,0,0,.04);
}

/* ─── TIMELINE ───────────────────────────────────────── */
.ns-timeline {
    position: relative;
    padding: 120px 0;
    background: var(--gray-50);
    overflow: hidden;
}

.ns-timeline__track {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
}

.ns-timeline__item {
    position: relative;
}

.ns-timeline__trigger {
    display: flex;
    align-items: center;
    gap: 16px;
    width: 100%;
    padding: 22px 24px;
    background: var(--white);
    border: 1px solid var(--gray-100);
    border-radius: 14px;
    cursor: pointer;
    font: inherit;
    text-align: left;
    color: inherit;
    -webkit-appearance: none;
    appearance: none;
    transition: all .35s cubic-bezier(.22,1,.36,1);
    position: relative;
}

.ns-timeline__trigger:hover {
    border-color: var(--ac-blue);
    box-shadow: 0 8px 30px rgba(32,77,82,.06);
    transform: translateY(-2px);
}

.ns-timeline__year {
    flex-shrink: 0;
    font-family: var(--fd);
    font-size: .65rem;
    font-weight: 800;
    letter-spacing: .1em;
    color: var(--ac-blue);
    text-transform: uppercase;
    background: var(--gray-50);
    padding: 4px 14px;
    border-radius: 999px;
    border: 1px solid var(--gray-100);
}

.ns-timeline__head {
    flex: 1;
    font-family: var(--fd);
    font-size: 1rem;
    font-weight: 700;
    color: var(--gray-900);
    letter-spacing: -.01em;
    margin: 0;
    transition: color .3s ease;
}

.ns-timeline__chevron {
    flex-shrink: 0;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: var(--gray-50);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .65rem;
    color: var(--ac-blue);
    transition: all .35s ease;
}

.ns-timeline__item.is-open .ns-timeline__chevron {
    background: var(--ac-blue);
    color: var(--white);
    transform: rotate(180deg);
}

.ns-timeline__body {
    max-height: 0;
    overflow: hidden;
    transition: max-height .5s cubic-bezier(.22,1,.36,1);
}

.ns-timeline__item.is-open .ns-timeline__body {
    max-height: 300px;
}

.ns-timeline__body-inner {
    padding: 0 24px 24px 64px;
    padding-top: 16px;
}

.ns-timeline__text {
    font-size: .9rem;
    color: var(--gray-400);
    line-height: 1.75;
    margin: 0;
}

/* ─── MISION ─────────────────────────────────────────── */
.ns-mision {
    position: relative;
    padding: 120px 0;
    background: linear-gradient(rgba(9,35,49,.6), rgba(9,35,49,.6)), url('../img/nosotros/mision.webp');
    background-size: cover;
    background-position: center;
    overflow: hidden;
}

.ns-mision::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -20%;
    width: 600px;
    height: 600px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(77,184,212,.08) 0%, transparent 70%);
    pointer-events: none;
}

.ns-mision__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2px;
    position: relative;
    z-index: 1;
    background: rgba(255,255,255,.06);
    border-radius: 20px;
    overflow: hidden;
}

.ns-mision__card {
    background: rgba(255,255,255,.03);
    padding: 50px 32px 44px;
    text-align: center;
    position: relative;
    transition: all .4s cubic-bezier(.22,1,.36,1);
    backdrop-filter: blur(10px);
}

.ns-mision__card:hover {
    background: rgba(255,255,255,.07);
    transform: translateY(-2px);
}

.ns-mision__card::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent, var(--ac-blue-2), transparent);
    transition: width .4s ease;
}

.ns-mision__card:hover::after {
    width: 60%;
}

.ns-mision__icon {
    width: 56px;
    height: 56px;
    border-radius: 16px;
    background: linear-gradient(135deg, rgba(77,184,212,.15), rgba(124,143,142,.1));
    color: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 24px;
    transition: all .4s ease;
    border: 1px solid rgba(255,255,255,.06);
}

.ns-mision__card:hover .ns-mision__icon {
    background: linear-gradient(135deg, rgba(77,184,212,.25), rgba(124,143,142,.18));
    transform: scale(1.05);
}

.ns-mision__icon i {
    font-size: 1.3rem;
}

.ns-mision__title {
    font-family: var(--fd);
    font-size: .75rem;
    font-weight: 800;
    letter-spacing: .2em;
    text-transform: uppercase;
    color: var(--ac-blue-2);
    margin-bottom: 14px;
}

.ns-mision__text {
    font-size: .88rem;
    color: rgba(255,255,255,.55);
    line-height: 1.8;
}

/* ─── GALERÍA ────────────────────────────────────────── */
.ns-gallery {
    position: relative;
    padding: 120px 0;
    background: var(--white);
}

.ns-gallery__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}

.ns-gallery__item {
    position: relative;
    display: block;
    border-radius: 14px;
    overflow: hidden;
    aspect-ratio: 1;
    cursor: pointer;
}

.ns-gallery__item::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,.3) 0%, transparent 50%);
    opacity: 0;
    transition: opacity .4s ease;
    z-index: 1;
}

.ns-gallery__item:hover::after {
    opacity: 1;
}

.ns-gallery__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .6s cubic-bezier(.22,1,.36,1);
}

.ns-gallery__item:hover .ns-gallery__img {
    transform: scale(1.06);
}

.ns-gallery__item--more {
    position: relative;
}

.ns-gallery__overlay {
    position: absolute;
    inset: 0;
    background: rgba(9,35,49,.7);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 2;
    backdrop-filter: blur(2px);
    transition: background .4s ease;
}

.ns-gallery__item--more:hover .ns-gallery__overlay {
    background: rgba(9,35,49,.85);
}

.ns-gallery__more-text {
    font-family: var(--fd);
    font-size: 2.4rem;
    font-weight: 900;
    color: #fff;
    letter-spacing: -.02em;
    line-height: 1;
}

.ns-gallery__more-label {
    font-family: var(--fd);
    font-size: .65rem;
    font-weight: 600;
    letter-spacing: .2em;
    text-transform: uppercase;
    color: rgba(255,255,255,.5);
    margin-top: 8px;
}

/* ─── MODAL ──────────────────────────────────────────── */
.ns-gallery-modal {
    position: fixed;
    inset: 0;
    z-index: 10000;
    display: none;
    align-items: center;
    justify-content: center;
}

.ns-gallery-modal.is-open {
    display: flex;
}

.ns-gallery-modal__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(9,35,49,.95);
    backdrop-filter: blur(20px);
}

.ns-gallery-modal__panel {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ns-gallery-modal__close {
    position: absolute;
    top: 28px;
    right: 28px;
    z-index: 10;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: none;
    background: rgba(255,255,255,.08);
    color: rgba(255,255,255,.7);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s ease;
    font-size: 1.1rem;
}

.ns-gallery-modal__close:hover {
    background: rgba(255,255,255,.15);
    color: #fff;
    transform: rotate(90deg);
}

.ns-gallery-modal__btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    border: none;
    background: rgba(255,255,255,.08);
    color: rgba(255,255,255,.7);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s ease;
    font-size: 1.1rem;
}

.ns-gallery-modal__btn:hover {
    background: rgba(255,255,255,.15);
    color: #fff;
    transform: translateY(-50%) scale(1.05);
}

.ns-gallery-modal__btn--prev { left: 28px; }
.ns-gallery-modal__btn--next { right: 28px; }

.ns-gallery-modal__viewport {
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ns-gallery-modal__track {
    display: flex;
    height: 100%;
    align-items: center;
    transition: transform .5s cubic-bezier(.22,1,.36,1);
    will-change: transform;
}

.ns-gallery-modal__slide {
    flex: 0 0 100%;
    min-width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 100px 80px;
    box-sizing: border-box;
    height: 100%;
}

.ns-gallery-modal__img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
    border-radius: 8px;
    user-select: none;
    -webkit-user-drag: none;
    box-shadow: 0 40px 80px rgba(0,0,0,.4);
}

.ns-gallery-modal__counter {
    position: absolute;
    bottom: 32px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    font-family: var(--fd);
    font-size: .8rem;
    font-weight: 600;
    color: rgba(255,255,255,.4);
    letter-spacing: .1em;
    background: rgba(0,0,0,.3);
    padding: 8px 20px;
    border-radius: 999px;
    border: 1px solid rgba(255,255,255,.06);
}

/* ─── VALUES ─────────────────────────────────────────── */
.ns-values {
    position: relative;
    padding: 120px 0;
    background: var(--gray-50);
}

.ns-values__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.ns-value {
    position: relative;
    padding: 42px 30px 36px;
    border: 1px solid var(--gray-100);
    border-radius: 16px;
    text-align: center;
    overflow: hidden;
    background: var(--white);
    transition: all .4s cubic-bezier(.22,1,.36,1);
}

.ns-value:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 50px rgba(32,77,82,.08);
    border-color: rgba(32,77,82,.12);
}

.ns-value__icon {
    width: 60px;
    height: 60px;
    border-radius: 16px;
    background: linear-gradient(135deg, var(--ac-navy-2), var(--ac-blue));
    color: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    transition: all .4s ease;
    position: relative;
}

.ns-value__icon::after {
    content: '';
    position: absolute;
    inset: -3px;
    border-radius: 19px;
    background: linear-gradient(135deg, var(--ac-blue), transparent 60%);
    z-index: -1;
    opacity: 0;
    transition: opacity .4s ease;
}

.ns-value:hover .ns-value__icon::after {
    opacity: .3;
}

.ns-value__icon i {
    font-size: 1.35rem;
}

.ns-value__title {
    font-family: var(--fd);
    font-size: .75rem;
    font-weight: 800;
    letter-spacing: .16em;
    text-transform: uppercase;
    color: var(--ac-blue);
    margin-bottom: 10px;
}

.ns-value__text {
    font-size: .85rem;
    color: var(--gray-400);
    line-height: 1.7;
}

/* ─── QUOTE ──────────────────────────────────────────── */
.ns-quote {
    position: relative;
    padding: 100px 0;
    background: var(--white);
    overflow: hidden;
    border-top: 1px solid var(--gray-100);
    border-bottom: 1px solid var(--gray-100);
}

.ns-quote__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.ns-quote__content {
    position: relative;
}

.ns-quote__mark {
    font-size: 5rem;
    font-family: var(--fd);
    font-weight: 900;
    line-height: .6;
    color: var(--gray-200);
    margin-bottom: 16px;
}

.ns-quote__text {
    font-family: var(--fd);
    font-weight: 900;
    font-size: clamp(1.5rem, 3vw, 2.6rem);
    line-height: 1.2;
    letter-spacing: -.02em;
    color: var(--ac-navy);
    margin-bottom: 24px;
}

.ns-quote__attr {
    font-family: var(--fd);
    font-size: .75rem;
    font-weight: 600;
    letter-spacing: .18em;
    text-transform: uppercase;
    color: var(--ac-blue);
    display: flex;
    align-items: center;
    gap: 12px;
}

.ns-quote__attr::before {
    content: '';
    width: 32px;
    height: 2px;
    background: var(--ac-blue);
}

.ns-quote__visual {
    display: flex;
    align-items: center;
    justify-content: center;
}

.ns-quote__img {
    width: 100%;
    max-width: 560px;
    height: auto;
    border-radius: 20px;
    box-shadow: 0 30px 60px rgba(32,77,82,.08);
}

/* ─── BRANDS ─────────────────────────────────────────── */
.ns-brands {
    position: relative;
    padding: 60px 0 80px;
    background: var(--white);
}

.ns-brands .brands-carousel {
    margin-top: 36px;
    min-height: auto;
    padding: 0;
    background: transparent;
    gap: 0;
}

.ns-brands .brands-carousel__viewport {
    max-width: none;
    width: 100%;
}

.ns-brands .brands-carousel__track {
    gap: 24px;
    transition: transform .6s cubic-bezier(.22,1,.36,1);
}

.ns-brands .brands-carousel__item {
    flex: 0 0 calc(25% - 18px);
    height: 140px;
    padding: 0;
}

.ns-brands .brands-carousel__img {
    height: 100px;
    width: auto;
    max-width: 200px;
    object-fit: contain;
    filter: none;
}

.ns-brands .brands-carousel__img--lg {
    height: 130px;
    max-width: 260px;
    filter: none;
}

.ns-brands .brands-carousel__item:hover .brands-carousel__img {
    filter: none;
}

.ns-brands .brands-carousel__btn {
    top: 50%;
    transform: translateY(-50%);
}

.ns-brands .brands-carousel__btn--prev { left: -12px; }
.ns-brands .brands-carousel__btn--next { right: -12px; }

/* ─── CTA ────────────────────────────────────────────── */
.ns-cta {
    position: relative;
    padding: 100px 0;
    background: var(--gray-50);
}

.ns-cta__inner {
    text-align: center;
    padding: 80px 40px;
    border-radius: 24px;
    position: relative;
    overflow: hidden;
}

.ns-cta__bg {
    position: absolute;
    inset: 0;
    z-index: 0;
}

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

.ns-cta__overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,.5);
}

.ns-cta__content {
    position: relative;
    z-index: 1;
}

.ns-cta__tag {
    font-family: var(--fd);
    font-size: .55rem;
    font-weight: 600;
    letter-spacing: .28em;
    text-transform: uppercase;
    color: var(--ac-blue-2);
    display: inline-block;
    margin-bottom: 16px;
}

.ns-cta__title {
    font-family: var(--fd);
    font-size: clamp(1.8rem, 3.2vw, 3rem);
    font-weight: 900;
    letter-spacing: -.02em;
    color: var(--white);
    margin-bottom: 16px;
    line-height: 1.1;
}

.ns-cta__text {
    font-size: 1rem;
    color: rgba(255,255,255,.55);
    margin-bottom: 32px;
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.7;
}

.ns-cta__actions {
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
}

.ns-cta__btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-family: var(--fd);
    font-size: .72rem;
    font-weight: 700;
    letter-spacing: .14em;
    text-transform: uppercase;
    padding: 16px 40px;
    border-radius: 999px;
    transition: all .4s cubic-bezier(.22,1,.36,1);
    cursor: pointer;
    text-decoration: none;
}

.ns-cta__btn--primary {
    background: var(--white);
    color: var(--ac-navy);
    border: 1px solid transparent;
}

.ns-cta__btn--primary:hover {
    background: transparent;
    color: var(--white);
    border-color: rgba(255,255,255,.4);
    transform: translateY(-3px);
    box-shadow: 0 12px 32px rgba(0,0,0,.2);
}

.ns-cta__btn--outline {
    background: transparent;
    color: var(--white);
    border: 1.5px solid rgba(255,255,255,.3);
}

.ns-cta__btn--outline:hover {
    background: rgba(255,255,255,.1);
    border-color: rgba(255,255,255,.5);
    transform: translateY(-3px);
}

/* ══════════════════════════════════════════════════════════════
   RESPONSIVE
   ══════════════════════════════════════════════════════════════ */

@media (max-width: 1251px) {
    body.nosotros .navbar { top: 0; }
}

@media (max-width: 1100px) {
    .ns-values__grid { grid-template-columns: repeat(2, 1fr); }
    .ns-brands .brands-carousel__item { flex: 0 0 calc(33.333% - 16px); }
    .ns-timeline__track { max-width: 100%; }
    .ns-hero__title { font-size: clamp(2.8rem, 6vw, 5rem); }
}

@media (max-width: 992px) {
    .ns-mision__grid { grid-template-columns: 1fr; gap: 2px; }
    .ns-mision__card { padding: 36px 24px 32px; }
    .ns-gallery__grid { grid-template-columns: repeat(3, 1fr); }
    .ns-story__grid { gap: 44px; }
    .ns-quote__grid { gap: 36px; }
    .ns-story { padding: 100px 0; }
    .ns-timeline { padding: 100px 0; }
    .ns-mision { padding: 100px 0; }
    .ns-gallery { padding: 100px 0; }
    .ns-values { padding: 100px 0; }
    .ns-quote { padding: 80px 0; }
    .ns-cta { padding: 80px 0; }
    .ns-header__title { font-size: clamp(1.8rem, 3.5vw, 2.8rem); }
}

@media (max-width: 900px) {
    .ns-story__grid { grid-template-columns: 1fr; gap: 44px; }
    .ns-story__img { max-width: 100%; }
    .ns-values__grid { grid-template-columns: repeat(2, 1fr); }
    .ns-quote__grid { grid-template-columns: 1fr; gap: 36px; }
    .ns-quote__img { max-width: 100%; }
    .ns-hero__badge { font-size: .55rem; padding: .25rem 1rem; margin-bottom: 1.5rem; }

    .ns-gallery-modal__slide { padding: 50px 56px; }
    .ns-gallery-modal__btn { width: 44px; height: 44px; font-size: .95rem; }
    .ns-gallery-modal__btn--prev { left: 16px; }
    .ns-gallery-modal__btn--next { right: 16px; }
    .ns-gallery-modal__close { top: 16px; right: 16px; width: 40px; height: 40px; font-size: .95rem; }
    .ns-gallery-modal__counter { font-size: .75rem; padding: 6px 16px; bottom: 22px; }
    .ns-gallery-modal__img { max-width: 82vw; max-height: 80vh; }
}

@media (max-width: 768px) {
    .ns-hero { min-height: 65vh; }
    .ns-hero__content { padding: 1.5rem 1rem; }
    .ns-hero__title { font-size: clamp(2.4rem, 8vw, 3.6rem); }
    .ns-hero__sub { font-size: .9rem; }
    .ns-hero__scroll { display: none; }

    .ns-story { padding: 70px 24px; }
    .ns-story__title { font-size: clamp(1.4rem, 4vw, 2rem); }
    .ns-story__copy { font-size: .9rem; }

    .ns-timeline { padding: 70px 24px; }
    .ns-timeline__track { grid-template-columns: 1fr; gap: 14px; }
    .ns-timeline__trigger { padding: 16px 18px; }
    .ns-timeline__head { font-size: .9rem; }
    .ns-timeline__body-inner { padding: 0 18px 18px; padding-top: 14px; }

    .ns-mision { padding: 70px 24px; }
    .ns-mision__card { padding: 32px 20px 28px; }
    .ns-mision__title { font-size: .7rem; }
    .ns-mision__text { font-size: .82rem; }

    .ns-gallery { padding: 70px 24px; }
    .ns-gallery__grid { grid-template-columns: repeat(3, 1fr); gap: 10px; }
    .ns-gallery__more-text { font-size: 1.6rem; }
    .ns-gallery__more-label { font-size: .55rem; }

    .ns-values { padding: 70px 24px; }
    .ns-value { padding: 32px 22px 28px; }

    .ns-quote { padding: 60px 24px; }
    .ns-quote__grid { gap: 32px; }
    .ns-quote__text { font-size: clamp(1.2rem, 3vw, 1.8rem); }
    .ns-quote__mark { font-size: 3.5rem; }

    .ns-cta { padding: 60px 24px; }
    .ns-cta__inner { padding: 50px 28px; border-radius: 18px; }
    .ns-cta__title { font-size: clamp(1.4rem, 4vw, 2rem); }
    .ns-cta__text { font-size: .9rem; }
    .ns-cta__btn { font-size: .68rem; padding: 14px 28px; }

    .ns-brands { padding: 50px 24px 60px; }
    .ns-brands__title { font-size: clamp(1.4rem, 5vw, 1.8rem); margin-bottom: 28px; }
    .ns-brands .brands-carousel__item { flex: 0 0 calc(50% - 12px); height: 110px; }
    .ns-brands .brands-carousel__img { height: 70px; max-width: 140px; }
    .ns-brands .brands-carousel__img--lg { height: 90px; max-width: 180px; }

    .ns-header { margin-bottom: 32px; }
    .ns-header__title { font-size: clamp(1.5rem, 4vw, 2.2rem); }
    .ns-header__sub { font-size: .9rem; }

    .ns-gallery-modal__slide { padding: 70px 16px; }
    .ns-gallery-modal__btn { width: 44px; height: 44px; }
    .ns-gallery-modal__btn--prev { left: 12px; }
    .ns-gallery-modal__btn--next { right: 12px; }
    .ns-gallery-modal__close { top: 16px; right: 16px; width: 40px; height: 40px; }
}

@media (max-width: 600px) {
    .ns-hero { min-height: 55vh; }
    .ns-hero__title { font-size: clamp(2rem, 10vw, 3rem); }
    .ns-hero__sub { font-size: .82rem; }
    .ns-hero__badge { font-size: .5rem; padding: .2rem .8rem; }

    .ns-story { padding: 50px 16px; }
    .ns-story__grid { gap: 32px; }
    .ns-story__img { max-width: 100%; }
    .ns-story__tag { font-size: .5rem; }
    .ns-story__title { font-size: clamp(1.2rem, 5vw, 1.6rem); }
    .ns-story__copy { font-size: .85rem; }

    .ns-timeline { padding: 50px 16px; }
    .ns-timeline__track { grid-template-columns: 1fr; gap: 12px; }
    .ns-timeline__trigger { padding: 14px 16px; }
    .ns-timeline__head { font-size: .82rem; }
    .ns-timeline__year { font-size: .55rem; padding: 3px 10px; }
    .ns-timeline__text { font-size: .82rem; }

    .ns-mision { padding: 50px 16px; }
    .ns-header__tag { font-size: .5rem; }

    .ns-gallery { padding: 50px 16px; }
    .ns-gallery__grid { grid-template-columns: repeat(2, 1fr); gap: 8px; }
    .ns-gallery__more-text { font-size: 1.4rem; }
    .ns-gallery__more-label { display: none; }

    .ns-values { padding: 50px 16px; }
    .ns-values__grid {
        display: flex;
        gap: 14px;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }
    .ns-values__grid::-webkit-scrollbar { display: none; }
    .ns-value {
        flex: 0 0 100%;
        scroll-snap-align: start;
        padding: 28px 18px 24px;
    }

    .ns-quote { padding: 50px 16px; }
    .ns-quote__grid { gap: 28px; }
    .ns-quote__text { font-size: clamp(1rem, 4vw, 1.4rem); }
    .ns-quote__mark { font-size: 2.8rem; }
    .ns-quote__attr { font-size: .65rem; }

    .ns-cta { padding: 50px 16px; }
    .ns-cta__inner { padding: 36px 18px; border-radius: 14px; }
    .ns-cta__title { font-size: clamp(1.2rem, 5vw, 1.6rem); }
    .ns-cta__text { font-size: .82rem; margin-bottom: 24px; }
    .ns-cta__btn { font-size: .62rem; padding: 12px 22px; }
    .ns-cta__tag { font-size: .5rem; }

    .ns-brands { padding: 40px 16px 50px; }
    .ns-brands .brands-carousel__item { flex: 0 0 100%; height: 90px; }
    .ns-brands .brands-carousel__img { height: 60px; max-width: 120px; }
    .ns-brands .brands-carousel__img--lg { height: 76px; max-width: 150px; }
    .ns-brands .brands-carousel__btn { width: 36px; height: 36px; }

    .ns-header { margin-bottom: 24px; }
    .ns-header__title { font-size: clamp(1.3rem, 5vw, 1.8rem); }
    .ns-header__sub { font-size: .85rem; }

    .ns-gallery-modal__slide { padding: 50px 8px; }
    .ns-gallery-modal__btn { width: 38px; height: 38px; font-size: .85rem; }
    .ns-gallery-modal__btn--prev { left: 6px; }
    .ns-gallery-modal__btn--next { right: 6px; }
    .ns-gallery-modal__close { top: 10px; right: 10px; width: 34px; height: 34px; font-size: .85rem; }
    .ns-gallery-modal__counter { font-size: .7rem; padding: 5px 14px; bottom: 20px; }
}

@media (max-width: 480px) {
    .ns-hero { min-height: 50vh; padding-top: calc(var(--navbar-h) + 10px); }
    .ns-hero__title { font-size: clamp(1.8rem, 9vw, 2.4rem); }
    .ns-hero__sub { font-size: .78rem; }

    .ns-story { padding: 40px 12px; }
    .ns-timeline { padding: 40px 12px; }
    .ns-timeline__track { grid-template-columns: 1fr; gap: 10px; }
    .ns-timeline__trigger { padding: 12px 12px; gap: 8px; }
    .ns-timeline__head { font-size: .78rem; }
    .ns-timeline__body-inner { padding: 0 12px 12px; padding-top: 10px; }

    .ns-mision { padding: 40px 12px; }
    .ns-gallery { padding: 40px 12px; }
    .ns-gallery__grid { grid-template-columns: repeat(2, 1fr); gap: 6px; }
    .ns-gallery__more-text { font-size: 1.2rem; }
    .ns-values { padding: 40px 12px; }
    .ns-value { flex: 0 0 100%; scroll-snap-align: start; }
    .ns-quote { padding: 40px 12px; }
    .ns-quote__mark { font-size: 2.2rem; }
    .ns-quote__text { font-size: clamp(.9rem, 4vw, 1.2rem); }
    .ns-cta { padding: 40px 12px; }
    .ns-cta__inner { padding: 28px 14px; border-radius: 12px; }
    .ns-cta__title { font-size: clamp(1rem, 5vw, 1.3rem); }
    .ns-cta__text { font-size: .78rem; }
    .ns-cta__btn { font-size: .58rem; padding: 10px 18px; }
    .ns-brands { padding: 30px 12px 40px; }

    .ns-header { margin-bottom: 20px; }
    .ns-header__title { font-size: clamp(1.1rem, 5vw, 1.5rem); }
    .ns-header__sub { font-size: .8rem; }

    .ns-gallery-modal__slide { padding: 40px 4px; }
    .ns-gallery-modal__btn { width: 34px; height: 34px; font-size: .75rem; }
    .ns-gallery-modal__counter { font-size: .6rem; padding: 4px 12px; bottom: 14px; }
}
