/* ==========================================================================
   NATA INDUSTRIAL & STREETWEAR - THEME CORE CSS
   ========================================================================== */

/* 1. Layout & Retícula Blueprint */
.nata-container {
  width: 100%;
  max-width: 1380px;
  margin-left: auto;
  margin-right: auto;
  padding-left: clamp(1rem, 3vw, 2.5rem);
  padding-right: clamp(1rem, 3vw, 2.5rem);
}

.nata-grid-ruler {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 999;
  border: 1px solid rgba(255, 255, 255, 0.03);
}

/* 2. Header & Navegación Responsiva */
.nata-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(10, 11, 14, 0.92);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--color-border);
}

.nav-main {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.85rem 0;
  position: relative;
}

.brand-logo {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  z-index: 101;
  width: clamp(110px, 15vw, 145px);
  height: clamp(34px, 5vw, 44px);
  background-image: url('../images/logo-nata-v2.png?v=5');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left center;
  text-indent: -9999px;
  overflow: hidden;
  position: relative;
  transition: transform 0.25s cubic-bezier(0.16, 1, 0.3, 1), filter 0.25s ease;
}

.brand-logo:hover {
  transform: scale(1.06);
  filter: drop-shadow(0 4px 12px rgba(255, 30, 39, 0.4));
}

.brand-logo-img {
  display: none;
}

/* Botón Hamburguesa Móvil */
.nav-toggle-btn {
  display: none;
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  color: var(--color-text-main);
  font-family: var(--font-mono);
  font-size: 0.78rem;
  font-weight: 700;
  padding: 0.5rem 0.8rem;
  cursor: pointer;
  z-index: 101;
  align-items: center;
  gap: 0.4rem;
  transition: all 0.2s ease;
}

.nav-toggle-btn:hover,
.nav-toggle-btn.is-active {
  border-color: var(--color-paint-red);
  color: var(--color-paint-red);
  background: #191a20;
}

/* Hero Showcase Video Player */
.hero-video-column {
  position: relative;
  width: 100%;
}

.hero-video-card {
  background: #111216;
  border: 1px solid var(--color-border);
  border-top: 3px solid var(--color-paint-red);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.7);
  overflow: hidden;
  position: relative;
  z-index: 2;
}

.video-card-topbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.55rem 0.85rem;
  background: #16181d;
  border-bottom: 1px solid var(--color-border);
  font-family: var(--font-mono);
  font-size: 0.72rem;
  color: var(--color-text-dim);
  gap: 0.5rem;
}

.video-rec-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  color: #fff;
  font-weight: 700;
}

.video-rec-badge .rec-dot {
  width: 8px;
  height: 8px;
  background: var(--color-paint-red);
  border-radius: 50%;
  animation: pulse-rec 1.4s infinite;
}

@keyframes pulse-rec {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.4; transform: scale(0.85); }
}

.video-title-tag {
  color: var(--color-text-main);
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.video-status-tag {
  color: var(--color-tape-yellow);
  font-weight: 700;
}

.video-player-container {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #000;
}

.video-player-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  display: block;
}

.video-card-bottombar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.45rem 0.85rem;
  background: #0e0f13;
  border-top: 1px solid var(--color-border);
  font-family: var(--font-mono);
  font-size: 0.68rem;
  color: var(--color-text-muted);
}

.sticker-hero-accent {
  position: absolute;
  bottom: -12px;
  right: -8px;
  z-index: 3;
  transform: rotate(3deg);
  pointer-events: none;
}


.toggle-icon-bar {
  display: block;
  width: 14px;
  height: 2px;
  background-color: currentColor;
  transition: transform 0.2s ease;
}

.nav-links {
  display: flex;
  list-style: none;
  gap: 1.2rem;
  align-items: center;
}

.nav-link {
  font-family: var(--font-mono);
  font-size: 0.82rem;
  color: var(--color-text-muted);
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  padding: 0.4rem 0.6rem;
  border: 1px solid transparent;
  transition: all 0.2s cubic-bezier(0.16, 1, 0.3, 1);
  display: inline-flex;
  align-items: center;
}

.nav-link:hover, .nav-link.active {
  color: #ffffff;
  border-color: var(--color-border);
  background: var(--color-surface);
}

.nav-link-cta {
  border-color: var(--color-paint-red) !important;
  color: var(--color-paint-red) !important;
}

.nav-link-cta:hover {
  background: var(--color-paint-red) !important;
  color: #ffffff !important;
}

/* Reglas Móvil para el Menú (< 860px) */
@media (max-width: 860px) {
  .nav-toggle-btn {
    display: inline-flex;
  }

  .nav-menu-wrapper {
    position: fixed;
    top: 57px;
    left: 0;
    width: 100%;
    height: calc(100vh - 57px);
    background: rgba(10, 11, 14, 0.98);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-bottom: 2px solid var(--color-border);
    padding: 2rem 1.5rem;
    display: flex;
    flex-direction: column;
    opacity: 0;
    pointer-events: none;
    transform: translateY(-12px);
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    z-index: 100;
    overflow-y: auto;
  }

  .nav-menu-wrapper.is-open {
    opacity: 1;
    pointer-events: all;
    transform: translateY(0);
  }

  .nav-links {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    width: 100%;
  }

  .nav-links li {
    width: 100%;
    border-bottom: 1px solid var(--color-border-subtle);
  }

  .nav-link {
    font-family: var(--font-display);
    font-size: 1.25rem;
    font-weight: 700;
    padding: 1.1rem 0.5rem;
    width: 100%;
    justify-content: space-between;
  }

  .nav-link-cta {
    margin-top: 1.5rem;
    justify-content: center !important;
    background: var(--color-surface);
    padding: 1rem !important;
    text-align: center;
  }
}

/* 3. Hero Section Brutalista */
.hero-section {
  position: relative;
  padding: clamp(2.5rem, 6vw, 5rem) 0 clamp(2rem, 4vw, 3.5rem);
  border-bottom: 1px solid var(--color-border);
  overflow: hidden;
}

.hero-layout {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: clamp(1.8rem, 4vw, 3rem);
  align-items: center;
}

@media (max-width: 1080px) {
  .hero-layout {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
}

.hero-content-col,
.hero-layout > div:first-child {
  container-type: inline-size;
  min-width: 0;
  width: 100%;
}

.hero-tagline {
  font-family: var(--font-mono);
  font-size: clamp(0.72rem, 2vw, 0.85rem);
  color: var(--color-tape-yellow);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 0.8rem;
  display: flex;
  align-items: center;
  gap: 0.4rem;
  flex-wrap: wrap;
}

.hero-title {
  font-family: var(--font-display);
  font-size: clamp(2.0rem, 5vw, 4.5rem);
  font-weight: 800;
  line-height: 0.98;
  letter-spacing: -0.04em;
  text-transform: uppercase;
  margin-bottom: 1.2rem;
  position: relative;
  word-break: normal !important;
  overflow-wrap: normal !important;
  hyphens: none !important;
}

.hero-title-highlight {
  color: var(--color-paint-red);
  position: relative;
  display: inline-block;
}

/* Home Hero Custom Typography Block */
.hero-section .hero-title,
.hero-title.hero-home-title {
  font-family: var(--font-display);
  font-size: clamp(1.25rem, 3.4vw, 2.75rem);
  font-size: clamp(1.25rem, 8.5cqw, 2.85rem);
  font-weight: 800;
  line-height: 0.96;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  margin-bottom: 1.2rem;
  position: relative;
  word-break: keep-all !important;
  overflow-wrap: normal !important;
  white-space: normal;
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 100%;
}

.hero-section .hero-title-highlight,
.hero-home-title .hero-title-highlight {
  color: var(--color-paint-red);
  position: relative;
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  width: fit-content;
  font-size: 1.48em;
  line-height: 0.92;
  letter-spacing: -0.04em;
  white-space: normal;
  word-break: keep-all !important;
}

.hero-home-title .hero-title-word {
  display: block;
  font-size: clamp(1.25rem, 3.4vw, 2.75rem);
  font-size: clamp(1.25rem, 8.5cqw, 2.85rem);
  line-height: 0.96;
  letter-spacing: -0.02em;
  white-space: nowrap !important;
  word-break: keep-all !important;
  overflow-wrap: normal !important;
  hyphens: none !important;
  width: fit-content;
}

.hero-home-title .hero-title-subline {
  display: block;
  font-size: clamp(1.85rem, 5.0vw, 4.1rem);
  font-size: clamp(1.85rem, 12.4cqw, 4.2rem);
  line-height: 0.92;
  letter-spacing: -0.04em;
  white-space: nowrap !important;
  word-break: keep-all !important;
  overflow-wrap: normal !important;
  hyphens: none !important;
  width: fit-content;
}

.hero-bio {
  font-size: 1.15rem;
  color: var(--color-text-muted);
  max-width: 580px;
  line-height: 1.6;
  margin-bottom: 2rem;
}

/* 4. Bento Grid de Disciplinas */
.bento-section {
  padding: clamp(2.5rem, 5vw, 4.5rem) 0;
  border-bottom: 1px solid var(--color-border);
}

.section-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 2rem;
  border-bottom: 1px solid var(--color-border-subtle);
  padding-bottom: 1rem;
  gap: 1rem;
  flex-wrap: wrap;
}

@media (max-width: 640px) {
  .section-header {
    flex-direction: column;
    align-items: flex-start;
  }
}

.section-title {
  font-family: var(--font-display);
  font-size: clamp(1.5rem, 4vw, 2.6rem);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: -0.02em;
  display: flex;
  align-items: center;
  gap: 0.6rem;
  flex-wrap: wrap;
}

.section-index {
  font-family: var(--font-mono);
  font-size: 0.85rem;
  color: var(--color-paint-red);
  font-weight: 400;
}

.bento-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: clamp(1rem, 2.5vw, 1.5rem);
}

.bento-card {
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  position: relative;
  overflow: hidden;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  display: flex;
  flex-direction: column;
}

.bento-card:hover {
  border-color: rgba(255, 255, 255, 0.2);
  transform: translateY(-4px);
  background: var(--color-surface-hover);
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.4);
}

.bento-card-video {
  grid-column: span 7;
  min-height: 400px;
}

.bento-card-wood {
  grid-column: span 5;
  min-height: 400px;
}

.bento-card-stnr {
  grid-column: span 6;
  min-height: 350px;
}

.bento-card-journal {
  grid-column: span 6;
  min-height: 350px;
}

@media (max-width: 968px) {
  .bento-card-video,
  .bento-card-wood,
  .bento-card-stnr,
  .bento-card-journal {
    grid-column: span 12;
    min-height: auto;
  }
}

.card-media-wrapper {
  position: relative !important;
  width: 100% !important;
  height: clamp(200px, 32vw, 260px) !important;
  background: #0d0e12;
  overflow: hidden !important;
  display: block !important;
}

.card-media-wrapper figure,
.card-media-wrapper .wp-block-post-featured-image,
.card-media-wrapper a {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  position: absolute !important;
  inset: 0 !important;
}

.card-media-wrapper img,
.card-media-wrapper video,
.card-media-wrapper .wp-block-post-featured-image img {
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
  min-width: 100% !important;
  min-height: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
  display: block !important;
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

.bento-card:hover .card-media-wrapper img,
.bento-card:hover .card-media-wrapper video,
.bento-card:hover .card-media-wrapper .wp-block-post-featured-image img {
  transform: scale(1.06) !important;
}


.card-content {
  padding: clamp(1.2rem, 3vw, 1.5rem);
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: space-between;
}

.card-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: var(--font-mono);
  font-size: 0.72rem;
  color: var(--color-text-muted);
  text-transform: uppercase;
  margin-bottom: 0.6rem;
  flex-wrap: wrap;
  gap: 0.4rem;
}

.card-title {
  font-family: var(--font-display);
  font-size: clamp(1.2rem, 3vw, 1.4rem);
  font-weight: 700;
  margin-bottom: 0.4rem;
  color: #ffffff;
}

.card-desc {
  font-size: clamp(0.85rem, 2vw, 0.92rem);
  color: var(--color-text-muted);
  line-height: 1.5;
  margin-bottom: 1.2rem;
}

.card-action-link {
  font-family: var(--font-mono);
  font-size: 0.78rem;
  color: var(--color-text-main);
  text-decoration: none;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-weight: 700;
  border-bottom: 2px solid var(--color-paint-red);
  padding-bottom: 2px;
  align-self: flex-start;
  transition: gap 0.2s ease;
}

.card-action-link:hover {
  gap: 0.8rem;
  color: var(--color-paint-red);
}

/* 5. STNR Universe Lookbook Showcase & Carousel */
.stnr-showcase-section {
  padding: clamp(3rem, 6vw, 5.5rem) 0;
  background: #090a0d;
  border-bottom: 1px solid var(--color-border);
  position: relative;
  overflow: hidden;
}

.stnr-lookbook-layout {
  display: grid;
  grid-template-columns: 360px 1fr;
  gap: clamp(2rem, 4vw, 3.5rem);
  align-items: center;
}

@media (max-width: 1024px) {
  .stnr-lookbook-layout {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
}

.stnr-lookbook-intro {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.stnr-badge-tag {
  font-family: var(--font-mono);
  font-size: 0.8rem;
  color: var(--color-tape-yellow);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 0.8rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.stnr-lookbook-title {
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 3.2rem);
  font-weight: 800;
  line-height: 1.05;
  text-transform: uppercase;
  letter-spacing: -0.02em;
  margin-bottom: 1.2rem;
}

.stnr-lookbook-desc {
  color: var(--color-text-muted);
  font-size: 1rem;
  line-height: 1.65;
  margin-bottom: 1.8rem;
  max-width: 420px;
}

.stnr-lookbook-actions {
  margin-bottom: 2rem;
}

/* Industrial Carousel Navigation Controls */
.stnr-carousel-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 360px;
  padding-top: 1.2rem;
  border-top: 1px solid var(--color-border-subtle);
  gap: 1rem;
}

.stnr-carousel-nav {
  display: flex;
  gap: 0.5rem;
}

.stnr-nav-btn {
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  color: var(--color-text-main);
  font-family: var(--font-mono);
  font-size: 0.8rem;
  font-weight: 700;
  padding: 0.6rem 1rem;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  transition: all 0.2s cubic-bezier(0.16, 1, 0.3, 1);
}

.stnr-nav-btn:hover {
  background: var(--color-paint-red);
  border-color: var(--color-paint-red);
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 2px 2px 0px #000;
}

.stnr-carousel-indicator {
  font-family: var(--font-mono);
  font-size: 0.85rem;
  color: var(--color-text-muted);
  letter-spacing: 0.05em;
}

.stnr-ind-current {
  color: var(--color-tape-yellow);
  font-weight: 700;
}

/* Carousel Track & Container */
.stnr-carousel-container {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 0.5rem 0;
}

.stnr-carousel-track {
  display: flex;
  gap: 1.5rem;
  overflow-x: auto;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  padding-bottom: 0.5rem;
}

.stnr-carousel-track::-webkit-scrollbar {
  display: none;
}

/* Product Card */
.stnr-product-card {
  flex: 0 0 310px;
  scroll-snap-align: start;
  background: #111317;
  border: 1px solid var(--color-border);
  position: relative;
  display: flex;
  flex-direction: column;
  transition: all 0.28s cubic-bezier(0.16, 1, 0.3, 1);
  overflow: hidden;
}

.stnr-product-card:hover {
  border-color: var(--color-paint-red);
  transform: translateY(-4px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.6), 0 0 15px rgba(255, 30, 39, 0.15);
}

.stnr-product-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 10;
  pointer-events: none;
  display: flex;
}

.stnr-product-badge .nata-sticker {
  position: static !important;
  display: inline-flex !important;
  align-items: center !important;
  white-space: nowrap !important;
  word-break: keep-all !important;
  overflow-wrap: normal !important;
  font-size: 0.68rem !important;
  padding: 0.3rem 0.55rem !important;
  letter-spacing: 0.05em !important;
  box-shadow: 2px 3px 6px rgba(0, 0, 0, 0.5) !important;
}

.stnr-product-img-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 290px;
  background: radial-gradient(circle at center, #1c1e26 0%, #0d0e12 100%);
  padding: 1.5rem;
  overflow: hidden;
  text-decoration: none;
}

.stnr-product-img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1);
  filter: drop-shadow(0 8px 16px rgba(0, 0, 0, 0.7));
}

.stnr-product-card:hover .stnr-product-img {
  transform: scale(1.08) rotate(-1deg);
}

.stnr-product-info {
  padding: 1.25rem;
  border-top: 1px solid var(--color-border-subtle);
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  background: #121318;
}

.stnr-product-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
}

.stnr-product-name {
  font-family: var(--font-display);
  font-size: 1.05rem;
  font-weight: 800;
  text-transform: uppercase;
  color: #ffffff;
  letter-spacing: -0.01em;
  margin: 0;
}

.stnr-product-price {
  font-family: var(--font-mono);
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--color-paint-red);
  white-space: nowrap;
}

.stnr-product-specs {
  font-size: 0.82rem;
  color: var(--color-text-muted);
  line-height: 1.45;
  margin-bottom: 1rem;
  flex-grow: 1;
}

.stnr-product-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 0.8rem;
  border-top: 1px solid rgba(255, 255, 255, 0.04);
}

.stnr-product-tag {
  font-family: var(--font-mono);
  font-size: 0.7rem;
  color: var(--color-tape-yellow);
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.stnr-card-link {
  font-family: var(--font-mono);
  font-size: 0.78rem;
  font-weight: 700;
  color: #ffffff;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.2rem;
  transition: all 0.2s ease;
}

.stnr-card-link:hover {
  color: var(--color-paint-red);
  transform: translateX(3px);
}

@media (max-width: 640px) {
  .stnr-product-card {
    flex: 0 0 270px;
  }
  .stnr-product-img-wrap {
    height: 250px;
  }
}

.stnr-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  background: var(--color-paint-red);
  color: #ffffff !important;
  font-family: var(--font-mono);
  font-size: clamp(0.8rem, 2vw, 0.9rem);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding: 0.9rem 1.6rem;
  text-decoration: none;
  border: 1px solid var(--color-paint-red);
  cursor: pointer;
  box-shadow: 4px 4px 0px #000000;
  transition: all 0.2s cubic-bezier(0.16, 1, 0.3, 1);
  max-width: 100%;
}

@media (max-width: 480px) {
  .stnr-btn {
    width: 100%;
  }
}

.stnr-btn:hover {
  transform: translate(-2px, -2px);
  box-shadow: 6px 6px 0px #000000;
  background: #ffffff !important;
  color: #000000 !important;
  border-color: #ffffff !important;
}


/* 6. Footer & Terminal Newsletter */
.nata-footer {
  background: #060608;
  padding: clamp(2.5rem, 5vw, 4.5rem) 0 2rem;
  border-top: 1px solid var(--color-border);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: clamp(1.8rem, 4vw, 3rem);
  margin-bottom: 2.5rem;
}

@media (max-width: 850px) {
  .footer-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}

@media (max-width: 520px) {
  #nata-newsletter-form {
    flex-direction: column;
    width: 100%;
  }
  #nata-newsletter-form input {
    width: 100%;
  }
  #nata-newsletter-form button {
    width: 100%;
    justify-content: center;
  }
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.8rem;
  border-top: 1px solid var(--color-border-subtle);
  font-family: var(--font-mono);
  font-size: 0.72rem;
  color: var(--color-text-dim);
  text-transform: uppercase;
  gap: 0.8rem;
}

@media (max-width: 640px) {
  .footer-bottom {
    flex-direction: column;
    text-align: center;
  }
}

/* 7. Single Project & Post Layouts */
.single-prod-layout {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 3rem;
  align-items: start;
}

@media (max-width: 900px) {
  .single-prod-layout {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}

.nata-quote-brutalist {
  background: #121318;
  border-left: 3px solid var(--color-paint-red);
  padding: 1.2rem 1.6rem;
  margin: 1.8rem 0;
  font-family: var(--font-body);
  font-size: 1.15rem;
  line-height: 1.6;
  color: #ffffff;
  font-style: italic;
}

.nata-quote-brutalist cite {
  display: block;
  font-family: var(--font-mono);
  font-size: 0.8rem;
  color: var(--color-tape-yellow);
  margin-top: 0.8rem;
  font-style: normal;
  text-transform: uppercase;
}

/* Gutenberg Columns & Headings in Single Layouts */
.entry-content .wp-block-columns,
.wp-block-columns {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 1.5rem !important;
  margin: 2.5rem 0 2rem !important;
  align-items: start !important;
}

@media (max-width: 800px) {
  .entry-content .wp-block-columns,
  .wp-block-columns {
    grid-template-columns: 1fr !important;
    gap: 1.8rem !important;
  }
}

.wp-block-column h3,
.entry-content h3 {
  font-family: var(--font-display) !important;
  font-size: clamp(0.9rem, 1.25vw, 1.1rem) !important;
  font-weight: 800 !important;
  line-height: 1.25 !important;
  letter-spacing: -0.01em !important;
  margin-top: 0 !important;
  margin-bottom: 0.75rem !important;
  white-space: normal !important;
  word-break: keep-all !important;
  overflow-wrap: normal !important;
  hyphens: none !important;
  text-transform: uppercase;
}

.wp-block-column p,
.entry-content p {
  font-family: var(--font-body);
  font-size: 0.95rem;
  line-height: 1.65;
  color: var(--color-text-muted);
}

/* Gutenberg Buttons Brutalist Styling */
.wp-block-button.stnr-btn,
.entry-content .wp-block-button.stnr-btn {
  background: transparent !important;
  box-shadow: none !important;
  padding: 0 !important;
  border: none !important;
  display: inline-block !important;
  margin: 1.5rem 0 !important;
}

.wp-block-button.stnr-btn .wp-block-button__link,
.entry-content .wp-block-button.stnr-btn .wp-block-button__link {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 0.6rem !important;
  background: var(--color-paint-red) !important;
  color: #ffffff !important;
  font-family: var(--font-mono) !important;
  font-size: 0.9rem !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.05em !important;
  padding: 0.9rem 1.6rem !important;
  text-decoration: none !important;
  border: 1px solid var(--color-paint-red) !important;
  border-radius: 0 !important;
  cursor: pointer !important;
  box-shadow: 4px 4px 0px #000000 !important;
  transition: all 0.2s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

.wp-block-button.stnr-btn .wp-block-button__link:hover,
.entry-content .wp-block-button.stnr-btn .wp-block-button__link:hover {
  transform: translate(-2px, -2px) !important;
  box-shadow: 6px 6px 0px #000000 !important;
  background: #ffffff !important;
  color: #000000 !important;
  border-color: #ffffff !important;
}

/* 8. Archive & Catalog Bento Grid Layouts */
ul.wp-block-post-template {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
  display: grid !important;
  grid-template-columns: repeat(auto-fill, minmax(340px, 1fr)) !important;
  gap: 2rem !important;
}

@media (max-width: 600px) {
  ul.wp-block-post-template {
    grid-template-columns: 1fr !important;
  }
}

ul.wp-block-post-template > li {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

ul.wp-block-post-template .bento-card {
  height: 100%;
  display: flex;
  flex-direction: column;
}

ul.wp-block-post-template .bento-card .card-content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

ul.wp-block-post-template .wp-block-post-featured-image {
  margin: 0 !important;
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
}

ul.wp-block-post-template .wp-block-post-featured-image img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  display: block !important;
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

ul.wp-block-post-template .bento-card:hover .wp-block-post-featured-image img {
  transform: scale(1.05) !important;
}

.wp-block-query-pagination {
  margin-top: 3.5rem !important;
  border-top: 1px solid var(--color-border) !important;
  padding-top: 2rem !important;
  display: flex !important;
  justify-content: space-between !important;
  font-family: var(--font-mono) !important;
  font-size: 0.85rem !important;
  font-weight: 700 !important;
}

.wp-block-query-pagination a {
  color: #ffffff !important;
  text-decoration: none !important;
  padding: 0.6rem 1.2rem !important;
  border: 1px solid var(--color-border) !important;
  background: #121318 !important;
  transition: all 0.2s ease !important;
}

.wp-block-query-pagination a:hover {
  background: var(--color-paint-red) !important;
  border-color: var(--color-paint-red) !important;
  color: #ffffff !important;
}

.wp-block-read-more,
a.wp-block-read-more {
  display: inline-flex !important;
  align-items: center !important;
  font-family: var(--font-mono) !important;
  font-size: 0.85rem !important;
  font-weight: 700 !important;
  color: #ffffff !important;
  text-decoration: none !important;
  letter-spacing: 0.04em !important;
  margin-top: 1rem !important;
  transition: all 0.2s ease !important;
}

.wp-block-read-more:hover,
a.wp-block-read-more:hover {
  color: var(--color-tape-yellow) !important;
  transform: translateX(4px) !important;
}

.bento-card-video .wp-block-read-more:hover {
  color: var(--color-paint-red) !important;
}





