:root {
	--mohan-ink: #111512;
	--mohan-charcoal: #232824;
	--mohan-green: #39b86a;
	--mohan-green-dark: #176b3b;
	--mohan-paper: #ffffff;
	--mohan-mist: #f2f4f1;
	--mohan-line: #d9ded9;
	--mohan-muted: #5c655e;
	--mohan-radius: 6px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; }
a { text-underline-offset: 4px; }
img { max-width: 100%; height: auto; }
.site-main { min-height: 55vh; }
.site-main .wp-block-post-content > * { margin-block-start: 0; }

.site-header {
	position: sticky;
	top: 0;
	z-index: 100;
	background: rgba(255, 255, 255, 0.96);
	border-bottom: 1px solid rgba(17, 21, 18, 0.12);
	backdrop-filter: blur(12px);
}

.site-header__inner { min-height: 72px; padding: 0 24px; gap: 28px; }
.site-brand a, .footer-brand a { color: inherit; text-decoration: none; }
.site-brand { margin: 0; font-size: 20px; font-weight: 800; white-space: nowrap; }
.site-brand a::after { content: "."; color: var(--mohan-green); }
.primary-nav { margin-left: auto; }
.primary-nav a { color: var(--mohan-ink); text-decoration: none; }
.primary-nav a:hover { color: var(--mohan-green-dark); }

.mohan-contact-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 16px;
	min-height: 48px;
	padding: 12px 18px;
	border: 1px solid transparent;
	border-radius: 4px;
	font-size: 15px;
	font-weight: 750;
	line-height: 1.2;
	text-decoration: none;
	transition: background-color 180ms ease, color 180ms ease, border-color 180ms ease, transform 180ms ease;
}
.mohan-contact-button:hover { transform: translateY(-1px); }
.mohan-contact-button.is-style-primary { background: var(--mohan-green); color: var(--mohan-ink); }
.mohan-contact-button.is-style-primary:hover { background: #69d68f; color: var(--mohan-ink); }
.mohan-contact-button.is-style-outline { border-color: currentColor; color: inherit; background: transparent; }
.mohan-contact-button.is-style-outline:hover { background: rgba(255,255,255,.1); color: inherit; }
.mohan-contact-button.is-style-text { min-height: auto; padding: 4px 0; color: var(--mohan-green-dark); }

.eyebrow {
	margin: 0 0 18px;
	color: var(--mohan-green-dark);
	font-family: var(--wp--preset--font-family--mono);
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0;
	text-transform: uppercase;
}
.has-ink-background-color .eyebrow,
.wp-block-cover .eyebrow { color: #82e3a4; }

.hero { min-height: 640px; }
.hero .wp-block-cover__inner-container { width: 100%; }
.hero__content { padding: 68px 24px 58px; }
.hero h1 { max-width: 900px; margin: 0 0 20px; font-size: 64px; }
.hero__lead { max-width: 710px; color: #e6ebe7; font-size: 21px; line-height: 1.55; }
.hero__actions { margin-top: 24px; gap: 12px; }
.hero__proof {
	margin-top: 38px;
	padding-top: 22px;
	border-top: 1px solid rgba(255,255,255,.28);
}
.hero__proof p { margin: 0; color: #d5ddd7; font-size: 14px; }

.section { padding: 96px 24px; }
.section--compact { padding-top: 72px; padding-bottom: 72px; }
.section--dark { background: var(--mohan-ink); color: var(--mohan-paper); }
.section--mist { background: var(--mohan-mist); }
.section-heading { margin-bottom: 48px; }
.section-heading h2 { max-width: 760px; margin-top: 0; font-size: 46px; }
.section-heading p:not(.eyebrow) { max-width: 680px; color: var(--mohan-muted); font-size: 18px; }
.section--dark .section-heading p:not(.eyebrow) { color: #c8d0ca; }

.service-grid,
.category-grid,
.principle-grid { gap: 16px; }
.service-card {
	min-height: 240px;
	padding: 28px;
	border-top: 3px solid var(--mohan-ink);
	background: var(--mohan-paper);
}
.service-card__number { color: var(--mohan-green-dark); font-family: var(--wp--preset--font-family--mono); font-size: 13px; font-weight: 700; }
.service-card h3 { margin: 34px 0 12px; font-size: 22px; }
.service-card p { margin-bottom: 0; color: var(--mohan-muted); font-size: 15px; }

.capability-strip { border-top: 1px solid var(--mohan-line); border-bottom: 1px solid var(--mohan-line); }
.capability-strip > div { padding: 26px 24px; }
.capability-strip p { margin: 0; font-size: 14px; font-weight: 700; }
.capability-strip p::before { content: ""; display: inline-block; width: 7px; height: 7px; margin-right: 11px; background: var(--mohan-green); border-radius: 50%; }

.category-card {
	position: relative;
	min-height: 420px;
	overflow: hidden;
	border-radius: var(--mohan-radius);
	background: var(--mohan-charcoal);
}
.category-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform 400ms ease; }
.category-card:hover img { transform: scale(1.025); }
.category-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(17,21,18,.78), rgba(17,21,18,.05) 60%); }
.category-card__label { position: absolute; z-index: 2; left: 24px; right: 24px; bottom: 20px; margin: 0; color: white; font-size: 22px; font-weight: 700; }

.process-row { gap: 0; border-top: 1px solid #4a514b; }
.process-step { min-height: 178px; padding: 24px; border-right: 1px solid #4a514b; }
.process-step:last-child { border-right: 0; }
.process-step__number { color: #82e3a4; font-family: var(--wp--preset--font-family--mono); font-size: 13px; }
.process-step h3 { margin: 36px 0 0; font-size: 18px; }

.split-section { gap: 64px; align-items: center; }
.split-section figure { margin: 0; }
.split-section img { width: 100%; min-height: 520px; object-fit: cover; border-radius: var(--mohan-radius); }
.check-list { list-style: none; padding: 0; }
.check-list li { position: relative; padding: 16px 0 16px 32px; border-bottom: 1px solid var(--mohan-line); }
.check-list li::before { content: "\2713"; position: absolute; left: 0; color: var(--mohan-green-dark); font-weight: 800; }

.page-hero { padding: 110px 24px 88px; background: var(--mohan-ink); color: var(--mohan-paper); }
.page-hero h1 { max-width: 950px; margin: 0 0 24px; font-size: 58px; }
.page-hero__lead { max-width: 740px; color: #c8d0ca; font-size: 20px; }
.page-hero__image { margin-top: 54px; }
.page-hero__image img { width: 100%; max-height: 540px; object-fit: cover; border-radius: var(--mohan-radius); }

.service-detail { padding: 30px 0; border-top: 1px solid var(--mohan-line); }
.service-detail h2 { margin-top: 0; font-size: 31px; }
.service-detail p { color: var(--mohan-muted); }
.service-detail__tag { font-family: var(--wp--preset--font-family--mono); color: var(--mohan-green-dark); font-size: 13px; font-weight: 700; }

.timeline { border-top: 1px solid var(--mohan-line); }
.timeline-step { display: grid; grid-template-columns: 120px minmax(0, 1fr); gap: 32px; padding: 42px 0; border-bottom: 1px solid var(--mohan-line); }
.timeline-step__number { color: var(--mohan-green-dark); font-family: var(--wp--preset--font-family--mono); font-weight: 700; }
.timeline-step h2 { margin: 0 0 12px; font-size: 30px; }
.timeline-step p { max-width: 720px; margin: 0; color: var(--mohan-muted); }

.principle-card { padding: 30px; border: 1px solid var(--mohan-line); border-radius: var(--mohan-radius); }
.principle-card h3 { margin-top: 0; }
.principle-card p { color: var(--mohan-muted); }

.rfq-intro { align-items: start; gap: 64px; }
.contact-rail { position: sticky; top: 104px; padding: 30px; background: var(--mohan-ink); color: var(--mohan-paper); border-radius: var(--mohan-radius); }
.contact-rail h2 { font-size: 26px; }
.contact-rail p { color: #c8d0ca; }
.contact-rail .mohan-contact-button { width: 100%; margin-top: 12px; }

.cta-band { padding: 76px 24px; }
.cta-band h2 { max-width: 800px; margin-top: 0; font-size: 48px; }
.cta-band__actions { gap: 12px; }

.not-found { padding: 120px 24px; }
.not-found h1 { max-width: 850px; }

.site-footer { padding: 72px 24px 24px; }
.site-footer__main { gap: 64px; }
.footer-brand { margin-top: 0; font-size: 24px; font-weight: 800; }
.footer-links p { margin: 8px 0; font-size: 14px; }
.site-footer a { color: var(--mohan-paper); }
.site-footer__legal { margin-top: 56px; padding-top: 18px; border-top: 1px solid #404740; color: #aeb8b0; }
.site-footer__legal p { margin: 0; }

.has-js .reveal-on-scroll { opacity: 0; transform: translateY(18px); transition: opacity 500ms ease, transform 500ms ease; }
.has-js .reveal-on-scroll.is-revealed { opacity: 1; transform: translateY(0); }

@media (max-width: 960px) {
	.header-cta { display: none; }
	.primary-nav { margin-left: auto; }
	.hero h1 { font-size: 50px; }
	.section-heading h2, .cta-band h2 { font-size: 40px; }
	.page-hero h1 { font-size: 48px; }
	.split-section { gap: 36px; }
	.category-card { min-height: 340px; }
	.contact-rail { position: static; }
}

@media (max-width: 640px) {
	.site-header__inner { min-height: 64px; padding: 0 16px; }
	.site-brand { font-size: 18px; }
	.wp-block-navigation__responsive-container.is-menu-open { padding: 24px; background: var(--mohan-paper); }
	.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__container { align-items: flex-start; gap: 22px; font-size: 22px; }
	.header-cta { display: none !important; }
	.hero { min-height: 560px; }
	.hero__content { padding: 38px 18px 36px; }
	.hero h1 { font-size: 36px; }
	.hero__lead { font-size: 18px; }
	.hero__actions { align-items: stretch; }
	.hero__actions .mohan-contact-button { width: 100%; }
	.hero__proof { display: none !important; }
	.section { padding: 68px 18px; }
	.section--compact { padding-top: 50px; padding-bottom: 50px; }
	.section-heading { margin-bottom: 34px; }
	.section-heading h2, .cta-band h2 { font-size: 34px; }
	.page-hero { padding: 76px 18px 60px; }
	.page-hero h1 { font-size: 40px; }
	.page-hero__lead { font-size: 18px; }
	.page-hero__image { margin-top: 36px; }
	.page-hero__image img { min-height: 300px; }
	.category-card { min-height: 310px; }
	.process-step { min-height: 140px; border-right: 0; border-bottom: 1px solid #4a514b; }
	.timeline-step { grid-template-columns: 1fr; gap: 12px; padding: 32px 0; }
	.timeline-step h2 { font-size: 25px; }
	.split-section img { min-height: 340px; }
	.cta-band { padding: 58px 18px; }
	.cta-band__actions { align-items: stretch; }
	.cta-band__actions .mohan-contact-button { width: 100%; }
	.site-footer { padding: 56px 18px 22px; }
	.site-footer__main { gap: 38px; }
}

@media (prefers-reduced-motion: reduce) {
	html { scroll-behavior: auto; }
	*, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
