.page-product.theme-orali {
    background: #0a0608;
    color: #f3e6d8;
    font-family: 'Manrope', 'Inter', system-ui, sans-serif;
}

.page-product.theme-orali .site-header {
    background: #0a0608;
    border-bottom: 1px solid rgba(201, 130, 75, 0.2);
}

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

.page-product.theme-orali .primary-nav a:hover {
    color: #c9824b;
}

.page-product.theme-orali .brand-mark {
    background: linear-gradient(135deg, #c92d3a, #8b2545);
    color: #f3e6d8;
    box-shadow: 0 0 16px rgba(201, 45, 58, 0.4);
}

.page-product.theme-orali .site-footer {
    background: #0a0608;
    color: rgba(243, 230, 216, 0.55);
    border-top: 1px solid rgba(201, 130, 75, 0.2);
}

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

.orali-hero {
    position: relative;
    overflow: hidden;
    padding: 96px 0 110px;
    background:
        radial-gradient(ellipse at 25% 0%, rgba(201, 45, 58, 0.18) 0%, transparent 55%),
        radial-gradient(ellipse at 80% 100%, rgba(201, 130, 75, 0.14) 0%, transparent 50%),
        linear-gradient(180deg, #100408 0%, #0a0608 100%);
    border-bottom: 1px solid rgba(201, 45, 58, 0.18);
}

.orali-hero-glow {
    position: absolute;
    inset: 0;
    background-image:
        radial-gradient(circle at 50% 110%, rgba(201, 45, 58, 0.22), transparent 60%);
    pointer-events: none;
}

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

/* ---------- ART (animation) ---------- */

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

.orali-art-frame {
    position: relative;
    width: 100%;
    max-width: 420px;
    height: 440px;
    border-radius: 10px;
    background:
        radial-gradient(circle at 50% 50%, rgba(201, 45, 58, 0.12), transparent 70%),
        linear-gradient(160deg, #1a0a10 0%, #0a0608 100%);
    border: 1px solid rgba(201, 130, 75, 0.25);
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow:
        0 30px 60px rgba(0, 0, 0, 0.6),
        inset 0 0 60px rgba(201, 45, 58, 0.08);
}

.orali-art-orbit {
    position: absolute;
    width: 280px;
    height: 280px;
    border-radius: 50%;
    border: 1px dashed rgba(201, 130, 75, 0.4);
    animation: orali-spin 6s linear infinite;
}

.orali-art-orbit::before,
.orali-art-orbit::after {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    background: #c9824b;
    border-radius: 50%;
    box-shadow: 0 0 14px rgba(201, 130, 75, 0.75);
}

.orali-art-orbit::before { top: -6px; left: 50%; transform: translateX(-50%); }
.orali-art-orbit::after { bottom: -6px; left: 50%; transform: translateX(-50%); }

@keyframes orali-spin {
    to { transform: rotate(360deg); }
}

.orali-art-stroke {
    position: relative;
    width: 140px;
    height: 260px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    z-index: 2;
}

.orali-art-sleeve {
    position: relative;
    width: 140px;
    height: 220px;
    background: linear-gradient(180deg, #2a0f15 0%, #150810 60%, #0a0608 100%);
    border-radius: 42% 42% 18% 18%;
    border: 1px solid rgba(201, 45, 58, 0.4);
    box-shadow:
        inset 0 -16px 30px rgba(0, 0, 0, 0.7),
        inset 12px 0 22px rgba(201, 45, 58, 0.08),
        0 30px 50px rgba(0, 0, 0, 0.7);
}

.orali-art-sleeve::before {
    content: "";
    position: absolute;
    top: 22px;
    left: 50%;
    transform: translateX(-50%);
    width: 78px;
    height: 14px;
    background: linear-gradient(90deg, transparent, #c92d3a, transparent);
    border-radius: 999px;
    box-shadow: 0 0 18px rgba(201, 45, 58, 0.6);
}

.orali-art-piston {
    position: absolute;
    top: 32px;
    left: 50%;
    width: 46px;
    height: 130px;
    background: linear-gradient(180deg, #c9824b, #8b3e1a);
    border-radius: 50% 50% 22% 22%;
    box-shadow:
        inset -4px 0 8px rgba(0, 0, 0, 0.4),
        inset 4px 0 8px rgba(255, 200, 150, 0.22),
        0 0 24px rgba(201, 130, 75, 0.35);
    transform: translateX(-50%);
    animation: orali-thrust 2.2s ease-in-out infinite;
}

@keyframes orali-thrust {
    0%, 100% { transform: translate(-50%, 0); }
    50% { transform: translate(-50%, 32px); }
}

.orali-art-tag {
    position: absolute;
    top: 22px;
    right: 22px;
    padding: 7px 14px;
    border-radius: 999px;
    background: rgba(201, 45, 58, 0.14);
    border: 1px solid rgba(201, 45, 58, 0.55);
    color: #ffb1a4;
    font-weight: 700;
    letter-spacing: 2px;
    font-size: 0.74rem;
    text-transform: uppercase;
    z-index: 3;
}

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

.orali-eyebrow {
    text-transform: uppercase;
    letter-spacing: 5px;
    font-size: 0.72rem;
    font-weight: 700;
    color: #c9824b;
    margin: 0 0 16px;
}

.orali-copy h1 {
    margin: 0 0 16px;
    font-size: clamp(2.4rem, 5vw, 3.6rem);
    line-height: 1.04;
    font-weight: 900;
    letter-spacing: -0.5px;
    color: #f3e6d8;
}

.orali-tagline {
    color: rgba(243, 230, 216, 0.78);
    font-size: 1.1rem;
    line-height: 1.5;
    margin: 0 0 28px;
    max-width: 480px;
    font-weight: 500;
}

.orali-price {
    font-size: 2.2rem;
    font-weight: 800;
    margin: 0 0 24px;
    color: #c92d3a;
    letter-spacing: 0.5px;
}

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

.orali-cta input {
    width: 84px;
    padding: 14px;
    border-radius: 4px;
    border: 1px solid rgba(201, 130, 75, 0.4);
    background: rgba(201, 130, 75, 0.04);
    color: #f3e6d8;
    text-align: center;
    font-family: inherit;
    font-size: 1rem;
}

.orali-cta input:focus {
    outline: none;
    border-color: #c92d3a;
    box-shadow: 0 0 0 3px rgba(201, 45, 58, 0.25);
}

.orali-btn {
    background: linear-gradient(135deg, #c92d3a 0%, #8b2545 100%);
    color: #fff;
    border: 0;
    padding: 14px 32px;
    border-radius: 4px;
    font-family: inherit;
    font-weight: 800;
    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(201, 45, 58, 0.35);
}

.orali-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 32px rgba(201, 45, 58, 0.5);
}

/* ---------- HIGHLIGHTS ---------- */

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

.orali-highlights li {
    background: rgba(201, 45, 58, 0.05);
    border: 1px solid rgba(201, 45, 58, 0.22);
    border-radius: 6px;
    padding: 16px 14px;
    display: flex;
    flex-direction: column;
    gap: 4px;
    position: relative;
    overflow: hidden;
}

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

.orali-stat {
    font-weight: 900;
    font-size: 1.8rem;
    color: #c9824b;
    line-height: 1;
}

.orali-unit {
    font-size: 0.75rem;
    color: rgba(243, 230, 216, 0.7);
    text-transform: uppercase;
    letter-spacing: 1.4px;
}

/* ---------- CLAIM SECTION (why better than real) ---------- */

.orali-claim {
    padding: 100px 24px;
    background:
        radial-gradient(ellipse at 50% 0%, rgba(201, 45, 58, 0.10), transparent 65%),
        #08050a;
    border-bottom: 1px solid rgba(201, 130, 75, 0.18);
}

.orali-claim-title {
    margin: 0 0 48px;
    text-align: center;
    font-size: clamp(2rem, 4vw, 2.8rem);
    font-weight: 900;
    letter-spacing: -0.5px;
    color: #f3e6d8;
}

.orali-claim-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
    max-width: 980px;
    margin: 0 auto;
}

.orali-claim-card {
    background: linear-gradient(180deg, rgba(26, 10, 16, 0.9), rgba(10, 6, 8, 0.9));
    border: 1px solid rgba(201, 45, 58, 0.22);
    border-radius: 10px;
    padding: 36px 28px;
    text-align: center;
    transition: border-color 0.2s ease, transform 0.2s ease;
}

.orali-claim-card:hover {
    border-color: rgba(201, 45, 58, 0.55);
    transform: translateY(-4px);
}

.orali-claim-icon {
    width: 56px;
    height: 56px;
    margin: 0 auto 18px;
    border-radius: 50%;
    background: rgba(201, 45, 58, 0.12);
    border: 1px solid rgba(201, 45, 58, 0.45);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.orali-claim-icon::before {
    content: "";
    width: 26px;
    height: 26px;
    background: #c92d3a;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-position: center;
            mask-position: center;
    -webkit-mask-size: contain;
            mask-size: contain;
}

.orali-claim-icon[data-icon="never-tires"]::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='M13.5 1l-2 2.5L13 6l-3 3.5-1-1L7 11l3.5 3.5L7 18l1 1 3.5-3.5L14 18l3-3.5-1.5-1.5L18 10l-1-1-2 2-2-2 3.5-3.5z'/></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='M13.5 1l-2 2.5L13 6l-3 3.5-1-1L7 11l3.5 3.5L7 18l1 1 3.5-3.5L14 18l3-3.5-1.5-1.5L18 10l-1-1-2 2-2-2 3.5-3.5z'/></svg>");
}

.orali-claim-icon[data-icon="always-ready"]::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='M13 2L4 13h6l-1 9 9-11h-6l1-9z'/></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='M13 2L4 13h6l-1 9 9-11h-6l1-9z'/></svg>");
}

.orali-claim-icon[data-icon="non-stop"]::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 2a10 10 0 100 20 10 10 0 000-20zm0 18a8 8 0 110-16 8 8 0 010 16zM10 8l6 4-6 4V8z'/></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 2a10 10 0 100 20 10 10 0 000-20zm0 18a8 8 0 110-16 8 8 0 010 16zM10 8l6 4-6 4V8z'/></svg>");
}

.orali-claim-card h3 {
    margin: 0 0 10px;
    font-size: 1.2rem;
    font-weight: 800;
    color: #f3e6d8;
    letter-spacing: 0.3px;
}

.orali-claim-card p {
    margin: 0;
    color: rgba(243, 230, 216, 0.7);
    line-height: 1.55;
    font-size: 0.95rem;
}

/* ---------- SECTION TITLE ---------- */

.orali-section-title {
    color: #f3e6d8;
    font-size: clamp(1.7rem, 3vw, 2.2rem);
    font-weight: 800;
    letter-spacing: -0.3px;
    margin: 0 0 32px;
    text-align: center;
    position: relative;
    padding-bottom: 18px;
}

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

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

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

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

.orali-story strong {
    color: #c9824b;
    font-weight: 700;
}

.orali-closing {
    color: #c92d3a !important;
    font-size: 1.3rem !important;
    text-align: center;
    margin-top: 36px !important;
    padding-top: 28px;
    border-top: 1px solid rgba(201, 45, 58, 0.22);
    letter-spacing: 0.5px;
    font-weight: 700;
}

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

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

.orali-spec-card {
    background: linear-gradient(180deg, #160a10 0%, #0a0608 100%);
    border: 1px solid rgba(201, 130, 75, 0.28);
    border-radius: 8px;
    padding: 12px 28px;
    box-shadow:
        0 20px 50px rgba(0, 0, 0, 0.55),
        inset 0 1px 0 rgba(201, 130, 75, 0.08);
}

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

.orali-spec-table tr {
    border-bottom: 1px solid rgba(201, 130, 75, 0.12);
}

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

.orali-spec-table th {
    text-align: left;
    color: #c9824b;
    font-weight: 700;
    padding: 16px 20px 16px 4px;
    width: 38%;
    vertical-align: top;
    font-size: 0.9rem;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

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

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

@media (max-width: 880px) {
    .orali-hero-inner {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    .orali-art-frame {
        height: 360px;
    }
    .orali-art-orbit {
        width: 240px;
        height: 240px;
    }
    .orali-claim-grid {
        grid-template-columns: 1fr;
    }
}

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