/*
Theme Name: California Wrongful Termination Law Review
Theme URI: https://wrongfulterminationlawreview.com
Author: Law Offices of Jonathan J. Delshad, PC
Description: Block theme for the California Wrongful Termination Law Review — a scholarly, analysis-led publication on California wrongful-termination and employment law. Built from the Claude Design handoff. Cases are regular posts; the single-post template is the case-article spine.
Version: 0.1.0
Requires at least: 6.4
Requires PHP: 7.4
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: cwtlr
*/

/* ============================================================
   DESIGN TOKENS (mirror of theme.json palette/type/spacing)
   ============================================================ */
:root{
  --cwt-paper:#f8f4ec; --cwt-paper-alt:#f1ebdf; --cwt-surface:#fff;
  --cwt-ink:#1e1813; --cwt-ink2:#211a16; --cwt-ink-soft:#34302a; --cwt-ink-muted:#857c6f;
  --cwt-line:#e7ddcc; --cwt-line2:#e3d8c5;
  --cwt-oxblood:#73202f; --cwt-oxblood-deep:#5c1a26; --cwt-oxblood-tint:#f4e7df; --cwt-oxblood-edge:#e2c8bb;
  --cwt-brass:#b08a4f;
  --cwt-affirmed:#2f5d3a; --cwt-remanded:#7a5a1c; --cwt-reversed:#8f2230;
  --cwt-serif:"Newsreader",Georgia,"Times New Roman",serif;
  --cwt-sans:"IBM Plex Sans",system-ui,-apple-system,sans-serif;
  --cwt-wide:1120px; --cwt-content:740px;
  --cwt-pad:clamp(20px,4vw,40px);
}

/* ============================================================
   BASE
   ============================================================ */
*{box-sizing:border-box;}
html{scroll-behavior:smooth;}
body.wp-site-blocks,body{margin:0;background:var(--cwt-paper);color:var(--cwt-ink);
  font-family:var(--cwt-sans);font-size:18px;line-height:1.6;-webkit-font-smoothing:antialiased;}
::selection{background:var(--cwt-oxblood);color:#f8e9df;}
a{text-decoration:none;color:inherit;}
img{max-width:100%;height:auto;}
h1,h2,h3{font-family:var(--cwt-serif);font-weight:600;color:var(--cwt-ink);}

.cwt-wrap{max-width:var(--cwt-wide);margin:0 auto;padding-left:var(--cwt-pad);padding-right:var(--cwt-pad);}

/* ============================================================
   HEADER
   ============================================================ */
.cwt-header{position:sticky;top:0;z-index:20;background:rgba(248,244,236,.94);
  backdrop-filter:saturate(140%) blur(8px);border-bottom:1px solid var(--cwt-line2);}
.cwt-header__inner{display:flex;align-items:center;justify-content:space-between;gap:20px;
  flex-wrap:wrap;padding-top:14px;padding-bottom:14px;}
.cwt-logo{display:flex;align-items:center;gap:13px;}
.cwt-logo__tile{width:34px;height:34px;background:var(--cwt-oxblood);border-radius:4px;display:flex;
  align-items:center;justify-content:center;color:#f8e4d6;font-family:var(--cwt-serif);font-weight:600;font-size:18px;flex:none;}
.cwt-logo__name{font-family:var(--cwt-serif);font-weight:600;font-size:18px;color:var(--cwt-ink2);line-height:1.05;}
.cwt-logo__sub{font-size:10.5px;letter-spacing:.13em;text-transform:uppercase;color:#9a6b5e;font-weight:600;margin-top:1px;}
.cwt-nav{display:flex;align-items:center;gap:clamp(14px,2vw,28px);font-size:14.5px;font-weight:500;color:#3f3a32;flex-wrap:wrap;}
.cwt-nav a:hover{color:var(--cwt-oxblood);}

/* shared maroon button */
.cwt-btn{display:inline-flex;align-items:center;gap:7px;font-family:var(--cwt-sans);font-size:13.5px;font-weight:600;
  color:#fff;background:var(--cwt-oxblood);border:0;padding:9px 15px;border-radius:6px;cursor:pointer;}
.cwt-btn:hover{background:var(--cwt-oxblood-deep);}

/* ============================================================
   HERO INFOGRAPHIC (featured image, 16:9)
   ============================================================ */
.cwt-hero{padding-top:clamp(24px,3vw,36px);}
.cwt-hero__frame{aspect-ratio:16/9;width:100%;border-radius:12px;border:1px solid var(--cwt-oxblood-edge);
  overflow:hidden;background:linear-gradient(135deg,#7a2230 0%,#3a0f18 100%);}
.cwt-hero__frame img{width:100%;height:100%;object-fit:cover;display:block;}

/* ============================================================
   SINGLE CASE ARTICLE
   ============================================================ */
.cwt-article{display:grid;grid-template-columns:minmax(0,1fr) 232px;gap:clamp(32px,4vw,56px);
  align-items:start;padding-top:clamp(28px,4vw,44px);padding-bottom:clamp(48px,6vw,80px);}
.cwt-main{min-width:0;max-width:var(--cwt-content);}
.cwt-rail{position:sticky;top:84px;display:flex;flex-direction:column;gap:18px;}
@media (max-width:880px){
  .cwt-article{grid-template-columns:1fr;}
  .cwt-rail{display:none;}
}

.cwt-breadcrumb{font-size:13px;color:#9a8f7e;margin-bottom:18px;}
.cwt-breadcrumb a{color:var(--cwt-oxblood);font-weight:500;}
.cwt-breadcrumb .sep{margin:0 8px;color:#cabda6;}

.cwt-eyebrow{font-size:12.5px;letter-spacing:.16em;text-transform:uppercase;color:#9a6b5e;font-weight:600;margin-bottom:14px;}
.cwt-main h1,.cwt-casename{font-family:var(--cwt-serif);font-weight:600;
  font-size:clamp(32px,4.6vw,52px);line-height:1.05;letter-spacing:-.015em;color:var(--cwt-ink);margin:0 0 18px;}
.cwt-citation{font-family:var(--cwt-serif);font-size:clamp(17px,2vw,21px);color:#4a443b;line-height:1.4;margin-bottom:6px;}
.cwt-courtyear{font-size:15px;color:var(--cwt-ink-muted);}

/* status row + standing caution */
.cwt-statusrow{display:flex;flex-wrap:wrap;gap:12px;margin:26px 0 0;align-items:stretch;}
.cwt-status{display:flex;align-items:center;gap:11px;border:1px solid #d8cbb4;background:#fff;border-radius:9px;padding:13px 16px;}
.cwt-status__tile{width:30px;height:30px;border-radius:7px;background:#f1ece1;display:flex;align-items:center;
  justify-content:center;color:var(--cwt-oxblood);font-size:15px;flex:none;}
.cwt-status__label{font-size:11px;letter-spacing:.1em;text-transform:uppercase;color:#9a8f7e;font-weight:600;}
.cwt-status__val{font-size:14px;font-weight:700;color:var(--cwt-ink2);line-height:1.2;margin-top:2px;}
.cwt-caution{flex:1;min-width:280px;display:flex;align-items:flex-start;gap:11px;border:1px solid #e2d2bb;
  background:#faf4e8;border-radius:9px;padding:13px 16px;font-size:12.5px;line-height:1.45;color:#5f5340;}
.cwt-caution__i{width:24px;height:24px;border-radius:50%;border:1.5px solid var(--cwt-brass);color:#8a6a2c;
  display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:700;flex:none;margin-top:1px;}
.cwt-caution strong{color:#3f3527;font-weight:600;}
.cwt-caution a{color:var(--cwt-oxblood);font-weight:600;white-space:nowrap;}

/* facet chips */
.cwt-chips{display:flex;flex-wrap:wrap;gap:8px;margin:24px 0 22px;}
.cwt-chip{font-size:12px;font-weight:500;color:#4a443b;background:#f1ece1;border:1px solid #e2d8c4;padding:6px 11px;border-radius:6px;}
.cwt-chip--primary{font-weight:600;color:var(--cwt-oxblood);background:var(--cwt-oxblood-tint);border-color:var(--cwt-oxblood-edge);}
.cwt-chip:hover{border-color:var(--cwt-oxblood-edge);}

/* byline */
.cwt-byline{display:flex;align-items:center;gap:11px;padding:16px 0;border-top:1px solid var(--cwt-line);
  border-bottom:1px solid var(--cwt-line);margin-bottom:8px;}
.cwt-byline__avatar{width:38px;height:38px;border-radius:50%;background:var(--cwt-oxblood);color:#f3dccb;
  display:flex;align-items:center;justify-content:center;font-family:var(--cwt-serif);font-size:16px;font-weight:600;flex:none;}
.cwt-byline__name{font-size:14.5px;color:var(--cwt-ink2);}
.cwt-byline__name strong{font-weight:600;}
.cwt-byline__meta{font-size:12.5px;color:#9a8f7e;}

/* body sections */
.cwt-section{scroll-margin-top:90px;padding-top:38px;}
.cwt-section:first-of-type{padding-top:34px;}
.cwt-section__head{display:flex;align-items:baseline;gap:12px;margin-bottom:12px;}
.cwt-section__num{font-family:var(--cwt-serif);font-size:15px;color:var(--cwt-brass);font-weight:600;}
.cwt-section h2{font-family:var(--cwt-serif);font-weight:600;font-size:clamp(23px,2.8vw,29px);color:var(--cwt-ink);margin:0;}
.cwt-prose{font-family:var(--cwt-serif);font-size:18px;line-height:1.72;color:var(--cwt-ink-soft);margin:0;max-width:68ch;}
.cwt-main .cwt-section p{font-family:var(--cwt-serif);font-size:18px;line-height:1.72;color:var(--cwt-ink-soft);max-width:68ch;}

/* holding (emphasized) */
.cwt-holding{scroll-margin-top:90px;padding:26px 28px;margin-top:38px;background:#f4ece0;
  border-left:4px solid var(--cwt-oxblood);border-radius:0 9px 9px 0;}
.cwt-holding .cwt-section__num{color:var(--cwt-oxblood);}
.cwt-holding p{font-family:var(--cwt-serif);font-size:19px;line-height:1.66;color:#2a2620;margin:0;max-width:66ch;}

/* practice pointer (dark callout) */
.cwt-practice{scroll-margin-top:90px;padding:24px 26px;margin-top:38px;background:var(--cwt-ink2);color:#ece2d1;border-radius:10px;}
.cwt-practice__label{font-size:11px;letter-spacing:.16em;text-transform:uppercase;color:#c79a6a;font-weight:700;margin-bottom:12px;display:block;}
.cwt-practice p{font-family:var(--cwt-serif);font-size:18px;line-height:1.66;color:#f1e8d8;margin:0;max-width:66ch;}

/* citation block */
.cwt-citeblock{margin-top:44px;border:1px solid #d8cbb4;border-radius:11px;background:#fbf8f1;overflow:hidden;}
.cwt-citeblock__head{display:flex;justify-content:space-between;align-items:center;gap:14px;padding:15px 20px;
  background:#f1ece1;border-bottom:1px solid #e2d8c4;flex-wrap:wrap;}
.cwt-citeblock__head .lbl{font-size:11.5px;letter-spacing:.14em;text-transform:uppercase;color:var(--cwt-oxblood);font-weight:700;}
.cwt-citeblock__body{padding:20px;}
.cwt-citeblock__cite{font-family:var(--cwt-serif);font-size:17px;line-height:1.5;color:var(--cwt-ink);}
.cwt-citeblock__rule{height:1px;background:#eadfca;margin:18px 0;}
.cwt-citeblock__qlabel{font-size:11.5px;letter-spacing:.1em;text-transform:uppercase;color:#9a8f7e;font-weight:600;margin-bottom:10px;}
.cwt-citeblock blockquote{font-family:var(--cwt-serif);font-style:italic;font-size:17px;line-height:1.6;color:var(--cwt-ink-soft);
  margin:0;padding-left:16px;border-left:3px solid #d8b9a0;max-width:64ch;}
.cwt-citeblock blockquote .pin{font-style:normal;color:var(--cwt-ink-muted);}
.cwt-citeblock__src{display:inline-flex;align-items:center;gap:7px;font-size:13.5px;font-weight:600;color:var(--cwt-oxblood);margin-top:20px;}

/* right rail */
.cwt-rail__card{border:1px solid var(--cwt-line);border-radius:10px;background:#fff;padding:18px;}
.cwt-rail__label{font-size:11px;letter-spacing:.12em;text-transform:uppercase;color:#9a6b5e;font-weight:600;margin-bottom:13px;}
.cwt-toc{display:flex;flex-direction:column;gap:11px;font-size:13.5px;}
.cwt-toc a{color:#3f3a32;}
.cwt-toc a:hover{color:var(--cwt-oxblood);}
.cwt-toc a.is-active{color:var(--cwt-oxblood);font-weight:600;}
.cwt-actions{border:1px solid var(--cwt-line);border-radius:10px;background:#fff;padding:6px;display:flex;flex-direction:column;}
.cwt-actions button{text-align:left;font-family:var(--cwt-sans);font-size:13.5px;font-weight:500;color:var(--cwt-ink2);
  background:transparent;border:0;padding:11px 12px;border-radius:7px;cursor:pointer;display:flex;align-items:center;gap:9px;}
.cwt-actions button:hover{background:#f4ece0;}

/* ============================================================
   CASE CARDS (listings / related / index)
   ============================================================ */
.cwt-cardgrid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:16px;}
.cwt-card{display:block;background:#fff;border:1px solid var(--cwt-line);border-radius:9px;padding:20px;
  transition:transform .15s ease,box-shadow .15s ease;}
.cwt-card:hover{transform:translateY(-2px);box-shadow:0 6px 22px rgba(40,20,10,.09);}
.cwt-card__top{display:flex;justify-content:space-between;align-items:center;gap:8px;margin-bottom:13px;}
.cwt-card__type{font-size:11px;font-weight:600;color:var(--cwt-oxblood);background:var(--cwt-oxblood-tint);padding:4px 9px;border-radius:4px;}
.cwt-card__year{font-size:13px;color:#8a8175;}
.cwt-card__name{font-family:var(--cwt-serif);font-weight:600;font-size:21px;line-height:1.16;color:var(--cwt-ink);margin-bottom:9px;}
.cwt-card__cite{font-size:13.5px;color:#5f574c;margin-bottom:3px;}
.cwt-card__court{font-size:13px;color:#8a8175;}

/* section wrappers */
.cwt-band{background:var(--cwt-paper-alt);border-top:1px solid var(--cwt-line);}
.cwt-section-pad{padding-top:clamp(40px,5vw,60px);padding-bottom:clamp(40px,5vw,60px);}
.cwt-h2{font-family:var(--cwt-serif);font-weight:600;font-size:clamp(24px,3vw,30px);color:var(--cwt-ink);margin:0;}

/* ============================================================
   FOOTER
   ============================================================ */
.cwt-footer{border-top:1px solid var(--cwt-line2);background:var(--cwt-paper);}
.cwt-footer__inner{display:flex;justify-content:space-between;gap:20px;flex-wrap:wrap;align-items:center;
  padding-top:28px;padding-bottom:28px;}
.cwt-footer__name{font-family:var(--cwt-serif);font-size:15px;color:#5f574c;}
.cwt-footer__links{display:flex;gap:20px;font-size:13px;color:var(--cwt-ink-muted);flex-wrap:wrap;}
.cwt-footer__links a:hover{color:var(--cwt-oxblood);}
.cwt-footer__copy{font-size:12.5px;color:#9a9183;}

/* ============================================================
   PRINT (lawyers print & cite these pages)
   ============================================================ */
@media print{
  html,body{background:#fff;}
  .cwt-header,.cwt-rail,.cwt-footer,.cwt-related,[data-noprint]{display:none !important;}
  .cwt-article{display:block !important;grid-template-columns:none !important;padding:0 !important;}
  .cwt-main{max-width:none !important;}
  .cwt-citeblock{break-inside:avoid;border:1px solid #999 !important;background:#fff !important;box-shadow:none !important;}
  .cwt-section,.cwt-holding,.cwt-practice{break-inside:avoid;}
}

/* ============================================================
   FEATURED-IMAGE HERO + QUERY LOOP (index)
   ============================================================ */
.cwt-hero .wp-block-post-featured-image{margin:0;}
.cwt-hero .wp-block-post-featured-image img,.cwt-hero-img img{
  width:100%;border-radius:12px;border:1px solid var(--cwt-oxblood-edge);display:block;}

.cwt-loop.wp-block-post-template{list-style:none;margin:0;padding:0;
  display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:16px;}
.cwt-loop.wp-block-post-template > li{margin:0;}
.cwt-card .cwt-card__name a,.cwt-card .cwt-card__name{font-family:var(--cwt-serif);font-weight:600;
  font-size:21px;line-height:1.16;color:var(--cwt-ink);margin:0 0 9px;}
.cwt-card .cwt-card__name a:hover{color:var(--cwt-oxblood);}
.cwt-card .wp-block-post-date{font-size:13px;color:#8a8175;margin:0 0 8px;}
.cwt-card .wp-block-post-excerpt{font-size:14px;color:#5f574c;margin:0;}
.cwt-card .wp-block-post-excerpt__excerpt{font-family:var(--cwt-sans);}

/* query pagination */
.wp-block-query-pagination{font-size:14px;}
.wp-block-query-pagination a:hover{color:var(--cwt-oxblood);}
.wp-block-query-pagination .current{color:var(--cwt-oxblood);font-weight:700;}
