:root{
  --orj-burgundy:#7A1E2D;
  --orj-burgundy-dark:#621522;
  --orj-forest:#1E3B2E;
  --orj-charcoal:#2B2B2B;
  --orj-ivory:#F6F2EA;
  --orj-beige:#E7DFCF;
  --orj-gold:#B88A4A;
  --orj-border:#D8CDBB;
  --orj-white:#fffdf9;
}

.orj-v116a-runtime{background:var(--orj-ivory);color:var(--orj-charcoal)}
.orj-v116a-runtime .content-area,.orj-v116a-runtime .site-main{max-width:none!important;width:100%!important;margin:0!important;padding:0!important}
.orj-v116a-runtime .entry-content{margin:0!important}
.orj-page{width:100%;overflow:hidden;background:var(--orj-ivory);font-family:"Source Sans 3",sans-serif;color:var(--orj-charcoal)}
.orj-page *{box-sizing:border-box}
.orj-page h1,.orj-page h2,.orj-page h3{font-family:"Libre Baskerville",serif;color:var(--orj-forest);font-weight:400;letter-spacing:-.035em}
.orj-page a{text-underline-offset:3px}
.orj-container{width:min(1180px,calc(100% - 96px));margin-inline:auto}
.orj-eyebrow{margin:0 0 13px;color:var(--orj-burgundy);font-size:12px;line-height:1.2;font-weight:700;letter-spacing:.16em;text-transform:uppercase}
.orj-breadcrumb-wrap{border-bottom:1px solid var(--orj-border);background:rgba(246,242,234,.98)}
.orj-breadcrumb{display:flex;align-items:center;gap:10px;min-height:52px;font-size:14px;color:#625a51}
.orj-breadcrumb a{color:#514940;text-decoration:none}.orj-breadcrumb a:hover{text-decoration:underline;color:var(--orj-burgundy)}

.orj-hero{background:linear-gradient(90deg,var(--orj-ivory) 0 43%,#d9c8af 43% 100%);border-bottom:1px solid var(--orj-border)}
.orj-hero__inner{width:min(1280px,100%);min-height:575px;margin:auto;display:grid;grid-template-columns:43% 57%;align-items:stretch}
.orj-hero__copy{display:flex;flex-direction:column;justify-content:center;padding:68px 52px 68px 48px;position:relative;z-index:2;background:linear-gradient(90deg,var(--orj-ivory) 0 92%,rgba(246,242,234,.92) 100%)}
.orj-hero h1{margin:0 0 20px;font-size:clamp(3.4rem,5vw,5.2rem);line-height:.99;color:var(--orj-forest)}
.orj-hero__lead{max-width:520px;margin:0 0 14px;color:var(--orj-burgundy);font-family:"Libre Baskerville",serif;font-size:clamp(1.25rem,1.55vw,1.55rem);line-height:1.42;font-weight:700}
.orj-hero__body{max-width:520px;margin:0 0 26px;color:#514a43;font-size:1.03rem;line-height:1.64}
.orj-hero__media{position:relative;min-width:0;margin:0;overflow:hidden;background:#c7ac85}
.orj-hero__media:before{content:"";position:absolute;inset:0;z-index:1;background:linear-gradient(90deg,rgba(246,242,234,.9) 0,rgba(246,242,234,.36) 12%,transparent 30%);pointer-events:none}
.orj-hero__media img{display:block;width:100%;height:100%;object-fit:cover;object-position:center}

.orj-button{display:inline-flex;align-items:center;justify-content:center;min-height:46px;width:max-content;padding:0 22px;border:1px solid transparent;border-radius:3px;font-size:13px;font-weight:700;letter-spacing:.02em;text-decoration:none;transition:.18s ease}
.orj-button--primary{background:var(--orj-burgundy);color:#fff!important}.orj-button--primary:hover{background:var(--orj-burgundy-dark)}
.orj-button--secondary{background:var(--orj-forest);color:#fff!important}.orj-button--secondary:hover{background:#142f24}
.orj-button--outline{background:rgba(255,253,249,.75);color:var(--orj-burgundy)!important;border-color:rgba(122,30,45,.42)}.orj-button--outline:hover{background:#fff}

.orj-section-heading{margin-bottom:34px}.orj-section-heading h2{margin:0;font-size:clamp(2.15rem,3vw,3.35rem);line-height:1.12}.orj-section-heading--compact{max-width:760px}
.orj-section-heading--row{display:flex;justify-content:space-between;align-items:end;gap:30px}.orj-text-link{color:var(--orj-burgundy);font-size:13px;font-weight:700;text-decoration:none}.orj-text-link:hover{text-decoration:underline}

.orj-categories{padding:58px 0 62px;background:#fbf8f2;border-bottom:1px solid var(--orj-border)}
.orj-category-grid{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));border:1px solid var(--orj-border);background:rgba(255,253,249,.65)}
.orj-category{min-height:140px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;padding:18px 10px;text-align:center;text-decoration:none;color:#2f2b27;border-right:1px solid var(--orj-border);transition:.18s ease}
.orj-category:last-child{border-right:0}.orj-category:hover{background:#f1e9dd;color:var(--orj-burgundy)}
.orj-category__icon{display:grid;place-items:center;width:44px;height:44px;color:var(--orj-gold)}
.orj-category__icon svg{width:100%;height:100%;fill:none;stroke:currentColor;stroke-width:1.55;stroke-linecap:round;stroke-linejoin:round}
.orj-category>span:last-child{font-family:"Libre Baskerville",serif;font-size:.9rem;line-height:1.32}

.orj-featured{padding:82px 0;background:var(--orj-ivory)}
.orj-feature-card{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(360px,.75fr);min-height:430px;background:var(--orj-white);border:1px solid var(--orj-border);box-shadow:0 18px 50px rgba(61,45,31,.06)}
.orj-feature-card__media{display:block;min-height:430px;overflow:hidden;background:#c7b08e}
.orj-feature-card__image{display:block;width:100%;height:100%;object-fit:cover;transition:transform .45s ease}.orj-feature-card__media:hover .orj-feature-card__image{transform:scale(1.02)}
.orj-feature-card__content{display:flex;flex-direction:column;justify-content:center;padding:46px 44px}
.orj-card-category{margin:0 0 10px;color:#a36419;font-size:11px;font-weight:700;letter-spacing:.075em;text-transform:uppercase}
.orj-feature-card h3{margin:0 0 16px;font-size:clamp(1.8rem,2.45vw,2.7rem);line-height:1.13}.orj-feature-card h3 a{color:inherit;text-decoration:none}.orj-feature-card h3 a:hover{color:var(--orj-burgundy)}
.orj-feature-card__excerpt{margin:0 0 20px;color:#4d4740;font-size:.98rem;line-height:1.62}
.orj-meta{display:flex;align-items:center;flex-wrap:wrap;gap:8px;margin:0 0 25px;color:#756b60;font-size:13px}

.orj-latest{padding:76px 0 92px;background:#efe8dc;border-top:1px solid var(--orj-border)}
.orj-article-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}
.orj-article-card{display:flex;flex-direction:column;min-width:0;background:rgba(255,253,249,.92);border:1px solid var(--orj-border);border-radius:3px;overflow:hidden;box-shadow:0 8px 22px rgba(65,49,36,.035)}
.orj-article-card__media{display:block;aspect-ratio:1.38/1;overflow:hidden;background:#c9b391}
.orj-article-card__image{display:block;width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.orj-article-card__media:hover .orj-article-card__image{transform:scale(1.025)}
.orj-article-card__content{display:flex;flex-direction:column;flex:1;padding:22px 20px 20px}
.orj-article-card h3{margin:0 0 12px;font-size:1.17rem;line-height:1.32;letter-spacing:-.025em}.orj-article-card h3 a{color:#1f2f28;text-decoration:none}.orj-article-card h3 a:hover{color:var(--orj-burgundy)}
.orj-article-card__excerpt{margin:0 0 17px;color:#4e4841;font-size:.88rem;line-height:1.55}
.orj-article-card .orj-meta{margin-top:auto;margin-bottom:14px;font-size:12px;color:#7a6c60}
.orj-card-link{color:var(--orj-burgundy);font-size:12px;font-weight:700;text-decoration:none}.orj-card-link:hover{text-decoration:underline}
.orj-pagination{margin-top:36px}.orj-pagination ul{display:flex;justify-content:center;gap:8px;list-style:none;margin:0;padding:0}.orj-pagination a,.orj-pagination span{display:grid;place-items:center;min-width:42px;height:42px;padding:0 12px;border:1px solid var(--orj-border);background:#fbf8f2;color:#3f3832;text-decoration:none;border-radius:3px}.orj-pagination .current{background:var(--orj-burgundy);border-color:var(--orj-burgundy);color:#fff}.orj-pagination a:hover{border-color:var(--orj-burgundy);color:var(--orj-burgundy)}
.orj-empty{padding:42px;border:1px solid var(--orj-border);background:#fffdf8}.orj-empty h3{margin-top:0}

.orj-soft-cta{position:relative;min-height:300px;display:flex;align-items:center;overflow:hidden;background:#f4ecde;border-top:1px solid var(--orj-border)}
.orj-soft-cta__backdrop{position:absolute;inset:0;background:url('../images/journal-v1-16a/journal-cta.webp') center/cover no-repeat;opacity:.76}
.orj-soft-cta:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(246,242,234,.98) 0 48%,rgba(246,242,234,.84) 66%,rgba(246,242,234,.22) 100%)}
.orj-soft-cta__inner{position:relative;z-index:2;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:46px;align-items:center;padding-block:58px}
.orj-soft-cta h2{max-width:720px;margin:0 0 14px;font-size:clamp(2rem,3vw,3.1rem);line-height:1.13}.orj-soft-cta p:not(.orj-eyebrow){max-width:700px;margin:0;color:#4f4942;font-size:.96rem;line-height:1.6}
.orj-soft-cta__actions{display:flex;flex-direction:column;align-items:stretch;gap:10px}.orj-soft-cta__actions .orj-button{width:100%}

.orj-v116a-runtime .orj-page a:focus-visible{outline:3px solid #d6a955;outline-offset:4px}

@media (max-width:1080px){
  .orj-container{width:min(100% - 64px,1180px)}
  .orj-hero__copy{padding-left:32px;padding-right:38px}
  .orj-category-grid{grid-template-columns:repeat(4,minmax(0,1fr))}
  .orj-category{border-bottom:1px solid var(--orj-border)}
  .orj-category:nth-child(4n){border-right:0}
  .orj-category:nth-last-child(-n+3){border-bottom:0}
  .orj-category:nth-child(5){border-left:0}
  .orj-article-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}
}

@media (max-width:820px){
  .orj-hero{background:var(--orj-ivory)}
  .orj-hero__inner{grid-template-columns:1fr;min-height:0}
  .orj-hero__copy{padding:58px 32px 46px}
  .orj-hero h1{font-size:clamp(3rem,9vw,4.3rem)}
  .orj-hero__media{min-height:420px}
  .orj-hero__media:before{background:linear-gradient(180deg,rgba(246,242,234,.6),transparent 24%)}
  .orj-feature-card{grid-template-columns:1fr}
  .orj-feature-card__media{min-height:380px}
  .orj-feature-card__content{padding:38px 34px}
  .orj-soft-cta__inner{grid-template-columns:1fr}
  .orj-soft-cta__actions{align-items:flex-start;flex-direction:row;flex-wrap:wrap}
  .orj-soft-cta__actions .orj-button{width:auto}
}

@media (max-width:640px){
  .orj-container{width:min(100% - 40px,1180px)}
  .orj-breadcrumb{min-height:46px;font-size:13px}
  .orj-hero__copy{padding:50px 20px 40px}
  .orj-hero h1{font-size:2.8rem}
  .orj-hero__lead{font-size:1.16rem}
  .orj-hero__body{font-size:.96rem}
  .orj-hero__media{min-height:310px}
  .orj-categories{padding:48px 0}
  .orj-category-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .orj-category{min-height:126px;border-right:1px solid var(--orj-border)!important;border-bottom:1px solid var(--orj-border)!important}
  .orj-category:nth-child(2n){border-right:0!important}
  .orj-category:last-child{grid-column:1/-1;border-bottom:0!important}
  .orj-section-heading--row{align-items:flex-start;flex-direction:column}
  .orj-featured{padding:58px 0}
  .orj-feature-card__media{min-height:270px}
  .orj-feature-card__content{padding:30px 24px}
  .orj-latest{padding:56px 0 68px}
  .orj-article-grid{grid-template-columns:1fr}
  .orj-article-card__media{aspect-ratio:1.55/1}
  .orj-soft-cta{min-height:360px}
  .orj-soft-cta:after{background:linear-gradient(180deg,rgba(246,242,234,.98) 0 60%,rgba(246,242,234,.7) 100%)}
  .orj-soft-cta__inner{padding-block:50px}
  .orj-soft-cta__actions{flex-direction:column;align-items:stretch}.orj-soft-cta__actions .orj-button{width:100%}
}
