/*
Theme Name: JOKWAT Holdings Sovereign Corporate Theme
Theme URI: https://jokwatholdings.com/
Author: JOKWAT Holdings LLC
Author URI: https://jokwatholdings.com/
Description: Institutional WordPress block theme for JOKWAT Holdings LLC. Built for corporate credibility, accessibility, performance, legal-identity consistency, and compatibility with the JOKWAT Holdings Sovereign Corporate OS.
Version: 1.0.0
Requires at least: 6.5
Tested up to: 6.8
Requires PHP: 8.0
Text Domain: jokwat-holdings-sovereign-theme
Tags: block-patterns, full-site-editing, accessibility-ready, custom-logo, editor-style, wide-blocks
License: Proprietary
*/

:root{
  --jh-navy-950:#07131f;
  --jh-navy-900:#0b1f33;
  --jh-navy-800:#12304a;
  --jh-slate-900:#17212b;
  --jh-slate-700:#3a4856;
  --jh-slate-500:#647383;
  --jh-platinum:#d8dde3;
  --jh-silver:#eef1f4;
  --jh-surface:#ffffff;
  --jh-surface-soft:#f6f8fa;
  --jh-green-800:#1f4b3c;
  --jh-green-700:#2b5d4b;
  --jh-green-100:#e6efe9;
  --jh-text:#17212b;
  --jh-muted:#5f6b77;
  --jh-border:#dce2e8;
  --jh-shadow:0 18px 50px rgba(7,19,31,.10);
  --jh-radius:18px;
  --jh-max:1200px;
}

html{scroll-behavior:smooth}
body:not(.jhso-authoritative){margin:0;background:var(--jh-surface);color:var(--jh-text);font-family:Inter,Roboto,"Helvetica Neue",Arial,sans-serif;line-height:1.65;-webkit-font-smoothing:antialiased}
body:not(.jhso-authoritative) *{box-sizing:border-box}
body:not(.jhso-authoritative) a{color:var(--jh-green-800);text-underline-offset:3px}
body:not(.jhso-authoritative) a:hover{color:var(--jh-navy-900)}
body:not(.jhso-authoritative) :focus-visible{outline:3px solid #7ca18d;outline-offset:3px;border-radius:4px}
body:not(.jhso-authoritative) img{max-width:100%;height:auto}
body:not(.jhso-authoritative) .wp-site-blocks{padding:0}
body:not(.jhso-authoritative) .jh-theme-shell{min-height:100vh;display:flex;flex-direction:column}
body:not(.jhso-authoritative) main{flex:1}

.jh-theme-header{background:rgba(7,19,31,.98);color:#fff;border-bottom:1px solid rgba(255,255,255,.10);position:relative;z-index:20}
.jh-theme-header .wp-block-group{max-width:var(--jh-max);margin:0 auto;padding:18px 24px}
.jh-theme-brand{display:flex;align-items:center;gap:12px;text-decoration:none!important;color:#fff!important}
.jh-theme-mark{width:42px;height:42px;border:1px solid rgba(216,221,227,.45);display:grid;place-items:center;border-radius:10px;font-weight:800;letter-spacing:.04em;background:linear-gradient(145deg,#12304a,#07131f);box-shadow:inset 0 0 0 1px rgba(255,255,255,.04)}
.jh-theme-brand-copy strong{display:block;font-size:15px;letter-spacing:.16em}
.jh-theme-brand-copy small{display:block;color:#bfc9d2;font-size:10px;letter-spacing:.20em;margin-top:2px}
.jh-theme-header nav a{color:#e8edf2!important;text-decoration:none!important;font-size:14px;font-weight:600}
.jh-theme-header nav a:hover{color:#fff!important}

.jh-theme-main{max-width:var(--jh-max);margin:0 auto;width:100%;padding:70px 24px 90px}
.jh-theme-main.jh-theme-wide{max-width:none;padding:0}
.jh-theme-title{font-size:clamp(2.2rem,5vw,4.5rem);line-height:1.04;letter-spacing:-.045em;color:var(--jh-navy-950);margin:0 0 22px}
.jh-theme-kicker{font-size:.75rem;text-transform:uppercase;letter-spacing:.20em;color:var(--jh-green-700);font-weight:800;margin-bottom:14px}
.jh-theme-card{background:#fff;border:1px solid var(--jh-border);border-radius:var(--jh-radius);box-shadow:var(--jh-shadow);padding:28px}
.jh-theme-meta{color:var(--jh-muted);font-size:.9rem}
.jh-theme-divider{border:0;border-top:1px solid var(--jh-border);margin:34px 0}

.jh-theme-footer{background:var(--jh-navy-950);color:#dce5ec;margin-top:auto}
.jh-theme-footer .jh-footer-inner{max-width:var(--jh-max);margin:0 auto;padding:56px 24px 28px}
.jh-theme-footer a{color:#f4f7f9!important;text-decoration:none}
.jh-theme-footer a:hover{text-decoration:underline}
.jh-theme-footer h2,.jh-theme-footer h3{color:#fff}
.jh-theme-footer .jh-footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:40px}
.jh-theme-footer .jh-footer-legal{border-top:1px solid rgba(255,255,255,.12);margin-top:38px;padding-top:22px;display:flex;justify-content:space-between;gap:24px;flex-wrap:wrap;font-size:.82rem;color:#b8c4ce}

.jh-fallback-hero{background:linear-gradient(135deg,var(--jh-navy-950),var(--jh-navy-800));color:#fff;padding:104px 24px}
.jh-fallback-hero>div{max-width:var(--jh-max);margin:0 auto}
.jh-fallback-hero h1{font-size:clamp(2.6rem,6vw,5.5rem);line-height:1;letter-spacing:-.05em;max-width:900px;margin:0 0 24px;color:#fff}
.jh-fallback-hero p{font-size:1.16rem;color:#dce5ec;max-width:760px}
.jh-fallback-band{padding:72px 24px;background:var(--jh-surface-soft)}
.jh-fallback-band>div{max-width:var(--jh-max);margin:0 auto}
.jh-fallback-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.jh-fallback-grid .jh-theme-card h3{color:var(--jh-navy-900);margin-top:8px}

.wp-block-query .wp-block-post{border-bottom:1px solid var(--jh-border);padding-bottom:28px;margin-bottom:32px}
.wp-block-post-title a{color:var(--jh-navy-950)!important;text-decoration:none}
.wp-block-post-title a:hover{text-decoration:underline}
.wp-block-button__link{border-radius:10px!important;font-weight:700!important}

@media(max-width:900px){
  .jh-theme-footer .jh-footer-grid,.jh-fallback-grid{grid-template-columns:1fr}
  .jh-theme-header .wp-block-navigation__responsive-container-open{color:#fff}
  .jh-theme-header .wp-block-navigation__responsive-container.is-menu-open{background:var(--jh-navy-950);color:#fff;padding:24px}
  .jh-theme-main{padding-top:48px}
}
@media(max-width:600px){
  .jh-theme-header .wp-block-group{padding:15px 18px}
  .jh-theme-main{padding:38px 18px 64px}
  .jh-fallback-hero{padding:72px 18px}
  .jh-fallback-band{padding:54px 18px}
  .jh-theme-footer .jh-footer-inner{padding:44px 18px 24px}
}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{scroll-behavior:auto!important;transition:none!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
