@import url("https://fonts.googleapis.com/css2?family=Archivo:wght@400;600;700;800;900&display=swap");

:root {
  --ngg-cream: #f3f0e7;
  --ngg-cream-2: #f6f4ee;
  --ngg-ink: #0f0f14;
  --ngg-blue: #273bec;
  --ngg-muted: #ebe6da;
  --ngg-muted-ink: #4b4b55;
  --ngg-max: 1120px;
  --ngg-hard: 8px 8px 0 var(--ngg-ink);
}

/* Theme header → cream brutalist chrome */
.home .hostinger-ai-menu,
.page-id-32 .hostinger-ai-menu,
.page-products .hostinger-ai-menu {
  background: var(--ngg-cream) !important;
  color: var(--ngg-ink) !important;
  border-bottom: 2px solid var(--ngg-ink);
  --wp--preset--color--page-background: #f3f0e7;
  --wp--preset--color--page-text: #0f0f14;
}

.home .hostinger-ai-menu a,
.home .hostinger-ai-site-title a,
.page-id-32 .hostinger-ai-menu a,
.page-products .hostinger-ai-menu a {
  color: var(--ngg-ink) !important;
  font-family: Archivo, sans-serif !important;
  font-weight: 800 !important;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.home .hostinger-ai-site-title,
.page-id-32 .hostinger-ai-site-title,
.page-products .hostinger-ai-site-title {
  font-family: Archivo, sans-serif !important;
  font-weight: 900 !important;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}

.home .hostinger-ai-site-title a::after,
.page-id-32 .hostinger-ai-site-title a::after,
.page-products .hostinger-ai-site-title a::after {
  content: ".";
  color: var(--ngg-blue);
}

.home .wc-block-mini-cart__button,
.page-id-32 .wc-block-mini-cart__button,
.page-products .wc-block-mini-cart__button {
  background: var(--ngg-blue) !important;
  color: var(--ngg-cream-2) !important;
  border: 2px solid var(--ngg-ink) !important;
  box-shadow: 4px 4px 0 var(--ngg-ink);
  border-radius: 0 !important;
  font-family: Archivo, sans-serif !important;
  font-weight: 900 !important;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.ngg-storefront {
  background: var(--ngg-cream);
  color: var(--ngg-ink);
  font-family: Archivo, sans-serif;
}

.ngg-wrap {
  width: min(100% - 2.5rem, var(--ngg-max));
  margin-inline: auto;
}

/* ——— Hero ——— */
.ngg-hero {
  padding: 3.5rem 0 2.5rem;
  border-bottom: 4px solid var(--ngg-blue);
}

.ngg-hero__inner {
  display: grid;
  gap: 0;
}

.ngg-badge {
  display: inline-flex;
  align-self: start;
  margin: 0;
  padding: 0.45rem 0.8rem;
  background: var(--ngg-blue);
  color: var(--ngg-cream-2);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  animation: ngg-rise 0.55s ease-out both;
}

.ngg-hero__title {
  margin: 1.35rem 0 0;
  max-width: 12ch;
  font-size: clamp(3rem, 9vw, 5.75rem);
  font-weight: 900;
  line-height: 0.9;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  animation: ngg-rise 0.6s ease-out 0.05s both;
}

.ngg-hero__mark {
  display: inline-block;
  padding: 0 0.18em 0.04em;
  background: var(--ngg-blue);
  color: var(--ngg-cream-2);
}

.ngg-hero__lede {
  margin: 1.35rem 0 0;
  max-width: 38ch;
  font-size: clamp(1rem, 2vw, 1.15rem);
  line-height: 1.5;
  font-weight: 600;
  color: var(--ngg-muted-ink);
  animation: ngg-rise 0.6s ease-out 0.1s both;
}

.ngg-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: 1.75rem;
  animation: ngg-rise 0.6s ease-out 0.16s both;
}

.ngg-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 1rem 1.5rem;
  border: 2px solid var(--ngg-ink);
  border-radius: 0;
  font-family: Archivo, sans-serif;
  font-size: 0.85rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-decoration: none;
  transition: transform 0.12s ease, box-shadow 0.12s ease, background 0.15s ease;
}

.ngg-btn--solid {
  background: var(--ngg-ink);
  color: var(--ngg-cream);
  box-shadow: var(--ngg-hard);
}

.ngg-btn--solid:hover {
  transform: translate(2px, 2px);
  box-shadow: 4px 4px 0 var(--ngg-ink);
}

.ngg-btn--solid:active {
  transform: translate(8px, 8px);
  box-shadow: none;
}

.ngg-btn--outline {
  background: var(--ngg-cream);
  color: var(--ngg-ink);
}

.ngg-btn--outline:hover {
  background: var(--ngg-muted);
}

.ngg-btn--primary {
  background: var(--ngg-blue);
  color: var(--ngg-cream-2);
  box-shadow: var(--ngg-hard);
}

.ngg-btn--primary:hover {
  transform: translate(2px, 2px);
  box-shadow: 4px 4px 0 var(--ngg-ink);
}

.ngg-btn--primary:active {
  transform: translate(8px, 8px);
  box-shadow: none;
}

.ngg-hero__frame {
  margin: 2.75rem 0 0;
  padding: 0.75rem;
  background: var(--ngg-blue);
  border: 2px solid var(--ngg-ink);
  box-shadow: var(--ngg-hard);
  animation: ngg-rise 0.7s ease-out 0.22s both;
}

.ngg-hero__img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  object-position: center;
  background: var(--ngg-muted);
}

/* ——— Brand bridge (cream → ink, inverted type) ——— */
.ngg-marquee {
  overflow: hidden;
  background: linear-gradient(to bottom, var(--ngg-cream) 52%, var(--ngg-ink) 52%);
}

.ngg-marquee__label {
  margin: 1.25rem 0 0;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ngg-ink);
}

.ngg-marquee__word {
  margin: 0.35rem 0 0;
  padding: 0 max(1.25rem, calc((100% - var(--ngg-max)) / 2)) 0.15em;
  font-size: clamp(3.6rem, 14vw, 10rem);
  font-weight: 900;
  line-height: 0.85;
  letter-spacing: -0.04em;
  text-transform: uppercase;
  white-space: nowrap;
  background: linear-gradient(to bottom, var(--ngg-ink) 52%, var(--ngg-cream) 52%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

/* ——— Categories / lineup ——— */
.ngg-categories {
  padding: 4.5rem 0 5rem;
  background: var(--ngg-ink);
  color: var(--ngg-cream);
}

.ngg-categories__head {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1.25rem;
  margin-bottom: 2.25rem;
}

.ngg-eyebrow {
  margin: 0 0 0.45rem;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ngg-blue);
}

.ngg-eyebrow--dark {
  color: var(--ngg-blue);
}

.ngg-section-title {
  margin: 0;
  font-size: clamp(2rem, 5vw, 3.25rem);
  font-weight: 900;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  line-height: 0.95;
  color: var(--ngg-cream);
}

.ngg-section-title--dark {
  color: var(--ngg-ink);
}

.ngg-category-grid {
  display: grid;
  gap: 1.25rem;
  grid-template-columns: 1fr;
}

@media (min-width: 800px) {
  .ngg-category-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.ngg-category {
  display: grid;
  gap: 0.65rem;
  color: inherit;
  text-decoration: none;
}

.ngg-category__media {
  display: block;
  aspect-ratio: 1;
  overflow: hidden;
  border: 2px solid rgba(243, 240, 231, 0.2);
  background: #1a1a20;
}

.ngg-category__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.ngg-category:hover .ngg-category__media img {
  transform: scale(1.05);
}

.ngg-category__meta {
  display: flex;
  justify-content: space-between;
  gap: 0.75rem;
}

.ngg-category__index {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ngg-muted-ink);
  color: #8b8b96;
}

.ngg-category__title {
  font-size: 1.05rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  line-height: 1.15;
}

.ngg-category__copy {
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1.4;
  color: #a8a8b3;
}

/* ——— Why ——— */
.ngg-why {
  padding: 4.5rem 0;
  background: var(--ngg-cream);
  border-top: 2px solid var(--ngg-ink);
  border-bottom: 2px solid var(--ngg-ink);
}

.ngg-why__inner {
  max-width: 40rem;
}

.ngg-why__copy {
  margin: 1rem 0 1.75rem;
  font-size: 1.05rem;
  font-weight: 600;
  line-height: 1.55;
  color: var(--ngg-muted-ink);
}

/* ——— Catalog ——— */
.ngg-catalog {
  padding: 4.5rem 0 5rem;
  background: var(--ngg-ink);
  color: var(--ngg-cream);
}

.ngg-catalog__head {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.75rem;
}

.ngg-text-link {
  color: var(--ngg-blue);
  font-weight: 800;
  font-size: 0.85rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-decoration: none;
}

.ngg-text-link:hover {
  text-decoration: underline;
}

.ngg-catalog .hostinger-ecommerce-products,
.ngg-catalog [class*="products"] {
  color: var(--ngg-cream);
}

.ngg-products-page {
  min-height: 70vh;
  background: var(--ngg-cream);
  color: var(--ngg-ink);
}

.ngg-catalog--light,
.ngg-products-page .ngg-catalog {
  background: var(--ngg-cream);
  color: var(--ngg-ink);
  padding-top: 3rem;
}

.ngg-products-page .ngg-section-title,
.ngg-catalog--light .ngg-section-title {
  color: var(--ngg-ink);
}

.ngg-products-page .hostinger-ecommerce-products,
.ngg-catalog--light .hostinger-ecommerce-products,
.ngg-products-page [class*="products"],
.ngg-catalog--light [class*="products"] {
  color: var(--ngg-ink);
}

@keyframes ngg-rise {
  from { opacity: 0; transform: translateY(16px); }
  to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 700px) {
  .ngg-hero {
    padding-top: 2.25rem;
  }

  .ngg-hero__title {
    max-width: 10ch;
  }

  .ngg-categories__head .ngg-btn {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ngg-badge,
  .ngg-hero__title,
  .ngg-hero__lede,
  .ngg-hero__actions,
  .ngg-hero__frame,
  .ngg-category__media img {
    animation: none !important;
    transition: none !important;
  }
}
