.page-product.theme-sinful {
    background: #050608;
    color: #d8e1ec;
    font-family: 'Space Grotesk', 'Inter', sans-serif;
}

.page-product.theme-sinful .site-header {
    background: #050608;
    border-bottom: 1px solid rgba(56, 189, 248, 0.18);
}

.page-product.theme-sinful .site-header a,
.page-product.theme-sinful .brand-name,
.page-product.theme-sinful .primary-nav a {
    color: #d8e1ec;
}

.page-product.theme-sinful .brand-mark {
    background: linear-gradient(135deg, #38bdf8, #0ea5e9);
    color: #050608;
    box-shadow: 0 0 18px rgba(56, 189, 248, 0.4);
}

.page-product.theme-sinful .site-footer {
    background: #050608;
    color: #6b7785;
    border-top: 1px solid rgba(56, 189, 248, 0.18);
}

/* ---------- HERO ---------- */

.sinful-hero {
    position: relative;
    overflow: hidden;
    padding: 90px 0 100px;
    color: #e6edf5;
    background:
        radial-gradient(ellipse at 20% 0%, rgba(14, 165, 233, 0.18) 0%, transparent 55%),
        radial-gradient(ellipse at 80% 100%, rgba(56, 189, 248, 0.10) 0%, transparent 55%),
        linear-gradient(180deg, #07090d 0%, #050608 100%);
    border-bottom: 1px solid rgba(56, 189, 248, 0.22);
}

.sinful-hero-bg {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(56, 189, 248, 0.06) 1px, transparent 1px),
        linear-gradient(90deg, rgba(56, 189, 248, 0.06) 1px, transparent 1px);
    background-size: 48px 48px;
    mask-image: radial-gradient(ellipse at 50% 50%, #000 30%, transparent 75%);
    -webkit-mask-image: radial-gradient(ellipse at 50% 50%, #000 30%, transparent 75%);
    pointer-events: none;
}

.sinful-hero-inner {
    position: relative;
    display: grid;
    grid-template-columns: 1.05fr 1fr;
    gap: 60px;
    align-items: center;
}

.sinful-art {
    position: relative;
    min-height: 420px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sinful-art-frame {
    position: relative;
    width: 100%;
    height: 420px;
    border: 1px solid rgba(56, 189, 248, 0.25);
    border-radius: 6px;
    background: linear-gradient(160deg, #0b1018 0%, #050608 100%);
    overflow: hidden;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.6), inset 0 0 60px rgba(14, 165, 233, 0.08);
}

.sinful-art-grid {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(56, 189, 248, 0.10) 1px, transparent 1px),
        linear-gradient(90deg, rgba(56, 189, 248, 0.10) 1px, transparent 1px);
    background-size: 36px 36px;
    mask-image: radial-gradient(circle at 50% 50%, #000 0%, transparent 70%);
    -webkit-mask-image: radial-gradient(circle at 50% 50%, #000 0%, transparent 70%);
}

.sinful-art-core {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sinful-art-pulse {
    position: absolute;
    width: 260px;
    height: 260px;
    border-radius: 50%;
    border: 1px solid rgba(56, 189, 248, 0.4);
    box-shadow:
        0 0 0 30px rgba(56, 189, 248, 0.04),
        0 0 0 80px rgba(56, 189, 248, 0.025);
    animation: sinful-pulse 3.2s ease-out infinite;
}

@keyframes sinful-pulse {
    0%   { transform: scale(0.85); opacity: 0.9; }
    70%  { transform: scale(1.1);  opacity: 0.2; }
    100% { transform: scale(1.15); opacity: 0; }
}

.sinful-art-shape {
    position: relative;
    width: 110px;
    height: 240px;
    background: linear-gradient(180deg, #1a1f28 0%, #0a0d12 60%, #050608 100%);
    border: 1px solid rgba(56, 189, 248, 0.35);
    border-radius: 26px 26px 14px 14px;
    box-shadow:
        inset -10px 0 22px rgba(0, 0, 0, 0.6),
        inset 10px 0 22px rgba(56, 189, 248, 0.08),
        0 30px 50px rgba(0, 0, 0, 0.7);
    z-index: 2;
}

.sinful-art-shape::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 24px;
    transform: translateX(-50%);
    width: 64px;
    height: 14px;
    background: linear-gradient(90deg, transparent, #38bdf8, transparent);
    border-radius: 999px;
    box-shadow: 0 0 18px rgba(56, 189, 248, 0.6);
}

.sinful-art-badge {
    position: absolute;
    top: 22px;
    right: 22px;
    padding: 8px 14px;
    border-radius: 4px;
    background: rgba(56, 189, 248, 0.12);
    border: 1px solid rgba(56, 189, 248, 0.45);
    color: #7dd3fc;
    font-family: 'Chakra Petch', 'Space Grotesk', sans-serif;
    font-weight: 700;
    letter-spacing: 2px;
    font-size: 0.85rem;
    z-index: 3;
}

/* ---------- COPY ---------- */

.sinful-eyebrow {
    text-transform: uppercase;
    letter-spacing: 5px;
    font-size: 0.72rem;
    font-weight: 600;
    color: #38bdf8;
    margin: 0 0 14px;
    font-family: 'Chakra Petch', 'Space Grotesk', sans-serif;
}

.sinful-copy h1 {
    font-family: 'Chakra Petch', 'Space Grotesk', sans-serif;
    margin: 0 0 14px;
    font-size: clamp(2.2rem, 4vw, 3.2rem);
    line-height: 1.05;
    font-weight: 700;
    letter-spacing: 0.5px;
    color: #f5f9ff;
    text-transform: uppercase;
}

.sinful-tagline {
    color: rgba(216, 225, 236, 0.78);
    font-size: 1.05rem;
    line-height: 1.5;
    margin: 0 0 26px;
    max-width: 460px;
}

.sinful-price {
    font-family: 'Chakra Petch', 'Space Grotesk', sans-serif;
    font-size: 2.2rem;
    font-weight: 700;
    margin: 0 0 22px;
    color: #38bdf8;
    letter-spacing: 1px;
}

.sinful-cta {
    display: flex;
    gap: 12px;
    align-items: center;
    margin-bottom: 32px;
}

.sinful-cta input {
    width: 84px;
    padding: 14px;
    border-radius: 4px;
    border: 1px solid rgba(56, 189, 248, 0.35);
    background: rgba(56, 189, 248, 0.04);
    color: #e6edf5;
    text-align: center;
    font-family: 'Space Grotesk', sans-serif;
    font-size: 1rem;
}

.sinful-cta input:focus {
    outline: none;
    border-color: #38bdf8;
    box-shadow: 0 0 0 3px rgba(56, 189, 248, 0.25);
}

.sinful-btn {
    background: linear-gradient(135deg, #38bdf8 0%, #0ea5e9 60%, #0284c7 100%);
    color: #04111c;
    border: 0;
    padding: 14px 30px;
    border-radius: 4px;
    font-family: 'Chakra Petch', 'Space Grotesk', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    cursor: pointer;
    font-size: 0.95rem;
    transition: transform 0.18s ease, box-shadow 0.18s ease;
    box-shadow: 0 8px 24px rgba(14, 165, 233, 0.35);
}

.sinful-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 32px rgba(14, 165, 233, 0.5);
}

/* ---------- SPEC FLEX HIGHLIGHTS ---------- */

.sinful-highlights {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
}

.sinful-highlights li {
    background: rgba(56, 189, 248, 0.04);
    border: 1px solid rgba(56, 189, 248, 0.22);
    border-radius: 6px;
    padding: 16px 14px;
    display: flex;
    flex-direction: column;
    gap: 4px;
    position: relative;
    overflow: hidden;
}

.sinful-highlights li::before {
    content: "";
    position: absolute;
    top: 0; left: 0;
    width: 4px;
    height: 100%;
    background: linear-gradient(180deg, #38bdf8, transparent);
}

.sinful-stat {
    font-family: 'Chakra Petch', 'Space Grotesk', sans-serif;
    font-weight: 700;
    font-size: 1.7rem;
    color: #7dd3fc;
    letter-spacing: 0.5px;
    line-height: 1;
}

.sinful-stat small {
    font-size: 0.7rem;
    color: #7dd3fc;
    margin-left: 3px;
    letter-spacing: 1px;
}

.sinful-unit {
    font-size: 0.75rem;
    color: rgba(216, 225, 236, 0.7);
    text-transform: uppercase;
    letter-spacing: 1.5px;
}

/* ---------- SECTION TITLES ---------- */

.sinful-section-title {
    font-family: 'Chakra Petch', 'Space Grotesk', sans-serif;
    color: #f5f9ff;
    font-size: 1.85rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin: 0 0 32px;
    text-align: center;
    position: relative;
    padding-bottom: 16px;
}

.sinful-section-title::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 56px;
    height: 2px;
    background: linear-gradient(90deg, transparent, #38bdf8, transparent);
}

/* ---------- FEATURE GRID ---------- */

.sinful-features {
    padding: 80px 24px 40px;
}

.sinful-feature-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.sinful-feature {
    background: linear-gradient(180deg, rgba(14, 22, 33, 0.9) 0%, rgba(7, 11, 17, 0.9) 100%);
    border: 1px solid rgba(56, 189, 248, 0.18);
    border-radius: 6px;
    padding: 28px 24px;
    transition: border-color 0.2s ease, transform 0.2s ease;
}

.sinful-feature:hover {
    border-color: rgba(56, 189, 248, 0.5);
    transform: translateY(-3px);
}

.sinful-feature h3 {
    font-family: 'Chakra Petch', 'Space Grotesk', sans-serif;
    margin: 14px 0 8px;
    font-size: 1.1rem;
    color: #f5f9ff;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.sinful-feature p {
    margin: 0;
    color: rgba(216, 225, 236, 0.72);
    line-height: 1.55;
    font-size: 0.95rem;
}

.sinful-feature-icon {
    display: inline-flex;
    width: 44px;
    height: 44px;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    background: rgba(56, 189, 248, 0.10);
    border: 1px solid rgba(56, 189, 248, 0.32);
    position: relative;
}

.sinful-feature-icon::before {
    content: "";
    width: 18px;
    height: 18px;
    background: currentColor;
    color: #38bdf8;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-position: center;
            mask-position: center;
    -webkit-mask-size: contain;
            mask-size: contain;
}

.sinful-feature-icon[data-icon="vibe"]::before {
    -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='black' d='M2 12l3-5 4 10 4-14 4 14 4-10 3 5h-2l-1-2-4 10-4-14-4 14-4-10-1 2z'/></svg>");
            mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='black' d='M2 12l3-5 4 10 4-14 4 14 4-10 3 5h-2l-1-2-4 10-4-14-4 14-4-10-1 2z'/></svg>");
}

.sinful-feature-icon[data-icon="hands"]::before {
    -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><circle cx='12' cy='9' r='6' fill='none' stroke='black' stroke-width='2'/><path d='M6 19h12v3H6z' fill='black'/></svg>");
            mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><circle cx='12' cy='9' r='6' fill='none' stroke='black' stroke-width='2'/><path d='M6 19h12v3H6z' fill='black'/></svg>");
}

.sinful-feature-icon[data-icon="battery"]::before {
    -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><rect x='2' y='7' width='18' height='10' rx='1' fill='none' stroke='black' stroke-width='2'/><rect x='4' y='9' width='10' height='6' fill='black'/><rect x='21' y='10' width='2' height='4' fill='black'/></svg>");
            mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><rect x='2' y='7' width='18' height='10' rx='1' fill='none' stroke='black' stroke-width='2'/><rect x='4' y='9' width='10' height='6' fill='black'/><rect x='21' y='10' width='2' height='4' fill='black'/></svg>");
}

.sinful-feature-icon[data-icon="usb"]::before {
    -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='black' d='M12 2l3 5h-2v8h3v-2l3 3-3 3v-2h-5V7h-2z'/></svg>");
            mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='black' d='M12 2l3 5h-2v8h3v-2l3 3-3 3v-2h-5V7h-2z'/></svg>");
}

.sinful-feature-icon[data-icon="stretch"]::before {
    -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='none' stroke='black' stroke-width='2' d='M3 12h6M15 12h6M9 8l-4 4 4 4M15 8l4 4-4 4'/></svg>");
            mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='none' stroke='black' stroke-width='2' d='M3 12h6M15 12h6M9 8l-4 4 4 4M15 8l4 4-4 4'/></svg>");
}

.sinful-feature-icon[data-icon="clean"]::before {
    -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='black' d='M12 2c3 5 5 8 5 12a5 5 0 01-10 0c0-4 2-7 5-12z'/></svg>");
            mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='black' d='M12 2c3 5 5 8 5 12a5 5 0 01-10 0c0-4 2-7 5-12z'/></svg>");
}

/* ---------- STORY ---------- */

.sinful-story {
    padding: 60px 24px;
    max-width: 820px;
}

.sinful-story p {
    color: rgba(216, 225, 236, 0.82);
    line-height: 1.75;
    font-size: 1.02rem;
    margin: 0 0 18px;
}

.sinful-story strong {
    color: #7dd3fc;
    font-weight: 600;
}

.sinful-closing {
    color: #38bdf8 !important;
    font-family: 'Chakra Petch', 'Space Grotesk', sans-serif;
    font-size: 1.2rem !important;
    text-align: center;
    margin-top: 32px !important;
    padding-top: 28px;
    border-top: 1px solid rgba(56, 189, 248, 0.22);
    letter-spacing: 1px;
}

/* ---------- SPEC TABLE ---------- */

.sinful-spec-section {
    padding: 20px 24px 100px;
}

.sinful-spec-card {
    background: linear-gradient(180deg, #0b1018 0%, #060810 100%);
    border: 1px solid rgba(56, 189, 248, 0.28);
    border-radius: 6px;
    padding: 12px 28px;
    box-shadow:
        0 20px 50px rgba(0, 0, 0, 0.55),
        inset 0 1px 0 rgba(125, 211, 252, 0.08);
}

.sinful-spec-table {
    width: 100%;
    border-collapse: collapse;
}

.sinful-spec-table tr {
    border-bottom: 1px solid rgba(56, 189, 248, 0.10);
}

.sinful-spec-table tr:last-child {
    border-bottom: 0;
}

.sinful-spec-table th {
    text-align: left;
    color: #7dd3fc;
    font-family: 'Chakra Petch', 'Space Grotesk', sans-serif;
    font-weight: 600;
    padding: 16px 20px 16px 4px;
    width: 38%;
    vertical-align: top;
    font-size: 0.92rem;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.sinful-spec-table td {
    color: rgba(216, 225, 236, 0.88);
    padding: 16px 4px;
    line-height: 1.55;
    font-size: 0.97rem;
}

/* ---------- RESPONSIVE ---------- */

@media (max-width: 880px) {
    .sinful-hero-inner {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    .sinful-art-frame {
        height: 340px;
    }
    .sinful-feature-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 560px) {
    .sinful-highlights {
        grid-template-columns: 1fr;
    }
    .sinful-feature-grid {
        grid-template-columns: 1fr;
    }
    .sinful-spec-table th {
        width: 45%;
        padding-right: 14px;
    }
    .sinful-spec-card {
        padding: 8px 18px;
    }
}
