/*
Theme Name: Big Kat Modern
Theme URI: https://bigkatapparel.com/
Author: Big Kat Apparel
Author URI: https://bigkatapparel.com/
Description: A bold, conversion-focused WordPress theme for Big Kat Apparel, DTF transfers, custom apparel, wholesale printing, and nationwide shipping.
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: big-kat-modern
*/

:root {
  --bka-black: #000000;
  --bka-charcoal: #121212;
  --bka-dark: #1e1e1e;
  --bka-gray: #4a4a4a;
  --bka-light: #f5f5f3;
  --bka-white: #ffffff;
  --bka-orange: #ff6a00;
  --bka-orange-dark: #d95700;
  --bka-border: rgba(255, 255, 255, 0.14);
  --bka-shadow: 0 22px 70px rgba(0, 0, 0, 0.16);
  --bka-radius: 18px;
  --bka-max: 1200px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--bka-charcoal);
  background: var(--bka-white);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 17px;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
}

body.admin-bar .site-header {
  top: 32px;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
}

p {
  margin: 0 0 1.15rem;
}

h1,
h2,
h3,
h4 {
  margin: 0 0 0.65em;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-weight: 800;
  line-height: 0.98;
  letter-spacing: 0.015em;
  text-transform: uppercase;
}

h1 {
  font-size: clamp(3.25rem, 8vw, 7.5rem);
}

h2 {
  font-size: clamp(2.5rem, 5vw, 4.8rem);
}

h3 {
  font-size: clamp(1.5rem, 2.8vw, 2.2rem);
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.screen-reader-text:focus {
  z-index: 100000;
  top: 8px;
  left: 8px;
  width: auto;
  height: auto;
  padding: 0.75rem 1rem;
  clip: auto;
  color: var(--bka-white);
  background: var(--bka-black);
  font-weight: 800;
}

.bka-container {
  width: min(calc(100% - 40px), var(--bka-max));
  margin-inline: auto;
}

.bka-section {
  padding: clamp(72px, 9vw, 128px) 0;
}

.bka-section--dark {
  color: var(--bka-white);
  background: var(--bka-charcoal);
}

.bka-section--light {
  background: var(--bka-light);
}

.bka-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1rem;
  color: var(--bka-orange);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.bka-eyebrow::before {
  width: 28px;
  height: 3px;
  content: "";
  background: currentColor;
}

.bka-lede {
  max-width: 740px;
  color: #575757;
  font-size: clamp(1.05rem, 1.8vw, 1.3rem);
}

.bka-section--dark .bka-lede {
  color: #c8c8c8;
}

.bka-button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  padding: 0.85rem 1.35rem;
  border: 2px solid transparent;
  border-radius: 8px;
  color: var(--bka-black);
  background: var(--bka-orange);
  box-shadow: 0 10px 30px rgba(255, 106, 0, 0.22);
  font-size: 0.9rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: transform 160ms ease, background 160ms ease, color 160ms ease;
}

.bka-button:hover,
.bka-button:focus {
  color: var(--bka-white);
  background: var(--bka-orange-dark);
  transform: translateY(-2px);
}

.bka-button--ghost {
  color: var(--bka-white);
  background: transparent;
  border-color: rgba(255, 255, 255, 0.52);
  box-shadow: none;
}

.bka-button--ghost:hover,
.bka-button--ghost:focus {
  color: var(--bka-black);
  background: var(--bka-white);
}

.bka-button--dark {
  color: var(--bka-white);
  background: var(--bka-black);
  box-shadow: none;
}

.bka-button--dark:hover,
.bka-button--dark:focus {
  color: var(--bka-white);
  background: var(--bka-gray);
}

.bka-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 1.8rem;
}

.announcement-bar {
  padding: 0.58rem 1rem;
  color: var(--bka-white);
  background: var(--bka-black);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-align: center;
  text-transform: uppercase;
}

.site-header {
  position: sticky;
  z-index: 999;
  top: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(16px);
}

.site-header__inner {
  display: grid;
  min-height: 82px;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 1.5rem;
}

.site-branding {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

.custom-logo-link {
  display: inline-flex;
}

.custom-logo {
  width: auto;
  max-height: 56px;
}

.site-title {
  margin: 0;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: 1.5rem;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.site-navigation {
  justify-self: center;
}

.site-navigation ul {
  display: flex;
  align-items: center;
  gap: 1.45rem;
  padding: 0;
  margin: 0;
  list-style: none;
}

.site-navigation a {
  font-size: 0.83rem;
  font-weight: 850;
  letter-spacing: 0.035em;
  text-decoration: none;
  text-transform: uppercase;
}

.site-navigation a:hover,
.site-navigation a:focus,
.site-navigation .current-menu-item > a {
  color: var(--bka-orange-dark);
}

.menu-toggle {
  display: none;
  width: 48px;
  height: 44px;
  align-items: center;
  justify-content: center;
  border: 1px solid #d6d6d6;
  border-radius: 8px;
  color: var(--bka-black);
  background: var(--bka-white);
  font-weight: 900;
}

.hero {
  position: relative;
  overflow: hidden;
  color: var(--bka-white);
  background:
    radial-gradient(circle at 78% 18%, rgba(255, 106, 0, 0.2), transparent 26%),
    linear-gradient(135deg, #090909 0%, #171717 65%, #0d0d0d 100%);
}

.hero::after {
  position: absolute;
  right: -8vw;
  bottom: -40%;
  width: 50vw;
  height: 50vw;
  border: 2px solid rgba(255, 106, 0, 0.2);
  border-radius: 50%;
  content: "";
}

.hero__inner {
  position: relative;
  z-index: 1;
  display: grid;
  min-height: min(780px, 78vh);
  grid-template-columns: 1.08fr 0.92fr;
  align-items: center;
  gap: clamp(2.5rem, 6vw, 6rem);
  padding-block: clamp(74px, 9vw, 132px);
}

.hero h1 {
  max-width: 850px;
  margin-bottom: 1.25rem;
}

.hero h1 em {
  color: var(--bka-orange);
  font-style: normal;
}

.hero__copy {
  max-width: 700px;
  color: #d2d2d2;
  font-size: clamp(1.08rem, 1.8vw, 1.35rem);
}

.hero__visual {
  position: relative;
  min-height: 480px;
}

.hero__image {
  width: 100%;
  height: 100%;
  min-height: 480px;
  border: 1px solid var(--bka-border);
  border-radius: 24px;
  object-fit: cover;
  box-shadow: var(--bka-shadow);
}

.printer-stage {
  position: absolute;
  inset: 12% 0 4%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--bka-border);
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.07), transparent),
    #0d0d0d;
  box-shadow: var(--bka-shadow);
}

.printer-stage::before {
  width: 72%;
  height: 30%;
  border: 4px solid #353535;
  border-radius: 14px 14px 6px 6px;
  content: "";
  background:
    linear-gradient(90deg, transparent 0 18%, #ff6a00 18% 21%, transparent 21% 40%, #fff 40% 44%, transparent 44% 64%, #ff6a00 64% 68%, transparent 68%),
    linear-gradient(#272727, #111);
  box-shadow: 0 36px 0 -12px #ff6a00, 0 54px 0 -14px #f7f7f7;
}

.printer-stage__label {
  position: absolute;
  right: 1.2rem;
  bottom: 1.1rem;
  padding: 0.5rem 0.7rem;
  border-radius: 6px;
  color: var(--bka-black);
  background: var(--bka-orange);
  font-size: 0.7rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.trust-bar {
  border-bottom: 1px solid #e7e7e7;
  background: var(--bka-white);
}

.trust-bar__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.trust-item {
  padding: 1.35rem 1rem;
  border-right: 1px solid #e7e7e7;
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.055em;
  text-align: center;
  text-transform: uppercase;
}

.trust-item:last-child {
  border-right: 0;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  margin-top: 3rem;
}

.service-card {
  position: relative;
  min-height: 330px;
  padding: 2rem;
  overflow: hidden;
  border-radius: var(--bka-radius);
  color: var(--bka-white);
  background: var(--bka-charcoal);
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.service-card::after {
  position: absolute;
  right: -50px;
  bottom: -70px;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  content: "";
  background: var(--bka-orange);
  opacity: 0.14;
}

.service-card:hover,
.service-card:focus {
  box-shadow: var(--bka-shadow);
  transform: translateY(-6px);
}

.service-card__number {
  display: block;
  margin-bottom: 5.6rem;
  color: var(--bka-orange);
  font-weight: 950;
}

.service-card p {
  color: #bebebe;
  font-size: 0.95rem;
}

.service-card__link {
  color: var(--bka-orange);
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: clamp(3rem, 8vw, 7rem);
}

.proof-panel {
  position: relative;
  min-height: 520px;
  overflow: hidden;
  border-radius: 24px;
  background:
    linear-gradient(145deg, transparent 45%, rgba(255, 106, 0, 0.95) 45% 58%, transparent 58%),
    repeating-linear-gradient(90deg, #232323 0 28px, #191919 28px 56px);
  box-shadow: var(--bka-shadow);
}

.proof-panel__card {
  position: absolute;
  max-width: 310px;
  padding: 1.4rem;
  border: 1px solid var(--bka-border);
  border-radius: 14px;
  color: var(--bka-white);
  background: rgba(0, 0, 0, 0.82);
  backdrop-filter: blur(12px);
}

.proof-panel__card:first-child {
  top: 9%;
  left: 7%;
}

.proof-panel__card:last-child {
  right: 7%;
  bottom: 9%;
}

.proof-panel__card strong {
  display: block;
  margin-bottom: 0.35rem;
  color: var(--bka-orange);
  font-size: 1.15rem;
  text-transform: uppercase;
}

.feature-list {
  display: grid;
  gap: 1rem;
  padding: 0;
  margin: 1.8rem 0 0;
  list-style: none;
}

.feature-list li {
  position: relative;
  padding-left: 1.7rem;
  font-weight: 750;
}

.feature-list li::before {
  position: absolute;
  top: 0.55em;
  left: 0;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  content: "";
  background: var(--bka-orange);
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
  margin-top: 3rem;
}

.process-card {
  padding: 2rem;
  border: 1px solid #dedede;
  border-radius: var(--bka-radius);
  background: var(--bka-white);
}

.process-card__number {
  display: inline-flex;
  width: 46px;
  height: 46px;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
  border-radius: 50%;
  color: var(--bka-black);
  background: var(--bka-orange);
  font-weight: 950;
}

.offer-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.2rem;
  margin-top: 2.5rem;
}

.offer-card {
  padding: clamp(2rem, 4vw, 3.2rem);
  border: 1px solid var(--bka-border);
  border-radius: var(--bka-radius);
  background: #191919;
}

.offer-card p {
  color: #c7c7c7;
}

.wholesale {
  position: relative;
  overflow: hidden;
  color: var(--bka-black);
  background: var(--bka-orange);
}

.wholesale::after {
  position: absolute;
  top: -100px;
  right: -100px;
  width: 380px;
  height: 380px;
  border: 70px solid rgba(0, 0, 0, 0.08);
  border-radius: 50%;
  content: "";
}

.wholesale__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 3rem;
}

.wholesale .bka-eyebrow {
  color: var(--bka-black);
}

.wholesale h2 {
  max-width: 800px;
}

.about-grid {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  align-items: start;
  gap: clamp(2.5rem, 7vw, 7rem);
}

.about-mark {
  display: flex;
  min-height: 370px;
  align-items: center;
  justify-content: center;
  border-radius: 24px;
  color: var(--bka-white);
  background:
    radial-gradient(circle, rgba(255, 106, 0, 0.35), transparent 42%),
    var(--bka-black);
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: clamp(4rem, 10vw, 8rem);
  line-height: 0.75;
  text-align: center;
  text-transform: uppercase;
}

.faq-list {
  display: grid;
  gap: 0.8rem;
  max-width: 900px;
  margin: 2.8rem auto 0;
}

.faq-list details {
  border: 1px solid #dedede;
  border-radius: 12px;
  background: var(--bka-white);
}

.faq-list summary {
  padding: 1.2rem 3rem 1.2rem 1.25rem;
  cursor: pointer;
  font-weight: 850;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  float: right;
  margin-right: -1.8rem;
  color: var(--bka-orange-dark);
  content: "+";
  font-size: 1.3rem;
}

.faq-list details[open] summary::after {
  content: "–";
}

.faq-list details p {
  padding: 0 1.25rem 1.25rem;
  margin: 0;
  color: #595959;
}

.final-cta {
  text-align: center;
}

.bka-center {
  text-align: center;
}

.final-cta h2,
.final-cta .bka-lede {
  margin-right: auto;
  margin-left: auto;
}

.final-cta .bka-actions {
  justify-content: center;
}

.site-footer {
  padding: 64px 0 28px;
  color: var(--bka-white);
  background: var(--bka-black);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr 0.9fr;
  gap: 3rem;
}

.site-footer h2,
.site-footer h3 {
  font-size: 1.25rem;
}

.site-footer p,
.site-footer a {
  color: #bdbdbd;
}

.site-footer a:hover,
.site-footer a:focus {
  color: var(--bka-orange);
}

.footer-menu {
  padding: 0;
  margin: 0;
  list-style: none;
}

.footer-menu li {
  margin-bottom: 0.45rem;
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding-top: 2rem;
  margin-top: 3rem;
  border-top: 1px solid var(--bka-border);
  color: #919191;
  font-size: 0.82rem;
}

.content-wrap {
  width: min(calc(100% - 40px), 860px);
  min-height: 55vh;
  padding: 80px 0 110px;
  margin-inline: auto;
}

.page-header {
  padding: 84px 0 54px;
  color: var(--bka-white);
  background: var(--bka-charcoal);
}

.page-header h1 {
  font-size: clamp(3rem, 7vw, 6rem);
}

.entry-content > * {
  max-width: 100%;
}

.entry-content a {
  color: var(--bka-orange-dark);
  font-weight: 750;
}

.entry-content .wp-block-button__link {
  border-radius: 8px;
  color: var(--bka-black);
  background: var(--bka-orange);
}

.post-list {
  display: grid;
  gap: 1.3rem;
}

.post-card {
  padding: 1.8rem;
  border: 1px solid #dedede;
  border-radius: 14px;
}

.post-card h2 {
  font-size: 2rem;
}

.post-card a {
  text-decoration: none;
}

@media (max-width: 1040px) {
  .site-header__inner {
    grid-template-columns: 1fr auto auto;
  }

  .menu-toggle {
    display: inline-flex;
    grid-column: 3;
  }

  .header-cta {
    grid-column: 2;
    grid-row: 1;
  }

  .site-navigation {
    display: none;
    grid-column: 1 / -1;
    grid-row: 2;
    justify-self: stretch;
    padding: 0 0 1rem;
  }

  .site-navigation.is-open {
    display: block;
  }

  .site-navigation ul {
    display: grid;
    gap: 0;
  }

  .site-navigation a {
    display: block;
    padding: 0.8rem 0;
    border-top: 1px solid #e7e7e7;
  }

  .service-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 800px) {
  body.admin-bar .site-header {
    top: 46px;
  }

  .hero__inner,
  .split,
  .about-grid,
  .wholesale__inner,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .hero__inner {
    min-height: auto;
  }

  .hero__visual {
    min-height: 360px;
  }

  .hero__image {
    min-height: 360px;
  }

  .trust-bar__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .trust-item:nth-child(2) {
    border-right: 0;
  }

  .trust-item:nth-child(-n + 2) {
    border-bottom: 1px solid #e7e7e7;
  }

  .process-grid,
  .offer-grid {
    grid-template-columns: 1fr;
  }

  .wholesale__inner {
    align-items: start;
  }
}

@media (max-width: 560px) {
  .bka-container {
    width: min(calc(100% - 28px), var(--bka-max));
  }

  .site-header__inner {
    min-height: 72px;
    gap: 0.55rem;
  }

  .header-cta {
    display: none;
  }

  .menu-toggle {
    grid-column: 2;
  }

  .site-title {
    font-size: 1.2rem;
  }

  .hero h1 {
    font-size: clamp(3.2rem, 16vw, 5rem);
  }

  .hero__visual {
    min-height: 300px;
  }

  .service-grid {
    grid-template-columns: 1fr;
  }

  .service-card {
    min-height: 275px;
  }

  .service-card__number {
    margin-bottom: 3.4rem;
  }

  .bka-actions {
    display: grid;
  }

  .bka-button {
    width: 100%;
  }

  .footer-bottom {
    display: grid;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
