 * { 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 h1 { font-size: 2.5rem; }
            .cigar-card { width: 160px; }
            .story-body { padding: 24px 20px; }
            .story-body p { font-size: 1.05rem; }
            .page-border { margin: 8px; }
        }

        @media (max-width: 480px) {
            .masthead h1 { font-size: 1.8rem; }
            .cigar-card { width: 140px; padding: 16px 10px; }
            .cigar-grid { padding: 16px; }
        }