/*
Theme Name: RadarGayMen
Theme URI: https://radargaymen.com
Author: RadarGayMen
Author URI: https://radargaymen.com
Description: A bold red and black one-page theme for RadarGayMen.com — a gay porn search network. Includes an 18+ age verification gate, a hero welcome section, a search call-to-action button, and a legal disclaimer footer.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: radargaymen
*/

/* ============================
   RESET & BASE
============================ */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --red: #e50914;
    --red-dark: #b0060f;
    --red-glow: rgba(229, 9, 20, 0.55);
    --black: #0a0a0a;
    --black-soft: #141414;
    --gray: #b3b3b3;
    --white: #ffffff;
}

html, body {
    height: 100%;
}

body {
    font-family: 'Poppins', 'Segoe UI', Helvetica, Arial, sans-serif;
    background: radial-gradient(ellipse at top, #1a0000 0%, var(--black) 55%, #000000 100%);
    color: var(--white);
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    overflow-x: hidden;
}

a {
    color: var(--red);
    text-decoration: none;
    transition: color 0.25s ease;
}

a:hover {
    color: #ff2b34;
}

/* ============================
   SITE HEADER
============================ */
.site-header {
    text-align: center;
    padding: 40px 20px 10px;
}

.brand {
    font-size: clamp(1.8rem, 5vw, 3rem);
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.brand .radar {
    color: var(--white);
}

.brand .gay {
    color: var(--red);
    text-shadow: 0 0 18px var(--red-glow);
}

.brand .men {
    color: var(--white);
}

.brand .dot {
    color: var(--red);
}

.tagline-badge {
    display: inline-block;
    margin-top: 12px;
    padding: 6px 18px;
    border: 1px solid var(--red);
    border-radius: 40px;
    font-size: 0.75rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--red);
    background: rgba(229, 9, 20, 0.08);
}

/* ============================
   HERO / MAIN CONTENT
============================ */
.hero {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 40px 24px 60px;
    max-width: 900px;
    margin: 0 auto;
}

.hero h1 {
    font-size: clamp(1.6rem, 4.5vw, 2.8rem);
    font-weight: 800;
    line-height: 1.25;
    margin-bottom: 26px;
    text-shadow: 0 4px 24px rgba(0, 0, 0, 0.7);
}

.hero h1 .highlight {
    color: var(--red);
    text-shadow: 0 0 22px var(--red-glow);
}

.hero p {
    font-size: clamp(1rem, 2.2vw, 1.25rem);
    color: var(--gray);
    line-height: 1.7;
    max-width: 700px;
    margin-bottom: 40px;
}

/* ============================
   SEARCH BUTTON
============================ */
.search-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 18px 46px;
    font-size: 1.15rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--white);
    background: linear-gradient(135deg, var(--red) 0%, var(--red-dark) 100%);
    border: none;
    border-radius: 50px;
    cursor: pointer;
    box-shadow: 0 8px 30px var(--red-glow);
    transition: transform 0.2s ease, box-shadow 0.25s ease;
}

.search-btn:hover {
    transform: translateY(-3px) scale(1.03);
    box-shadow: 0 12px 40px var(--red-glow);
    color: var(--white);
}

.search-btn:active {
    transform: translateY(0);
}

.search-btn svg {
    width: 22px;
    height: 22px;
    fill: currentColor;
}

/* ============================
   AGE / SITE WARNING NOTICE
============================ */
.age-notice {
    margin-top: 46px;
    max-width: 620px;
    padding: 18px 24px;
    border: 1px solid rgba(229, 9, 20, 0.4);
    border-left: 4px solid var(--red);
    border-radius: 8px;
    background: rgba(229, 9, 20, 0.06);
    font-size: 0.85rem;
    color: var(--gray);
    line-height: 1.6;
}

.age-notice strong {
    color: var(--red);
}

/* ============================
   FOOTER
============================ */
.site-footer {
    text-align: center;
    padding: 26px 24px 34px;
    border-top: 1px solid #1f1f1f;
    background: rgba(0, 0, 0, 0.55);
}

.site-footer .disclaimer {
    font-size: 0.68rem;
    color: #6f6f6f;
    line-height: 1.6;
    max-width: 780px;
    margin: 0 auto 10px;
}

.site-footer .copyright {
    font-size: 0.68rem;
    color: #4d4d4d;
}

/* ============================
   AGE VERIFICATION MODAL
============================ */
.age-gate {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.92);
    backdrop-filter: blur(6px);
    padding: 20px;
}

.age-gate.hidden {
    display: none;
}

.age-gate__box {
    max-width: 480px;
    width: 100%;
    background: var(--black-soft);
    border: 1px solid var(--red);
    border-radius: 14px;
    padding: 40px 34px;
    text-align: center;
    box-shadow: 0 0 60px rgba(229, 9, 20, 0.35);
    animation: pop 0.35s ease;
}

@keyframes pop {
    from { opacity: 0; transform: scale(0.9); }
    to { opacity: 1; transform: scale(1); }
}

.age-gate__box .logo {
    font-size: 1.4rem;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.age-gate__box .logo .red { color: var(--red); }

.age-gate__box .icon {
    font-size: 3rem;
    margin-bottom: 10px;
}

.age-gate__box h2 {
    font-size: 1.5rem;
    margin-bottom: 16px;
    color: var(--white);
}

.age-gate__box p {
    font-size: 0.95rem;
    color: var(--gray);
    line-height: 1.6;
    margin-bottom: 28px;
}

.age-gate__box p .warn {
    color: var(--red);
    font-weight: 700;
}

.age-gate__buttons {
    display: flex;
    gap: 14px;
    flex-direction: column;
}

.btn-enter, .btn-leave {
    padding: 15px 20px;
    font-size: 1rem;
    font-weight: 700;
    border-radius: 50px;
    cursor: pointer;
    border: none;
    transition: transform 0.15s ease, background 0.2s ease;
}

.btn-enter {
    background: linear-gradient(135deg, var(--red) 0%, var(--red-dark) 100%);
    color: var(--white);
    box-shadow: 0 6px 22px var(--red-glow);
}

.btn-enter:hover { transform: translateY(-2px); }

.btn-leave {
    background: transparent;
    color: var(--gray);
    border: 1px solid #333;
}

.btn-leave:hover { color: var(--white); border-color: #555; }

.age-gate__box .fineprint {
    margin-top: 20px;
    font-size: 0.7rem;
    color: #666;
}

@media (max-width: 480px) {
    .age-gate__box { padding: 30px 22px; }
    .search-btn { padding: 16px 34px; font-size: 1rem; }
}
