 * { margin: 0; padding: 0; box-sizing: border-box; }

        body {
            background-color: #f5efe0;
            background-image: 
                url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='400' height='400'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='400' height='400' filter='url(%23noise)' opacity='0.04'/%3E%3C/svg%3E");
            color: #2a1a0e;
            font-family: 'Crimson Text', serif;
            min-height: 100vh;
        }

        .page-border {
            border: 1px solid #b89a6a;
            margin: 16px;
            min-height: calc(100vh - 32px);
            padding: 0 0 60px;
        }

        .masthead {
            border-bottom: 3px double #8b6840;
            padding: 32px 40px 24px;
            text-align: center;
            position: relative;
        }

        .masthead-top {
            font-family: 'Special Elite', cursive;
            font-size: 0.7rem;
            letter-spacing: 4px;
            color: #8b6840;
            text-transform: uppercase;
            margin-bottom: 10px;
        }

        .masthead h1 {
            font-family: 'Playfair Display', serif;
            font-size: 4rem;
            font-weight: 700;
            color: #1a0f07;
            letter-spacing: 1px;
            line-height: 1;
            margin-bottom: 10px;
        }

        .masthead-rule {
            display: flex;
            align-items: center;
            gap: 12px;
            justify-content: center;
            margin: 12px 0;
        }

        .masthead-rule span {
            height: 1px;
            width: 80px;
            background: #8b6840;
            display: block;
        }

        .masthead-rule em {
            font-family: 'Crimson Text', serif;
            font-style: italic;
            font-size: 1rem;
            color: #8b6840;
        }

        .masthead-sub {
            font-family: 'Special Elite', cursive;
            font-size: 0.65rem;
            letter-spacing: 3px;
            color: #8b6840;
            text-transform: uppercase;
        }

        .section-header {
            text-align: center;
            padding: 28px 40px 20px;
            border-bottom: 1px solid #c9aa7a;
        }

        .section-header h2 {
            font-family: 'Special Elite', cursive;
            font-size: 0.65rem;
            letter-spacing: 4px;
            text-transform: uppercase;
            color: #8b6840;
            margin-bottom: 6px;
        }

        .section-header p {
            font-family: 'Crimson Text', serif;
            font-style: italic;
            font-size: 1.1rem;
            color: #5a3e28;
        }

        .cigar-grid {
            display: flex;
            flex-wrap: wrap;
            gap: 0;
            padding: 24px 32px;
            justify-content: center;
        }

        .cigar-card {
            width: 180px;
            padding: 0;
            cursor: pointer;
            text-align: center;
            border: 1px solid #c9aa7a;
            margin: -1px 0 0 -1px;
            background: #f5efe0;
            transition: background 0.2s ease;
            position: relative;
            overflow: hidden;
        }

        .cigar-img {
            width: 100%;
            height: 140px;
            min-height: 140px;
            object-fit: cover;
            display: block;
            filter: sepia(20%);
            transition: filter 0.3s ease;
        }

        .cigar-card:hover .cigar-img {
            filter: sepia(0%);
        }

        .cigar-card-body {
            padding: 20px 14px;
        }

        .cigar-card:hover {
            background: #ede4ce;
            z-index: 1;
        }

       .cigar-card.active {
            background: #2a1a0e;
            z-index: 2;
            border-color: #8b6840;
        }

        .cigar-card.active .cigar-label { color: #6b4c2a; }
        .cigar-card.active .cigar-name { color: #f0deb0; }
        .cigar-card.active .cigar-origin { color: #a07850; }
        .cigar-card.active .cigar-year { color: #6b4c2a; }
        .cigar-card.active .strength-badge { border-color: #6b4c2a; color: #a07850; }
        .cigar-card.active .cigar-img { filter: sepia(40%) brightness(0.7); }

        .cigar-label {
            font-family: 'Special Elite', cursive;
            font-size: 0.55rem;
            letter-spacing: 3px;
            text-transform: uppercase;
            color: #8b6840;
            margin-bottom: 8px;
            margin-top: 8px;
        }

        .cigar-name {
            font-family: 'Playfair Display', serif;
            font-size: 1.15rem;
            font-weight: 700;
            color: #1a0f07;
            margin-bottom: 6px;
            line-height: 1.2;
        }

        .cigar-origin {
            font-family: 'Crimson Text', serif;
            font-style: italic;
            font-size: 0.9rem;
            color: #6b4c2a;
            margin-bottom: 4px;
        }

        .cigar-year {
            font-family: 'Special Elite', cursive;
            font-size: 0.7rem;
            color: #8b6840;
            margin-bottom: 10px;
        }

        .strength-badge {
            display: inline-block;
            border: 1px solid #b89a6a;
            padding: 2px 10px;
            font-family: 'Special Elite', cursive;
            font-size: 0.55rem;
            letter-spacing: 2px;
            text-transform: uppercase;
            color: #5a3e28;
        }

        .story-section {
            margin: 0 32px;
            border: 1px solid #c9aa7a;
            border-top: 3px double #8b6840;
            overflow: hidden;
        }

        .story-img {
            width: 100%;
            max-height: 500px;
            object-fit: cover;
            object-position: center;
            display: block;
            margin-bottom: 32px;
            filter: sepia(15%);
        }
        .story-header {
            padding: 16px 32px;
            border-bottom: 1px solid #c9aa7a;
            text-align: center;
            background: #ede4ce;
        }

        .story-header h2 {
            font-family: 'Special Elite', cursive;
            font-size: 0.65rem;
            letter-spacing: 4px;
            text-transform: uppercase;
            color: #8b6840;
        }

        .story-body {
            padding: 36px 60px;
            min-height: 200px;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: flex-start;
        }

       .story-body p {
            font-family: 'Crimson Text', serif;
            font-size: 1.2rem;
            line-height: 1.9;
            color: #2a1a0e;
            font-style: italic;
            text-align: left;
            max-width: 780px;
            width: 100%;
            column-count: 1;
        }

        .story-body p.loading {
            font-style: normal;
            font-family: 'Special Elite', cursive;
            font-size: 0.75rem;
            letter-spacing: 3px;
            text-transform: uppercase;
            color: #8b6840;
            animation: pulse 1.5s ease-in-out infinite;
        }

        .story-title-block {
            text-align: center;
            padding: 24px 0 16px;
            border-bottom: 1px solid #c9aa7a;
            margin-bottom: 28px;
            width: 100%;
        }

        .story-cigar-name {
            font-family: 'Playfair Display', serif;
            font-size: 2rem;
            font-weight: 700;
            color: #1a0f07;
            letter-spacing: 1px;
        }

        .story-cigar-meta {
            font-family: 'Special Elite', cursive;
            font-size: 0.65rem;
            letter-spacing: 3px;
            text-transform: uppercase;
            color: #8b6840;
            margin-top: 8px;
        }
        
        @keyframes pulse {
            0%, 100% { opacity: 0.4; }
            50% { opacity: 1; }
        }

        .affiliate-btn {
            display: inline-block;
            margin-top: 28px;
            padding: 10px 32px;
            border: 1px solid #2a1a0e;
            background: transparent;
            font-family: 'Special Elite', cursive;
            font-size: 0.65rem;
            letter-spacing: 3px;
            text-transform: uppercase;
            color: #2a1a0e;
            text-decoration: none;
            transition: all 0.2s ease;
        }

        .affiliate-btn:hover {
            background: #2a1a0e;
            color: #f5efe0;
        }

        .page-footer {
            text-align: center;
            padding: 24px;
            border-top: 3px double #8b6840;
            margin: 40px 32px 0;
        }

        .page-footer p {
            font-family: 'Special Elite', cursive;
            font-size: 0.6rem;
            letter-spacing: 3px;
            text-transform: uppercase;
            color: #8b6840;
        }

.profile-card {
            width: 100%;
            max-width: 780px;
            border: 1px solid #c9aa7a;
            border-top: 3px double #8b6840;
            margin: 40px 0 20px;
            padding: 28px 36px;
            background: #ede4ce;
        }

        .profile-card-title {
            font-family: 'Special Elite', cursive;
            font-size: 0.65rem;
            letter-spacing: 4px;
            text-transform: uppercase;
            color: #8b6840;
            text-align: center;
            margin-bottom: 20px;
        }

        .profile-grid {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 16px;
            margin-bottom: 20px;
            border-bottom: 1px solid #c9aa7a;
            padding-bottom: 20px;
        }

        .profile-item {
            text-align: center;
        }

        .profile-label {
            font-family: 'Special Elite', cursive;
            font-size: 0.55rem;
            letter-spacing: 2px;
            text-transform: uppercase;
            color: #8b6840;
            margin-bottom: 6px;
        }

        .profile-value {
            font-family: 'Playfair Display', serif;
            font-size: 1rem;
            font-weight: 700;
            color: #1a0f07;
        }

        .profile-flavors {
            text-align: center;
            padding-top: 16px;
        }

        .flavor-tags {
            display: flex;
            flex-wrap: wrap;
            gap: 8px;
            justify-content: center;
            margin-top: 10px;
        }

        .flavor-tag {
            border: 1px solid #b89a6a;
            padding: 4px 14px;
            font-family: 'Crimson Text', serif;
            font-style: italic;
            font-size: 0.9rem;
            color: #5a3e28;
        }

      @media (max-width: 768px) {
    .masthead { padding: 24px 20px 18px; }
    .masthead h1 { font-size: 2.5rem; }
    .cigar-grid { padding: 16px; gap: 0; }
    .cigar-card { width: 160px; }
    .story-body { padding: 24px 20px; }
    .story-body p { font-size: 1.05rem; }
    .page-border { margin: 8px; }
    .story-section { margin: 0 8px; }
    .profile-grid { grid-template-columns: repeat(2, 1fr); }
    .profile-card { padding: 20px 16px; }
    }

      @media (max-width: 480px) {
    .masthead h1 { font-size: 1.8rem; }
    .cigar-card { width: calc(50% + 1px); }
    .cigar-grid { padding: 16px 8px; }
    .story-body { padding: 20px 16px; }
    .story-cigar-name { font-size: 1.4rem; }
    .profile-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; }
    .profile-value { font-size: 0.9rem; }
    .profile-label { font-size: 0.5rem; }
    }

    .voiceover-btn {
    display: block;
    margin: 20px auto;
    padding: 12px 28px;
    background: transparent;
    border: 1px solid #c9a96e;
    color: #c9a96e;
    font-family: inherit;
    font-size: 0.95rem;
    letter-spacing: 0.1em;
    cursor: pointer;
    transition: all 0.3s ease;
}

.voiceover-btn:hover {
    background: #c9a96e;
    color: #000;
}

.voiceover-btn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.hero-section {
    margin: 0 32px;
    border: 1px solid #c9aa7a;
    border-top: none;
    background: #3d2314;
    padding: 60px 40px;
    text-align: center;
    outline: 3px double #8b6840;
    outline-offset: -12px;
}

.hero-inner {
    max-width: 780px;
    margin: 0 auto;
    text-align: center;
}

.hero-label {
    font-family: 'Special Elite', cursive;
    font-size: 0.65rem;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: #c9aa7a;
    margin-bottom: 20px;
}

.hero-headline {
    font-family: 'Playfair Display', serif;
    font-size: 2.4rem;
    font-weight: 700;
    color: #f0deb0;
    line-height: 1.3;
    margin-bottom: 24px;
}

.hero-body {
    font-family: 'Crimson Text', serif;
    font-style: italic;
    font-size: 1.15rem;
    line-height: 1.9;
    color: #c9aa7a;
    max-width: 620px;
    margin: 0 auto 32px;
}

.hero-divider {
    width: 60px;
    height: 1px;
    background: #8b6840;
    margin: 0 auto 32px;
}

.hero-stats {
    display: flex;
    justify-content: center;
    gap: 60px;
}

.hero-stat-number {
    font-family: 'Playfair Display', serif;
    font-size: 2rem;
    font-weight: 700;
    color: #f0deb0;
}

.hero-stat-label {
    font-family: 'Special Elite', cursive;
    font-size: 0.55rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #8b6840;
    margin-top: 6px;
}

@media (max-width: 768px) {
    .hero-section { margin: 0 8px; padding: 40px 20px; }
    .hero-headline { font-size: 1.7rem; }
    .hero-stats { gap: 30px; }
}

.footer-socials {
    display: flex;
    justify-content: center;
    gap: 32px;
    margin: 16px 0;
}

.footer-socials a {
    font-family: 'Special Elite', cursive;
    font-size: 0.6rem;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #8b6840;
    text-decoration: none;
    transition: color 0.2s ease;
}

.footer-socials a:hover {
    color: #2a1a0e;
}

.footer-copy {
    font-family: 'Special Elite', cursive;
    font-size: 0.55rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #b89a6a;
    margin-top: 8px;
}

.disclaimer {
    font-family: 'Special Elite', cursive;
    font-size: 0.5rem !important;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #b89a6a;
    margin-top: 6px;
    font-style: normal !important;
}

.disclosure-body {
    max-width: 780px;
    margin: 60px auto;
    padding: 0 40px;
}

.disclosure-body h2 {
    font-family: 'Playfair Display', serif;
    font-size: 2rem;
    font-weight: 700;
    color: #1a0f07;
    margin-bottom: 28px;
    text-align: center;
}

.disclosure-body p {
    font-family: 'Crimson Text', serif;
    font-size: 1.1rem;
    line-height: 1.9;
    color: #2a1a0e;
    margin-bottom: 20px;
}

.accessories-section {
    margin: 0 32px;
    padding: 40px 0;
}

.accessory-category {
    margin-bottom: 48px;
    border-bottom: 1px solid #c9aa7a;
    padding-bottom: 40px;
}

.accessory-title {
    font-family: 'Special Elite', cursive;
    font-size: 0.65rem;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: #8b6840;
    text-align: center;
    margin-bottom: 24px;
}

.accessory-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    max-width: 900px;
    margin: 0 auto;
}

.accessory-card {
    border: 1px solid #c9aa7a;
    padding: 24px;
    text-align: center;
    text-decoration: none;
    background: #f5efe0;
    transition: background 0.2s ease;
    display: block;
}

.accessory-card:hover {
    background: #ede4ce;
}

.accessory-name {
    font-family: 'Playfair Display', serif;
    font-size: 1.1rem;
    font-weight: 700;
    color: #1a0f07;
    margin-bottom: 10px;
}

.accessory-desc {
    font-family: 'Crimson Text', serif;
    font-style: italic;
    font-size: 0.95rem;
    color: #5a3e28;
    line-height: 1.6;
    margin-bottom: 16px;
}

.accessory-btn {
    font-family: 'Special Elite', cursive;
    font-size: 0.6rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #8b6840;
    border: 1px solid #8b6840;
    padding: 6px 16px;
    display: inline-block;
}

.accessories-disclaimer {
    font-family: 'Special Elite', cursive;
    font-size: 0.5rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #b89a6a;
    text-align: center;
    margin: 0 32px 20px;
}

@media (max-width: 768px) {
    .accessory-grid { grid-template-columns: 1fr; }
    .accessories-section { margin: 0 8px; }
}