
.page-hero{padding:7rem 0 4rem;background:radial-gradient(circle at 75% 20%,rgba(214,25,45,.25),transparent 32%),linear-gradient(135deg,#080808,#171717);border-bottom:1px solid rgba(255,255,255,.08)}
.page-hero h1{font-family:Anton,sans-serif;font-size:clamp(3rem,8vw,6.5rem);line-height:.95;text-transform:uppercase;margin:.35rem 0 1rem}.page-hero p:last-child{max-width:760px;font-size:1.1rem;color:#c8c8c8}.site-menu a.active{color:#fff;border-bottom:2px solid #d6192d}.filter-bar{display:grid;grid-template-columns:2fr 1fr 1fr;gap:1rem;margin-bottom:2rem}.filter-bar input,.filter-bar select,.form-card input,.form-card select,.form-card textarea,.comment-box textarea,.article-sidebar textarea{width:100%;padding:.95rem;border-radius:.4rem;border:1px solid #3a3a3a;background:#101010;color:#fff;font:inherit}.model-directory{grid-template-columns:repeat(3,1fr)}.model-directory-card{display:block}.category-directory{grid-template-columns:repeat(4,1fr)}.two-column{display:grid;grid-template-columns:1fr 1fr;gap:2.5rem;align-items:start}.panel,.form-card,.cart-summary,.comment-box,.article-sidebar{background:#151515;border:1px solid #303030;border-radius:.7rem;padding:1.5rem}.form-card{display:grid;gap:1rem}.form-card label{display:grid;gap:.45rem;font-weight:700}.checkbox-row{grid-template-columns:auto 1fr!important;align-items:start}.checkbox-row input{width:auto}.numbered-list{display:grid;gap:1.2rem;padding-left:1.5rem}.blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.post-card{background:#151515;border:1px solid #2d2d2d;border-radius:.7rem;overflow:hidden}.post-card>div:last-child{padding:1.25rem}.post-card__image{height:230px}.contact-options{display:grid;gap:1rem}.contact-options div{display:grid;gap:.25rem;padding:1rem;border-left:3px solid #d6192d;background:#141414}.cart-layout{display:grid;grid-template-columns:1.7fr .8fr;gap:2rem;align-items:start}.cart-summary{display:grid;gap:1rem;position:sticky;top:7rem}.cart-summary>div{display:flex;justify-content:space-between;gap:1rem}.button--full{width:100%}.empty-state{text-align:center;padding:4rem 1rem;border:1px dashed #444;border-radius:.7rem}.product-detail{display:grid;grid-template-columns:1.3fr 1fr;gap:2.5rem;align-items:start}.video-placeholder{aspect-ratio:16/9;background:linear-gradient(135deg,#2b0a0e,#111);display:grid;place-items:center;border-radius:.7rem}.product-detail__info{display:grid;gap:1rem}.tag-row{display:flex;flex-wrap:wrap;gap:.5rem}.tag-row span{padding:.4rem .65rem;background:#222;border-radius:99px;font-size:.85rem}.purchase-box{display:flex;justify-content:space-between;align-items:center;padding:1rem 0;border-top:1px solid #333}.purchase-box strong{font-size:1.8rem}.model-profile{display:grid;grid-template-columns:minmax(280px,.8fr) 1.2fr;gap:3rem;align-items:start}.model-profile__photo{min-height:520px;border-radius:.7rem}.profile-facts{display:grid;gap:.8rem}.profile-facts div{display:grid;grid-template-columns:150px 1fr;padding-bottom:.8rem;border-bottom:1px solid #333}.profile-facts dt{font-weight:800}.article-layout{display:grid;grid-template-columns:1.6fr .7fr;gap:2.5rem;align-items:start}.article-content{max-width:850px}.article-content p{line-height:1.8}.article-hero{height:420px;border-radius:.7rem;margin-bottom:1.5rem}.article-sidebar{position:sticky;top:7rem;display:grid;gap:1rem}.legal-page{max-width:900px}.legal-section{padding:2rem 0;border-bottom:1px solid #333}.form-message{min-height:1.2rem;color:#95d5a1}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:2rem}.footer-grid>div{display:flex;flex-direction:column;gap:.55rem}.footer-bottom{display:flex;justify-content:space-between;padding-top:1.5rem;margin-top:2rem;border-top:1px solid #333}
@media(max-width:900px){.filter-bar,.model-directory,.category-directory,.blog-grid{grid-template-columns:1fr 1fr}.two-column,.cart-layout,.product-detail,.model-profile,.article-layout,.footer-grid{grid-template-columns:1fr}.cart-summary,.article-sidebar{position:static}.model-profile__photo{min-height:420px}}
@media(max-width:620px){.filter-bar,.model-directory,.category-directory,.blog-grid{grid-template-columns:1fr}.page-hero{padding-top:5rem}.profile-facts div{grid-template-columns:1fr}.footer-bottom{flex-direction:column;gap:.5rem}}

/* Readability fixes for dark cards placed inside light page sections */
.panel,
.form-card,
.cart-summary,
.comment-box,
.article-sidebar,
.post-card,
.contact-options > div,
.empty-state {
  color: #ffffff;
}

.panel p,
.form-card p,
.cart-summary p,
.comment-box p,
.article-sidebar p,
.post-card p,
.contact-options span,
.empty-state p {
  color: #c8c8c8;
}

.form-card label,
.cart-summary strong,
.post-card h2,
.post-card h3,
.panel h2,
.panel h3,
.contact-options strong,
.article-sidebar h2,
.article-sidebar h3 {
  color: #ffffff;
}

.form-card input::placeholder,
.form-card textarea::placeholder {
  color: #929292;
}

/* Red / Black / Green theme for internal pages */
.page-hero {
  background:
    radial-gradient(circle at 78% 20%, rgba(7,137,48,.24), transparent 30%),
    radial-gradient(circle at 18% 25%, rgba(200,16,46,.24), transparent 34%),
    linear-gradient(135deg,#020202,#111);
  border-bottom: 2px solid #c8102e;
}
.site-menu a.active { color: #fff; border-bottom-color: #078930; }

.panel,
.form-card,
.cart-summary,
.comment-box,
.article-sidebar,
.post-card,
.contact-options > div,
.empty-state {
  background: #121212;
  color: #fff;
  border-color: rgba(255,255,255,.12);
  box-shadow: 0 14px 35px rgba(0,0,0,.28);
}

.panel,
.form-card,
.cart-summary,
.article-sidebar { border-top: 3px solid #078930; }
.post-card,
.contact-options > div { border-left-color: #c8102e; }
.post-card:hover { border-color: rgba(7,137,48,.75); }

.filter-bar input,
.filter-bar select,
.form-card input,
.form-card select,
.form-card textarea,
.comment-box textarea,
.article-sidebar textarea {
  background: #070707;
  color: #fff;
  border-color: rgba(7,137,48,.55);
}
.filter-bar input:focus,
.filter-bar select:focus,
.form-card input:focus,
.form-card select:focus,
.form-card textarea:focus,
.comment-box textarea:focus,
.article-sidebar textarea:focus {
  outline: 2px solid rgba(200,16,46,.65);
  border-color: #c8102e;
}

.video-placeholder { background: linear-gradient(135deg,#650c20,#080808 55%,#075b22); }
.tag-row span { background: #0b2a15; border: 1px solid rgba(7,137,48,.48); color: #d7ffe2; }
.purchase-box { border-top-color: rgba(200,16,46,.5); }
.profile-facts div,
.legal-section,
.footer-bottom { border-color: rgba(7,137,48,.30); }
.form-message { color: #73ef9a; }
.empty-state { border-style: dashed; border-color: rgba(200,16,46,.55); }

.model-directory {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.model-directory-card {
  background: #111;
  border: 1px solid rgba(0, 255, 80, 0.25);
  border-radius: 16px;
  overflow: hidden;
  transition:
    transform 0.25s ease,
    border-color 0.25s ease,
    box-shadow 0.25s ease;
}

.model-directory-card:hover {
  transform: translateY(-6px);
  border-color: #00c853;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.45);
}

.model-card__photo {
  width: 100%;
  height: 420px;
  overflow: hidden;
  background: #0a0a0a;
}

.model-card__photo img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center top;
}

.model-card__content {
  padding: 20px;
}

.model-card__content h3 {
  margin: 4px 0 10px;
  color: #fff;
  font-size: 1.4rem;
}

.model-card__content p {
  color: #d4d4d4;
}

.model-card__content .product-card__meta {
  color: #00c853;
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.model-card__content .text-link {
  display: inline-block;
  margin-top: 10px;
  color: #00e65c;
  font-weight: 700;
  text-decoration: none;
}

.model-card__content .text-link:hover {
  color: #ff1738;
}

@media (max-width: 900px) {
  .model-directory {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 600px) {
  .model-directory {
    grid-template-columns: 1fr;
  }

  .model-card__photo {
    height: 500px;
  }
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}

.product-card {
  overflow: hidden;
  background: #111;
  border: 1px solid rgba(0, 200, 83, 0.24);
  border-radius: 16px;
  transition:
    transform 0.25s ease,
    border-color 0.25s ease,
    box-shadow 0.25s ease;
}

.product-card:hover {
  transform: translateY(-6px);
  border-color: #00c853;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.45);
}

.product-card__image {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #080808;
}

.product-card__image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  transition: transform 0.3s ease;
}

.product-card:hover .product-card__image img {
  transform: scale(1.045);
}

.product-card__image .badge {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 2;
}

.product-card__body {
  padding: 18px;
}

.product-card__body h3 {
  margin: 6px 0 8px;
}

.product-card__body h3 a {
  color: #fff;
  text-decoration: none;
}

.product-card__body h3 a:hover {
  color: #ff1738;
}

.product-card__meta {
  color: #00d85a;
  font-size: 0.8rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.product-card__models {
  color: #d2d2d2;
}

.product-card__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 16px;
}

.product-card__footer strong {
  color: #fff;
  font-size: 1.1rem;
}

@media (max-width: 1100px) {
  .product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 800px) {
  .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 520px) {
  .product-grid {
    grid-template-columns: 1fr;
  }
}
