:root {
    --bg: #050505;
    --bg-soft: #0f0f10;
    --panel: #121214;
    --panel-2: #17171a;
    --line: rgba(255, 255, 255, 0.08);
    --text: #f6f1eb;
    --muted: #aea7a0;
    --red: #b50f1e;
    --red-bright: #eb1f37;
    --red-soft: rgba(235, 31, 55, 0.14);
    --shadow: 0 28px 80px rgba(0, 0, 0, 0.45);
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    background:
        radial-gradient(circle at top left, rgba(181, 15, 30, 0.26), transparent 26%),
        radial-gradient(circle at right center, rgba(235, 31, 55, 0.14), transparent 18%),
        linear-gradient(180deg, #050505 0%, #090909 28%, #111113 100%);
    color: var(--text);
    font-family: "Manrope", "Segoe UI", sans-serif;
    font-size: 14px;
}

img {
    display: block;
    max-width: 100%;
}

a {
    color: inherit;
}

.shell {
    width: min(1220px, calc(100% - 32px));
    margin: 0 auto;
}

.topbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    padding: 28px 0 18px;
}

.brand {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    text-decoration: none;
}

.brand-mark {
    width: 56px;
    height: 56px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
    overflow: hidden;
    background: transparent;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.28);
}

.brand-mark img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    transform: none;
    filter: none;
}

.brand-copy strong,
.brand-copy small {
    display: block;
}

.brand-copy strong {
    font-family: "Oswald", sans-serif;
    font-size: 1.08rem;
    letter-spacing: 0.08em;
}

.brand-copy small,
.nav a,
.hero-text,
.section-head p,
.product-body p,
.band-card p,
.hanging-overlay p,
.split-copy p,
.footer p {
    color: var(--muted);
}

.nav {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
}

.nav a {
    text-decoration: none;
    font-size: 0.84rem;
}

.hero {
    position: relative;
    overflow: hidden;
}

.hero::after {
    content: "";
    position: absolute;
    inset: 90px auto auto 58%;
    width: 520px;
    height: 520px;
    background: radial-gradient(circle, rgba(235, 31, 55, 0.18), transparent 68%);
    filter: blur(12px);
    pointer-events: none;
}

.hero-grid {
    display: grid;
    grid-template-columns: 0.96fr 1.04fr;
    gap: 30px;
    align-items: center;
    padding: 42px 0 80px;
}

.eyebrow {
    display: inline-flex;
    padding: 8px 12px;
    border-radius: 999px;
    background: var(--red-soft);
    color: #ff7b88;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    font-size: 0.76rem;
    font-weight: 800;
}

h1,
h2,
h3,
.btn,
.hero-points strong,
.duration,
.product-meta span,
.hanging-meta span,
.band-card span {
    font-family: "Oswald", sans-serif;
    font-weight: 500;
}

h1 {
    margin: 18px 0 16px;
    font-size: clamp(3rem, 7vw, 5.9rem);
    line-height: 0.92;
    letter-spacing: 0.03em;
}

.hero-text {
    max-width: 62ch;
    line-height: 1.7;
    font-size: 0.92rem;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 30px;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 54px;
    padding: 0 24px;
    border-radius: 16px;
    text-decoration: none;
    letter-spacing: 0.06em;
}

.btn-primary {
    background: linear-gradient(135deg, #7d0b17, var(--red-bright));
    color: #fff;
    box-shadow: 0 18px 40px rgba(181, 15, 30, 0.36);
}

.btn-secondary {
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.02);
}

.hero-points {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    margin-top: 30px;
}

.hero-points div,
.band-card,
.product-card,
.hanging-card,
.stack-card {
    border: 1px solid var(--line);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.015));
    box-shadow: var(--shadow);
}

.hero-points div {
    padding: 18px;
    border-radius: 20px;
}

.hero-points strong,
.hero-points span {
    display: block;
}

.hero-points strong {
    font-size: 1.12rem;
    color: #fff;
}

.hero-points span {
    margin-top: 6px;
    color: var(--muted);
    font-size: 0.83rem;
}

.hero-stage {
    display: grid;
    grid-template-columns: minmax(220px, 0.74fr) minmax(280px, 1fr);
    grid-template-rows: minmax(220px, auto) minmax(240px, auto);
    gap: 30px;
    align-items: stretch;
    padding: 18px 8px 10px 12px;
}

.hero-card {
    position: relative;
    border-radius: 28px;
    overflow: hidden;
    backdrop-filter: blur(10px);
    background: transparent;
}

.hero-card img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    background: transparent;
}

.hero-card-main {
    grid-column: 2;
    grid-row: 1 / span 2;
    min-height: 620px;
    z-index: 2;
}

.hero-card-top {
    grid-column: 1;
    grid-row: 1;
    min-height: 254px;
    transform: rotate(-3deg);
    z-index: 3;
}

.hero-card-bottom {
    grid-column: 1;
    grid-row: 2;
    min-height: 286px;
    transform: rotate(2deg);
    z-index: 1;
}

.section {
    padding: 84px 0;
}

.section-band {
    padding-top: 24px;
}

.band-grid,
.catalog-grid,
.hanging-grid {
    display: grid;
    gap: 18px;
}

.band-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.band-card {
    border-radius: 24px;
    padding: 24px;
}

.band-card span {
    display: inline-flex;
    margin-bottom: 14px;
    color: #ff5e6e;
    letter-spacing: 0.14em;
}

.band-card h2 {
    margin: 0 0 12px;
    font-size: 1.42rem;
}

.section-head {
    margin-bottom: 28px;
}

.section-head h2 {
    margin: 14px 0 10px;
    font-size: clamp(1.95rem, 3.7vw, 3.15rem);
    line-height: 0.96;
    letter-spacing: 0.03em;
}

.section-head p {
    max-width: 64ch;
    line-height: 1.72;
    font-size: 0.92rem;
}

.catalog-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.product-card {
    display: grid;
    grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
    border-radius: 28px;
    overflow: hidden;
    align-items: start;
}

.product-media {
    align-self: start;
    display: block;
    background: transparent;
}

.product-media img {
    width: 100%;
    height: auto;
    object-fit: initial;
    background: transparent;
}

.product-body {
    padding: 22px 22px 24px;
    background:
        linear-gradient(180deg, rgba(181, 15, 30, 0.08), rgba(0, 0, 0, 0)),
        var(--panel);
}

.product-meta,
.note-list,
.hanging-meta,
.footer-links {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.product-meta span,
.note-list span,
.hanging-meta span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    padding: 0 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: #f7d7db;
    font-size: 0.84rem;
    letter-spacing: 0.05em;
}

.product-body h3,
.hanging-overlay h3 {
    margin: 16px 0 6px;
    font-size: 1.72rem;
    line-height: 0.95;
    letter-spacing: 0.03em;
}

.product-body strong {
    display: block;
    color: #ff6c7b;
    font-size: 0.92rem;
}

.product-body p {
    line-height: 1.68;
    margin: 14px 0;
    font-size: 0.9rem;
}

.note-list {
    margin-top: 14px;
}

.duration {
    margin-top: 18px;
    color: #fff;
    letter-spacing: 0.08em;
    font-size: 0.94rem;
}

.section-dark {
    background:
        radial-gradient(circle at top center, rgba(181, 15, 30, 0.18), transparent 18%),
        linear-gradient(180deg, #080809 0%, #111113 100%);
}

.section-head-light p {
    color: #b8b2ac;
}

.hanging-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.hanging-card {
    display: flex;
    flex-direction: column;
    border-radius: 26px;
    overflow: hidden;
    min-height: 0;
}

.hanging-card img {
    width: 100%;
    height: auto;
    object-fit: initial;
    background: transparent;
}

.hanging-overlay {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    justify-content: flex-start;
    padding: 20px 18px 22px;
    background:
        linear-gradient(180deg, rgba(181, 15, 30, 0.08), rgba(0, 0, 0, 0)),
        var(--panel);
}

.hanging-overlay p {
    margin: 10px 0 0;
    line-height: 1.58;
    color: #d2ccc5;
    font-size: 0.88rem;
}

.section-split {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0));
}

.split-grid {
    display: grid;
    grid-template-columns: 0.95fr 1.05fr;
    gap: 24px;
    align-items: center;
}

.split-copy p {
    line-height: 1.72;
    max-width: 62ch;
    font-size: 0.92rem;
}

.split-list {
    padding: 0;
    margin: 24px 0 0;
    list-style: none;
}

.split-list li {
    position: relative;
    padding-left: 18px;
    margin-top: 12px;
    color: #ddd8d3;
    font-size: 0.92rem;
}

.split-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 11px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--red-bright);
}

.split-stack {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.stack-card {
    border-radius: 28px;
    overflow: hidden;
}

.footer {
    padding: 24px 0 42px;
    border-top: 1px solid var(--line);
    background: #050505;
}

.footer-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 18px;
}

.footer strong {
    font-family: "Oswald", sans-serif;
    letter-spacing: 0.08em;
}

.footer-links a {
    text-decoration: none;
    color: #d8d1ca;
}

@media (max-width: 1180px) {
    .hero-grid,
    .split-grid,
    .catalog-grid,
    .band-grid,
    .hanging-grid {
        grid-template-columns: 1fr;
    }

    .hero-stage {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 16px;
        padding-left: 0;
    }

    .hero-card {
        position: relative;
        width: 100%;
        top: auto;
        left: auto;
        right: auto;
        bottom: auto;
        transform: none;
    }

    .hero-card-main,
    .hero-card-top,
    .hero-card-bottom {
        min-height: 0;
        transform: none;
    }

    .split-stack {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 860px) {
    .topbar,
    .footer-inner {
        display: block;
    }

    .nav,
    .footer-links {
        margin-top: 16px;
    }

    .hero-points,
    .split-stack {
        grid-template-columns: 1fr;
    }

    .product-card {
        grid-template-columns: 1fr;
    }

    .hanging-card {
        min-height: auto;
    }

    .hanging-card img {
        height: auto;
    }
}

@media (max-width: 640px) {
    .shell {
        width: min(100% - 20px, 1220px);
    }

    h1 {
        font-size: clamp(2.8rem, 17vw, 4.4rem);
    }

    .section-head h2 {
        font-size: clamp(1.8rem, 10vw, 2.8rem);
    }

    .hero-grid {
        padding-top: 24px;
        padding-bottom: 56px;
    }

    .hero-stage {
        grid-template-columns: 1fr;
    }
}
