/* ============================================
   CSS VARIABLES - EDIT THESE TO CHANGE COLORS
   ============================================ */
:root {
    /* Colors */
    --color-bg: #000000;
    --color-text: #ffffff;
    --color-text-muted: rgba(255, 255, 255, 0.7);
    --color-accent: #FF0000;
    --color-accent-hover: #CC0000;
    --color-border: rgba(255, 255, 255, 0.1);

    /* Typography */
    --font-main: 'DM Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-bold: 700;
    --font-weight-black: 900;

    /* Spacing */
    --spacing-xs: 0.5rem;
    --spacing-sm: 1rem;
    --spacing-md: 2rem;
    --spacing-lg: 4rem;
    --spacing-xl: 6rem;

    /* Layout */
    --max-width: 1200px;
    --border-radius: 4px;
}

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

html {
    scroll-behavior: auto;
}

body {
    font-family: var(--font-main);
    font-weight: var(--font-weight-normal);
    background-color: var(--color-bg);
    color: var(--color-text);
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.container {
    max-width: var(--max-width);
    margin: 0 auto;
    padding: 0 var(--spacing-sm);
}

/* ============================================
   HERO SECTION
   ============================================ */
.hero {
    min-height: 100vh;
    display: flex;
    align-items: top;
    justify-content: center;
    text-align: left;
    padding: var(--spacing-sm) 0;
    padding-top: 2rem;
}

.hero h1 {
    font-size: clamp(3rem, 10vw, 8rem);
    font-weight: var(--font-weight-normal);
    line-height: 1;
    margin-bottom: var(--spacing-md);
    letter-spacing: -0.02em;
}

.hero .subheadline {
    font-size: clamp(1.25rem, 3vw, 2rem);
    
    font-weight: var(--font-weight-medium);
}

/* ============================================
   LIST SECTION
   ============================================ */
.list-section {
    padding: var(--spacing-md) 0;
   
}

.intro-text {
    margin-bottom: var(--spacing-sm);
}

.intro-text p {
    font-size: clamp(1.25rem, 3vw, 2rem);
    font-weight: var(--font-weight-normal);
    text-align: left;
   ;
}

.fucked-list {
    list-style: none;
    max-width: 900px;
    margin: 0 auto;
    counter-reset: fucked-counter;
}

.fucked-list li {
    font-size: clamp(1.125rem, 2.5vw, 1.5rem);
    line-height: 1.6;
    padding: var(--spacing-md) 0;
    border-bottom: 1px solid var(--color-border);
    position: relative;
    padding-left: 4.5rem;
}

.fucked-list li:before {
    content: counter(fucked-counter, decimal-leading-zero);
    position: absolute;
    left: 0;
    color: var(--color-text-muted);
    font-size: 0.875rem;
    font-weight: var(--font-weight-medium);
    line-height: 1.6;
    top: var(--spacing-md);
    font-variant-numeric: tabular-nums;
    letter-spacing: 0.05em;
}

.fucked-list li:last-child {
    border-bottom: none;
}

/* Progressive counter increments - starts normal, gradually increases */
.fucked-list li:nth-child(1) { counter-increment: fucked-counter 1; }
.fucked-list li:nth-child(2) { counter-increment: fucked-counter 1; }
.fucked-list li:nth-child(3) { counter-increment: fucked-counter 1; }
.fucked-list li:nth-child(4) { counter-increment: fucked-counter 1; }
.fucked-list li:nth-child(5) { counter-increment: fucked-counter 1; }
.fucked-list li:nth-child(6) { counter-increment: fucked-counter 2; }
.fucked-list li:nth-child(7) { counter-increment: fucked-counter 2; }
.fucked-list li:nth-child(8) { counter-increment: fucked-counter 3; }
.fucked-list li:nth-child(9) { counter-increment: fucked-counter 3; }
.fucked-list li:nth-child(10) { counter-increment: fucked-counter 4; }
.fucked-list li:nth-child(11) { counter-increment: fucked-counter 4; }
.fucked-list li:nth-child(12) { counter-increment: fucked-counter 5; }
.fucked-list li:nth-child(13) { counter-increment: fucked-counter 6; }
.fucked-list li:nth-child(14) { counter-increment: fucked-counter 7; }
.fucked-list li:nth-child(15) { counter-increment: fucked-counter 8; }
.fucked-list li:nth-child(16) { counter-increment: fucked-counter 9; }
.fucked-list li:nth-child(17) { counter-increment: fucked-counter 10; }
.fucked-list li:nth-child(18) { counter-increment: fucked-counter 12; }
.fucked-list li:nth-child(19) { counter-increment: fucked-counter 14; }
.fucked-list li:nth-child(20) { counter-increment: fucked-counter 16; }
.fucked-list li:nth-child(21) { counter-increment: fucked-counter 18; }
.fucked-list li:nth-child(22) { counter-increment: fucked-counter 20; }
.fucked-list li:nth-child(23) { counter-increment: fucked-counter 24; }
.fucked-list li:nth-child(24) { counter-increment: fucked-counter 28; }
.fucked-list li:nth-child(25) { counter-increment: fucked-counter 32; }
.fucked-list li:nth-child(26) { counter-increment: fucked-counter 36; }
.fucked-list li:nth-child(27) { counter-increment: fucked-counter 42; }
.fucked-list li:nth-child(28) { counter-increment: fucked-counter 48; }
.fucked-list li:nth-child(29) { counter-increment: fucked-counter 54; }
.fucked-list li:nth-child(30) { counter-increment: fucked-counter 62; }
.fucked-list li:nth-child(31) { counter-increment: fucked-counter 70; }
.fucked-list li:nth-child(32) { counter-increment: fucked-counter 445; } /* Big jump to 989 for comedy */

/* ============================================
   CTA SECTION
   ============================================ */
.cta-section {
    padding-top: var(--spacing-xl);

}

.cta-content {
    text-align: left;
    max-width: 800px;
    margin: 0 auto;
}

.cta-content h2 {
    font-size: clamp(2rem, 5vw, 4rem);
    font-weight: var(--font-weight-normal);
    margin-bottom: var(--spacing-md);
    line-height: 1.2;
}

.cta-subtext {
    font-size: clamp(1.25rem, 3vw, 2rem);
    color: var(--color-text-muted);
  
}

.cta-warning {
    font-size: clamp(1.125rem, 2.5vw, 1.5rem);
    font-weight: var(--font-weight-normal);
    margin-bottom: var(--spacing-lg);
}

.cta-button {
    display: inline-block;
    background-color: var(--color-accent);
    color: var(--color-bg);
    font-size: clamp(1.25rem, 3vw, 1.75rem);
    font-weight: var(--font-weight-bold);
    padding: 1.25rem 3rem;
    text-decoration: none;
    border-radius: var(--border-radius);
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.cta-button:hover {
    background-color: var(--color-accent-hover);
}

.cta-fine-print {
    margin-top: var(--spacing-md);
    font-size: 1rem;
    color: var(--color-text-muted);
}

/* ============================================
   CONTACT SECTION
   ============================================ */
.contact-section {
    padding: var(--spacing-sm) 0;
  
}

.contact-section h2 {
    font-size: clamp(2.5rem, 6vw, 4rem);
    font-weight: var(--font-weight-normal);
    text-align: left;
    margin-bottom: var(--spacing-sm);
}

.section-intro {
    text-align: left;
    font-size: clamp(1.125rem, 2.5vw, 1.5rem);
    color: var(--color-text-muted);
    margin-bottom: var(--spacing-md);
}

.contact-form {
    max-width: 700px;
    margin: 0 auto;
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: var(--spacing-xs);
}

.form-group {
    margin-bottom: var(--spacing-sm);
}

.form-group label {
    display: block;
    font-weight: var(--font-weight-normal);
    margin-bottom: var(--spacing-xs);
    font-size: 1rem;
}

.form-group input,
.form-group textarea {
    width: 100%;
    background-color: #000000;
    border: 0.5px solid #fff;
    color: var(--color-text);
    padding: 1rem;
    font-size: 1rem;
    font-family: var(--font-main);
}

.form-group input:focus,
.form-group textarea:focus {
    outline: none;
    border-color: var(--color-accent);
    background-color: rgba(255, 255, 255, 0.08);
}

.form-group textarea {
    resize: vertical;
    min-height: 120px;
}

.submit-button {
    width: 100%;
    background-color: var(--color-text);
    color: var(--color-bg);
    font-size: 1.25rem;
    font-weight: var(--font-weight-bold);
    padding: 1.25rem;
    border: 2px solid #fff;

    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-top: var(--spacing-sm);
}

.submit-button:hover {
    background-color: var(--color-accent-hover);
}

.submit-button:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.form-feedback {
    margin-top: var(--spacing-md);
    padding: 1rem;
    border-radius: var(--border-radius);
    text-align: center;
    font-weight: var(--font-weight-medium);
}

.form-feedback.success {
    background-color: rgba(34, 197, 94, 0.2);
    border: 1px solid rgba(34, 197, 94, 0.5);
    color: #4ade80;
}

.form-feedback.error {
    background-color: rgba(239, 68, 68, 0.2);
    border: 1px solid rgba(239, 68, 68, 0.5);
    color: #f87171;
}

/* ============================================
   FOOTER
   ============================================ */
.footer {
    padding: var(--spacing-xs) 0;

    text-align: center;
}

.footer p {
    color: var(--color-text-muted);
    margin-bottom: var(--spacing-xs);
}

.footer-tagline {
    font-size: 0.75rem;
}

/* ============================================
   RESPONSIVE DESIGN
   ============================================ */
@media (max-width: 768px) {
    .form-row {
        grid-template-columns: 1fr;
    }

    .fucked-list li {
        font-size: 1rem;
        padding-left: var(--spacing-md);
    }

    .hero {
        min-height: 60vh;
    }
}

/* ============================================
   ACCESSIBILITY
   ============================================ */
@media (prefers-reduced-motion: reduce) {
    * {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }

    html {
        scroll-behavior: auto;
    }
}

/* Focus states for keyboard navigation */
a:focus,
button:focus,
input:focus,
textarea:focus {
    outline: 2px solid var(--color-accent);
    outline-offset: 2px;
}

/* ============================================
   UTILITY CLASSES
   ============================================ */
.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
}
