#home { overflow: hidden; }
#home h1, #home h2, #home h3, #home p { margin-top: 0; }
#home h1, #home h2 { letter-spacing: -.065em; font-weight: 700; }
#home h1 { max-width: 700px; margin-bottom: 28px; font-size: clamp(50px, 7vw, 94px); line-height: .98; }
#home h1 em { color: var(--irs-olive); font-style: italic; font-weight: 500; }
#home h2 { margin-bottom: 0; font-size: clamp(32px, 4.4vw, 60px); line-height: 1.08; }
#home h3 { font-size: 20px; letter-spacing: -.04em; }
.main-hero { min-height: 620px; padding: 72px 0 80px; background: var(--irs-paper); }
.main-hero-grid { display: grid; grid-template-columns: minmax(360px, .85fr) 1.15fr; gap: 72px; align-items: center; }
.main-hero-copy { padding-left: 0; }
.main-hero-description { max-width: 430px; margin-bottom: 34px; color: var(--irs-muted); font-size: 16px; line-height: 1.85; }
.main-hero-actions { margin-bottom: 82px; }
.main-hero-note { display: flex; align-items: flex-start; gap: 18px; padding-top: 20px; border-top: 1px solid var(--irs-line); max-width: 320px; }
.main-hero-note-mark { color: var(--irs-olive); font-family: "DM Mono", monospace; font-size: 11px; letter-spacing: .08em; }
.main-hero-note p { margin: 0; color: var(--irs-muted); font-size: 12px; line-height: 1.7; }
.main-hero-visual { position: relative; min-height: 560px; overflow: hidden; background: #303936; }
.main-hero-visual::after { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(20,26,24,.35), transparent 52%); content: ""; pointer-events: none; }
.main-hero-visual img { width: 100%; height: 100%; min-height: 560px; object-fit: cover; object-position: center; filter: saturate(.82); }
.hero-visual-caption { position: absolute; z-index: 1; right: 24px; bottom: 22px; left: 24px; display: flex; justify-content: space-between; color: #fff; font-family: "DM Mono", monospace; font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.main-intro { background: var(--irs-stone); }
.intro-grid { display: grid; grid-template-columns: minmax(150px, .42fr) 1fr; gap: 60px; align-items: start; }
.intro-grid h2 { max-width: 650px; }
.main-materials { background: var(--irs-paper); }
.section-heading { align-items: end; margin-bottom: 54px; }
.section-heading .eyebrow { margin-bottom: 18px; }
.material-layout { display: grid; grid-template-columns: 1.3fr .7fr; gap: 68px; align-items: start; }
.material-feature-image { position: relative; aspect-ratio: 1.35 / 1; overflow: hidden; background: #d7dad4; }
.material-feature-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s ease; }
.material-feature:hover .material-feature-image img { transform: scale(1.035); }
.material-feature-image > span { position: absolute; top: 18px; left: 18px; padding: 7px 10px; background: rgba(241,242,238,.86); color: var(--irs-olive); font-family: "DM Mono", monospace; font-size: 10px; }
.material-feature-meta { padding-top: 22px; border-top: 1px solid var(--irs-ink); }
.material-feature-meta p { margin-bottom: 10px !important; color: var(--irs-muted); font-family: "DM Mono", monospace; font-size: 10px; }
.material-feature-meta h3 { margin-bottom: 0; }
.material-feature-meta > strong { color: var(--irs-olive); font-family: "DM Mono", monospace; font-size: 12px; font-weight: 500; }
.material-list { border-top: 1px solid var(--irs-ink); }
.material-item { display: grid; grid-template-columns: 35px 1fr 20px; gap: 12px; align-items: center; width: 100%; padding: 22px 0; border-bottom: 1px solid var(--irs-line); color: var(--irs-ink); }
.material-item:hover, .material-item.is-active { color: var(--irs-olive); }
.material-number, .material-note p, .material-name small { font-family: "DM Mono", monospace; font-size: 10px; }
.material-name { display: grid; gap: 8px; }
.material-name strong { font-size: 15px; }
.material-name small { color: var(--irs-muted); }
.material-note { display: flex; gap: 13px; align-items: flex-start; margin-top: 34px; color: var(--irs-muted); }
.material-note .material-symbols-rounded { font-size: 18px; }
.material-note p { margin: 0; line-height: 1.6; }
.main-service { background: var(--irs-ink); color: #fff; }
.service-grid-wrap { display: grid; grid-template-columns: .9fr 1.1fr; gap: 9vw; align-items: center; }
.service-copy { padding-left: 4vw; }
.service-copy .eyebrow { color: var(--irs-moss); }
.service-copy .section-lede { color: rgba(255,255,255,.68); }
.service-copy .jw-button-outline { border-color: rgba(255,255,255,.8); color: #fff; }
.service-image-wrap { height: 620px; overflow: hidden; }
.service-image-wrap img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.75); }
.main-process { background: var(--irs-stone); }
.process-heading { display: block; }
.process-heading h2 { max-width: 570px; }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 75px; border-top: 1px solid var(--irs-ink); }
.process-item { min-height: 275px; padding: 25px 28px 25px 0; border-right: 1px solid var(--irs-line); }
.process-item + .process-item { padding-left: 28px; }
.process-item:last-child { border-right: 0; }
.process-item > span:first-child { display: block; margin-bottom: 44px; color: var(--irs-olive); font-family: "DM Mono", monospace; font-size: 10px; }
.process-item .material-symbols-rounded { display: block; margin-bottom: 25px; font-size: 28px; }
.process-item h3 { margin-bottom: 12px !important; }
.process-item p { max-width: 210px; margin: 0; color: var(--irs-muted); font-size: 13px; line-height: 1.8; }
.main-contact { background: var(--irs-olive); color: #fff; }
.contact-inner { max-width: 790px; text-align: center; }
.contact-inner .eyebrow { color: rgba(255,255,255,.72); }
.contact-inner h2 { font-size: clamp(38px, 5vw, 68px); }
.contact-inner > p:not(.eyebrow) { margin: 30px 0 38px; color: rgba(255,255,255,.8); font-size: 13px; }
.contact-inner .jw-button-primary { background: var(--irs-ink); border-color: var(--irs-ink); }

@media (max-width: 900px) {
	.main-hero { padding: 45px 0 55px; }
	.main-hero-grid, .material-layout, .service-grid-wrap { grid-template-columns: 1fr; gap: 45px; }
	.main-hero-actions { margin-bottom: 45px; }
	.main-hero-visual, .main-hero-visual img { min-height: 420px; }
	.intro-grid { grid-template-columns: 1fr; gap: 10px; }
	.service-copy { padding-left: 0; }
	.service-image-wrap { height: 420px; }
	.process-grid { grid-template-columns: repeat(2, 1fr); margin-top: 45px; }
	.process-item:nth-child(2) { border-right: 0; }
	.process-item:nth-child(3), .process-item:nth-child(4) { border-top: 1px solid var(--irs-line); }
}

@media (max-width: 560px) {
	#home h1 { font-size: clamp(43px, 13vw, 68px); }
	#home h2 { font-size: 34px; }
	.main-hero-description { font-size: 14px; }
	.main-hero-actions { align-items: flex-start; flex-direction: column; }
	.material-layout { gap: 36px; }
	.process-grid { grid-template-columns: 1fr; }
	.process-item, .process-item + .process-item { min-height: auto; padding: 28px 0; border-right: 0; border-top: 1px solid var(--irs-line); }
	.process-item:first-child { border-top: 0; }
}

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

/* Full-bleed visual direction */
.main-hero {
	position: relative;
	min-height: calc(100svh - 188px);
	padding: 0;
	background: #303936 url('/img/hero-material-library.png') center / cover no-repeat;
	color: #fff;
}
.main-hero::before {
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(13, 18, 17, .82) 0%, rgba(13, 18, 17, .5) 42%, rgba(13, 18, 17, .08) 100%);
	content: "";
}
.main-hero-grid {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: flex-end;
	min-height: calc(100svh - 188px);
	padding-top: 130px;
	padding-bottom: 74px;
}
.main-hero-copy {
	max-width: 730px;
	padding-left: 0;
}
.main-hero-copy .eyebrow,
.main-hero-copy h1,
.main-hero-copy .main-hero-description,
.main-hero-copy .main-hero-note p {
	color: #fff;
}
.main-hero-copy h1 em {
	color: #c8d2c5;
}
.main-hero-description {
	max-width: 500px;
}
.main-hero-visual {
	display: none;
}
.main-hero-actions {
	margin-bottom: 0;
}
.main-hero-actions .jw-button-primary {
	background: #fff;
	border-color: #fff;
	color: var(--irs-ink);
}
.main-hero-actions .jw-button-primary:hover {
	background: var(--irs-moss);
	border-color: var(--irs-moss);
}
.main-hero-actions .jw-text-link {
	border-color: rgba(255,255,255,.78);
	color: #fff;
}
.main-hero-note {
	margin-top: 78px;
	border-color: rgba(255,255,255,.4);
}
.main-hero-note-mark {
	color: #c8d2c5;
}

.main-materials {
	padding-top: 116px;
}
.material-layout {
	position: relative;
	display: block;
	min-height: 650px;
}
.material-feature {
	position: absolute;
	inset: 0;
}
.material-feature-image {
	height: 100%;
	aspect-ratio: auto;
}
.material-feature-image::after {
	position: absolute;
	inset: 0;
	background: linear-gradient(0deg, rgba(18, 25, 22, .78), rgba(18, 25, 22, .02) 58%);
	content: "";
}
.material-feature-image img {
	filter: saturate(.78);
}
.material-feature-image > span {
	z-index: 1;
	background: rgba(32,39,37,.82);
	color: #fff;
}
.material-feature-meta {
	position: absolute;
	z-index: 1;
	right: 34px;
	bottom: 30px;
	left: 34px;
	padding-top: 18px;
	border-color: rgba(255,255,255,.58);
	color: #fff;
}
.material-feature-meta p,
.material-feature-meta > strong {
	color: rgba(255,255,255,.78);
}
.material-feature-meta h3 {
	color: #fff;
}
.material-list {
	position: absolute;
	z-index: 2;
	right: 28px;
	top: 28px;
	width: min(330px, 34%);
	padding: 0 22px;
	background: rgba(241,242,238,.9);
	backdrop-filter: blur(14px);
}
.material-item {
	padding: 24px 0;
}
.material-note {
	padding: 22px 0 8px;
}

.main-service {
	position: relative;
	min-height: 680px;
	padding: 0;
	background: #202725 url('/img/material-selection.png') center / cover no-repeat;
}
.main-service::before {
	position: absolute;
	inset: 0;
	background: rgba(20, 25, 23, .66);
	content: "";
}
.service-grid-wrap {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	min-height: 680px;
}
.service-copy {
	max-width: 580px;
	padding-left: 0;
}
.service-copy h2,
.service-copy .section-lede {
	color: #fff;
}
.service-copy .section-lede {
	color: rgba(255,255,255,.78);
}
.service-image-wrap {
	display: none;
}

@media (max-width: 900px) {
	.main-hero,
	.main-hero-grid {
		min-height: calc(100svh - 108px);
	}
	.main-hero-grid {
		padding-top: 100px;
		padding-bottom: 46px;
	}
	.material-layout {
		min-height: 690px;
	}
	.material-list {
		right: 18px;
		left: 18px;
		top: auto;
		bottom: 18px;
		width: auto;
	}
	.material-feature-meta {
		bottom: 210px;
	}
	.main-service,
	.service-grid-wrap {
		min-height: 560px;
	}
	.service-grid-wrap {
		display: flex;
	}
}

@media (max-width: 560px) {
	.main-hero-grid {
		padding-top: 70px;
	}
	.main-hero-note {
		margin-top: 48px;
	}
	.material-layout {
		min-height: 720px;
	}
	.material-feature-meta {
		right: 18px;
		bottom: 245px;
		left: 18px;
	}
	.material-list {
		right: 12px;
		bottom: 12px;
		left: 12px;
		padding: 0 16px;
	}
	.material-item {
		padding: 18px 0;
	}
}
