.dz-dark-wine {
    background-color: #2a1f26;
}

.dz-red {
    background-color: #872633;
}

.dz-wine {
    background-color: #421f24;
}

.dz-clear-wine {
    background-color: #5c303f;
}

.dz-light-wine {
    /* background-color: #8a7a82; */
    background-color: #896a7a;
}

.dz-brown {
    background-color: #574739;
}

.dz-black {
    background-color: #1a181b;
}

.dz-high-red {
    background-color: #cc3935;
}

.dz-high-green {
    background-color: #35cc39;
}

.dz-high-blue {
    background-color: #3935cc;
}

.dz-green {
    background-color: #3f5c30;
}

.dz-light-green {
    background-color: #7a8a7a;
}

.dz-prune {
    background-color: rgb(42, 31, 38);
}

.dz-dark-prune {
    background-color: #32212B;
}

.dz-blue {
    background-color: #303f5c;
}

.tx-dark-wine {
    color: #2a1f26;
}

.tx-red {
    color: #872633;
}

.tx-wine {
    color: #421f24;
}

.tx-clear-wine {
    color: #5c303f;
}

.tx-brown {
    color: #574739;
}

.tx-black {
    color: #1a181b;
}

.tx-high-red {
    color: #cc3935;
}

.tx-high-green {
    color: #35cc39;
}

.tx-high-blue {
    color: #3935cc;
}

.tx-green {
    color: #3f5c30;
}

.tx-prune {
    color: rgb(42, 31, 38);
}

.tx-dark-prune {
    color: #32212B;
}

.tx-blue {
    color: #303f5c;
}

/* Ring Color Variants */
.ring-dz-dark-wine {
    --tw-ring-color: #2a1f26;
}

.ring-dz-red {
    --tw-ring-color: #872633;
}

.ring-dz-wine {
    --tw-ring-color: #421f24;
}

.ring-dz-clear-wine {
    --tw-ring-color: #5c303f;
}

.ring-dz-brown {
    --tw-ring-color: #574739;
}

.ring-dz-black {
    --tw-ring-color: #1a181b;
}

.ring-dz-high-red {
    --tw-ring-color: #cc3935;
}

.ring-dz-high-green {
    --tw-ring-color: #35cc39;
}

.ring-dz-high-blue {
    --tw-ring-color: #3935cc;
}

.ring-dz-green {
    --tw-ring-color: #3f5c30;
}

.ring-dz-prune {
    --tw-ring-color: rgb(42, 31, 38);
}

.ring-dz-dark-prune {
    --tw-ring-color: #32212B;
}

.ring-dz-blue {
    --tw-ring-color: #303f5c;
}

/* Focus Ring Variants */
.focus\:ring-dz-dark-wine:focus {
    --tw-ring-color: #2a1f26;
}

.focus\:ring-dz-red:focus {
    --tw-ring-color: #872633;
}

.focus\:ring-dz-wine:focus {
    --tw-ring-color: #421f24;
}

.focus\:ring-dz-clear-wine:focus {
    --tw-ring-color: #5c303f;
}

.focus\:ring-dz-brown:focus {
    --tw-ring-color: #574739;
}

.focus\:ring-dz-black:focus {
    --tw-ring-color: #1a181b;
}

.focus\:ring-dz-high-red:focus {
    --tw-ring-color: #cc3935;
}

.focus\:ring-dz-high-green:focus {
    --tw-ring-color: #35cc39;
}

.focus\:ring-dz-high-blue:focus {
    --tw-ring-color: #3935cc;
}

.focus\:ring-dz-green:focus {
    --tw-ring-color: #3f5c30;
}

.focus\:ring-dz-prune:focus {
    --tw-ring-color: rgb(42, 31, 38);
}

.focus\:ring-dz-dark-prune:focus {
    --tw-ring-color: #32212B;
}

.focus\:ring-dz-blue:focus {
    --tw-ring-color: #303f5c;
}

.text-dz-high-blue {
    color: #3935cc;
}

.hover\:text-dz-high-blue:hover {
    color: #3935cc;
}

.text-dz-high-green {
    color: #35cc39;
}

.hover\:text-dz-high-green:hover {
    color: #35cc39;
}

.text-dz-high-red {
    color: #cc3935;
}

.hover\:text-dz-high-red:hover {
    color: #cc3935;
}

/* ===== HERMÈS-INSPIRED LUXURY COLOR PALETTE ===== */

/* Primary HERMÈS Orange - The iconic brand color */
.dz-hermes-orange {
    background-color: #FF6B35;
}

/* HERMÈS Orange variations */
.dz-hermes-orange-light {
    background-color: #FF8A5C;
}

.dz-hermes-orange-dark {
    background-color: #E55A2B;
}

.dz-hermes-orange-deep {
    background-color: #D44D1F;
}

/* HERMÈS Chocolate - Rich, deep brown */
.dz-hermes-chocolate {
    background-color: #3D2C2E;
}

.dz-hermes-chocolate-light {
    background-color: #5A4A4C;
}

.dz-hermes-chocolate-dark {
    background-color: #2A1F21;
}

.dz-hermes-chocolate-deep {
    background-color: #1F1718;
}

/* HERMÈS Gold - Luxury accent */
.dz-hermes-gold {
    background-color: #D4AF37;
}

.dz-hermes-gold-light {
    background-color: #E6C866;
}

.dz-hermes-gold-dark {
    background-color: #B8941F;
}

/* HERMÈS Cream - Sophisticated neutral */
.dz-hermes-cream {
    background-color: #F5F1E8;
}

.dz-hermes-cream-dark {
    background-color: #E8E0D1;
}

/* HERMÈS Black - Premium contrast */
.dz-hermes-black {
    background-color: #1A1A1A;
}

.dz-hermes-black-light {
    background-color: #2A2A2A;
}

/* ===== TEXT COLOR VARIATIONS ===== */

.tx-hermes-orange {
    color: #FF6B35;
}

.tx-hermes-orange-light {
    color: #FF8A5C;
}

.tx-hermes-orange-dark {
    color: #E55A2B;
}

.tx-hermes-chocolate {
    color: #3D2C2E;
}

.tx-hermes-chocolate-light {
    color: #5A4A4C;
}

.tx-hermes-chocolate-dark {
    color: #2A1F21;
}

.tx-hermes-gold {
    color: #D4AF37;
}

.tx-hermes-gold-light {
    color: #E6C866;
}

.tx-hermes-gold-dark {
    color: #B8941F;
}

.tx-hermes-cream {
    color: #F5F1E8;
}

.tx-hermes-cream-dark {
    color: #E8E0D1;
}

.tx-hermes-black {
    color: #1A1A1A;
}

.tx-hermes-black-light {
    color: #2A2A2A;
}

/* ===== BORDER COLOR VARIATIONS ===== */

.border-hermes-orange {
    border-color: #FF6B35;
}

.border-hermes-chocolate {
    border-color: #3D2C2E;
}

.border-hermes-gold {
    border-color: #D4AF37;
}

.border-hermes-cream {
    border-color: #F5F1E8;
}

/* ===== HOVER STATE VARIATIONS ===== */

.hover\:bg-hermes-orange:hover {
    background-color: #FF6B35;
}

.hover\:bg-hermes-chocolate:hover {
    background-color: #3D2C2E;
}

.hover\:bg-hermes-gold:hover {
    background-color: #D4AF37;
}

.hover\:text-hermes-orange:hover {
    color: #FF6B35;
}

.hover\:text-hermes-chocolate:hover {
    color: #3D2C2E;
}

.hover\:text-hermes-gold:hover {
    color: #D4AF37;
}

/* ===== HERMÈS BUTTON STYLES ===== */

.hermes-button {
    display: inline-block;
    padding: 16px 32px;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    text-align: center;
    border: 2px solid;
    transition: all 0.3s ease;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    min-width: 140px;
    min-height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* border-radius: 8px; */
}

.hermes-button span {
    position: relative;
    z-index: 2;
    /* color: white; */
    font-family: inherit;
}

.hermes-button::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, #896a7a, transparent);
    transition: left 0.5s;
}

.hermes-button:hover::before {
    left: 100%;
}

/* Orange Button Variant */
.hermes-orange-button {
    background-color: #2a1f26;
    border: none;
    /* box-shadow: 0 4px 15px rgba(255, 107, 53, 0.3); */
    position: relative;
    color: #ffffff;
    font-family: 'Hermes', serif;
    text-shadow: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smooth: never;
    text-rendering: optimizeLegibility;
}

/* .hermes-orange-button {
    background-color: #FF6B35;
    border: none;
    box-shadow: 0 4px 15px rgba(255, 107, 53, 0.3);
    position: relative;
    color: #3D2C2E;
    font-family: 'Hermes', serif;
    text-shadow: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smooth: never;
    text-rendering: optimizeLegibility;
} */

/* Glass Effect Button Styles */
.glass-button {
    background: rgba(42, 31, 38, 0.3);
    /* dz-prune color */
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow:
        0 8px 32px rgba(0, 0, 0, 0.1),
        inset 0 1px 0 rgba(255, 255, 255, 0.2);
    transition: all 0.3s ease;
}

.glass-button:hover {
    background: rgba(50, 33, 43, 0.5);
    /* dz-dark-prune */
    border-color: rgba(255, 255, 255, 0.3);
    box-shadow:
        0 12px 40px rgba(0, 0, 0, 0.15),
        inset 0 1px 0 rgba(255, 255, 255, 0.3);
    transform: translateY(-2px);
}

.glass-button:active {
    transform: translateY(0);
    box-shadow:
        0 4px 16px rgba(0, 0, 0, 0.1),
        inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

/* Layered Border Structure for Hermès Buttons */
.hermes-button-wrapper {
    display: inline-block;
    padding: 2px;
    background: #D4AF37;
    /* Gold outer border */
    border-radius: 6px;
}

.hermes-outer-white-border {
    padding: 1px;
    background: white;
    border-radius: 5px;
}

.hermes-chocolate-border {
    padding: 3px;
    background: #3D2C2E;
    /* Chocolate border */
    border-radius: 4px;
}

.hermes-inner-white-border {
    padding: 1px;
    background: white;
    border-radius: 3px;
}

/* Remove the class-based approach and use proper pseudo-elements */

.hermes-orange-button:hover {
    background-color: #E55A2B;
    border-color: #D44D1F;
    box-shadow: 0 6px 20px rgba(255, 107, 53, 0.4);
    transform: translateY(-2px);
}

/* Chocolate Button Variant */
.hermes-chocolate-button {
    background-color: #3D2C2E;
    border-color: #2A1F21;
    box-shadow: 0 4px 15px rgba(61, 44, 46, 0.3);
}

.hermes-chocolate-button:hover {
    background-color: #2A1F21;
    border-color: #1F1718;
    box-shadow: 0 6px 20px rgba(61, 44, 46, 0.4);
    transform: translateY(-2px);
}