/* Inner page / blog production system */
.skhp-inner-main{background:
  radial-gradient(circle at 85% 0,rgba(214,166,83,.08),transparent 30%),
  linear-gradient(180deg,#080a0a 0,#050707 60%);min-height:65vh;padding-bottom:78px}
.skhp-page-hero{position:relative;isolation:isolate;min-height:310px;display:flex;align-items:flex-end;overflow:hidden;border-bottom:1px solid var(--skhp-line-soft)}
.skhp-page-hero__media{position:absolute;inset:0;z-index:-3;width:100%;height:100%!important;object-fit:cover;filter:brightness(.34) saturate(.75)}
.skhp-page-hero__shade{position:absolute;inset:0;z-index:-2;background:linear-gradient(90deg,rgba(2,4,4,.95),rgba(2,4,4,.68) 58%,rgba(2,4,4,.38)),linear-gradient(0deg,#080a0a 0,transparent 55%)}
.skhp-page-hero__inner{padding:86px 0 48px}
.skhp-page-hero h1{font-family:var(--skhp-serif);font-size:clamp(38px,5vw,67px);line-height:1.04;letter-spacing:-.025em;color:#fff;margin:9px 0 0;max-width:920px}
.skhp-page-hero p{max-width:700px;color:#c1c2be;font-size:16px;line-height:1.7;margin:15px 0 0}
.skhp-breadcrumb{display:flex;flex-wrap:wrap;align-items:center;gap:8px;color:#8f928e;font-size:12px}
.skhp-breadcrumb a{color:#c8c8c2}
.skhp-breadcrumb a:hover{color:var(--skhp-gold-2)}
.skhp-breadcrumb span[aria-current="page"]{color:var(--skhp-gold-2);max-width:560px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}

.skhp-content-shell{padding-top:58px}
.skhp-prose{max-width:900px;margin-inline:auto;color:#d4d5d0;font-size:17px;line-height:1.85}
.skhp-prose>*:first-child{margin-top:0}
.skhp-prose h2,.skhp-prose h3,.skhp-prose h4{font-family:var(--skhp-serif);color:#fff;line-height:1.2;scroll-margin-top:100px}
.skhp-prose h2{font-size:34px;margin:44px 0 16px}
.skhp-prose h3{font-size:26px;margin:34px 0 13px}
.skhp-prose h4{font-size:21px;margin:28px 0 10px}
.skhp-prose p{margin:0 0 20px}
.skhp-prose a{color:var(--skhp-gold-2);text-decoration:underline;text-decoration-color:rgba(240,204,132,.35);text-underline-offset:3px}
.skhp-prose ul,.skhp-prose ol{margin:0 0 24px;padding-left:24px}
.skhp-prose li{margin:7px 0}
.skhp-prose blockquote{margin:32px 0;padding:22px 26px;border-left:3px solid var(--skhp-gold);background:#0e1111;color:#ece6da;font-family:var(--skhp-serif);font-size:20px}
.skhp-prose table{width:100%;display:block;overflow-x:auto;border-collapse:collapse;margin:28px 0}
.skhp-prose th,.skhp-prose td{padding:13px 15px;border:1px solid var(--skhp-line-soft);min-width:130px}
.skhp-prose th{background:#121515;color:var(--skhp-gold-2);text-align:left}
.skhp-prose pre{overflow:auto;background:#0d1010;border:1px solid var(--skhp-line-soft);padding:18px}
.skhp-prose figure{margin:30px 0}
.skhp-prose figcaption{color:#858884;font-size:12px;text-align:center;margin-top:8px}

/* Archive cards */
.skhp-archive-head{display:flex;justify-content:space-between;align-items:end;gap:24px;margin-bottom:30px}
.skhp-archive-head h2{font-family:var(--skhp-serif);font-size:35px;color:#fff;margin:4px 0 0}
.skhp-archive-head p{max-width:540px;color:#929590;line-height:1.6;margin:0}
.skhp-post-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}
.skhp-post-card{display:flex;flex-direction:column;min-width:0;background:linear-gradient(180deg,#101313,#090b0b);border:1px solid var(--skhp-line-soft);overflow:hidden;box-shadow:0 18px 46px rgba(0,0,0,.2);transition:.25s ease}
.skhp-post-card:hover{transform:translateY(-4px);border-color:rgba(214,166,83,.38)}
.skhp-post-card__media{position:relative;display:block;aspect-ratio:16/10;overflow:hidden;background:#121515}
.skhp-post-card__media img{width:100%;height:100%!important;object-fit:cover;transition:.35s ease}
.skhp-post-card:hover .skhp-post-card__media img{transform:scale(1.035)}
.skhp-post-card__placeholder{position:absolute;inset:0;background:radial-gradient(circle at 30% 20%,rgba(214,166,83,.22),transparent 34%),linear-gradient(135deg,#151818,#080a0a)}
.skhp-post-card__body{display:flex;flex-direction:column;flex:1;padding:20px}
.skhp-post-card__meta{display:flex;flex-wrap:wrap;gap:8px 12px;color:#848783;font-size:10px;text-transform:uppercase;letter-spacing:.08em;margin-bottom:10px}
.skhp-post-card__meta a{color:var(--skhp-gold-2)}
.skhp-post-card h3{font-family:var(--skhp-serif);font-size:23px;line-height:1.2;margin:0 0 11px}
.skhp-post-card h3 a{color:#fff}
.skhp-post-card p{color:#aeb0ac;font-size:13px;line-height:1.65;margin:0 0 18px}
.skhp-post-card__more{margin-top:auto;color:var(--skhp-gold-2);font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.07em}
.skhp-pagination{margin-top:38px}
.skhp-pagination .nav-links{display:flex;flex-wrap:wrap;gap:7px;justify-content:center}
.skhp-pagination .page-numbers{min-width:42px;height:42px;display:grid;place-items:center;border:1px solid var(--skhp-line-soft);background:#0c0f0f;color:#cfd0cb;padding:0 12px}
.skhp-pagination .page-numbers.current,.skhp-pagination .page-numbers:hover{background:var(--skhp-gold);border-color:var(--skhp-gold);color:#151109}
.skhp-empty{padding:45px;border:1px solid var(--skhp-line-soft);background:#0c0f0f;text-align:center}
.skhp-empty h2{font-family:var(--skhp-serif);font-size:32px;color:#fff}
.skhp-empty p{color:#a5a7a3}

/* Search */
.skhp-search-form{display:flex;max-width:680px;margin:26px auto 0;border:1px solid rgba(214,166,83,.34);background:#0b0e0e}
.skhp-search-form input{flex:1;min-width:0;height:52px;padding:0 17px;border:0;background:transparent;color:#fff;box-shadow:none}
.skhp-search-form input:focus{outline:0;background:#0e1111}
.skhp-search-form button{width:120px;border:0;background:linear-gradient(90deg,#c8933e,var(--skhp-gold-2));color:#17120b;font-weight:800;text-transform:uppercase;font-size:11px;cursor:pointer}

/* Single post */
.skhp-single-layout{display:grid;grid-template-columns:minmax(0,820px) minmax(250px,330px);gap:58px;align-items:start}
.skhp-single-header{margin-bottom:28px}
.skhp-single-header h1{font-family:var(--skhp-serif);font-size:clamp(39px,5vw,62px);line-height:1.05;color:#fff;margin:14px 0 17px}
.skhp-single-meta{display:flex;flex-wrap:wrap;gap:10px 18px;color:#929490;font-size:12px}
.skhp-single-meta a{color:var(--skhp-gold-2)}
.skhp-single-featured{margin:0 0 36px;border:1px solid var(--skhp-line-soft);overflow:hidden}
.skhp-single-featured img{display:block;width:100%;height:auto}
.skhp-single-aside{position:sticky;top:96px;display:grid;gap:18px}
.skhp-side-card{padding:22px;background:linear-gradient(180deg,#101313,#090b0b);border:1px solid var(--skhp-line-soft)}
.skhp-side-card h3{font-family:var(--skhp-serif);color:#fff;font-size:21px;margin:0 0 14px}
.skhp-side-card ul{list-style:none;margin:0;padding:0}
.skhp-side-card li{padding:9px 0;border-bottom:1px solid rgba(255,255,255,.05)}
.skhp-side-card li:last-child{border-bottom:0}
.skhp-side-card a{color:#c8cac5;font-size:13px}
.skhp-side-card a:hover{color:var(--skhp-gold-2)}
.skhp-author-card p{color:#a8aaa6;font-size:13px;line-height:1.65;margin:0}
.skhp-post-nav{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:48px;border-top:1px solid var(--skhp-line-soft);padding-top:25px}
.skhp-post-nav a{display:block;padding:18px;border:1px solid var(--skhp-line-soft);background:#0b0e0e;color:#d7d8d3}
.skhp-post-nav a:hover{border-color:var(--skhp-line);color:var(--skhp-gold-2)}
.skhp-related{margin-top:60px}
.skhp-related h2{font-family:var(--skhp-serif);font-size:34px;color:#fff;margin:0 0 22px}

/* CTA */
.skhp-contact-cta{position:relative;overflow:hidden;margin-top:70px;border:1px solid rgba(214,166,83,.25);background:
  radial-gradient(circle at 90% 20%,rgba(214,166,83,.14),transparent 35%),
  linear-gradient(125deg,#111414,#080a0a);box-shadow:var(--skhp-shadow)}
.skhp-contact-cta__inner{display:grid;grid-template-columns:1fr auto;gap:30px;align-items:center;padding:38px}
.skhp-contact-cta h2{font-family:var(--skhp-serif);font-size:36px;line-height:1.12;color:#fff;margin:5px 0 9px}
.skhp-contact-cta p{color:#aeb0ac;margin:0;max-width:710px;line-height:1.65}
.skhp-contact-cta__actions{display:flex;gap:10px;flex-wrap:wrap;justify-content:flex-end}

/* 404 */
.skhp-404{text-align:center;padding:110px 0 90px}
.skhp-404__code{font-family:var(--skhp-serif);font-size:clamp(110px,20vw,240px);line-height:.78;color:transparent;-webkit-text-stroke:1px rgba(240,204,132,.45);opacity:.8}
.skhp-404 h1{font-family:var(--skhp-serif);font-size:42px;color:#fff;margin:28px 0 12px}
.skhp-404>p{max-width:680px;margin:0 auto;color:#a7a9a5;line-height:1.7}
.skhp-404__links{display:flex;justify-content:center;gap:10px;flex-wrap:wrap;margin-top:28px}
@media(prefers-reduced-motion:no-preference){.skhp-observe{opacity:0;transform:translateY(12px);transition:opacity .55s ease,transform .55s ease}.skhp-observe.is-visible{opacity:1;transform:none}}
/* WordPress comments inherit the cinema surface when enabled. */
.comments-area{max-width:900px;margin:55px auto 0;color:#cfd0cb}.comments-title,.comment-reply-title{font-family:var(--skhp-serif);color:#fff}.comment-list{list-style:none;margin:0;padding:0}.comment-body{padding:20px;margin-bottom:12px;background:#0c0f0f;border:1px solid var(--skhp-line-soft)}.comment-content a,.comment-reply-link{color:var(--skhp-gold-2)}.comment-form input,.comment-form textarea{width:100%;background:#0b0e0e;border:1px solid var(--skhp-line-soft);color:#fff;padding:12px}.comment-form .submit{width:auto;background:var(--skhp-gold);color:#151109;border:0;font-weight:800;cursor:pointer}
/* Common page/form surfaces */
.skhp-prose input[type="text"],.skhp-prose input[type="email"],.skhp-prose input[type="tel"],.skhp-prose input[type="url"],.skhp-prose input[type="number"],.skhp-prose input[type="date"],.skhp-prose select,.skhp-prose textarea{width:100%;border:1px solid var(--skhp-line-soft);background:#0b0e0e;color:#fff;padding:12px 14px;border-radius:2px;box-shadow:none}.skhp-prose input:focus,.skhp-prose select:focus,.skhp-prose textarea:focus{border-color:var(--skhp-gold);outline:0}.skhp-prose button,.skhp-prose input[type="submit"]{background:linear-gradient(90deg,#c8933e,var(--skhp-gold-2));color:#17120b;border:0;padding:13px 20px;font-weight:800;cursor:pointer}
