/* ==========================================================================
   ORCA — Company Website Stylesheet
   FortiOrca / ORCA Scientific Drug Bureau & ORCA Medicare LTD.
   ========================================================================== */

:root {
	--orca-green: #0f7a43;
	--orca-green-dark: #0a5a31;
	--orca-green-darker: #073d21;
	--orca-green-light: #2ea56a;
	--orca-mint: #e7f5ee;
	--orca-mint-2: #f2faf6;
	--ink: #16241d;
	--body: #465953;
	--muted: #7a8b84;
	--line: #e3ece7;
	--white: #ffffff;
	--bg-soft: #f6faf8;
	--accent: #d9a441;
	--shadow-sm: 0 1px 2px rgba(7, 61, 33, 0.06), 0 2px 8px rgba(7, 61, 33, 0.05);
	--shadow-md: 0 8px 24px rgba(7, 61, 33, 0.09);
	--shadow-lg: 0 18px 48px rgba(7, 61, 33, 0.14);
	--radius: 14px;
	--radius-lg: 22px;
	--container: 1180px;
	--font: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
		Helvetica, Arial, sans-serif;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
	font-family: var(--font);
	color: var(--body);
	background: var(--white);
	line-height: 1.65;
	font-size: 17px;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

img {
	max-width: 100%;
	display: block;
}

a {
	color: var(--orca-green);
	text-decoration: none;
	transition: color 0.18s ease;
}

a:hover {
	color: var(--orca-green-dark);
}

h1,
h2,
h3,
h4 {
	color: var(--ink);
	line-height: 1.18;
	margin: 0 0 0.5em;
	font-weight: 800;
	letter-spacing: -0.02em;
}

h2 {
	font-size: clamp(1.7rem, 3.4vw, 2.5rem);
}

h3 {
	font-size: 1.3rem;
	font-weight: 700;
}

p {
	margin: 0 0 1rem;
}

.container {
	width: 100%;
	max-width: var(--container);
	margin: 0 auto;
	padding: 0 24px;
}

.section {
	padding: 92px 0;
}

.section--soft {
	background: var(--bg-soft);
}

.section--mint {
	background: linear-gradient(180deg, var(--orca-mint-2), var(--white));
}

.eyebrow {
	display: inline-block;
	font-size: 0.8rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--orca-green);
	margin-bottom: 14px;
}

.section-head {
	max-width: 720px;
	margin-bottom: 54px;
}

.section-head.center {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.lead {
	font-size: 1.15rem;
	color: var(--body);
}

.muted {
	color: var(--muted);
}

/* ---------- Buttons ---------- */
.btn {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	padding: 13px 26px;
	border-radius: 999px;
	font-weight: 600;
	font-size: 0.98rem;
	border: 1.5px solid transparent;
	cursor: pointer;
	transition: transform 0.16s ease, box-shadow 0.16s ease,
		background 0.16s ease, color 0.16s ease;
	white-space: nowrap;
}

.btn--primary {
	background: var(--orca-green);
	color: #fff;
	box-shadow: 0 8px 20px rgba(15, 122, 67, 0.28);
}

.btn--primary:hover {
	background: var(--orca-green-dark);
	color: #fff;
	transform: translateY(-2px);
	box-shadow: 0 12px 26px rgba(15, 122, 67, 0.34);
}

.btn--ghost {
	border-color: rgba(255, 255, 255, 0.55);
	color: #fff;
}

.btn--ghost:hover {
	background: rgba(255, 255, 255, 0.12);
	color: #fff;
	transform: translateY(-2px);
}

.btn--outline {
	border-color: var(--line);
	color: var(--ink);
	background: #fff;
}

.btn--outline:hover {
	border-color: var(--orca-green);
	color: var(--orca-green);
	transform: translateY(-2px);
}

/* ---------- Navbar ---------- */
.nav {
	position: sticky;
	top: 0;
	z-index: 60;
	background: rgba(255, 255, 255, 0.9);
	backdrop-filter: saturate(180%) blur(12px);
	border-bottom: 1px solid var(--line);
}

.nav__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 76px;
}

.nav__brand {
	display: flex;
	align-items: center;
	gap: 12px;
}

.nav__brand img {
	height: 42px;
	width: auto;
}

.nav__links {
	display: flex;
	align-items: center;
	gap: 6px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.nav__links a {
	display: block;
	padding: 9px 15px;
	border-radius: 9px;
	color: var(--ink);
	font-weight: 600;
	font-size: 0.96rem;
}

.nav__links a:hover,
.nav__links a.active {
	color: var(--orca-green);
	background: var(--orca-mint);
}

.nav__cta {
	display: flex;
	align-items: center;
	gap: 12px;
}

.nav__toggle {
	display: none;
	background: none;
	border: 0;
	cursor: pointer;
	padding: 8px;
	color: var(--ink);
}

.nav__toggle svg {
	width: 26px;
	height: 26px;
}

/* ---------- Hero ---------- */
.hero {
	position: relative;
	color: #fff;
	background: radial-gradient(
			1100px 520px at 78% -10%,
			rgba(46, 165, 106, 0.55),
			transparent 60%
		),
		linear-gradient(160deg, var(--orca-green-darker), var(--orca-green) 120%);
	overflow: hidden;
}

.hero::after {
	content: "";
	position: absolute;
	right: -140px;
	bottom: -160px;
	width: 520px;
	height: 520px;
	border-radius: 50%;
	border: 60px solid rgba(255, 255, 255, 0.05);
	pointer-events: none;
}

.hero__inner {
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-columns: 1.15fr 0.85fr;
	gap: 48px;
	align-items: center;
	padding: 96px 0 104px;
}

.hero h1 {
	color: #fff;
	font-size: clamp(2.3rem, 5vw, 3.6rem);
	margin-bottom: 20px;
}

.hero p {
	font-size: 1.18rem;
	color: rgba(255, 255, 255, 0.9);
	max-width: 560px;
}

.hero__badge {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	background: rgba(255, 255, 255, 0.12);
	border: 1px solid rgba(255, 255, 255, 0.22);
	padding: 7px 15px;
	border-radius: 999px;
	font-size: 0.85rem;
	font-weight: 600;
	letter-spacing: 0.02em;
	margin-bottom: 24px;
}

.hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 34px;
}

.hero__card {
	background: rgba(255, 255, 255, 0.97);
	border-radius: var(--radius-lg);
	padding: 30px;
	box-shadow: var(--shadow-lg);
	color: var(--ink);
}

.hero__card h3 {
	margin-bottom: 18px;
	font-size: 1.05rem;
	color: var(--orca-green-dark);
}

.hero__list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 14px;
}

.hero__list li {
	display: flex;
	gap: 12px;
	align-items: flex-start;
	font-size: 0.98rem;
	color: var(--body);
}

.hero__list .dot {
	flex: none;
	width: 34px;
	height: 34px;
	border-radius: 10px;
	background: var(--orca-mint);
	color: var(--orca-green-dark);
	display: grid;
	place-items: center;
	font-weight: 800;
	font-size: 0.9rem;
}

/* ---------- Stats ---------- */
.stats {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 26px;
}

.stat {
	text-align: center;
	padding: 12px;
}

.stat__num {
	font-size: clamp(2.1rem, 4vw, 2.9rem);
	font-weight: 800;
	color: var(--orca-green);
	letter-spacing: -0.03em;
	line-height: 1;
}

.stat__label {
	margin-top: 10px;
	font-size: 0.95rem;
	color: var(--muted);
	font-weight: 500;
}

/* ---------- Cards grid ---------- */
.grid {
	display: grid;
	gap: 26px;
}

.grid--2 {
	grid-template-columns: repeat(2, 1fr);
}

.grid--3 {
	grid-template-columns: repeat(3, 1fr);
}

.grid--4 {
	grid-template-columns: repeat(4, 1fr);
}

.card {
	background: #fff;
	border: 1px solid var(--line);
	border-radius: var(--radius);
	padding: 30px;
	box-shadow: var(--shadow-sm);
	transition: transform 0.18s ease, box-shadow 0.18s ease,
		border-color 0.18s ease;
}

.card:hover {
	transform: translateY(-4px);
	box-shadow: var(--shadow-md);
	border-color: #d3e6da;
}

.card__icon {
	width: 52px;
	height: 52px;
	border-radius: 13px;
	background: var(--orca-mint);
	color: var(--orca-green-dark);
	display: grid;
	place-items: center;
	margin-bottom: 18px;
}

.card__icon svg {
	width: 26px;
	height: 26px;
}

.card h3 {
	margin-bottom: 8px;
}

.card p {
	margin: 0;
	font-size: 0.98rem;
}

/* ---------- Split (image + text) ---------- */
.split {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 56px;
	align-items: center;
}

.split__media img {
	border-radius: var(--radius-lg);
	box-shadow: var(--shadow-md);
	width: 100%;
	object-fit: cover;
}

.split--reverse .split__media {
	order: 2;
}

/* ---------- Value / check lists ---------- */
.checklist {
	list-style: none;
	margin: 20px 0 0;
	padding: 0;
	display: grid;
	gap: 14px;
}

.checklist li {
	display: flex;
	gap: 13px;
	align-items: flex-start;
}

.checklist .check {
	flex: none;
	width: 26px;
	height: 26px;
	border-radius: 50%;
	background: var(--orca-mint);
	color: var(--orca-green-dark);
	display: grid;
	place-items: center;
	margin-top: 2px;
}

.checklist .check svg {
	width: 15px;
	height: 15px;
}

/* ---------- Mission / Vision / Values band ---------- */
.mvv {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 26px;
}

.mvv .card {
	border-top: 4px solid var(--orca-green);
}

/* ---------- Partners ---------- */
.partner {
	display: grid;
	grid-template-columns: 200px 1fr;
	gap: 34px;
	align-items: center;
	background: #fff;
	border: 1px solid var(--line);
	border-radius: var(--radius);
	padding: 34px;
	box-shadow: var(--shadow-sm);
}

.partner__logo {
	display: grid;
	place-items: center;
	background: var(--bg-soft);
	border-radius: var(--radius);
	padding: 22px;
	min-height: 130px;
}

.partner__logo img {
	max-height: 90px;
	width: auto;
	object-fit: contain;
}

.partner__logo--text {
	font-size: 1.5rem;
	font-weight: 800;
	color: var(--orca-green-dark);
	letter-spacing: -0.02em;
	text-align: center;
	line-height: 1.15;
}

.partner__logo--text span {
	display: block;
	font-size: 0.8rem;
	font-weight: 600;
	color: var(--muted);
	letter-spacing: 0.05em;
	margin-top: 4px;
}

.partner h3 {
	margin-bottom: 6px;
}

/* ---------- Timeline ---------- */
.timeline {
	position: relative;
	max-width: 820px;
	margin: 0 auto;
	padding-left: 34px;
}

.timeline::before {
	content: "";
	position: absolute;
	left: 7px;
	top: 6px;
	bottom: 6px;
	width: 2px;
	background: linear-gradient(var(--orca-green), var(--orca-mint));
}

.timeline__item {
	position: relative;
	padding: 0 0 34px 8px;
}

.timeline__item::before {
	content: "";
	position: absolute;
	left: -34px;
	top: 4px;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background: #fff;
	border: 4px solid var(--orca-green);
}

.timeline__year {
	font-weight: 800;
	color: var(--orca-green);
	font-size: 0.95rem;
	letter-spacing: 0.03em;
}

.timeline__item h3 {
	margin: 4px 0 6px;
	font-size: 1.15rem;
}

.timeline__item p {
	margin: 0;
	font-size: 0.99rem;
}

/* ---------- Leadership ---------- */
.people {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 22px;
	max-width: 920px;
	margin: 0 auto;
}

.person {
	background: #fff;
	border: 1px solid var(--line);
	border-radius: var(--radius);
	padding: 26px 22px;
	text-align: center;
	box-shadow: var(--shadow-sm);
}

.person__avatar {
	width: 66px;
	height: 66px;
	margin: 0 auto 14px;
	border-radius: 50%;
	background: linear-gradient(150deg, var(--orca-green), var(--orca-green-light));
	color: #fff;
	display: grid;
	place-items: center;
	font-weight: 800;
	font-size: 1.25rem;
	letter-spacing: 0.02em;
}

.person h3 {
	font-size: 1.05rem;
	margin-bottom: 3px;
}

.person .role {
	color: var(--orca-green);
	font-weight: 600;
	font-size: 0.9rem;
}

.person .cred {
	color: var(--muted);
	font-size: 0.85rem;
	margin-top: 3px;
}

/* ---------- Office cards ---------- */
.office {
	background: #fff;
	border: 1px solid var(--line);
	border-radius: var(--radius);
	overflow: hidden;
	box-shadow: var(--shadow-sm);
	display: flex;
	flex-direction: column;
}

.office__head {
	background: linear-gradient(150deg, var(--orca-green-dark), var(--orca-green));
	color: #fff;
	padding: 20px 24px;
}

.office__head h3 {
	color: #fff;
	margin: 0;
	font-size: 1.2rem;
}

.office__head .tag {
	font-size: 0.82rem;
	opacity: 0.85;
	font-weight: 600;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.office__body {
	padding: 22px 24px;
	flex: 1;
}

.office__addr {
	display: flex;
	gap: 10px;
	align-items: flex-start;
	color: var(--body);
	font-size: 0.97rem;
	margin-bottom: 16px;
}

.office__addr svg {
	flex: none;
	width: 18px;
	height: 18px;
	margin-top: 3px;
	color: var(--orca-green);
}

.office__team {
	list-style: none;
	margin: 0;
	padding: 16px 0 0;
	border-top: 1px solid var(--line);
	display: grid;
	gap: 9px;
}

.office__team li {
	display: flex;
	justify-content: space-between;
	gap: 14px;
	font-size: 0.92rem;
}

.office__team .name {
	font-weight: 600;
	color: var(--ink);
}

.office__team .title {
	color: var(--muted);
	text-align: right;
}

/* ---------- Figure ---------- */
.figure {
	background: #fff;
	border: 1px solid var(--line);
	border-radius: var(--radius);
	padding: 16px;
	box-shadow: var(--shadow-sm);
	overflow: auto;
}

.figure img {
	width: 100%;
	border-radius: 8px;
}

.figure figcaption {
	margin-top: 12px;
	text-align: center;
	color: var(--muted);
	font-size: 0.9rem;
}

/* ---------- Page hero (interior) ---------- */
.pagehero {
	background: linear-gradient(160deg, var(--orca-green-darker), var(--orca-green));
	color: #fff;
	padding: 72px 0 64px;
	position: relative;
	overflow: hidden;
}

.pagehero::after {
	content: "";
	position: absolute;
	right: -120px;
	top: -120px;
	width: 360px;
	height: 360px;
	border-radius: 50%;
	border: 44px solid rgba(255, 255, 255, 0.06);
}

.pagehero h1 {
	color: #fff;
	font-size: clamp(2rem, 4.4vw, 3rem);
	position: relative;
	z-index: 2;
}

.pagehero p {
	color: rgba(255, 255, 255, 0.9);
	max-width: 640px;
	font-size: 1.12rem;
	margin: 0;
	position: relative;
	z-index: 2;
}

.crumb {
	position: relative;
	z-index: 2;
	font-size: 0.85rem;
	color: rgba(255, 255, 255, 0.75);
	margin-bottom: 16px;
	font-weight: 600;
	letter-spacing: 0.02em;
}

.crumb a {
	color: rgba(255, 255, 255, 0.9);
}

/* ---------- CTA band ---------- */
.cta {
	background: linear-gradient(150deg, var(--orca-green-dark), var(--orca-green-darker));
	color: #fff;
	border-radius: var(--radius-lg);
	padding: 56px;
	text-align: center;
	box-shadow: var(--shadow-lg);
	position: relative;
	overflow: hidden;
}

.cta h2 {
	color: #fff;
	margin-bottom: 12px;
}

.cta p {
	color: rgba(255, 255, 255, 0.9);
	max-width: 560px;
	margin: 0 auto 26px;
	font-size: 1.1rem;
}

.cta__actions {
	display: flex;
	gap: 14px;
	justify-content: center;
	flex-wrap: wrap;
}

/* ---------- Footer ---------- */
.footer {
	background: var(--orca-green-darker);
	color: rgba(255, 255, 255, 0.75);
	padding: 62px 0 26px;
	font-size: 0.95rem;
}

.footer__grid {
	display: grid;
	grid-template-columns: 1.6fr 1fr 1fr 1.2fr;
	gap: 40px;
	padding-bottom: 40px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.footer h4 {
	color: #fff;
	font-size: 0.82rem;
	text-transform: uppercase;
	letter-spacing: 0.12em;
	margin-bottom: 18px;
}

.footer__brand img {
	height: 46px;
	width: auto;
	margin-bottom: 16px;
	background: #fff;
	padding: 8px 12px;
	border-radius: 10px;
}

.footer__brand p {
	max-width: 320px;
	color: rgba(255, 255, 255, 0.7);
}

.footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 11px;
}

.footer a {
	color: rgba(255, 255, 255, 0.75);
}

.footer a:hover {
	color: #fff;
}

.footer__bottom {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	gap: 12px;
	padding-top: 24px;
	font-size: 0.85rem;
	color: rgba(255, 255, 255, 0.55);
}

/* ---------- Utilities ---------- */
.text-center {
	text-align: center;
}
.mt-0 {
	margin-top: 0;
}
.mb-0 {
	margin-bottom: 0;
}

/* ---------- Responsive ---------- */
@media (max-width: 960px) {
	.hero__inner {
		grid-template-columns: 1fr;
		padding: 68px 0 76px;
	}
	.split {
		grid-template-columns: 1fr;
		gap: 32px;
	}
	.split--reverse .split__media {
		order: 0;
	}
	.grid--4,
	.people {
		grid-template-columns: repeat(2, 1fr);
	}
	.grid--3,
	.mvv {
		grid-template-columns: 1fr;
	}
	.footer__grid {
		grid-template-columns: 1fr 1fr;
		gap: 30px;
	}
	.nav__links,
	.nav__cta .btn {
		display: none;
	}
	.nav__toggle {
		display: inline-flex;
	}
	.nav--open .nav__links {
		display: flex;
		position: absolute;
		top: 76px;
		left: 0;
		right: 0;
		flex-direction: column;
		align-items: stretch;
		background: #fff;
		border-bottom: 1px solid var(--line);
		padding: 12px 18px 18px;
		gap: 2px;
		box-shadow: var(--shadow-md);
	}
}

@media (max-width: 620px) {
	body {
		font-size: 16px;
	}
	.section {
		padding: 64px 0;
	}
	.stats,
	.grid--2,
	.grid--4,
	.people {
		grid-template-columns: 1fr;
	}
	.partner {
		grid-template-columns: 1fr;
		text-align: center;
	}
	.cta {
		padding: 40px 24px;
	}
	.footer__grid {
		grid-template-columns: 1fr;
	}
	.office__team li {
		flex-direction: column;
		gap: 2px;
	}
	.office__team .title {
		text-align: left;
	}
}
