@font-face {
    font-family: 'Cheltenham';
    src: url('../fonts/cheltenham/cheltenham-normal-400.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Cheltenham';
    src: url('../fonts/cheltenham/cheltenham-normal-700.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Cheltenham';
    src: url('../fonts/cheltenham/cheltenham-italic-400.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Linear Grotesk';
    src: url('../fonts/TTF/LinearGrotesk-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Moisette';
    src: url('../fonts/moisette-font/Moisette-Regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Moisette';
    src: url('../fonts/moisette-font/Moisette-Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Moisette';
    src: url('../fonts/moisette-font/Moisette-Black.otf') format('opentype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Moisette';
    src: url('../fonts/moisette-font/Moisette-Italic.otf') format('opentype');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Behind the Nineties';
    src: url('../fonts/behind-the-nineties/Behind The Nineties Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Behind the Nineties';
    src: url('../fonts/behind-the-nineties/Behind The Nineties Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Behind the Nineties';
    src: url('../fonts/behind-the-nineties/Behind The Nineties Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Behind the Nineties';
    src: url('../fonts/behind-the-nineties/Behind The Nineties Italic.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Linear Grotesk';
    src: url('../fonts/TTF/LinearGrotesk-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Linear Grotesk';
    src: url('../fonts/TTF/LinearGrotesk-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Linear Grotesk';
    src: url('../fonts/TTF/LinearGrotesk-Black.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    font-size: 1.15rem;
    line-height: 1.85;
    color: #222;
    background: #ffffff;
    max-width: none;
    font-weight: 400;
}

.blog-main, .blog-main p, .blog-main li, .blog-main ul, .blog-main ol, .blog-main blockquote, .blog-main h1, .blog-main h2, .blog-main h3, .blog-main h4, .blog-main strong, .blog-main em, .blog-main i {
    font-family: 'Cheltenham', 'Linear Grotesk', 'LinearGrotesk', serif;
}


.blog-main {
    font-family: 'Cheltenham', 'Linear Grotesk', 'LinearGrotesk', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, serif;
    font-size: 1.15rem;
    line-height: 1.85;
    color: #222;
    font-weight: 400;
}

.blog-main p {
    font-family: 'Cheltenham', 'Linear Grotesk', serif;
    margin-bottom: 1.3em;
    font-weight: 400;
}

/* Removed duplicate .blog-main rule with Linear Grotesk as primary font */

.blog-main p {
    margin-bottom: 1.3em;
}

.blog-main ul,
.blog-main ol {
    margin-left: 2em;
    margin-bottom: 1.5em;
    padding-left: 1.1em;
}

/* Removed: font-family override for lists in blog-main. Now handled by .blog-main * selector above. */

.blog-main li {
    margin-bottom: 0.6em;
    padding-left: 0.1em;
    list-style-position: outside;
    list-style-type: disc;
}

/* Editorial bullet accent: heavier, purple bullets, Cheltenham for text */
.blog-main ul li::marker,
.blog-main ol li::marker {
    font-family: 'Cheltenham', serif;
    font-weight: 700;
    color: #6f1aca;
    font-size: 1.15em;
}

/* Blog Index List Styling */
.blog-list-section {
    max-width: 700px;
    margin: 0 auto 2.5rem auto;
    text-align: center;
}
.blog-list-heading {
    font-family: 'Behind the Nineties', 'Moisette', 'Linear Grotesk', serif;
    font-size: 2.1rem;
    font-weight: 700;
    color: #6f1aca;
    margin-bottom: 2.5rem;
    letter-spacing: -0.01em;
}
.blog-list {
    display: flex;
    flex-direction: column;
    gap: 2.2rem;
    align-items: stretch;
    margin: 0 auto;
    padding: 0;
}
.blog-listing {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 12px rgba(111,26,202,0.06);
    padding: 2.1rem 2.2rem 1.3rem 2.2rem;
    text-align: left;
    transition: box-shadow 0.2s, transform 0.2s;
    border: 1px solid #ececec;
    margin: 0 auto;
}
.blog-listing:hover {
    box-shadow: 0 4px 24px rgba(111,26,202,0.11);
    transform: translateY(-2px) scale(1.012);
    border-color: #d7c6f8;
}
.blog-listing-title {
    font-family: 'Cheltenham', 'Moisette', serif;
    font-size: 1.25rem;
    font-weight: 700;
    color: #191919;
    text-decoration: none;
    line-height: 1.25;
    display: block;
    margin-bottom: 0.4em;
    transition: color 0.18s;
}
.blog-listing-title:hover {
    color: #6f1aca;
    text-decoration: underline;
}
.blog-listing-date {
    font-size: 0.99rem;
    color: #888;
    margin-top: 0.2em;
}
@media (max-width: 700px) {
    .blog-list-section {
        max-width: 97vw;
        padding: 0 0.5rem;
    }
    .blog-listing {
        padding: 1.2rem 1rem 1rem 1rem;
    }
    .blog-list-heading {
        font-size: 1.35rem;
    }
}

/* Fallback for browsers without ::marker support: nothing changes, text stays Cheltenham */

.blog-main ul {
    list-style-type: disc;
}

.blog-main ol {
    list-style-type: decimal;
}

.blog-main strong {
    font-weight: 600;
    color: #111;
}

.blog-main h1, .blog-main h2, .blog-main h3, .blog-main h4 {
    font-family: 'Moisette', 'Linear Grotesk', 'LinearGrotesk', serif;
    font-weight: 700;
    letter-spacing: -0.01em;
    margin-top: 2.2em;
    margin-bottom: 1em;
    color: #191919;
}

.blog-main h2 {
    font-size: 1.45rem;
    border-bottom: 1px solid #ececec;
    padding-bottom: 0.2em;
    margin-top: 2.5em;
}

.blog-main h3 {
    font-size: 1.18rem;
    margin-top: 2em;
}

.blog-main em, .blog-main i {
    color: #6f1aca;
}

.header {
    background: #ffffff;
    border-bottom: 1px solid #e5e5e5;
    padding: 1rem 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
}
.nav-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}
.nav-toggle {
    display: none;
    margin-right: 0;
    position: static;
    background: none;
    border: none;
    box-shadow: none;
    padding: 0;
    margin: 0;
}

/* Hamburger styles (unified with main site) */
.hamburger {
    display: block;
    width: 28px;
    height: 20px;
    position: relative;
    background: none;
    border: none;
}
.hamburger span,
.hamburger::before,
.hamburger::after {
    display: block;
    position: absolute;
    left: 0;
    width: 28px;
    height: 3px;
    background: #1a1a1a;
    border-radius: 2px;
    transition: 0.3s;
}
.hamburger span {
    top: 8.5px;
}
.hamburger::before {
    content: '';
    top: 0;
}
.hamburger::after {
    content: '';
    top: 17px;
}
.logo {
    font-family: 'Linear Grotesk', 'LinearGrotesk', sans-serif;
    font-size: 1.8rem;
    font-weight: 600;
    color: #000000;
    letter-spacing: -0.02em;
}
.nav-links {
    display: flex;
    list-style: none;
    gap: 2.5rem;
}
.nav-links a {
    text-decoration: none;
    color: #1a1a1a;
    font-weight: 400;
    transition: color 0.3s ease;
    font-size: 0.95rem;
}
.nav-links a:hover {
    color: #666666;
}
.hero {
    background: #6f1aca;
    color: rgb(251, 241, 255);
    padding: 4.5rem 2rem 4rem;
    text-align: center;
    margin-top: 80px;
}

.blog-title-hero {
    background: #6f1aca;
    color: #fff;
    padding: 2.5rem 1rem 2rem 1rem;
    text-align: center;
    border-radius: 8px 8px 0 0;
    margin-bottom: 2rem;
}
.blog-title-hero h1 {
    font-family: 'Behind the Nineties', 'Moisette', 'Linear Grotesk', sans-serif;
    color: #fff;
    font-weight: 900;
    letter-spacing: -0.01em;
}

/* Pull quote / blockquote styling */
.blog-main blockquote, .blog-main .pull-quote {
    font-family: 'Moisette', 'Linear Grotesk', serif;
    border-left: 4px solid #6f1aca;
    background: #faf6ff;
    color: #4c2676;
    font-size: 1.18em;
    font-style: italic;
    margin: 2em 0;
    padding: 1em 1.5em;
    border-radius: 0 6px 6px 0;
    position: relative;
}

/* Larger, bolder section headings */
.blog-main h1 {
    font-size: 2.35rem;
    font-weight: 800;
}
.blog-main h2 {
    font-size: 1.75rem;
    font-weight: 700;
    border-bottom: 1px solid #ececec;
    padding-bottom: 0.2em;
    margin-top: 2.5em;
}
.blog-main h3 {
    font-size: 1.28rem;
    font-weight: 700;
    margin-top: 2em;
}

/* Subtle callout background for highlights */
.blog-callout {
    font-family: 'Moisette', 'Linear Grotesk', serif;
    background: #f5f1ff;
    border-left: 5px solid #6f1aca;
    padding: 1.1em 1.5em;
    margin: 2em 0;
    border-radius: 6px;
    font-size: 1.07em;
    color: #2e1a47;
}

@media (max-width: 900px) {
  .nav-toggle {
    display: block;
  }
  .nav-links {
    display: none;
    position: absolute;
    top: 70px;
    right: 2rem;
    background: #fff;
    flex-direction: column;
    gap: 2rem;
    width: 200px;
    box-shadow: 0 4px 24px rgba(0,0,0,0.07);
    padding: 2rem 1.5rem;
    border-radius: 8px;
    z-index: 1001;
    transition: all 0.3s;
  }
  .nav-links.open {
    display: flex;
  }
  .nav-links li {
    margin: 0;
    text-align: right;
  }
  .nav-container {
    flex-wrap: wrap;
  }
}
/* Byline/author block styling */
.blog-byline {
    display: flex;
    align-items: center;
    gap: 0.75em;
    margin-bottom: 2em;
    font-size: 1.05em;
    color: #888;
}
.blog-byline-avatar {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #ececec;
}
.blog-byline-details {
    display: flex;
    flex-direction: column;
    line-height: 1.3;
}

.blog-title-hero h1 {
    font-size: clamp(2.2rem, 5vw, 3.2rem);
    font-weight: 600;
    margin-bottom: 0.5rem;
    letter-spacing: -0.02em;
}
.blog-title-hero .date {
    color: #e7d8ff;
    font-size: 1.1rem;
    margin-bottom: 0;
}
@media (max-width: 768px) {
    .hero {
        padding: 3.5rem 1rem 3rem;
    }
}
.hero-container {
    max-width: 900px;
    margin: 0 auto;
}
.hero h1 {
    font-size: clamp(3.5rem, 6vw, 5rem);
    font-weight: 600;
    margin-bottom: 1.2rem;
    letter-spacing: -0.03em;
}
.hero p {
    font-size: 1.25rem;
    margin-bottom: 2.5rem;
    color: #e7d8ff;
}
.cta-primary {
    background: #fff;
    color: #6f1aca;
    font-weight: 600;
    border: none;
    border-radius: 4px;
    padding: 1rem 2.5rem;
    font-size: 1.15rem;
    cursor: pointer;
    box-shadow: 0 2px 8px rgba(111,26,202,0.10);
    transition: background 0.2s, color 0.2s;
    text-decoration: none;
    display: inline-block;
    margin: 0.5rem 0;
}
.cta-primary:hover {
    background: #ece2fa;
    color: #6f1aca;
}
.section {
    padding: 5rem 2rem 4rem;
    max-width: 1200px;
    margin: 0 auto;
}
.section-header {
    text-align: center;
    margin-bottom: 3rem;
}
.section-header h2 {
    font-size: clamp(2.2rem, 4vw, 3rem);
    font-weight: 600;
    margin-bottom: 0.5rem;
    letter-spacing: -0.02em;
}
.section-header p {
    font-size: 1.1rem;
    color: #6f1aca;
}
.footer-cta {
    background: #6f1aca;
    color: white;
    padding: 6rem 2rem;
    text-align: center;
}
.footer-cta h2 {
    font-size: clamp(2.5rem, 4vw, 3.5rem);
    font-weight: 300;
    margin-bottom: 2rem;
    letter-spacing: -0.02em;
}
.blog-header, .blog-footer {
    background: #fff;
    border-bottom: 1px solid #e5e5e5;
    padding: 1rem 0;
}
.blog-main {
    max-width: 1000px;
    margin: 2rem auto;
    padding: 2rem;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 12px rgba(111,26,202,0.05);
    overflow: hidden;
}

.blog-main {
    padding-top: 96px;
}

@media (max-width: 700px) {
    .blog-main {
        padding-top: 78px;
    }
}
@media (max-width: 768px) {
    .blog-main {
        padding: 1rem;
        margin: 1rem;
    }
}
