/* Shared marketing-page styling — used by inspiration, templates, blog, about, pricing, status, dpa */
*{box-sizing:border-box;margin:0;padding:0;}
/* Always reserve the scrollbar gutter so navigating between a short page and a
   tall one (and between these and the home page) never shifts layout sideways. */
html{overflow-y:scroll;scrollbar-gutter:stable;}
body{background:#F4EFE4;font-family:'Inter',-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:#121212;overflow-x:hidden;-webkit-font-smoothing:antialiased;}
a{color:inherit;}
::selection{background:#E8450A;color:#F4EFE4;}

.mk-nav{position:sticky;top:0;z-index:30;background:rgba(244,239,228,.92);backdrop-filter:blur(10px);border-bottom:1px solid rgba(18,18,18,.06);}
.mk-nav-inner{max-width:1180px;margin:0 auto;padding:14px 24px;display:flex;align-items:center;justify-content:space-between;gap:24px;}
.mk-brand{display:flex;align-items:center;gap:8px;font-family:'Inter',sans-serif;font-weight:700;font-size:18px;letter-spacing:-.3px;color:#E8450A;text-decoration:none;}
.mk-brand-dot{display:inline-block;width:8px;height:8px;border-radius:50%;background:#E8450A;}
.mk-nav-links{display:flex;align-items:center;gap:22px;}
.mk-nav-links a{font-size:13px;color:#4A463C;text-decoration:none;font-weight:500;transition:color .15s;}
.mk-nav-links a:hover{color:#121212;}
.mk-nav-links a.on{color:#121212;}
.mk-nav-cta{display:inline-flex;align-items:center;gap:6px;background:#121212;color:#F4EFE4;font-size:13px;font-weight:600;padding:9px 16px;border-radius:999px;text-decoration:none;transition:transform .15s, background .15s;}
.mk-nav-cta:hover{background:#000;transform:translateY(-1px);}
@media(max-width:720px){.mk-nav-links{display:none;}}

.mk-page{max-width:1180px;margin:0 auto;padding:56px 24px 96px;}
.mk-page.narrow{max-width:780px;}
.mk-tag{font-family:'JetBrains Mono',ui-monospace,monospace;font-size:10.5px;font-weight:500;letter-spacing:.22em;text-transform:uppercase;color:#A33405;margin-bottom:14px;}
.mk-title{font-family:'Inter',sans-serif;font-size:56px;color:#121212;font-weight:800;line-height:1.02;margin-bottom:14px;letter-spacing:-.03em;}
.mk-title em{font-style:italic;font-family:'Instrument Serif',Georgia,serif;font-weight:400;font-synthesis:none;color:#E8450A;}
.mk-lead{font-size:17px;line-height:1.55;color:#4A463C;max-width:620px;margin-bottom:48px;}
@media(max-width:600px){.mk-title{font-size:38px;}.mk-lead{font-size:15px;}}

.mk-section{margin-bottom:56px;}
.mk-section h2{font-family:'Instrument Serif',serif;font-size:30px;font-weight:400;color:#121212;margin-bottom:14px;letter-spacing:-.012em;}
.mk-section p,.mk-section li{font-size:15px;line-height:1.7;color:#4A463C;margin-bottom:10px;}
.mk-section ul{padding-left:22px;margin-bottom:14px;}
.mk-section ul li{list-style:disc;}
.mk-section a{color:#121212;text-decoration:underline;text-underline-offset:2px;}
.mk-section a:hover{color:#E8450A;}

.mk-grid{display:grid;gap:18px;}
.mk-grid-3{grid-template-columns:repeat(3,1fr);}
.mk-grid-4{grid-template-columns:repeat(4,1fr);}
.mk-grid-2{grid-template-columns:repeat(2,1fr);}
@media(max-width:980px){.mk-grid-4{grid-template-columns:repeat(3,1fr);}}
@media(max-width:760px){.mk-grid-3,.mk-grid-4{grid-template-columns:repeat(2,1fr);}.mk-grid-2{grid-template-columns:1fr;}}
@media(max-width:460px){.mk-grid-3,.mk-grid-4{grid-template-columns:1fr 1fr;gap:10px;}}

.mk-card{background:#FBF8F0;border:1px solid rgba(18,18,18,.10);border-radius:16px;overflow:hidden;text-decoration:none;color:inherit;display:flex;flex-direction:column;transition:transform .2s, box-shadow .2s, border-color .2s;}
.mk-card:hover{transform:translateY(-2px);box-shadow:0 14px 38px -22px rgba(18,18,18,.18);border-color:rgba(18,18,18,.16);}
.mk-card-cover{aspect-ratio:1/1;background:#EAE3D3;position:relative;overflow:hidden;}
.mk-card-cover img{width:100%;height:100%;object-fit:cover;display:block;}
.mk-card-body{padding:14px 16px 16px;display:flex;flex-direction:column;gap:6px;}
.mk-card-meta{font-size:11px;color:#8A8578;font-weight:500;letter-spacing:.04em;text-transform:uppercase;}
.mk-card-title{font-family:'Instrument Serif',serif;font-size:20px;line-height:1.15;color:#121212;letter-spacing:-.01em;}
.mk-card-sub{font-size:13px;color:#4A463C;line-height:1.45;}

.mk-pill{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;font-size:11.5px;font-weight:600;letter-spacing:.04em;text-transform:uppercase;border-radius:999px;background:#EAE3D3;color:#4A463C;border:1px solid rgba(18,18,18,.06);}
.mk-pill.dot::before{content:"";width:6px;height:6px;border-radius:50%;background:#10b981;display:inline-block;}
.mk-pill.warn::before{background:#f59e0b;}
.mk-pill.bad::before{background:#dc2626;}

.mk-cta-row{display:flex;gap:10px;flex-wrap:wrap;align-items:center;margin-top:24px;}
.mk-cta-grad{display:inline-flex;align-items:center;gap:8px;background:#E8450A;color:#F4EFE4;font-weight:600;font-size:14px;padding:13px 22px;border-radius:999px;text-decoration:none;box-shadow:0 14px 32px -12px rgba(232,69,10,.5);transition:transform .15s, opacity .15s;}
.mk-cta-grad:hover{transform:translateY(-1px);opacity:.95;}
.mk-cta-ghost{display:inline-flex;align-items:center;gap:8px;background:#FBF8F0;color:#121212;font-weight:600;font-size:14px;padding:13px 22px;border-radius:999px;text-decoration:none;border:1px solid rgba(18,18,18,.12);transition:background .15s;}
.mk-cta-ghost:hover{background:#EAE3D3;}

.mk-foot{border-top:1px solid rgba(18,18,18,.10);padding:36px 24px;margin-top:48px;text-align:center;font-size:12.5px;color:#8A8578;}
.mk-foot-links{display:inline-flex;flex-wrap:wrap;gap:14px;justify-content:center;margin-bottom:10px;}
.mk-foot-links a{color:#4A463C;text-decoration:none;font-weight:500;}
.mk-foot-links a:hover{color:#121212;}

/* pricing */
.mk-price-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;}
@media(max-width:880px){.mk-price-grid{grid-template-columns:1fr;}}
.mk-price{background:#FBF8F0;border:1px solid rgba(18,18,18,.10);border-radius:18px;padding:28px;display:flex;flex-direction:column;gap:14px;}
.mk-price.featured{border-color:#121212;background:#121212;color:#F4EFE4;box-shadow:0 30px 60px -30px rgba(18,18,18,.45);}
.mk-price.featured .mk-price-amt small,.mk-price.featured ul li{color:#B8B2A2;}
.mk-price h3{font-family:'Instrument Serif',serif;font-size:26px;font-weight:400;letter-spacing:-.01em;}
.mk-price-amt{font-size:36px;font-weight:700;letter-spacing:-.02em;display:flex;align-items:baseline;gap:6px;}
.mk-price-amt small{font-size:13px;color:#8A8578;font-weight:500;}
.mk-price ul{list-style:none;padding:0;display:flex;flex-direction:column;gap:8px;font-size:14px;color:#4A463C;}
.mk-price ul li{padding-left:22px;position:relative;}
.mk-price ul li::before{content:"";position:absolute;left:0;top:7px;width:10px;height:10px;border-radius:50%;background:#E8450A;}
.mk-price.featured ul li::before{background:#F4EFE4;}
.mk-price .mk-cta-grad,.mk-price .mk-cta-ghost{justify-content:center;width:100%;}

/* status */
.mk-status-card{background:#FBF8F0;border:1px solid rgba(18,18,18,.10);border-radius:14px;padding:18px 20px;display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:10px;}
.mk-status-card h4{font-size:15px;font-weight:600;color:#121212;margin-bottom:2px;}
.mk-status-card p{font-size:12.5px;color:#8A8578;}

/* about */
.mk-bio-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px;margin-top:18px;}
@media(max-width:760px){.mk-bio-grid{grid-template-columns:1fr;}}
.mk-bio{background:#FBF8F0;border:1px solid rgba(18,18,18,.10);border-radius:16px;padding:22px;}
.mk-bio h4{font-family:'Instrument Serif',serif;font-size:22px;font-weight:400;margin-bottom:6px;letter-spacing:-.01em;}
.mk-bio p{font-size:14px;line-height:1.6;color:#4A463C;}

/* blog */
.mk-blog-list{display:flex;flex-direction:column;gap:0;border-top:1px solid rgba(18,18,18,.10);}
.mk-blog-item{display:grid;grid-template-columns:140px 1fr;gap:24px;padding:24px 0;border-bottom:1px solid rgba(18,18,18,.10);text-decoration:none;color:inherit;transition:opacity .15s;}
.mk-blog-item:hover{opacity:.78;}
.mk-blog-item time{font-family:'JetBrains Mono',monospace;font-size:11.5px;color:#8A8578;letter-spacing:.06em;}
.mk-blog-item h3{font-family:'Instrument Serif',serif;font-size:26px;font-weight:400;line-height:1.2;letter-spacing:-.012em;margin-bottom:6px;}
.mk-blog-item p{font-size:14.5px;color:#4A463C;line-height:1.55;}
@media(max-width:600px){.mk-blog-item{grid-template-columns:1fr;gap:6px;}}

/* templates filter chips */
.mk-chips{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:24px;}
.mk-chip{background:#FBF8F0;border:1px solid rgba(18,18,18,.10);color:#4A463C;font-size:12.5px;font-weight:600;padding:8px 14px;border-radius:999px;cursor:pointer;transition:all .15s;}
.mk-chip:hover{background:#EAE3D3;}
.mk-chip.on{background:#121212;color:#F4EFE4;border-color:#121212;}

/* pricing v2 — 4-col with featured */
.mk-price-grid{grid-template-columns:repeat(4,1fr);}
@media(max-width:1100px){.mk-price-grid{grid-template-columns:repeat(2,1fr);}}
@media(max-width:560px){.mk-price-grid{grid-template-columns:1fr;}}
.mk-price{position:relative;padding:26px 22px;gap:12px;}
.mk-price h3{font-size:24px;}
.mk-price-amt{font-size:34px;}
.mk-price-sub{font-size:12.5px;color:#8A8578;margin-top:-4px;letter-spacing:.01em;}
.mk-price.featured .mk-price-sub{color:#8A8578;}
.mk-price-badge{position:absolute;top:-11px;left:50%;transform:translateX(-50%);background:#E8450A;color:#F4EFE4;font-size:10.5px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;padding:5px 12px;border-radius:999px;white-space:nowrap;box-shadow:0 6px 18px -8px rgba(232,69,10,.5);}
.mk-price ul{font-size:13.5px;gap:7px;}
.mk-price ul li{padding-left:20px;}
.mk-price ul li::before{top:6px;width:8px;height:8px;}
.mk-price-foot-note{margin-top:48px;text-align:center;font-size:13.5px;color:#8A8578;}
.mk-price-foot-note a{color:#121212;border-bottom:1px solid rgba(18,18,18,.20);text-decoration:none;}

/* features comparison table */
.mk-feat-wrap{margin-top:24px;border:1px solid rgba(18,18,18,.10);border-radius:18px;background:#FBF8F0;overflow:hidden;}
.mk-feat-table{width:100%;border-collapse:collapse;font-size:14px;}
.mk-feat-table thead th{background:#EAE3D3;font-family:'Instrument Serif',serif;font-weight:400;font-size:20px;color:#121212;padding:18px 16px;text-align:left;border-bottom:1px solid rgba(18,18,18,.10);}
.mk-feat-table thead th .mk-feat-price{display:block;font-family:'Inter',sans-serif;font-size:12.5px;color:#8A8578;font-weight:500;margin-top:2px;}
.mk-feat-table thead th.mk-feat-pro{background:#121212;color:#F4EFE4;}
.mk-feat-table thead th.mk-feat-pro .mk-feat-price{color:#8A8578;}
.mk-feat-table tbody td{padding:14px 16px;border-bottom:1px solid rgba(18,18,18,.06);color:#4A463C;vertical-align:middle;}
.mk-feat-table tbody tr:last-child td{border-bottom:none;}
.mk-feat-table tbody td.mk-feat-label{font-weight:500;color:#121212;width:34%;}
.mk-feat-table tbody td.mk-feat-pro{background:rgba(18,18,18,.025);}
.mk-feat-section td{background:#F4EFE4;font-family:'JetBrains Mono',monospace;font-size:11px;letter-spacing:.18em;text-transform:uppercase;color:#A33405;padding:14px 16px;font-weight:500;}
.mk-feat-check{color:#3E7A5A;font-weight:700;}
.mk-feat-dash{color:#8A8578;}
@media(max-width:760px){.mk-feat-table{font-size:12.5px;}.mk-feat-table thead th{font-size:16px;padding:12px 10px;}.mk-feat-table tbody td{padding:10px;}}

/* blog post body */
.mk-post-body{margin-top:24px;}
.mk-post-body p{font-size:17px;line-height:1.72;color:#4A463C;margin-bottom:18px;}
.mk-post-body p:first-child::first-letter{font-family:'Instrument Serif',serif;font-size:54px;float:left;line-height:.9;padding:6px 10px 0 0;color:#121212;}

/* inspiration carousel preview modal */
.mk-card{cursor:pointer;}
.mk-modal-backdrop{position:fixed;inset:0;background:rgba(18,18,18,.55);backdrop-filter:blur(6px);display:flex;align-items:center;justify-content:center;z-index:200;padding:24px;animation:mkFade .18s ease-out;}
@keyframes mkFade{from{opacity:0}to{opacity:1}}
.mk-modal{background:#F4EFE4;border-radius:22px;max-width:1080px;width:100%;max-height:92vh;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 40px 80px -20px rgba(18,18,18,.4);}
.mk-modal-head{display:flex;align-items:center;justify-content:space-between;padding:18px 22px;border-bottom:1px solid rgba(18,18,18,.06);}
.mk-modal-meta{display:flex;flex-direction:column;gap:2px;}
.mk-modal-cat{font-family:'JetBrains Mono',monospace;font-size:10.5px;letter-spacing:.18em;text-transform:uppercase;color:#A33405;}
.mk-modal-title{font-family:'Instrument Serif',serif;font-size:24px;color:#121212;letter-spacing:-.012em;line-height:1.1;}
.mk-modal-handle{font-size:12.5px;color:#8A8578;}
.mk-modal-actions{display:flex;align-items:center;gap:10px;}
.mk-modal-x{background:none;border:none;width:36px;height:36px;border-radius:50%;cursor:pointer;color:#4A463C;font-size:18px;display:flex;align-items:center;justify-content:center;transition:background .15s;}
.mk-modal-x:hover{background:rgba(18,18,18,.06);}
.mk-modal-body{padding:24px 22px 28px;overflow:auto;}
.mk-modal-strip{display:flex;gap:14px;overflow-x:auto;padding-bottom:8px;scroll-snap-type:x mandatory;}
.mk-modal-slide{flex:0 0 auto;width:280px;aspect-ratio:1/1;border-radius:14px;overflow:hidden;background:#FBF8F0;border:1px solid rgba(18,18,18,.10);position:relative;display:flex;flex-direction:column;justify-content:flex-end;scroll-snap-align:start;}
.mk-modal-slide.cover{padding:0;}
.mk-modal-slide.cover img{width:100%;height:100%;object-fit:cover;display:block;}
.mk-modal-slide.cover .mk-slide-overlay{position:absolute;inset:auto 0 0 0;padding:18px;background:linear-gradient(transparent, rgba(0,0,0,.7));color:#fff;}
.mk-modal-slide.cover .mk-slide-overlay h4{font-family:'Instrument Serif',serif;font-size:22px;font-weight:400;line-height:1.05;letter-spacing:-.01em;}
.mk-slide-num{position:absolute;top:10px;left:12px;font-family:'JetBrains Mono',monospace;font-size:10px;letter-spacing:.14em;color:#fff;background:rgba(0,0,0,.45);padding:3px 8px;border-radius:999px;}
.mk-slide-num.dark{color:#121212;background:rgba(255,255,255,.85);}
.mk-modal-slide.text{padding:22px 18px;background:#FBF8F0;}
.mk-modal-slide.text .mk-slide-eyebrow{font-family:'JetBrains Mono',monospace;font-size:10px;letter-spacing:.18em;text-transform:uppercase;color:#A33405;margin-bottom:10px;}
.mk-modal-slide.text h4{font-family:'Instrument Serif',serif;font-size:24px;font-weight:400;line-height:1.1;color:#121212;letter-spacing:-.012em;margin-bottom:8px;}
.mk-modal-slide.text p{font-size:13px;line-height:1.55;color:#4A463C;}
.mk-modal-slide.cta{background:#121212;color:#F4EFE4;padding:22px 18px;}
.mk-modal-slide.cta .mk-slide-eyebrow{color:#8A8578;font-family:'JetBrains Mono',monospace;font-size:10px;letter-spacing:.18em;text-transform:uppercase;margin-bottom:10px;}
.mk-modal-slide.cta h4{font-family:'Instrument Serif',serif;font-size:24px;font-weight:400;line-height:1.1;margin-bottom:10px;}
.mk-modal-slide.cta .mk-slide-cta-btn{display:inline-block;margin-top:12px;background:#E8450A;color:#F4EFE4;font-size:12px;font-weight:600;padding:8px 14px;border-radius:999px;}
.mk-modal-prompt{margin-top:20px;background:#FBF8F0;border:1px solid rgba(18,18,18,.10);border-radius:14px;padding:14px 16px;display:flex;gap:14px;align-items:center;}
.mk-modal-prompt-label{font-family:'JetBrains Mono',monospace;font-size:10px;letter-spacing:.18em;text-transform:uppercase;color:#A33405;flex-shrink:0;}
.mk-modal-prompt-text{font-size:14px;color:#121212;font-style:italic;font-family:'Instrument Serif',serif;font-size:18px;line-height:1.3;}
.mk-modal-foot{padding:16px 22px;border-top:1px solid rgba(18,18,18,.06);display:flex;justify-content:space-between;align-items:center;gap:12px;background:#FBF8F0;}
.mk-modal-foot-info{font-size:12.5px;color:#8A8578;}
@media(max-width:600px){.mk-modal-slide{width:78vw;}.mk-modal-foot{flex-direction:column;}.mk-modal-foot .mk-cta-grad{width:100%;justify-content:center;}}
