:root {

  /* ==========================================================================
     COLORS - PRIMARY PALETTE
     ========================================================================== */

  /* Brand Colors */
  --color-primary: #f74672;           /* Main brand red */
  --color-primary-dark: #c3395c;      /* Darker red for hover states */
  --color-primary-light: #e05e97;     /* Lighter red for highlights */

  --color-secondary: #c07c2b;         /* Gold/bronze accent */
  --color-secondary-dark: #a06620;    /* Darker gold */
  --color-secondary-light: #e7d7a6;   /* Light gold/cream */

  /* Base Colors */
  --base-color: #212529;              /* Primary text color (dark gray/black) */
  --base-color-light: #6c757d;        /* Secondary text (gray) */
  --base-color-lighter: #adb5bd;      /* Tertiary text (light gray) */

  /* Neutrals */
  --color-white: #ffffff;
  --color-black: #000000;
  --color-gray-50: #f9fafb;
  --color-gray-100: #f8f9fa;
  --color-gray-200: #e9ecef;
  --color-gray-300: #dee2e6;
  --color-gray-400: #ced4da;
  --color-gray-500: #adb5bd;
  --color-gray-600: #6c757d;
  --color-gray-700: #495057;
  --color-gray-800: #343a40;
  --color-gray-900: #212529;

  --font-primary: 'Outfit', Arial, Helvetica, sans-serif;
  --font-brand: 'Montserrat', Arial, Helvetica, sans-serif;
}
@font-face {
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 300 800;
  font-display: swap;
  src: url(fonts/Outfit.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url(fonts/Montserrat.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
body {
	font-family: var(--font-primary);
	color: var(--color-light);
}
h1, .h1, h2, .h2,  h3, .h3,  h4, .h4, h5, .h5, h6, .h6 {
    font-family: var(--font-brand);
    font-weight: 600;
	color: var(--color-light);
}

.logo img {
width: 250px !important;
height: auto;
}
.bg_dark, .bodyArea {
    background-color: var(--color-black);
}
.header {
    background: radial-gradient(circle farthest-side at right bottom, #000, #100004 80%, #6d424d);
}
.nav_link_global {
    color: var(--color-white);
    font-size: 1.25rem;
    font-weight: 600;
    text-transform: uppercase;
}

.getAccess {display:none;}
.getAccess {
  text-align: center;
  padding-bottom: 76px;
}
.latest_updates_custom .title{
    text-align: center;
    display: block;
} 
.getAccess a {
  font-size: 37px;
  text-transform: uppercase;
  font-weight: 600;
  padding: 20px 46px;
  display: inline-block;
}
.title h2 {
    color: var(--color-white);
    font-size: clamp(1.875rem, 1.7045rem + 0.6818vw, 2.25rem);
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
    text-shadow: -2px 1px 0 var(--color-primary);
}
.buttons_med {
    background-color: transparent;
    border: 3px solid var(--color-primary-light);
    text-transform: uppercase;
    border-radius: 2px;
}
.buttons_med:hover {
    background-color: var(--color-primary-light) !important;
    border-color: var(--color-white) !important;
    color: var(--color-white);
}
.cta {
    width: 100%;
    padding: 20px;
}
.cta__wrapper {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
    padding: 20px;
}
.cta__heading {
    color: var(--color-secondary);
    text-transform: uppercase;
    font-size: clamp(12px, 2.5vw, 15px);
    font-weight: 400;
    margin: 0 0 20px 0;
}
.cta__button {
    display: inline-block;
    text-align: center;
    text-decoration: none;
    padding: 15px 25px;
    font-size: clamp(18px, 5vw, 35px);
    letter-spacing: clamp(2px, 1vw, 8px);
    line-height: 1.3;
    font-weight: 700;
    color: var(--color-white);
    border: 3px solid var(--color-primary-light);
    text-transform: uppercase;
    border-radius: 2px;
    transition: all 0.3s ease;
    white-space: nowrap;
    max-width: 100%;
}
.cta__button:hover {
    background-color: var(--color-primary-light);
    border-color: var(--color-white);
    color: var(--color-white);
}

/* Tablet */
@media (min-width: 768px) {
    .cta__wrapper {
        padding: 30px;
    }   
    .cta__button {
        padding: 12px 30px;
        border-width: 4px;
    }
}

/* Desktop */
@media (min-width: 1024px) {
    .cta__wrapper {
        padding: 45px;
    }
}
/* Small mobile optimization */
@media (max-width: 480px) {
    .cta {
        padding: 15px;
    }   
    .cta__button {
        font-size: 16px;
        letter-spacing: 2px;
        padding: 12px 20px;
        border-width: 2px;
    }
}
.instant-access {
    display: flex;
    flex-direction: column;
    margin: 45px;
}
.instant-access h4 {
    font-family: Montserrat, Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: var(--color-secondary);
    letter-spacing: 5px;
    text-transform: uppercase;
}
ul.member-perks {
    padding-inline-start: 0;
}
.member-perks li {
    display: inline-block;
    text-transform: uppercase;
    padding: 0;
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 700;
    margin-left: 5px;
    color: var(--color-gray-200);
}
.member-perks li:before {
    content: "♥";
    position: relative;
    top: -1px;
    margin-right: 3px;
    margin-left: 3px;
    font-size: 15px;
    background: unset;
    color: var(--color-primary-light);
}

.latestUpdateB h4 {
    font-size: clamp(1.125rem, 1.0227rem + 0.4091vw, 1.35rem);
    font-weight: 600;
    line-height: 1.2;
}

/* Channels */
.channels {
    text-align: center;
    padding: 40px 20px;
}
.channels__container {
    max-width: 1200px;
    margin: 0 auto;
}
.channels__header {
    margin-bottom: 30px;
}
.channels__title {
    margin-bottom: 10px;
    color: #fff;
    text-align: center;
    text-shadow: -2px 1px 0 #e25b7d;
    margin-top: 30px;
    font-family: var(--font-brand);
    font-size: 45px;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0;
}
.channels__list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    justify-items: center;
}
.channels__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
}
.channels__logo {
    max-width: 100%;
    height: auto;
    display: block;
}
.channels__button {
    display: inline-block;
    padding: 10px 30px;
    background-color: transparent;
    color: var(--color-white);
    border: 2px solid var(--color-primary);
    text-decoration: none;
    border-radius: 2px;
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
    transition: background-color 0.3s ease;
}
.channels__button:hover {
    background: var(--color-primary);
    border: 2px solid var(--color-white);
}
/* Responsive: 1 columns on tablets */
@media (max-width: 768px) {
    .channels__list {
        grid-template-columns: 1fr;
    }
}

/* Models Page */
.modelPic {margin-bottom: 0;}
.modelBlock h4 {
    background-color: var(--color-primary);
    font-size: 1.4rem;
    font-weight: 600;
    padding: .25rem .5rem;
    text-transform: uppercase;
}
.modelBlock h4 a{
    color: var(--color-white) !important;
}
.modelBlock h4 a:hover{
    color: var(--color-secondary-light) !important;
}
.vitalStats li {
    color: var(--color-white) !important;
    font-size: 1rem !important;
}
.modelBlock h4, .iModels h4 {
    font-size: 1.4rem;
    font-weight: 600;
}