.page-wrap { max-width: 1120px; margin: 0 auto; padding: 0 1.5rem; }
	.hero-innovation-section {
		background: linear-gradient(165deg, #0d6b6b 0%, #0a5252 50%, #1a1917 100%);
		padding: 4rem 2rem;
		border-radius: 0 0 20px 20px;
		margin-bottom: 3rem;
	}
	.hero-content-wrapper { display: flex; align-items: center; gap: 3rem; max-width: 1120px; margin: 0 auto; flex-wrap: wrap; }
	.hero-text-column { flex: 1; min-width: 280px; }
	.hero-main-title { font-family: var(--font-head); font-size: clamp(1.75rem, 4vw, 2.5rem); color: #fff; font-weight: 700; margin-bottom: 1rem; line-height: 1.2; }
	.hero-subtitle { font-size: 1.05rem; color: rgba(255,255,255,0.88); line-height: 1.65; margin-bottom: 1.5rem; }
	.hero-cta-button { display: inline-block; padding: 0.85rem 1.75rem; background: #fff; color: #0d6b6b; border-radius: var(--radius); font-weight: 600; text-decoration: none; transition: transform 0.2s, box-shadow 0.2s; }
	.hero-cta-button:hover { transform: translateY(-2px); box-shadow: 0 8px 24px rgba(0,0,0,0.2); }
	.hero-image-column { flex: 1; min-width: 280px; }
	.hero-featured-image { width: 100%; height: 320px; object-fit: cover; border-radius: var(--radius-lg); }
	.methodology-breakdown-section { padding: 4rem 0; background: var(--paper-elevated); }
	.methodology-container { max-width: 1120px; margin: 0 auto; padding: 0 1.5rem; }
	.methodology-header { text-align: center; margin-bottom: 3rem; max-width: 640px; margin-left: auto; margin-right: auto; }
	.methodology-title { font-family: var(--font-head); font-size: clamp(1.5rem, 3vw, 2rem); color: var(--ink); font-weight: 700; margin-bottom: 0.75rem; }
	.methodology-intro { font-size: 1.05rem; color: var(--ink-muted); line-height: 1.65; }
	.process-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 1.75rem; margin-top: 2rem; }
	.process-card { background: var(--paper); padding: 2rem; border-radius: var(--radius-lg); border-left: 4px solid var(--accent); box-shadow: var(--shadow); }
	.process-number { font-family: var(--font-head); font-weight: 700; color: var(--accent); font-size: 0.9rem; margin-bottom: 0.5rem; }
	.process-card-title { font-family: var(--font-head); font-size: 1.15rem; color: var(--ink); margin-bottom: 0.5rem; }
	.process-description { font-size: 0.95rem; color: var(--ink-muted); line-height: 1.6; }
	.research-foundation-section { background: var(--ink); color: #fff; padding: 4rem 0; }
	.research-content-wrapper { max-width: 1120px; margin: 0 auto; padding: 0 1.5rem; display: grid; grid-template-columns: 1fr 320px; gap: 3rem; align-items: start; }
	.research-section-title { font-family: var(--font-head); font-size: 1.75rem; color: #fff; margin-bottom: 1rem; }
	.research-description { font-size: 1rem; color: rgba(255,255,255,0.85); line-height: 1.65; margin-bottom: 1rem; }
	.research-highlights-list { list-style: none; margin: 1.5rem 0; }
	.research-highlights-list li { padding: 0.5rem 0; padding-left: 1.25rem; position: relative; color: rgba(255,255,255,0.9); }
	.research-highlights-list li::before { content: '→'; position: absolute; left: 0; color: var(--accent-light); font-weight: bold; }
	.contact-action-button { display: inline-block; margin-top: 1rem; padding: 0.85rem 1.75rem; border: 2px solid rgba(255,255,255,0.6); color: #fff; border-radius: var(--radius); font-weight: 600; text-decoration: none; transition: background 0.2s, border-color 0.2s; }
	.contact-action-button:hover { background: rgba(255,255,255,0.1); border-color: #fff; }
	.team-profile-card { background: rgba(255,255,255,0.08); padding: 2rem; border-radius: var(--radius-lg); border: 1px solid rgba(255,255,255,0.15); text-align: center; }
	.profile-image { width: 100px; height: 100px; border-radius: 50%; object-fit: cover; margin-bottom: 1rem; border: 3px solid var(--accent); }
	.profile-name { font-family: var(--font-head); font-size: 1.2rem; color: #fff; margin-bottom: 0.25rem; }
	.profile-title { font-size: 0.9rem; color: var(--accent-light); margin-bottom: 0.75rem; }
	.profile-quote { font-style: italic; color: rgba(255,255,255,0.9); font-size: 0.95rem; line-height: 1.6; }
	@media (max-width: 900px) {
