/**
 * Occupation-specific pricing pages (page-templates/pricing-occupation.php).
 * Five selectable design worlds, switched client-side (see the <script> at the
 * bottom of the template) so the same real per-occupation data can be reviewed
 * in any of them without separate pages. Each is deliberately its own visual
 * world, independent of the site's --primary/--accent tokens and the light/dark
 * toggle. "The Case File" (.occ-design-1) is the one picked to ship; the other
 * four stay in the switcher for reference/reconsideration.
 */

/* ---- switcher chrome (neutral, not part of any of the 5 worlds) ---- */
.occ-switcher {
	position: sticky;
	top: 5rem; /* site header (header.php) is sticky at top:0 and h-20 (5rem) tall */
	z-index: 39;
	display: flex;
	gap: 0.4rem;
	flex-wrap: wrap;
	justify-content: center;
	padding: 0.75rem 1rem;
	background: rgba(23, 24, 27, 0.94);
	backdrop-filter: blur(6px);
	font-family: -apple-system, "Segoe UI", system-ui, sans-serif;
}
.occ-switcher button {
	appearance: none;
	border: 1px solid rgba(255, 255, 255, 0.18);
	background: transparent;
	color: #cfcfcb;
	padding: 0.5rem 0.9rem;
	border-radius: 999px;
	font-size: 0.8rem;
	font-weight: 600;
	cursor: pointer;
	transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}
.occ-switcher button:hover { border-color: rgba(255, 255, 255, 0.4); color: #fff; }
.occ-switcher button:focus-visible { outline: 2px solid #7db8ff; outline-offset: 2px; }
.occ-switcher button[aria-current="true"] { background: #fff; color: #17181b; border-color: #fff; }
.occ-design { display: none; }
.occ-design.is-active { display: block; }

@font-face {
	font-family: "Newsreader";
	font-style: normal;
	font-weight: 500 600;
	font-display: swap;
	src: url("../fonts/newsreader-variable.woff2") format("woff2");
}
@font-face {
	font-family: "Newsreader";
	font-style: italic;
	font-weight: 600;
	font-display: swap;
	src: url("../fonts/newsreader-600italic.woff2") format("woff2");
}
@font-face {
	font-family: "Courier Prime";
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url("../fonts/courier-prime-400.woff2") format("woff2");
}
@font-face {
	font-family: "Courier Prime";
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url("../fonts/courier-prime-700.woff2") format("woff2");
}
@font-face {
	font-family: "Fraunces";
	font-style: normal;
	font-weight: 600;
	font-display: swap;
	src: url("../fonts/fraunces-600.woff2") format("woff2");
}
@font-face {
	font-family: "Fraunces";
	font-style: normal;
	font-weight: 900;
	font-display: swap;
	src: url("../fonts/fraunces-900.woff2") format("woff2");
}
@font-face {
	font-family: "JetBrains Mono";
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url("../fonts/jetbrains-mono-400.woff2") format("woff2");
}
@font-face {
	font-family: "JetBrains Mono";
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url("../fonts/jetbrains-mono-700.woff2") format("woff2");
}
@font-face {
	font-family: "Archivo";
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url("../fonts/archivo-700.woff2") format("woff2");
}
@font-face {
	font-family: "IBM Plex Sans";
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url("../fonts/ibm-plex-sans-400.woff2") format("woff2");
}
@font-face {
	font-family: "IBM Plex Sans";
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: url("../fonts/ibm-plex-sans-500.woff2") format("woff2");
}
@font-face {
	font-family: "IBM Plex Mono";
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url("../fonts/ibm-plex-mono-400.woff2") format("woff2");
}
@font-face {
	font-family: "Cormorant";
	font-style: normal;
	font-weight: 500 600;
	font-display: swap;
	src: url("../fonts/cormorant-500.woff2") format("woff2");
}
@font-face {
	font-family: "EB Garamond";
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url("../fonts/eb-garamond-400.woff2") format("woff2");
}
@font-face {
	font-family: "EB Garamond";
	font-style: italic;
	font-weight: 400;
	font-display: swap;
	src: url("../fonts/eb-garamond-400italic.woff2") format("woff2");
}
@font-face {
	font-family: "EB Garamond";
	font-style: normal;
	font-weight: 600;
	font-display: swap;
	src: url("../fonts/eb-garamond-600.woff2") format("woff2");
}
@font-face {
	font-family: "Zilla Slab";
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: url("../fonts/zilla-slab-500.woff2") format("woff2");
}
@font-face {
	font-family: "Zilla Slab";
	font-style: normal;
	font-weight: 600;
	font-display: swap;
	src: url("../fonts/zilla-slab-600.woff2") format("woff2");
}
@font-face {
	font-family: "Zilla Slab";
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url("../fonts/zilla-slab-700.woff2") format("woff2");
}

.fwd-case-file {
	--cf-paper: #ece3cd;
	--cf-paper-2: #e2d5b5;
	--cf-ink: #1c2438;
	--cf-navy: #16213d;
	--cf-brass: #a9803f;
	--cf-redact: #17181a;
	background: var(--cf-paper);
	background-image:
		radial-gradient(ellipse at top left, rgba(255, 255, 255, 0.35), transparent 60%),
		radial-gradient(ellipse at bottom right, rgba(0, 0, 0, 0.05), transparent 55%);
	color: var(--cf-ink);
	font-family: "Newsreader", Georgia, serif;
	padding-bottom: 4.5rem;
}

.fwd-case-file .cf-wrap {
	max-width: 880px;
	margin: 0 auto;
	padding: 3.5rem 1.5rem 0;
}

.fwd-case-file .cf-folder-tabs {
	display: flex;
	gap: 0.5rem;
	margin-bottom: -1px;
	padding-left: 1rem;
}

.fwd-case-file .cf-tab {
	font-family: "Courier Prime", monospace;
	font-size: 0.7rem;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	background: var(--cf-paper-2);
	border: 1px solid rgba(28, 36, 56, 0.25);
	border-bottom: none;
	border-radius: 6px 6px 0 0;
	padding: 0.4rem 0.9rem;
	color: var(--cf-navy);
	text-decoration: none;
	transition: background-color 0.15s ease;
}
.fwd-case-file .cf-tab:hover { background: rgba(255, 255, 255, 0.6); }
.fwd-case-file .cf-tab.is-current { background: var(--cf-paper); border-bottom: 1px solid var(--cf-paper); }

.fwd-case-file .cf-doc {
	background: var(--cf-paper);
	border: 1px solid rgba(28, 36, 56, 0.25);
	border-radius: 2px;
	padding: 3rem 3rem 2.5rem;
	box-shadow: 0 18px 40px -20px rgba(20, 20, 10, 0.35);
}
@media (max-width: 640px) {
	.fwd-case-file .cf-doc { padding: 2rem 1.5rem 2rem; }
}

.fwd-case-file .cf-casecode {
	font-family: "Courier Prime", monospace;
	font-size: 0.72rem;
	letter-spacing: 0.06em;
	color: var(--cf-navy);
	opacity: 0.7;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 0.5rem;
	border-bottom: 1px dashed rgba(28, 36, 56, 0.3);
	padding-bottom: 0.75rem;
	margin-bottom: 1.75rem;
}

.fwd-case-file .cf-headline {
	font-size: clamp(1.9rem, 4vw, 2.7rem);
	font-weight: 600;
	line-height: 1.15;
	margin: 0 0 1rem;
	text-wrap: balance;
}

.fwd-case-file .cf-redact {
	background: var(--cf-redact);
	color: transparent;
	border-radius: 2px;
	padding: 0 0.2em;
	cursor: pointer;
	transition: background-color 0.35s ease, color 0.1s ease 0.15s;
}
.fwd-case-file .cf-redact:hover,
.fwd-case-file .cf-redact:focus-visible {
	background: transparent;
	color: inherit;
	outline: none;
}

.fwd-case-file .cf-hint {
	font-family: "Courier Prime", monospace;
	font-size: 0.68rem;
	color: var(--cf-brass);
	text-transform: uppercase;
	letter-spacing: 0.08em;
	margin: -0.5rem 0 2rem;
}

.fwd-case-file .cf-sub {
	font-size: 1.05rem;
	line-height: 1.65;
	max-width: 55ch;
	opacity: 0.85;
	margin: 0 0 3rem;
	font-style: italic;
}

.fwd-case-file .cf-exhibits {
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
}
@media (min-width: 720px) {
	.fwd-case-file .cf-exhibits { flex-direction: row; }
}

.fwd-case-file .cf-exhibit {
	flex: 1;
	border: 1px solid rgba(28, 36, 56, 0.3);
	background: rgba(255, 255, 255, 0.35);
	padding: 1.75rem 1.75rem 2rem;
	position: relative;
}
.fwd-case-file .cf-exhibit::before {
	content: attr(data-exhibit);
	position: absolute;
	top: -0.6rem;
	left: 1.5rem;
	background: var(--cf-brass);
	color: #fff;
	font-family: "Courier Prime", monospace;
	font-size: 0.65rem;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	padding: 0.25rem 0.6rem;
}
.fwd-case-file .cf-exhibit.is-featured {
	border-color: var(--cf-navy);
	box-shadow: 0 10px 30px -14px rgba(22, 33, 61, 0.4);
}
.fwd-case-file .cf-exhibit h2,
.fwd-case-file .cf-exhibit h3 {
	font-size: 1.3rem;
	margin: 0.75rem 0 0.15rem;
	font-weight: 600;
}
.fwd-case-file .cf-price {
	font-size: 2.1rem;
	font-weight: 600;
	color: var(--cf-navy);
	margin: 0.5rem 0 1.25rem;
	font-variant-numeric: tabular-nums;
}
.fwd-case-file .cf-price small { font-size: 0.85rem; font-weight: 400; opacity: 0.7; }
.fwd-case-file .cf-exhibit ul {
	list-style: none;
	margin: 0 0 1.5rem;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 0.55rem;
}
.fwd-case-file .cf-exhibit li {
	font-size: 0.9rem;
	line-height: 1.5;
	padding-left: 1.1rem;
	position: relative;
}
.fwd-case-file .cf-exhibit li::before {
	content: "§";
	position: absolute;
	left: 0;
	color: var(--cf-brass);
	font-weight: 700;
}
.fwd-case-file .cf-btn {
	display: inline-block;
	width: 100%;
	text-align: center;
	background: var(--cf-navy);
	color: #f3ead4;
	text-decoration: none;
	font-family: "Courier Prime", monospace;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	font-size: 0.78rem;
	padding: 0.85rem 1rem;
	border: 1px solid var(--cf-navy);
	transition: opacity 0.15s ease;
}
.fwd-case-file .cf-exhibit.is-featured .cf-btn {
	background: var(--cf-brass);
	border-color: var(--cf-brass);
	color: #201705;
}
.fwd-case-file .cf-btn:hover { opacity: 0.88; }

.fwd-case-file .cf-stamp {
	margin-top: 2.5rem;
	text-align: center;
	font-family: "Courier Prime", monospace;
	font-size: 0.72rem;
	color: var(--cf-navy);
	opacity: 0.55;
}
.fwd-case-file .cf-stamp a { color: var(--cf-navy); text-decoration: underline; }

.fwd-case-file .cf-other-files {
	max-width: 880px;
	margin: 2.5rem auto 0;
	padding: 0 1.5rem;
	text-align: center;
	font-family: "Courier Prime", monospace;
	font-size: 0.75rem;
}
.fwd-case-file .cf-other-files a {
	color: var(--cf-navy);
	text-decoration: none;
	border-bottom: 1px dotted var(--cf-navy);
	margin: 0 0.4rem;
}
.fwd-case-file .cf-other-files a:hover { border-bottom-style: solid; }

@media (prefers-reduced-motion: reduce) {
	.fwd-case-file * { transition-duration: 0.01ms !important; }
}

/* ======================================================================
   DESIGN 2 — "THE DOCKET"  (dark courtroom ledger)
   ====================================================================== */
.occ-design-2 {
	background: #0c0d10;
	color: #ece7db;
	font-family: -apple-system, "Segoe UI", system-ui, sans-serif;
	padding-bottom: 4.5rem;
}
.occ-design-2 .dk-wrap { max-width: 980px; margin: 0 auto; padding: 3.5rem 1.5rem 0; }
.occ-design-2 .dk-caption {
	text-align: center;
	font-size: 0.7rem;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	color: #a68345;
	margin-bottom: 1.25rem;
}
.occ-design-2 .dk-headline {
	font-family: "Fraunces", Georgia, serif;
	font-weight: 900;
	font-size: clamp(2.1rem, 5vw, 3.6rem);
	line-height: 1.05;
	text-align: center;
	margin: 0 auto 1rem;
	max-width: 20ch;
	text-wrap: balance;
}
.occ-design-2 .dk-headline em { font-style: italic; font-weight: 600; color: #a68345; }
.occ-design-2 .dk-sub {
	text-align: center;
	max-width: 52ch;
	margin: 0 auto 3.25rem;
	font-size: 1rem;
	line-height: 1.6;
	color: #b9b3a4;
}
.occ-design-2 .dk-rule { border: none; border-top: 1px solid rgba(166, 131, 69, 0.4); margin: 0 0 2rem; }
.occ-design-2 .dk-filing {
	display: grid;
	grid-template-columns: 5rem 1fr auto;
	gap: 1.5rem;
	align-items: start;
	padding: 2rem 0;
	border-bottom: 1px solid rgba(236, 231, 219, 0.12);
}
@media (max-width: 640px) {
	.occ-design-2 .dk-filing { grid-template-columns: 1fr; gap: 0.6rem; }
}
.occ-design-2 .dk-filing-no {
	font-family: "JetBrains Mono", monospace;
	font-size: 0.75rem;
	color: #a68345;
	padding-top: 0.3rem;
}
.occ-design-2 .dk-filing h2 {
	font-family: "Fraunces", Georgia, serif;
	font-size: 1.5rem;
	font-weight: 600;
	margin: 0 0 0.6rem;
}
.occ-design-2 .dk-filing .dk-desc { font-size: 0.85rem; color: #9d9787; margin: 0 0 1rem; max-width: 46ch; }
.occ-design-2 .dk-filing ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 0.45rem; }
.occ-design-2 .dk-filing li { font-size: 0.85rem; color: #cfc9bb; padding-left: 1.1rem; position: relative; }
.occ-design-2 .dk-filing li::before { content: "—"; position: absolute; left: 0; color: #a68345; }
.occ-design-2 .dk-price {
	font-family: "JetBrains Mono", monospace;
	font-variant-numeric: tabular-nums;
	font-size: 2rem;
	font-weight: 700;
	color: #f2ede1;
	text-align: right;
	white-space: nowrap;
}
.occ-design-2 .dk-price span { display: block; font-size: 0.7rem; font-weight: 400; color: #a68345; text-transform: uppercase; letter-spacing: 0.08em; margin-top: 0.25rem; }
@media (max-width: 640px) { .occ-design-2 .dk-price { text-align: left; } }
.occ-design-2 .dk-cta-row { display: flex; justify-content: center; margin-top: 3rem; }
.occ-design-2 .dk-btn {
	display: inline-flex;
	align-items: center;
	gap: 0.6rem;
	background: #a68345;
	color: #14110a;
	text-decoration: none;
	font-weight: 700;
	font-size: 0.9rem;
	padding: 0.95rem 2rem;
	border-radius: 2px;
}
.occ-design-2 .dk-btn:hover { background: #bd9959; }
.occ-design-2 .dk-other-files { text-align: center; margin-top: 2.5rem; font-size: 0.8rem; color: #9d9787; }
.occ-design-2 .dk-other-files a { color: #ece7db; text-decoration: none; border-bottom: 1px dotted #a68345; margin: 0 0.4rem; }
.occ-design-2 .dk-other-files a:hover { border-bottom-style: solid; }

/* ======================================================================
   DESIGN 3 — "ZERO RESULTS"  (interactive search mockup)
   ====================================================================== */
.occ-design-3 {
	background: #f5f6f3;
	color: #1d2420;
	font-family: "IBM Plex Sans", -apple-system, sans-serif;
	padding-bottom: 4.5rem;
}
.occ-design-3 .zr-wrap { max-width: 980px; margin: 0 auto; padding: 3.5rem 1.5rem 0; }
.occ-design-3 .zr-eyebrow {
	font-size: 0.72rem;
	font-weight: 600;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: #16594a;
	text-align: center;
	margin-bottom: 0.75rem;
}
.occ-design-3 .zr-headline {
	font-family: "Archivo", sans-serif;
	font-weight: 700;
	font-size: clamp(1.9rem, 4.5vw, 3rem);
	text-align: center;
	line-height: 1.12;
	margin: 0 auto 2.5rem;
	max-width: 22ch;
	text-wrap: balance;
}
.occ-design-3 .zr-sub {
	text-align: center;
	max-width: 52ch;
	margin: -1.5rem auto 2rem;
	font-size: 0.95rem;
	line-height: 1.6;
	color: #5b584f;
}
.occ-design-3 .zr-toggle-wrap { display: flex; justify-content: center; margin-bottom: 2.25rem; }
.occ-design-3 .zr-toggle {
	display: inline-flex;
	align-items: center;
	gap: 0.75rem;
	background: #fff;
	border: 1px solid #d9d6cd;
	border-radius: 999px;
	padding: 0.4rem 0.5rem 0.4rem 1rem;
	font-size: 0.82rem;
	font-weight: 600;
}
.occ-design-3 .zr-check-input { position: absolute; opacity: 0; width: 1px; height: 1px; }
.occ-design-3 .zr-switch {
	width: 42px; height: 24px; border-radius: 999px; background: #d9d6cd; position: relative; cursor: pointer; flex-shrink: 0;
	transition: background 0.2s ease;
}
.occ-design-3 .zr-switch::after {
	content: ""; position: absolute; top: 2px; left: 2px; width: 20px; height: 20px; border-radius: 50%; background: #fff;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3); transition: transform 0.2s ease;
}
.occ-design-3 #zr-check:checked ~ .zr-toggle-wrap .zr-switch { background: #16594a; }
.occ-design-3 #zr-check:checked ~ .zr-toggle-wrap .zr-switch::after { transform: translateX(18px); }
.occ-design-3 #zr-check:focus-visible ~ .zr-toggle-wrap .zr-switch { outline: 2px solid #16594a; outline-offset: 2px; }
.occ-design-3 .zr-toggle label { cursor: pointer; }
.occ-design-3 .zr-browser {
	background: #fff;
	border: 1px solid #d9d6cd;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 20px 50px -25px rgba(20, 30, 25, 0.3);
	margin-bottom: 3rem;
}
.occ-design-3 .zr-browser-bar { display: flex; align-items: center; gap: 0.5rem; background: #eceae3; padding: 0.6rem 1rem; border-bottom: 1px solid #d9d6cd; }
.occ-design-3 .zr-dot { width: 9px; height: 9px; border-radius: 50%; background: #d3cfc2; }
.occ-design-3 .zr-url {
	font-family: "IBM Plex Mono", monospace;
	font-size: 0.75rem;
	color: #6b675c;
	background: #fff;
	border: 1px solid #d9d6cd;
	border-radius: 6px;
	padding: 0.3rem 0.7rem;
	margin-left: 0.5rem;
	flex: 1;
}
.occ-design-3 .zr-results { padding: 2rem; min-height: 190px; }
.occ-design-3 .zr-empty { text-align: center; color: #9b968a; padding: 2rem 1rem; }
.occ-design-3 .zr-empty .zr-big { font-family: "IBM Plex Mono", monospace; font-size: 1rem; margin-bottom: 0.4rem; }
.occ-design-3 .zr-listing { display: none; gap: 1rem; border: 1px solid #e2e0d6; border-radius: 8px; padding: 1.1rem 1.25rem; }
.occ-design-3 .zr-listing .zr-avatar {
	width: 44px; height: 44px; border-radius: 8px; background: #16594a; color: #fff; display: flex; align-items: center; justify-content: center;
	font-family: "Archivo", sans-serif; font-weight: 700; flex-shrink: 0;
}
.occ-design-3 .zr-listing h3 { margin: 0 0 0.15rem; font-size: 1.05rem; }
.occ-design-3 .zr-listing .zr-stars { color: #d98e3b; font-size: 0.85rem; margin-bottom: 0.3rem; }
.occ-design-3 .zr-listing p { margin: 0; font-size: 0.85rem; color: #6b675c; }
.occ-design-3 #zr-check:checked ~ .zr-browser .zr-empty { display: none; }
.occ-design-3 #zr-check:checked ~ .zr-browser .zr-listing { display: flex; }
.occ-design-3 .zr-url.before { display: block; }
.occ-design-3 .zr-url.after { display: none; }
.occ-design-3 #zr-check:checked ~ .zr-browser .zr-url.before { display: none; }
.occ-design-3 #zr-check:checked ~ .zr-browser .zr-url.after { display: block; }
.occ-design-3 .zr-tiers { display: flex; flex-direction: column; gap: 1.5rem; margin-top: 1rem; }
@media (min-width: 720px) { .occ-design-3 .zr-tiers { flex-direction: row; } }
.occ-design-3 .zr-tier {
	flex: 1;
	background: #fff;
	border: 1px solid #d9d6cd;
	border-radius: 12px;
	padding: 2rem;
	display: flex;
	flex-direction: column;
}
.occ-design-3 .zr-tier.is-featured { border-color: #16594a; box-shadow: 0 14px 30px -18px rgba(22, 89, 74, 0.4); }
.occ-design-3 .zr-tag {
	align-self: flex-start;
	font-size: 0.68rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	background: #eaf2ef;
	color: #16594a;
	padding: 0.25rem 0.6rem;
	border-radius: 999px;
	margin-bottom: 0.9rem;
}
.occ-design-3 .zr-tier h2 { font-family: "Archivo", sans-serif; font-size: 1.3rem; margin: 0 0 0.3rem; }
.occ-design-3 .zr-tier .zr-price { font-family: "IBM Plex Mono", monospace; font-size: 2.1rem; font-weight: 500; margin: 0.6rem 0 1.4rem; }
.occ-design-3 .zr-tier .zr-price span { font-size: 0.85rem; color: #6b675c; font-family: "IBM Plex Sans", sans-serif; }
.occ-design-3 .zr-tier ul { list-style: none; padding: 0; margin: 0 0 1.5rem; flex: 1; display: flex; flex-direction: column; gap: 0.6rem; }
.occ-design-3 .zr-tier li { font-size: 0.87rem; padding-left: 1.3rem; position: relative; color: #34372f; }
.occ-design-3 .zr-tier li::before { content: "✓"; position: absolute; left: 0; color: #16594a; font-weight: 700; }
.occ-design-3 .zr-btn { text-align: center; background: #16594a; color: #fff; text-decoration: none; padding: 0.85rem 1rem; border-radius: 8px; font-weight: 600; font-size: 0.9rem; }
.occ-design-3 .zr-tier:not(.is-featured) .zr-btn { background: #eceae3; color: #1d2420; }
.occ-design-3 .zr-other-files { text-align: center; margin-top: 2.5rem; font-size: 0.85rem; color: #6b675c; }
.occ-design-3 .zr-other-files a { color: #16594a; text-decoration: none; border-bottom: 1px dotted #16594a; margin: 0 0.4rem; }

/* ======================================================================
   DESIGN 4 — "THE BRASS PLATE"  (marble lobby directory)
   ====================================================================== */
.occ-design-4 {
	background:
		radial-gradient(120% 90% at 20% -10%, rgba(255, 255, 255, 0.5), transparent 60%),
		linear-gradient(160deg, #efe9dc 0%, #e6ded0 55%, #ece6d8 100%);
	color: #2c2820;
	font-family: "EB Garamond", Georgia, serif;
	padding-bottom: 4.5rem;
}
.occ-design-4 .bp-wrap { max-width: 860px; margin: 0 auto; padding: 4rem 1.5rem 0; text-align: center; }
.occ-design-4 .bp-plate {
	display: inline-block;
	padding: 2.75rem 3.5rem;
	border: 2px solid #8a6d3b;
	outline: 1px solid #8a6d3b;
	outline-offset: 6px;
	margin-bottom: 3rem;
}
.occ-design-4 .bp-eyebrow {
	font-family: "Cormorant", serif;
	font-variant: small-caps;
	letter-spacing: 0.18em;
	font-size: 0.95rem;
	color: #8a6d3b;
	margin-bottom: 0.75rem;
}
.occ-design-4 .bp-headline {
	font-family: "Cormorant", serif;
	font-weight: 600;
	font-size: clamp(1.8rem, 4vw, 2.6rem);
	line-height: 1.2;
	margin: 0 0 1rem;
	text-wrap: balance;
}
.occ-design-4 .bp-sub { font-style: italic; font-size: 1.05rem; max-width: 46ch; margin: 0 auto; opacity: 0.85; line-height: 1.6; }
.occ-design-4 .bp-schedules { display: flex; flex-direction: column; gap: 3rem; text-align: left; max-width: 640px; margin: 0 auto; }
.occ-design-4 .bp-schedule-title {
	font-family: "Cormorant", serif;
	font-variant: small-caps;
	letter-spacing: 0.1em;
	font-size: 1.3rem;
	color: #8a6d3b;
	border-bottom: 1px solid #8a6d3b;
	padding-bottom: 0.5rem;
	margin-bottom: 1.25rem;
	display: flex;
	justify-content: space-between;
	align-items: baseline;
}
.occ-design-4 .bp-schedule-title .bp-price {
	font-family: "EB Garamond", serif;
	font-variant-numeric: tabular-nums;
	font-size: 1.6rem;
	color: #2c2820;
	letter-spacing: normal;
}
.occ-design-4 .bp-schedule-title .bp-price small { font-size: 0.85rem; color: #6b6353; }
.occ-design-4 .bp-row { display: flex; align-items: baseline; gap: 0.4rem; padding: 0.35rem 0; font-size: 1.02rem; }
.occ-design-4 .bp-row .bp-label { white-space: nowrap; }
.occ-design-4 .bp-row .bp-dots { flex: 1; border-bottom: 1px dotted #a89b7c; position: relative; top: -0.35rem; margin: 0 0.3rem; }
.occ-design-4 .bp-cta-row { text-align: center; margin-top: 3.5rem; }
.occ-design-4 .bp-btn {
	display: inline-block;
	font-family: "Cormorant", serif;
	font-variant: small-caps;
	letter-spacing: 0.1em;
	font-size: 1.15rem;
	background: transparent;
	border: 1px solid #2c2820;
	color: #2c2820;
	text-decoration: none;
	padding: 0.85rem 2.5rem;
	transition: background 0.15s ease, color 0.15s ease;
}
.occ-design-4 .bp-btn:hover { background: #2c2820; color: #efe9dc; }
.occ-design-4 .bp-other-files { margin-top: 2.5rem; font-size: 0.85rem; font-style: italic; color: #6b6353; }
.occ-design-4 .bp-other-files a { color: #2c2820; text-decoration: none; border-bottom: 1px dotted #8a6d3b; margin: 0 0.4rem; }

/* ======================================================================
   DESIGN 5 — "THE RETAINER LETTER"  (engagement-letter document)
   ====================================================================== */
.occ-design-5 { background: #e9e6e0; color: #201d1a; font-family: "Courier Prime", monospace; padding: 3rem 1.5rem 4.5rem; }
.occ-design-5 .rl-sheet {
	max-width: 720px;
	margin: 0 auto;
	background: #f7f4ec;
	padding: 3rem 3rem 3.5rem;
	box-shadow: 0 25px 60px -30px rgba(20, 15, 10, 0.45);
	position: relative;
}
.occ-design-5 .rl-letterhead {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	border-bottom: 2px solid #201d1a;
	padding-bottom: 1rem;
	margin-bottom: 2rem;
	font-family: "Zilla Slab", serif;
}
.occ-design-5 .rl-letterhead .rl-firm { font-weight: 700; font-size: 1.1rem; letter-spacing: 0.02em; }
.occ-design-5 .rl-letterhead .rl-date { font-family: "Courier Prime", monospace; font-size: 0.8rem; opacity: 0.7; }
.occ-design-5 .rl-re { font-size: 0.85rem; margin-bottom: 1.75rem; }
.occ-design-5 .rl-re strong { font-weight: 700; }
.occ-design-5 .rl-annotation {
	color: #7a1e2e;
	font-family: "Zilla Slab", serif;
	font-style: italic;
	font-weight: 500;
	font-size: 1.15rem;
	line-height: 1.5;
	border-left: 3px solid #7a1e2e;
	padding-left: 1rem;
	margin: 0 0 2.25rem;
	transform: rotate(-0.4deg);
}
.occ-design-5 .rl-clause { margin-bottom: 2rem; }
.occ-design-5 .rl-clause h2 { font-family: "Zilla Slab", serif; font-size: 1.05rem; font-weight: 600; margin: 0 0 0.6rem; }
.occ-design-5 .rl-clause p { font-size: 0.88rem; line-height: 1.65; margin: 0 0 0.75rem; }
.occ-design-5 .rl-clause .rl-price { font-family: "Zilla Slab", serif; font-weight: 700; font-size: 1.3rem; color: #7a1e2e; }
.occ-design-5 .rl-clause ul { margin: 0.75rem 0 0; padding-left: 1.2rem; }
.occ-design-5 .rl-clause li { font-size: 0.85rem; line-height: 1.6; margin-bottom: 0.3rem; }
.occ-design-5 .rl-sign { margin-top: 2.75rem; padding-top: 1.75rem; border-top: 1px dashed #201d1a; display: flex; justify-content: space-between; gap: 2rem; flex-wrap: wrap; }
.occ-design-5 .rl-sign-line { flex: 1; min-width: 180px; }
.occ-design-5 .rl-sign-line .rl-line { border-bottom: 1px solid #201d1a; height: 1.6rem; }
.occ-design-5 .rl-sign-line .rl-caption { font-size: 0.7rem; text-transform: uppercase; letter-spacing: 0.06em; opacity: 0.6; margin-top: 0.3rem; }
.occ-design-5 .rl-btn {
	display: inline-block;
	margin-top: 2.5rem;
	background: #7a1e2e;
	color: #f7f4ec;
	text-decoration: none;
	font-family: "Zilla Slab", serif;
	font-weight: 600;
	font-size: 0.95rem;
	padding: 0.9rem 1.6rem;
	border-radius: 2px;
}
.occ-design-5 .rl-stamp {
	position: absolute;
	top: 2.5rem;
	right: 2.5rem;
	border: 3px solid #7a1e2e;
	color: #7a1e2e;
	font-family: "Zilla Slab", serif;
	font-weight: 700;
	font-size: 0.75rem;
	letter-spacing: 0.08em;
	padding: 0.4rem 0.7rem;
	transform: rotate(8deg);
	border-radius: 6px;
	opacity: 0.85;
}
.occ-design-5 .rl-other-files { max-width: 720px; margin: 1.5rem auto 0; text-align: center; font-size: 0.78rem; }
.occ-design-5 .rl-other-files a { color: #7a1e2e; text-decoration: none; border-bottom: 1px dotted #7a1e2e; margin: 0 0.4rem; }
@media (max-width: 600px) {
	.occ-design-5 .rl-sheet { padding: 2rem 1.25rem 2.5rem; }
	.occ-design-5 .rl-stamp { position: static; display: inline-block; margin-bottom: 1rem; transform: rotate(-2deg); }
	.occ-design-5 .rl-letterhead { flex-direction: column; gap: 0.4rem; }
}

@media (prefers-reduced-motion: reduce) {
	.occ-design-2 *, .occ-design-3 *, .occ-design-4 *, .occ-design-5 * { transition-duration: 0.01ms !important; }
}
