/* ===== shared inner-page components ===== */

/* image hero banner (About etc.) */
.img-hero {
	position: relative;
	min-height: clamp(440px, 64vh, 620px);
	display: flex;
	align-items: flex-end;
	color: var(--cream);
	overflow: hidden;
	background: #262b25;
}
.img-hero .photo {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
}
.img-hero .photo::part(frame) {
	background: transparent;
}
.img-hero .photo::part(empty) {
	color: rgba(239, 233, 220, 0.6);
}
.img-hero .ov {
	position: absolute;
	inset: 0;
	z-index: 1;
	pointer-events: none;
	background: linear-gradient(
		180deg,
		rgba(30, 34, 28, 0.4) 0%,
		rgba(30, 34, 28, 0.18) 38%,
		rgba(22, 20, 17, 0.8) 100%
	);
}
.img-hero .inner {
	position: relative;
	z-index: 2;
	width: 100%;
	padding-bottom: clamp(48px, 7vw, 86px);
	padding-top: 170px;
}
.img-hero .eyebrow {
	color: var(--camel);
}
.img-hero .eyebrow::before {
	background: var(--camel);
}
.img-hero h1 {
	color: #fff;
	font-size: clamp(2.3rem, 4.6vw, 4rem);
	line-height: 1.08;
	max-width: 20ch;
	letter-spacing: -0.012em;
}
.img-hero .sub {
	color: rgba(239, 233, 220, 0.88);
	font-size: clamp(1.08rem, 1.5vw, 1.3rem);
	line-height: 1.5;
	max-width: 58ch;
	margin-top: 1.3rem;
}
.img-hero .hero-drop-hint {
	position: absolute;
	z-index: 3;
	right: var(--gut);
	top: 112px;
	pointer-events: none;
	font-family: ui-monospace, Menlo, monospace;
	font-size: 0.68rem;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: rgba(239, 233, 220, 0.6);
	border: 1px dashed rgba(239, 233, 220, 0.3);
	padding: 0.5em 0.8em;
	border-radius: 2px;
}
.img-hero .photo[data-filled] ~ .hero-drop-hint {
	display: none;
}

/* 3-column blocks (About How We Work) */
.col3 {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: clamp(30px, 3.5vw, 52px);
}
@media (max-width: 860px) {
	.col3 {
		grid-template-columns: 1fr;
		gap: 8px;
	}
}
.col3 .c {
	padding-top: 26px;
	border-top: 2px solid var(--accent);
}
.col3 .c:nth-child(2) {
	border-color: var(--green);
}
.col3 .c:nth-child(3) {
	border-color: var(--maroon);
}
.col3 .c h3 {
	font-size: 1.45rem;
	line-height: 1.1;
	margin-bottom: 0.7rem;
}
.col3 .c p {
	color: var(--ink-soft);
	font-size: 1rem;
	margin: 0;
}
@media (max-width: 860px) {
	.col3 .c {
		padding: 24px 0;
		border-top: 1px solid var(--line);
	}
	.col3 .c:first-child {
		border-top: 2px solid var(--accent);
	}
}

/* news feed (vertical) */
.nfeed {
	display: flex;
	flex-direction: column;
}
.nrow {
	display: grid;
	grid-template-columns: 200px 1fr auto;
	gap: clamp(24px, 4vw, 56px);
	align-items: start;
	padding: clamp(30px, 4vw, 46px) 0;
	border-top: 1px solid var(--line);
}
.nrow:first-child {
	border-top: 0;
}
.nrow .nmeta {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
}
.nrow .ntag {
	display: inline-block;
	width: fit-content;
	font-size: 0.66rem;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	font-weight: 600;
	color: var(--accent);
	border: 1px solid var(--line);
	padding: 0.4em 0.8em;
	border-radius: 100px;
}
.nrow .ndate {
	font-size: 0.82rem;
	color: var(--ink-soft);
}
.nrow h3 {
	font-size: clamp(1.4rem, 2.1vw, 1.9rem);
	line-height: 1.12;
}
.nrow p {
	color: var(--ink-soft);
	margin: 0.6rem 0 0;
	max-width: 62ch;
}
.nrow .ngo {
	display: inline-flex;
	align-items: center;
	gap: 0.5em;
	margin-top: 0.9rem;
	white-space: nowrap;
	text-transform: uppercase;
	letter-spacing: 0.14em;
	font-size: 0.74rem;
	font-weight: 600;
	color: var(--ink);
	border-bottom: 1px solid var(--accent);
	padding-bottom: 3px;
	transition: gap 0.35s var(--ease), color 0.35s var(--ease);
}
.nrow .ngo:hover {
	gap: 0.85em;
	color: var(--maroon);
}
.nrow .nself {
	font-size: 0.7rem;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--ink-soft);
	white-space: nowrap;
	align-self: start;
	padding-top: 0.3rem;
}
@media (max-width: 760px) {
	.nrow {
		grid-template-columns: 1fr;
		gap: 14px;
	}
	.nrow .nself {
		display: none;
	}
}

/* value / feature rows */
.vrow {
	display: grid;
	grid-template-columns: 80px 1fr;
	gap: 28px;
	padding: 30px 0;
	border-top: 1px solid var(--line);
	align-items: start;
}
.vrow .vnum {
	font-family: var(--serif-display);
	font-size: 2.1rem;
	color: var(--accent);
	line-height: 1;
}
.vrow h3 {
	font-size: 1.5rem;
	margin-bottom: 0.4rem;
}
.vrow p {
	color: var(--ink-soft);
	margin: 0;
	max-width: 60ch;
}
@media (max-width: 620px) {
	.vrow {
		grid-template-columns: 1fr;
		gap: 10px;
	}
}

/* two-col content */
.two {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: clamp(40px, 6vw, 90px);
	align-items: start;
}
@media (max-width: 820px) {
	.two {
		grid-template-columns: 1fr;
		gap: 34px;
	}
}

/* placeholder image block */
.ph-block {
	aspect-ratio: 4/3;
	border-radius: 2px;
	border: 1px solid var(--line);
	position: relative;
	overflow: hidden;
	background: repeating-linear-gradient(135deg, #e6dfd0 0 16px, #ded6c4 16px 32px);
}
.ph-block .lbl {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: ui-monospace, Menlo, monospace;
	font-size: 0.72rem;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--ink-soft);
	opacity: 0.6;
}
.ph-tall {
	aspect-ratio: 3/4;
}

/* client type chips/cards */
.client-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1px;
	background: var(--line);
	border: 1px solid var(--line);
	border-radius: 2px;
	overflow: hidden;
}
.client-grid .ci {
	background: var(--card);
	padding: 30px 28px;
}
.client-grid .ci h4 {
	font-size: 1.22rem;
	margin-bottom: 0.4rem;
}
.client-grid .ci p {
	font-size: 0.95rem;
	color: var(--ink-soft);
	margin: 0;
}
@media (max-width: 760px) {
	.client-grid {
		grid-template-columns: 1fr;
	}
}

/* ===== news listing ===== */
.filters {
	display: flex;
	gap: 0.6rem;
	flex-wrap: wrap;
	margin-bottom: clamp(30px, 4vw, 48px);
}
.chip {
	font-size: 0.72rem;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	font-weight: 600;
	padding: 0.6em 1.1em;
	border: 1px solid var(--line);
	border-radius: 100px;
	color: var(--ink-soft);
	cursor: pointer;
	transition: all 0.3s var(--ease);
	background: transparent;
	font-family: var(--ui-font);
}
.chip:hover {
	border-color: var(--ink);
	color: var(--ink);
}
.chip.on {
	background: var(--ink);
	border-color: var(--ink);
	color: var(--paper);
}

.nlist {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
}
@media (max-width: 900px) {
	.nlist {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media (max-width: 600px) {
	.nlist {
		grid-template-columns: 1fr;
	}
}
.acard {
	display: flex;
	flex-direction: column;
	background: var(--card);
	border: 1px solid var(--line);
	border-radius: 2px;
	overflow: hidden;
	transition: transform 0.45s var(--ease), box-shadow 0.45s var(--ease), border-color 0.45s var(--ease);
}
.acard:hover {
	transform: translateY(-5px);
	box-shadow: var(--shadow-md);
	border-color: transparent;
}
.acard .aimg {
	aspect-ratio: 16/10;
	background: repeating-linear-gradient(135deg, #e6dfd0 0 14px, #ded6c4 14px 28px);
	position: relative;
}
.acard .aimg .t {
	position: absolute;
	top: 12px;
	left: 12px;
	background: var(--paper);
	font-size: 0.64rem;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	font-weight: 600;
	padding: 0.45em 0.8em;
	color: var(--accent);
}
.acard .abody {
	padding: 24px 24px 26px;
	display: flex;
	flex-direction: column;
	gap: 0.55rem;
	flex: 1;
}
.acard .adt {
	font-size: 0.74rem;
	letter-spacing: 0.04em;
	color: var(--ink-soft);
}
.acard h3 {
	font-size: 1.28rem;
	line-height: 1.14;
}
.acard p {
	font-size: 0.95rem;
	color: var(--ink-soft);
	margin: 0;
}
.acard .ar {
	margin-top: auto;
	padding-top: 0.5rem;
	font-size: 0.72rem;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	font-weight: 600;
	display: inline-flex;
	gap: 0.5em;
	align-items: center;
}
.acard:hover .ar {
	color: var(--maroon);
}

/* ===== contact ===== */
.contact-grid {
	display: grid;
	grid-template-columns: 1fr 1.2fr;
	gap: clamp(40px, 6vw, 90px);
	align-items: start;
}
@media (max-width: 820px) {
	.contact-grid {
		grid-template-columns: 1fr;
		gap: 40px;
	}
}
.cdetail {
	border-top: 1px solid var(--line);
	padding: 22px 0;
}
.cdetail .l {
	font-size: 0.72rem;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: var(--ink-soft);
	margin-bottom: 0.4rem;
}
.cdetail .v {
	font-family: var(--serif-display);
	font-size: 1.5rem;
}
.cdetail a {
	color: var(--ink);
	transition: color 0.3s;
}
.cdetail a:hover {
	color: var(--maroon);
}

.field {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
	margin-bottom: 1.4rem;
}
.field label {
	font-size: 0.72rem;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	font-weight: 600;
	color: var(--ink-soft);
}
.field input,
.field textarea,
.field select {
	font-family: var(--body-font);
	font-size: 1.02rem;
	color: var(--ink);
	background: var(--card);
	border: 1px solid var(--line);
	border-radius: 2px;
	padding: 0.85em 1em;
	transition: border-color 0.3s var(--ease);
}
.field input:focus,
.field textarea:focus,
.field select:focus {
	outline: none;
	border-color: var(--accent);
}
.field textarea {
	resize: vertical;
	min-height: 120px;
}
.two-field {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 1.2rem;
}
@media (max-width: 560px) {
	.two-field {
		grid-template-columns: 1fr;
	}
}
.form-note {
	font-size: 0.84rem;
	color: var(--ink-soft);
	margin-top: 0.4rem;
}
.form-ok {
	display: none;
	padding: 1em 1.2em;
	border: 1px solid var(--green);
	color: var(--green);
	border-radius: 2px;
	margin-bottom: 1.2rem;
	font-size: 0.95rem;
}
.form-ok.show {
	display: block;
}

/* ===== login ===== */
.login-wrap {
	min-height: 100vh;
	display: grid;
	grid-template-columns: 1fr 1fr;
}
@media (max-width: 820px) {
	.login-wrap {
		grid-template-columns: 1fr;
	}
}
.login-aside {
	background: var(--green);
	color: var(--cream);
	padding: clamp(40px, 6vw, 72px);
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	position: relative;
	overflow: hidden;
}
@media (max-width: 820px) {
	.login-aside {
		min-height: 280px;
	}
}
/* .login-aside .alogo{ height:30px; width:auto; } */
.login-aside .big {
	font-family: var(--serif-display);
	font-size: clamp(2rem, 3.2vw, 2.8rem);
	line-height: 1.1;
	max-width: 18ch;
}
.login-aside .sm {
	font-size: 0.95rem;
	color: rgba(239, 233, 220, 0.8);
	max-width: 38ch;
}
.login-aside .ring-deco {
	position: absolute;
	right: -120px;
	top: 50%;
	transform: translateY(-50%);
	width: 360px;
	height: 360px;
	border-radius: 50%;
	border: 1px solid rgba(239, 233, 220, 0.18);
}
.login-aside .ring-deco::after {
	content: "";
	position: absolute;
	inset: 40px;
	border-radius: 50%;
	border: 1px solid rgba(239, 233, 220, 0.12);
}
.login-main {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: clamp(40px, 6vw, 72px);
}
.login-card {
	width: 100%;
	max-width: 380px;
}
.login-card h1 {
	font-size: 2.2rem;
	margin-bottom: 0.4rem;
}
.login-card .sub {
	color: var(--ink-soft);
	margin-bottom: 2rem;
}
.login-card .row-between {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 0.82rem;
}
.login-card .forgot {
	color: var(--accent);
	border-bottom: 1px solid transparent;
}
.login-card .forgot:hover {
	border-color: var(--accent);
}
.btn-block {
	width: 100%;
	justify-content: center;
	margin-top: 0.6rem;
}
.login-back {
	position: absolute;
	top: 28px;
	left: var(--gut);
	white-space: nowrap;
	font-size: 0.74rem;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	font-weight: 600;
	color: rgba(239, 233, 220, 0.85);
	z-index: 3;
}
.login-back:hover {
	color: #fff;
}

/* ===== article / press release ===== */
.art-hd {
	padding-top: clamp(140px, 15vh, 196px);
	padding-bottom: clamp(28px, 4vw, 44px);
}
.art-kicker {
	display: flex;
	align-items: center;
	gap: 0.9rem;
	flex-wrap: wrap;
	margin-bottom: 1.5rem;
}
.art-kicker .ntag {
	display: inline-block;
	white-space: nowrap;
	font-size: 0.66rem;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	font-weight: 600;
	color: var(--accent);
	border: 1px solid var(--line);
	padding: 0.45em 0.85em;
	border-radius: 100px;
}
.art-kicker .adate {
	white-space: nowrap;
	font-size: 0.8rem;
	letter-spacing: 0.04em;
	color: var(--ink-soft);
}
.art-hd h1 {
	font-size: clamp(2.2rem, 4.4vw, 3.7rem);
	line-height: 1.05;
	max-width: none;
	letter-spacing: -0.012em;
}
.art-standfirst {
	font-family: var(--serif-text);
	font-size: clamp(1.3rem, 2vw, 1.65rem);
	line-height: 1.45;
	color: var(--ink-soft);
	max-width: none;
	margin-top: 1.5rem;
}
/* one shared centered column for the whole article */
.art-col {
	max-width: 920px;
	margin: 0 auto;
}

.art-hero {
	position: relative;
	aspect-ratio: 16/7;
	border-radius: 2px;
	overflow: hidden;
	border: 1px solid var(--line);
	background: #262b25;
	margin: clamp(28px, 4vw, 44px) 0 0;
}
.art-hero .photo {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
}
.art-hero .photo::part(empty) {
	color: rgba(239, 233, 220, 0.6);
}
.art-hero .drop {
	position: absolute;
	z-index: 3;
	right: 18px;
	top: 18px;
	pointer-events: none;
	font-family: ui-monospace, Menlo, monospace;
	font-size: 0.64rem;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: rgba(239, 233, 220, 0.6);
	border: 1px dashed rgba(239, 233, 220, 0.3);
	padding: 0.45em 0.7em;
	border-radius: 2px;
}
.art-hero .photo[data-filled] ~ .drop {
	display: none;
}

.art-body {
	max-width: 920px;
	margin: 0 auto;
}
.art-body p {
	font-size: 1.14rem;
	line-height: 1.74;
	color: var(--ink);
}
.art-body p.dateline-p {
}
.art-body .dateline {
	font-weight: 600;
	letter-spacing: 0.02em;
}
.art-body h2 {
	font-family: var(--serif-display);
	font-size: 1.7rem;
	margin: 2.2rem 0 0.8rem;
}
.pullquote {
	margin: 2.4rem 0;
	padding-left: 1.5rem;
	border-left: 2px solid var(--accent);
}
.pullquote p {
	font-family: var(--serif-display);
	font-size: clamp(1.5rem, 2.4vw, 2rem);
	line-height: 1.25;
	color: var(--ink);
	margin: 0;
	font-weight: 500;
}
.pullquote .by {
	margin-top: 1rem;
	font-family: var(--ui-font);
	font-size: 0.74rem;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--ink-soft);
	font-weight: 600;
}
.art-boiler {
	margin-top: 2.8rem;
	padding-top: 2rem;
	border-top: 1px solid var(--line);
}
.art-boiler h3 {
	font-family: var(--ui-font);
	font-size: 0.72rem;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: var(--ink-soft);
	font-weight: 600;
	margin: 0 0 0.9rem;
}
.art-boiler p {
	font-size: 1rem;
	line-height: 1.66;
	color: var(--ink-soft);
}
.art-contact {
	margin-top: 1.6rem;
	font-size: 0.94rem;
	color: var(--ink-soft);
}
.art-contact a {
	color: var(--ink);
	border-bottom: 1px solid var(--accent);
}
.art-foot-nav {
	max-width: 920px;
	margin: clamp(36px, 5vw, 56px) auto 0;
	padding-top: 1.8rem;
	border-top: 1px solid var(--line);
	display: flex;
	justify-content: space-between;
	gap: 18px;
	flex-wrap: wrap;
}
.art-foot-nav a {
	display: inline-flex;
	align-items: center;
	gap: 0.5em;
	text-transform: uppercase;
	letter-spacing: 0.14em;
	font-size: 0.74rem;
	font-weight: 600;
	color: var(--ink);
}
.art-foot-nav a:hover {
	color: var(--maroon);
}
