:root {
  --black: #070707;
  --black-soft: #111111;
  --panel: #171717;
  --white: #ffffff;
  --muted: #b5b5b5;
  --red: #e11d2e;
  --red-dark: #a80f1d;
  --green: #26c45a;
  --line: rgba(255, 255, 255, 0.12);
  --shadow: 0 18px 45px rgba(0, 0, 0, 0.28);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: "Inter", sans-serif; color: var(--white); background: var(--black); line-height: 1.6; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
img { max-width: 100%; display: block; }
.container { width: min(1180px, calc(100% - 32px)); margin: 0 auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }

.eyebrow { margin: 0 0 8px; color: var(--green); font-size: .78rem; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
h1, h2, h3 { margin-top: 0; line-height: 1.1; }
h1, h2 { font-family: "Anton", sans-serif; letter-spacing: .02em; text-transform: uppercase; }
h1 { font-size: clamp(3.3rem, 8vw, 7rem); margin-bottom: 18px; }
h2 { font-size: clamp(2.4rem, 5vw, 4.3rem); margin-bottom: 10px; }
h3 { font-size: 1.18rem; }

.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 22px; border: 1px solid transparent; border-radius: 6px; font-weight: 800; cursor: pointer; transition: .22s ease; }
.button:hover { transform: translateY(-2px); }
.button--primary { background: var(--red); color: var(--white); }
.button--primary:hover { background: var(--red-dark); }
.button--outline { border-color: rgba(255,255,255,.55); background: rgba(0,0,0,.16); }
.button--ghost { border-color: var(--line); color: var(--muted); }
.button--small { min-height: 38px; padding: 0 14px; background: var(--red); color: var(--white); }
.text-link { color: var(--green); font-weight: 800; }

.age-gate { position: fixed; inset: 0; z-index: 9999; display: grid; place-items: center; padding: 20px; background: radial-gradient(circle at top, rgba(225,29,46,.24), transparent 38%), rgba(0,0,0,.97); }
.age-gate.is-hidden { display: none; }
.age-gate__panel { max-width: 620px; padding: 42px; border: 1px solid var(--line); border-radius: 14px; background: #0d0d0d; box-shadow: var(--shadow); text-align: center; }
.age-gate__panel h1 { font-size: clamp(2.3rem, 7vw, 4.4rem); }
.age-gate__panel p { color: var(--muted); }
.age-gate__actions { display: flex; gap: 12px; justify-content: center; margin-top: 24px; flex-wrap: wrap; }

.utility-bar { background: #020202; border-bottom: 1px solid var(--line); color: #cfcfcf; font-size: .8rem; }
.utility-bar__inner { min-height: 36px; display: flex; align-items: center; justify-content: space-between; }
.utility-links { display: flex; gap: 18px; }
.site-header { position: sticky; top: 0; z-index: 100; background: rgba(7,7,7,.95); backdrop-filter: blur(12px); border-bottom: 1px solid var(--line); }
.main-nav { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: baseline; gap: 5px; font-family: "Anton", sans-serif; font-size: 1.7rem; letter-spacing: .03em; }
.brand__middle { color: var(--red); }
.brand__tap:last-child { color: var(--green); }
.site-menu { display: flex; align-items: center; gap: 24px; font-size: .91rem; font-weight: 700; }
.site-menu a:hover { color: var(--green); }
.menu-toggle { display: none; background: none; border: 0; padding: 8px; }
.menu-toggle span { display: block; width: 26px; height: 2px; margin: 5px 0; background: var(--white); }

.hero { position: relative; min-height: 720px; display: flex; align-items: center; overflow: hidden; background: linear-gradient(110deg, #080808 0%, #141414 50%, #27050a 100%); }
.hero::after { content: ""; position: absolute; width: 620px; height: 620px; right: -120px; top: 50%; transform: translateY(-50%) rotate(-15deg); border: 2px solid rgba(38,196,90,.35); box-shadow: 0 0 0 38px rgba(225,29,46,.08), 0 0 0 78px rgba(255,255,255,.03); }
.hero__overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,0,0,.92) 0%, rgba(0,0,0,.66) 50%, rgba(0,0,0,.15) 100%); }
.hero__content { position: relative; z-index: 2; padding-block: 100px; }
.hero__copy { max-width: 720px; color: #d0d0d0; font-size: 1.15rem; }
.hero__actions { display: flex; gap: 14px; flex-wrap: wrap; margin: 28px 0 44px; }
.hero__stats { display: flex; gap: 44px; flex-wrap: wrap; }
.hero__stats div { display: flex; flex-direction: column; }
.hero__stats strong { font-size: 1.7rem; color: var(--green); }
.hero__stats span { color: var(--muted); font-size: .86rem; }

.trust-strip { background: var(--red); }
.trust-strip__grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-strip__grid > div { min-height: 125px; padding: 24px 18px; display: grid; grid-template-columns: auto 1fr; column-gap: 12px; align-content: center; border-right: 1px solid rgba(255,255,255,.23); }
.trust-strip__grid > div:last-child { border-right: 0; }
.trust-icon { grid-row: span 2; font-size: 1.5rem; }
.trust-strip small { color: rgba(255,255,255,.78); }

.section { padding: 92px 0; background: #f2f2f2; color: #111; }
.section--dark { background: #0b0b0b; color: var(--white); }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 34px; }
.product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.product-card { overflow: hidden; border-radius: 10px; background: var(--white); box-shadow: 0 12px 34px rgba(0,0,0,.11); }
.product-card__image { position: relative; aspect-ratio: 4 / 3; display: flex; align-items: end; justify-content: center; padding: 18px; }
.placeholder-image { background: linear-gradient(145deg, #161616, #4d0d16); }
.placeholder-image--two { background: linear-gradient(145deg, #111, #164323); }
.placeholder-image--three { background: linear-gradient(145deg, #2e0610, #141414); }
.placeholder-image--four { background: linear-gradient(145deg, #111, #333); }
.placeholder-image::before { content: "IMAGE / VIDEO COVER"; color: rgba(255,255,255,.2); font-family: "Anton"; letter-spacing: .08em; font-size: 1.1rem; }
.badge { position: absolute; left: 14px; top: 14px; padding: 5px 9px; border-radius: 4px; background: var(--green); color: #07140b; font-size: .72rem; font-weight: 900; text-transform: uppercase; }
.preview-button { position: absolute; bottom: 14px; right: 14px; padding: 8px 12px; border: 0; border-radius: 5px; background: rgba(0,0,0,.78); color: var(--white); cursor: pointer; }
.product-card__body { padding: 20px; }
.product-card__meta { margin: 0 0 7px; color: #767676; font-size: .78rem; font-weight: 700; text-transform: uppercase; }
.product-card__models { color: #666; font-size: .88rem; }
.product-card__footer { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: 18px; }
.product-card__footer strong { font-size: 1.1rem; }

.model-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.model-card { display: grid; grid-template-columns: 150px 1fr; align-items: center; gap: 20px; background: var(--panel); border: 1px solid var(--line); border-radius: 10px; padding: 18px; }
.model-card__photo { aspect-ratio: 3 / 4; border-radius: 7px; background: linear-gradient(160deg, #2a2a2a, #750e1d); }
.model-photo--two { background: linear-gradient(160deg, #1f1f1f, #12652b); }
.model-photo--three { background: linear-gradient(160deg, #490913, #1b1b1b); }
.model-card p { color: var(--muted); font-size: .9rem; }
.model-card a { color: var(--green); font-weight: 700; }

.category-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.category-grid a { min-height: 150px; display: flex; flex-direction: column; justify-content: end; padding: 22px; border-radius: 8px; background: #151515; color: var(--white); border-left: 5px solid var(--red); transition: .2s ease; }
.category-grid a:hover { transform: translateY(-3px); border-left-color: var(--green); }
.category-grid strong { font-size: 1.15rem; }
.category-grid span { color: var(--muted); font-size: .88rem; }

.custom-section { padding: 92px 0; background: linear-gradient(125deg, #850d1b, var(--red)); }
.custom-section__inner { display: grid; grid-template-columns: 1.2fr .8fr; gap: 70px; align-items: center; }
.custom-section .eyebrow { color: #c7ffd7; }
.custom-section__inner > div:first-child p:not(.eyebrow) { max-width: 650px; }
.custom-section__steps { display: grid; gap: 14px; }
.custom-section__steps div { display: grid; grid-template-columns: 54px 1fr; gap: 14px; padding: 16px; background: rgba(0,0,0,.22); border: 1px solid rgba(255,255,255,.2); border-radius: 8px; }
.custom-section__steps span { font-family: "Anton"; font-size: 1.7rem; color: var(--green); }
.custom-section__steps p { margin: 0; }

.community-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 28px; }
.featured-post { overflow: hidden; border-radius: 10px; background: var(--white); box-shadow: 0 12px 34px rgba(0,0,0,.1); }
.featured-post__image { aspect-ratio: 16 / 8; background: linear-gradient(135deg, #141414, #6b0d19); }
.featured-post__content { padding: 28px; }
.post-list { display: grid; gap: 16px; }
.post-list article { padding: 22px; border-radius: 9px; background: #e7e7e7; border-left: 4px solid var(--red); }
.post-list article p { margin-bottom: 8px; }
.post-list a { color: #8f0d19; font-weight: 800; }

.about-section { padding: 82px 0; background: #101010; }
.about-section__inner { display: grid; grid-template-columns: .85fr 1.15fr; gap: 80px; align-items: center; }
.about-section__inner > p { color: var(--muted); font-size: 1.08rem; }
.newsletter { padding: 72px 0; background: #151515; border-top: 1px solid var(--line); }
.newsletter__inner { display: grid; grid-template-columns: 1fr auto; gap: 40px; align-items: center; }
.newsletter__inner p { margin-bottom: 0; color: var(--muted); }
.newsletter__form { display: flex; gap: 10px; }
.newsletter__form input { width: min(360px, 52vw); min-height: 48px; border: 1px solid #444; border-radius: 6px; background: #080808; color: var(--white); padding: 0 15px; }

.site-footer { padding-top: 70px; background: #040404; border-top: 1px solid var(--line); }
.footer-grid { display: grid; grid-template-columns: 1.4fr repeat(3, 1fr); gap: 36px; }
.footer-grid > div { display: flex; flex-direction: column; gap: 8px; }
.footer-grid p, .footer-grid a { color: #9f9f9f; font-size: .9rem; }
.footer-grid a:hover { color: var(--green); }
.brand--footer { margin-bottom: 12px; width: fit-content; }
.footer-bottom { margin-top: 50px; min-height: 66px; display: flex; align-items: center; justify-content: space-between; gap: 20px; border-top: 1px solid var(--line); color: #777; font-size: .82rem; }
.toast { position: fixed; z-index: 500; right: 20px; bottom: 20px; max-width: 340px; padding: 14px 18px; border-radius: 6px; background: var(--green); color: #06150b; font-weight: 800; opacity: 0; transform: translateY(20px); pointer-events: none; transition: .25s ease; }
.toast.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 980px) {
  .product-grid { grid-template-columns: repeat(2, 1fr); }
  .model-grid { grid-template-columns: 1fr; }
  .category-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-strip__grid { grid-template-columns: repeat(2, 1fr); }
  .trust-strip__grid > div:nth-child(2) { border-right: 0; }
  .custom-section__inner, .community-grid, .about-section__inner, .newsletter__inner { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
  .menu-toggle { display: block; }
  .site-menu { position: absolute; left: 0; right: 0; top: 119px; display: none; flex-direction: column; align-items: flex-start; padding: 24px 32px; background: #090909; border-top: 1px solid var(--line); }
  .site-menu.is-open { display: flex; }
}

@media (max-width: 640px) {
  .container { width: min(100% - 22px, 1180px); }
  .utility-bar__inner > span { display: none; }
  .utility-bar__inner { justify-content: flex-end; }
  .utility-links { gap: 12px; }
  .main-nav { min-height: 72px; }
  .brand { font-size: 1.35rem; }
  .site-menu { top: 108px; }
  .hero { min-height: 650px; }
  .hero::after { opacity: .45; }
  .hero__stats { gap: 24px; }
  .trust-strip__grid, .product-grid, .category-grid, .footer-grid { grid-template-columns: 1fr; }
  .trust-strip__grid > div { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.2); }
  .section { padding: 70px 0; }
  .section-heading { align-items: flex-start; flex-direction: column; }
  .model-card { grid-template-columns: 105px 1fr; }
  .newsletter__form { flex-direction: column; }
  .newsletter__form input { width: 100%; }
  .footer-bottom { align-items: flex-start; flex-direction: column; padding: 22px 0; }
  .age-gate__panel { padding: 28px 20px; }
}

/* =========================================================
   TAP BITCH TAP — RED / BLACK / GREEN THEME
   Pan-African-inspired site-wide color treatment
   ========================================================= */
:root {
  --black: #030303;
  --black-soft: #0b0b0b;
  --panel: #121212;
  --panel-raised: #191919;
  --white: #ffffff;
  --muted: #c5c5c5;
  --red: #c8102e;
  --red-dark: #8f0b20;
  --green: #078930;
  --green-bright: #12b84f;
  --line: rgba(255, 255, 255, 0.14);
  --shadow: 0 18px 45px rgba(0, 0, 0, 0.48);
}

body {
  color: var(--white);
  background:
    radial-gradient(circle at 15% 10%, rgba(200,16,46,.10), transparent 24rem),
    radial-gradient(circle at 85% 30%, rgba(7,137,48,.09), transparent 26rem),
    var(--black);
}

.utility-bar { background: #000; border-bottom-color: rgba(7,137,48,.35); }
.site-header { background: rgba(3,3,3,.96); border-bottom: 2px solid var(--red); }
.site-menu a { position: relative; }
.site-menu a:hover,
.site-menu a:focus-visible { color: var(--green-bright); }
.brand__middle { color: var(--red); }
.brand__tap:last-child { color: var(--green-bright); }

.hero {
  background:
    linear-gradient(105deg, rgba(0,0,0,.98) 0%, rgba(0,0,0,.90) 48%, rgba(0,0,0,.42) 100%),
    linear-gradient(135deg, #030303 0%, #350510 56%, #03230e 100%);
}
.hero::after {
  border-color: rgba(7,137,48,.62);
  box-shadow: 0 0 0 38px rgba(200,16,46,.13), 0 0 0 78px rgba(7,137,48,.08);
}
.hero__copy { color: #eeeeee; }
.hero__stats strong { color: var(--green-bright); }

.button--primary,
.button--small { background: var(--red); color: #fff; }
.button--primary:hover,
.button--small:hover { background: var(--red-dark); }
.button--outline { border-color: var(--green-bright); color: #fff; background: rgba(7,137,48,.10); }
.button--outline:hover { background: var(--green); }
.button--ghost:hover { border-color: var(--green-bright); color: #fff; }
.text-link { color: var(--green-bright); }

.trust-strip {
  background: linear-gradient(90deg, var(--red) 0 49.5%, #050505 49.5% 50.5%, var(--green) 50.5% 100%);
}
.trust-strip__grid > div { background: rgba(0,0,0,.12); }

/* Replace pale sections with a premium dark storefront */
.section { background: #090909; color: var(--white); }
.section:nth-of-type(even) { background: #0e0e0e; }
.section--dark { background: #050505; }
.section-heading { border-bottom: 1px solid rgba(7,137,48,.34); padding-bottom: 18px; }

.product-card {
  background: var(--panel-raised);
  color: var(--white);
  border: 1px solid rgba(255,255,255,.10);
  box-shadow: var(--shadow);
}
.product-card:hover { border-color: rgba(7,137,48,.65); }
.product-card__meta { color: var(--green-bright); }
.product-card__models { color: var(--muted); }
.product-card__footer { border-top: 1px solid rgba(255,255,255,.09); padding-top: 14px; }
.badge { background: var(--green-bright); color: #001a08; }
.preview-button { border: 1px solid rgba(255,255,255,.35); }
.placeholder-image { background: linear-gradient(145deg, #080808, #650d20); }
.placeholder-image--two { background: linear-gradient(145deg, #080808, #075d24); }
.placeholder-image--three { background: linear-gradient(145deg, #5a0b1c, #07170d); }
.placeholder-image--four { background: linear-gradient(145deg, #050505, #1b1b1b); }

.model-card { background: var(--panel); border-color: rgba(7,137,48,.34); }
.model-card:hover { border-color: var(--green-bright); }
.model-card a { color: var(--green-bright); }

.category-grid a {
  background: linear-gradient(135deg, #121212, #080808);
  border-left-color: var(--red);
  border-bottom: 1px solid rgba(7,137,48,.32);
}
.category-grid a:hover { border-left-color: var(--green-bright); background: linear-gradient(135deg, #171717, #07150c); }

.custom-section { background: linear-gradient(120deg, #650b1d 0%, var(--red) 48%, #045c20 100%); }
.custom-section__steps div { background: rgba(0,0,0,.42); }
.custom-section__steps span { color: #8cffad; }

.featured-post,
.post-list article { background: var(--panel-raised); color: #fff; border: 1px solid rgba(255,255,255,.10); }
.featured-post__content p,
.post-list article p { color: var(--muted); }
.post-list article { border-left-color: var(--red); }
.post-list a { color: var(--green-bright); }
.featured-post__image { background: linear-gradient(135deg, #070707, #720f25 55%, #075e24); }

.about-section { background: linear-gradient(135deg, #050505, #100608 55%, #041009); border-top: 1px solid rgba(200,16,46,.30); }
.newsletter { background: #090909; border-top: 1px solid rgba(7,137,48,.35); }
.newsletter__form input { border-color: rgba(7,137,48,.55); }

.site-footer { background: #010101; border-top: 3px solid; border-image: linear-gradient(90deg,var(--red) 0 48%,#050505 48% 52%,var(--green) 52% 100%) 1; }
.footer-grid a:hover { color: var(--green-bright); }
.toast { background: var(--green-bright); color: #001708; }

.age-gate {
  background:
    radial-gradient(circle at 25% 20%, rgba(200,16,46,.27), transparent 35%),
    radial-gradient(circle at 75% 80%, rgba(7,137,48,.23), transparent 35%),
    rgba(0,0,0,.98);
}
.age-gate__panel { border-top: 4px solid var(--red); border-bottom: 4px solid var(--green); }
