:root {
--cp-ink: #111827;
--cp-muted: #667085;
--cp-line: #e5e7eb;
--cp-paper: #ffffff;
--cp-soft: #f6f7f9;
--cp-brand: #e44725;
--cp-brand-dark: #b92f13;
--cp-night: #101820;
--cp-green: #18794e;
--cp-radius: 18px;
--cp-shadow: 0 18px 45px rgba(16, 24, 40, .08);
--cp-width: 1180px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
margin: 0;
color: var(--cp-ink);
background: var(--cp-paper);
font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
font-size: 17px;
line-height: 1.65;
text-rendering: optimizeLegibility;
-webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; }
a { color: var(--cp-brand-dark); text-decoration-thickness: .08em; text-underline-offset: .17em; }
a:hover { color: var(--cp-brand); }
button, input, select, textarea { font: inherit; }
:focus-visible { outline: 3px solid #f7a38f; outline-offset: 3px; }
.screen-reader-text {
position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px;
overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}
.screen-reader-text:focus {
position: fixed !important; z-index: 100000; top: 12px; left: 12px; width: auto; height: auto;
padding: 12px 16px; clip: auto; background: #fff; color: #111; border-radius: 8px;
}
.cp-container { width: min(calc(100% - 36px), var(--cp-width)); margin-inline: auto; }
.cp-section { padding-block: clamp(44px, 7vw, 88px); }
.cp-kicker { margin: 0 0 8px; color: var(--cp-brand); font-size: .77rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.cp-section-title { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(2rem, 4vw, 3.3rem); line-height: 1.05; letter-spacing: -.035em; }
.cp-section-head { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 28px; }
.cp-section-head p { max-width: 620px; margin: 0; color: var(--cp-muted); } .cp-topbar { background: var(--cp-night); color: #dce2e8; font-size: .82rem; }
.cp-topbar-inner { min-height: 38px; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.cp-topbar a { color: #fff; font-weight: 700; }
.cp-header { position: relative; z-index: 50; background: rgba(255,255,255,.97); border-bottom: 1px solid var(--cp-line); }
.cp-header-main { min-height: 92px; display: grid; grid-template-columns: auto minmax(260px, 520px); align-items: center; justify-content: space-between; gap: 28px; }
.cp-brand { display: inline-flex; align-items: center; gap: 12px; color: var(--cp-ink); text-decoration: none; }
.cp-brand img, .custom-logo { width: auto; max-width: 245px; max-height: 64px; object-fit: contain; }
.cp-brand-text { font-size: 1.45rem; font-weight: 900; letter-spacing: -.04em; }
.cp-brand-mark { width: 38px; height: 38px; display: grid; place-items: center; color: #fff; background: var(--cp-brand); border-radius: 50%; font-weight: 900; }
.cp-search { display: flex; border: 1px solid #d0d5dd; background: #fff; border-radius: 999px; box-shadow: 0 5px 18px rgba(16,24,40,.04); overflow: hidden; }
.cp-search label { flex: 1; }
.cp-search input { width: 100%; min-height: 48px; padding: 0 6px 0 20px; color: var(--cp-ink); background: transparent; border: 0; outline: 0; }
.cp-search button { min-width: 108px; padding: 0 20px; color: #fff; background: var(--cp-brand); border: 0; cursor: pointer; font-weight: 800; }
.cp-nav { background: #fff; border-bottom: 1px solid var(--cp-line); }
.cp-nav-inner { display: flex; align-items: center; min-height: 52px; }
.cp-menu-toggle { display: none; width: 100%; padding: 13px 0; color: var(--cp-ink); background: transparent; border: 0; text-align: left; font-weight: 800; }
.cp-menu, .cp-menu ul { list-style: none; margin: 0; padding: 0; }
.cp-menu { display: flex; align-items: center; gap: 27px; }
.cp-menu a { display: block; padding: 13px 0; color: #344054; text-decoration: none; font-size: .87rem; font-weight: 800; }
.cp-menu a:hover, .cp-menu .current-menu-item > a, .cp-menu .current-menu-ancestor > a { color: var(--cp-brand); } .cp-hero { position: relative; overflow: hidden; padding: clamp(58px, 9vw, 110px) 0; color: #fff; background: var(--cp-night); }
.cp-hero::before { content: ""; position: absolute; width: 550px; height: 550px; right: -140px; top: -240px; border: 90px solid rgba(228,71,37,.16); border-radius: 50%; }
.cp-hero::after { content: ""; position: absolute; inset: auto 0 0; height: 5px; background: linear-gradient(90deg,var(--cp-brand),#f59e0b); }
.cp-hero-grid { position: relative; display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(280px, .65fr); align-items: center; gap: clamp(40px, 8vw, 100px); }
.cp-hero h1 { max-width: 780px; margin: 0 0 22px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.8rem, 6.8vw, 5.8rem); line-height: .97; letter-spacing: -.055em; }
.cp-hero h1 span { color: #ff7a59; }
.cp-hero-copy { max-width: 680px; margin: 0 0 30px; color: #dce2e8; font-size: clamp(1.05rem, 2vw, 1.28rem); }
.cp-hero-search { max-width: 680px; padding: 7px; background: #fff; border-radius: 999px; }
.cp-hero-search input { min-height: 54px; }
.cp-hero-card { padding: 30px; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.14); border-radius: 24px; backdrop-filter: blur(8px); }
.cp-hero-card strong { display: block; font-family: Georgia, serif; font-size: 2.1rem; line-height: 1.1; }
.cp-hero-card p { margin: 10px 0 22px; color: #c7d0da; }
.cp-pill-list { display: flex; flex-wrap: wrap; gap: 8px; }
.cp-pill { display: inline-flex; padding: 7px 11px; color: inherit; border: 1px solid currentColor; border-radius: 999px; text-decoration: none; font-size: .78rem; font-weight: 800; opacity: .9; } .cp-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 26px; }
.cp-card { position: relative; min-width: 0; display: flex; flex-direction: column; background: #fff; border: 1px solid var(--cp-line); border-radius: var(--cp-radius); overflow: hidden; transition: transform .2s ease, box-shadow .2s ease; content-visibility: auto; contain-intrinsic-size: 420px; }
.cp-card:hover { transform: translateY(-4px); box-shadow: var(--cp-shadow); }
.cp-card-media { position: relative; display: block; aspect-ratio: 16 / 10; overflow: hidden; background: linear-gradient(135deg,#1f2937,#374151); }
.cp-card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.cp-card:hover .cp-card-media img { transform: scale(1.025); }
.cp-card-placeholder { width: 100%; height: 100%; display: grid; place-items: center; color: rgba(255,255,255,.82); font-family: Georgia, serif; font-size: 1.6rem; }
.cp-badge { display: inline-flex; align-items: center; width: fit-content; padding: 5px 9px; color: var(--cp-brand-dark); background: #fff1ed; border-radius: 999px; font-size: .7rem; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; text-decoration: none; }
.cp-card .cp-badge { position: absolute; z-index: 2; top: 14px; left: 14px; color: #fff; background: rgba(16,24,32,.88); }
.cp-card-body { display: flex; flex: 1; flex-direction: column; padding: 21px; }
.cp-card h2, .cp-card h3 { margin: 0 0 11px; font-family: Georgia, "Times New Roman", serif; font-size: 1.42rem; line-height: 1.18; letter-spacing: -.025em; }
.cp-card h2 a, .cp-card h3 a { color: var(--cp-ink); text-decoration: none; }
.cp-card-excerpt { margin: 0 0 18px; color: var(--cp-muted); font-size: .92rem; }
.cp-card-meta { display: flex; flex-wrap: wrap; gap: 8px 14px; margin-top: auto; color: #475467; font-size: .78rem; font-weight: 700; }
.cp-card-meta .is-closing { color: var(--cp-green); }
.cp-featured-grid { display: grid; grid-template-columns: 1.45fr .9fr; gap: 26px; }
.cp-featured-main .cp-card-media { aspect-ratio: 16 / 8.8; }
.cp-featured-main .cp-card h2 { font-size: clamp(1.7rem,3vw,2.45rem); }
.cp-grid-spaced { margin-top: 26px; }
.cp-category-section { background: var(--cp-soft); border-block: 1px solid var(--cp-line); }
.cp-stack { display: grid; gap: 18px; }
.cp-stack .cp-card { display: grid; grid-template-columns: 145px 1fr; }
.cp-stack .cp-card-media { aspect-ratio: auto; min-height: 150px; }
.cp-stack .cp-card-body { padding: 17px; }
.cp-stack .cp-card h3 { font-size: 1.08rem; }
.cp-stack .cp-card-excerpt { display: none; } .cp-page-head { padding: 46px 0 38px; background: var(--cp-soft); border-bottom: 1px solid var(--cp-line); }
.cp-page-head h1 { max-width: 850px; margin: 0; font-family: Georgia, serif; font-size: clamp(2.45rem,5vw,4.7rem); line-height: 1.02; letter-spacing: -.05em; }
.cp-page-head p { max-width: 760px; margin: 16px 0 0; color: var(--cp-muted); }
.cp-content-grid { display: grid; grid-template-columns: minmax(0,1fr) 310px; align-items: start; gap: 44px; }
.cp-sidebar { display: grid; gap: 22px; position: sticky; top: 24px; }
.cp-widget { padding: 23px; background: var(--cp-soft); border: 1px solid var(--cp-line); border-radius: 16px; }
.cp-widget h2, .cp-widget-title { margin: 0 0 14px; font-family: Georgia,serif; font-size: 1.28rem; }
.cp-widget ul { list-style: none; margin: 0; padding: 0; }
.cp-widget li { padding: 9px 0; border-bottom: 1px solid var(--cp-line); }
.cp-widget li:last-child { border: 0; }
.cp-widget a { color: var(--cp-ink); text-decoration: none; font-weight: 700; }
.cp-pagination { margin-top: 38px; }
.cp-pagination .nav-links { display: flex; flex-wrap: wrap; gap: 8px; }
.cp-pagination .page-numbers { min-width: 42px; min-height: 42px; display: grid; place-items: center; padding: 4px 11px; color: var(--cp-ink); background: #fff; border: 1px solid var(--cp-line); border-radius: 9px; text-decoration: none; font-weight: 800; }
.cp-pagination .current { color: #fff; background: var(--cp-brand); border-color: var(--cp-brand); } .cp-breadcrumbs { padding: 18px 0; color: var(--cp-muted); font-size: .78rem; }
.cp-breadcrumbs a { color: #475467; }
.cp-article { padding-bottom: 80px; }
.cp-article-head { max-width: 930px; padding: 35px 0 32px; }
.cp-article-head h1 { margin: 14px 0 18px; font-family: Georgia,serif; font-size: clamp(2.35rem,5.5vw,4.8rem); line-height: 1.03; letter-spacing: -.05em; }
.cp-byline { display: flex; flex-wrap: wrap; gap: 9px 20px; color: var(--cp-muted); font-size: .86rem; }
.cp-article-grid { display: grid; grid-template-columns: minmax(0, 760px) 310px; justify-content: space-between; align-items: start; gap: 52px; }
.cp-article-image { margin: 0 0 30px; overflow: hidden; border-radius: 20px; background: var(--cp-soft); }
.cp-article-image img { width: 100%; display: block; aspect-ratio: 16/9; object-fit: cover; }
.cp-entry-content { font-size: 1.08rem; }
.cp-entry-content > :first-child { margin-top: 0; }
.cp-entry-content h2, .cp-entry-content h3 { margin: 1.7em 0 .55em; font-family: Georgia,serif; line-height: 1.14; letter-spacing: -.025em; }
.cp-entry-content p, .cp-entry-content ul, .cp-entry-content ol { margin-top: 0; margin-bottom: 1.25em; }
.cp-entry-content a { font-weight: 700; }
.icp-casting-details { margin: 0 0 30px; padding: 23px 25px; background: #fff8f5; border: 1px solid #f5c8bc; border-left: 5px solid var(--cp-brand); border-radius: 12px; }
.icp-casting-details ul { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 11px 25px; margin: 0; padding: 0; list-style: none; }
.icp-casting-details li { margin: 0; }
.icp-casting-source { margin-top: 32px !important; padding: 21px 23px; color: #fff; background: var(--cp-night); border-radius: 13px; }
.icp-casting-source a { color: #ff9c83; }
.cp-status { display: flex; align-items: flex-start; gap: 10px; margin-bottom: 24px; padding: 14px 17px; color: #11643f; background: #eaf8f1; border: 1px solid #b7e2cb; border-radius: 11px; font-weight: 750; }
.cp-status.is-expired { color: #8a2c18; background: #fff0ec; border-color: #f3c1b6; }
.cp-facts { padding: 24px; background: var(--cp-soft); border: 1px solid var(--cp-line); border-radius: 17px; }
.cp-facts h2 { margin: 0 0 17px; font-family: Georgia,serif; font-size: 1.35rem; }
.cp-facts dl { margin: 0; }
.cp-facts div { padding: 11px 0; border-bottom: 1px solid var(--cp-line); }
.cp-facts div:last-child { border: 0; }
.cp-facts dt { color: var(--cp-muted); font-size: .72rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.cp-facts dd { margin: 3px 0 0; font-weight: 750; }
.cp-source-button { display: block; margin-top: 18px; padding: 13px 16px; color: #fff; background: var(--cp-brand); border-radius: 10px; text-align: center; text-decoration: none; font-weight: 900; }
.cp-source-button:hover { color: #fff; background: var(--cp-brand-dark); }
.cp-trust-note { margin: 22px 0 0; padding: 17px; color: #475467; background: #fff; border: 1px solid var(--cp-line); border-radius: 12px; font-size: .83rem; }
.cp-related { padding: 62px 0; background: var(--cp-soft); border-top: 1px solid var(--cp-line); } .cp-footer { color: #cbd5df; background: var(--cp-night); }
.cp-footer-grid { display: grid; grid-template-columns: 1.25fr 1fr 1fr; gap: 55px; padding: 58px 0 42px; }
.cp-footer h2 { margin: 0 0 14px; color: #fff; font-family: Georgia,serif; font-size: 1.3rem; }
.cp-footer p { max-width: 470px; margin: 0; }
.cp-footer ul { list-style: none; margin: 0; padding: 0; columns: 2; }
.cp-footer li { margin: 0 0 8px; break-inside: avoid; }
.cp-footer a { color: #e8edf2; }
.cp-footer-bottom { padding: 19px 0; border-top: 1px solid rgba(255,255,255,.12); font-size: .78rem; }
.cp-footer-bottom-inner { display: flex; justify-content: space-between; gap: 20px; }
.cp-empty { max-width: 650px; padding: 38px; background: var(--cp-soft); border-radius: var(--cp-radius); }
.cp-empty h2 { margin-top: 0; font-family: Georgia,serif; font-size: 2rem; }
.alignwide { width: min(100%, 1040px); max-width: 1040px; margin-left: 50%; transform: translateX(-50%); }
.alignfull { width: 100vw; max-width: 100vw; margin-left: 50%; transform: translateX(-50%); }
@media (max-width: 980px) {
.cp-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
.cp-featured-grid, .cp-content-grid, .cp-article-grid { grid-template-columns: 1fr; }
.cp-sidebar { position: static; grid-template-columns: repeat(2,minmax(0,1fr)); }
.cp-article-grid { gap: 34px; }
.cp-article-aside { order: -1; }
.cp-facts dl { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); column-gap: 24px; }
}
@media (max-width: 760px) {
body { font-size: 16px; }
.cp-topbar-inner { min-height: 34px; justify-content: center; text-align: center; }
.cp-topbar-link { display: none; }
.cp-header-main { min-height: 78px; grid-template-columns: 1fr auto; }
.cp-header-main > .cp-search { display: none; }
.cp-menu-toggle { display: block; }
.cp-menu { display: none; padding: 4px 0 16px; flex-direction: column; align-items: stretch; gap: 0; }
.cp-menu.is-open { display: flex; }
.cp-menu a { padding: 10px 0; border-top: 1px solid var(--cp-line); }
.cp-nav-inner { display: block; }
.cp-hero-grid { grid-template-columns: 1fr; }
.cp-hero-card { display: none; }
.cp-hero h1 { font-size: clamp(2.65rem,13vw,4.4rem); }
.cp-search button { min-width: 92px; padding: 0 15px; }
.cp-grid { grid-template-columns: 1fr; }
.cp-featured-grid { display: block; }
.cp-stack { margin-top: 18px; }
.cp-stack .cp-card { grid-template-columns: 112px 1fr; }
.cp-stack .cp-card-media { min-height: 125px; }
.cp-section-head { display: block; }
.cp-section-head p { margin-top: 12px; }
.cp-sidebar { grid-template-columns: 1fr; }
.cp-article-head h1 { font-size: clamp(2.25rem,11vw,3.4rem); }
.icp-casting-details ul, .cp-facts dl { grid-template-columns: 1fr; }
.cp-footer-grid { grid-template-columns: 1fr; gap: 32px; }
.cp-footer-bottom-inner { display: block; }
}
@media (prefers-reduced-motion: reduce) {
*, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}
@media print {
.cp-topbar, .cp-header, .cp-nav, .cp-footer, .cp-related, .cp-source-button { display: none !important; }
body { color: #000; background: #fff; font-size: 12pt; }
.cp-container, .cp-article-grid { width: 100%; display: block; }
.cp-article-aside { margin-bottom: 25px; }
a { color: #000; }
}