:root {
    --blue: #04A0FC;
    --blue-dark: #0280CC;
    --blue-deeper: #0160A0;
    --blue-light: #E8F5FF;
    --blue-pale: #B8E4FF;
    --ink: #0D1F2D;
    --ink-soft: #2C4A5E;
    --ink-muted: #6B8FA8;
    --rule: #D0E8F8;
    --rule-light: #E8F4FD;
    --white: #FFFFFF;
    --off-white: #F4F9FF;
    --gh-font-heading: Georgia, serif;
    --gh-font-body: Georgia, serif;
}
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { background: var(--white); color: var(--ink); font-family: Georgia, serif; font-size: 18px; line-height: 1.7; -webkit-font-smoothing: antialiased; }
a { color: var(--blue-deeper); text-decoration: none; }
a:hover { color: var(--blue); }
img { max-width: 100%; height: auto; }

.wrap { max-width: 1160px; margin: 0 auto; padding: 0 2rem; }
.narrow { max-width: 720px; margin: 0 auto; padding: 0 2rem; }

.btn { display: inline-block; font-family: 'DM Sans', sans-serif; font-size: 0.875rem; font-weight: 500; padding: 0.75rem 1.75rem; border-radius: 3px; cursor: pointer; border: none; transition: all 0.2s; text-decoration: none; }
.btn-white { background: white; color: var(--blue-deeper); }
.btn-white:hover { background: var(--blue-light); color: var(--blue-dark); }
.btn-ghost { background: transparent; color: white; border: 1.5px solid rgba(255,255,255,0.5); }
.btn-ghost:hover { background: rgba(255,255,255,0.15); color: white; }
.btn-outline { background: transparent; color: var(--blue-deeper); border: 1.5px solid var(--blue-pale); }
.btn-outline:hover { background: var(--blue); color: white; border-color: var(--blue); }
.btn-blue { background: var(--blue); color: white; }
.btn-blue:hover { background: var(--blue-dark); color: white; }

.section-label { font-family: 'DM Sans', sans-serif; font-size: 0.7rem; font-weight: 500; letter-spacing: 0.15em; text-transform: uppercase; color: var(--blue); margin-bottom: 1.25rem; }
.section-label.light { color: rgba(255,255,255,0.6); }
.center { text-align: center; margin-top: 3rem; }

/* HEADER */
.site-header { position: sticky; top: 0; z-index: 100; background: rgba(255,255,255,0.97); backdrop-filter: blur(8px); border-bottom: 1px solid var(--rule-light); box-shadow: 0 1px 12px rgba(4,160,252,0.08); }
.header-wrap { display: flex; align-items: center; justify-content: space-between; height: 68px; }
.site-logo { display: flex; align-items: center; gap: 0.75rem; text-decoration: none; }
.logo-g { width: 40px; height: 40px; background: var(--blue); color: white; font-family: Georgia, serif; font-size: 1.4rem; font-style: italic; display: flex; align-items: center; justify-content: center; border-radius: 50%; flex-shrink: 0; }
.logo-text { font-family: Georgia, serif; font-size: 1.1rem; font-weight: 600; color: var(--ink); }
.site-nav { display: flex; align-items: center; gap: 1.75rem; }
.site-nav a { font-family: 'DM Sans', sans-serif; font-size: 0.875rem; color: var(--ink-soft); text-decoration: none; }
.site-nav a:hover { color: var(--blue); }
.nav-sub { background: var(--blue); color: white !important; padding: 0.4rem 1rem; border-radius: 3px; font-weight: 500; }
.nav-sub:hover { background: var(--blue-dark) !important; }
.nav-toggle { display: none; flex-direction: column; gap: 5px; background: none; border: none; cursor: pointer; padding: 4px; }
.nav-toggle span { display: block; width: 24px; height: 2px; background: var(--ink); }

/* SOCIAL STRIP */
.social-strip { background: white; border-bottom: 1px solid var(--rule-light); padding: 0.4rem 0; }
.social-strip .wrap { display: flex; align-items: center; gap: 0.75rem; flex-wrap: wrap; }
.strip-label { font-family: 'DM Sans', sans-serif; font-size: 0.68rem; font-weight: 500; letter-spacing: 0.1em; text-transform: uppercase; color: var(--ink-muted); white-space: nowrap; }
.strip-link { font-family: 'DM Sans', sans-serif; font-size: 0.78rem; color: var(--blue); text-decoration: none; }
.strip-link:hover { color: var(--blue-dark); }
.strip-link + .strip-link::before { content: '·'; margin-right: 0.75rem; color: var(--rule); }

/* HERO - reduced height, photo top-aligned */
.hero { background: linear-gradient(135deg, var(--blue) 0%, var(--blue-dark) 100%); padding: 3rem 0; overflow: hidden; }
.hero-wrap { display: grid; grid-template-columns: 1fr 260px; gap: 3rem; align-items: start; }
.hero-content { padding-top: 0.5rem; }
.hero-eyebrow { font-family: 'DM Sans', sans-serif; font-size: 0.72rem; letter-spacing: 0.14em; text-transform: uppercase; color: rgba(255,255,255,0.7); margin-bottom: 0.875rem; }
.hero-title { font-family: Georgia, serif; font-size: clamp(3.25rem, 8vw, 5.5rem); font-style: italic; font-weight: 400; line-height: 1.05; margin-bottom: 0.875rem; color: white; white-space: nowrap; }
.hero-sub { font-size: 1.2rem; color: rgba(255,255,255,0.85); line-height: 1.65; margin-bottom: 0.875rem; font-weight: 300; }
.hero-quote { font-family: Georgia, serif; font-style: italic; font-size: 1.1rem; color: rgba(255,255,255,0.7); margin-bottom: 1.5rem; padding-left: 1rem; border-left: 2px solid rgba(255,255,255,0.4); }
.hero-btns { display: flex; gap: 0.875rem; flex-wrap: wrap; margin-bottom: 1rem; }
.hero-dm { font-family: 'DM Sans', sans-serif; font-size: 0.875rem; color: rgba(255,255,255,0.7); }
.hero-dm strong { color: white; }
.hero-dm a { color: rgba(255,255,255,0.85); text-decoration: underline; }
.hero-photo-wrap { display: flex; justify-content: center; padding-top: 0.5rem; }
.hero-photo { width: 240px; height: 280px; object-fit: cover; object-position: top center; display: block; border-radius: 8px; }

/* ABOUT BAR */
.about-bar { background: var(--off-white); padding: 2rem 0; border-bottom: 1px solid var(--rule); }
.about-quote { font-family: Georgia, serif; font-style: italic; font-size: 1.1rem; margin-bottom: 0.4rem; }
.about-bio { font-family: 'DM Sans', sans-serif; font-size: 0.875rem; color: var(--ink-muted); }

/* CATEGORIES */
.categories-bar { padding: 1rem 0; border-bottom: 1px solid var(--rule-light); background: white; position: sticky; top: 68px; z-index: 50; }
.categories-bar .wrap { display: flex; gap: 0.5rem; overflow-x: auto; }
.categories-bar .wrap::-webkit-scrollbar { display: none; }
.cat-pill { font-family: 'DM Sans', sans-serif; font-size: 0.8rem; padding: 0.35rem 1rem; border-radius: 20px; border: 1.5px solid var(--rule); color: var(--ink-soft); white-space: nowrap; transition: all 0.15s; text-decoration: none; background: white; }
.cat-pill:hover, .cat-pill.active { background: var(--blue); color: white; border-color: var(--blue); }

/* COLUMNS SECTION WITH PHOTOS */
.columns-section { padding: 4rem 0; border-bottom: 1px solid var(--rule-light); }
.post-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--rule-light); border-left: 1px solid var(--rule-light); margin-bottom: 2rem; }
.post-card { border-right: 1px solid var(--rule-light); border-bottom: 1px solid var(--rule-light); transition: background 0.2s; background: white; }
.post-card:hover { background: var(--blue-light); }
.post-card-img-link { display: block; overflow: hidden; }
.post-card-img { width: 100%; height: auto; display: block; transition: transform 0.3s ease; }
.post-card:hover .post-card-img { transform: scale(1.03); }
.post-card-body { padding: 1.25rem 1.5rem 1.5rem; }
.post-tag { font-family: 'DM Sans', sans-serif; font-size: 0.7rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--blue); display: block; margin-bottom: 0.4rem; }
.post-card-title { font-family: Georgia, serif; font-size: 1.1rem; font-weight: 600; margin-bottom: 0.5rem; line-height: 1.3; }
.post-card-title a { color: var(--ink); }
.post-card-title a:hover { color: var(--blue-deeper); }
.post-card-excerpt { font-size: 0.9rem; color: var(--ink-muted); line-height: 1.6; margin-bottom: 0.75rem; font-family: 'DM Sans', sans-serif; }
.post-card-foot { display: flex; justify-content: space-between; align-items: center; }
.post-date { font-family: 'DM Sans', sans-serif; font-size: 0.75rem; color: var(--ink-muted); }
.read-link { font-family: 'DM Sans', sans-serif; font-size: 0.8rem; font-weight: 500; color: var(--blue); }

/* POST FEED (index) */
.post-feed { max-width: 720px; margin: 0 auto; padding: 4rem 2rem; }
.post-feed .post-card { border: 1px solid var(--rule-light); border-radius: 4px; margin-bottom: 1.5rem; }
.post-feed .post-card-link { display: block; padding: 1.5rem; text-decoration: none; color: var(--ink); }

/* SUBSCRIBE */
.subscribe-section { background: var(--blue); padding: 5rem 0; }
.sub-wrap { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center; }
.sub-title { font-family: Georgia, serif; font-size: clamp(1.75rem, 3.5vw, 2.5rem); font-weight: 400; color: white; margin-bottom: 1rem; line-height: 1.2; }
.sub-body { color: rgba(255,255,255,0.75); font-size: 1rem; line-height: 1.7; }
.sub-form { display: flex; flex-direction: column; gap: 0.75rem; }
.sub-input { background: rgba(255,255,255,0.15); border: 1px solid rgba(255,255,255,0.3); color: white; padding: 0.875rem 1rem; font-family: 'DM Sans', sans-serif; font-size: 0.95rem; border-radius: 3px; outline: none; }
.sub-input::placeholder { color: rgba(255,255,255,0.5); }
.sub-form .btn-white { width: 100%; text-align: center; }
.sub-note { font-family: 'DM Sans', sans-serif; font-size: 0.75rem; color: rgba(255,255,255,0.45); text-align: center; }

/* ASK SECTION */
.ask-section { padding: 5rem 0; background: var(--off-white); }
.ask-title { font-family: Georgia, serif; font-size: clamp(1.75rem, 3.5vw, 2.5rem); font-weight: 400; margin-bottom: 0.75rem; }
.ask-body { color: var(--ink-soft); margin-bottom: 1.5rem; line-height: 1.7; }
.dm-callout { background: white; border: 1.5px solid var(--rule); border-left: 4px solid var(--blue); border-radius: 3px; padding: 1rem 1.25rem; margin-bottom: 1.75rem; font-family: 'DM Sans', sans-serif; font-size: 0.875rem; color: var(--ink-soft); }
.dm-callout a { color: var(--blue); font-weight: 500; }
.ask-form { display: flex; flex-direction: column; gap: 1.25rem; max-width: 680px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.form-group { display: flex; flex-direction: column; gap: 0.4rem; }
.form-group label { font-family: 'DM Sans', sans-serif; font-size: 0.8rem; font-weight: 500; color: var(--ink-soft); }
.opt { font-weight: 400; color: var(--ink-muted); }
.form-group input, .form-group textarea { background: white; border: 1.5px solid var(--rule); color: var(--ink); padding: 0.75rem 1rem; font-family: Georgia, serif; font-size: 0.95rem; border-radius: 3px; outline: none; transition: border-color 0.2s; resize: vertical; }
.form-group input:focus, .form-group textarea:focus { border-color: var(--blue); }
.form-note { font-family: 'DM Sans', sans-serif; font-size: 0.75rem; color: var(--ink-muted); }

/* SINGLE POST */
.post-header { padding: 4rem 0 3rem; background: linear-gradient(to bottom, var(--blue-light), white); border-bottom: 1px solid var(--rule-light); }
.back-link { font-family: 'DM Sans', sans-serif; font-size: 0.8rem; color: var(--ink-muted); display: block; margin-bottom: 1.5rem; }
.back-link:hover { color: var(--blue); }
.post-title { font-family: Georgia, serif; font-size: clamp(2rem, 5vw, 3.5rem); font-style: italic; font-weight: 400; line-height: 1.15; margin-bottom: 1rem; }
.post-excerpt { font-size: 1.15rem; color: var(--ink-soft); line-height: 1.6; margin-bottom: 1rem; }
.post-meta { font-family: 'DM Sans', sans-serif; font-size: 0.8rem; color: var(--ink-muted); }
.post-feature-image { margin: 2rem 0; }
.post-feature-image img { border-radius: 4px; width: 100%; }
.post-content { padding: 3rem 0; }
.post-content p { margin-bottom: 1.5rem; font-size: 1.1rem; line-height: 1.8; color: var(--ink-soft); }
.post-content h2 { font-family: Georgia, serif; font-size: 1.6rem; margin: 2.5rem 0 1rem; }
.post-content blockquote { border-left: 3px solid var(--blue); padding-left: 1.5rem; margin: 2rem 0; font-style: italic; color: var(--ink-soft); }
.post-footer { padding: 3rem 0; background: var(--off-white); border-top: 1px solid var(--rule-light); }
.author-box { display: flex; gap: 1.25rem; align-items: flex-start; padding-bottom: 2rem; border-bottom: 1px solid var(--rule-light); margin-bottom: 2rem; }
.author-photo { width: 64px; height: 64px; border-radius: 50%; object-fit: cover; flex-shrink: 0; }
.author-name { font-family: Georgia, serif; font-size: 1.05rem; font-weight: 600; margin-bottom: 0.25rem; }
.author-bio { font-family: 'DM Sans', sans-serif; font-size: 0.875rem; color: var(--ink-muted); }
.post-subscribe-box { background: var(--blue); padding: 1.75rem; border-radius: 4px; color: white; margin-bottom: 1.5rem; }
.post-subscribe-box p { color: rgba(255,255,255,0.85); margin-bottom: 1rem; }
.inline-sub { display: flex; gap: 0.75rem; }
.inline-sub input { flex: 1; background: rgba(255,255,255,0.15); border: 1px solid rgba(255,255,255,0.3); color: white; padding: 0.65rem 1rem; font-family: 'DM Sans', sans-serif; font-size: 0.9rem; border-radius: 3px; outline: none; }
.inline-sub input::placeholder { color: rgba(255,255,255,0.5); }
.post-ask-box { text-align: center; }
.post-ask-box p { font-family: 'DM Sans', sans-serif; font-size: 0.9rem; color: var(--ink-muted); margin-bottom: 0.75rem; }
.post-nav { border-top: 1px solid var(--rule-light); padding: 2rem 0; }
.post-nav-wrap { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; }
.nav-prev, .nav-next { display: flex; flex-direction: column; gap: 0.35rem; text-decoration: none; }
.nav-next { text-align: right; }
.nav-label { font-family: 'DM Sans', sans-serif; font-size: 0.72rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--ink-muted); }
.nav-title { font-family: Georgia, serif; font-size: 1rem; color: var(--ink); }
.nav-prev:hover .nav-title, .nav-next:hover .nav-title { color: var(--blue-deeper); }

/* PAGE TITLES */
.page-title { font-family: Georgia, serif; font-size: 2.5rem; font-style: italic; margin-bottom: 0.5rem; }
.page-desc { color: var(--ink-soft); margin-bottom: 2rem; }

/* FOOTER */
.site-footer { background: var(--ink); color: white; padding: 3.5rem 0 2rem; }
.footer-wrap { display: flex; justify-content: space-between; gap: 3rem; margin-bottom: 2.5rem; }
.footer-brand .logo-g { background: var(--blue); margin-bottom: 0.75rem; }
.footer-tagline { font-family: 'DM Sans', sans-serif; font-size: 0.8rem; color: rgba(255,255,255,0.4); margin-top: 0.5rem; }
.footer-email { display: block; font-family: 'DM Sans', sans-serif; font-size: 0.875rem; color: var(--blue-pale); margin-top: 0.35rem; }
.footer-email:hover { color: white; }
.footer-phone { font-family: 'DM Sans', sans-serif; font-size: 0.8rem; color: rgba(255,255,255,0.4); margin-top: 0.25rem; }
.footer-cols { display: flex; gap: 3rem; }
.footer-col h4 { font-family: 'DM Sans', sans-serif; font-size: 0.72rem; letter-spacing: 0.12em; text-transform: uppercase; color: rgba(255,255,255,0.35); margin-bottom: 1rem; font-weight: 500; }
.footer-col a { display: block; font-family: 'DM Sans', sans-serif; font-size: 0.875rem; color: rgba(255,255,255,0.6); margin-bottom: 0.5rem; text-decoration: none; }
.footer-col a:hover { color: var(--blue-pale); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.08); padding-top: 1.5rem; font-family: 'DM Sans', sans-serif; font-size: 0.75rem; color: rgba(255,255,255,0.3); }

/* GHOST REQUIRED CARD CLASSES */
.kg-width-wide { margin-left: calc(50% - 50vw + 2rem); margin-right: calc(50% - 50vw + 2rem); max-width: none; }
.kg-width-full { margin-left: calc(50% - 50vw); margin-right: calc(50% - 50vw); max-width: none; }
.kg-image { max-width: 100%; height: auto; }
.kg-image-card { margin: 2rem 0; }
.kg-image-card img { max-width: 100%; height: auto; border-radius: 3px; }
.kg-gallery-container { display: flex; flex-direction: column; gap: 0.5rem; margin: 2rem 0; }
.kg-gallery-row { display: flex; gap: 0.5rem; }
.kg-gallery-image { flex: 1; object-fit: cover; }
.kg-bookmark-card { border: 1.5px solid var(--rule); border-radius: 4px; margin: 2rem 0; overflow: hidden; }
.kg-bookmark-container { display: flex; text-decoration: none; color: var(--ink); }
.kg-bookmark-content { padding: 1.25rem; flex: 1; }
.kg-bookmark-title { font-family: 'DM Sans', sans-serif; font-weight: 500; margin-bottom: 0.4rem; }
.kg-bookmark-description { font-size: 0.875rem; color: var(--ink-muted); }
.kg-bookmark-thumbnail { width: 140px; flex-shrink: 0; }
.kg-bookmark-thumbnail img { width: 100%; height: 100%; object-fit: cover; }
.kg-callout-card { display: flex; gap: 1rem; padding: 1.25rem; background: var(--blue-light); border-left: 4px solid var(--blue); border-radius: 3px; margin: 2rem 0; }
.kg-toggle-card { border: 1.5px solid var(--rule); border-radius: 4px; margin: 2rem 0; }
.kg-toggle-heading { padding: 1rem 1.25rem; font-family: 'DM Sans', sans-serif; font-weight: 500; cursor: pointer; }
.kg-toggle-content { padding: 0 1.25rem 1rem; }
.kg-video-card { margin: 2rem 0; }
.kg-video-card video { width: 100%; border-radius: 3px; }
.kg-audio-card { border: 1.5px solid var(--rule); border-radius: 4px; padding: 1.25rem; margin: 2rem 0; }
.kg-file-card { border: 1.5px solid var(--rule); border-radius: 4px; margin: 2rem 0; }
.kg-file-card a { display: flex; align-items: center; gap: 1rem; padding: 1rem 1.25rem; text-decoration: none; color: var(--ink); }
.kg-nft-card, .kg-product-card { border: 1.5px solid var(--rule); border-radius: 4px; margin: 2rem 0; padding: 1.25rem; }

/* Ghost font variables */
:root { --gh-font-heading: Georgia, serif; --gh-font-body: Georgia, serif; }

/* RESPONSIVE */
@media (max-width: 768px) {
    .site-nav { display: none; }
    .nav-toggle { display: flex; }
    .site-nav.open { display: flex; flex-direction: column; position: fixed; top: 68px; left: 0; right: 0; background: white; border-bottom: 1px solid var(--rule); padding: 1.5rem 2rem; gap: 1.25rem; z-index: 99; }
    .hero-wrap { grid-template-columns: 1fr; }
    .hero-photo-wrap { display: flex; justify-content: center; margin-top: 1.5rem; }
    .hero-photo { width: 120px; height: 120px; border-radius: 50%; object-fit: cover; object-position: top center; }
    .hero-btns { flex-direction: column; }
    .hero-btns .btn { width: 100%; text-align: center; }
    .post-grid { grid-template-columns: 1fr; }
    .sub-wrap { grid-template-columns: 1fr; gap: 2.5rem; }
    .form-row { grid-template-columns: 1fr; }
    .inline-sub { flex-direction: column; }
    .post-nav-wrap { grid-template-columns: 1fr; }
    .footer-wrap { flex-direction: column; }
    .footer-cols { gap: 1.5rem; flex-wrap: wrap; }
}

/* Mobile about bar fix */
@media (max-width: 768px) {
    .about-bar { padding: 1.5rem 0; }
    .about-bio { word-break: break-word; }
    .about-quote { font-size: 1rem; }
}
