:root{
  --bg:#0b0b0b; --card:#0f0f10; --muted:#9aa0a6;
  --ring:#2a2a2e; --text:#ffffff; --pad: clamp(16px, 3vw, 28px);
  --radius: 18px; --max: 600px;
}
*{box-sizing:border-box}

body{
  margin:0; 
  font-family: ui-sans-serif, system-ui, -apple-system, sans-serif;
  background: radial-gradient(1200px 1200px at 50% -200px,#1a1a1c 0%, transparent 50%), var(--bg);
  color:var(--text); 
  min-height: 100vh; display:flex; flex-direction: column; align-items:center; padding:40px 18px;
}

.wrap{
  width: min(var(--max), 100%); 
  display:flex; flex-direction:column; gap:24px; flex: 1;
}

.card{
  background: linear-gradient(180deg, #111113, #0e0e0f);
  border: 1px solid var(--ring); border-radius: var(--radius);
  box-shadow: 0 20px 60px rgba(0,0,0,.45); overflow:hidden;
}

.section{ padding: var(--pad); }
.hero{text-align:center; padding: clamp(28px, 6vw, 60px) var(--pad) clamp(18px, 4vw, 36px);}

.eyebrow{ letter-spacing:.12em; text-transform:uppercase; color:var(--muted); font-weight:600; font-size:12px; }
h1{ margin:8px 0 6px; font-size: clamp(28px, 6vw, 56px); line-height:1.06; font-weight:800; }
.sub{ color:var(--muted); font-size: clamp(14px, 2.5vw, 18px); }

.img-wrap{ margin-top: clamp(12px, 3vw, 18px); border-radius: 16px; overflow:hidden; border:1px solid #1f1f22; background:#0a0a0b; }
.img-wrap img{ display:block; width:100%; height:auto; }

.row{ display:flex; gap:12px; flex-wrap:wrap; justify-content:center; margin-top:14px; }

.btn{
  border:1px solid var(--ring); background:#151517; color:#fff;
  padding:10px 14px; border-radius:12px; font-weight:700; text-decoration:none;
  display:inline-flex; align-items:center; gap:8px; transition: background 0.2s;
}
.btn:hover { background: #2a2a2e; }

.profile{ display:flex; align-items:center; gap:16px; justify-content:center; text-align:center; }
.pfp{ width:76px; height:76px; border-radius:50%; background: #0d0d0f; border:1px solid var(--ring); overflow:hidden; flex:0 0 auto; }
.pfp img{ width:100%; height:100%; object-fit:cover; display:block; }
.name{ font-size: clamp(22px, 4.5vw, 34px); font-weight:800; }
.handle{ color:var(--muted); font-size:14px; }

.socials{ display:grid; grid-template-columns: repeat(2,1fr); gap:12px; text-align:center; }
.soc{ border:1px solid var(--ring); border-radius:14px; padding:14px; background: linear-gradient(180deg, #121214, #0f0f10); }
.soc .logo{ font-size: 24px; margin:0 auto 10px; display:block; }
.soc .user{ font-weight:700; }
.soc .count{ color:var(--muted); font-size:13px; margin-top:2px; }

.milestones h2{ margin:0 0 6px; font-size: clamp(18px, 3.6vw, 24px); }
.milestones p{ margin:0 0 12px; color:var(--muted); }
.chart{ width:100%; height:240px; border-radius:14px; border:1px solid var(--ring); background:#0c0c0e; }
.footnote{ color:var(--muted); font-size:12px; text-align:center; margin-top:8px; }

.discord{ text-align:center; padding: var(--pad); }
.discord a{ display:inline-block; background:#5865F2; color:#fff; padding:12px 18px; border-radius:10px; text-decoration:none; font-weight:700; }
.discord a:hover { background: #4752c4; }

footer { margin-top: 40px; text-align: center; padding-bottom: 20px; }
footer a { color:#555; text-decoration:none; font-size:12px; margin:0 10px; text-transform:uppercase; letter-spacing:1px; font-weight: 600; }
footer a:hover { color: #888; }

/* --- FOOTER STYLES --- */
.site-footer {
    margin-top: 60px;
    padding: 40px 20px;
    text-align: center;
    border-top: 1px solid var(--ring); /* Subtle separator line */
    background: linear-gradient(180deg, transparent, rgba(0,0,0,0.5));
    width: 100%;
}

.footer-socials {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 24px;
    flex-wrap: wrap;
}

.footer-socials a {
    color: var(--muted);
    text-decoration: none;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    transition: color 0.2s ease, transform 0.2s ease;
}

.footer-socials a:hover {
    color: #fff;
    transform: translateY(-2px); /* Little hop effect */
}

.footer-legal {
    margin-bottom: 24px;
}

.footer-legal a {
    color: var(--muted);
    text-decoration: none;
    font-size: 12px;
    opacity: 0.7;
}

.footer-legal a:hover {
    text-decoration: underline;
    opacity: 1;
}

.footer-legal .sep {
    color: var(--ring);
    margin: 0 8px;
}

.footer-copy {
    color: var(--ring); /* Very dark/subtle */
    font-size: 11px;
    line-height: 1.5;
}

.footer-copy .location {
    opacity: 0.5;
    font-style: italic;
}

/* NAVBAR STYLES */
.navbar {
    position: sticky; top: 20px; z-index: 100;
    background: rgba(15, 15, 16, 0.85);
    backdrop-filter: blur(12px);
    border: 1px solid var(--ring);
    border-radius: 100px;
    padding: 8px 16px;
    display: flex; align-items: center; justify-content: space-between;
    width: min(var(--max), 100%);
    margin-bottom: 24px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.5);
}

.nav-brand {
    font-weight: 900; letter-spacing: -0.05em; font-size: 18px; padding-left: 8px;
    color: #fff;
}

.nav-links { display: flex; gap: 4px; }

.nav-btn {
    background: transparent; border: none; color: var(--muted);
    font-weight: 600; font-size: 14px; cursor: pointer;
    padding: 8px 16px; border-radius: 20px;
    transition: all 0.2s;
}

.nav-btn:hover { color: #fff; background: rgba(255,255,255,0.05); }

.nav-btn.active {
    background: #fff; color: #000;
}

/* Make sure content area fills space */
#content-area { width: 100%; display: flex; flex-direction: column; gap: 24px; }

/* --- PARTNERS & LIST LAYOUTS --- */

.section-title {
    text-align: center;
    margin-bottom: 8px;
    margin-top: 0;
}

.section-subtitle {
    text-align: center;
    color: var(--muted);
    font-size: 13px;
    margin-bottom: 24px;
    margin-top: 0;
}

.ad-tag {
    border: 1px solid #444;
    padding: 1px 4px;
    border-radius: 4px;
    font-size: 10px;
    opacity: 0.7;
}

.partners-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
}

/* THE CARD STYLE */
.partner-card {
    display: flex;
    align-items: center;
    gap: 16px;
    background: #151517;
    padding: 16px;
    border-radius: 14px;
    border: 1px solid var(--ring);
    text-decoration: none; /* Removes blue link lines */
    color: inherit;        /* Keeps text white */
    transition: background 0.2s, transform 0.2s;
    overflow: hidden;      /* Prevents spilling */
}

.partner-card:hover {
    background: #1f1f22;
    transform: translateX(4px);
}

/* IMAGE CONTAINER (Left Side) - Updated for "Zoom/Fill" Look */
.partner-icon-wrap {
    width: 60px;
    height: 60px;
    background: #0b0b0b;
    border-radius: 12px;  /* Slightly rounder */
    border: 1px solid #2a2a2e;
    flex-shrink: 0;
    
    /* THE FIX: Remove padding and clip the image */
    padding: 0; 
    overflow: hidden; 
    display: flex;
    align-items: center;
    justify-content: center;
}

.partner-img {
    width: 100%;
    height: 100%;
    /* THE FIX: 'cover' zooms the image to fill the square completely */
    object-fit: cover; 
    display: block;
}

/* Ensure the layout stays strong */
.partner-card {
    display: flex;
    align-items: center;
    gap: 16px;
    background: #151517;
    padding: 12px; /* Slightly tighter padding on the card itself */
    border-radius: 14px;
    border: 1px solid var(--ring);
    text-decoration: none;
    color: inherit;
    transition: background 0.2s, transform 0.2s;
    overflow: hidden;
}

.partner-card:hover {
    background: #1f1f22;
    transform: translateX(4px);
}

/* INFO CONTAINER (Right Side) */
.partner-info {
    flex: 1;
    min-width: 0; /* CRITICAL: Allows text truncation to work */
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.partner-name {
    font-weight: 700;
    font-size: 15px;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 4px;
}

.partner-desc {
    font-size: 13px;
    color: var(--muted);
    margin-bottom: 8px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* BADGES (Codes & Offers) */
.partner-meta {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.code-badge {
    background: #2a2a2e;
    color: #fff;
    padding: 3px 8px;
    border-radius: 6px;
    font-size: 11px;
    font-family: monospace;
    border: 1px solid #444;
}

.offer-badge {
    background: rgba(255, 50, 50, 0.15); /* Subtle red tint */
    color: #ff8888;
    padding: 3px 8px;
    border-radius: 6px;
    font-size: 11px;
    font-weight: 600;
    border: 1px solid rgba(255, 50, 50, 0.3);
}

/* --- GEAR / SETUP TAB STYLES --- */

.setup-image-container {
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid var(--ring);
    box-shadow: 0 10px 40px rgba(0,0,0,0.5);
    margin-bottom: 24px;
}

.setup-img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.3s ease;
}

.setup-image-container:hover .setup-img {
    transform: scale(1.02);
}

.category-header {
    font-size: 14px; 
    margin: 0 0 12px; 
    color: #fff; 
    text-transform: uppercase; 
    letter-spacing: 0.05em;
    border-bottom: 1px solid var(--ring);
    padding-bottom: 8px;
    opacity: 0.9;
}

.category-spacer {
    margin-top: 32px;
}

.specs-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}

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

.spec-item {
    background: #151517;
    border: 1px solid var(--ring);
    padding: 12px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.spec-icon {
    font-size: 20px;
    background: #0b0b0b;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    border: 1px solid #2a2a2e;
    flex-shrink: 0;
}

.spec-label {
    color: var(--muted);
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 2px;
}

.spec-value {
    color: #fff;
    font-weight: 700;
    font-size: 13px;
    line-height: 1.3;
}

.spec-icon-wrap {
    width: 52px;           /* FIXED SIZE: The width of the square */
    height: 52px;          /* FIXED SIZE: The height of the square */
    background: #0b0b0b;
    border-radius: 12px;   /* Rounded corners */
    border: 1px solid #2a2a2e;
    flex-shrink: 0;        /* FORCE: Never let this shrink */
    
    /* THE FILL MAGIC */
    padding: 0;            /* ZERO Padding: Image touches edges */
    overflow: hidden;      /* Clip the image to the rounded corners */
    display: flex;
    align-items: center;
    justify-content: center;
}

.spec-img {
    width: 100%;
    height: 100%;
    object-fit: cover;     /* COVER: Zooms image to fill 100% of the box */
    display: block;
}

/* Ensure the row layout handles the larger icon */
.spec-item {
    background: #151517;
    border: 1px solid var(--ring);
    padding: 12px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    gap: 16px;             /* Slightly more gap for the bigger icon */
    transition: background 0.2s;
}

.spec-item:hover {
    background: #1f1f22;
}

/* --- MORE / INFO TAB STYLES --- */

.info-card {
    background: #151517;
    border: 1px solid var(--ring);
    border-radius: 14px;
    padding: 20px;
    margin-bottom: 12px;
}

.info-title {
    margin: 0 0 10px;
    font-size: 16px;
    color: #fff;
    font-weight: 700;
}

.info-text {
    color: var(--muted);
    font-size: 14px;
    line-height: 1.6;
    margin: 0;
}

.info-list {
    margin: 8px 0 0 20px;
    padding: 0;
    color: var(--muted);
    font-size: 14px;
}

.info-list li {
    margin-bottom: 4px;
}

/* --- CONTACT / MEDIA KIT STYLES --- */

.pitch-card {
    background: linear-gradient(135deg, #1a1a1c, #0e0e0f);
    border: 1px solid var(--ring);
    border-radius: 14px;
    padding: 24px;
    margin-bottom: 12px;
}

.info-card {
    background: #151517;
    border: 1px solid var(--ring);
    border-radius: 14px;
    padding: 20px;
    margin-bottom: 12px;
}

.info-title {
    margin: 0 0 12px;
    font-size: 16px;
    color: #fff;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.info-text {
    color: var(--muted);
    font-size: 14px;
    line-height: 1.6;
    margin: 0;
}

.info-text strong {
    color: #fff;
}

/* Services Grid (The 2x2 Box) */
.services-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.service-item {
    background: #0b0b0b;
    border: 1px solid #2a2a2e;
    border-radius: 8px;
    padding: 10px 14px;
    font-size: 13px;
    font-weight: 600;
    color: #ddd;
    display: flex;
    align-items: center;
    gap: 10px;
}

.service-icon {
    font-size: 16px;
}

/* Contact Buttons */
.contact-stack {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.contact-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #151517;
    border: 1px solid var(--ring);
    border-radius: 14px;
    padding: 16px 20px;
    text-decoration: none;
    color: inherit;
    transition: background 0.2s, transform 0.2s, border-color 0.2s;
}

.contact-link:hover {
    background: #1f1f22;
    transform: translateX(4px);
}

/* Highlight the Email button slightly more */
.primary-contact {
    background: linear-gradient(90deg, #151517, #1a1a1e);
    border-color: #444;
}

.primary-contact:hover {
    border-color: #666;
}

.contact-label {
    font-weight: 700;
    font-size: 15px;
    color: #fff;
}

.contact-value {
    font-size: 13px;
    color: var(--muted);
    margin-top: 2px;
    font-family: monospace; /* Makes email easier to read */
}

.arrow-icon {
    color: var(--muted);
    font-size: 20px;
}

/* --- HOME / HIGHLIGHTS STYLES --- */

/* Status Badge */
.status-badge {
    display: flex; align-items: center; gap: 6px;
    padding: 6px 12px; border-radius: 100px; border: 1px solid var(--ring);
    font-size: 11px; font-weight: 700; letter-spacing: 0.05em;
}

.status-offline { background: #1a1a1c; color: var(--muted); }
.status-live { background: #2a0000; color: #ff4444; border-color: #550000; box-shadow: 0 0 15px rgba(255,0,0,0.2); }

.status-dot { width: 8px; height: 8px; border-radius: 50%; background: currentColor; }

/* Milestone Progress Bar */
.progress-track {
    width: 100%;
    height: 8px;
    background: #2a2a2e;
    border-radius: 4px;
    overflow: hidden;
}

.progress-fill {
    height: 100%;
    background: linear-gradient(90deg, #fff, #999);
    border-radius: 4px;
    transition: width 1s ease-out;
}

/* Highlights Grid */
.highlights-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

/* Highlight Card */
.highlight-card {
    text-decoration: none;
    color: #fff;
    group: hover;
}

.thumb-wrap {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    aspect-ratio: 16/9; /* Standard Video Shape */
    border: 1px solid var(--ring);
    margin-bottom: 8px;
}

.thumb-img {
    width: 100%; height: 100%; object-fit: cover;
    transition: transform 0.3s ease;
}

.highlight-card:hover .thumb-img {
    transform: scale(1.05);
}

.highlight-title {
    font-size: 13px;
    font-weight: 600;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* Limit to 2 lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Badges on Thumbnail */
.view-badge {
    position: absolute;
    bottom: 6px; left: 6px;
    background: rgba(0,0,0,0.8);
    color: #fff;
    font-size: 10px; font-weight: 700;
    padding: 2px 6px;
    border-radius: 4px;
    backdrop-filter: blur(4px);
}

.type-badge {
    position: absolute;
    top: 6px; right: 6px;
    background: #000; /* Default Black for Shorts */
    color: #fff;
    font-size: 9px; font-weight: 800; text-transform: uppercase;
    padding: 2px 5px;
    border-radius: 3px;
}
/* --- HALL OF FAME GRIDS --- */

/* Grid Layouts */
.grid-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
}

.grid-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}

/* Aspect Ratios */
.thumb-wrap {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid var(--ring);
    margin-bottom: 8px;
    background: #000;
}

.ratio-vertical {
    aspect-ratio: 9/16; /* Tall for Shorts */
}

.ratio-landscape {
    aspect-ratio: 16/9; /* Wide for Videos */
}

/* Images & Hover */
.highlight-card {
    text-decoration: none;
    color: #fff;
    display: block; /* Ensure the whole area is clickable */
}

.thumb-img {
    width: 100%; 
    height: 100%; 
    object-fit: cover;
    transition: transform 0.3s ease;
    opacity: 0.9;
}

.highlight-card:hover .thumb-img {
    transform: scale(1.05);
    opacity: 1;
}

.highlight-title {
    font-size: 12px;
    font-weight: 600;
    line-height: 1.3;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Badges */
.view-badge {
    position: absolute;
    bottom: 4px; left: 4px;
    background: rgba(0,0,0,0.8);
    color: #fff;
    font-size: 9px; font-weight: 700;
    padding: 2px 5px;
    border-radius: 4px;
    backdrop-filter: blur(2px);
}

.type-badge {
    position: absolute;
    top: 4px; right: 4px;
    background: rgba(0,0,0,0.6);
    color: #fff;
    font-size: 8px; font-weight: 800; text-transform: uppercase;
    padding: 2px 4px;
    border-radius: 3px;
    border: 1px solid rgba(255,255,255,0.1);
}

.red-badge {
    background: #cc0000;
    border: none;
}
/* --- HOME TAB LAYOUTS --- */

.header-layout {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.profile-group {
    display: flex;
    align-items: center;
    gap: 12px;
}

.profile-name {
    font-weight: 800;
    font-size: 16px;
    line-height: 1.2;
}

.profile-role {
    font-size: 12px;
    color: var(--muted);
}

/* Milestone Section */
.milestone-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 12px;
}

.milestone-label {
    color: var(--muted);
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-weight: 700;
    margin-bottom: 4px;
}

.milestone-target {
    font-size: 24px;
    font-weight: 900;
    line-height: 1.1;
    color: #fff;
}

.milestone-current {
    text-align: right;
}

.stat-big {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
}

.stat-small {
    color: var(--muted);
    font-size: 11px;
    margin-top: 2px;
}