@font-face {
    font-family: 'Unbounded-Grind';
    src: url('/gritty_depot/bent_types/unbounded-v0.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Gabarito-Rough';
    src: url('/gritty_depot/bent_types/gabarito-v3.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'LineAwesome-Grind';
    src: url('/gritty_depot/bent_types/line-awesome-v1.woff2') format('woff2');
    font-weight: 400 900;
    font-style: normal;
    font-display: swap;
}

.la-grind-cogwheel,
.la-grind-shield {
    font-family: 'LineAwesome-Grind', sans-serif;
    font-weight: 700;
    font-style: normal;
    display: inline-block;
    speak: never;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.la-grind-cogwheel::before {
    content: "\f013";
}
.la-grind-shield::before {
    content: "\f3ed";
}
:root {
    --paint-peel: hsl(40, 8%, 15%);
    --rust-stain: hsl(14, 48%, 32%);
    --grime-gray: hsl(0, 0%, 26%);
    --faded-brass: hsl(45, 22%, 51%);
    --soot-black: hsl(0, 0%, 8%);
    --ash-white: hsl(60, 6%, 83%);
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    font-family: 'Gabarito-Rough', system-ui, -apple-system, 'Segoe UI', Roboto, Arial, sans-serif;
    background-color: var(--soot-black);
    color: var(--ash-white);
    line-height: 1.5;
}
.header_assembly--grimy {
    max-width: 1156px;
    width: calc(100% - 2.4rem);
    margin: 0 auto;
    padding: 1.8rem 1.2rem 1.2rem 1.2rem;
    border-bottom: 0.4rem dashed var(--rust-stain);
    position: relative;
}
.header_assembly--grimy::after {
    content: "";
    position: absolute;
    bottom: -0.8rem;
    left: 1rem;
    right: 1rem;
    height: 0.2rem;
    background: repeating-linear-gradient(90deg, var(--grime-gray) 0px, var(--grime-gray) 6px, transparent 6px, transparent 12px);
    opacity: 0.6;
}
.header_stripe_upper--stained {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2.4rem;
    padding: 0.8rem 0.4rem;
    background-color: var(--paint-peel);
    border-left: 0.3rem solid var(--faded-brass);
    transform: rotate(-0.4deg);
}
.stripe_left_panel--chipped {
    display: flex;
    gap: 1.8rem;
    flex-wrap: wrap;
    padding: 0.2rem 0;
}
.panel_link--faded {
    color: var(--ash-white);
    text-decoration: none;
    font-family: 'Unbounded-Grind', system-ui, sans-serif;
    font-size: 0.95rem;
    text-transform: uppercase;
    letter-spacing: 0.1rem;
    padding: 0.4rem 0;
    border-bottom: 0.1rem solid transparent;
    transition: border-color 0.15s ease;
}
.panel_link--faded:hover {
    border-bottom-color: var(--rust-stain);
}
.stripe_right_panel--scratched {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    padding: 0.2rem 0.6rem;
    background-color: var(--grime-gray);
    border-radius: 0 1.2rem 0 1.2rem;
}
.la-merkki--raaka {
    font-size: 1.8rem;
    color: var(--faded-brass);
}
.panel_brand--rusted {
    font-family: 'Unbounded-Grind', system-ui, sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    color: var(--ash-white);
    text-decoration: none;
    letter-spacing: -0.02em;
    text-shadow: 0.2rem 0.2rem 0 var(--rust-stain);
    display: inline-block;
}
.header_stripe_mid--worn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.2rem;
    margin-bottom: 1.4rem;
    padding: 0.8rem 1.2rem;
    background-color: var(--grime-gray);
    border-top: 0.2rem dotted var(--rust-stain);
    border-bottom: 0.2rem dotted var(--rust-stain);
}
.mid_warning--cracked {
    font-family: 'Unbounded-Grind', system-ui, sans-serif;
    font-size: 1.15rem;
    font-weight: 700;
    color: var(--faded-brass);
    text-transform: uppercase;
    letter-spacing: 0.15rem;
}
.header_stripe_lower--torn {
    text-align: center;
    padding: 1.1rem 0.6rem 0.3rem 0.6rem;
    border-top: 0.1rem solid var(--grime-gray);
    position: relative;
}
.header_stripe_lower--torn::before {
    content: "✂️";
    position: absolute;
    top: -0.7rem;
    left: 2rem;
    font-size: 1.2rem;
    opacity: 0.5;
    transform: rotate(-10deg);
}
.lower_disclaimer--stamped {
    font-size: 0.95rem;
    color: var(--ash-white);
    opacity: 0.85;
    font-style: italic;
    word-break: break-word;
}
@media (max-width: 674px) {
    .header_stripe_upper--stained {
        flex-direction: column;
        align-items: flex-start;
        gap: 1.2rem;
    }
    .stripe_left_panel--chipped {
        justify-content: center;
        width: 100%;
    }
    .panel_brand--rusted {
        font-size: 1.4rem;
    }
    .mid_warning--cracked {
        font-size: 0.95rem;
        text-align: center;
    }
}
@media (max-width: 480px) {
    .stripe_left_panel--chipped {
        gap: 1rem;
        flex-wrap: wrap;
    }
    .panel_link--faded {
        font-size: 0.8rem;
    }
    .panel_brand--rusted {
        font-size: 1.2rem;
    }
}

.age_gate_frame--rusted {
    position: fixed;
    bottom: 40px;
    right: 40px;
    max-width: 420px;
    width: calc(100% - 80px);
    background-color: var(--paint-peel);
    border: 0.3rem solid var(--rust-stain);
    border-radius: 0 2rem 0 2rem;
    box-shadow: 0.8rem 0.8rem 0 rgba(0, 0, 0, 0.4);
    transform: rotate(-1.2deg);
    z-index: 9999;
    font-family: 'Gabarito-Rough', system-ui, sans-serif;
    transition: opacity 0.2s ease;
}
.age_gate_frame--rusted[style*="display: none"] {
    opacity: 0;
    pointer-events: none;
}
.gate_header_plate--bent {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    padding: 1.2rem 1.4rem 0.6rem 1.4rem;
    border-bottom: 0.2rem dashed var(--grime-gray);
}
.la-grind-lock::before {
    content: "\f023";
    font-family: 'LineAwesome-Grind', sans-serif;
    font-weight: 700;
    font-size: 1.8rem;
    color: var(--faded-brass);
}
.gate_title--scratched {
    font-family: 'Unbounded-Grind', system-ui, sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    color: var(--ash-white);
    letter-spacing: -0.02em;
    text-shadow: 0.2rem 0.2rem 0 var(--soot-black);
    margin: 0;
}
.gate_body_panel--stained {
    padding: 1.2rem 1.4rem 1.6rem 1.4rem;
    background-color: var(--grime-gray);
    margin: 0.4rem;
    border-radius: 0 1rem 0 1rem;
    position: relative;
}
.gate_body_panel--stained::after {
    content: "";
    position: absolute;
    top: 0.2rem;
    left: 0.2rem;
    right: 0.2rem;
    bottom: 0.2rem;
    border: 0.1rem dashed var(--rust-stain);
    border-radius: 0 0.8rem 0 0.8rem;
    pointer-events: none;
    opacity: 0.4;
}
.gate_text--faded {
    font-size: 1rem;
    color: var(--ash-white);
    margin-bottom: 1.6rem;
    line-height: 1.5;
    word-break: break-word;
}
.gate_actions--worn {
    display: flex;
    flex-wrap: wrap;
    gap: 1.2rem;
    justify-content: flex-end;
    align-items: center;
}
.action_bolt--rusted {
    background-color: var(--rust-stain);
    color: var(--ash-white);
    font-family: 'Unbounded-Grind', system-ui, sans-serif;
    font-size: 0.95rem;
    font-weight: 700;
    padding: 0.8rem 1.8rem;
    border: none;
    border-radius: 0 1.2rem 0 1.2rem;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 0.1rem;
    box-shadow: 0.3rem 0.3rem 0 var(--soot-black);
    transition: all 0.1s ease;
}
.action_bolt--rusted:hover {
    background-color: var(--faded-brass);
    color: var(--soot-black);
    transform: translate(0.1rem, 0.1rem);
    box-shadow: 0.2rem 0.2rem 0 var(--soot-black);
}
.action_trapdoor--faded {
    background-color: var(--grime-gray);
    color: var(--ash-white);
    font-family: 'Gabarito-Rough', system-ui, sans-serif;
    font-size: 0.9rem;
    padding: 0.8rem 1.4rem;
    border: 0.2rem solid var(--paint-peel);
    border-radius: 1rem 0 1rem 0;
    cursor: pointer;
    transition: all 0.1s ease;
}
.action_trapdoor--faded:hover {
    background-color: var(--soot-black);
    border-color: var(--rust-stain);
}
.gate_corner_tear--torn {
    position: absolute;
    bottom: -0.8rem;
    left: -0.8rem;
    width: 2rem;
    height: 2rem;
    background: repeating-linear-gradient(45deg, var(--soot-black) 0px, var(--soot-black) 4px, transparent 4px, transparent 8px);
    transform: rotate(15deg);
    z-index: -1;
}
@media (max-width: 620px) {
    .age_gate_frame--rusted {
        bottom: 20px;
        right: 20px;
        left: 20px;
        width: calc(100% - 40px);
        max-width: none;
        transform: rotate(-0.8deg);
    }
    .gate_actions--worn {
        flex-direction: column;
        align-items: stretch;
    }
    .action_bolt--rusted,
    .action_trapdoor--faded {
        text-align: center;
        justify-content: center;
    }
}
@media (max-width: 380px) {
    .age_gate_frame--rusted {
        bottom: 10px;
        right: 10px;
        left: 10px;
        transform: rotate(-0.4deg);
    }
    .gate_title--scratched {
        font-size: 1.2rem;
    }
}

.consent_ledge--cracked {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: var(--soot-black);
    border-top: 0.4rem solid var(--rust-stain);
    border-right: 0.4rem solid var(--paint-peel);
    border-left: 0.4rem solid var(--paint-peel);
    padding: 0.8rem 2rem 0.8rem 2.8rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 1.2rem;
    z-index: 9998;
    transform: skewY(-0.8deg) translateY(0.2rem);
    box-shadow: 0 -0.6rem 0 var(--grime-gray);
    font-family: 'Gabarito-Rough', system-ui, sans-serif;
}
.consent_ledge--cracked[style*="display: none"] {
    display: none !important;
}
.ledge_grip_panel--rough {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
    background-color: var(--paint-peel);
    padding: 0.4rem 1.2rem 0.4rem 0.8rem;
    border-radius: 0 1.6rem 0 1.6rem;
    transform: rotate(-0.03deg);
}
.la-grind-cookie::before {
    content: "\f563";
    font-family: 'LineAwesome-Grind', sans-serif;
    font-weight: 700;
    font-size: 1.9rem;
    color: var(--faded-brass);
}
.ledge_text--stamped {
    font-size: 1rem;
    color: var(--ash-white);
    margin: 0;
    word-break: break-word;
    font-weight: 400;
    letter-spacing: 0.02rem;
}
.ledge_action_rail--bent {
    display: flex;
    align-items: center;
    gap: 1.6rem;
    flex-wrap: wrap;
    background-color: var(--grime-gray);
    padding: 0.3rem 1.4rem 0.3rem 1.4rem;
    border-radius: 1.2rem 0 1.2rem 0;
}
.rail_link--frayed {
    color: var(--ash-white);
    text-decoration: none;
    font-family: 'Unbounded-Grind', system-ui, sans-serif;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.15rem;
    border-bottom: 0.1rem dashed var(--faded-brass);
    padding-bottom: 0.2rem;
}
.rail_link--frayed:hover {
    color: var(--faded-brass);
    border-bottom-style: solid;
}
.rail_bolt--scratched {
    background-color: var(--rust-stain);
    color: var(--ash-white);
    font-family: 'Unbounded-Grind', system-ui, sans-serif;
    font-size: 0.9rem;
    font-weight: 700;
    padding: 0.6rem 1.6rem;
    border: none;
    border-radius: 0 1rem 0 1rem;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 0.1rem;
    box-shadow: inset 0 -0.2rem 0 var(--soot-black);
    transition: all 0.1s ease;
}
.rail_bolt--scratched:hover {
    background-color: var(--faded-brass);
    color: var(--soot-black);
    box-shadow: inset 0 -0.1rem 0 var(--soot-black);
    transform: scale(0.98);
}
.ledge_rip_strip--torn {
    position: absolute;
    top: -0.4rem;
    left: 10%;
    width: 6rem;
    height: 0.6rem;
    background: repeating-linear-gradient(90deg, var(--ash-white) 0px, var(--ash-white) 3px, transparent 3px, transparent 7px);
    opacity: 0.4;
    transform: rotate(1deg);
}
@media (max-width: 780px) {
    .consent_ledge--cracked {
        flex-direction: column;
        align-items: flex-start;
        padding: 1rem 1.2rem;
        transform: skewY(0deg);
    }
    .ledge_grip_panel--rough,
    .ledge_action_rail--bent {
        width: 100%;
        justify-content: space-between;
    }
}
@media (max-width: 480px) {
    .consent_ledge--cracked {
        padding: 0.8rem 0.8rem;
    }
    .ledge_grip_panel--rough {
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
    }
    .ledge_action_rail--bent {
        flex-direction: column;
        align-items: stretch;
        width: 100%;
    }
    .rail_link--frayed,
    .rail_bolt--scratched {
        text-align: center;
        width: 100%;
    }
}

.welcome_canvas--tattered {
    position: relative;
    width: 100%;
    background-color: var(--soot-black);
    background-image: url('/gritty_depot/stained_frames/reel-wonders.webp');
    background-size: cover;
    background-position: center 30%;
    background-repeat: no-repeat;
    background-attachment: scroll;
    border-bottom: 0.4rem solid var(--rust-stain);
    border-top: 0.2rem solid var(--grime-gray);
    margin-bottom: 1.2rem;
    isolation: isolate;
}
.welcome_canvas--tattered::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(10, 8, 6, 0.65);
    backdrop-filter: blur(1.2px);
    z-index: 0;
    pointer-events: none;
}
.welcome_canvas--tattered::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: repeating-linear-gradient(45deg, transparent 0px, transparent 8px, rgba(45, 40, 35, 0.2) 8px, rgba(45, 40, 35, 0.2) 16px);
    pointer-events: none;
    z-index: 1;
}
.canvas_floor--stained {
    position: relative;
    max-width: 1156px;
    margin: 0 auto;
    padding: 4.2rem 1.8rem;
    z-index: 2;
}
.floor_dual_panel--bent {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 2.4rem;
    align-items: center;
    background-color: rgba(20, 18, 16, 0.75);
    backdrop-filter: blur(2px);
    padding: 2.2rem 2.4rem;
    border-left: 0.6rem solid var(--rust-stain);
    border-bottom: 0.3rem dashed var(--faded-brass);
    box-shadow: 0.8rem 0.8rem 0 rgba(0, 0, 0, 0.5);
}
.panel_left_stage--rusted {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 260px;
    height: 100%;
    width: 100%;
    background-color: var(--paint-peel);
    border-radius: 0 2.4rem 0 2.4rem;
    padding: 1.2rem;
    position: relative;
    overflow: hidden;
    border: 0.2rem solid var(--grime-gray);
}
.stage_mechanism--grind {
    width: 100%;
    height: 100%;
    min-height: 220px;
    background: repeating-linear-gradient(45deg, 
        var(--rust-stain) 0px, 
        var(--rust-stain) 6px,
        var(--faded-brass) 6px, 
        var(--faded-brass) 12px,
        var(--grime-gray) 12px,
        var(--grime-gray) 18px
    );
    background-size: 200% 200%;
    animation: grind-rattle 3.4s infinite alternate ease-in-out;
    position: relative;
    border-radius: 0 1.8rem 0 1.8rem;
    box-shadow: inset 0 0 1.2rem var(--soot-black);
}
.stage_mechanism--grind::before {
    content: "⚙️";
    position: absolute;
    top: 15%;
    left: 15%;
    font-size: 3.2rem;
    opacity: 0.5;
    transform: rotate(-15deg);
    filter: drop-shadow(0.2rem 0.2rem 0 var(--soot-black));
}
.stage_mechanism--grind::after {
    content: "🔧";
    position: absolute;
    bottom: 15%;
    right: 15%;
    font-size: 2.8rem;
    opacity: 0.6;
    transform: rotate(25deg);
    filter: drop-shadow(0.2rem 0.2rem 0 var(--soot-black));
}
@keyframes grind-rattle {
    0% {
        background-position: 0% 0%;
        transform: scale(1) rotate(-0.5deg);
    }
    25% {
        background-position: 50% 25%;
        transform: scale(1.02) rotate(0.3deg);
    }
    50% {
        background-position: 100% 50%;
        transform: scale(0.98) rotate(-0.2deg);
    }
    75% {
        background-position: 50% 75%;
        transform: scale(1.01) rotate(0.4deg);
    }
    100% {
        background-position: 0% 100%;
        transform: scale(1) rotate(-0.3deg);
    }
}
.panel_right_content--scratched {
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
    padding: 0.8rem 0.8rem 0.8rem 1.6rem;
    border-left: 0.3rem solid var(--faded-brass);
    position: relative;
}
.panel_right_content--scratched::after {
    content: "";
    position: absolute;
    bottom: -0.4rem;
    right: -0.4rem;
    width: 3rem;
    height: 3rem;
    background: radial-gradient(circle, var(--rust-stain) 0%, transparent 70%);
    opacity: 0.3;
    border-radius: 50%;
    transform: skewX(-10deg);
}
.content_header--frayed {
    font-family: 'Unbounded-Grind', system-ui, sans-serif;
    font-size: 2.4rem;
    font-weight: 700;
    color: var(--ash-white);
    text-shadow: 0.3rem 0.3rem 0 var(--soot-black), 0.5rem 0.5rem 0 var(--rust-stain);
    margin: 0 0 0.4rem 0;
    line-height: 1.1;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    word-break: break-word;
}
.content_paragraph--worn {
    font-size: 1.15rem;
    color: var(--ash-white);
    opacity: 0.92;
    margin-bottom: 0.6rem;
    line-height: 1.6;
    font-weight: 400;
    word-break: break-word;
    border-left: 0.2rem dotted var(--faded-brass);
    padding-left: 1.2rem;
}
.content_anchor--cracked {
    display: inline-block;
    background-color: transparent;
    color: var(--faded-brass);
    font-family: 'Unbounded-Grind', system-ui, sans-serif;
    font-size: 1.1rem;
    font-weight: 700;
    padding: 0.8rem 0;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.2rem;
    border-bottom: 0.2rem solid var(--rust-stain);
    align-self: flex-start;
    transition: all 0.2s ease;
    position: relative;
}
.content_anchor--cracked:hover {
    color: var(--ash-white);
    border-bottom-color: var(--faded-brass);
    transform: translateY(-0.2rem);
    padding-left: 0.6rem;
}
.content_anchor--cracked::before {
    content: "→";
    margin-right: 0.6rem;
    font-size: 1.2rem;
    opacity: 0.8;
}
@media (max-width: 860px) {
    .floor_dual_panel--bent {
        grid-template-columns: 1fr;
        gap: 2rem;
        padding: 1.8rem;
    }
    .panel_left_stage--rusted {
        min-height: 200px;
    }
    .stage_mechanism--grind {
        min-height: 180px;
    }
    .content_header--frayed {
        font-size: 2rem;
    }
}
@media (max-width: 520px) {
    .canvas_floor--stained {
        padding: 2.4rem 1rem;
    }
    .floor_dual_panel--bent {
        padding: 1.4rem;
    }
    .content_header--frayed {
        font-size: 1.6rem;
    }
    .content_paragraph--worn {
        font-size: 1rem;
    }
    .content_anchor--cracked {
        font-size: 0.95rem;
    }
    .stage_mechanism--grind::before {
        font-size: 2.4rem;
    }
    .stage_mechanism--grind::after {
        font-size: 2rem;
    }
}
@media (max-width: 380px) {
    .content_header--frayed {
        font-size: 1.4rem;
    }
    .panel_left_stage--rusted {
        min-height: 160px;
    }
}

.games_rack--industrial {
    max-width: 1156px;
    margin: 3.2rem auto 2.4rem;
    padding: 0.8rem 1.2rem;
    background-color: var(--paint-peel);
    border-top: 0.4rem double var(--grime-gray);
    border-bottom: 0.4rem double var(--grime-gray);
    position: relative;
}
.games_rack--industrial::before {
    content: "";
    position: absolute;
    top: -0.6rem;
    left: 2rem;
    right: 2rem;
    height: 0.3rem;
    background: repeating-linear-gradient(90deg, var(--rust-stain) 0px, var(--rust-stain) 6px, transparent 6px, transparent 12px);
    opacity: 0.7;
}
.rack_header--stamped {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 1.2rem;
    margin-bottom: 2.4rem;
    padding: 0.6rem 0;
    border-bottom: 0.2rem dashed var(--faded-brass);
    border-top: 0.2rem dashed var(--faded-brass);
    transform: rotate(-0.2deg);
}
.la-grind-dice::before {
    content: "\f522";
    font-family: 'LineAwesome-Grind', sans-serif;
    font-weight: 700;
    font-size: 2rem;
    color: var(--faded-brass);
}
.rack_title--scratched {
    font-family: 'Unbounded-Grind', system-ui, sans-serif;
    font-size: 2rem;
    font-weight: 700;
    color: var(--ash-white);
    text-shadow: 0.2rem 0.2rem 0 var(--soot-black);
    letter-spacing: 0.2rem;
    margin: 0;
    text-transform: uppercase;
}
.rack_grid_container--rusted {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(240px, 100%), 1fr));
    gap: 2rem 1.6rem;
    padding: 0.8rem 0.4rem;
}
.game_cell--worn {
    display: flex;
    flex-direction: column;
    background-color: var(--grime-gray);
    border: 0.2rem solid var(--soot-black);
    border-radius: 0 2rem 0 2rem;
    padding: 1.2rem 1rem 1rem 1rem;
    transition: all 0.2s ease;
    position: relative;
    box-shadow: 0.4rem 0.4rem 0 var(--soot-black);
}
.game_cell--worn:hover {
    transform: translate(-0.2rem, -0.2rem);
    box-shadow: 0.6rem 0.6rem 0 var(--rust-stain);
    border-color: var(--faded-brass);
}
.cell_header--bent {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.8rem;
    padding-bottom: 0.4rem;
    border-bottom: 0.1rem dotted var(--rust-stain);
    flex-wrap: wrap;
    gap: 0.4rem;
}
.cell_name--frayed {
    font-family: 'Unbounded-Grind', system-ui, sans-serif;
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--ash-white);
    margin: 0;
    letter-spacing: -0.01em;
    text-shadow: 0.1rem 0.1rem 0 var(--soot-black);
    word-break: break-word;
}
.cell_rating--greased {
    display: flex;
    align-items: center;
    gap: 0.15rem;
    background-color: var(--soot-black);
    padding: 0.2rem 0.6rem 0.2rem 0.4rem;
    border-radius: 1.2rem 0 1.2rem 0;
}
.la-grind-star::before {
    font-family: 'LineAwesome-Grind', sans-serif;
    font-weight: 700;
    font-size: 1rem;
}
.rating_star--filled::before {
    content: "\f005";
    color: var(--faded-brass);
}
.rating_star--half::before {
    content: "\f089";
    color: var(--faded-brass);
}
.rating_star--empty::before {
    content: "\f006";
    color: var(--grime-gray);
}
.rating_value--scratched {
    font-size: 0.8rem;
    color: var(--ash-white);
    margin-left: 0.2rem;
    font-weight: 700;
    background-color: var(--paint-peel);
    padding: 0.1rem 0.3rem;
    border-radius: 0.4rem;
}
.cell_image_frame--cracked {
    width: 100%;
    margin-bottom: 1rem;
    border: 0.2rem solid var(--soot-black);
    border-radius: 0 1.2rem 0 1.2rem;
    overflow: hidden;
    background-color: var(--soot-black);
    aspect-ratio: 16 / 12;
}
.cell_image--grainy {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.3s ease;
    filter: contrast(0.95) brightness(0.95) grayscale(0.2);
}
.cell_image--grainy:hover {
    transform: scale(1.05);
    filter: contrast(1) brightness(1) grayscale(0);
}
.cell_footer--torn {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: auto;
    padding-top: 0.6rem;
    position: relative;
}
.cell_footer--torn::before {
    content: "";
    position: absolute;
    top: -0.2rem;
    left: 20%;
    right: 20%;
    height: 0.2rem;
    background: linear-gradient(90deg, transparent, var(--rust-stain), transparent);
    opacity: 0.6;
}
.footer_link--chipped {
    display: inline-block;
    background-color: var(--rust-stain);
    color: var(--ash-white);
    font-family: 'Unbounded-Grind', system-ui, sans-serif;
    font-size: 0.95rem;
    font-weight: 700;
    padding: 0.6rem 1.8rem;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.15rem;
    border-radius: 0 1.4rem 0 1.4rem;
    border: 0.1rem solid var(--soot-black);
    transition: all 0.15s ease;
    box-shadow: inset 0 -0.2rem 0 var(--soot-black);
}
.footer_link--chipped:hover {
    background-color: var(--faded-brass);
    color: var(--soot-black);
    transform: scale(0.97);
    box-shadow: inset 0 -0.1rem 0 var(--soot-black);
}
@media (max-width: 860px) {
    .rack_grid_container--rusted {
        grid-template-columns: repeat(auto-fit, minmax(min(280px, 100%), 1fr));
    }
    .rack_title--scratched {
        font-size: 1.8rem;
    }
}
@media (max-width: 620px) {
    .rack_grid_container--rusted {
        grid-template-columns: 1fr;
        gap: 1.8rem;
    }
    .cell_header--bent {
        flex-direction: column;
        align-items: flex-start;
    }
    .cell_rating--greased {
        align-self: flex-start;
    }
}
@media (max-width: 480px) {
    .games_rack--industrial {
        margin: 2rem 0.6rem;
        padding: 1rem 0.8rem;
    }
    .rack_title--scratched {
        font-size: 1.5rem;
    }
    .cell_name--frayed {
        font-size: 1.1rem;
    }
}

.about_booth--greasy {
    width: 100%;
    background-color: var(--soot-black);
    background-image: repeating-linear-gradient(45deg, 
        rgba(45, 40, 35, 0.3) 0px, 
        rgba(45, 40, 35, 0.3) 2px,
        transparent 2px, 
        transparent 8px
    );
    border-top: 0.3rem solid var(--grime-gray);
    border-bottom: 0.3rem solid var(--grime-gray);
    margin: 2.8rem 0;
    padding: 1.6rem 0;
    position: relative;
}
.about_booth--greasy::before {
    content: "";
    position: absolute;
    top: -0.3rem;
    left: 0;
    width: 100%;
    height: 0.6rem;
    background: repeating-linear-gradient(90deg, 
        var(--rust-stain) 0px, 
        var(--rust-stain) 4px,
        transparent 4px, 
        transparent 12px
    );
    opacity: 0.5;
}
.about_booth--greasy::after {
    content: "⛓️";
    position: absolute;
    bottom: -0.8rem;
    right: 5%;
    font-size: 2rem;
    opacity: 0.2;
    transform: rotate(15deg);
}
.booth_platform--oily {
    max-width: 1156px;
    margin: 0 auto;
    padding: 2.4rem 1.8rem;
    background-color: rgba(26, 24, 22, 0.85);
    backdrop-filter: blur(1px);
    border-left: 0.4rem solid var(--faded-brass);
    border-right: 0.2rem dashed var(--grime-gray);
    transform: rotate(-0.03deg);
    box-shadow: -0.6rem 0.6rem 0 var(--soot-black);
}
.platform_dual_content--warped {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 2.8rem;
    align-items: center;
}
.content_left_text--stamped {
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
    padding: 0.8rem 1.6rem 0.2rem 0.8rem;
    border-right: 0.3rem solid var(--rust-stain);
    position: relative;
}
.content_left_text--stamped::after {
    content: "⛏️";
    position: absolute;
    bottom: -0.4rem;
    right: -1rem;
    font-size: 1.8rem;
    opacity: 0.25;
    transform: rotate(-10deg);
}
.text_eyebrow--rusted {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    background-color: var(--paint-peel);
    padding: 0.3rem 1rem 0.3rem 0.6rem;
    border-radius: 0 1.2rem 0 1.2rem;
    align-self: flex-start;
    border: 0.1rem solid var(--grime-gray);
}
.la-grind-gear::before {
    content: "\f013";
    font-family: 'LineAwesome-Grind', sans-serif;
    font-weight: 700;
    font-size: 1.4rem;
    color: var(--faded-brass);
}
.eyebrow_label--faded {
    font-family: 'Unbounded-Grind', system-ui, sans-serif;
    font-size: 0.85rem;
    font-weight: 700;
    color: var(--ash-white);
    text-transform: uppercase;
    letter-spacing: 0.2rem;
}
.text_headline--cracked {
    font-family: 'Unbounded-Grind', system-ui, sans-serif;
    font-size: 2.2rem;
    font-weight: 700;
    color: var(--ash-white);
    text-shadow: 0.2rem 0.2rem 0 var(--soot-black), 0.4rem 0.4rem 0 var(--rust-stain);
    margin: 0.4rem 0 0.2rem;
    line-height: 1.1;
    letter-spacing: -0.01em;
    word-break: break-word;
}
.text_paragraph--worn {
    font-size: 1.1rem;
    color: var(--ash-white);
    opacity: 0.9;
    line-height: 1.7;
    margin-bottom: 0.4rem;
    word-break: break-word;
    padding-right: 0.8rem;
}
.text_stat_group--bent {
    display: flex;
    flex-wrap: wrap;
    gap: 1.6rem;
    margin-top: 0.8rem;
}
.stat_piece--scratched {
    display: flex;
    flex-direction: column;
    background-color: var(--grime-gray);
    padding: 0.6rem 1rem;
    border-radius: 0 1rem 0 1rem;
    border-left: 0.2rem solid var(--faded-brass);
    border-bottom: 0.2rem solid var(--rust-stain);
    min-width: 80px;
}
.stat_number--heavy {
    font-family: 'Unbounded-Grind', system-ui, sans-serif;
    font-size: 1.8rem;
    font-weight: 700;
    color: var(--faded-brass);
    line-height: 1;
    text-shadow: 0.1rem 0.1rem 0 var(--soot-black);
}
.stat_label--tiny {
    font-size: 0.7rem;
    color: var(--ash-white);
    text-transform: uppercase;
    letter-spacing: 0.1rem;
    opacity: 0.8;
}
.content_right_animation--oily {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 280px;
    height: 100%;
    width: 100%;
    background-color: var(--soot-black);
    border: 0.2rem solid var(--grime-gray);
    border-radius: 1.6rem 0 1.6rem 0;
    padding: 1.2rem;
    position: relative;
    overflow: hidden;
    box-shadow: inset 0 0 1.2rem rgba(0,0,0,0.7);
}
.animation_engine--piston {
    width: 100%;
    max-width: 200px;
    height: 100%;
    min-height: 240px;
    background: radial-gradient(circle at 30% 30%, var(--rust-stain) 0%, var(--paint-peel) 70%);
    background-size: 200% 200%;
    position: relative;
    border-radius: 0.8rem;
    border: 0.2rem dashed var(--faded-brass);
    animation: piston-pump 2.8s infinite alternate cubic-bezier(0.77, 0, 0.18, 1);
}
.animation_engine--piston::before {
    content: "⚙️";
    position: absolute;
    top: 20%;
    left: 20%;
    font-size: 3.6rem;
    opacity: 0.7;
    transform: rotate(0deg);
    animation: gear-spin 6s infinite linear;
    filter: drop-shadow(0.2rem 0.2rem 0 var(--soot-black));
}
.animation_engine--piston::after {
    content: "🔩";
    position: absolute;
    bottom: 20%;
    right: 20%;
    font-size: 3rem;
    opacity: 0.6;
    transform: rotate(-15deg);
    animation: bolt-rattle 2.2s infinite alternate;
    filter: drop-shadow(0.2rem 0.2rem 0 var(--soot-black));
}
@keyframes piston-pump {
    0% {
        background-position: 0% 0%;
        transform: scale(0.98) translateY(0);
        border-color: var(--faded-brass);
    }
    25% {
        background-position: 50% 20%;
        transform: scale(0.97) translateY(-0.1%);
    }
    50% {
        background-position: 90% 50%;
        transform: scale(0.78) translateY(1%);
        border-color: var(--rust-stain);
    }
    75% {
        background-position: 50% 80%;
        transform: scale(0.68) translateY(-0.1%);
    }
    100% {
        background-position: 0% 90%;
        transform: scale(0.90) translateY(0.1%);
        border-color: var(--faded-brass);
    }
}
@keyframes gear-spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
@keyframes bolt-rattle {
    0% {
        transform: rotate(-0.5deg) scale(0.5);
    }
    90% {
        transform: rotate(0.95deg) scale(0.95);
    }
}
@media (max-width: 860px) {
    .platform_dual_content--warped {
        grid-template-columns: auto;
        gap: 2rem;
    }
    .content_left_text--stamped {
        border-right: none;
        border-bottom: 0.3rem solid var(--rust-stain);
        padding-right: 0.8rem;
        padding-bottom: 1.2rem;
        order: 2;
    }
    .content_right_animation--oily {
        order: 1;
        min-height: 220px;
    }
    .text_headline--cracked {
        font-size: 1.9rem;
    }
}
@media (max-width: 520px) {
    .text_headline--cracked {
        font-size: 1.6rem;
    }
    .text_paragraph--worn {
        font-size: 1rem;
    }
    .text_stat_group--bent {
        gap: 0.8rem;
    }
    .stat_piece--scratched {
        min-width: 70px;
        padding: 0.4rem 0.8rem;
    }
    .stat_number--heavy {
        font-size: 1.5rem;
    }
    .content_right_animation--oily {
        min-height: 200px;
    }
    .animation_engine--piston {
        min-height: 180px;
    }
}
@media (max-width: 380px) {
    .text_stat_group--bent {
        flex-direction: column;
        width: 100%;
    }
    .stat_piece--scratched {
        width: 100%;
    }
}

.advantage_forge--smoking {
    position: relative;
    width: 100%;
    background-color: var(--soot-black);
    background-image: 
        repeating-linear-gradient(45deg, 
            rgba(180, 100, 60, 0.15) 0px, 
            rgba(180, 100, 60, 0.15) 4px,
            transparent 4px, 
            transparent 20px
        ),
        repeating-linear-gradient(135deg, 
            rgba(120, 80, 50, 0.1) 0px, 
            rgba(120, 80, 50, 0.1) 6px,
            transparent 6px, 
            transparent 24px
        );
    background-size: 200% 200%, 300% 300%;
    animation: rust-flow 18s infinite alternate ease-in-out;
    border-top: 0.5rem solid var(--grime-gray);
    border-bottom: 0.5rem solid var(--paint-peel);
    margin: 3.2rem 0;
    padding: 2.2rem 0;
    isolation: isolate;
}
@keyframes rust-flow {
    0% {
        background-position: 0% 0%, 0% 0%;
    }
    25% {
        background-position: 20% 30%, 15% 25%;
    }
    50% {
        background-position: 60% 40%, 50% 60%;
    }
    75% {
        background-position: 80% 70%, 70% 80%;
    }
    100% {
        background-position: 100% 100%, 100% 100%;
    }
}
.advantage_forge--smoking::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: repeating-linear-gradient(90deg, 
        transparent 0px, 
        transparent 40px,
        rgba(200, 120, 80, 0.05) 40px, 
        rgba(200, 120, 80, 0.05) 45px,
        transparent 45px,
        transparent 85px
    );
    pointer-events: none;
    z-index: 0;
    animation: weld-pass 12s infinite linear;
}
@keyframes weld-pass {
    from {
        background-position: 0 0;
    }
    to {
        background-position: 200% 0;
    }
}
.forge_anvil--heated {
    position: relative;
    max-width: 1156px;
    margin: 0 auto;
    padding: 1.2rem 1.8rem 2.2rem;
    background-color: rgba(20, 18, 16, 0.65);
    backdrop-filter: blur(1.5px);
    border-left: 0.5rem solid var(--faded-brass);
    border-right: 0.2rem dotted var(--rust-stain);
    z-index: 2;
}
.anvil_header--hammered {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.2rem;
    margin-bottom: 2.8rem;
    padding: 0.8rem 0;
    border-bottom: 0.2rem solid var(--grime-gray);
    border-top: 0.2rem dashed var(--rust-stain);
    flex-wrap: wrap;
}
.la-grind-anvil::before {
    content: "\f5e1";
    font-family: 'LineAwesome-Grind', sans-serif;
    font-weight: 700;
    font-size: 2.2rem;
    color: var(--faded-brass);
    filter: drop-shadow(0.2rem 0.2rem 0 var(--soot-black));
}
.header_title--struck {
    font-family: 'Unbounded-Grind', system-ui, sans-serif;
    font-size: 2.2rem;
    font-weight: 700;
    color: var(--ash-white);
    text-shadow: 0.2rem 0.2rem 0 var(--soot-black), 0.3rem 0.3rem 0 var(--rust-stain);
    margin: 0;
    letter-spacing: 0.1rem;
    text-transform: uppercase;
    text-align: center;
    word-break: break-word;
}
.anvil_grid_container--tempered {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(240px, 100%), 1fr));
    gap: 2rem 1.8rem;
    padding: 0.4rem 0.2rem;
}
.grid_ingot--forged {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background-color: var(--paint-peel);
    border: 0.2rem solid var(--grime-gray);
    border-radius: 0 2.2rem 0 2.2rem;
    padding: 1.8rem 1.2rem 1.6rem;
    transition: all 0.25s ease;
    position: relative;
    box-shadow: 0.4rem 0.4rem 0 var(--soot-black);
}
.grid_ingot--forged:hover {
    transform: translate(-0.3rem, -0.3rem);
    box-shadow: 0.7rem 0.7rem 0 var(--rust-stain);
    border-color: var(--faded-brass);
    animation: bolt-fade 1.2s infinite alternate;
}
@keyframes bolt-fade {
    0% {
        box-shadow: 0.7rem 0.7rem 0 var(--rust-stain);
        border-color: var(--faded-brass);
    }
    100% {
        box-shadow: 0.5rem 0.5rem 0 var(--faded-brass);
        border-color: var(--rust-stain);
    }
}
.ingot_icon_chamber--sparked {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 6rem;
    height: 6rem;
    background-color: var(--soot-black);
    border-radius: 50% 20% 50% 20%;
    margin-bottom: 1.2rem;
    border: 0.2rem solid var(--faded-brass);
    transform: rotate(5deg);
    transition: transform 0.2s ease;
}
.grid_ingot--forged:hover .ingot_icon_chamber--sparked {
    transform: rotate(0deg) scale(1.1);
    border-color: var(--ash-white);
}
.la-grind-shield-halved::before {
    content: "\f3ed";
    font-family: 'LineAwesome-Grind', sans-serif;
    font-weight: 700;
    font-size: 2.8rem;
    color: var(--faded-brass);
    display: inline-block;
    speak: never;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.la-grind-lock-open::before {
    content: "\f13e";
    font-family: 'LineAwesome-Grind', sans-serif;
    font-weight: 700;
    font-size: 2.8rem;
    color: var(--faded-brass);
}
.la-grind-mobile::before {
    content: "\f10b";
    font-family: 'LineAwesome-Grind', sans-serif;
    font-weight: 700;
    font-size: 2.8rem;
    color: var(--faded-brass);
}
.la-grind-leaf::before {
    content: "\f48b";
    font-family: 'LineAwesome-Grind', sans-serif;
    font-weight: 700;
    font-size: 2.8rem;
    color: var(--faded-brass);
}
.ingot_label--branded {
    font-family: 'Unbounded-Grind', system-ui, sans-serif;
    font-size: 1.3rem;
    font-weight: 700;
    color: var(--ash-white);
    margin: 0.6rem 0 0.4rem;
    letter-spacing: 0.05rem;
    text-shadow: 0.1rem 0.1rem 0 var(--soot-black);
    word-break: break-word;
}
.ingot_description--chipped {
    font-size: 0.95rem;
    color: var(--ash-white);
    opacity: 0.85;
    line-height: 1.5;
    margin: 0;
    word-break: break-word;
    padding: 0 0.2rem;
}
@media (max-width: 860px) {
    .anvil_grid_container--tempered {
        grid-template-columns: repeat(auto-fit, minmax(min(260px, 100%), 1fr));
        gap: 1.8rem;
    }
    .header_title--struck {
        font-size: 1.9rem;
    }
}
@media (max-width: 620px) {
    .anvil_grid_container--tempered {
        grid-template-columns: repeat(auto-fit, minmax(min(280px, 100%), 1fr));
        gap: 1.6rem;
    }
    .forge_anvil--heated {
        padding: 1rem 1.2rem 1.8rem;
    }
    .header_title--struck {
        font-size: 1.7rem;
    }
}
@media (max-width: 480px) {
    .anvil_grid_container--tempered {
        grid-template-columns: 1fr;
    }
    .header_title--struck {
        font-size: 1.5rem;
    }
    .anvil_header--hammered {
        gap: 0.8rem;
    }
    .la-grind-anvil::before {
        font-size: 1.8rem;
    }
    .ingot_icon_chamber--sparked {
        width: 5rem;
        height: 5rem;
    }
    .la-grind-shield-alt::before,
    .la-grind-lock-open::before,
    .la-grind-mobile::before,
    .la-grind-leaf::before {
        font-size: 2.4rem;
    }
    .ingot_label--branded {
        font-size: 1.2rem;
    }
}
@media (max-width: 360px) {
    .header_title--struck {
        font-size: 1.3rem;
    }
}

.testimonial_quarry--mined {
    max-width: 1156px;
    margin: 3.6rem auto 2.8rem;
    padding: 1.6rem 1.2rem 2.2rem;
    background-color: var(--paint-peel);
    border: 0.3rem solid var(--grime-gray);
    border-radius: 0 3rem 0 3rem;
    position: relative;
    box-shadow: 0.6rem 0.6rem 0 var(--soot-black);
}
.testimonial_quarry--mined::before {
    content: "";
    position: absolute;
    top: -0.6rem;
    left: 2rem;
    right: 2rem;
    height: 0.4rem;
    background: repeating-linear-gradient(90deg, var(--rust-stain) 0px, var(--rust-stain) 5px, transparent 5px, transparent 11px);
    opacity: 0.7;
}
.testimonial_quarry--mined::after {
    content: "⛏️";
    position: absolute;
    bottom: -0.8rem;
    right: 3rem;
    font-size: 2rem;
    opacity: 0.25;
    transform: rotate(25deg);
}
.quarry_header--blasted {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.4rem;
    margin-bottom: 2.8rem;
    padding: 0.8rem 0;
    border-bottom: 0.3rem double var(--rust-stain);
    flex-wrap: wrap;
}
.la-grind-quote-right::before,
.la-grind-quote-left::before {
    font-family: 'LineAwesome-Grind', sans-serif;
    font-weight: 700;
    font-size: 2.2rem;
    color: var(--faded-brass);
    filter: drop-shadow(0.2rem 0.2rem 0 var(--soot-black));
}
.la-grind-quote-right::before {
    content: "\f10e";
}
.la-grind-quote-left::before {
    content: "\f10d";
}
.header_quote--chiseled {
    font-family: 'Unbounded-Grind', system-ui, sans-serif;
    font-size: 2rem;
    font-weight: 700;
    color: var(--ash-white);
    text-shadow: 0.2rem 0.2rem 0 var(--soot-black), 0.3rem 0.3rem 0 var(--rust-stain);
    margin: 0;
    letter-spacing: 0.15rem;
    text-transform: uppercase;
    text-align: center;
    word-break: break-word;
}
.quarry_pit_container--dug {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 2rem 1.6rem;
    padding: 0.6rem 0.2rem;
}
.pit_ore--extracted {
    flex: 0 1 calc(33.333% - 1.2rem);
    min-width: 280px;
    background-color: var(--grime-gray);
    border: 0.2rem solid var(--soot-black);
    padding: 1.6rem 1.4rem 1.4rem;
    display: flex;
    flex-direction: column;
    transition: all 0.2s ease;
    position: relative;
}
.pit_ore--extracted:hover {
    transform: translateY(-0.4rem);
    box-shadow: 0.6rem 0.6rem 0 var(--rust-stain);
    border-color: var(--faded-brass);
}
.ore_vein--crooked-1 {
    transform: rotate(-0.01deg);
    border-radius: 0 1.8rem 0 1.8rem;
    border-left-width: 0.4rem;
    border-left-color: var(--rust-stain);
}
.ore_vein--crooked-2 {
    transform: rotate(0.01deg);
    border-radius: 1.2rem 0 1.8rem 0;
    border-bottom-width: 0.4rem;
    border-bottom-color: var(--rust-stain);
    margin-top: 0.8rem;
}
.ore_vein--crooked-3 {
    transform: rotate(-0.4deg);
    border-radius: 0 1.2rem 1.2rem 0;
    border-right-width: 0.4rem;
    border-right-color: var(--rust-stain);
    margin-bottom: 0.6rem;
}
.ore_vein--crooked-4 {
    transform: rotate(0.01deg);
    border-radius: 1.4rem 0 0 1.4rem;
    border-left-width: 0.4rem;
    border-left-color: var(--faded-brass);
    margin-top: 0.4rem;
}
.ore_vein--crooked-5 {
    transform: rotate(-0.8deg);
    border-radius: 0 0 1.6rem 1.6rem;
    border-bottom-width: 0.4rem;
    border-bottom-color: var(--faded-brass);
}
.ore_vein--crooked-6 {
    transform: rotate(0.01deg);
    border-radius: 1.6rem 1.6rem 0 0;
    border-top-width: 0.4rem;
    border-top-color: var(--faded-brass);
    margin-bottom: 0.4rem;
}
.ore_text--chipped {
    font-size: 0.98rem;
    color: var(--ash-white);
    line-height: 1.6;
    margin: 0 0 1.2rem 0;
    word-break: break-word;
    font-style: italic;
    flex-grow: 1;
    border-left: 0.2rem dotted var(--faded-brass);
    padding-left: 0.8rem;
}
.ore_footer--stamped {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    margin-top: auto;
    padding-top: 0.6rem;
    border-top: 0.1rem dashed var(--rust-stain);
}
.footer_icon--scratched {
    font-size: 2.2rem !important;
    color: var(--faded-brass);
    filter: drop-shadow(0.15rem 0.15rem 0 var(--soot-black));
    background-color: var(--soot-black);
    padding: 0.4rem;
    border-radius: 40% 10% 40% 10%;
    border: 0.1rem solid var(--grime-gray);
}
.footer_author_group--rusted {
    display: flex;
    flex-direction: column;
}
.author_name--faded {
    font-family: 'Unbounded-Grind', system-ui, sans-serif;
    font-size: 1rem;
    font-weight: 700;
    color: var(--ash-white);
    margin-bottom: 0.1rem;
    letter-spacing: 0.02rem;
}
.author_city--tiny {
    font-size: 0.75rem;
    color: var(--ash-white);
    opacity: 0.7;
    text-transform: uppercase;
    letter-spacing: 0.1rem;
}

.la-grind-bear::before {
    content: "\f72d";
    font-family: 'LineAwesome-Grind', sans-serif;
    font-weight: 700;
    font-size: inherit;
}
.la-grind-moose::before {
    content: "\f6b5";
    font-family: 'LineAwesome-Grind', sans-serif;
    font-weight: 700;
    font-size: inherit;
}
.la-grind-lake::before {
    content: "\f4e2";
    font-family: 'LineAwesome-Grind', sans-serif;
    font-weight: 700;
    font-size: inherit;
}
.la-grind-pine-tree::before {
    content: "\f31e";
    font-family: 'LineAwesome-Grind', sans-serif;
    font-weight: 700;
    font-size: inherit;
}
.la-grind-sauna::before {
    content: "\f62c";
    font-family: 'LineAwesome-Grind', sans-serif;
    font-weight: 700;
    font-size: inherit;
}
.la-grind-northern-lights::before {
    content: "\f7b2";
    font-family: 'LineAwesome-Grind', sans-serif;
    font-weight: 700;
    font-size: inherit;
}

@media (max-width: 960px) {
    .pit_ore--extracted {
        flex: 0 1 calc(50% - 1rem);
    }
    .header_quote--chiseled {
        font-size: 1.8rem;
    }
}
@media (max-width: 680px) {
    .quarry_pit_container--dug {
        justify-content: center;
    }
    .pit_ore--extracted {
        flex: 0 1 100%;
        max-width: 420px;
    }
    .ore_vein--crooked-1,
    .ore_vein--crooked-2,
    .ore_vein--crooked-3,
    .ore_vein--crooked-4,
    .ore_vein--crooked-5,
    .ore_vein--crooked-6 {
        transform: rotate(0deg);
        margin: 0;
    }
    .header_quote--chiseled {
        font-size: 1.5rem;
    }
}
@media (max-width: 480px) {
    .testimonial_quarry--mined {
        padding: 1.2rem 0.8rem;
        margin: 2rem 0.6rem;
    }
    .quarry_header--blasted {
        gap: 0.6rem;
    }
    .header_quote--chiseled {
        font-size: 1.3rem;
    }
    .ore_footer--stamped {
        flex-wrap: wrap;
    }
}

.faq_workshop--grinding {
    position: relative;
    width: 100%;
    background-color: var(--soot-black);
    background-image: 
        repeating-linear-gradient(45deg, 
            rgba(180, 140, 100, 0.12) 0px, 
            rgba(180, 140, 100, 0.12) 2px,
            transparent 2px, 
            transparent 12px
        ),
        repeating-linear-gradient(135deg, 
            rgba(140, 110, 80, 0.08) 0px, 
            rgba(140, 110, 80, 0.08) 3px,
            transparent 3px, 
            transparent 18px
        );
    background-size: 400% 400%, 300% 300%;
    animation: grit-sweep 24s infinite alternate cubic-bezier(0.45, 0.05, 0.55, 0.95);
    border-top: 0.5rem solid var(--grime-gray);
    border-bottom: 0.5rem solid var(--paint-peel);
    margin: 4rem 0;
    padding: 2.4rem 0;
    isolation: isolate;
}
@keyframes grit-sweep {
    0% {
        background-position: 0% 0%, 0% 0%;
    }
    25% {
        background-position: 30% 20%, 15% 35%;
    }
    50% {
        background-position: 70% 50%, 60% 60%;
    }
    75% {
        background-position: 85% 75%, 80% 80%;
    }
    100% {
        background-position: 100% 100%, 100% 100%;
    }
}
.faq_workshop--grinding::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at 20% 30%, rgba(200, 160, 120, 0.02) 0%, transparent 60%);
    pointer-events: none;
    z-index: 0;
}
.faq_workshop--grinding::after {
    content: "⚙️🔧⚙️";
    position: absolute;
    bottom: -0.6rem;
    left: 5%;
    font-size: 1.8rem;
    opacity: 0.15;
    letter-spacing: 1rem;
    transform: rotate(-2deg);
    white-space: nowrap;
}
.workshop_bench--scored {
    position: relative;
    max-width: 1224px;
    margin: 0 auto;
    padding: 1.2rem 1.8rem 2.2rem;
    background-color: rgba(26, 24, 22, 0.8);
    backdrop-filter: blur(2px);
    border-left: 0.5rem solid var(--faded-brass);
    border-right: 0.2rem dashed var(--rust-stain);
    z-index: 2;
    box-shadow: 0.6rem 0.6rem 0 rgba(0, 0, 0, 0.5);
}
.bench_header--etched {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.4rem;
    margin-bottom: 2.8rem;
    padding: 0.8rem 0 1.2rem;
    border-bottom: 0.3rem double var(--rust-stain);
    flex-wrap: wrap;
}
.la-grind-tools::before {
    content: "\f4fd";
    font-family: 'LineAwesome-Grind', sans-serif;
    font-weight: 700;
    font-size: 2.2rem;
    color: var(--faded-brass);
    filter: drop-shadow(0.2rem 0.2rem 0 var(--soot-black));
}
.header_question--drilled {
    font-family: 'Unbounded-Grind', system-ui, sans-serif;
    font-size: 2.1rem;
    font-weight: 700;
    color: var(--ash-white);
    text-shadow: 0.2rem 0.2rem 0 var(--soot-black), 0.3rem 0.3rem 0 var(--rust-stain);
    margin: 0;
    letter-spacing: 0.1rem;
    text-transform: uppercase;
    text-align: center;
    word-break: break-word;
}
.bench_dual_rack--welded {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2.4rem;
    align-items: start;
}
.rack_drawer--pulled {
    background-color: var(--paint-peel);
    border: 0.2rem solid var(--grime-gray);
    border-radius: 0 2rem 0 2rem;
    padding: 1.6rem 1.4rem 1.8rem;
    box-shadow: 0.4rem 0.4rem 0 var(--soot-black);
    transition: all 0.2s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.rack_drawer--pulled:hover {
    transform: translateY(-0.3rem);
    box-shadow: 0.7rem 0.7rem 0 var(--rust-stain);
    border-color: var(--faded-brass);
}
.drawer_left--stiff {
    transform: rotate(-0.4deg);
    border-left-width: 0.5rem;
    border-left-color: var(--rust-stain);
}
.drawer_right--loose {
    border-right-width: 0.5rem;
    border-right-color: var(--faded-brass);
}
.drawer_handle--bent {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.8rem;
    margin-bottom: 1.6rem;
    padding-bottom: 0.8rem;
    border-bottom: 0.2rem dashed var(--rust-stain);
    flex-wrap: wrap;
}
.la-grind-cog::before {
    content: "\f013";
    font-family: 'LineAwesome-Grind', sans-serif;
    font-weight: 700;
    font-size: 1.8rem;
    color: var(--faded-brass);
}
.la-grind-gift::before {
    content: "\f06b";
    font-family: 'LineAwesome-Grind', sans-serif;
    font-weight: 700;
    font-size: 1.8rem;
    color: var(--faded-brass);
}
.drawer_label--stamped {
    font-family: 'Unbounded-Grind', system-ui, sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    color: var(--ash-white);
    margin: 0;
    letter-spacing: 0.1rem;
    text-shadow: 0.1rem 0.1rem 0 var(--soot-black);
}
.drawer_content--packed {
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
    flex-grow: 1;
}
.content_faq_pair--riveted {
    background-color: var(--grime-gray);
    padding: 0.8rem 1rem;
    border-left: 0.3rem solid var(--rust-stain);
    border-radius: 0 0.8rem 0.8rem 0;
    transition: all 0.1s ease;
}
.content_faq_pair--riveted:hover {
    background-color: var(--soot-black);
    border-left-color: var(--faded-brass);
}
.faq_question--burred {
    font-family: 'Unbounded-Grind', system-ui, sans-serif;
    font-size: 0.95rem;
    font-weight: 700;
    color: var(--faded-brass);
    margin: 0 0 0.3rem 0;
    word-break: break-word;
}
.faq_q_mark--rusty,
.faq_a_mark--greasy {
    font-family: 'Unbounded-Grind', system-ui, sans-serif;
    font-weight: 700;
    margin-right: 0.5rem;
    color: var(--rust-stain);
    font-size: 1rem;
}
.faq_a_mark--greasy {
    color: var(--faded-brass);
}
.faq_answer--filed {
    font-size: 0.9rem;
    color: var(--ash-white);
    margin: 0;
    line-height: 1.5;
    word-break: break-word;
    opacity: 0.92;
    padding-left: 0.8rem;
    border-left: 0.1rem dotted var(--grime-gray);
}
@media (max-width: 960px) {
    .bench_dual_rack--welded {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    .header_question--drilled {
        font-size: 1.8rem;
    }
    .drawer_left--stiff,
    .drawer_right--loose {
        transform: rotate(0deg);
    }
}
@media (max-width: 620px) {
    .workshop_bench--scored {
        padding: 1rem 1.2rem 1.6rem;
    }
    .header_question--drilled {
        font-size: 1.5rem;
    }
    .drawer_label--stamped {
        font-size: 1.2rem;
    }
}
@media (max-width: 480px) {
    .bench_header--etched {
        gap: 0.6rem;
    }
    .header_question--drilled {
        font-size: 1.3rem;
    }
    .drawer_handle--bent {
        flex-direction: column;
        gap: 0.3rem;
    }
    .faq_question--burred {
        font-size: 0.9rem;
    }
    .faq_answer--filed {
        font-size: 0.85rem;
    }
}

.ethics_forge--tempered {
    max-width: 1156px;
    margin: 3.2rem auto 2.8rem;
    padding: 1.4rem 1.6rem 1.8rem;
    background-color: var(--paint-peel);
    border: 0.3rem solid var(--grime-gray);
    border-radius: 0 2.4rem 0 2.4rem;
    position: relative;
    box-shadow: 0.6rem 0.6rem 0 var(--soot-black);
}
.ethics_forge--tempered::before {
    content: "";
    position: absolute;
    top: -0.5rem;
    left: 2.4rem;
    right: 2.4rem;
    height: 0.3rem;
    background: repeating-linear-gradient(90deg, var(--rust-stain) 0px, var(--rust-stain) 6px, transparent 6px, transparent 14px);
    opacity: 0.6;
}
.forge_dual_chamber--riveted {
    display: grid;
    grid-template-columns: 1.4fr 1fr;
    gap: 2.4rem;
    align-items: start;
}
.chamber_left_text--expanded {
    background-color: var(--grime-gray);
    padding: 1.6rem 1.8rem 1.8rem;
    border-left: 0.5rem solid var(--rust-stain);
    border-radius: 0 1.6rem 1.6rem 0;
    transform: rotate(-0.2deg);
}
.text_responsible_header--stamped {
    font-family: 'Unbounded-Grind', system-ui, sans-serif;
    font-size: 1.8rem;
    font-weight: 700;
    color: var(--ash-white);
    text-shadow: 0.2rem 0.2rem 0 var(--soot-black), 0.2rem 0.2rem 0 var(--rust-stain);
    margin: 0 0 1.2rem 0;
    letter-spacing: 0.08rem;
    word-break: break-word;
    border-bottom: 0.2rem dashed var(--faded-brass);
    padding-bottom: 0.6rem;
}
.text_responsible_body--cracked {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.text_responsible_body--cracked p {
    font-size: 0.96rem;
    color: var(--ash-white);
    line-height: 1.7;
    margin: 0;
    word-break: break-word;
    opacity: 0.92;
}
.body_email--scratched {
    font-family: 'Unbounded-Grind', system-ui, sans-serif;
    font-size: 0.9rem;
    color: var(--faded-brass);
    background-color: var(--soot-black);
    padding: 0.2rem 0.4rem;
    border-radius: 0.4rem;
    border: 0.1rem solid var(--grime-gray);
    display: inline-block;
    text-decoration: none;
    transition: all 0.15s ease;
}
.body_email--scratched:hover {
    color: var(--ash-white);
    background-color: var(--rust-stain);
    border-color: var(--faded-brass);
}
.body_link--rusted {
    color: var(--faded-brass);
    text-decoration: none;
    font-weight: 700;
    border-bottom: 0.1rem dotted var(--rust-stain);
    transition: all 0.15s ease;
    padding: 0 0.1rem;
}
.body_link--rusted:hover {
    color: var(--ash-white);
    border-bottom: 0.1rem solid var(--faded-brass);
    background-color: var(--soot-black);
}
.body_email--scratched {
    font-family: 'Unbounded-Grind', system-ui, sans-serif;
    font-size: 0.9rem;
    color: var(--faded-brass);
    background-color: var(--soot-black);
    padding: 0.2rem 0.4rem;
    border-radius: 0.4rem;
    border: 0.1rem solid var(--grime-gray);
    display: inline-block;
}
.chamber_right_partners--forged {
    background-color: var(--soot-black);
    padding: 1.4rem 1.2rem 1.6rem;
    border-right: 0.5rem solid var(--faded-brass);
    border-radius: 1.6rem 0 0 1.6rem;
    display: flex;
    flex-direction: column;
}
.partners_header--chipped {
    font-family: 'Unbounded-Grind', system-ui, sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    color: var(--ash-white);
    text-shadow: 0.1rem 0.1rem 0 var(--soot-black);
    margin: 0 0 1.4rem 0;
    text-align: center;
    letter-spacing: 0.15rem;
    word-break: break-word;
    border-top: 0.2rem solid var(--grime-gray);
    border-bottom: 0.2rem solid var(--grime-gray);
    padding: 0.4rem 0;
}
.partners_grid_container--welded {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 1.2rem;
}
.partner_link--industrial {
    flex: 0 1 calc(50% - 0.8rem);
    min-width: 190px;
    text-decoration: none;
    transition: all 0.2s ease;
}
.partner_link--industrial:hover {
    transform: scale(0.97) translateY(-0.2rem);
}
.partner_image_frame--stained {
    width: 100%;
    height: 70px;
    background-color: var(--paint-peel);
    border: 0.2rem solid var(--grime-gray);
    border-radius: 0 1.2rem 0 1.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0.3rem 0.3rem 0 var(--soot-black);
    transition: all 0.15s ease;
}
.partner_link--industrial:hover .partner_image_frame--stained {
    border-color: var(--faded-brass);
    box-shadow: 0.4rem 0.4rem 0 var(--rust-stain);
    background-color: var(--soot-black);
}
.frame_text--heavy {
    font-family: 'Unbounded-Grind', system-ui, sans-serif;
    font-size: 2rem;
    font-weight: 700;
    color: var(--ash-white);
    text-shadow: 0.2rem 0.2rem 0 var(--soot-black), 0.3rem 0.3rem 0 var(--rust-stain);
    letter-spacing: 0.2rem;
}
.partners_grid_container--welded {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 1.2rem;
}
.partner_link--industrial {
    flex: 0 1 calc(50% - 0.8rem);
    min-width: 190px;
    text-decoration: none;
    transition: all 0.2s ease;
}
.partner_link--industrial:hover {
    transform: scale(0.97) translateY(-0.2rem);
}
.partner_image_frame--stained {
    width: 100%;
    height: 70px;
    background-color: var(--paint-peel);
    border: 0.2rem solid var(--grime-gray);
    border-radius: 0 1.2rem 0 1.2rem;
    box-shadow: 0.3rem 0.3rem 0 var(--soot-black);
    transition: all 0.15s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.partner_image_frame--stained img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}
.partner_link--industrial:hover .partner_image_frame--stained {
    border-color: var(--faded-brass);
    box-shadow: 0.4rem 0.4rem 0 var(--rust-stain);
    background-color: var(--soot-black);
}
@media (max-width: 860px) {
    .forge_dual_chamber--riveted {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    .chamber_left_text--expanded,
    .chamber_right_partners--forged {
        transform: rotate(0deg);
    }
    .partners_grid_container--welded {
        justify-content: center;
    }
    .partner_link--industrial {
        flex: 0 1 190px;
    }
}
@media (max-width: 520px) {
    .ethics_forge--tempered {
        padding: 1rem 0.8rem;
        margin: 2rem 0.6rem;
    }
    .text_responsible_header--stamped {
        font-size: 1.5rem;
    }
    .partners_grid_container--welded {
        flex-direction: column;
        align-items: center;
    }
    .partner_link--industrial {
        flex: 0 1 auto;
        width: 100%;
        max-width: 240px;
    }
}
@media (max-width: 380px) {
    .text_responsible_header--stamped {
        font-size: 1.3rem;
    }
    .text_responsible_body--cracked p {
        font-size: 0.9rem;
    }
    .frame_text--heavy {
        font-size: 1.8rem;
    }
}

.foundation_plate--stamped {
    max-width: 1156px;
    width: calc(100% - 2.4rem);
    box-sizing: border-box;
    margin: 3.2rem auto 1.2rem;
    padding: 2rem 1.8rem 1.2rem;
    background-color: var(--soot-black);
    border-top: 0.3rem solid var(--grime-gray);
    border-bottom: 0.1rem solid var(--paint-peel);
    display: flex;
    flex-direction: column;
    gap: 1.6rem;
    position: relative;
}
.foundation_plate--stamped::before {
    content: "";
    position: absolute;
    top: -0.3rem;
    left: 2rem;
    right: 2rem;
    height: 0.2rem;
    background: repeating-linear-gradient(90deg, var(--rust-stain) 0px, var(--rust-stain) 4px, transparent 4px, transparent 10px);
    opacity: 0.5;
}
.foundation_plate--stamped::after {
    content: "⛓️";
    position: absolute;
    bottom: 0.2rem;
    right: 1.2rem;
    font-size: 1.6rem;
    opacity: 0.2;
    transform: rotate(10deg);
}
.plate_layer--brand {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 0.8rem;
    border-bottom: 0.1rem dashed var(--grime-gray);
}
.brand_anchor--forged {
    font-family: 'Unbounded-Grind', system-ui, sans-serif;
    font-size: 2rem;
    font-weight: 700;
    color: var(--ash-white);
    text-decoration: none;
    letter-spacing: -0.02em;
    text-shadow: 0.2rem 0.2rem 0 var(--soot-black), 0.2rem 0.2rem 0 var(--rust-stain);
    transition: all 0.15s ease;
    padding: 0.2rem 0.6rem;
    border: 0.1rem solid transparent;
}
.brand_anchor--forged:hover {
    color: var(--faded-brass);
    text-shadow: 0.1rem 0.1rem 0 var(--soot-black);
    border-bottom: 0.1rem solid var(--faded-brass);
    transform: translateY(-0.1rem);
}
.plate_layer--links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 1.2rem 1.8rem;
    padding: 0.4rem 0;
}
.link_piece--chipped {
    font-family: 'Gabarito-Rough', system-ui, sans-serif;
    font-size: 0.9rem;
    color: var(--ash-white);
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.1rem;
    padding: 0.2rem 0;
    border-bottom: 0.1rem solid transparent;
    transition: all 0.15s ease;
    opacity: 0.85;
}
.link_piece--chipped:hover {
    color: var(--faded-brass);
    border-bottom-color: var(--rust-stain);
    opacity: 1;
    transform: translateY(-0.1rem);
}
.plate_layer--copyright {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 0.8rem;
    border-top: 0.1rem solid var(--grime-gray);
    margin-top: 0.2rem;
}
.copyright_text--worn {
    font-size: 0.8rem;
    color: var(--ash-white);
    opacity: 0.7;
    margin: 0;
    word-break: break-word;
    text-align: center;
    letter-spacing: 0.05rem;
}
@media (max-width: 620px) {
    .foundation_plate--stamped {
        padding: 1.6rem 1rem 1rem;
        margin: 2rem 0.8rem 0.8rem;
    }
    .brand_anchor--forged {
        font-size: 1.8rem;
    }
    .plate_layer--links {
        gap: 1rem 1.2rem;
    }
    .link_piece--chipped {
        font-size: 0.8rem;
        letter-spacing: 0.08rem;
    }
}
@media (max-width: 480px) {
    .plate_layer--links {
        flex-direction: column;
        gap: 0.6rem;
        align-items: center;
    }
    .brand_anchor--forged {
        font-size: 1.6rem;
    }
    .copyright_text--worn {
        font-size: 0.7rem;
    }
}
@media (max-width: 360px) {
    .brand_anchor--forged {
        font-size: 1.4rem;
    }
}