﻿:root {
  --bg: #f5f7fb;
  --surface: #ffffff;
  --surface-soft: #eef4ff;
  --text: #122033;
  --text-soft: #5c6b80;
  --text-muted: #8190a3;
  --line: rgba(33, 52, 80, 0.12);
  --accent: #22b8cf;
  --accent-strong: #0f8fa5;
  --accent-soft: rgba(34, 184, 207, 0.14);
  --success: #15b87a;
  --shadow: 0 22px 60px rgba(20, 42, 73, 0.12);
  --radius: 8px;
  --container: 1180px;
}

[data-theme="dark"] {
  --bg: #08111f;
  --surface: #111d2d;
  --surface-soft: #0d1828;
  --text: #e9f1fb;
  --text-soft: #a8b6c7;
  --text-muted: #728097;
  --line: rgba(232, 241, 251, 0.12);
  --accent: #36d1e6;
  --accent-strong: #5eead4;
  --accent-soft: rgba(54, 209, 230, 0.16);
  --shadow: 0 24px 70px rgba(0, 0, 0, 0.28);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  color: var(--text);
  background: var(--bg);
  line-height: 1.55;
}

a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input { font: inherit; }
.container { width: min(var(--container), calc(100% - 32px)); margin: 0 auto; }
.section { padding: 76px 0; }
.tint { background: linear-gradient(180deg, transparent, var(--surface-soft), transparent); }

.top-ad {
  position: relative;
  z-index: 30;
  background: linear-gradient(90deg, #083344, #0e7490, #115e59);
  color: #fff;
}
.top-ad-link {
  width: min(1200px, calc(100% - 32px));
  height: 72px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  text-align: center;
}
.top-ad strong {
  border: 1px solid rgba(255,255,255,.45);
  padding: 8px 12px;
  border-radius: var(--radius);
  background: rgba(255,255,255,.12);
}
.close-ad {
  position: absolute;
  right: 14px;
  top: 10px;
  border: 0;
  width: 30px;
  height: 30px;
  color: #fff;
  background: rgba(255,255,255,.12);
  border-radius: 50%;
  cursor: pointer;
}

.glass-nav {
  position: sticky;
  top: 0;
  z-index: 25;
  background: color-mix(in srgb, var(--surface) 86%, transparent);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--line);
}
.nav-inner {
  min-height: 72px;
  display: flex;
  align-items: center;
  gap: 26px;
}
.brand {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 150px;
  height: 48px;
  flex: 0 0 150px;
  white-space: nowrap;
}
.brand-logo {
  display: block;
  width: 150px;
  height: auto;
  max-height: 34px;
  object-fit: contain;
}

.brand span, .highlight, h1 span, .footer-brand span { color: var(--accent); }
.nav-links {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 0 auto;
  padding: 0;
  list-style: none;
}
.nav-links > li > a,
.nav-links > li > button,
.theme-toggle {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 42px;
  padding: 0 13px;
  color: var(--text-soft);
  border-radius: var(--radius);
  border: 0;
  background: transparent;
  cursor: pointer;
  font-weight: 700;
  font-family: inherit;
  font-size: inherit;
}
.nav-links > li > a:hover,
.nav-links > li > button:hover,
.theme-toggle:hover {
  color: var(--text);
  background: var(--accent-soft);
}
.has-menu {
  position: relative;
  isolation: isolate;
}
.dropdown {
  position: absolute;
  top: calc(100% - 1px);
  left: 0;
  z-index: 999;
  display: grid;
  min-width: 220px;
  padding: 10px;
  margin: 0;
  list-style: none;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  opacity: 0;
  transform: translateY(8px);
  pointer-events: none;
  visibility: hidden;
  transition: .18s ease;
}
.has-menu:hover .dropdown,
.has-menu:focus-within .dropdown,
.has-menu.open .dropdown {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
  visibility: visible;
}
.dropdown a { display: block; padding: 10px 12px; border-radius: var(--radius); color: var(--text-soft); }
.dropdown a:hover { background: var(--accent-soft); color: var(--text); }
.menu-toggle, .mobile-theme { display: none; }
.icon-theme { width: 42px; padding: 0; justify-content: center; }

.hero {
  min-height: calc(100vh - 72px);
  display: grid;
  place-items: center;
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(120deg, rgba(8, 17, 31, .88), rgba(24, 91, 91, .70) 48%, rgba(211, 155, 57, .45)),
    url("https://outfitreps.com/assets/guides/best-fashion-reps-websites-2026.jpg") center/cover;
  color: #fff;
}
.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 34%;
  background: linear-gradient(180deg, transparent, var(--bg));
}
.hero-content {
  position: relative;
  z-index: 1;
  width: min(900px, calc(100% - 32px));
  text-align: center;
}
.eyebrow, .section-eyebrow {
  display: inline-flex;
  margin-bottom: 14px;
  color: var(--accent-strong);
  font-weight: 900;
  text-transform: uppercase;
  font-size: .76rem;
}
.hero h1 {
  margin: 0;
  font-size: clamp(2.45rem, 6vw, 5.7rem);
  line-height: .98;
  letter-spacing: 0;
}
.hero p {
  max-width: 750px;
  margin: 24px auto 0;
  color: rgba(255,255,255,.82);
  font-size: 1.12rem;
}
.hero-actions, .cta-actions {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 30px;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 46px;
  padding: 0 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  color: var(--text);
  font-weight: 900;
  cursor: pointer;
}
.btn.primary { background: var(--accent); border-color: var(--accent); color: #03242b; }
.btn.ghost { background: color-mix(in srgb, var(--surface) 70%, transparent); color: var(--text); }
.hero .btn.ghost { color: #fff; background: rgba(255,255,255,.1); border-color: rgba(255,255,255,.3); }
.btn.small { min-height: 40px; font-size: .9rem; }

.search-bar {
  margin: 30px auto 0;
  display: grid;
  grid-template-columns: 24px 1fr 44px 44px;
  align-items: center;
  gap: 8px;
  max-width: 720px;
  padding: 10px;
  background: rgba(255,255,255,.94);
  color: #142033;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}
.search-bar input {
  height: 42px;
  border: 0;
  outline: 0;
  background: transparent;
  min-width: 0;
}
.search-bar button {
  height: 42px;
  width: 42px;
  border: 0;
  border-radius: var(--radius);
  background: #e8f8fb;
  color: #0d6f7e;
  cursor: pointer;
}
.search-bar button:last-child { background: var(--accent); color: #03242b; }

.section-header { margin-bottom: 28px; }
.section-header h2, .guide-panel h2, .cta-banner h2 {
  margin: 0;
  font-size: clamp(1.8rem, 3vw, 3rem);
  line-height: 1.08;
  letter-spacing: 0;
}
.section-header p { max-width: 620px; color: var(--text-soft); margin: 10px 0 0; }
.section-header.split {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
}

.category-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.category-item {
  display: grid;
  place-items: center;
  min-height: 148px;
  padding: 20px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 12px 28px rgba(20, 42, 73, .05);
  text-align: center;
}
.category-item i { color: var(--accent); font-size: 2.1rem; }
.category-item h3 { margin: 12px 0 0; font-size: 1rem; }
.category-item:hover { transform: translateY(-3px); box-shadow: var(--shadow); }

.product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}
.product-card {
  position: relative;
  overflow: hidden;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 16px 34px rgba(20, 42, 73, .08);
}
.product-card img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  background: var(--surface-soft);
}
.discount {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 1;
  padding: 6px 10px;
  border-radius: var(--radius);
  background: var(--success);
  color: #fff;
  font-size: .72rem;
  font-weight: 900;
}
.product-body { padding: 14px; }
.product-body h3 { margin: 0 0 8px; font-size: 1rem; line-height: 1.3; min-height: 2.6em; }
.product-body p { margin: 0 0 8px; color: var(--accent-strong); font-weight: 900; }
.product-body span { color: var(--text-muted); font-size: .9rem; display: inline-flex; gap: 6px; align-items: center; }
.product-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid var(--line);
}
.product-actions a, .product-actions button {
  display: grid;
  place-items: center;
  min-height: 44px;
  border: 0;
  background: transparent;
  color: var(--text-soft);
  font-weight: 800;
  cursor: pointer;
}
.product-actions a + a { border-left: 1px solid var(--line); color: var(--accent-strong); }
.product-actions button { border-left: 1px solid var(--line); color: var(--accent-strong); }
.loading-products {
  grid-column: 1 / -1;
  margin: 0;
  padding: 28px;
  color: var(--text-soft);
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}
.category-filter {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 22px;
}
.category-filter a {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 14px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  color: var(--text-soft);
  font-weight: 800;
}
.category-filter a.active {
  background: var(--accent);
  border-color: var(--accent);
  color: #062b32;
}
.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin: 30px 0 0;
}
.page-count { color: var(--text-soft); font-weight: 800; }
.product-detail-image {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: var(--radius);
  border: 1px solid var(--line);
  background: var(--surface-soft);
}
.product-gallery {
  display: grid;
  gap: 12px;
}
.product-thumbs {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 10px;
}
.product-thumbs button {
  padding: 0;
  border: 2px solid transparent;
  border-radius: 8px;
  background: transparent;
  cursor: pointer;
  overflow: hidden;
}
.product-thumbs button.active { border-color: var(--accent); }
.product-thumbs img {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}
.product-image-list {
  display: grid;
  gap: 16px;
}
.product-image-list img {
  width: 100%;
  border-radius: var(--radius);
  border: 1px solid var(--line);
  background: var(--surface-soft);
}

.guide-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}
.guide-panel {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 28px;
  box-shadow: 0 16px 34px rgba(20, 42, 73, .07);
}
.guide-panel p, .guide-panel li { color: var(--text-soft); }
.guide-panel ul { padding-left: 20px; }
.steps { list-style: none; padding: 0; margin: 22px 0 0; display: grid; gap: 14px; counter-reset: steps; }
.steps li {
  position: relative;
  padding-left: 58px;
  min-height: 46px;
  counter-increment: steps;
}
.steps li::before {
  content: counter(steps);
  position: absolute;
  left: 0;
  top: 0;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--accent);
  color: #03242b;
  font-weight: 900;
}
.steps strong, .steps span { display: block; }

.agent-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}
.agent-strip span {
  display: grid;
  place-items: center;
  min-height: 68px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  font-weight: 900;
  color: var(--text-soft);
}

.news-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.news-card {
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-height: 250px;
  padding: 20px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}
.chip, .date {
  align-self: flex-start;
  color: var(--text-muted);
  font-size: .8rem;
  font-weight: 800;
}
.chip {
  color: #fff;
  background: var(--accent-strong);
  padding: 5px 9px;
  border-radius: 999px;
}
.news-card h3 { margin: 0; font-size: 1.1rem; line-height: 1.35; }
.news-card p { color: var(--text-soft); margin: 0; }
.news-card strong { margin-top: auto; color: var(--accent-strong); font-size: .92rem; }

.page-hero {
  padding: 150px 0 58px;
  background: linear-gradient(180deg, rgba(34,184,207,.13), rgba(255,255,255,0));
}
.page-hero .eyebrow { color: var(--accent-strong); font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
.page-hero h1 { max-width: 980px; margin: 12px 0 0; font-size: clamp(2.3rem, 5vw, 4.8rem); line-height: .98; }
.page-hero p { max-width: 760px; color: var(--text-soft); font-size: 1.15rem; line-height: 1.7; }
.article-wrap { padding: 36px 0 90px; }
.article-shell {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 36px;
  align-items: start;
}
.article-body, .article-sidebar {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 18px 48px rgba(20,42,73,.08);
}
.article-body { padding: clamp(24px, 4vw, 46px); }
.article-body h2 { margin: 30px 0 12px; font-size: 1.55rem; }
.article-body h3 { margin: 24px 0 10px; font-size: 1.18rem; }
.article-body p, .article-body li { color: var(--text-soft); line-height: 1.8; }
.article-body ul, .article-body ol { padding-left: 22px; }
.article-meta { display: flex; gap: 10px; flex-wrap: wrap; margin: 18px 0 0; }
.breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--text-muted);
  font-size: .92rem;
  font-weight: 800;
  margin-bottom: 18px;
}
.breadcrumb a { color: var(--accent-strong); }
.meta-pill {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--text-muted);
  font-size: .9rem;
  font-weight: 800;
}
.external-link-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 18px;
  margin: 24px 0;
  border: 1px solid rgba(34,184,207,.32);
  border-radius: var(--radius);
  background: linear-gradient(120deg, rgba(34,184,207,.12), rgba(21,184,122,.08));
}
.external-link-card strong { display: block; color: var(--text); margin-bottom: 4px; }
.external-link-card span { color: var(--text-soft); }
.article-callout {
  padding: 20px;
  margin: 26px 0;
  border-left: 4px solid var(--accent-strong);
  background: var(--surface-soft);
  border-radius: 0 var(--radius) var(--radius) 0;
}
.article-navigation {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 34px;
}
.nav-article {
  display: block;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface-soft);
  color: var(--text);
}
.nav-article:hover { border-color: var(--accent-strong); color: var(--text); }
.nav-label { color: var(--accent-strong); font-size: .85rem; font-weight: 900; text-transform: uppercase; letter-spacing: .06em; }
.nav-title { margin-top: 7px; font-weight: 900; line-height: 1.35; }
.nav-article.next { text-align: right; }
.article-sidebar { padding: 22px; position: sticky; top: 96px; }
.article-sidebar h3 { margin-top: 0; }
.article-sidebar a { display: block; padding: 11px 0; border-top: 1px solid var(--line); color: var(--text); font-weight: 800; }
.article-sidebar a:hover { color: var(--accent-strong); }
.news-list-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }

.stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.stats div {
  display: grid;
  place-items: center;
  min-height: 120px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}
.stats strong { font-size: 2.2rem; color: var(--accent-strong); }
.stats span { color: var(--text-soft); font-weight: 800; }

.cta-banner {
  text-align: center;
  padding: 46px 24px;
  border-radius: var(--radius);
  background:
    linear-gradient(120deg, rgba(34,184,207,.18), rgba(21,184,122,.13)),
    var(--surface);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}
.cta-banner p { color: var(--text-soft); max-width: 640px; margin: 12px auto 0; }

.social-dock {
  position: fixed;
  right: 18px;
  top: 45%;
  z-index: 20;
  display: grid;
  gap: 9px;
}
.social-dock a, .social-toggle, .back-to-top {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid var(--line);
  background: var(--surface);
  color: var(--accent-strong);
  box-shadow: 0 12px 26px rgba(20,42,73,.12);
  cursor: pointer;
}
.social-toggle { display: none; }
.back-to-top {
  position: fixed;
  right: 18px;
  bottom: 18px;
  opacity: 0;
  pointer-events: none;
  transition: .2s ease;
}
.back-to-top.visible { opacity: 1; pointer-events: auto; }

.site-footer {
  padding: 58px 0 26px;
  background: #07101d;
  color: #d9e6f5;
}
.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 28px;
}
.footer-brand { font-size: 1.35rem; font-weight: 900; margin-bottom: 10px; }
.site-footer p, .footer-bottom { color: #91a2b7; }
.site-footer h4 { margin: 0 0 12px; }
.site-footer a { display: block; color: #b9c7d7; margin: 8px 0; }
.site-footer a:hover { color: var(--accent); }
.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding-top: 24px;
  margin-top: 34px;
  border-top: 1px solid rgba(255,255,255,.1);
  font-size: .88rem;
}
.muted { font-size: .9rem; }

@media (max-width: 900px) {
  .section { padding: 56px 0; }
  .menu-toggle {
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    margin-left: auto;
    border: 0;
    background: var(--accent-soft);
    color: var(--text);
    border-radius: var(--radius);
  }
  .icon-theme { display: none; }
  .mobile-theme { display: block; }
  .nav-links {
    position: fixed;
    top: 72px;
    left: 0;
    right: 0;
    display: none;
    padding: 12px 16px 18px;
    background: var(--surface);
    border-bottom: 1px solid var(--line);
    box-shadow: var(--shadow);
  }
  .nav-links.open { display: grid; }
  .dropdown {
    position: static;
    opacity: 1;
    pointer-events: auto;
    transform: none;
    box-shadow: none;
    border: 0;
    background: var(--surface-soft);
    margin: 6px 0 0;
  }
  .top-ad-link { height: auto; min-height: 68px; padding: 12px 34px 12px 0; flex-direction: column; gap: 6px; }
  .hero { min-height: 760px; }
  .category-grid, .product-grid, .agent-strip { grid-template-columns: repeat(2, 1fr); }
  .guide-grid, .news-grid, .footer-grid { grid-template-columns: 1fr; }
  .article-shell, .news-list-grid { grid-template-columns: 1fr; }
  .article-sidebar { position: static; }
  .section-header.split { align-items: start; flex-direction: column; }
  .social-dock { top: auto; bottom: 76px; right: 18px; }
  .social-dock a { display: none; }
  .social-dock.open a { display: grid; }
  .social-toggle { display: grid; }
  .footer-bottom { flex-direction: column; }
}

@media (max-width: 560px) {
  .container { width: min(100% - 24px, var(--container)); }
  .hero h1 { font-size: 2.5rem; }
  .hero p { font-size: 1rem; }
  .search-bar { grid-template-columns: 20px 1fr 40px 40px; padding: 8px; }
  .category-grid, .product-grid, .agent-strip, .stats { grid-template-columns: 1fr; }
  .product-grid.compact { grid-template-columns: 1fr; }
  .category-item { min-height: 118px; }
  .stats div { min-height: 100px; }
}


/* Outfitreps product cards in category section */
.category-products-grid .product-link-card {
  display: block;
  color: inherit;
  text-decoration: none;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.category-products-grid .product-link-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow);
  border-color: color-mix(in srgb, var(--accent) 42%, var(--line));
}
.category-products-grid .product-link-card .product-body span i {
  font-size: .78rem;
}
.shop-all-products {
  white-space: nowrap;
}
@media (max-width: 900px) {
  .shop-all-products { width: fit-content; }
}


/* Fixed Categories nav button */
.nav-fixed-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 18px;
  border-radius: 8px;
  background: var(--accent);
  color: #08111f !important;
  font-weight: 900;
  box-shadow: 0 10px 22px rgba(69, 188, 211, .20);
}
.nav-fixed-button:hover {
  background: var(--accent-strong);
  color: #fff !important;
}

.news-card.with-image {
  padding: 0;
  overflow: hidden;
}
.news-thumb {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  background: var(--surface-soft);
  border-bottom: 1px solid var(--line);
}
.news-card.with-image .date,
.news-card.with-image h3,
.news-card.with-image p,
.news-card.with-image strong {
  margin-left: 20px;
  margin-right: 20px;
}
.news-card.with-image .date { margin-top: 18px; }
.news-card.with-image strong { margin-bottom: 20px; }

