/* ================= RESET ================= */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: Arial, sans-serif;
  background: #fcf9f4;
  color: #333;
}

/* ================= 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 0px;
}

@media (max-width: 1024px) {
  .section {
    padding: 20px 50px;
  }
}

@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: 50px 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;
}

.video-container.paused .video {
  filter: blur(6px);
}

.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: 1000px;
  margin: 0 -10px;
  margin-bottom: 60px;
}

.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;
}

.footer-bnr{
    width: 100%;
    margin-bottom: -5px; 
    height: 17px;
}

/* =========================================================
   FOOTER
   ========================================================= */

footer {
  background-color: #3C3C3C;
  color: #fff;
  padding: 60px 150px 30px;
}

.footer-content {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}

.footer-logo img {
  height: 50px;
  margin-bottom: 40px;
}

.footer-section h4 {
  font-size: 28px;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 2px solid #fff;
  display: inline-block;
}

.footer-section ul {
  list-style: none;
}

.footer-section ul li {
  margin-bottom: 10px;
  font-size: 16px;
}

.footer-section p {
  font-size: 16px;
  line-height: 1.8;
}

.footer-bottom {
  border-top: 1px solid #666;
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
  font-size: 14px;
}

.footer-bottom-right {
  display: flex;
  gap: 20px;
}

.work-footer{
  margin-top: 115px;
}

.social-cont{
  margin-top: 15px;
  margin-left: -5px;
}


.social-icon{
  height: 50px;
  width: 50px;
}

.footer-list{
  text-decoration: none;
  color: white;
}

.footer-list:hover{
  color: #4a90e2;
}

.contact {
  display: flex;
}

.label {
  width: 60px;        /* controls colon position */
}

.value {
  white-space: nowrap;
}

@media (max-width: 1024px) {
        /* ========================================
       BRAND COLORS SECTION - FIXED
       ======================================== */

    .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 0;
        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;
        padding: 30px 25px;
        background: #fff;
        border: 2px solid #ddd;
        border-radius: 20px;
    }

    /* Animal grid - 5 columns for tablet */
    .animal-grid {
        display: grid;
        grid-template-columns: repeat(5, 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;              /* 🔥 single row */
      gap: 8px;
      padding: 14px;
      overflow-x: auto;               /* 🔥 horizontal scroll */
      -webkit-overflow-scrolling: touch;
      justify-content: flex-start;
  }

  /* Hide scrollbar (optional but classy) */
  .color-palette::-webkit-scrollbar {
      display: none;
  }

  .color-box {
      flex: 0 0 50px;                 /* 🔥 consistent size */
      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 (481px - 1024px)
   ============================================ */

@media (max-width: 1024px) {
    /* Section - reduce padding */
    .section {
        padding: 0px 60px; /* Reduced from 275px */
    }

    .last-section {
        padding: 0px 60px;
    }

    /* Section title */
    .section-title {
        font-size: 36px; /* Reduced from 42px */
        margin-bottom: 20px;
    }

    /* Section text */
    .section-text {
        font-size: 17px; /* Reduced from 18px */
        max-width: 100%;
    }

    .niathi-p {
        font-size: 17px;
    }

    /* Black logo - reduce size */
    .black-logo {
        width: 450px; /* Reduced from 550px */
        margin: 40px auto 25px;
    }

    /* Logo design section */
    .logo-design-h1 {
        margin-top: 25px;
    }

    /* Logo crop container */
    .logo-crop {
        height: 130px; /* Reduced from 150px */
    }

    .blue-logo {
        width: 400px; /* Reduced from 500px */
    }

    .logo-symbol {
        width: 200px; /* Reduced from 250px */
    }

    .symbol-p {
        margin-top: 30px;
    }

    /* Video container */
    .video-container {
        max-width: 600px; /* Reduced from 700px */
        margin-top: 20px;
        margin-bottom: 25px;
    }

    .play-overlay {
        font-size: 56px; /* Reduced from 64px */
    }

    .video-p {
        font-size: 17px;
        line-height: 1.6;
    }

    /* Color palette */
    .color-palette {
        max-width: 550px;
        padding: 18px;
        gap: 8px;
                margin-bottom: 10px;
    }

    .color-box {
        height: 55px; /* Reduced from 60px */
    }

    /* Extinct animals section */
    .extinct-animals {
        width: 95%;
        max-width: 900px;
        padding: 25px 20px;
        margin: 0 auto 30px;
    }

    .animal-grid {
        grid-template-columns: repeat(6, 1fr); /* 5 columns for tablet */
        gap: 15px;
          justify-content: center;
  justify-items: center;
    }

    .animal-item {
        width: 100%;
        max-width: 130px;
    }

    .animal-item p {
        font-size: 9px;
    }

    .animal-grid {

}


    /* Footer banner */
    .footer-bnr {
        height: 15px;
    }

    /* Footer - reduce padding */
    footer {
        padding: 60px 60px 30px; /* Reduced from 150px */
    }

    .work-footer {
        margin-top: 60px; /* Reduced from 115px */
    }
}

/* ============================================
   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; /* Reduced from 42px */
        margin-bottom: 15px;
        line-height: 1.3;
    }

    /* Section text */
    .section-text {
        font-size: 16px; /* Reduced from 18px */
        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%;
    }

    .play-overlay {
        font-size: 48px; /* Reduced from 64px for mobile */
    }

    /* 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 20px;
        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: 12px;
    }

    /* Footer - mobile optimization */
    footer {
        padding: 40px 20px 20px;
    }

    .footer-content {
        flex-direction: column; /* Stack footer sections */
        gap: 30px;
        margin-bottom: 30px;
    }

    .footer-section h4 {
        font-size: 24px; /* Reduced from 28px */
    }

    .footer-section p,
    .footer-section ul li {
        font-size: 14px; /* Reduced from 16px */
    }

    /* Remove large top margin when stacked */
    .work-footer {
        margin-top: 30px;
    }

    /* Footer bottom - stack vertically */
    .footer-bottom {
        flex-direction: column;
        align-items: center;
        gap: 15px;
        text-align: center;
        font-size: 12px;
    }

    .footer-bottom-right {
        justify-content: center;
    }

    /* Social icons - proper spacing */
     .social-cont {
        display: flex;
        gap: 5px;
        /* justify-content: center; */
        margin-top: 15px;
        margin-left: -5px;
    }
}

/* ============================================
   SMALL MOBILE (max-width: 380px)
   ============================================ */

@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;
    }
}