/* ============================================
   double-standard.org - Neubrutalism Raw Edges
   ============================================ */

/* --- Reset & Base --- */
*, *::before, *::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    background: #FAFAFA;
    color: #1A1A1A;
    font-family: 'Work Sans', sans-serif;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.65;
    overflow-x: hidden;
}

mark {
    background: #FFE066;
    padding: 0 4px;
    color: #1A1A1A;
}

/* --- HERO / SLAP --- */
.hero {
    position: relative;
    width: 100%;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 2rem 5vw;
    overflow: hidden;
    background: #FAFAFA;
}

.hero-diagonal-band {
    position: absolute;
    top: -60px;
    right: -60px;
    width: 300px;
    height: 300px;
    background: #E63946;
    transform: rotate(45deg);
    z-index: 1;
}

.hero-stamp {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-15deg);
    font-family: 'Anton', sans-serif;
    font-size: 15vw;
    color: #1A1A1A;
    opacity: 0.06;
    white-space: nowrap;
    pointer-events: none;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    z-index: 0;
}

.hero-title {
    font-family: 'Anton', sans-serif;
    font-size: clamp(3rem, 8vw, 7rem);
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: -0.02em;
    line-height: 1;
    transform: rotate(-2deg);
    position: relative;
    z-index: 2;
    animation: shake-error 0.3s ease-in-out 1;
}

.hero-title .dot {
    color: #E63946;
}

.hero-tagline {
    font-family: 'Work Sans', sans-serif;
    font-size: clamp(1rem, 2vw, 1.4rem);
    color: #6B6B6B;
    margin-top: 1.5rem;
    transform: rotate(-2deg);
    position: relative;
    z-index: 2;
}

@keyframes shake-error {
    0%, 100% { transform: rotate(-2deg) translateX(0); }
    25% { transform: rotate(-2deg) translateX(-2px); }
    50% { transform: rotate(-2deg) translateX(2px); }
    75% { transform: rotate(-2deg) translateX(-2px); }
}

/* --- EVIDENCE BLOCKS --- */
.evidence-section {
    padding: 4rem 5vw;
    position: relative;
}

.evidence-block {
    border: 3px solid #1A1A1A;
    padding: 2.5rem 2rem;
    margin-bottom: 1rem;
    position: relative;
    background: #FAFAFA;
    width: clamp(60vw, 75vw, 90vw);
    opacity: 0;
    transition: opacity 0s;
}

.evidence-block.visible {
    opacity: 1;
}

.evidence-block h2 {
    font-family: 'Anton', sans-serif;
    font-size: clamp(1.8rem, 4vw, 3rem);
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: -0.02em;
    margin-bottom: 1rem;
    color: #1A1A1A;
}

.evidence-block p {
    font-family: 'Work Sans', sans-serif;
    font-size: 1rem;
    line-height: 1.65;
    color: #1A1A1A;
}

.block-1 {
    transform: rotate(-1deg);
    margin-left: 2vw;
}

.block-2 {
    transform: rotate(1.5deg);
    margin-left: auto;
    margin-top: -25px;
}

.block-3 {
    transform: rotate(-0.5deg);
    margin-left: 8vw;
    margin-top: -30px;
}

.block-4 {
    transform: rotate(1deg);
    margin-left: 3vw;
}

.block-5 {
    transform: rotate(-1.5deg);
    margin-left: auto;
    margin-top: -20px;
}

/* --- COMPARISON STRIPS --- */
.comparison-section {
    padding: 4rem 5vw;
}

.comparison-strip {
    display: flex;
    align-items: stretch;
    margin-bottom: 2rem;
    border: 3px solid #1A1A1A;
    position: relative;
    overflow: hidden;
}

.strip-left,
.strip-right {
    flex: 1;
    padding: 2rem;
    transition: opacity 0.2s ease-out;
}

.strip-left {
    background: #457B9D;
    color: #FAFAFA;
}

.strip-right {
    background: #E8D5B7;
    color: #1A1A1A;
}

.strip-left h3,
.strip-right h3 {
    font-family: 'Anton', sans-serif;
    font-size: clamp(1.4rem, 3vw, 2rem);
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: -0.02em;
    margin-bottom: 0.75rem;
}

.strip-left p,
.strip-right p {
    font-family: 'Work Sans', sans-serif;
    font-size: 1rem;
    line-height: 1.65;
}

.strip-vs {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: 'Anton', sans-serif;
    font-size: clamp(2rem, 4vw, 3.5rem);
    font-weight: 400;
    color: #E63946;
    background: #FAFAFA;
    border: 3px solid #1A1A1A;
    padding: 0.3rem 1rem;
    z-index: 3;
    text-transform: uppercase;
}

/* Hover: dim the opposite side */
.comparison-strip:hover .strip-left {
    opacity: 0.4;
}

.comparison-strip:hover .strip-right {
    opacity: 0.4;
}

.comparison-strip .strip-left:hover {
    opacity: 1;
}

.comparison-strip .strip-right:hover {
    opacity: 1;
}

.comparison-strip .strip-left:hover ~ .strip-right {
    opacity: 0.4;
}

/* --- CALL-OUT BAND --- */
.callout-band {
    background: #E63946;
    padding: 4rem 5vw;
    position: relative;
    overflow: hidden;
}

.callout-text {
    font-family: 'Anton', sans-serif;
    font-size: clamp(2rem, 5vw, 4.5rem);
    font-weight: 400;
    color: #FAFAFA;
    text-transform: uppercase;
    letter-spacing: -0.02em;
    line-height: 1.15;
    transform: scale(0.98);
    transition: transform 0.4s ease-out;
}

.callout-band.in-view .callout-text {
    transform: scale(1);
}

/* --- FOOTER MANIFESTO --- */
.manifesto {
    background: #1A1A1A;
    padding: 4rem 5vw;
    position: relative;
    min-height: 40vh;
    display: flex;
    align-items: flex-start;
}

.manifesto-text {
    font-family: 'Courier Prime', monospace;
    font-size: 0.95rem;
    line-height: 1.7;
    color: #FAFAFA;
    max-width: 70ch;
    overflow: hidden;
    white-space: pre-wrap;
}

.manifesto-text.typing {
    border-right: 0.6em solid #FAFAFA;
    animation: cursor-blink 0.6s steps(1) infinite;
}

.manifesto-cursor {
    display: none;
}

@keyframes cursor-blink {
    0%, 49% { border-right-color: #FAFAFA; }
    50%, 100% { border-right-color: transparent; }
}

/* --- Evidence lower section --- */
.evidence-lower {
    padding-top: 2rem;
}

/* --- Responsive --- */
@media (max-width: 768px) {
    .comparison-strip {
        flex-direction: column;
    }

    .strip-vs {
        position: relative;
        top: auto;
        left: auto;
        transform: none;
        text-align: center;
        margin: 0 auto;
        display: block;
        width: fit-content;
    }

    .evidence-block {
        width: 90vw;
        margin-left: 2vw;
    }

    .hero-diagonal-band {
        width: 200px;
        height: 200px;
    }
}
