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

:root {
    --bg:         #F9F8F5;
    --bg-soft:    #F5F2EC;
    --bg-lav:     #F0EDF8;
    --purple:     #6654B8;
    --purple-dk:  #4E3E9A;
    --teal:       #1A9B78;
    --text:       #18171A;
    --text-mid:   #635F56;
    --text-light: #9B9790;
    --border:     #E4E1D8;
    --white:      #FFFFFF;
}

html  { scroll-behavior: smooth; }
body  { font-family: 'DM Sans', sans-serif; background: var(--bg); color: var(--text); -webkit-font-smoothing: antialiased; font-size: 16px; }
a     { color: inherit; text-decoration: none; }

/* NAV */
nav { display: flex; align-items: center; justify-content: space-between; padding: 26px 60px; border-bottom: 1px solid var(--border); background: rgba(249,248,245,0.94); backdrop-filter: blur(8px); position: sticky; top: 0; z-index: 100; }
.nav-logo { font-family: 'Cormorant Garamond', serif; font-size: 22px; font-weight: 600; color: var(--text); letter-spacing: 0.01em; }
.nav-links { display: flex; align-items: center; gap: 36px; list-style: none; }
.nav-links a { font-size: 11px; font-weight: 400; letter-spacing: 0.14em; text-transform: uppercase; color: var(--text-mid); transition: color 0.2s; }
.nav-links a:hover { color: var(--purple); }
.nav-cta { background: var(--purple); color: var(--white) !important; padding: 10px 22px; border-radius: 2px; transition: background 0.2s !important; }
.nav-cta:hover { background: var(--purple-dk) !important; }
.nav-toggle { display: none; flex-direction: column; gap: 5px; background: none; border: none; cursor: pointer; padding: 4px; }
.nav-toggle span { display: block; width: 22px; height: 1.5px; background: var(--text); }

/* MOBILE MENU */
.mobile-menu { display: none; flex-direction: column; background: var(--bg); border-bottom: 1px solid var(--border); }
.mobile-menu.is-open { display: flex; }
.mobile-menu a { padding: 16px 28px; font-size: 13px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--text-mid); border-bottom: 1px solid var(--border); }
.mobile-menu a:last-child { border-bottom: none; color: var(--purple); }

/* HERO */
.home-hero { background: var(--bg); }
.hero { max-width: 810px; margin: 0 auto; padding: 112px 40px 92px; text-align: center; }
.hero h1 { font-family: 'Cormorant Garamond', serif; font-size: 76px; font-weight: 700; line-height: 1.03; color: var(--text); letter-spacing: -0.012em; margin-bottom: 34px; }
.hero-sub { font-size: 17.5px; font-weight: 300; line-height: 1.78; color: var(--text-mid); max-width: 610px; margin: 0 auto 50px; }
.hero-ctas { display: flex; align-items: center; justify-content: center; gap: 20px; flex-wrap: wrap; row-gap: 14px; }
.cta-link { font-size: 13px; font-weight: 500; letter-spacing: 0.05em; color: var(--purple); display: inline-flex; align-items: center; gap: 7px; border-bottom: 1px solid var(--purple); padding-bottom: 2px; transition: gap 0.2s, color 0.2s; }
.cta-link:hover { gap: 11px; color: var(--purple-dk); }
.cta-sep { width: 1px; height: 14px; background: var(--border); }
.teal-rule { width: 44px; height: 2px; background: var(--teal); margin: 0 auto; }
.eyebrow { display: block; font-size: 10.5px; font-weight: 400; letter-spacing: 0.2em; text-transform: uppercase; color: var(--teal); margin-bottom: 20px; }

/* THIS WEEK'S THOUGHT */
.thought-wrap { max-width: 760px; margin: 0 auto; padding: 76px 40px 72px; text-align: center; }
.thought-line { font-family: 'Cormorant Garamond', serif; font-size: 32px; font-weight: 500; font-style: italic; line-height: 1.4; color: var(--text); }

hr.div { border: none; border-top: 1px solid var(--border); margin: 0 56px; }

/* WHY I WRITE */
.why-write { max-width: 720px; margin: 0 auto; padding: 76px 40px 30px; }
.why-write .eyebrow { margin-bottom: 26px; }
.why-write p { font-size: 17px; font-weight: 300; line-height: 1.82; color: var(--text-mid); }
.why-write p + p { margin-top: 22px; }

/* ABOUT INTRO */
.intro-section { max-width: 940px; margin: 0 auto; padding: 42px 40px 88px; display: grid; grid-template-columns: 220px 1fr; gap: 54px; align-items: center; }
.portrait-wrap { aspect-ratio: 4/5; overflow: hidden; }
.portrait-img { width: 100%; height: 100%; object-fit: cover; display: block; }
.portrait-placeholder { width: 220px; aspect-ratio: 4/5; border: 1px solid var(--border); background: linear-gradient(145deg, var(--bg-soft), var(--bg-lav)); display: flex; align-items: center; justify-content: center; color: var(--text-light); font-size: 10.5px; letter-spacing: 0.18em; text-transform: uppercase; text-align: center; }
.intro-copy p { font-size: 16.5px; font-weight: 300; line-height: 1.82; color: var(--text-mid); }
.intro-copy p + p { margin-top: 20px; }

/* WRITING */
.writing-section { max-width: 880px; margin: 0 auto; padding: 76px 40px 90px; }
.article-meta { font-size: 10.5px; font-weight: 400; letter-spacing: 0.12em; text-transform: uppercase; color: var(--text-light); margin-bottom: 18px; display: block; }
.featured-article h2 { font-family: 'Cormorant Garamond', serif; font-size: 48px; font-weight: 600; line-height: 1.12; color: var(--text); margin-bottom: 24px; }
.featured-article h2 a:hover { color: var(--purple); }
.featured-article p { font-size: 17px; font-weight: 300; line-height: 1.78; color: var(--text-mid); margin-bottom: 28px; max-width: 640px; }
.read-link { font-size: 11.5px; font-weight: 500; letter-spacing: 0.1em; text-transform: uppercase; color: var(--purple); display: inline-flex; align-items: center; gap: 5px; transition: gap 0.2s, color 0.2s; }
.read-link:hover { gap: 9px; color: var(--purple-dk); }
hr.art-div { border: none; border-top: 1px solid var(--border); margin: 54px 0 42px; }
.more-writing { display: grid; grid-template-columns: 1fr 1fr; gap: 42px; }
.secondary-article h3 { font-family: 'Cormorant Garamond', serif; font-size: 28px; font-weight: 600; line-height: 1.2; color: var(--text); margin-bottom: 14px; }
.secondary-article h3 a:hover { color: var(--purple); }
.secondary-article p { font-size: 15px; font-weight: 300; line-height: 1.72; color: var(--text-mid); margin-bottom: 18px; }
.archive-link { margin-top: 42px; }
.writing-empty { color: var(--text-light); font-size: 15px; }

/* IN CONVERSATION */
.video-section { max-width: 1080px; margin: 0 auto; padding: 76px 48px; }
.video-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 62px; align-items: center; }
.video-text h2 { font-family: 'Cormorant Garamond', serif; font-size: 38px; font-weight: 600; line-height: 1.17; margin-bottom: 18px; color: var(--text); }
.video-text p { font-size: 16px; font-weight: 300; line-height: 1.75; color: var(--text-mid); margin-bottom: 28px; }
.video-embed { aspect-ratio: 16/9; overflow: hidden; }
.video-embed iframe { width: 100%; height: 100%; border: none; display: block; }
.kg-embed-card { margin: 0; }
.video-thumb { background: #18171A; aspect-ratio: 16/9; border-radius: 2px; display: flex; align-items: center; justify-content: center; position: relative; overflow: hidden; }
.video-thumb::before { content: ''; position: absolute; inset: 0; background: linear-gradient(135deg,#2a2432,#18171A); }
.play-btn { width: 54px; height: 54px; border-radius: 50%; background: rgba(255,255,255,0.12); border: 1.5px solid rgba(255,255,255,0.3); display: flex; align-items: center; justify-content: center; position: relative; z-index: 1; }
.play-btn svg { margin-left: 4px; }

/* NEWSLETTER */
.newsletter { background: var(--bg-lav); padding: 86px 48px; text-align: center; }
.newsletter h2 { font-family: 'Cormorant Garamond', serif; font-size: 46px; font-weight: 600; line-height: 1.14; margin-bottom: 20px; }
.newsletter-intro { font-size: 16.5px; font-weight: 300; line-height: 1.75; color: var(--text-mid); max-width: 560px; margin: 0 auto 42px; }
.nl-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; max-width: 760px; margin: 0 auto 0; text-align: left; }
.nl-card { background: rgba(255,255,255,0.54); border: 1px solid rgba(228,225,216,0.9); padding: 26px 28px; display: flex; flex-direction: column; }
.nl-card h3 { font-family: 'Cormorant Garamond', serif; font-size: 25px; font-weight: 600; line-height: 1.15; margin-bottom: 10px; color: var(--text); }
.nl-card p { font-size: 14.8px; font-weight: 300; line-height: 1.68; color: var(--text-mid); margin-bottom: 20px; }
.nl-form { display: flex; flex-direction: column; gap: 12px; margin: 0; margin-top: auto; }
.nl-form input[type="email"] { padding: 13px 18px; border: 1px solid var(--border); background: var(--white); font-family: 'DM Sans', sans-serif; font-size: 14.5px; color: var(--text); outline: none; border-radius: 2px; width: 100%; }
.nl-form input[type="email"]::placeholder { color: var(--text-light); }
.nl-form input[type="email"]:focus { border-color: var(--purple); }
.nl-checkbox { display: flex; align-items: center; gap: 8px; font-size: 13px; font-weight: 300; color: var(--text-mid); cursor: pointer; }
.nl-checkbox input[type="checkbox"] { width: 15px; height: 15px; accent-color: var(--purple); cursor: pointer; flex-shrink: 0; }
.nl-form button { padding: 13px 22px; background: var(--purple); color: var(--white); font-family: 'DM Sans', sans-serif; font-size: 11px; font-weight: 500; letter-spacing: 0.12em; text-transform: uppercase; border: none; cursor: pointer; border-radius: 2px; transition: background 0.2s; white-space: nowrap; width: 100%; }
.nl-form button:hover { background: var(--purple-dk); }

/* FOOTER */
footer { padding: 42px 60px; border-top: 1px solid var(--border); display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.footer-logo { font-family: 'Cormorant Garamond', serif; font-size: 19px; font-weight: 600; color: var(--text); }
.footer-links { display: flex; gap: 28px; list-style: none; flex-wrap: wrap; justify-content: center; }
.footer-links a { font-size: 11px; font-weight: 400; letter-spacing: 0.12em; text-transform: uppercase; color: var(--text-light); transition: color 0.2s; }
.footer-links a:hover { color: var(--text); }
.footer-copy { font-size: 12px; color: var(--text-light); white-space: nowrap; }

/* RESPONSIVE */
@media (max-width: 860px) {
    nav { padding: 22px 28px; }
    .nav-links { display: none; }
    .nav-toggle { display: flex; }
    .hero { padding: 80px 28px 70px; }
    .hero h1 { font-size: 54px; }
    .hero-sub { font-size: 16px; }
    .thought-wrap { padding: 60px 28px; }
    .thought-line { font-size: 26px; }
    hr.div { margin: 0 28px; }
    .why-write { padding-left: 28px; padding-right: 28px; }
    .intro-section { grid-template-columns: 1fr; padding: 36px 28px 72px; gap: 28px; }
    .portrait-placeholder { max-width: 220px; width: 100%; }
    .writing-section { padding-left: 28px; padding-right: 28px; }
    .featured-article h2 { font-size: 36px; }
    .more-writing { grid-template-columns: 1fr; }
    .video-section { padding: 60px 28px; }
    .video-grid { grid-template-columns: 1fr; gap: 36px; }
    .newsletter { padding: 72px 28px; }
    .nl-cards { grid-template-columns: 1fr; }
    footer { flex-direction: column; padding: 36px 28px; text-align: center; }
    .post { padding: 60px 24px 20px; }
    .post-title { font-size: 36px; }
    .related-section { padding: 40px 24px 0; }
    .related-grid { grid-template-columns: 1fr; gap: 28px; }
}

/* SINGLE POST */
.post { max-width: 720px; margin: 0 auto; padding: 76px 40px 20px; }
.post-header { margin-bottom: 40px; }
.post-title { font-family: 'Cormorant Garamond', serif; font-size: 52px; font-weight: 700; line-height: 1.08; color: var(--text); margin: 18px 0 20px; letter-spacing: -0.01em; }
.post-excerpt { font-size: 18px; font-weight: 300; line-height: 1.72; color: var(--text-mid); }
.post-feature-image { max-width: 880px; margin: 0 auto 50px; }
.post-feature-image img { width: 100%; display: block; border-radius: 2px; }
.post-content { max-width: 720px; margin: 0 auto; font-size: 17.5px; font-weight: 300; line-height: 1.85; color: var(--text); }
.post-content p { margin-bottom: 26px; }
.post-content h2 { font-family: 'Cormorant Garamond', serif; font-size: 32px; font-weight: 600; line-height: 1.2; color: var(--text); margin: 46px 0 20px; }
.post-content h3 { font-family: 'Cormorant Garamond', serif; font-size: 24px; font-weight: 600; line-height: 1.25; color: var(--text); margin: 36px 0 16px; }
.post-content a { color: var(--purple); border-bottom: 1px solid var(--purple); }
.post-content a:hover { color: var(--purple-dk); border-color: var(--purple-dk); }
.post-content blockquote { border-left: 2px solid var(--teal); padding-left: 24px; margin: 32px 0; font-style: italic; color: var(--text-mid); }
.post-content img { max-width: 100%; border-radius: 2px; margin: 8px 0; }
.post-content ul, .post-content ol { margin: 0 0 26px 22px; }
.post-content li { margin-bottom: 10px; }
.post-content .kg-width-wide { max-width: 960px; margin-left: 50%; transform: translateX(-50%); width: 100%; }
.post-content .kg-width-full { max-width: 100vw; margin-left: 50%; transform: translateX(-50%); width: 100vw; }
.post-content .kg-width-full img { border-radius: 0; }
.post-footer { max-width: 720px; margin: 50px auto 0; padding-top: 30px; border-top: 1px solid var(--border); }
.post-tags { display: flex; flex-wrap: wrap; gap: 10px; }
.post-tag { font-size: 10.5px; font-weight: 400; letter-spacing: 0.1em; text-transform: uppercase; color: var(--text-light); border: 1px solid var(--border); padding: 6px 14px; border-radius: 20px; }

/* RELATED READING */
.related-section { max-width: 880px; margin: 30px auto 90px; padding: 50px 40px 0; border-top: 1px solid var(--border); }
.related-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 36px; margin-top: 30px; }
.related-article h3 { font-family: 'Cormorant Garamond', serif; font-size: 24px; font-weight: 600; line-height: 1.22; color: var(--text); margin-top: 8px; }
.related-article h3 a:hover { color: var(--purple); }


    .hero h1 { font-size: 42px; }
    .thought-line { font-size: 23px; }
    .featured-article h2 { font-size: 30px; }
    .newsletter h2 { font-size: 36px; }
}