/* Dedicated Orphan Care Compass entry page.
 * This page follows the approved OCC composition while using the established
 * Telos palette, logo, icon system, safeguarding language, and page routes.
 */

.telos-occ-entry-header {
	position: relative;
	z-index: 10;
	border-block-end: 1px solid var(--telos-color-border);
	background: rgba(255, 255, 255, 0.98);
}

.telos-occ-entry-masthead {
	display: grid;
	grid-template-columns: auto auto minmax(17rem, 1fr) auto;
	align-items: center;
	gap: clamp(1rem, 2vw, 1.8rem);
	box-sizing: border-box;
	width: min(100%, 92rem);
	min-height: 6.5rem;
	margin-inline: auto;
	padding: 0.85rem clamp(1rem, 3vw, 2rem);
}

.telos-occ-entry-brand {
	display: inline-flex;
	line-height: 0;
}

.telos-occ-entry-brand img {
	display: block;
	width: clamp(12.5rem, 17vw, 16.5rem);
	height: auto;
}

.telos-occ-entry-divider {
	width: 1px;
	height: 3.8rem;
	background: rgba(28, 86, 99, 0.6);
}

.telos-occ-entry-title-group,
.telos-occ-entry-title-group p {
	margin: 0;
}

.telos-occ-entry-product-name {
	color: #173f48;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(1.45rem, 2.4vw, 2rem);
	font-weight: 700;
	letter-spacing: -0.025em;
	line-height: 1.05;
}

.telos-occ-entry-tagline {
	margin-block-start: 0.3rem !important;
	color: var(--telos-color-primary);
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(0.9rem, 1.35vw, 1.08rem);
	font-style: italic;
	line-height: 1.25;
}

.telos-occ-entry-nav {
	display: flex;
	align-items: center;
	gap: clamp(1rem, 2.1vw, 2.25rem);
}

.telos-occ-entry-nav a {
	position: relative;
	padding-block: 0.85rem;
	color: var(--telos-color-ink);
	font-size: 0.95rem;
	font-weight: 700;
	text-decoration: none;
}

.telos-occ-entry-nav a::after {
	position: absolute;
	right: 0;
	bottom: 0.35rem;
	left: 0;
	height: 0.18rem;
	background: var(--telos-color-brand);
	content: "";
	transform: scaleX(0);
	transform-origin: center;
	transition: transform 160ms ease;
}

.telos-occ-entry-nav a:is(:hover, :focus-visible, [aria-current="page"]) {
	color: var(--telos-color-primary);
}

.telos-occ-entry-nav a:is(:hover, :focus-visible, [aria-current="page"])::after {
	transform: scaleX(1);
}

.telos-occ-entry {
	margin-block-start: 0 !important;
	background: #fff;
}

.telos-occ-entry-hero {
	display: grid;
	grid-template-columns: minmax(0, 1.03fr) minmax(28rem, 0.97fr);
	min-height: clamp(29rem, 34vw, 34rem);
	background: #f4f7f6;
}

.telos-occ-entry-hero-copy {
	display: flex;
	flex-direction: column;
	justify-content: center;
	box-sizing: border-box;
	padding: clamp(3rem, 6vw, 5.5rem) clamp(1.25rem, 5vw, 5rem);
	background:
		radial-gradient(circle at 8% 12%, rgba(74, 154, 174, 0.15), transparent 18rem),
		linear-gradient(135deg, #f8f7f2, #edf4f4);
}

.telos-occ-entry-eyebrow {
	margin: 0 0 1rem;
	color: var(--telos-color-primary);
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.telos-occ-entry-hero h1 {
	max-width: 14ch;
	margin: 0;
	color: var(--telos-color-primary);
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(3rem, 4.2vw, 4.4rem);
	font-weight: 700;
	letter-spacing: -0.045em;
	line-height: 0.98;
}

.telos-occ-entry-intro {
	max-width: 41rem;
	margin: 1.4rem 0 0;
	color: var(--telos-color-ink);
	font-size: clamp(1.08rem, 1.8vw, 1.35rem);
	line-height: 1.55;
}

.telos-occ-entry-accent {
	width: 4.2rem;
	height: 0.25rem;
	margin-block: 1.45rem 1.65rem;
	background: var(--telos-color-brand);
}

.telos-occ-entry-benefits {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: clamp(0.8rem, 2vw, 1.6rem);
	max-width: 48rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.telos-occ-entry-benefits li {
	display: flex;
	align-items: center;
	gap: 0.7rem;
	color: var(--telos-color-ink);
	font-size: 0.92rem;
	font-weight: 700;
	line-height: 1.28;
}

.telos-occ-entry-benefit-icon {
	display: inline-grid;
	width: 2.65rem;
	height: 2.65rem;
	flex: 0 0 2.65rem;
	place-items: center;
	color: var(--telos-color-brand);
}

.telos-occ-entry-benefit-icon svg,
.telos-occ-entry-card-icon svg,
.telos-occ-entry-trust-icon svg {
	width: 100%;
	height: 100%;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 2.8;
}

.telos-occ-entry-hero-photo {
	position: relative;
	isolation: isolate;
	min-height: 28rem;
	overflow: hidden;
	background:
		linear-gradient(90deg, rgba(10, 37, 43, 0.5), rgba(10, 37, 43, 0.08) 58%, rgba(10, 37, 43, 0.28)),
		url('../images/photography/hero-orphan-care-compass.webp') 58% center / cover no-repeat;
}

.telos-occ-entry-hero-photo::after {
	position: absolute;
	z-index: -1;
	inset: 0;
	background: linear-gradient(180deg, rgba(5, 23, 27, 0.08), rgba(5, 23, 27, 0.26));
	content: "";
}

.telos-occ-entry-quote {
	position: absolute;
	top: clamp(2rem, 8vw, 5.5rem);
	left: clamp(1.5rem, 4vw, 4rem);
	max-width: 12ch;
	margin: 0;
	color: #fff;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(1.9rem, 2.6vw, 2.7rem);
	font-style: italic;
	line-height: 1.08;
	text-shadow: 0 0.16rem 0.7rem rgba(3, 19, 22, 0.7);
}

.telos-occ-entry-quote span {
	display: inline-block;
	margin-block-start: 1rem;
}

.telos-occ-entry-quote::after {
	display: block;
	width: 3.7rem;
	height: 0.22rem;
	margin-block-start: 1.5rem;
	background: var(--telos-color-brand);
	content: "";
}

.telos-occ-entry-actions {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: clamp(1.25rem, 3vw, 2.25rem);
	width: min(calc(100% - 2rem), 86rem);
	margin-inline: auto;
	padding-block: clamp(1.5rem, 3vw, 2.5rem);
}

.telos-occ-entry-card {
	display: grid;
	grid-template-columns: 6rem minmax(0, 1fr);
	gap: clamp(1.25rem, 2.5vw, 2rem);
	box-sizing: border-box;
	min-width: 0;
	padding: clamp(1.6rem, 3.2vw, 2.75rem);
	border: 1px solid rgba(28, 86, 99, 0.12);
	border-radius: 1rem;
}

.telos-occ-entry-card--review {
	background: linear-gradient(135deg, #eef8fb, #e8f3f4);
}

.telos-occ-entry-card--sample {
	background: linear-gradient(135deg, #fffaf0, #fff3d8);
}

.telos-occ-entry-card-icon {
	display: grid;
	width: 5.75rem;
	height: 5.75rem;
	place-items: center;
	box-sizing: border-box;
	padding: 1.35rem;
	border-radius: 50%;
	background: linear-gradient(135deg, var(--telos-color-primary), var(--telos-color-brand));
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.36), 0 0.8rem 1.8rem rgba(20, 47, 53, 0.15);
	color: #fff;
}

.telos-occ-entry-card--sample .telos-occ-entry-card-icon {
	background: linear-gradient(135deg, #a87906, #d6ae2d);
}

.telos-occ-entry-status {
	margin: 0 0 0.45rem;
	color: var(--telos-color-primary);
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.telos-occ-entry-card h2 {
	margin: 0;
	color: var(--telos-color-primary);
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(2rem, 3vw, 2.65rem);
	line-height: 1.05;
}

.telos-occ-entry-card-lead {
	max-width: 34rem;
	margin: 0.65rem 0 1.15rem;
	color: var(--telos-color-ink);
	font-size: 1.08rem;
	line-height: 1.5;
}

.telos-occ-entry-button {
	display: inline-flex;
	min-height: 3.2rem;
	align-items: center;
	justify-content: center;
	gap: 0.85rem;
	box-sizing: border-box;
	width: min(100%, 24rem);
	padding: 0.75rem 1.15rem;
	border: 0;
	border-radius: 999px;
	font: inherit;
	font-size: 0.95rem;
	font-weight: 800;
	cursor: not-allowed;
	opacity: 1;
}

.telos-occ-entry-button--primary {
	background: linear-gradient(90deg, var(--telos-color-primary), var(--telos-color-brand));
	color: #fff;
}

.telos-occ-entry-button--secondary {
	border: 1px solid rgba(28, 86, 99, 0.68);
	background: rgba(255, 255, 255, 0.5);
	color: var(--telos-color-primary);
}

.telos-occ-entry-button-status {
	padding: 0.2rem 0.55rem;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.22);
	font-size: 0.68rem;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.telos-occ-entry-button--secondary .telos-occ-entry-button-status {
	background: rgba(244, 212, 73, 0.48);
}

.telos-occ-entry-card-details {
	grid-column: 1 / -1;
	width: 100%;
	margin-block-start: 0.35rem;
}

.telos-occ-entry-planned-label {
	margin: 0 0 0.75rem;
	font-size: 1.1rem;
	font-weight: 800;
	line-height: 1.4;
}

.telos-occ-entry-checklist {
	display: grid;
	gap: 0.55rem;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
}

.telos-occ-entry-checklist li {
	position: relative;
	padding-inline-start: 1.8rem;
	color: var(--telos-color-ink);
	font-size: clamp(1.1rem, 1.4vw, 1.25rem);
	line-height: 1.55;
}

.telos-occ-entry-checklist li::before {
	position: absolute;
	top: 0;
	left: 0;
	color: var(--telos-color-brand);
	content: "✓";
	font-weight: 900;
}

.telos-occ-entry-checklist--gold li::before {
	color: #a87906;
}

.telos-occ-entry-trust {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	width: min(calc(100% - 2rem), 86rem);
	margin: 0 auto clamp(2rem, 5vw, 4.5rem);
	border: 1px solid rgba(28, 86, 99, 0.12);
	border-radius: 0.85rem;
	background: linear-gradient(180deg, #f5fafb, #ebf4f5);
}

.telos-occ-entry-trust-item {
	display: grid;
	grid-template-columns: 3.5rem minmax(0, 1fr);
	gap: 0.9rem;
	padding: clamp(1.25rem, 2.5vw, 1.8rem);
}

.telos-occ-entry-trust-item + .telos-occ-entry-trust-item {
	border-inline-start: 1px solid rgba(28, 86, 99, 0.28);
}

.telos-occ-entry-trust-icon {
	width: 3.25rem;
	height: 3.25rem;
	color: var(--telos-color-primary);
}

.telos-occ-entry-trust-item h2 {
	margin: 0;
	font-size: 0.98rem;
	line-height: 1.3;
}

.telos-occ-entry-trust-item p {
	margin: 0.3rem 0 0.45rem;
	color: var(--telos-color-ink);
	font-size: 0.86rem;
	line-height: 1.5;
}

.telos-occ-entry-trust-item a {
	color: var(--telos-color-primary);
	font-size: 0.82rem;
	font-weight: 800;
	text-decoration-thickness: 0.08em;
	text-underline-offset: 0.2em;
}

.telos-occ-entry-note {
	box-sizing: border-box;
	padding: clamp(3.5rem, 7vw, 6rem) max(1rem, calc((100% - 58rem) / 2));
	background:
		radial-gradient(circle at 90% 0%, rgba(74, 154, 174, 0.22), transparent 24rem),
		var(--telos-color-primary);
	color: #fff;
	text-align: center;
}

.telos-occ-entry-note .telos-occ-entry-eyebrow {
	color: var(--telos-color-warm);
}

.telos-occ-entry-note h2 {
	margin: 0;
	color: #fff;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(2.35rem, 5vw, 4rem);
}

.telos-occ-entry-note > p:not(.telos-occ-entry-eyebrow) {
	max-width: 44rem;
	margin: 1rem auto 0;
	color: rgba(255, 255, 255, 0.86);
	font-size: 1.08rem;
}

.telos-occ-entry-note-actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 1rem 1.5rem;
	margin-block-start: 1.75rem;
}

.telos-occ-entry-link-button {
	display: inline-flex;
	min-height: 3rem;
	align-items: center;
	padding: 0.65rem 1.25rem;
	background: var(--telos-color-warm);
	color: var(--telos-color-ink);
	font-weight: 800;
	text-decoration: none;
}

.telos-occ-entry-text-link {
	color: #fff;
	font-weight: 800;
	text-underline-offset: 0.25em;
}

@media (max-width: 1120px) {
	.telos-occ-entry-masthead {
		grid-template-columns: auto auto 1fr;
	}

	.telos-occ-entry-nav {
		grid-column: 1 / -1;
		justify-content: flex-end;
		padding-block-start: 0.15rem;
		border-block-start: 1px solid rgba(28, 86, 99, 0.14);
	}

	.telos-occ-entry-hero {
		grid-template-columns: 1fr;
	}

	.telos-occ-entry-hero-copy {
		min-height: 31rem;
	}

	.telos-occ-entry-hero-photo {
		min-height: 28rem;
		background-position: center 54%;
	}

	.telos-occ-entry-actions {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 760px) {
	.telos-occ-entry-masthead {
		grid-template-columns: auto 1fr;
		gap: 0.8rem 1rem;
		min-height: 0;
		padding-block: 0.85rem 0;
	}

	.telos-occ-entry-brand img {
		width: clamp(10.5rem, 48vw, 13rem);
	}

	.telos-occ-entry-divider {
		display: none;
	}

	.telos-occ-entry-product-name {
		font-size: 1.25rem;
	}

	.telos-occ-entry-tagline {
		display: none;
	}

	.telos-occ-entry-nav {
		grid-column: 1 / -1;
		justify-content: space-between;
		gap: 0.5rem;
		margin-inline: -1rem;
		padding-inline: 1rem;
	}

	.telos-occ-entry-nav a {
		padding-block: 0.75rem;
		font-size: 0.82rem;
	}

	.telos-occ-entry-hero-copy {
		min-height: 0;
		padding-block: 3.25rem;
	}

	.telos-occ-entry-hero h1 {
		font-size: clamp(2.65rem, 13vw, 4rem);
	}

	.telos-occ-entry-benefits {
		grid-template-columns: 1fr;
		gap: 0.65rem;
	}

	.telos-occ-entry-benefits li {
		font-size: 0.94rem;
	}

	.telos-occ-entry-hero-photo {
		min-height: 22rem;
		background-position: 58% center;
	}

	.telos-occ-entry-quote {
		top: 2rem;
		left: 1.25rem;
		font-size: 2rem;
	}

	.telos-occ-entry-card {
		grid-template-columns: 1fr;
		padding: 1.5rem;
	}

	.telos-occ-entry-card-icon {
		width: 4.5rem;
		height: 4.5rem;
		padding: 1rem;
	}

	.telos-occ-entry-card-details {
		grid-column: auto;
		margin-block-start: 0.15rem;
	}

	.telos-occ-entry-planned-label {
		font-size: 1.05rem;
	}

	.telos-occ-entry-checklist li {
		font-size: 1.05rem;
	}

	.telos-occ-entry-button {
		width: 100%;
		flex-wrap: wrap;
	}

	.telos-occ-entry-trust {
		grid-template-columns: 1fr;
	}

	.telos-occ-entry-trust-item + .telos-occ-entry-trust-item {
		border-block-start: 1px solid rgba(28, 86, 99, 0.28);
		border-inline-start: 0;
	}

	.telos-occ-entry-note-actions {
		align-items: stretch;
		flex-direction: column;
	}

	.telos-occ-entry-link-button,
	.telos-occ-entry-text-link {
		justify-content: center;
	}
}

@media (prefers-reduced-motion: reduce) {
	.telos-occ-entry-nav a::after {
		transition: none;
	}
}
