/*
 Theme Name:   IJCCRL GeneratePress Child Home V5A4
 Theme URI:    https://jccrl.eu/
 Description:  IJCCRL custom child theme for GeneratePress. V5A4 definitive copy for event child pages.
 Author:       OpenAI
 Template:     generatepress
 Version:      0.8.4
 Text Domain:  ijccrl-generatepress-child-home-v5a4
*/

:root{
  --ij-bg:#111315;
  --ij-bg-2:#171a1d;
  --ij-bg-3:#1e2226;
  --ij-surface:#15191c;
  --ij-surface-2:#1b2024;
  --ij-surface-soft:rgba(255,255,255,.028);
  --ij-line:rgba(184,148,95,.24);
  --ij-line-soft:rgba(255,255,255,.075);
  --ij-line-softer:rgba(255,255,255,.045);
  --ij-text:#f3efe7;
  --ij-muted:#c7c0b4;
  --ij-muted-2:#a89f93;
  --ij-accent:#b8945f;
  --ij-accent-2:#7fa7c6;
  --ij-good:#88bc98;
  --ij-shadow:0 20px 60px rgba(0,0,0,.28);
  --ij-radius:26px;
  --ij-radius-sm:18px;
  --ij-seam-glow:rgba(184,148,95,.16);
  --ij-seam-cool:rgba(127,167,198,.10);
  --ij-max:1240px;
}

body.ijccrl-home-v4{
  background:
    radial-gradient(circle at 0% 0%, rgba(184,148,95,.09), transparent 30%),
    radial-gradient(circle at 100% 10%, rgba(127,167,198,.08), transparent 28%),
    linear-gradient(180deg, #0f1113 0%, #111416 22%, #111315 60%, #101214 100%);
  color:var(--ij-text);
}

body.ijccrl-home-v4 #page,
body.ijccrl-home-v4 #content,
body.ijccrl-home-v4 .site,
body.ijccrl-home-v4 .site-content,
body.ijccrl-home-v4 .inside-site-info,
body.ijccrl-home-v4 .inside-header,
body.ijccrl-home-v4 .site-main{
  background:transparent;
}

body.ijccrl-home-v4 .site-main,
body.ijccrl-home-v4 .entry-content{
  margin:0;
}


body.ijccrl-home-v4 .site-header{
  background:linear-gradient(180deg, rgba(16,18,20,.985), rgba(18,21,24,.97)) !important;
  border-bottom:1px solid rgba(255,255,255,.045);
  box-shadow:0 14px 32px rgba(0,0,0,.18);
}

body.ijccrl-home-v4 .inside-header{
  width:min(var(--ij-max), calc(100% - 40px));
  margin:0 auto;
  padding:11px 0 10px;
}

body.ijccrl-home-v4 .site-branding{
  display:flex;
  align-items:center;
  min-height:52px;
  gap:10px;
  padding-left:2px;
}

body.ijccrl-home-v4 .site-branding::before{
  content:"";
  width:50px;
  height:50px;
  display:block;
  background:url("assets/ijccrl-mark.svg") center/contain no-repeat;
  filter:drop-shadow(0 14px 22px rgba(0,0,0,.26));
}

body.ijccrl-home-v4 .main-title,
body.ijccrl-home-v4 .site-description{
  display:none !important;
}

body.ijccrl-home-v4 .main-navigation,
body.ijccrl-home-v4 #site-navigation,
body.ijccrl-home-v4 .inside-navigation,
body.ijccrl-home-v4 .menu-toggle,
body.ijccrl-home-v4 .menu-bar-items,
body.ijccrl-home-v4 .mobile-menu-control-wrapper{
  display:none !important;
}

body.ijccrl-home-v4 .site-header .inside-header{
  justify-content:flex-start;
}


body.ijccrl-home-v4 .site-header::after{
  content:"";
  display:block;
  height:1px;
  background:linear-gradient(90deg, rgba(184,148,95,0), rgba(184,148,95,.24), rgba(127,167,198,.20), rgba(184,148,95,0));
}

body.ijccrl-home-v4 .site-footer,
body.ijccrl-home-v4 .site-info{
  background:linear-gradient(180deg, rgba(15,17,19,.98), rgba(12,14,16,1)) !important;
  border-top:1px solid rgba(255,255,255,.05);
}

body.ijccrl-home-v4 .inside-site-info{
  width:min(var(--ij-max), calc(100% - 34px));
  margin:0 auto;
  padding:14px 0 18px;
  color:rgba(199,192,180,.62);
  font-size:.76rem;
  border-top:1px solid rgba(255,255,255,.04);
}

body.ijccrl-home-v4 .inside-site-info a{
  color:rgba(243,239,231,.86);
}


body.ijccrl-home-v4 .content-area{
  width:100%;
}

body.ijccrl-home-v4 .site-content,
body.ijccrl-home-v4 .inside-article{
  padding-top:0;
  padding-bottom:0;
}

.ijccrl-home{
  width:min(var(--ij-max), calc(100% - 34px));
  margin:0 auto;
  padding:10px 0 46px;
}

.ijccrl-home a{
  color:inherit;
  text-decoration:none;
}

.ijccrl-home .ijccrl-eyebrow{
  display:inline-flex;
  align-items:center;
  gap:7px;
  font-size:.74rem;
  font-weight:600;
  letter-spacing:.18em;
  text-transform:uppercase;
  color:rgba(243,239,231,.68);
}

.ijccrl-home .ijccrl-eyebrow::before{
  content:"";
  width:36px;
  height:1px;
  background:linear-gradient(90deg, rgba(184,148,95,0), rgba(184,148,95,.75));
}

.ijccrl-home .ijccrl-btn-row{
  display:flex;
  gap:9px;
  flex-wrap:wrap;
  margin-top:20px;
}

.ijccrl-home .ijccrl-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:42px;
  padding:0 18px;
  border-radius:999px;
  border:1px solid transparent;
  font-weight:600;
  font-size:.89rem;
  letter-spacing:.006em;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.05);
  transition:transform .22s ease, border-color .22s ease, background-color .22s ease, color .22s ease, box-shadow .22s ease, opacity .22s ease;
}

.ijccrl-home .ijccrl-btn:hover{
  transform:translateY(-1px);
  box-shadow:0 10px 24px rgba(0,0,0,.18), inset 0 1px 0 rgba(255,255,255,.06);
}

.ijccrl-home .ijccrl-btn:focus-visible{
  outline:2px solid rgba(127,167,198,.42);
  outline-offset:2px;
}

.ijccrl-home .ijccrl-btn-primary{
  background:linear-gradient(180deg, #c3a26f 0%, #b8945f 100%);
  color:#141618;
}

.ijccrl-home .ijccrl-btn-secondary{
  background:rgba(255,255,255,.03);
  color:var(--ij-text);
  border-color:rgba(127,167,198,.24);
}

.ijccrl-home .ijccrl-btn-ghost{
  background:transparent;
  color:var(--ij-muted);
  border-color:rgba(255,255,255,.11);
}

.ijccrl-home .ijccrl-chipnav{
  display:flex;
  flex-wrap:wrap;
  gap:7px;
  margin-bottom:12px;
  max-width:610px;
}

.ijccrl-home .ijccrl-chipnav a{
  display:inline-flex;
  align-items:center;
  gap:7px;
  padding:6px 10px;
  border-radius:999px;
  background:rgba(255,255,255,.012);
  border:1px solid transparent;
  color:rgba(199,192,180,.80);
  font-size:.76rem;
  font-weight:500;
  line-height:1.18;
  transition:all .22s ease;
}

.ijccrl-home .ijccrl-chipnav a:hover{
  color:rgba(243,239,231,.94);
  border-color:rgba(184,148,95,.16);
  background:rgba(184,148,95,.03);
  transform:translateY(-1px);
}

.ijccrl-home .ijccrl-chipnav .is-live::before,
.ijccrl-panel__label.is-live::before{
  content:"";
  width:8px;
  height:8px;
  border-radius:50%;
  background:var(--ij-good);
}

.ijccrl-home-hero,
.ijccrl-band,
.ijccrl-footer-band{
  position:relative;
  overflow:hidden;
  border-radius:var(--ij-radius);
  background:linear-gradient(180deg, rgba(255,255,255,.022), rgba(255,255,255,.008));
  border:1px solid var(--ij-line-softer);
  box-shadow:var(--ij-shadow);
}

.ijccrl-home-hero::before,
.ijccrl-band::before,
.ijccrl-footer-band::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 100% 0%, rgba(127,167,198,.06), transparent 24%),
    radial-gradient(circle at 0% 0%, rgba(184,148,95,.07), transparent 26%);
  pointer-events:none;
}

 .ijccrl-home-hero{
  padding:28px 32px 14px;
  margin-bottom:4px;
  background:
    linear-gradient(135deg, rgba(184,148,95,.11) 0%, rgba(127,167,198,.06) 40%, rgba(255,255,255,.012) 100%),
    radial-gradient(circle at 15% 20%, rgba(255,255,255,.026), transparent 24%),
    linear-gradient(180deg, rgba(18,21,23,.985) 0%, rgba(15,17,19,1) 100%);
}

.ijccrl-home-hero::after{
  content:"";
  position:absolute;
  inset:auto -9% -40% auto;
  width:390px;
  height:390px;
  border-radius:50%;
  background:radial-gradient(circle, rgba(127,167,198,.14), transparent 68%);
  pointer-events:none;
}

.ijccrl-home-hero__grid{
  display:grid;
  grid-template-columns:minmax(0, 2.16fr) minmax(210px, .34fr);
  gap:26px;
  position:relative;
  z-index:1;
}

.ijccrl-home-hero h1{
  margin:10px 0 12px;
  font-size:clamp(2.72rem, 4.3vw, 4.32rem);
  line-height:.93;
  letter-spacing:-.054em;
  text-shadow:0 11px 24px rgba(0,0,0,.19);
  color:var(--ij-text);
  max-width:16.5ch;
}

.ijccrl-home-hero h1 + .ijccrl-home-hero__lead{
  margin-top:2px;
}

.ijccrl-home-hero h1 span{
  display:block;
  text-wrap:nowrap;
}

.ijccrl-home-hero__copy{
  max-width:920px;
}

.ijccrl-home-hero__copy .ijccrl-eyebrow{
  margin-bottom:4px;
  font-size:.752rem;
  font-weight:700;
  letter-spacing:.2em;
  color:rgba(243,239,231,.72);
}

.ijccrl-home-hero__copy .ijccrl-eyebrow::before{
  width:42px;
  background:linear-gradient(90deg, rgba(184,148,95,0), rgba(184,148,95,.92));
}

.ijccrl-home-hero__lead{
  margin:0;
  max-width:58ch;
  font-size:1.015rem;
  line-height:1.58;
  color:rgba(243,239,231,.84);
  text-wrap:pretty;
}

.ijccrl-band__head > div:first-child p{
  max-width:62ch;
}

.ijccrl-home-hero__summary{
  display:grid;
  gap:5px;
  align-content:start;
  padding:8px 0 0 20px;
  border-left:1px solid rgba(255,255,255,.05);
  background:linear-gradient(180deg, rgba(255,255,255,.014), rgba(255,255,255,0));
}

.ijccrl-home-hero__summary h2{
  margin:0;
  font-size:.96rem;
  line-height:1.12;
  letter-spacing:-.015em;
}

.ijccrl-home-hero__summary p{
  margin:0;
  color:rgba(243,239,231,.68);
  line-height:1.42;
  font-size:.79rem;
}

.ijccrl-summary-stats{
  display:grid;
  gap:1px;
}

.ijccrl-summary-stat{
  display:grid;
  grid-template-columns:50px 1fr;
  gap:8px;
  padding:7px 0;
  border-bottom:1px solid rgba(255,255,255,.045);
}

.ijccrl-summary-stat:last-child{
  border-bottom:0;
}

.ijccrl-summary-stat strong{
  display:block;
  font-size:.78rem;
  line-height:1;
  color:var(--ij-accent);
  padding-top:2px;
  letter-spacing:.01em;
}

.ijccrl-summary-stat span{
  display:block;
  font-size:.73rem;
  color:rgba(243,239,231,.60);
  line-height:1.38;
}

.ijccrl-mini-links--summary{
  margin-top:0;
}

.ijccrl-mini-links--summary a{
  font-size:.76rem;
}

.ijccrl-pillar-row{
  display:grid;
  grid-template-columns:repeat(3, minmax(0,1fr));
  gap:9px 18px;
  margin-top:14px;
  padding-top:14px;
  border-top:1px solid rgba(255,255,255,.038);
  background:linear-gradient(180deg, rgba(255,255,255,.012), rgba(255,255,255,0));
}

.ijccrl-pillar{
  padding:0 0 10px;
  border-radius:0;
  background:transparent;
  border:0;
  border-bottom:1px solid rgba(255,255,255,.045);
  min-height:0;
  transition:transform .22s ease, border-color .22s ease, opacity .22s ease;
}

.ijccrl-pillar:hover{
  transform:translateY(-1px);
  border-color:rgba(184,148,95,.22);
}

.ijccrl-pillar__kicker,
.ijccrl-panel__label,
.ijccrl-news-card__meta{
  display:block;
  color:rgba(184,148,95,.68);
  text-transform:uppercase;
  letter-spacing:.13em;
  font-size:.635rem;
  margin-bottom:4px;
}

.ijccrl-pillar h3{
  margin:0 0 6px;
  font-size:.965rem;
  line-height:1.18;
  color:rgba(243,239,231,.94);
  letter-spacing:-.012em;
}

.ijccrl-pillar p,
.ijccrl-panel p,
.ijccrl-band__head p,
.ijccrl-news-card p,
.ijccrl-footer-band p{
  margin:0;
  color:var(--ij-muted);
  line-height:1.6;
  font-size:.88rem;
}

.ijccrl-band{
  margin-top:0;
  padding:24px 24px 20px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.014), rgba(255,255,255,.004)),
    linear-gradient(180deg, rgba(23,26,29,.95), rgba(17,19,21,.975));
}

.ijccrl-band + .ijccrl-band,
.ijccrl-band + .ijccrl-footer-band,
.ijccrl-home-hero + .ijccrl-band{
  margin-top:-10px;
}

.ijccrl-home-hero + .ijccrl-band::before,
.ijccrl-band + .ijccrl-band::before,
.ijccrl-band + .ijccrl-footer-band::before{
  background:
    linear-gradient(180deg, rgba(255,255,255,.012), rgba(255,255,255,.003)),
    radial-gradient(circle at 10% 0%, rgba(184,148,95,.11), transparent 24%),
    radial-gradient(circle at 92% 0%, rgba(127,167,198,.08), transparent 22%);
}

.ijccrl-band::after{
  content:"";
  position:absolute;
  left:28px;
  right:28px;
  top:0;
  height:1px;
  background:linear-gradient(90deg, rgba(184,148,95,0), rgba(184,148,95,.4), rgba(127,167,198,.16), rgba(184,148,95,0));
}

.ijccrl-band__head{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(206px,.48fr);
  gap:10px;
  align-items:end;
  margin-bottom:16px;
}

.ijccrl-band__head h2{
  margin:8px 0 0;
  max-width:16ch;
  font-size:clamp(1.58rem, 2.05vw, 2.02rem);
  line-height:1.03;
  letter-spacing:-.034em;
  text-wrap:balance;
}

.ijccrl-band__tagline{
  justify-self:end;
  padding:1px 0 0 14px;
  border-left:1px solid rgba(255,255,255,.08);
  text-align:left;
  color:var(--ij-muted-2);
  font-size:.78rem;
  line-height:1.48;
  background:transparent;
}

.ijccrl-band__grid,
.ijccrl-secondary-grid,
.ijccrl-news-grid{
  gap:10px;
}

.ijccrl-band__grid{
  display:grid;
  grid-template-columns:repeat(3, minmax(0,1fr));
}

.ijccrl-secondary-grid{
  display:grid;
  grid-template-columns:1fr .9fr .92fr;
}

#ijccrl-home-resources .ijccrl-panel h3,
#ijccrl-home-news .ijccrl-news-card h3{
  font-size:1rem;
  line-height:1.18;
}

#ijccrl-home-resources .ijccrl-panel p,
#ijccrl-home-news .ijccrl-news-card p{
  font-size:.852rem;
  line-height:1.58;
  color:rgba(199,192,180,.86);
}

#ijccrl-home-resources .ijccrl-list,
#ijccrl-home-news .ijccrl-list{
  gap:6px;
}

#ijccrl-home-resources .ijccrl-mini-links,
#ijccrl-home-news .ijccrl-mini-links{
  padding-top:4px;
}


.ijccrl-panel,
.ijccrl-news-card{
  display:flex;
  flex-direction:column;
  gap:6px;
  min-height:100%;
  padding:11px 0 0;
  border-radius:0;
  background:transparent;
  border:0;
  border-top:1px solid rgba(255,255,255,.048);
}

.ijccrl-panel h3,
.ijccrl-news-card h3{
  margin:0;
  font-size:1.04rem;
  line-height:1.16;
  letter-spacing:-.015em;
  text-wrap:balance;
  color:rgba(243,239,231,.95);
}

.ijccrl-list{
  list-style:none;
  margin:2px 0 0;
  padding:0;
  display:grid;
  gap:7px;
}

.ijccrl-list li{
  position:relative;
  padding-left:15px;
  color:rgba(199,192,180,.86);
  font-size:.84rem;
  line-height:1.5;
}

.ijccrl-list li::before{
  content:"";
  position:absolute;
  left:0;
  top:.63em;
  width:5px;
  height:5px;
  border-radius:50%;
  background:rgba(184,148,95,.88);
}

.ijccrl-mini-links{
  display:flex;
  gap:8px;
  flex-wrap:wrap;
  margin-top:auto;
  padding-top:6px;
}

.ijccrl-mini-links a{
  color:var(--ij-accent-2);
  font-size:.78rem;
  font-weight:600;
}

.ijccrl-kpi-strip{
  display:grid;
  grid-template-columns:repeat(3, minmax(0,1fr));
  gap:10px;
}

.ijccrl-kpi{
  padding:10px 0 0;
  border-radius:0;
  background:transparent;
  border:0;
  border-top:1px solid rgba(255,255,255,.06);
}

.ijccrl-kpi strong{
  display:block;
  font-size:.88rem;
  line-height:1;
  margin-bottom:8px;
}

.ijccrl-kpi span{
  display:block;
  color:var(--ij-muted);
  font-size:.76rem;
  line-height:1.46;
}

.ijccrl-news-card__meta{
  color:var(--ij-muted-2);
}

.ijccrl-footer-band{
  margin-top:-8px;
  padding:24px 24px 22px;
  display:grid;
  grid-template-columns:1.18fr .94fr;
  gap:20px;
  align-items:start;
  background:
    linear-gradient(180deg, rgba(255,255,255,.018), rgba(255,255,255,.004)),
    linear-gradient(180deg, rgba(19,22,24,.98), rgba(16,18,20,1));
}

.ijccrl-footer-nav{
  display:grid;
  grid-template-columns:repeat(2, minmax(0,1fr));
  gap:14px 16px;
  align-content:start;
  padding-top:4px;
}

.ijccrl-footer-group{
  display:grid;
  gap:7px;
  align-content:start;
  padding-top:10px;
  border-top:1px solid rgba(255,255,255,.07);
}

.ijccrl-footer-group span{
  color:var(--ij-muted-2);
  text-transform:uppercase;
  letter-spacing:.14em;
  font-size:.68rem;
}

.ijccrl-footer-group a{
  color:var(--ij-text);
  font-size:.88rem;
  opacity:.92;
  line-height:1.38;
}

.ijccrl-footer-legal{
  margin:12px 0 0;
  color:var(--ij-muted-2);
  font-size:.74rem;
  line-height:1.58;
  max-width:44ch;
}

.ijccrl-divider{
  height:1px;
  margin:12px 0 8px;
  background:linear-gradient(90deg, rgba(255,255,255,.04), rgba(255,255,255,.14), rgba(255,255,255,.04));
}

.ijccrl-note{
  color:var(--ij-muted-2);
  font-size:.76rem;
  line-height:1.58;
  max-width:66ch;
}

@media (max-width: 1200px){
  .ijccrl-home-hero__grid{
    grid-template-columns:minmax(0, 1.52fr) minmax(224px,.48fr);
  }
}

@media (max-width: 980px){
  body.ijccrl-home-v4 .inside-header,
  body.ijccrl-home-v4 .inside-site-info{
    width:min(var(--ij-max), calc(100% - 24px));
  }

  .ijccrl-home{
    width:min(var(--ij-max), calc(100% - 24px));
    padding-top:15px;
    padding-bottom:38px;
  }

  .ijccrl-home-hero,
  .ijccrl-band,
  .ijccrl-footer-band{
    padding:22px;
  }

  .ijccrl-home-hero__grid,
  .ijccrl-band__head,
  .ijccrl-band__grid,
  .ijccrl-secondary-grid,
  .ijccrl-news-grid,
  .ijccrl-footer-band{
    grid-template-columns:1fr;
  }

  .ijccrl-home-hero__summary,
  .ijccrl-band__tagline{
    padding-left:0;
    border-left:0;
    padding-top:10px;
    border-top:1px solid rgba(255,255,255,.08);
  }

  .ijccrl-band__tagline{
    justify-self:start;
  }

  .ijccrl-pillar-row{
    grid-template-columns:repeat(2, minmax(0,1fr));
  }
}

@media (max-width: 760px){
  body.ijccrl-home-v4 .inside-header,
  body.ijccrl-home-v4 .inside-site-info{
    width:min(var(--ij-max), calc(100% - 18px));
    padding-top:14px;
    padding-bottom:12px;
  }

  body.ijccrl-home-v4 .site-branding::before{
    width:48px;
    height:48px;
  }

  .ijccrl-home{
    width:min(var(--ij-max), calc(100% - 18px));
    padding-top:14px;
    padding-bottom:32px;
  }

  .ijccrl-home-hero,
  .ijccrl-band,
  .ijccrl-footer-band{
    padding:18px;
    border-radius:22px;
  }

  .ijccrl-home-hero__grid{
    gap:16px;
  }

  .ijccrl-home-hero h1{
    max-width:11.1ch;
    font-size:clamp(2.02rem, 9.2vw, 2.82rem);
    line-height:.94;
  }

  .ijccrl-home-hero__lead{
    font-size:.88rem;
    line-height:1.58;
  }

  .ijccrl-chipnav{
    display:grid;
    grid-template-columns:repeat(2, minmax(0,1fr));
    gap:7px;
  }

  .ijccrl-chipnav a{
    justify-content:center;
    text-align:center;
    min-height:36px;
  }

  .ijccrl-btn-row{
    display:grid;
    grid-template-columns:1fr;
    gap:7px;
  }

  .ijccrl-home .ijccrl-btn{
    width:100%;
    justify-content:center;
  }

  .ijccrl-summary-stat{
    grid-template-columns:68px 1fr;
    gap:8px;
    padding:7px 0;
  }

  .ijccrl-pillar-row{
    gap:10px 14px;
    margin-top:20px;
    padding-top:15px;
  }

  .ijccrl-kpi-strip,
  .ijccrl-footer-nav{
    grid-template-columns:1fr;
  }
}

@media (max-width: 560px){
  body.ijccrl-home-v4 .inside-header,
  body.ijccrl-home-v4 .inside-site-info{
    width:min(var(--ij-max), calc(100% - 14px));
  }

  body.ijccrl-home-v4 .site-branding::before{
    width:44px;
    height:44px;
  }

  .ijccrl-home{
    width:min(var(--ij-max), calc(100% - 14px));
  }

  .ijccrl-home-hero,
  .ijccrl-band,
  .ijccrl-footer-band{
    padding:16px;
    border-radius:20px;
  }

  .ijccrl-pillar-row{
    grid-template-columns:1fr;
  }

  .ijccrl-chipnav{
    grid-template-columns:1fr 1fr;
  }
}


@media (max-width: 1024px){
  .ijccrl-home-hero__grid{
    grid-template-columns:minmax(0,1fr);
    gap:26px;
  }
  .ijccrl-home-hero__summary{
    padding:14px 0 0;
    border-left:0;
    border-top:1px solid rgba(255,255,255,.08);
  }
}

@media (max-width: 768px){
  .ijccrl-home-hero h1{
    max-width:9.8ch;
    font-size:clamp(2.24rem, 9.1vw, 3.52rem);
  }
  .ijccrl-home-hero__lead{
    max-width:100%;
  }
}


/* ============================================================
   V4O - Homepage SEO Lock / Final Hero Copy / Rating Lists Hub Polish
   ============================================================ */
.ijccrl-home-hero__copy{
  max-width:980px;
}

.ijccrl-home-hero__summary{
  gap:6px;
  padding-top:10px;
}

.ijccrl-home-hero__summary p{
  color:rgba(243,239,231,.7);
}

.ijccrl-summary-stats{
  gap:3px;
  margin-top:2px;
}

.ijccrl-summary-stat{
  grid-template-columns:56px 1fr;
  padding:8px 0;
}

.ijccrl-band__head h2{
  max-width:17ch;
}

#ijccrl-home-core .ijccrl-panel:nth-child(2){
  position:relative;
}

#ijccrl-home-core .ijccrl-panel:nth-child(2)::before{
  content:"Primary hub";
  display:inline-flex;
  align-items:center;
  padding:4px 9px;
  margin-bottom:6px;
  border-radius:999px;
  background:rgba(184,148,95,.08);
  border:1px solid rgba(184,148,95,.18);
  color:rgba(243,239,231,.78);
  font-size:.63rem;
  letter-spacing:.12em;
  text-transform:uppercase;
}

#ijccrl-home-core .ijccrl-panel:nth-child(2) h3{
  font-size:1.1rem;
}

body.page-rating-lists{
  background:
    radial-gradient(circle at 0% 0%, rgba(184,148,95,.08), transparent 28%),
    radial-gradient(circle at 100% 8%, rgba(127,167,198,.07), transparent 26%),
    linear-gradient(180deg, #101214 0%, #111315 40%, #101214 100%);
  color:var(--ij-text);
}

body.page-rating-lists #page,
body.page-rating-lists #content,
body.page-rating-lists .site,
body.page-rating-lists .site-content,
body.page-rating-lists .inside-article,
body.page-rating-lists .entry-content{
  background:transparent;
}

body.page-rating-lists .inside-article{
  width:min(var(--ij-max), calc(100% - 34px));
  margin:0 auto;
  padding:28px 0 44px;
}

body.page-rating-lists .entry-header{
  width:min(var(--ij-max), calc(100% - 34px));
  margin:0 auto;
  padding-top:14px;
}

body.page-rating-lists .entry-title{
  max-width:12ch;
  margin:8px 0 12px;
  font-size:clamp(2.2rem, 4vw, 3.45rem);
  line-height:.96;
  letter-spacing:-.045em;
  color:var(--ij-text);
}

body.page-rating-lists .entry-content > p:first-of-type{
  max-width:64ch;
  font-size:1.03rem;
  line-height:1.64;
  color:rgba(243,239,231,.82);
}

body.page-rating-lists .entry-content h2{
  margin:32px 0 10px;
  font-size:clamp(1.42rem, 2vw, 1.92rem);
  line-height:1.06;
  letter-spacing:-.03em;
  color:rgba(243,239,231,.95);
}

body.page-rating-lists .entry-content h3{
  margin:0 0 8px;
  font-size:1.02rem;
  line-height:1.18;
  color:rgba(243,239,231,.94);
}

body.page-rating-lists .entry-content p,
body.page-rating-lists .entry-content li{
  color:var(--ij-muted);
  line-height:1.68;
}

body.page-rating-lists .wp-block-buttons{
  gap:10px;
  margin:20px 0 10px;
}

body.page-rating-lists .wp-block-button__link{
  min-height:42px;
  padding:0 18px;
  border-radius:999px;
  background:rgba(255,255,255,.03);
  border:1px solid rgba(184,148,95,.18);
  color:var(--ij-text);
  font-weight:600;
}

body.page-rating-lists .wp-block-columns{
  gap:16px;
  margin:10px 0 8px;
}

body.page-rating-lists .wp-block-column{
  padding:16px 16px 14px;
  border-top:1px solid rgba(255,255,255,.05);
  background:linear-gradient(180deg, rgba(255,255,255,.018), rgba(255,255,255,.006));
}

body.page-rating-lists .wp-block-list{
  margin-left:0;
  padding-left:18px;
}

body.page-rating-lists .wp-block-separator{
  margin:26px 0 22px;
  border-color:rgba(184,148,95,.22);
}

@media (max-width: 920px){
  .ijccrl-home-hero__grid{
    grid-template-columns:1fr;
  }

  .ijccrl-home-hero__summary{
    padding:14px 0 0;
    border-left:0;
    border-top:1px solid rgba(255,255,255,.06);
  }

  .ijccrl-home-hero h1{
    max-width:14.5ch;
  }

  body.page-rating-lists .entry-title{
    max-width:14ch;
  }
}


/* ============================================================
   V4P — Homepage spacing pass / Rating-lists refinement / Live hub polish
   ============================================================ */

.ijccrl-home{
  padding:12px 0 54px;
}

.ijccrl-home-hero{
  padding:26px 32px 16px;
}

.ijccrl-chipnav{
  margin-bottom:14px;
}

.ijccrl-home-hero__grid{
  gap:28px;
}

.ijccrl-pillar-row{
  margin-top:18px;
  padding-top:16px;
}

.ijccrl-band{
  padding:25px 24px 22px;
}

.ijccrl-home-hero + .ijccrl-band,
.ijccrl-band + .ijccrl-band,
.ijccrl-band + .ijccrl-footer-band{
  margin-top:-8px;
}

body.page-rating-lists,
body.page-live{
  background:
    radial-gradient(circle at 0% 0%, rgba(184,148,95,.08), transparent 28%),
    radial-gradient(circle at 100% 8%, rgba(127,167,198,.07), transparent 26%),
    linear-gradient(180deg, #101214 0%, #111315 40%, #101214 100%);
  color:var(--ij-text);
}

body.page-live #page,
body.page-live #content,
body.page-live .site,
body.page-live .site-content,
body.page-live .inside-article,
body.page-live .entry-content{
  background:transparent;
}

body.page-live .inside-article,
body.page-rating-lists .inside-article{
  padding:24px 0 48px;
}

body.page-live .entry-header,
body.page-rating-lists .entry-header{
  padding-top:16px;
}

body.page-live .entry-title{
  max-width:12.4ch;
  margin:8px 0 12px;
  font-size:clamp(2.18rem, 3.95vw, 3.35rem);
  line-height:.97;
  letter-spacing:-.043em;
  color:var(--ij-text);
}

body.page-live .entry-content > p:first-of-type{
  max-width:64ch;
  font-size:1.03rem;
  line-height:1.64;
  color:rgba(243,239,231,.82);
}

body.page-live .entry-content h2{
  margin:32px 0 10px;
  font-size:clamp(1.42rem, 2vw, 1.92rem);
  line-height:1.06;
  letter-spacing:-.03em;
  color:rgba(243,239,231,.95);
}

body.page-live .entry-content h3{
  margin:0 0 8px;
  font-size:1.02rem;
  line-height:1.18;
  color:rgba(243,239,231,.94);
}

body.page-live .entry-content p,
body.page-live .entry-content li{
  color:var(--ij-muted);
  line-height:1.68;
}

body.page-live .wp-block-buttons,
body.page-rating-lists .wp-block-buttons{
  gap:10px;
  margin:20px 0 12px;
}

body.page-live .wp-block-button__link,
body.page-rating-lists .wp-block-button__link{
  box-shadow:inset 0 1px 0 rgba(255,255,255,.05);
  transition:transform .22s ease, border-color .22s ease, background-color .22s ease, color .22s ease, box-shadow .22s ease;
}

body.page-live .wp-block-button__link:hover,
body.page-rating-lists .wp-block-button__link:hover{
  transform:translateY(-1px);
  border-color:rgba(184,148,95,.34);
  background:rgba(184,148,95,.06);
}

body.page-live .wp-block-list,
body.page-rating-lists .wp-block-list{
  padding-left:20px;
}

body.page-live .wp-block-columns,
body.page-rating-lists .wp-block-columns{
  gap:16px;
  margin:14px 0 10px;
}

body.page-live .wp-block-column,
body.page-rating-lists .wp-block-column{
  border-radius:18px;
  border:1px solid rgba(255,255,255,.05);
  border-top-color:rgba(184,148,95,.18);
  box-shadow:0 16px 34px rgba(0,0,0,.16);
}

.ijccrl-hub-intro{
  position:relative;
  overflow:hidden;
  margin:0 0 24px;
  padding:22px 22px 18px;
  border-radius:24px;
  border:1px solid rgba(255,255,255,.05);
  background:
    linear-gradient(135deg, rgba(184,148,95,.11) 0%, rgba(127,167,198,.05) 42%, rgba(255,255,255,.012) 100%),
    linear-gradient(180deg, rgba(18,21,23,.985) 0%, rgba(15,17,19,1) 100%);
  box-shadow:0 20px 54px rgba(0,0,0,.22);
}

.ijccrl-hub-intro::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 0% 0%, rgba(184,148,95,.08), transparent 26%),
    radial-gradient(circle at 100% 0%, rgba(127,167,198,.07), transparent 22%);
  pointer-events:none;
}

.ijccrl-hub-intro__grid,
.ijccrl-hub-intro__stats{
  position:relative;
  z-index:1;
}

.ijccrl-hub-intro__grid{
  display:grid;
  grid-template-columns:minmax(0, 1.45fr) minmax(250px, .8fr);
  gap:18px;
  align-items:start;
}

.ijccrl-hub-intro__eyebrow{
  display:inline-flex;
  align-items:center;
  gap:8px;
  margin-bottom:8px;
  color:rgba(243,239,231,.7);
  text-transform:uppercase;
  letter-spacing:.18em;
  font-size:.72rem;
  font-weight:700;
}

.ijccrl-hub-intro__eyebrow::before{
  content:"";
  width:34px;
  height:1px;
  background:linear-gradient(90deg, rgba(184,148,95,0), rgba(184,148,95,.72));
}

.ijccrl-hub-intro h2{
  margin:0 0 10px;
  font-size:clamp(1.7rem, 2.7vw, 2.32rem);
  line-height:1.02;
  letter-spacing:-.038em;
  color:var(--ij-text);
  max-width:16ch;
}

.ijccrl-hub-intro p{
  margin:0;
  max-width:61ch;
  color:rgba(243,239,231,.82);
  line-height:1.64;
}

.ijccrl-hub-intro__quicklinks{
  display:grid;
  gap:8px;
  align-content:start;
}

.ijccrl-hub-intro__quicklinks a{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  padding:12px 14px;
  border-radius:16px;
  border:1px solid rgba(255,255,255,.06);
  background:rgba(255,255,255,.022);
  color:rgba(243,239,231,.9);
  font-size:.88rem;
  font-weight:600;
  transition:transform .22s ease, border-color .22s ease, background-color .22s ease;
}

.ijccrl-hub-intro__quicklinks a::after{
  content:"→";
  color:rgba(184,148,95,.88);
}

.ijccrl-hub-intro__quicklinks a:hover{
  transform:translateY(-1px);
  border-color:rgba(184,148,95,.24);
  background:rgba(184,148,95,.04);
}

.ijccrl-hub-intro__stats{
  display:grid;
  grid-template-columns:repeat(3, minmax(0,1fr));
  gap:12px;
  margin-top:16px;
  padding-top:14px;
  border-top:1px solid rgba(255,255,255,.05);
}

.ijccrl-hub-intro__stat{
  padding:0 2px;
}

.ijccrl-hub-intro__stat strong{
  display:block;
  margin-bottom:5px;
  font-size:.78rem;
  letter-spacing:.12em;
  text-transform:uppercase;
  color:rgba(184,148,95,.82);
}

.ijccrl-hub-intro__stat span{
  display:block;
  color:var(--ij-muted);
  line-height:1.56;
  font-size:.86rem;
}

@media (max-width: 980px){
  .ijccrl-hub-intro__grid,
  .ijccrl-hub-intro__stats{
    grid-template-columns:1fr;
  }

  .ijccrl-hub-intro h2{
    max-width:18ch;
  }
}

@media (max-width: 760px){
  .ijccrl-home{
    padding-top:15px;
    padding-bottom:34px;
  }

  .ijccrl-home-hero{
    padding:20px 18px 15px;
  }

  .ijccrl-hub-intro{
    margin-bottom:20px;
    padding:18px 18px 16px;
    border-radius:22px;
  }

  .ijccrl-hub-intro h2{
    font-size:clamp(1.45rem, 6.8vw, 1.95rem);
    max-width:14ch;
  }
}

/* ============================================================
   V4R — Hub Layout Monoculture / Sidebar Excision / Widget Replacement / Internal Nav Normalization
   ============================================================ */

body.page-rating-lists,
body.page-live{
  background:
    radial-gradient(circle at 0% 0%, rgba(184,148,95,.08), transparent 28%),
    radial-gradient(circle at 100% 10%, rgba(127,167,198,.07), transparent 26%),
    linear-gradient(180deg, #101214 0%, #121518 38%, #101214 100%);
  color:var(--ij-text);
}

body.page-rating-lists #page,
body.page-rating-lists #content,
body.page-rating-lists .site,
body.page-rating-lists .site-content,
body.page-rating-lists .content-area,
body.page-rating-lists .site-main,
body.page-live #page,
body.page-live #content,
body.page-live .site,
body.page-live .site-content,
body.page-live .content-area,
body.page-live .site-main{
  background:transparent;
}

body.page-rating-lists .content-area,
body.page-live .content-area{
  width:100%;
  float:none;
  margin:0;
}

body.page-rating-lists .entry-header,
body.page-live .entry-header,
body.page-rating-lists .right-sidebar,
body.page-live .right-sidebar,
body.page-rating-lists .left-sidebar,
body.page-live .left-sidebar,
body.page-rating-lists .widget-area,
body.page-live .widget-area,
body.page-rating-lists aside#secondary,
body.page-live aside#secondary,
body.page-rating-lists .inside-right-sidebar,
body.page-live .inside-right-sidebar,
body.page-rating-lists .inside-left-sidebar,
body.page-live .inside-left-sidebar,
body.page-rating-lists .entry-content > .wp-block-navigation,
body.page-live .entry-content > .wp-block-navigation,
body.page-rating-lists .entry-content > .wp-block-page-list,
body.page-live .entry-content > .wp-block-page-list,
body.page-rating-lists .entry-content > .widget,
body.page-live .entry-content > .widget{
  display:none !important;
}

body.page-rating-lists .inside-article,
body.page-live .inside-article{
  width:min(var(--ij-max), calc(100% - 34px));
  margin:0 auto;
  padding:30px 0 52px;
  background:transparent;
  box-shadow:none;
}

body.page-rating-lists .entry-content,
body.page-live .entry-content,
body.page-rules-and-audit .entry-content,
body.page-downloads .entry-content{
  margin:0;
}

.ijccrl-hub-brand{
  position:relative;
  display:grid;
  gap:22px;
}

.ijccrl-hub-brand__hero{
  position:relative;
  overflow:hidden;
  display:grid;
  grid-template-columns:minmax(0, 1.4fr) minmax(290px, .84fr);
  gap:22px;
  padding:30px 32px 28px;
  border-radius:28px;
  border:1px solid rgba(255,255,255,.05);
  background:
    linear-gradient(135deg, rgba(184,148,95,.11) 0%, rgba(127,167,198,.05) 42%, rgba(255,255,255,.012) 100%),
    linear-gradient(180deg, rgba(18,21,23,.985) 0%, rgba(15,17,19,1) 100%);
  box-shadow:0 22px 56px rgba(0,0,0,.24);
}

.ijccrl-hub-brand__hero::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 0% 0%, rgba(184,148,95,.08), transparent 26%),
    radial-gradient(circle at 100% 0%, rgba(127,167,198,.07), transparent 22%);
  pointer-events:none;
}

.ijccrl-hub-brand__copy,
.ijccrl-hub-brand__hero-rail{
  position:relative;
  z-index:1;
}

.ijccrl-hub-brand__eyebrow{
  display:inline-flex;
  align-items:center;
  gap:8px;
  margin-bottom:12px;
  color:rgba(243,239,231,.72);
  text-transform:uppercase;
  letter-spacing:.18em;
  font-size:.72rem;
  font-weight:700;
}

.ijccrl-hub-brand__eyebrow::before{
  content:"";
  width:34px;
  height:1px;
  background:linear-gradient(90deg, rgba(184,148,95,0), rgba(184,148,95,.72));
}

.ijccrl-hub-brand h1{
  margin:0 0 14px;
  max-width:12ch;
  font-size:clamp(2.4rem, 4.5vw, 4.15rem);
  line-height:.94;
  letter-spacing:-.05em;
  color:var(--ij-text);
}

.ijccrl-hub-brand__lead{
  margin:0;
  max-width:60ch;
  color:rgba(243,239,231,.86);
  line-height:1.7;
  font-size:1.02rem;
}

.ijccrl-hub-brand__actions{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:22px;
}

.ijccrl-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:46px;
  padding:0 20px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.1);
  text-decoration:none;
  font-weight:600;
  transition:transform .22s ease, border-color .22s ease, background-color .22s ease, color .22s ease;
}

.ijccrl-btn:hover{
  transform:translateY(-1px);
}

.ijccrl-btn--primary{
  background:linear-gradient(180deg, #c5a06a, #af8752);
  border-color:rgba(197,160,106,.7);
  color:#16120e;
}

.ijccrl-btn--secondary{
  background:rgba(255,255,255,.03);
  border-color:rgba(127,167,198,.28);
  color:var(--ij-text);
}

.ijccrl-btn--ghost{
  background:rgba(255,255,255,.018);
  border-color:rgba(255,255,255,.09);
  color:rgba(243,239,231,.9);
}

.ijccrl-hub-brand__hero-rail{
  display:grid;
  gap:12px;
  align-content:start;
}

.ijccrl-rail-card{
  padding:16px 16px 15px;
  border-radius:18px;
  border:1px solid rgba(255,255,255,.06);
  background:rgba(255,255,255,.022);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.02);
}

.ijccrl-rail-card h2{
  margin:0 0 10px;
  font-size:.9rem;
  letter-spacing:.08em;
  text-transform:uppercase;
  color:rgba(243,239,231,.82);
}

.ijccrl-rail-card p{
  margin:0;
  color:var(--ij-muted);
  font-size:.92rem;
  line-height:1.62;
}

.ijccrl-rail-links{
  display:grid;
  gap:8px;
}

.ijccrl-rail-links a{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  padding:10px 12px;
  border-radius:14px;
  border:1px solid rgba(255,255,255,.05);
  background:rgba(0,0,0,.12);
  color:rgba(243,239,231,.92);
  text-decoration:none;
  font-size:.88rem;
  font-weight:600;
}

.ijccrl-rail-links a::after{
  content:"→";
  color:rgba(184,148,95,.88);
}

.ijccrl-rail-links a:hover{
  border-color:rgba(184,148,95,.24);
  background:rgba(184,148,95,.04);
}

.ijccrl-rail-search .search-form{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:10px;
}

.ijccrl-rail-search label{
  margin:0;
}

.ijccrl-rail-search .search-field{
  width:100%;
  min-height:44px;
  padding:0 14px;
  border-radius:14px;
  border:1px solid rgba(255,255,255,.08);
  background:rgba(255,255,255,.03);
  color:var(--ij-text);
}

.ijccrl-rail-search .search-submit{
  min-height:44px;
  padding:0 16px;
  border-radius:14px;
  border:1px solid rgba(184,148,95,.28);
  background:rgba(184,148,95,.10);
  color:var(--ij-text);
  cursor:pointer;
}

.ijccrl-rail-search .screen-reader-text{
  position:absolute !important;
  clip:rect(1px,1px,1px,1px);
  clip-path:inset(50%);
  width:1px;
  height:1px;
  overflow:hidden;
}

.ijccrl-hub-brand__body{
  display:block;
}

.ijccrl-hub-brand__content{
  display:grid;
  gap:20px;
}

.ijccrl-hub-brand__feature-grid,
.ijccrl-hub-card-grid{
  display:grid;
  gap:16px;
}

.ijccrl-hub-brand__feature-grid{
  grid-template-columns:repeat(3, minmax(0,1fr));
}

.ijccrl-feature-card,
.ijccrl-hub-card{
  display:block;
  padding:18px 18px 16px;
  border-radius:20px;
  border:1px solid rgba(255,255,255,.05);
  background:linear-gradient(180deg, rgba(255,255,255,.018), rgba(255,255,255,.006));
  box-shadow:0 16px 34px rgba(0,0,0,.16);
  text-decoration:none;
}

.ijccrl-feature-card:hover,
.ijccrl-hub-card:hover{
  border-color:rgba(184,148,95,.22);
  background:linear-gradient(180deg, rgba(184,148,95,.05), rgba(255,255,255,.01));
}

.ijccrl-feature-card__label,
.ijccrl-hub-section__head span{
  display:inline-block;
  margin-bottom:8px;
  color:rgba(184,148,95,.84);
  text-transform:uppercase;
  letter-spacing:.14em;
  font-size:.7rem;
  font-weight:700;
}

.ijccrl-feature-card h2,
.ijccrl-hub-card h3,
.ijccrl-hub-section__head h2{
  margin:0 0 8px;
  color:var(--ij-text);
  letter-spacing:-.03em;
}

.ijccrl-feature-card h2{
  font-size:1.12rem;
  line-height:1.14;
}

.ijccrl-hub-card h3{
  font-size:1.06rem;
  line-height:1.18;
}

.ijccrl-feature-card p,
.ijccrl-hub-card p,
.ijccrl-hub-section__head p{
  margin:0;
  color:var(--ij-muted);
  line-height:1.66;
}

.ijccrl-hub-section{
  padding:20px 20px 18px;
  border-radius:24px;
  border:1px solid rgba(255,255,255,.05);
  background:linear-gradient(180deg, rgba(255,255,255,.018), rgba(255,255,255,.006));
}

.ijccrl-hub-section__head{
  margin-bottom:14px;
}

.ijccrl-hub-card-grid{
  grid-template-columns:repeat(3, minmax(0,1fr));
}

body.page-rating-lists .site-header,
body.page-live .site-header,
body.page-rules-and-audit .site-header,
body.page-downloads .site-header{
  background:linear-gradient(180deg, rgba(16,18,20,.985), rgba(18,21,24,.97)) !important;
  border-bottom:1px solid rgba(255,255,255,.045);
  box-shadow:0 14px 32px rgba(0,0,0,.18);
}

body.page-rating-lists .entry-content > *:not(.ijccrl-hub-brand),
body.page-live .entry-content > *:not(.ijccrl-hub-brand),
body.page-rules-and-audit .entry-content > *:not(.ijccrl-hub-brand),
body.page-downloads .entry-content > *:not(.ijccrl-hub-brand){
  display:none !important;
}



body.page-rules-and-audit .ijccrl-hub-brand__hero{
  background:
    linear-gradient(135deg, rgba(184,148,95,.10) 0%, rgba(118,166,144,.05) 38%, rgba(255,255,255,.012) 100%),
    linear-gradient(180deg, rgba(18,21,23,.985) 0%, rgba(15,17,19,1) 100%);
}

body.page-rules-and-audit .ijccrl-rail-links a::after{
  color:rgba(118,166,144,.84);
}

body.page-downloads .ijccrl-hub-brand__hero{
  background:
    linear-gradient(135deg, rgba(184,148,95,.10) 0%, rgba(127,167,198,.06) 34%, rgba(255,255,255,.012) 100%),
    linear-gradient(180deg, rgba(18,21,23,.985) 0%, rgba(15,17,19,1) 100%);
}

body.page-downloads .ijccrl-rail-links a::after{
  color:rgba(127,167,198,.88);
}

@media (max-width: 1080px){
  .ijccrl-hub-brand__hero{
    grid-template-columns:1fr;
  }

  .ijccrl-hub-brand__feature-grid,
  .ijccrl-hub-card-grid{
    grid-template-columns:repeat(2, minmax(0,1fr));
  }

  .ijccrl-hub-brand h1{
    max-width:13ch;
  }
}

@media (max-width: 760px){
  body.page-rating-lists .inside-article,
  body.page-live .inside-article,
  body.page-rules-and-audit .inside-article,
  body.page-downloads .inside-article{
    width:min(var(--ij-max), calc(100% - 22px));
    padding:18px 0 38px;
  }

  .ijccrl-hub-brand__hero{
    padding:20px 18px 18px;
    border-radius:24px;
  }

  .ijccrl-hub-brand h1{
    max-width:11ch;
    font-size:clamp(2rem, 9.2vw, 3rem);
  }

  .ijccrl-hub-brand__lead{
    font-size:.98rem;
  }

  .ijccrl-hub-brand__actions{
    gap:10px;
  }

  .ijccrl-btn{
    width:100%;
  }

  .ijccrl-hub-brand__feature-grid,
  .ijccrl-hub-card-grid,
  .ijccrl-rail-search .search-form{
    grid-template-columns:1fr;
  }

  .ijccrl-hub-section{
    padding:18px 16px 16px;
    border-radius:20px;
  }
}


/* ============================================================
   V4U — Hub Chrome Amputation / Top Auto-Link Suppression / Family Canvas Unification
   ============================================================ */

body.ijccrl-hub-page{
  background:
    radial-gradient(circle at 0% 0%, rgba(184,148,95,.08), transparent 28%),
    radial-gradient(circle at 100% 10%, rgba(127,167,198,.07), transparent 26%),
    linear-gradient(180deg, #101214 0%, #121518 38%, #101214 100%);
  color:var(--ij-text);
}

body.ijccrl-hub-page #page,
body.ijccrl-hub-page #content,
body.ijccrl-hub-page .site,
body.ijccrl-hub-page .site-content,
body.ijccrl-hub-page .inside-article,
body.ijccrl-hub-page .content-area,
body.ijccrl-hub-page .site-main,
body.ijccrl-hub-page .inside-site-info,
body.ijccrl-hub-page .inside-header{
  background:transparent;
}

body.ijccrl-hub-page .site-header{
  background:linear-gradient(180deg, rgba(16,18,20,.985), rgba(18,21,24,.97)) !important;
  border-bottom:1px solid rgba(255,255,255,.045);
  box-shadow:0 14px 32px rgba(0,0,0,.18);
}

body.ijccrl-hub-page .inside-header{
  width:min(var(--ij-max), calc(100% - 40px));
  margin:0 auto;
  padding:11px 0 10px;
  justify-content:flex-start;
}

body.ijccrl-hub-page .site-branding{
  display:flex;
  align-items:center;
  min-height:52px;
  gap:10px;
  padding-left:2px;
}

body.ijccrl-hub-page .site-branding::before{
  content:"";
  width:50px;
  height:50px;
  display:block;
  background:url("assets/ijccrl-mark.svg") center/contain no-repeat;
  filter:drop-shadow(0 14px 22px rgba(0,0,0,.26));
}

body.ijccrl-hub-page .main-title,
body.ijccrl-hub-page .site-description{
  display:none !important;
}

body.ijccrl-hub-page .main-navigation,
body.ijccrl-hub-page #site-navigation,
body.ijccrl-hub-page .inside-navigation,
body.ijccrl-hub-page .menu-toggle,
body.ijccrl-hub-page .menu-bar-items,
body.ijccrl-hub-page .mobile-menu-control-wrapper,
body.ijccrl-hub-page nav[aria-label="Primary"],
body.ijccrl-hub-page nav[aria-label="Main"]{
  display:none !important;
}

body.ijccrl-hub-page .site-header::after{
  content:"";
  display:block;
  height:1px;
  background:linear-gradient(90deg, rgba(184,148,95,0), rgba(184,148,95,.24), rgba(127,167,198,.20), rgba(184,148,95,0));
}

body.ijccrl-hub-page .inside-article{
  width:min(var(--ij-max), calc(100% - 34px));
  margin:0 auto;
  padding:26px 0 52px;
  box-shadow:none;
}

body.ijccrl-hub-page .entry-content{
  margin:0;
}

body.ijccrl-hub-page .entry-content > *:not(.ijccrl-hub-brand){
  display:none !important;
}

body.ijccrl-hub-page .content-area{
  width:100%;
  float:none;
  margin:0;
}

body.ijccrl-hub-page .site-content,
body.ijccrl-hub-page .inside-article{
  padding-top:0;
  padding-bottom:0;
}

body.ijccrl-hub-page .site-footer,
body.ijccrl-hub-page .site-info{
  background:linear-gradient(180deg, rgba(15,17,19,.98), rgba(12,14,16,1)) !important;
  border-top:1px solid rgba(255,255,255,.05);
}

body.ijccrl-hub-page .inside-site-info{
  width:min(var(--ij-max), calc(100% - 34px));
  margin:0 auto;
  padding:14px 0 18px;
  color:rgba(199,192,180,.62);
  font-size:.76rem;
  border-top:1px solid rgba(255,255,255,.04);
}

body.ijccrl-hub-page .inside-site-info a{
  color:rgba(243,239,231,.86);
}

body.ijccrl-hub-page .ijccrl-hub-brand{
  gap:20px;
}

body.ijccrl-hub-page .ijccrl-hub-brand__hero{
  box-shadow:0 22px 56px rgba(0,0,0,.24), inset 0 1px 0 rgba(255,255,255,.02);
}

body.ijccrl-hub-page .ijccrl-hub-brand__body{
  position:relative;
  padding:24px 24px 22px;
  border-radius:26px;
  border:1px solid rgba(255,255,255,.05);
  background:
    linear-gradient(180deg, rgba(255,255,255,.018), rgba(255,255,255,.006)),
    linear-gradient(180deg, rgba(19,22,24,.98), rgba(16,18,20,1));
  box-shadow:0 18px 40px rgba(0,0,0,.16);
}

body.ijccrl-hub-page .ijccrl-hub-brand__body::before{
  content:"";
  position:absolute;
  left:24px;
  right:24px;
  top:0;
  height:1px;
  background:linear-gradient(90deg, rgba(184,148,95,0), rgba(184,148,95,.34), rgba(127,167,198,.14), rgba(184,148,95,0));
}

body.ijccrl-hub-page .ijccrl-hub-brand__content{
  gap:16px;
}

body.ijccrl-hub-page .ijccrl-hub-section,
body.ijccrl-hub-page .ijccrl-feature-card{
  background:linear-gradient(180deg, rgba(255,255,255,.014), rgba(255,255,255,.004));
}

body.ijccrl-hub-page .ijccrl-hub-section{
  border-color:rgba(255,255,255,.04);
}

@media (max-width: 760px){
  body.ijccrl-hub-page .inside-article{
    width:min(var(--ij-max), calc(100% - 22px));
    padding:18px 0 38px;
  }

  body.ijccrl-hub-page .ijccrl-hub-brand__body{
    padding:18px 16px 16px;
    border-radius:22px;
  }
}


/* ============================================================
   V4V — Event child page grammar / public utility rail cleanup
   ============================================================ */
body.ijccrl-event-landing-page{
body.ijccrl-event-child-page{
  background:
    radial-gradient(circle at 0% 0%, rgba(184,148,95,.08), transparent 32%),
    radial-gradient(circle at 100% 8%, rgba(127,167,198,.08), transparent 30%),
    linear-gradient(180deg, #101214 0%, #111315 24%, #101214 100%);
  color:var(--ij-text);
}

body.ijccrl-event-landing-page #page,
body.ijccrl-event-child-page #page,
body.ijccrl-event-child-page #content,
body.ijccrl-event-child-page .site,
body.ijccrl-event-landing-page .site-content,
body.ijccrl-event-child-page .site-content,
body.ijccrl-event-child-page .inside-site-info,
body.ijccrl-event-child-page .inside-header,
body.ijccrl-event-child-page .site-main,
body.ijccrl-event-landing-page .inside-article{
body.ijccrl-event-landing-page .inside-article{
body.ijccrl-event-child-page .inside-article{
  background:transparent;
}

body.ijccrl-event-landing-page .site-header{
body.ijccrl-event-child-page .site-header{
  background:linear-gradient(180deg, rgba(16,18,20,.985), rgba(18,21,24,.97)) !important;
  border-bottom:1px solid rgba(255,255,255,.045);
  box-shadow:0 14px 32px rgba(0,0,0,.18);
}

body.ijccrl-event-landing-page .inside-header{
body.ijccrl-event-child-page .inside-header{
  width:min(var(--ij-max), calc(100% - 40px));
  margin:0 auto;
  padding:11px 0 10px;
}

body.ijccrl-event-landing-page .site-branding{
body.ijccrl-event-child-page .site-branding{
  display:flex;
  align-items:center;
  min-height:52px;
  gap:10px;
  padding-left:2px;
}

body.ijccrl-event-landing-page .site-branding::before{
body.ijccrl-event-child-page .site-branding::before{
  content:"";
  width:50px;
  height:50px;
  display:block;
  background:url("assets/ijccrl-mark.svg") center/contain no-repeat;
  filter:drop-shadow(0 14px 22px rgba(0,0,0,.26));
}

body.ijccrl-event-landing-page .main-title,
body.ijccrl-event-child-page .main-title,
body.ijccrl-event-child-page .site-description,
body.ijccrl-event-child-page .main-navigation,
body.ijccrl-event-child-page #site-navigation,
body.ijccrl-event-child-page .inside-navigation,
body.ijccrl-event-child-page .menu-toggle,
body.ijccrl-event-child-page .menu-bar-items,
body.ijccrl-event-child-page .mobile-menu-control-wrapper,
body.ijccrl-event-child-page nav[aria-label="Primary"],
body.ijccrl-event-child-page nav[aria-label="Main"]{
  display:none !important;
}

body.ijccrl-event-landing-page .site-header .inside-header{
body.ijccrl-event-child-page .site-header .inside-header{
  justify-content:flex-start;
}

body.ijccrl-event-landing-page .site-header::after{
body.ijccrl-event-child-page .site-header::after{
  content:"";
  display:block;
  height:1px;
  background:linear-gradient(90deg, rgba(184,148,95,0), rgba(184,148,95,.24), rgba(127,167,198,.20), rgba(184,148,95,0));
}

body.ijccrl-event-landing-page .inside-article{
body.ijccrl-event-landing-page .inside-article{
body.ijccrl-event-child-page .inside-article{
  width:min(var(--ij-max), calc(100% - 34px));
  margin:0 auto;
  padding:26px 0 52px;
  box-shadow:none;
}

body.ijccrl-event-landing-page .entry-content,
body.ijccrl-event-child-page .entry-content,
body.ijccrl-event-child-page .site-main,
body.ijccrl-event-child-page .content-area{
  margin:0;
  width:100%;
  float:none;
}

body.ijccrl-event-landing-page .entry-content > *:not(.ijccrl-hub-brand){
body.ijccrl-event-child-page .entry-content > *:not(.ijccrl-hub-brand){
  display:none !important;
}

body.ijccrl-event-landing-page .site-content,
body.ijccrl-event-child-page .site-content,
body.ijccrl-event-landing-page .inside-article{
body.ijccrl-event-landing-page .inside-article{
body.ijccrl-event-child-page .inside-article{
  padding-top:0;
  padding-bottom:0;
}

body.ijccrl-event-landing-page .site-footer,
body.ijccrl-event-child-page .site-footer,
body.ijccrl-event-child-page .site-info{
  background:linear-gradient(180deg, rgba(15,17,19,.98), rgba(12,14,16,1)) !important;
  border-top:1px solid rgba(255,255,255,.05);
}

body.ijccrl-event-landing-page .inside-site-info{
body.ijccrl-event-child-page .inside-site-info{
  width:min(var(--ij-max), calc(100% - 34px));
  margin:0 auto;
  padding:14px 0 18px;
  color:rgba(199,192,180,.62);
  font-size:.76rem;
  border-top:1px solid rgba(255,255,255,.04);
}

body.ijccrl-event-landing-page .inside-site-info a{
body.ijccrl-event-child-page .inside-site-info a{
  color:rgba(243,239,231,.86);
}

body.ijccrl-event-landing-page .ijccrl-hub-brand{
body.ijccrl-event-child-page .ijccrl-hub-brand{
  gap:18px;
}

body.ijccrl-event-landing-page .ijccrl-hub-brand__hero{
body.ijccrl-event-child-page .ijccrl-hub-brand__hero{
  box-shadow:0 22px 56px rgba(0,0,0,.24), inset 0 1px 0 rgba(255,255,255,.02);
}

body.ijccrl-event-landing-page .ijccrl-hub-brand__body{
body.ijccrl-event-landing-page .ijccrl-hub-brand__body{
body.ijccrl-event-child-page .ijccrl-hub-brand__body{
  position:relative;
  padding:24px 24px 22px;
  border-radius:26px;
  border:1px solid rgba(255,255,255,.05);
  background:
    linear-gradient(180deg, rgba(255,255,255,.018), rgba(255,255,255,.006)),
    linear-gradient(180deg, rgba(19,22,24,.98), rgba(16,18,20,1));
  box-shadow:0 18px 40px rgba(0,0,0,.16);
}

body.ijccrl-event-landing-page .ijccrl-hub-brand__body::before{
body.ijccrl-event-child-page .ijccrl-hub-brand__body::before{
  content:"";
  position:absolute;
  left:24px;
  right:24px;
  top:0;
  height:1px;
  background:linear-gradient(90deg, rgba(184,148,95,0), rgba(184,148,95,.34), rgba(127,167,198,.14), rgba(184,148,95,0));
}

body.ijccrl-event-landing-page .ijccrl-hub-brand__content{
body.ijccrl-event-child-page .ijccrl-hub-brand__content{
  gap:16px;
}

body.ijccrl-event-landing-page .ijccrl-hub-section,
body.ijccrl-event-child-page .ijccrl-hub-section,
body.ijccrl-event-child-page .ijccrl-feature-card{
  background:linear-gradient(180deg, rgba(255,255,255,.014), rgba(255,255,255,.004));
}

body.ijccrl-event-landing-page .ijccrl-hub-section{
body.ijccrl-event-child-page .ijccrl-hub-section{
  border-color:rgba(255,255,255,.04);
}

body.ijccrl-event-landing-page .ijccrl-rail-card h2,
body.ijccrl-event-child-page .ijccrl-rail-card h2,
body.ijccrl-hub-page .ijccrl-rail-card h2{
  letter-spacing:.12em;
}

body.ijccrl-event-landing-page .ijccrl-rail-card p,
body.ijccrl-event-child-page .ijccrl-rail-card p,
body.ijccrl-hub-page .ijccrl-rail-card p{
  color:rgba(199,192,180,.82);
}

body.ijccrl-event-landing-page .ijccrl-hub-brand__hero::before{
body.ijccrl-event-child-page .ijccrl-hub-brand__hero::before{
  opacity:.88;
}

body.ijccrl-event-landing-page .ijccrl-hub-brand h1{
body.ijccrl-event-child-page .ijccrl-hub-brand h1{
  max-width:11ch;
}

body.ijccrl-event-landing-page .ijccrl-hub-brand__lead{
body.ijccrl-event-child-page .ijccrl-hub-brand__lead{
  max-width:58ch;
}

@media (max-width: 760px){
  body.ijccrl-event-landing-page .inside-article{
body.ijccrl-event-landing-page .inside-article{
body.ijccrl-event-child-page .inside-article{
    width:min(var(--ij-max), calc(100% - 22px));
    padding:18px 0 38px;
  }

  body.ijccrl-event-landing-page .ijccrl-hub-brand__body{
body.ijccrl-event-landing-page .ijccrl-hub-brand__body{
body.ijccrl-event-child-page .ijccrl-hub-brand__body{
    padding:18px 16px 16px;
    border-radius:22px;
  }
}


/* ============================================================
   V4W — Event child spacing discipline / utility rail density trim / final family consistency pass
   ============================================================ */
.ijccrl-hub-brand{
  gap:18px;
}

.ijccrl-hub-brand__hero{
  gap:18px;
  padding:28px 30px 24px;
}

.ijccrl-hub-brand__actions{
  gap:10px;
  margin-top:20px;
}

.ijccrl-hub-brand__body{
  padding-top:22px;
}

.ijccrl-hub-brand__content{
  gap:14px;
}

.ijccrl-hub-brand__feature-grid,
.ijccrl-hub-card-grid{
  gap:14px;
}

.ijccrl-feature-card,
.ijccrl-hub-card{
  padding:16px 16px 14px;
}

.ijccrl-hub-section{
  padding:18px 18px 16px;
}

.ijccrl-hub-section__head{
  margin-bottom:12px;
}

.ijccrl-rail-card{
  padding:13px 14px 12px;
  border-radius:16px;
}

.ijccrl-rail-card h2{
  margin:0 0 8px;
  font-size:.84rem;
  letter-spacing:.115em;
}

.ijccrl-rail-card p{
  font-size:.88rem;
  line-height:1.56;
}

.ijccrl-rail-links{
  gap:7px;
}

.ijccrl-rail-links a{
  padding:9px 11px;
  border-radius:13px;
  font-size:.84rem;
}

body.ijccrl-hub-page .inside-article,
body.ijccrl-event-landing-page .inside-article{
body.ijccrl-event-landing-page .inside-article{
body.ijccrl-event-child-page .inside-article{
  padding:22px 0 44px;
}

body.ijccrl-hub-page .ijccrl-hub-brand,
body.ijccrl-event-landing-page .ijccrl-hub-brand{
body.ijccrl-event-child-page .ijccrl-hub-brand{
  gap:16px;
}

body.ijccrl-hub-page .ijccrl-hub-brand__hero,
body.ijccrl-event-landing-page .ijccrl-hub-brand__hero{
body.ijccrl-event-child-page .ijccrl-hub-brand__hero{
  box-shadow:0 20px 50px rgba(0,0,0,.22), inset 0 1px 0 rgba(255,255,255,.018);
}

body.ijccrl-hub-page .ijccrl-hub-brand__body,
body.ijccrl-event-landing-page .ijccrl-hub-brand__body{
body.ijccrl-event-landing-page .ijccrl-hub-brand__body{
body.ijccrl-event-child-page .ijccrl-hub-brand__body{
  padding:22px 22px 20px;
  border-radius:24px;
}

body.ijccrl-hub-page .ijccrl-hub-brand__body::before,
body.ijccrl-event-landing-page .ijccrl-hub-brand__body::before{
body.ijccrl-event-child-page .ijccrl-hub-brand__body::before{
  left:22px;
  right:22px;
}

body.ijccrl-hub-page .ijccrl-hub-brand__content,
body.ijccrl-event-landing-page .ijccrl-hub-brand__content{
body.ijccrl-event-child-page .ijccrl-hub-brand__content{
  gap:14px;
}

body.ijccrl-hub-page .ijccrl-hub-section,
body.ijccrl-event-landing-page .ijccrl-hub-section,
body.ijccrl-event-child-page .ijccrl-hub-section,
body.ijccrl-hub-page .ijccrl-feature-card,
body.ijccrl-event-child-page .ijccrl-feature-card{
  box-shadow:0 14px 28px rgba(0,0,0,.13);
}

body.ijccrl-event-landing-page .ijccrl-hub-brand h1{
body.ijccrl-event-child-page .ijccrl-hub-brand h1{
  max-width:12ch;
}

body.ijccrl-event-landing-page .ijccrl-hub-brand__lead{
body.ijccrl-event-child-page .ijccrl-hub-brand__lead{
  max-width:56ch;
}

@media (max-width: 1024px){
  .ijccrl-hub-brand__hero{
    gap:16px;
    padding:24px 24px 22px;
  }

  body.ijccrl-hub-page .inside-article,
  body.ijccrl-event-landing-page .inside-article{
body.ijccrl-event-landing-page .inside-article{
body.ijccrl-event-child-page .inside-article{
    padding:20px 0 40px;
  }
}

@media (max-width: 760px){
  .ijccrl-hub-brand__hero{
    padding:20px 18px 18px;
  }

  .ijccrl-hub-brand__actions{
    gap:8px;
    margin-top:16px;
  }

  .ijccrl-rail-card{
    padding:12px 12px 11px;
  }

  .ijccrl-rail-links a{
    padding:9px 10px;
  }

  body.ijccrl-hub-page .inside-article,
  body.ijccrl-event-landing-page .inside-article{
body.ijccrl-event-landing-page .inside-article{
body.ijccrl-event-child-page .inside-article{
    width:min(var(--ij-max), calc(100% - 20px));
    padding:16px 0 32px;
  }

  body.ijccrl-hub-page .ijccrl-hub-brand__body,
  body.ijccrl-event-landing-page .ijccrl-hub-brand__body{
body.ijccrl-event-landing-page .ijccrl-hub-brand__body{
body.ijccrl-event-child-page .ijccrl-hub-brand__body{
    padding:16px 14px 14px;
    border-radius:20px;
  }

  body.ijccrl-hub-page .ijccrl-hub-brand__body::before,
  body.ijccrl-event-landing-page .ijccrl-hub-brand__body::before{
body.ijccrl-event-child-page .ijccrl-hub-brand__body::before{
    left:14px;
    right:14px;
  }
}


/* ============================================================
   V4X — Singular event template takeover / header tree kill / full-width event lock
   ============================================================ */
body.ijccrl-event-landing-page .widget,
body.ijccrl-event-landing-page .sidebar,
body.ijccrl-event-landing-page #right-sidebar,
body.ijccrl-event-landing-page #left-sidebar,
body.ijccrl-event-landing-page aside.widget-area,
body.ijccrl-event-landing-page .wp-block-navigation,
body.ijccrl-event-landing-page .wp-block-page-list,
body.ijccrl-event-landing-page .main-nav,
body.ijccrl-event-landing-page ul.page_item_has_children,
body.ijccrl-event-landing-page .inside-article > header.entry-header,
body.ijccrl-event-landing-page .nav-links,
body.ijccrl-event-landing-page .widget_search,
body.ijccrl-event-landing-page .wp-block-search,
body.ijccrl-event-landing-page .widget_recent_entries,
body.ijccrl-event-landing-page .widget_recent_comments{
  display:none !important;
}

body.ijccrl-event-landing-page .ijccrl-hub-brand h1{
  max-width:10ch;
}

body.ijccrl-event-landing-page .ijccrl-hub-brand__lead{
  max-width:60ch;
}


/* ============================================================
   V4Y — Global page-tree extirpation / brand-family hard kill
   ============================================================ */
body.ijccrl-hub-page .entry-content .wp-block-navigation,
body.ijccrl-hub-page .entry-content .wp-block-page-list,
body.ijccrl-hub-page .entry-content .wp-block-search,
body.ijccrl-hub-page .entry-content .widget,
body.ijccrl-event-landing-page .entry-content .wp-block-navigation,
body.ijccrl-event-landing-page .entry-content .wp-block-page-list,
body.ijccrl-event-landing-page .entry-content .wp-block-search,
body.ijccrl-event-landing-page .entry-content .widget,
body.ijccrl-event-child-page .entry-content .wp-block-navigation,
body.ijccrl-event-child-page .entry-content .wp-block-page-list,
body.ijccrl-event-child-page .entry-content .wp-block-search,
body.ijccrl-event-child-page .entry-content .widget,
body.ijccrl-event-child-page .widget,
body.ijccrl-event-child-page .sidebar,
body.ijccrl-event-child-page #right-sidebar,
body.ijccrl-event-child-page #left-sidebar,
body.ijccrl-event-child-page aside.widget-area,
body.ijccrl-event-child-page .widget_search,
body.ijccrl-event-child-page .widget_recent_entries,
body.ijccrl-event-child-page .widget_recent_comments,
body.ijccrl-event-child-page .nav-links,
body.ijccrl-event-child-page ul.page_item_has_children,
body.ijccrl-event-child-page .main-nav,
body.ijccrl-event-child-page .inside-article > header.entry-header,
body.ijccrl-event-child-page .entry-content > h1:first-child,
body.ijccrl-event-child-page .entry-content > h2:first-child,
body.ijccrl-event-child-page .entry-content > .has-global-padding,
body.ijccrl-event-child-page .entry-content > .is-layout-flow > .wp-block-navigation,
body.ijccrl-event-child-page .entry-content > .is-layout-flow > .wp-block-page-list,
body.ijccrl-event-child-page .entry-content > .is-layout-flow > .wp-block-search {
  display:none !important;
}

body.ijccrl-hub-page .site-content,
body.ijccrl-event-landing-page .site-content,
body.ijccrl-event-child-page .site-content {
  background:transparent !important;
}

body.ijccrl-event-child-page .inside-article,
body.ijccrl-event-child-page .content-area,
body.ijccrl-event-child-page .site-main {
  width:min(var(--ij-max), calc(100% - 34px)) !important;
  max-width:min(var(--ij-max), calc(100% - 34px));
  margin:0 auto !important;
  float:none !important;
}

body.ijccrl-event-child-page .entry-content > *:not(.ijccrl-hub-brand) {
  display:none !important;
}
