.page-product.theme-cacuola {
    background: #0a0a0a;
    color: #e8e2d2;
}

.page-product.theme-cacuola .site-header {
    background: #0a0a0a;
    border-bottom: 1px solid rgba(212, 175, 55, 0.2);
}

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

.page-product.theme-cacuola .brand-mark {
    background: linear-gradient(135deg, #f4d97a, #b8860b);
    color: #0a0a0a;
}

.page-product.theme-cacuola .site-footer {
    background: #0a0a0a;
    color: #8a8674;
    border-top: 1px solid rgba(212, 175, 55, 0.2);
}

.cacuola-hero {
    position: relative;
    padding: 90px 0 100px;
    overflow: hidden;
    color: #f5ecd0;
    background: radial-gradient(ellipse at 20% 0%, #2a1f08 0%, #120c02 45%, #050505 100%);
    border-bottom: 1px solid rgba(212, 175, 55, 0.25);
}

.cacuola-hero-bg {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 80% 30%, rgba(212, 175, 55, 0.18), transparent 55%),
        radial-gradient(circle at 15% 80%, rgba(184, 134, 11, 0.12), transparent 50%);
    pointer-events: none;
}

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

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

.cacuola-ring {
    position: absolute;
    border-radius: 50%;
    border: 1px solid rgba(212, 175, 55, 0.35);
    pointer-events: none;
}

.cacuola-ring-1 {
    width: 340px;
    height: 340px;
    box-shadow: inset 0 0 60px rgba(212, 175, 55, 0.08);
}

.cacuola-ring-2 {
    width: 250px;
    height: 250px;
    border-color: rgba(212, 175, 55, 0.5);
}

.cacuola-ring-3 {
    width: 170px;
    height: 170px;
    border-color: rgba(244, 217, 122, 0.7);
    box-shadow: 0 0 50px rgba(244, 217, 122, 0.2);
}

.cacuola-shape {
    position: relative;
    width: 120px;
    height: 260px;
    z-index: 2;
    filter: drop-shadow(0 30px 50px rgba(0, 0, 0, 0.7));
}

.cacuola-shape-base {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 110px;
    height: 28px;
    border-radius: 50%;
    background: linear-gradient(180deg, #2a2a2a, #050505);
    border: 1px solid rgba(212, 175, 55, 0.4);
}

.cacuola-shape-shaft {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: 70px;
    height: 200px;
    background: linear-gradient(90deg, #1a1a1a 0%, #3a3a3a 50%, #0d0d0d 100%);
    border-radius: 40px 40px 0 0;
    border: 1px solid rgba(212, 175, 55, 0.35);
    box-shadow: inset -6px 0 16px rgba(0, 0, 0, 0.6);
}

.cacuola-shape-tip {
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    width: 70px;
    height: 60px;
    background: linear-gradient(180deg, #f4d97a, #b8860b 70%, #1a1a1a);
    border-radius: 40px 40px 18px 18px;
    box-shadow: 0 0 30px rgba(244, 217, 122, 0.4);
}

.cacuola-badge {
    position: absolute;
    top: 30px;
    right: 30px;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: linear-gradient(135deg, #f4d97a, #b8860b);
    color: #0a0a0a;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    letter-spacing: 1px;
    font-size: 1.2rem;
    box-shadow: 0 10px 30px rgba(212, 175, 55, 0.45);
    z-index: 3;
}

.cacuola-eyebrow {
    text-transform: uppercase;
    letter-spacing: 5px;
    font-size: 0.75rem;
    color: #d4af37;
    margin: 0 0 14px;
}

.cacuola-copy h1 {
    margin: 0 0 12px;
    font-size: clamp(2.2rem, 4vw, 3.2rem);
    line-height: 1.1;
    background: linear-gradient(135deg, #fff5d6 0%, #d4af37 60%, #b8860b 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.cacuola-tagline {
    color: rgba(245, 236, 208, 0.85);
    font-size: 1.05rem;
    margin: 0 0 22px;
}

.cacuola-price {
    font-size: 2.2rem;
    font-weight: 700;
    margin: 0 0 26px;
    color: #f4d97a;
    letter-spacing: 0.5px;
}

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

.cacuola-cta input {
    width: 84px;
    padding: 14px;
    border-radius: 4px;
    border: 1px solid rgba(212, 175, 55, 0.4);
    background: rgba(255, 255, 255, 0.03);
    color: #f5ecd0;
    text-align: center;
    font-family: inherit;
    font-size: 1rem;
}

.cacuola-cta input:focus {
    outline: none;
    border-color: #d4af37;
    box-shadow: 0 0 0 3px rgba(212, 175, 55, 0.2);
}

.cacuola-btn {
    background: linear-gradient(135deg, #f4d97a 0%, #d4af37 50%, #b8860b 100%);
    color: #0a0a0a;
    border: 0;
    padding: 14px 32px;
    border-radius: 4px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2px;
    cursor: pointer;
    font-family: inherit;
    font-size: 0.95rem;
    transition: transform 0.18s ease, box-shadow 0.18s ease;
    box-shadow: 0 8px 20px rgba(212, 175, 55, 0.3);
}

.cacuola-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(212, 175, 55, 0.45);
}

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

.cacuola-highlights li {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(212, 175, 55, 0.25);
    border-radius: 6px;
    padding: 14px 16px;
    font-size: 0.85rem;
    color: rgba(245, 236, 208, 0.8);
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.cacuola-highlights li span {
    color: #f4d97a;
    font-weight: 800;
    font-size: 1.3rem;
    letter-spacing: 0.5px;
}

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

.cacuola-story h2 {
    color: #f4d97a;
    font-size: 1.9rem;
    margin: 0 0 28px;
    padding-bottom: 18px;
    border-bottom: 1px solid rgba(212, 175, 55, 0.3);
}

.cacuola-story p {
    color: rgba(232, 226, 210, 0.85);
    line-height: 1.75;
    font-size: 1.02rem;
    margin: 0 0 18px;
}

.cacuola-closing {
    color: #f4d97a !important;
    font-style: italic;
    font-size: 1.15rem !important;
    text-align: center;
    margin-top: 32px !important;
    padding-top: 28px;
    border-top: 1px solid rgba(212, 175, 55, 0.2);
}

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

.cacuola-spec-section h2 {
    color: #f4d97a;
    font-size: 1.9rem;
    margin: 0 0 28px;
    text-transform: uppercase;
    letter-spacing: 3px;
    text-align: center;
}

.cacuola-spec-card {
    background: linear-gradient(180deg, #161208 0%, #0a0805 100%);
    border: 1px solid rgba(212, 175, 55, 0.35);
    border-radius: 8px;
    padding: 12px 28px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5), inset 0 1px 0 rgba(244, 217, 122, 0.1);
}

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

.cacuola-spec-table tr {
    border-bottom: 1px solid rgba(212, 175, 55, 0.12);
}

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

.cacuola-spec-table th {
    text-align: left;
    color: #d4af37;
    font-weight: 600;
    padding: 16px 20px 16px 4px;
    width: 38%;
    vertical-align: top;
    font-size: 0.95rem;
}

.cacuola-spec-table td {
    color: rgba(232, 226, 210, 0.88);
    padding: 16px 4px;
    line-height: 1.55;
    font-size: 0.97rem;
}

@media (max-width: 820px) {
    .cacuola-hero-inner {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    .cacuola-art {
        height: 360px;
    }
    .cacuola-highlights {
        grid-template-columns: 1fr;
    }
    .cacuola-spec-table th {
        width: 45%;
        padding-right: 14px;
    }
    .cacuola-spec-card {
        padding: 8px 18px;
    }
}
