* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}


/* ════════════════════════════════════════
   HERO
════════════════════════════════════════ */
.hero {
    text-align: center;
    padding: 90px 20px 70px;
    position: relative;
    overflow: hidden;
    border-bottom: 2px solid var(--text);
}

.hero-bg-text {
    position: absolute;
    font-family: 'Bebas Neue', sans-serif;
    font-size: 28vw;
    color: rgba(0,0,0,0.1);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-6deg);
    pointer-events: none;
    white-space: nowrap;
    letter-spacing: -0.02em;
    user-select: none;
}

body.dark .hero-bg-text {
    color: rgba(255,255,255,0.1);
}

.hero h1 {
    font-family: 'Bebas Neue', sans-serif;
    font-size: clamp(3.5rem, 12vw, 8rem);
    letter-spacing: 0.04em;
    line-height: 0.95;
    color: var(--text);
    position: relative;
    transform: rotate(-1.5deg);
    display: inline-block;
}

.hero h3 {
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.35em;
    color: var(--muted);
    margin-top: 20px;
    position: relative;
    font-style: italic;
}


/* ════════════════════════════════════════
   SWAG OVERLAY
════════════════════════════════════════ */
#swagLevel {
    position: fixed;
    top: 20px;
    right: 20px;
    background: var(--bg);
    padding: 12px 14px;
    border: 2px solid var(--text);
    border-radius: 0;
    z-index: 1000;
    width: 175px;
    font-size: 11px;
    font-family: 'Space Mono', monospace;
    box-shadow: 4px 4px 0 var(--text);
}

#swagHeader {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 1.1rem;
    letter-spacing: 0.2em;
    cursor: pointer;
    color: var(--text);
    margin-bottom: 10px;
}

#swagContent progress {
    width: 100%;
    height: 5px;
    appearance: none;
    border: none;
    background: var(--border);
    display: block;
    margin-bottom: 10px;
}

#swagContent progress::-webkit-progress-bar {
    background: var(--border);
}

#swagContent progress::-webkit-progress-value {
    background: var(--text);
}

.swag-meta {
    margin-bottom: 10px;
    color: var(--muted);
    font-size: 11px;
}

#swagContent button {
    width: 100%;
    font-size: 10px;
    padding: 8px;
}



/* ════════════════════════════════════════
   SUCHE
════════════════════════════════════════ */

.categories-suche {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
.categories-left {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.category-buttons {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.search-section {
    padding: 32px 24px;
    border-bottom: 1px solid var(--border);
    background: var(--card);
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.search-section h3 {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 1.3rem;
    letter-spacing: 0.15em;
    color: var(--muted);
    margin-bottom: 12px;
}

.search-section form {
    display: flex;
    gap: 0;
    max-width: 500px;
    width: 400px;
}

input[type="text"] {
    flex: 1;
    background: var(--bg);
    border: 2px solid var(--text);
    border-right: none;
    color: var(--text);
    padding: 10px 14px;
    font-family: 'Space Mono', monospace;
    font-size: 12px;
    outline: none;
    border-radius: 0;
}

input[type="text"]:focus {
    background: var(--card);
}

input[type="text"]::placeholder {
    color: var(--muted);
}


/* ════════════════════════════════════════
   KATEGORIEN
════════════════════════════════════════ */
.categories-section {
    padding: 40px 24px;
    border-bottom: 1px solid var(--border);
}

.categories-section h3 {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 1.3rem;
    letter-spacing: 0.15em;
    color: var(--muted);
    margin-bottom: 16px;
}

.category-buttons {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.category-buttons button {
    background: transparent;
    color: var(--text);
    border: 2px solid var(--border);
    font-size: 11px;
    padding: 9px 16px;
    box-shadow: none;
}

.category-buttons button:hover {
    background: var(--text);
    color: var(--bg);
    border-color: var(--text);
    box-shadow: 3px 3px 0 var(--muted);
}


/* ════════════════════════════════════════
   PRODUKTE
════════════════════════════════════════ */
.products-section {
    padding: 75px 24px 64px;
}

.products-section > h3 {
    font-family: 'Bebas Neue', sans-serif;
    font-size: clamp(1.8rem, 4vw, 2.4rem);
    letter-spacing: 0.06em;
    color: var(--text);
    margin-bottom: 32px;
}

.products {
    display: flex;
    flex-direction: row;
    gap: 2px;
    padding: 5px 24px 50px;
}

article {
    flex: 1;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
    background: rgba(0, 0, 0, 0.031);
    padding: 24px 20px;
    border-right: 1px solid var(--border);
    position: relative;
    overflow: visible;
    transition: background 0.2s;
}

article:last-child {
    border-right: none;
}

article:hover {
    background: rgba(0, 0, 0, 0.116);
}

/* Ghost number stamp */
article::before {
    content: attr(data-num);
    position: absolute;
    top: 8px;
    right: 20px;
    font-family: 'Bebas Neue', sans-serif;
    font-size: 5rem;
    color: rgba(152, 152, 152, 0.114);
    line-height: 1;
    pointer-events: none;
    user-select: none;
}

body.dark article::before {
    color: rgba(255,255,255,0.04);
}

/* Left accent bar on hover */
article::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    background: var(--text);
    transform: scaleY(0);
    transform-origin: bottom;
    transition: transform 0.25s ease;
}

article:hover::after {
    transform: scaleY(1);
}

/* ── IMAGE WRAPS + TILTS ── */
.img-wrap {
    flex-shrink: 0;
    width: 170px;
    height: 170px;
    overflow: visible;
}

.img-wrap img {
    width: 170px;
    height: 170px;
    object-fit: cover;
    display: block;
    box-shadow: 6px 6px 4px rgba(127, 127, 127, 0.331);
    transition: transform 0.35s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.35s ease;
}

body.dark .img-wrap img {
    box-shadow: 6px 6px 0 rgba(255, 255, 255, 0);
}

article:nth-child(odd) .img-wrap img {
    transform: rotate(-3deg);
}

article:nth-child(even) .img-wrap img {
    transform: rotate(2.5deg);
}

article:hover .img-wrap img {
    transform: rotate(0deg) scale(1.04) !important;
    box-shadow: 8px 8px 8px rgba(174, 174, 174, 0.427);
}

/* ── PRODUCT INFO ── */
.product-info {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.product-info h4 {
    font-family: 'Bebas Neue', sans-serif;
    font-size: clamp(1.4rem, 2.5vw, 1.8rem);
    letter-spacing: 0.03em;
    color: var(--text);
    line-height: 1;
}

.product-info .price {
    font-family: 'Space Mono', monospace;
    font-size: 1rem;
    font-weight: 700;
    color: var(--text);
    letter-spacing: 0.05em;
}

details {
    font-size: 12px;
}

details summary {
    cursor: pointer;
    font-size: 10px;
    color: var(--muted);
    letter-spacing: 0.2em;
    text-transform: uppercase;
    list-style: none;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    user-select: none;
}

details summary::before {
    content: '+';
    font-size: 14px;
    font-weight: 700;
    transition: transform 0.2s;
}

details[open] summary::before {
    transform: rotate(45deg);
}

details summary::-webkit-details-marker {
    display: none;
}

details span {
    display: block;
    margin-top: 8px;
    color: var(--muted);
    font-style: italic;
    line-height: 1.6;
    font-size: 12px;
}

.product-info button {
    width: fit-content;
    margin-top: 4px;
    font-size: 11px;
    padding: 10px 20px;
}



/* ════════════════════════════════════════
   HOMEPAGE HERO
════════════════════════════════════════ */
.HomepageHero {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin-top: -75px;
}

.HomepageHero img {
    width: 100%;
    height: 90vh;
    object-fit: cover;
    display: block;
    transform: rotate(-3deg) scale(1.1);
    padding-top: 100px;
    clip-path: inset(15% 0 15% 0);
}

.HomepageText {
    position: absolute;
    bottom: 80px;
    left: 30px;
    color: white;
    z-index: 10;
}

.HomepageText h2 {
    font-family: 'Bebas Neue', sans-serif;
    font-size: clamp(2rem, 6vw, 4rem);
    color: white;
    line-height: 1;
    letter-spacing: 0.05em;
    transform: rotate(-3deg) scale(1.1);
    padding-left: 20px;
}

.HomepageText h4 {
    font-size: 0.85rem;
    color: white;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    margin-top: 4px;
    transform: rotate(-3deg) scale(1.1);
    padding-left: 20px;
}

.HomepageText button {
    margin-top: 16px;
    font-size: 11px;
    padding: 10px 20px;
}

.HomepageShopNow {
    position: absolute;
    top: 80px;
    right: 20px;
    z-index: 10;
    transform: rotate(-3deg) scale(1.1);
    padding-right: 20px;
}

.HomepageShopNow button {
    font-size: 27px;
    padding: 10px 15px;
}