/* RESET  */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: Arial, sans-serif;
    background: #fcf9f4;
    color: #333;
    line-height: 1.6;
}

/*  PAGE WRAPPER  */
.page-wrapper {
    max-width: 1600px;
    margin: 0 auto;
    background: #fcf9f4;
}

/* HEADER  */
.site-header img {
    width: 100%;
    height: auto;
    display: block;
}

/*  SECTION SYSTEM (GLOBAL) */
.section {
    padding: 0px 275px 0px;
}

.last-section {
    padding: 0px 275px 60px;
}


@media (max-width: 768px) {
    .section {
        padding: 15px 20px;
    }
}

/* SECTION 1 – INTRO / LOGO */

.section-title {
    font-size: 42px;
    margin-bottom: 15px;
}

.section-text {
    font-size: 18px;
    line-height: 1.6;
    max-width: 900px;
    margin-bottom: 25px;
}

.black-logo {
    width: 550px;
    max-width: 100%;
    display: block;
    margin: 48px auto 30px;
}

.logo-p {
    margin-bottom: 35px;
    margin-top: 10px;
}

.niathi-1p {
    margin-bottom: 10px;

}

.niathi-p {
    font-size: 18px;
    line-height: 1.3;
    max-width: 900px;
    margin-bottom: 45px;
}

.logo-design-h1 {
    margin-top: 30px;
}

/* SECTION 2 – PHILOSOPHY / CONTENT */

.highlight {
    color: #5c83e6;
}

.last-h2 {
    margin-top: 60px;
    margin-bottom: 25px;
}



/* SECTION 3 – LOGO DESIGN */

.logo-crop {
    height: 150px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.logo-h1 {
    margin-top: 10px;
    margin-bottom: 35px;
}

.blue-logo {
    width: 500px;
    max-width: 100%;
}

.logo-symbol {
    width: 250px;
    max-width: 100%;
    display: block;
    margin: 0px auto;
}

.symbol-p {
    margin-top: 35px;
}

/* SECTION 4 – LOGO ANIMATION (VIDEO) */

.video-wrapper {
    display: flex;
    justify-content: center;
}

.video-container {
    position: relative;
    width: 100%;
    max-width: 700px;
    aspect-ratio: 16 / 9;
    border-radius: 12px;
    overflow: hidden;
    margin: 0px auto 0px;
    background: gray;
    margin-top: 25px;
    margin-bottom: 30px;
}

.video-container {
    position: relative;
    width: 100%;
    max-width: 700px;
    aspect-ratio: 16 / 9;
    border-radius: 14px;
    overflow: hidden;
}

.video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: filter 0.35s ease;
}



.play-overlay {
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    background: transparent;
    border: none;
    cursor: pointer;
    font-size: 64px;
    color: #000;
}

.video-container.playing .play-overlay {
    display: none;
}

.video-p {
    line-height: 25px;
    font-size: 18px;
}

.video-p p {
    margin-top: 15px;
}

/* SECTION 5 – BRAND COLORS & EXTINCT ANIMALS */

.color-palette {
    background: #fff;
    border: 2px solid #ddd;
    border-radius: 15px;
    padding: 20px;
    display: flex;
    gap: 8px;
    max-width: 600px;
    margin: 0 auto 20px;
    justify-content: center;
}

.color-box {
    flex: 1;
    height: 60px;
    border-radius: 8px;
}

.c1 {
    background: #c9c3b8;
}

.c2 {
    background: #d4a574;
}

.c3 {
    background: #5b7ec4;
}

.c4 {
    background: #a999d4;
}

.c5 {
    background: #e84c9c;
}

.c6 {
    background: #84cca4;
}

.c7 {
    background: #d4c434;
}

.c8 {
    background: #94d43c;
}

.c9 {
    background: #e49424;
}

.extinct-animals {
    background: #fff;
    border: 2px solid #ddd;
    border-radius: 20px;
    padding: 30px;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}

.animal-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 15px;
}

.animal-item {
    width: 140px;
    text-align: center;
}

.animal-item img {
    width: 100%;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 8px;
}

.animal-item p {
    font-size: 10px;
    color: #333;
    font-weight: 600;
    text-transform: uppercase;
}

.footbanner {
    display: block;
    line-height: 0;
    font-size: 0;
    margin: 0;
    padding: 0;
}

.footer-bnr {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    height: 19px;
}

/* FOOTER */

footer {
    margin-top: 0 !important;
}

@media (max-width: 1024px) {
    /* BRAND COLORS SECTION */

    .brand-colors-section {
        padding: 20px 60px;
    }

    .brand-colors-section h2 {
        font-size: 36px;
        margin-bottom: 35px;
        text-align: center;
    }

    /* Colors content - stack vertically */
    .colors-content {
        display: flex;
        flex-direction: column;
        gap: 40px;
        align-items: center;
        margin-bottom: 40px;
    }

    .colors-description {
        width: 100%;
        max-width: 100%;
        text-align: center;
    }

    .colors-description p {
        font-size: 17px;
        line-height: 1.6;
        margin-bottom: 30px;
    }

    /* Color palette - centered and responsive */
    .color-palette {
        max-width: 600px;
        width: 100%;
        padding: 20px;
        margin: 0 auto 30px;
        display: flex;
        flex-wrap: nowrap;
        justify-content: center;
        gap: 10px;
    }

    .color-box {
        flex: 1;
        min-width: 50px;
        height: 55px;
    }

    /* Extinct animals - properly centered and structured */
    .extinct-animals {
        width: 95%;
        max-width: 950px;
        margin: 0 auto 65px;
        padding: 30px 25px;
        background: #fff;
        border: 2px solid #ddd;
        border-radius: 20px;
    }

    /* Animal grid - 6 columns for tablet */
    .animal-grid {
        display: grid;
        grid-template-columns: repeat(6, 1fr);
        gap: 20px 15px;
        justify-items: center;
        align-items: start;
    }

    .animal-item {
        width: 100%;
        max-width: 140px;
        text-align: center;
    }

    .animal-item img {
        width: 100%;
        height: auto;
        aspect-ratio: 1;
        object-fit: cover;
        border-radius: 8px;
        margin-bottom: 10px;
    }

    .animal-item p {
        font-size: 10px;
        line-height: 1.3;
        color: #333;
        font-weight: 600;
        text-transform: uppercase;
    }

}

@media (max-width: 768px) {

    /* Brand colors section */
    .brand-colors-section {
        padding: 20px 30px;
    }

    .brand-colors-section h2 {
        font-size: 28px;
        margin-bottom: 30px;
        line-height: 1.3;
        text-align: center;
    }

    .colors-content {
        flex-direction: column;
        gap: 30px;
    }

    .colors-description p {
        font-size: 15px;
        line-height: 1.7;
        margin-bottom: 25px;
        text-align: left;
    }

    .color-palette {
        display: flex;
        flex-wrap: nowrap;
        gap: 8px;
        padding: 14px;
        justify-content: center;
    }

    .color-box {
        flex: 1;
        min-width: 40px;
        height: 45px;
        border-radius: 8px;
    }

    /* Animal grid - stack to 3 columns on mobile */
    .extinct-animals {
        width: 100%;
        padding: 20px 15px;
        border-radius: 15px;
    }

    .animal-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 15px;
        justify-items: center;
    }

    .animal-item {
        width: 100%;
        max-width: 100px;
    }

    .animal-item img {
        width: 100%;
        height: auto;
        aspect-ratio: 1;
    }

    .animal-item p {
        font-size: 8px;
        line-height: 1.3;
        margin-top: 6px;
    }

}

@media (max-width: 480px) {
    .brand-colors-section {
        padding: 15px 20px;
    }

    .brand-colors-section h2 {
        font-size: 22px;
        margin-bottom: 25px;
    }

    .colors-description p {
        font-size: 14px;
        margin-bottom: 20px;
    }

    .color-palette {
        padding: 12px;
        gap: 5px;
    }

    .color-box {
        height: 40px;
    }

    .extinct-animals {
        padding: 15px 10px;
    }

    .animal-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }

    .animal-item {
        max-width: 120px;
    }

    .animal-item p {
        font-size: 7px;
    }

}


/* TABLET VIEW (max-width: 1024px) */

@media (max-width: 1024px) {

    .section {
        padding: 0px 60px;
    }

    .last-section {
        padding: 0px 60px;
    }

    /* Section title */
    .section-title {
        font-size: 34px;
        margin-bottom: 15px;
    }

    /* Section text */
    .section-text {
        font-size: 16px;
        max-width: 100%;
    }

    .niathi-p {
        font-size: 16px;
    }

    /* Black logo */
    .black-logo {
        width: 420px;
        margin: 35px auto 22px;
    }

    /* Logo design section */
    .logo-design-h1 {
        margin-top: 22px;
    }

    /* Logo crop container */
    .logo-crop {
        height: 120px;
    }

    .blue-logo {
        width: 380px;
    }

    .logo-symbol {
        width: 190px;
    }

    .symbol-p {
        margin-top: 25px;
    }

    /* Video container */
    .video-container {
        max-width: 580px;
        margin-top: 18px;
        margin-bottom: 22px;
    }

    .play-overlay {
        font-size: 52px;
    }

    .video-p {
        font-size: 16px;
        line-height: 1.6;
    }

    /* Footer banner */
    .footer-bnr {
        height: 13px;
    }
}

/* MOBILE VIEW (max-width: 480px) */

@media (max-width: 480px) {

    /* Banner image - responsive */
    .banner-img {
        width: 100%;
        height: auto;
    }

    /* Section - minimal padding */
    .section {
        padding: 0px 20px 0px;
    }

    .last-section {
        padding: 0px 20px;
    }

    /* Section title */
    .section-title {
        font-size: 28px;
        margin-bottom: 15px;
        line-height: 1.3;
    }

    /* Section text */
    .section-text {
        font-size: 16px;
        line-height: 1.6;
        margin-bottom: 20px;
    }

    .niathi-p {
        font-size: 16px;
        line-height: 1.5;
    }

    .niathi-1p {
        margin-bottom: 15px;
    }

    /* Black logo - mobile size */
    .black-logo {
        width: 100%;
        max-width: 300px;
        margin: 30px auto 20px;
    }

    .logo-design-h1 {
        margin-top: 0px;
    }

    /* Logo crop - adjust height */
    .logo-crop {
        height: 100px;
        /* Reduced from 150px */
        margin-bottom: 15px;
    }

    .blue-logo {
        width: 280px;
        /* Reduced from 500px */
    }

    .logo-p {
        margin-bottom: 25px;
        margin-top: 15px;
    }

    /* Logo symbol */
    .logo-symbol {
        width: 150px;
        /* Reduced from 250px */
        margin: 20px auto;
    }

    .symbol-p {
        margin-top: 25px;
    }

    /* Logo animation section */
    .logo-h1 {
        margin-top: 15px;
        margin-bottom: 25px;
    }

    /* Video container - full width */
    .video-container {
        max-width: 100%;
        width: 100%;
        aspect-ratio: 16 / 9;
        margin-top: 20px;
        margin-bottom: 25px;
        border-radius: 10px;
    }

    .video {
        width: 100%;
        height: 100%;
    }

    /* Hide play overlay button on mobile */
    .play-overlay {
        display: none !important;
    }

    /* Video description */
    .video-p {
        font-size: 15px;
        line-height: 1.6;
    }

    .video-p p {
        margin-top: 12px;
    }

    /* Brand colors section */
    .last-h2 {
        margin-top: 25px;
        margin-bottom: 20px;
    }

    .highlight {
        display: inline;
        /* Keep inline for natural text flow */
    }

    /* Color palette - horizontal scroll for mobile */
    .color-palette {
        max-width: 100%;
        width: 100%;
        padding: 12px;
        gap: 6px;
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        justify-content: flex-start;
        margin-bottom: 25px;
    }

    /* Hide scrollbar for cleaner look */
    .color-palette::-webkit-scrollbar {
        display: none;
    }

    .color-box {
        flex: 0 0 50px;
        /* Fixed width for consistency */
        height: 45px;
        /* Reduced from 60px */
        min-width: 50px;
    }

    /* Extinct animals - mobile grid */
    .extinct-animals {
        width: 100%;
        max-width: 100%;
        padding: 20px 15px;
        margin: 0 auto 35px;
        border-radius: 15px;
    }

    .animal-grid {
        grid-template-columns: repeat(3, 1fr);
        /* 3 columns for mobile */
        gap: 12px;
        justify-items: center;
    }

    .animal-item {
        width: 100%;
        max-width: 100%;
    }

    .animal-item img {
        width: 100%;
        height: auto;
        aspect-ratio: 1;
        object-fit: cover;
        border-radius: 6px;
        margin-bottom: 8px;
    }

    .animal-item p {
        font-size: 8px;
        /* Reduced from 10px */
        line-height: 1.3;
    }

    /* Footer banner */
    .footer-bnr {
        height: -15px;
    }

}



@media (max-width: 380px) {

    /* Extra small screens - further reductions */
    .section-title {
        font-size: 24px;
    }

    .section-text {
        font-size: 15px;
    }

    .niathi-p {
        font-size: 15px;
    }

    .black-logo {
        max-width: 250px;
    }

    .blue-logo {
        width: 240px;
    }

    .logo-symbol {
        width: 130px;
    }

    .play-overlay {
        font-size: 42px;
    }

    .video-p {
        font-size: 14px;
    }

    /* Color boxes - slightly smaller */
    .color-palette {
        padding: 10px;
        gap: 5px;
    }

    .color-box {
        flex: 0 0 45px;
        height: 40px;
        min-width: 45px;
    }

    /* Animal grid - 2 columns for very small screens */
    .animal-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }

    .animal-item p {
        font-size: 7px;
    }
}