@font-face{font-family:"Thmanyah Sans";src:url("../fonts/thmanyahsans-Regular.otf") format("opentype");font-weight:400;font-display:swap}
@font-face{font-family:"Thmanyah Sans";src:url("../fonts/thmanyahsans-Medium.otf") format("opentype");font-weight:500;font-display:swap}
@font-face{font-family:"Thmanyah Sans";src:url("../fonts/thmanyahsans-Bold.otf") format("opentype");font-weight:700;font-display:swap}
@font-face{font-family:"Thmanyah Display";src:url("../fonts/thmanyahserifdisplay-Regular.otf") format("opentype");font-weight:400;font-display:swap}
@font-face{font-family:"Thmanyah Display";src:url("../fonts/thmanyahserifdisplay-Bold.otf") format("opentype");font-weight:700;font-display:swap}
@font-face{font-family:"Thmanyah Display";src:url("../fonts/thmanyahserifdisplay-Black.otf") format("opentype");font-weight:900;font-display:swap}
@font-face{font-family:"Thmanyah Text";src:url("../fonts/thmanyahseriftext-Regular.otf") format("opentype");font-weight:400;font-display:swap}
@font-face{font-family:"Thmanyah Text";src:url("../fonts/thmanyahseriftext-Medium.otf") format("opentype");font-weight:500;font-display:swap}
@font-face{font-family:"Thmanyah Text";src:url("../fonts/thmanyahseriftext-Bold.otf") format("opentype");font-weight:700;font-display:swap}

:root{--bg:#080808;--panel:#0d0d0d;--text:#f4f1ed;--muted:#8d8984;--red:#e51e2b;--line:#222;--max:1180px}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);font-family:"Thmanyah Text","Thmanyah Sans",Tahoma,sans-serif;overflow-x:hidden}
a{color:inherit;text-decoration:none}.container{width:min(var(--max),calc(100% - 40px));margin:auto}
.nav-wrap{position:fixed;top:0;left:0;right:0;z-index:50;background:rgba(8,8,8,.96);backdrop-filter:blur(14px);border-bottom:1px solid rgba(255,255,255,.06)}
.nav{height:68px;display:flex;align-items:center;gap:20px}.brand{display:flex;align-items:center;gap:8px;margin-left:auto;font-family:"Thmanyah Sans";font-size:12px}.brand-mark{width:29px;height:29px;border-radius:7px;background:var(--red);display:grid;place-items:center;font:800 14px Arial}
.nav-links{display:flex;gap:18px;font-family:"Thmanyah Sans";font-size:11px;color:#b6b1ac}.nav-links .nav-prompt{color:white}.nav-links .nav-prompt:after{content:"";display:block;height:1px;background:var(--red);margin-top:4px}
.menu-btn{display:none;background:none;border:0;color:white;font-size:22px}.btn{display:inline-flex;align-items:center;justify-content:center;background:var(--red);color:#fff;border:0;border-radius:7px;padding:10px 15px;font-family:"Thmanyah Sans";font-weight:700;font-size:11px}.btn-small{margin-right:auto;padding:8px 12px}

.z-kicker,.section-kicker{font-family:"Thmanyah Sans";font-size:9px;font-weight:700;color:#8e8a85}
.z-hero{padding:128px 0 66px;border-bottom:1px solid var(--line);background:radial-gradient(circle at 82% 15%,rgba(229,30,43,.09),transparent 30%)}
.z-hero-copy{max-width:770px}.z-hero h1,.z-head h2,.z-final h2{font-family:"Thmanyah Display","Thmanyah Text";font-weight:900;margin:0}
.z-hero h1{font-size:clamp(38px,4.3vw,58px);line-height:1.12;margin-top:16px}.z-hero h1 em,.z-head h2 em,.z-final h2 em{font-style:normal;color:var(--red)}
.z-hero p{max-width:640px;color:#9b9792;font-size:14px;line-height:1.9;margin:19px 0 24px}
.z-section{padding:70px 0}.z-secondary{background:#0a0a0a;border-top:1px solid var(--line)}
.z-head{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:24px}.z-head h2{font-size:clamp(28px,3vw,41px);line-height:1.15;margin-top:8px}.z-more{font-family:"Thmanyah Sans";font-size:10px;color:#aaa;border-bottom:1px solid #333;padding-bottom:2px}
.z-prompt-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.z-prompt-card{background:var(--panel);border:1px solid #252525;border-radius:10px;padding:19px;min-height:215px;display:flex;flex-direction:column}
.z-prompt-meta{display:flex;justify-content:space-between;font:700 8px Arial;color:#777}.z-prompt-meta span{color:var(--red)}.z-prompt-card h3{font-size:17px;line-height:1.35;margin:25px 0 8px}.z-prompt-card p{font-size:11px;line-height:1.8;color:#7f7b77}.z-prompt-card a{margin-top:auto;font-family:"Thmanyah Sans";font-size:9px;color:#d5d1cd}
.z-mini-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.z-mini-card{min-height:165px;background:#0d0d0d;border:1px solid #252525;border-radius:10px;padding:18px;display:flex;flex-direction:column}.z-mini-card>span{font:700 8px Arial;color:var(--red)}.z-mini-card h3{font-size:17px;margin:26px 0 7px}.z-mini-card p{font-size:11px;color:#777;line-height:1.7}.z-mini-card b{margin-top:auto;color:#777}
.z-final{padding:80px 0 90px;text-align:center;border-top:1px solid #222;background:radial-gradient(circle at 50% 100%,rgba(229,30,43,.07),transparent 34%)}.z-final h2{font-size:clamp(29px,3.4vw,43px);line-height:1.16;margin:13px 0 22px}

/* inner pages */
.page-hero{padding:118px 0 48px;border-bottom:1px solid #222}.page-hero h1{font-family:"Thmanyah Display";font-size:clamp(31px,3.6vw,47px);margin:11px 0}.page-hero p{font-size:13px;line-height:1.85;color:#8e8a86;max-width:700px}.md-section{padding:68px 0}
.listing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.listing-card{background:#0d0d0d;border:1px solid #272727;border-radius:10px;padding:18px;min-height:255px;display:flex;flex-direction:column}.listing-card .thumb{width:100%;aspect-ratio:16/10;object-fit:cover;border-radius:7px;margin-bottom:13px}.listing-card h2{font-size:17px;margin:14px 0 7px}.listing-card p{font-size:11px;line-height:1.8;color:#7f7b77}.price{font:800 15px Arial;margin-top:auto;padding-top:13px}.price span{font-size:8px;color:#777}.card-actions{display:flex;gap:7px;margin-top:12px}
.detail{display:grid;grid-template-columns:1.1fr .9fr;gap:40px;align-items:start}.detail h1{font-family:"Thmanyah Display";font-size:clamp(31px,3.7vw,46px)}.detail p{font-size:13px;line-height:1.95;color:#98948f}.detail-box{background:#0d0d0d;border:1px solid #282828;border-radius:10px;padding:20px}
.prompt-copy-box{margin-bottom:18px;border:1px solid #292929;border-radius:9px;overflow:hidden;background:#080808}.prompt-copy-head{display:flex;align-items:center;justify-content:space-between;padding:10px 11px;border-bottom:1px solid #222}.prompt-copy-head>span{font-family:"Thmanyah Sans";font-size:9px;color:#888}.copy-prompt-btn{background:var(--red);border:0;color:white;border-radius:6px;padding:7px 9px;font-family:"Thmanyah Sans";font-size:9px;font-weight:700;cursor:pointer}.copy-prompt-btn.copied{background:#277848}.prompt-code{margin:0;padding:15px;white-space:pre-wrap;word-break:break-word;direction:ltr;text-align:left;unicode-bidi:plaintext;max-height:420px;overflow:auto;font:11px/1.8 ui-monospace,SFMono-Regular,Menlo,monospace;color:#e6e3df}.copy-status{font-size:9px;color:#5cc77c;padding:0 11px}.copy-status:not(:empty){padding-block:7px;border-top:1px solid #202020}
.work-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.work-item{margin:0;position:relative;border-radius:10px;overflow:hidden;border:1px solid #272727}.work-item img{width:100%;aspect-ratio:4/5;object-fit:cover;display:block}.work-item figcaption{position:absolute;right:10px;left:10px;bottom:10px;background:rgba(8,8,8,.88);border:1px solid #292929;border-radius:7px;padding:10px 11px;display:flex;justify-content:space-between}.work-item figcaption b{font-size:11px}.work-item figcaption span{font-size:8px;color:#777}
.md-books{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.md-book-cover{aspect-ratio:4/5;border-radius:9px;background:linear-gradient(145deg,#171717,#0b0b0b);border:1px solid #303030;margin-bottom:14px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px}.md-book-cover span{font:700 8px Arial;letter-spacing:.2em;color:#777}.md-book-cover b{font:900 22px Arial;color:var(--red)}.md-book h3{font-size:17px;margin:8px 0}.md-book p{font-size:11px;color:#807c78;line-height:1.7}.md-book a{font-family:"Thmanyah Sans";font-size:9px}
.article-list{border-top:1px solid #272727}.article-row{display:grid;grid-template-columns:42px 1fr 65px 22px;gap:12px;align-items:center;padding:18px 0;border-bottom:1px solid #242424}.article-row>span{font:700 8px Arial;color:var(--red)}.article-row h3{font-size:15px;margin:0}.article-row time{font-size:8px;color:#777}.article-row b{color:var(--red)}
.prose{max-width:800px}.prose h1{font-size:clamp(31px,3.7vw,46px)}.prose p{font-size:14px;line-height:2;color:#a49f9a}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:30px}.contact-card{background:#0d0d0d;border:1px solid #292929;border-radius:10px;padding:20px}.contact-card input,.contact-card textarea{width:100%;box-sizing:border-box;background:#080808;border:1px solid #303030;color:white;padding:10px;border-radius:7px;margin:5px 0 11px;font:inherit;font-size:11px}.contact-card textarea{min-height:125px}
footer{border-top:1px solid #222;padding:29px 0 36px}.footer-grid{display:grid;grid-template-columns:1fr auto;gap:18px;align-items:center}.footer-grid p,.footer-grid small{margin:0;color:#666;font-size:9px}.footer-links{display:flex;gap:13px;font-size:9px;color:#888}.footer-grid small{grid-column:1/-1}
.reveal{opacity:0;transform:translateY(10px);transition:opacity .55s ease,transform .55s ease}.reveal.show{opacity:1;transform:none}

@media(max-width:920px){.nav-links{display:none}.menu-btn{display:block}.nav .btn-small{display:none}.nav-links.open{display:flex;position:absolute;top:68px;right:14px;left:14px;flex-direction:column;background:#0d0d0d;border:1px solid #292929;border-radius:9px;padding:13px}.z-prompt-grid{grid-template-columns:1fr 1fr}.z-mini-grid{grid-template-columns:1fr}.listing-grid{grid-template-columns:1fr 1fr}.detail,.contact-grid{grid-template-columns:1fr}}
@media(max-width:620px){.container{width:calc(100% - 26px)}.nav{height:64px}.brand{font-size:11px}.brand-mark{width:27px;height:27px}.z-hero{padding:96px 0 52px}.z-hero h1{font-size:30px;line-height:1.17}.z-hero p{font-size:12px;line-height:1.85}.z-section{padding:52px 0}.z-head{align-items:flex-start;flex-direction:column}.z-head h2{font-size:24px}.z-prompt-grid{grid-template-columns:1fr}.z-prompt-card{min-height:190px;padding:16px}.z-prompt-card h3{font-size:16px}.z-mini-card{min-height:150px}.z-final{padding:68px 0 76px}.z-final h2{font-size:26px}.btn{padding:9px 13px}.page-hero{padding:96px 0 40px}.page-hero h1{font-size:28px}.listing-grid,.work-grid,.md-books{grid-template-columns:1fr}.article-row{grid-template-columns:32px 1fr 20px}.article-row time{display:none}.footer-grid{grid-template-columns:1fr}}


/* ===== V6 FINAL MOBILE TYPOGRAPHY FIX ===== */
@media(max-width:620px){
  body{
    font-family:"Thmanyah Text","Thmanyah Sans",Tahoma,sans-serif !important;
  }

  .nav{height:62px !important}
  .nav-wrap{min-height:62px !important}
  .brand{font-size:10.5px !important}
  .brand-mark{width:26px !important;height:26px !important;font-size:12px !important}

  .z-hero{
    padding:86px 0 44px !important;
    min-height:0 !important;
  }
  .z-hero-copy{
    max-width:100% !important;
  }
  .z-kicker{
    font-size:8px !important;
    line-height:1.4 !important;
    margin-bottom:8px !important;
  }
  .z-hero h1{
    font-family:"Thmanyah Display","Thmanyah Text",serif !important;
    font-size:25px !important;
    line-height:1.22 !important;
    margin:8px 0 14px !important;
    max-width:100% !important;
    word-break:normal !important;
    overflow-wrap:normal !important;
  }
  .z-hero h1 em{
    display:inline !important;
  }
  .z-hero p{
    font-size:10.5px !important;
    line-height:1.9 !important;
    margin:0 0 18px !important;
    max-width:100% !important;
  }
  .z-hero .btn{
    width:auto !important;
    min-height:38px !important;
    padding:9px 14px !important;
    font-size:10px !important;
  }

  .z-section{
    padding:42px 0 !important;
  }
  .z-head{
    margin-bottom:18px !important;
    gap:10px !important;
  }
  .z-head h2{
    font-family:"Thmanyah Display","Thmanyah Text",serif !important;
    font-size:21px !important;
    line-height:1.25 !important;
    margin:6px 0 0 !important;
  }
  .z-more{
    font-size:9px !important;
  }

  .z-prompt-grid{
    display:grid !important;
    grid-template-columns:1fr !important;
    gap:10px !important;
  }
  .z-prompt-card{
    display:flex !important;
    flex-direction:column !important;
    min-height:0 !important;
    padding:16px !important;
    border:1px solid #2b2b2b !important;
    background:#0c0c0c !important;
    border-radius:10px !important;
  }
  .z-prompt-meta{
    display:flex !important;
    justify-content:space-between !important;
    align-items:center !important;
    font-size:8px !important;
    margin-bottom:14px !important;
  }
  .z-prompt-card h3{
    font-family:"Thmanyah Text","Thmanyah Sans",sans-serif !important;
    font-size:15px !important;
    line-height:1.4 !important;
    margin:0 0 8px !important;
  }
  .z-prompt-card p{
    font-size:10px !important;
    line-height:1.75 !important;
    margin:0 0 14px !important;
  }
  .z-prompt-card a{
    font-size:9px !important;
    margin-top:0 !important;
  }

  .z-mini-grid{
    gap:9px !important;
  }
  .z-mini-card{
    min-height:130px !important;
    padding:15px !important;
  }
  .z-mini-card h3{
    font-size:14px !important;
    margin:20px 0 6px !important;
  }
  .z-mini-card p{
    font-size:9.5px !important;
  }

  .z-final{
    padding:58px 0 66px !important;
  }
  .z-final h2{
    font-size:22px !important;
    line-height:1.25 !important;
    margin:9px 0 18px !important;
  }

  .page-hero{
    padding:88px 0 34px !important;
  }
  .page-hero h1{
    font-size:24px !important;
    line-height:1.25 !important;
  }
  .page-hero p{
    font-size:10px !important;
    line-height:1.85 !important;
  }

  .listing-card h2{font-size:14px !important}
  .listing-card p{font-size:9.5px !important}
  .detail h1{font-size:24px !important;line-height:1.25 !important}
  .detail p{font-size:10.5px !important}
  .prompt-code{font-size:10px !important}
  .copy-prompt-btn{font-size:8.5px !important}
}


/* ===== V7 ULTRA CLEAN HOME ===== */
.clean-hero{
  min-height:78vh;
  display:flex;
  align-items:center;
  padding:120px 0 70px;
  border-bottom:1px solid #202020;
  background:
    radial-gradient(circle at 78% 28%,rgba(229,30,43,.14),transparent 24%),
    linear-gradient(180deg,#080808,#070707);
}
.clean-hero-inner{max-width:760px}
.clean-kicker{font:700 9px/1 "Thmanyah Sans",Arial;color:#7f7b77;letter-spacing:.12em}
.clean-hero h1{
  font-family:"Thmanyah Display","Thmanyah Text",serif;
  font-size:clamp(42px,5vw,68px);
  line-height:1.08;
  margin:18px 0 14px;
}
.clean-hero h1 em{font-style:normal;color:var(--red)}
.clean-hero p{font-size:13px;color:#8c8884;margin:0 0 24px}

.clean-feature{padding:22px 0 70px}
.clean-feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}
.clean-feature-card{
  min-height:120px;
  border:1px solid #252525;
  border-radius:10px;
  padding:16px;
  display:grid;
  grid-template-columns:1fr auto;
  grid-template-rows:auto 1fr;
  background:#0b0b0b;
}
.clean-feature-card span{font:700 8px Arial;color:var(--red)}
.clean-feature-card strong{align-self:end;font:700 16px "Thmanyah Sans"}
.clean-feature-card b{grid-column:2;grid-row:1/3;align-self:end;color:#777;font-size:18px}

.clean-prompts{padding:64px 0;border-top:1px solid #202020}
.clean-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:18px}
.clean-head span,.clean-head a{font:700 9px "Thmanyah Sans";color:#85817d}
.clean-prompt-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}
.clean-prompt-card{
  min-height:210px;
  border:1px solid #262626;
  border-radius:10px;
  background:
    linear-gradient(180deg,rgba(255,255,255,.015),transparent),
    #0c0c0c;
  padding:18px;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
}
.clean-prompt-top{display:flex;justify-content:space-between;font:700 8px Arial;color:#777}
.clean-prompt-top span{color:var(--red)}
.clean-prompt-card h2{
  font-family:"Thmanyah Display";
  font-size:20px;
  line-height:1.25;
  margin:0;
  max-width:90%;
}

.clean-final{
  padding:90px 0 100px;
  text-align:center;
  border-top:1px solid #202020;
  background:radial-gradient(circle at 50% 100%,rgba(229,30,43,.08),transparent 32%);
}
.clean-final>div>span{font:700 9px "Thmanyah Sans";color:#777}
.clean-final h2{
  font-family:"Thmanyah Display";
  font-size:clamp(30px,3.7vw,46px);
  line-height:1.12;
  margin:12px 0 20px
}
.clean-final h2 em{font-style:normal;color:var(--red)}

@media(max-width:620px){
  .clean-hero{
    min-height:auto;
    padding:98px 0 54px;
  }
  .clean-hero h1{
    font-size:30px !important;
    line-height:1.16 !important;
    margin:12px 0 10px !important;
  }
  .clean-hero p{
    font-size:10.5px !important;
    margin-bottom:18px !important;
  }
  .clean-feature{padding:14px 0 48px}
  .clean-feature-grid{grid-template-columns:1fr}
  .clean-feature-card{
    min-height:82px;
    padding:14px;
  }
  .clean-feature-card strong{font-size:14px}
  .clean-prompts{padding:46px 0}
  .clean-prompt-grid{grid-template-columns:1fr}
  .clean-prompt-card{min-height:130px;padding:15px}
  .clean-prompt-card h2{font-size:16px}
  .clean-final{padding:66px 0 72px}
  .clean-final h2{font-size:25px}
}
