:root {
    --ink: #171418;
    --ink-soft: #242026;
    --purple: #8b249d;
    --pink: #e62a93;
    --yellow: #ffe500;
    --red: #ef2033;
    --orange: #ff7916;
    --green: #2b9b43;
    --blue: #2677cb;
    --radius: 1.5rem;
    --shadow: 0 1.5rem 4rem rgba(24, 16, 28, .12);
}

html { scroll-behavior: smooth; }
body {
    color: var(--ink);
    background: #fff;
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    overflow-x: hidden;
}
img { max-width: 100%; height: auto; }
a { text-underline-offset: .2em; }
fieldset { min-width: 0; }
.fw-black { font-weight: 900; letter-spacing: -.04em; }
.max-copy { max-width: 39rem; }
.section-space { padding: clamp(5rem, 9vw, 8rem) 0; }
.section-kicker,
.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    color: var(--purple);
    font-size: .78rem;
    font-weight: 800;
    letter-spacing: .14em;
    text-transform: uppercase;
}
.section-intro { max-width: 46rem; }

.site-navbar {
    background: rgba(17, 14, 18, .86);
    backdrop-filter: blur(16px);
    border-bottom: 1px solid rgba(255,255,255,.09);
    transition: background .2s ease, box-shadow .2s ease;
}
.site-navbar.scrolled { background: rgba(17, 14, 18, .97); box-shadow: 0 .5rem 2rem rgba(0,0,0,.18); }
.navbar-brand { font-size: 2.5rem; letter-spacing: .08em; }
.navbar-brand img { object-fit: contain; }
.navbar-nav .nav-link { color: rgba(255,255,255,.76); font-weight: 650; }
.navbar-nav .nav-link:hover { color: #fff; }

.btn-rainbow {
    --bs-btn-color: #151116;
    --bs-btn-hover-color: #151116;
    --bs-btn-border-color: transparent;
    --bs-btn-hover-border-color: transparent;
    position: relative;
    isolation: isolate;
    overflow: hidden;
    border: 0;
    background: linear-gradient(90deg, #ef2033, #ff7916 22%, #ffe500 42%, #2b9b43 61%, #2677cb 80%, #8b249d);
    font-weight: 800;
    box-shadow: 0 .8rem 2rem rgba(229, 39, 140, .24);
}
.btn-rainbow::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background: rgba(255,255,255,.3);
    transform: translateX(-110%) skewX(-15deg);
    transition: transform .35s ease;
}
.btn-rainbow:hover::after { transform: translateX(110%) skewX(-15deg); }

.btn-outline-primary {
  color: var(--purple);
  border-color: var(--purple);
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: var(--purple);
  border-color: var(--purple);
}

.hero-section {
    position: relative;
    color: #fff;
    background:
        radial-gradient(circle at 82% 22%, rgba(139,36,157,.36), transparent 25rem),
        radial-gradient(circle at 18% 76%, rgba(230,42,147,.16), transparent 24rem),
        linear-gradient(135deg, #131014 0%, #211a23 50%, #101012 100%);
}
.hero-section::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    opacity: .2;
    background-image: radial-gradient(rgba(255,255,255,.22) 1px, transparent 1px);
    background-size: 24px 24px;
    mask-image: linear-gradient(to bottom, #000, transparent 82%);
}
.gradient-text {
    background: linear-gradient(90deg, #f23b51, #ff8c19 25%, #ffe500 48%, #38b858 68%, #46a6ff 84%, #d250e4);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}
.hero-facts { display: flex; flex-wrap: wrap; gap: 1rem 1.5rem; color: rgba(255,255,255,.72); font-weight: 650; }
.hero-facts i { color: var(--yellow); }
.hero-products { min-height: 40rem; }
.hero-shirt {
    position: absolute;
    width: min(34rem, 75vw);
    filter: drop-shadow(0 2.2rem 2.5rem rgba(0,0,0,.36));
    transition: transform .3s ease;
}
.hero-shirt-dark { left: 0; top: 50%; transform: translateY(-54%) rotate(-7deg); z-index: 2; }
.hero-shirt-light { right: -8rem; top: 50%; transform: translateY(-38%) rotate(8deg) scale(.92); z-index: 1; }
.hero-products:hover .hero-shirt-dark { transform: translateY(-56%) rotate(-5deg); }
.hero-products:hover .hero-shirt-light { transform: translateY(-40%) rotate(6deg) scale(.84); }
.rainbow-orbit {
    position: absolute;
    width: 34rem;
    height: 34rem;
    border-radius: 50%;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    border: 2px solid rgba(255,255,255,.08);
    box-shadow: 0 0 0 1.5rem rgba(255,255,255,.02), 0 0 0 3rem rgba(255,255,255,.015);
}
.hero-badge {
    position: absolute;
    right: 1rem;
    bottom: 5rem;
    z-index: 4;
    display: grid;
    place-items: center;
    width: 8rem;
    height: 8rem;
    border-radius: 50%;
    color: #181318;
    text-align: center;
    line-height: 1.1;
    background: var(--yellow);
    border: .45rem solid #fff;
    box-shadow: 0 1rem 2rem rgba(0,0,0,.25);
    transform: rotate(8deg);
}
.hero-rainbow,
.footer-rainbow {
    height: .55rem;
    background: linear-gradient(90deg, #ef2033 0 16.6%, #ff7916 16.6% 33.2%, #ffe500 33.2% 49.8%, #2b9b43 49.8% 66.4%, #2677cb 66.4% 83%, #8b249d 83% 100%);
}

.availability-note {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    padding: .65rem 1rem;
    border-radius: 999px;
    background: #fff;
    border: 1px solid #e8e1ea;
    color: #635967;
    font-size: .9rem;
}
.design-block {
    overflow: hidden;
    background: #fff;
    border: 1px solid #ebe6ed;
    border-radius: var(--radius);
    box-shadow: var(--shadow);
}
.design-gallery { background: linear-gradient(145deg, #f4f1f5, #fff); }
.design-config { background: #fff; }
.shirt-figure {
    position: relative;
    overflow: hidden;
    aspect-ratio: 1 / 1;
    border-radius: 1.1rem;
    border: solid 1px #ccc;
    background: #fff;
}
.shirt-figure img { width: 100%; height: 100%; object-fit: contain; transition: transform .35s ease; }
.shirt-figure:hover img { transform: scale(1.035); }
.shirt-figure figcaption {
    position: absolute;
    left: .8rem;
    bottom: .8rem;
    padding: .4rem .7rem;
    border-radius: 999px;
    font-size: .75rem;
    font-weight: 750;
    background: rgba(255,255,255,.9);
    backdrop-filter: blur(8px);
    box-shadow: 0 .2rem .7rem rgba(0,0,0,.12);
}
.dark-preview { background: #171b1d; }
.design-logo { width: 6rem; height: 6rem; object-fit: contain; flex: 0 0 auto; }
.design-number { color: var(--purple); font-size: .72rem; font-weight: 850; letter-spacing: .15em; }
.config-label { display: block; margin-bottom: .6rem; font-size: .8rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.color-picker { display: flex; flex-direction: column; gap: 1rem; }
.color-group { margin: 0; }
.color-group-title {
    margin: 0 0 .45rem;
    color: #756a78;
    font-size: .68rem;
    font-weight: 850;
    letter-spacing: .08em;
    text-transform: uppercase;
}
.color-options {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(4.15rem, 1fr));
    gap: .48rem;
}
.shirt-color {
    appearance: none;
    display: flex;
    min-width: 0;
    min-height: 4.65rem;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 2px solid transparent;
    background: #f6f3f7;
    border-radius: .8rem;
    padding: .42rem .18rem .35rem;
    color: var(--shirt-color);
    transition: border-color .18s ease, transform .18s ease, background .18s ease;
}
.shirt-color:hover { transform: translateY(-2px); background: #efe9f1; }
.shirt-color.active { border-color: var(--purple); background: #fff; box-shadow: 0 0 0 3px rgba(139,36,157,.1); }
.shirt-color:focus-visible { outline: .18rem solid var(--yellow); outline-offset: .12rem; }
.shirt-color svg {
    display: block;
    width: 2.05rem;
    height: 2.05rem;
    flex: 0 0 auto;
    margin: 0 auto .22rem;
    filter: drop-shadow(0 1px 1px rgba(0,0,0,.22));
}
.shirt-color.is-heather svg { opacity: .92; filter: drop-shadow(0 1px 1px rgba(0,0,0,.22)) saturate(.78); }
.shirt-color span {
    display: -webkit-box;
    overflow: hidden;
    min-height: 2.05em;
    color: #5d5460;
    font-size: .56rem;
    font-weight: 700;
    line-height: 1.05;
    text-align: center;
    overflow-wrap: anywhere;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.size-options { display: grid; grid-template-columns: repeat(6, 1fr); gap: .55rem; }
.size-options button {
    border: 1px solid #ded7e1;
    border-radius: .75rem;
    background: #fff;
    padding: .72rem .35rem;
    font-weight: 800;
    transition: all .18s ease;
}
.size-options button:hover { border-color: var(--purple); }
.size-options button.active { color: #fff; border-color: var(--ink); background: var(--ink); }
.quantity-input { text-align: center; font-weight: 800; }

.shirt-info-section {
    color: #fff;
    background:
        radial-gradient(circle at 85% 20%, rgba(230,42,147,.18), transparent 24rem),
        linear-gradient(135deg, #171319, #2b202e);
}
.info-card {
    min-height: 11rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: .35rem;
    padding: 1.5rem;
    border-radius: 1.2rem;
    background: rgba(255,255,255,.075);
    border: 1px solid rgba(255,255,255,.1);
    backdrop-filter: blur(10px);
}
.info-card i { font-size: 1.8rem; color: var(--yellow); }
.info-card strong { font-size: 1.1rem; }
.info-card span { color: rgba(255,255,255,.58); }

.step-card {
    position: relative;
    height: 100%;
    min-height: 17rem;
    padding: 2rem;
    border-radius: 1.25rem;
    border: 1px solid #ece6ee;
    background: #fff;
    box-shadow: 0 .8rem 2rem rgba(29,20,32,.06);
    transition: transform .25s ease, box-shadow .25s ease;
}
.step-card:hover { transform: translateY(-.35rem); box-shadow: 0 1.2rem 2.8rem rgba(29,20,32,.1); }
.step-card > span { position: absolute; top: 1.25rem; right: 1.35rem; color: #ded5e1; font-size: 2rem; font-weight: 900; }
.step-card i { display: inline-grid; place-items: center; width: 3.5rem; height: 3.5rem; margin-bottom: 1.5rem; border-radius: 1rem; color: #fff; font-size: 1.4rem; background: linear-gradient(135deg, var(--pink), var(--purple)); }
.step-card h3 { font-size: 1.2rem; font-weight: 800; }
.step-card p { color: #6d626f; margin-bottom: 0; }

.inquiry-section { color: #fff; background: #151116; }
.inquiry-list-card,
.contact-card {
    border-radius: 1.4rem;
    background: #fff;
    color: var(--ink);
    box-shadow: 0 1.5rem 4rem rgba(0,0,0,.2);
}
.inquiry-list-card { padding: 1.25rem; }
.contact-card { padding: clamp(1.4rem, 4vw, 2.5rem); }
.count-badge { padding: .35rem .65rem; border-radius: 999px; color: #fff; background: var(--purple); font-size: .75rem; font-weight: 800; }
.empty-list { padding: 2rem .5rem; text-align: center; color: #766b79; }
.empty-list i { display: block; font-size: 2rem; color: var(--purple); }
.empty-list p { margin: .5rem 0 .2rem; }
.inquiry-item {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: .75rem;
    align-items: center;
    padding: .85rem 0;
    border-top: 1px solid #eee8f0;
}
.inquiry-item:first-child { border-top: 0; }
.inquiry-item strong { display: block; font-size: .93rem; }
.inquiry-item span { color: #766d79; font-size: .82rem; }
.remove-item { border: 0; background: transparent; color: #a39aa6; font-size: 1.1rem; }
.remove-item:hover { color: var(--red); }
.direct-mail { display: flex; flex-direction: column; gap: .35rem; color: rgba(255,255,255,.58); }
.direct-mail a { color: #fff; font-weight: 750; }
.form-control,
.form-check-input { border-color: #ddd5e0; }
.form-control:focus,
.form-check-input:focus { border-color: var(--purple); box-shadow: 0 0 0 .25rem rgba(139,36,157,.12); }
.form-check-input:checked { background-color: var(--purple); border-color: var(--purple); }
.hp-field { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }

.site-footer { color: #fff; background: #0f0d10; }
.site-footer a { color: #fff; text-decoration: none; }
.site-footer a:hover { text-decoration: underline; }
.site-footer img { object-fit: contain; }

@media (max-width: 991.98px) {
    .navbar-collapse { padding: 1rem 0; }
    .hero-section .min-vh-100 { min-height: auto !important; padding-top: 9rem !important; }
    .hero-products { min-height: 34rem; }
    .hero-shirt { width: min(31rem, 70vw); }
    .hero-shirt-light { right: 0; }
    .hero-badge { right: 1rem; bottom: 2rem; }
}

@media (max-width: 767.98px) {
    .display-2 { font-size: clamp(3rem, 14vw, 4.6rem); }
    .hero-products { min-height: 27rem; }
    .hero-shirt { width: min(25rem, 82vw); }
    .hero-shirt-dark { left: -2.5rem; }
    .hero-shirt-light { right: -3rem; }
    .hero-badge { width: 6.5rem; height: 6.5rem; font-size: .82rem; }
    .color-options { grid-template-columns: repeat(5, minmax(0,1fr)); }
    .design-logo { width: 5rem; height: 5rem; }
}

@media (max-width: 399.98px) {
    .color-options { grid-template-columns: repeat(4, minmax(0,1fr)); }
    .hero-products { min-height: 23rem; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}

/* Vergrößerbare Beispielshirts */
.shirt-preview-button {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: zoom-in;
}
.shirt-preview-button img { width: 100%; height: 100%; object-fit: contain; transition: transform .35s ease; }
.shirt-figure:hover .shirt-preview-button img,
.shirt-preview-button:focus-visible img { transform: scale(1.035); }
.shirt-preview-button:focus-visible { outline: .22rem solid var(--yellow); outline-offset: -.22rem; }
.preview-zoom {
    position: absolute;
    right: .8rem;
    top: .8rem;
    display: inline-flex;
    align-items: center;
    gap: .4rem;
    padding: .45rem .7rem;
    border-radius: 999px;
    color: #fff;
    background: rgba(19,16,20,.76);
    font-size: .72rem;
    font-weight: 800;
    box-shadow: 0 .25rem .8rem rgba(0,0,0,.18);
    backdrop-filter: blur(8px);
    transition: transform .2s ease, background .2s ease;
}
.shirt-preview-button:hover .preview-zoom,
.shirt-preview-button:focus-visible .preview-zoom { transform: translateY(-2px); background: rgba(19,16,20,.92); }
.shirt-preview-modal .modal-content {
    overflow: hidden;
    border: 0;
    border-radius: 1.35rem;
    background: #f3f0f4;
    box-shadow: 0 2rem 5rem rgba(0,0,0,.38);
}
.shirt-preview-modal .modal-header { background: #fff; }
.modal-shirt-stage {
    display: grid;
    place-items: center;
    min-height: min(72vh, 54rem);
    padding: clamp(.5rem, 2vw, 1.5rem);
    border-radius: 1rem;
    background: linear-gradient(145deg, #ebe6ed, #fff);
}
.modal-shirt-stage img {
    display: block;
    width: 100%;
    max-height: 72vh;
    object-fit: contain;
}

/* Rechtliche Unterseiten */
.legal-page { background: #f6f3f7; }
.legal-navbar { position: relative; }
.legal-main { padding: clamp(3.5rem, 8vw, 7rem) 0; }
.legal-hero {
    padding: clamp(3rem, 7vw, 5rem) 0;
    color: #fff;
    background:
        radial-gradient(circle at 82% 20%, rgba(139,36,157,.4), transparent 24rem),
        linear-gradient(135deg, #151116, #2a202d);
}
.legal-card {
    padding: clamp(1.5rem, 4vw, 3.5rem);
    border: 1px solid #e9e2eb;
    border-radius: 1.4rem;
    background: #fff;
    box-shadow: var(--shadow);
}
.legal-card h2 { margin-top: 2.4rem; font-size: 1.4rem; font-weight: 850; }
.legal-card h2:first-child { margin-top: 0; }
.legal-card h3 { margin-top: 1.6rem; font-size: 1.08rem; font-weight: 800; }
.legal-card p,
.legal-card li { color: #544b57; line-height: 1.75; }
.legal-card address { color: #322b35; font-style: normal; line-height: 1.75; }
.legal-card a { color: var(--purple); font-weight: 700; }
.legal-meta {
    display: inline-flex;
    align-items: center;
    gap: .45rem;
    margin-top: 1rem;
    color: rgba(255,255,255,.62);
    font-size: .9rem;
}
.footer-links a[aria-current="page"] { text-decoration: underline; text-decoration-thickness: .12em; }

@media (max-width: 575.98px) {
    .preview-zoom span { display: none; }
    .preview-zoom { width: 2.35rem; height: 2.35rem; justify-content: center; padding: 0; }
    .modal-shirt-stage { min-height: 60vh; }
}

/* Sortimentserweiterung */
.collection-section {
    background:
        radial-gradient(circle at 8% 90%, rgba(255,229,0,.2), transparent 22rem),
        linear-gradient(145deg, #fff, #f7f2f8);
}
.future-product-card {
    display: flex;
    align-items: center;
    gap: 1rem;
    min-height: 9.5rem;
    height: 100%;
    padding: 1.5rem;
    border: 1px solid #e9e1eb;
    border-radius: 1.2rem;
    background: rgba(255,255,255,.9);
    box-shadow: 0 .8rem 2rem rgba(29,20,32,.07);
}
.future-product-card i {
    display: grid;
    place-items: center;
    width: 3.8rem;
    height: 3.8rem;
    flex: 0 0 auto;
    border-radius: 1rem;
    color: #fff;
    font-size: 1.55rem;
    background: linear-gradient(135deg, var(--pink), var(--purple));
}
.future-product-card strong { display: block; margin-bottom: .2rem; font-size: 1.12rem; }
.future-product-card span { color: #756b78; font-size: .9rem; line-height: 1.45; }
.future-product-card.future-more i { color: var(--ink); background: var(--yellow); }

/* Schutz der Logos */
.protection-section {
    color: #fff;
    background:
        radial-gradient(circle at 12% 22%, rgba(38,119,203,.18), transparent 24rem),
        radial-gradient(circle at 88% 75%, rgba(230,42,147,.16), transparent 25rem),
        linear-gradient(135deg, #111013, #261d29);
}
.protected-logos {
    display: grid;
    grid-template-columns: repeat(2, minmax(0,1fr));
    gap: 1.25rem;
}
.protected-logos figure {
    margin: 0;
    padding: clamp(1rem, 3vw, 1.75rem);
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 1.35rem;
    background: rgba(255,255,255,.07);
    box-shadow: 0 1.5rem 3rem rgba(0,0,0,.18);
    backdrop-filter: blur(10px);
}
.protected-logos img {
    display: block;
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: contain;
    filter: drop-shadow(0 1rem 1.5rem rgba(0,0,0,.22));
}
.protected-logos figcaption {
    margin-top: .8rem;
    color: rgba(255,255,255,.68);
    font-size: .82rem;
    font-weight: 700;
    text-align: center;
}

/* Vorkasse-Hinweis */
.prepayment-note {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    max-width: 58rem;
    margin-inline: auto;
    padding: 1.35rem 1.5rem;
    border: 1px solid #e4dce7;
    border-radius: 1.15rem;
    background: #f8f4f9;
}
.prepayment-note > i {
    display: grid;
    place-items: center;
    width: 3rem;
    height: 3rem;
    flex: 0 0 auto;
    border-radius: .85rem;
    color: #fff;
    font-size: 1.3rem;
    background: var(--purple);
}
.prepayment-note p { color: #665c69; }

@media (max-width: 575.98px) {
    .protected-logos { grid-template-columns: 1fr; }
    .prepayment-note { flex-direction: column; }
}
