html { scroll-behavior: smooth; }
body {
    margin: 0;
    font-family: "Manrope", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: #FFFFFF;
    color: #0F172A;
}
h1, h2, h3, h4, h5, h6, .font-display {
    font-family: "Outfit", "Manrope", sans-serif;
    letter-spacing: -0.02em;
}
.font-mono { font-family: "JetBrains Mono", monospace; }
.grain-bg {
    background-image:
        radial-gradient(at 10% 10%, rgba(37, 99, 235, 0.08) 0px, transparent 50%),
        radial-gradient(at 90% 20%, rgba(225, 29, 72, 0.07) 0px, transparent 50%),
        radial-gradient(at 50% 90%, rgba(16, 185, 129, 0.05) 0px, transparent 50%);
}
.ticket-cutout { position: relative; }
.ticket-cutout::before,
.ticket-cutout::after {
    content: "";
    position: absolute;
    width: 18px;
    height: 18px;
    background: #F8FAFC;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}
.ticket-cutout::before { left: -9px; }
.ticket-cutout::after { right: -9px; }
.discount-stamp {
    font-family: "Outfit", sans-serif;
    font-weight: 900;
    font-variant-numeric: tabular-nums;
    line-height: 0.95;
}
.card-lift {
    transition: transform 200ms ease, box-shadow 200ms ease, border-color 200ms ease;
}
.card-lift:hover { transform: translateY(-3px); }
::selection {
    background: #FECDD3;
    color: #9F1239;
}

.article-content-wrap {
    max-width: 70ch;
}

.article-excerpt {
    margin: 0 0 2rem 0;
}

.article-content {
    font-size: 1.125rem;
    line-height: 1.85;
    color: #334155;
}

.article-content > *:first-child {
    margin-top: 0;
}

.article-content > *:last-child {
    margin-bottom: 0;
}

.article-content p {
    margin: 1rem 0;
}

.article-content h2,
.article-content h3 {
    font-family: "Outfit", "Manrope", sans-serif;
    letter-spacing: -0.02em;
    line-height: 1.15;
    color: #0f172a;
}

.article-content h2 {
    margin: 2.5rem 0 1rem;
    font-size: clamp(1.55rem, 2.6vw, 2rem);
    font-weight: 800;
}

.article-content h3 {
    margin: 1.9rem 0 0.7rem;
    font-size: clamp(1.25rem, 2vw, 1.5rem);
    font-weight: 700;
}

.article-content ul,
.article-content ol {
    margin: 1.05rem 0 1.3rem;
    padding-left: 1.4rem;
}

.article-content ul {
    list-style-type: disc;
}

.article-content ol {
    list-style-type: decimal;
}

.article-content li {
    display: list-item;
    margin: 0.42rem 0;
    padding-left: 0.2rem;
}

.article-content li::marker {
    color: #2563eb;
}

.article-content a {
    color: #1d4ed8;
    text-underline-offset: 2px;
    text-decoration-thickness: 1.5px;
}

.article-content a:hover {
    color: #1e40af;
}

.article-content img {
    border-radius: 1rem;
    border: 1px solid #e2e8f0;
    margin: 1.6rem 0;
}

@media (max-width: 640px) {
    .article-content {
        font-size: 1.03rem;
        line-height: 1.75;
    }

    .article-content h2 {
        margin-top: 2.1rem;
    }

    .article-content h3 {
        margin-top: 1.6rem;
    }
}
