/* TYH CONSTRUCT — Construction Site Motif Stylesheet */
/* Blueprint-night dark theme with girder-yellow accents */

* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

html {
	scroll-behavior: smooth;
}

body {
	font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
	font-size: 16px;
	line-height: 1.66;
	color: #E9ECEF;
	background-color: #10151C;
	overflow-x: hidden;
}

body.my,
h1, h2, h3, .brand, .cta {
	font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}

a {
	color: #E0A93E;
	text-decoration: none;
}

a:hover {
	color: #E9C97A;
}

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

button,
summary {
	cursor: pointer;
}

/* ===== SCAFFOLD RIG HEADER ===== */
.scaffold-head {
	background-color: #1A2129;
	position: relative;
	z-index: 50;
}

.scaffold-head .pole {
	position: relative;
	display: flex;
	align-items: center;
	min-height: 34px;
}

.scaffold-head .pole-top {
	justify-content: space-between;
	padding: 10px 26px;
	border-bottom: 1px solid #27303A;
}

.brand-line {
	display: flex;
	align-items: center;
	gap: 14px;
}

.rivet {
	width: 8px;
	height: 8px;
	background-color: #C9743B;
	border-radius: 50%;
	display: inline-block;
}

.rivet-b {
	background-color: #27303A;
}

.rivet-c {
	background-color: #C9743B;
}

.brand {
	color: #E0A93E;
	font-weight: 800;
	letter-spacing: 3px;
	font-size: 18px;
	text-transform: uppercase;
}

.phone-top {
	text-align: right;
	line-height: 1.2;
}

.phone-label {
	display: block;
	font-size: 11px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #B7BDC4;
}

.phone-number {
	color: #E9ECEF;
	font-weight: 700;
	font-size: 15px;
}

.phone-number:hover {
	color: #E0A93E;
}

/* Clamp blocks joining the poles */
.clamp {
	position: absolute;
	width: 15px;
	height: 74px;
	top: -10px;
	background-color: #C9743B;
	border-radius: 2px;
}

.clamp-left-top {
	left: 8px;
}

.clamp-right-top {
	right: 8px;
}

.clamp::after {
	content: "";
	position: absolute;
	left: 4px;
	right: 4px;
	height: 8px;
	top: 50%;
	margin-top: -4px;
	background-color: #0B0F14;
	border-radius: 2px;
}

.scaffold-head .pole-bottom {
	flex-wrap: wrap;
	gap: 4px 8px;
	border-bottom: 2px solid #E0A93E;
	background-color: #0B0F14;
}

.site-nav {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

.site-nav .nav-link {
	color: #E9ECEF;
	font-weight: 600;
	padding: 12px 20px;
	position: relative;
	letter-spacing: 0.5px;
	transition: background-color 0.2s ease;
}

/* diagonal brace marks using pseudo elements */
.site-nav .nav-link::before,
.site-nav .nav-link::after {
	content: "";
	position: absolute;
	top: 50%;
	width: 7px;
	height: 2px;
	background-color: #E0A93E;
	transform: rotate(-45deg);
}

.site-nav .nav-link::before {
	left: 6px;
}

.site-nav .nav-link::after {
	right: 6px;
}

.site-nav .nav-link:hover,
.site-nav .nav-link.active {
	background-color: #E0A93E;
	color: #0B0F14;
}

.site-nav .nav-link:hover::before,
.site-nav .nav-link:hover::after,
.site-nav .nav-link.active::before,
.site-nav .nav-link.active::after {
	background-color: #0B0F14;
}

.nav-toggle {
	display: none;
	background-color: #E0A93E;
	color: #0B0F14;
	border: 0;
	padding: 10px 18px;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-size: 14px;
}

/* ===== CRANE YARD HERO ===== */
.craneyard {
	position: relative;
	min-height: 74vh;
	background-color: #10151C;
	color: #E9ECEF;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	overflow: hidden;
}

/* bottom skyline of building silhouettes */
.cy-skyline {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 38vh;
	z-index: 1;
}

.cy-skyline .sky-scus {
	position: absolute;
	bottom: 0;
	background-color: #1A2129;
}

.sky-scus.sc1 {
	left: 0;
	width: 140px;
	height: 90%;
}

.sky-scus.sc2 {
	left: 120px;
	width: 190px;
	height: 60%;
	top: 20%;
}

.sky-scus.sc3 {
	left: 290px;
	width: 150px;
	height: 100%;
}

.sky-scus.sc4 {
	left: 420px;
	width: 160px;
	height: 45%;
	top: 40%;
}

.cy-backdrop-crane {
	position: absolute;
	left: 0;
	top: 0;
	width: 42%;
	height: 70%;
	z-index: 2;
	pointer-events: none;
}

/* tower crane geometric motif */
.crane {
	position: relative;
	width: 100%;
	height: 100%;
}

.crane-base {
	position: absolute;
	bottom: 0;
	width: 90px;
	left: 8%;
	height: 70%;
	background:
		linear-gradient(90deg, transparent 0%, transparent 30%, #27303A 30%, #27303A 70%, transparent 70%),
		#0B0F14;
	border-right: 1px solid #27303A;
	border-left: 1px solid #27303A;
}

.crane-main {
	position: absolute;
	bottom: 0;
	left: 18%;
	width: 60px;
	height: 92%;
	background-color: #0B0F14;
	border-right: 1px solid #27303A;
	border-left: 1px solid #27303A;
}

.crane-jib {
	position: absolute;
	top: 6%;
	left: -20%;
	width: 92%;
	height: 16px;
	background:
		repeating-linear-gradient(90deg, #27303A 0 10px, #0B0F14 10px 18px),
		#0B0F14;
	border-top: 1px solid #27303A;
	border-bottom: 1px solid #27303A;
}

.crane-counter {
	position: absolute;
	top: 6%;
	left: 74%;
	width: 20%;
	height: 14px;
	background-color: #27303A;
}

.crane-tower-cross {
	position: absolute;
	bottom: 0;
	left: 18%;
	width: 60px;
	height: 92%;
	background-color: #0B0F14;
}

.crane-cable {
	position: absolute;
	right: 16%;
	top: 8%;
	width: 2px;
	height: 86%;
	background-color: #E9ECEF;
}

/* steel title plate lifted by cable */
.steel-plate-wrap {
	position: relative;
	z-index: 4;
	max-width: 640px;
	margin-left: 8px;
	padding: 30px 30px 60px 40px;
	margin-bottom: 0;
	align-self: flex-end;
}

.steel-plate {
	position: relative;
	background-color: #1A2129;
	/* girder yellow border plate */
	border: 3px solid #E0A93E;
	padding: 46px 44px 46px 50px;
	margin-left: 14%;
	color: #E9ECEF;
}

.steel-plate .plate-kicker {
	font-size: 13px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #C9743B;
	margin-bottom: 14px;
}

.steel-plate .plate-title {
	color: #E9ECEF;
	font-size: 46px;
	font-weight: 800;
	line-height: 1.1;
	letter-spacing: -1px;
	margin-bottom: 18px;
}

.steel-plate .plate-title .y-square {
	color: #E0A93E;
}

.steel-plate .plate-lede {
	color: #B7BDC4;
	font-size: 16px;
	max-width: 520px;
	margin-bottom: 26px;
}

.plate-cta-row {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
}

/* bolts */
.plate-ctrl .bolt, .bolt {
	position: absolute;
	width: 12px;
	height: 12px;
	background-color: #0B0F14;
	border: 2px solid #E0A93E;
	border-radius: 50%;
}

.bolt-a { top: 6px; left: 6px; }
.bolt-b { top: 6px; right: 6px; }
.bolt-c { bottom: 6px; left: 6px; }
.bolt-d { bottom: 6px; right: 6px; }

/* right side stack of I-beams and cabin */
.cy-right-stack {
	position: absolute;
	right: 3%;
	bottom: 60px;
	width: 260px;
	z-index: 3;
	text-align: right;
}

.ibeam {
	height: 26px;
	margin: 4px 0 0 auto;
	background:
		repeating-linear-gradient(90deg, #1A2129 0 6px, #0B0F14 6px 8px) top / 100% 6px no-repeat,
		repeating-linear-gradient(90deg, #1A2129 0 6px, #0B0F14 6px 8px) bottom / 100% 6px no-repeat,
		linear-gradient(#27303A, #27303A) center / 100% 8px no-repeat,
		#0B0F14;
	border-top: 2px solid #27303A;
	border-bottom: 2px solid #27303A;
}

.ib1 { width: 100%; }
.ib2 { width: 76%; }
.ib3 { width: 52%; }

.site-cabin {
	margin: 18px 0 0 auto;
	width: 150px;
	height: 100px;
	background-color: #1A2129;
	border: 2px solid #27303A;
	display: flex;
	align-items: flex-start;
	justify-content: flex-end;
	padding: 8px;
}

.cabin-door,
.site-cabin .cabin-light {
	/* the lit window */
	display: block;
}

.cabin-light {
	width: 36px;
	height: 36px;
	background-color: #E0A93E;
	box-shadow: 0 0 0 2px #0B0F14;
}

/* ===== CTA BUTTONS ===== */
.cta {
	display: inline-block;
	padding: 12px 22px;
	font-weight: 700;
	letter-spacing: 0.5px;
	transition: background-color 0.2s ease, color 0.2s ease;
	border: 2px solid #E0A93E;
}

.cta-yellow {
	background-color: #E0A93E;
	color: #0B0F14;
}

.cta-yellow:hover {
	background-color: #F0C57C;
	color: #0B0F14;
}

.cta-line {
	background-color: transparent;
	color: #E9ECEF;
}

.cta-line:hover {
	background-color: #E0A93E;
	color: #0B0F14;
}

.cta-plate {
	font-size: 15px;
}

/* ===== LEAD STRIP ===== */
.lead-strip {
	background-color: #1A2129;
	padding: 60px 0;
	border-top: 2px solid #27303A;
	border-bottom: 2px solid #27303A;
}

.lead-inner {
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 24px;
}

.lead-eyebrow,
.eyebrow {
	font-size: 13px;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #C9743B;
	margin-bottom: 12px;
	font-weight: 700;
}

.lead-headline {
	font-size: 32px;
	line-height: 1.2;
	margin-bottom: 20px;
	color: #E9ECEF;
}

.lead-body {
	color: #B7BDC4;
	margin-bottom: 18px;
	max-width: 900px;
}

.lead-body:last-child {
	margin-bottom: 0;
}

/* ===== ACCENT STRIP (site openings stencil) ===== */
.accent-strip {
	background-color: #E0A93E;
	padding: 26px 0;
	border-top: 3px solid #C9743B;
	border-bottom: 3px solid #10151C;
}

.accent-inner {
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 24px;
}

.accent-strip .stencil {
	color: #0B0F14;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 17px;
	text-align: center;
}

/* ===== PERMIT LEDGER ===== */
.permits {
	background-color: #0B0F14;
	padding: 70px 24px 40px;
}

.permits-head,
.approach-head,
.why-head {
	max-width: 1000px;
	margin: 0 auto 40px;
}

.section-title {
	font-size: 30px;
	color: #E9ECEF;
	line-height: 1.2;
	margin-bottom: 16px;
}

.permit-grid {
	display: grid;
	gap: 22px;
	max-width: 1000px;
	margin: 0 auto 22px;
}

.grid-2x2 {
	grid-template-columns: 1fr 1fr;
}

.grid-wide {
	grid-template-columns: 1fr 1fr;
}

/* permit card */
.permit-card {
	position: relative;
	background-color: #1A2129;
	border: 1px solid #27303A;
	padding: 30px 28px 26px;
	overflow: hidden;
}

.permit-card .hole {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 22px;
	height: 22px;
	background-color: #0B0F14;
	border-radius: 50%;
}

.permit-card .seal {
	position: absolute;
	top: 42px;
	right: -10px;
	width: 46px;
	height: 46px;
	border: 3px solid #E0A93E;
	border-radius: 50%;
}

.permit-card .seal::after {
	content: "";
	position: absolute;
	inset: 8px;
	border: 1px solid #C9743B;
	border-radius: 50%;
}

.barcode {
	position: absolute;
	top: 16px;
	right: 48px;
	width: 90px;
	height: 22px;
	margin-bottom: 0;
	background: repeating-linear-gradient(90deg, #0B0F14 0 4px, transparent 4px 8px, #0B0F14 8px 12px, transparent 12px 15px);
	border: 1px solid #27303A;
}

.wide-bar {
	right: 20px;
	top: 44px;
	width: 150px;
}

.card-label {
	font-size: 12px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #C9743B;
	margin-bottom: 8px;
}

.permit-card h3 {
	font-size: 22px;
	color: #E9ECEF;
	margin-bottom: 12px;
	padding-right: 40px;
}

.permit-card p {
	color: #B7BDC4;
	margin-bottom: 10px;
}

.permit-card p:last-child {
	margin-bottom: 0;
}

.corner-mark {
	position: absolute;
	bottom: -8px;
	left: -8px;
	width: 60px;
	height: 8px;
	background-color: #C9743B;
	transform: rotate(-45deg);
}

.permits-cta {
	text-align: center;
	margin: 30px auto 10px;
}

.permits-cta .cta {
	background-color: #E0A93E;
	border: 2px solid #E0A93E;
}

/* ===== APPROACH / METHOD ===== */
.approach {
	background-color: #1A2129;
	padding: 70px 24px;
	border-top: 2px solid #27303A;
}

.approach-track {
	max-width: 1000px;
	margin: 0 auto;
}

.step-list {
	list-style: none;
	counter-reset: stepcount;
}

.step {
	position: relative;
	padding: 16px 0 20px 64px;
	border-left: 2px solid #27303A;
}

.step-no {
	position: absolute;
	left: -20px;
	top: 12px;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #E0A93E;
	color: #0B0F14;
	font-weight: 800;
	border-radius: 50%;
}

.step h3 {
	color: #E0A93E;
	font-size: 20px;
	margin-bottom: 8px;
}

.step p {
	color: #B7BDC4;
	max-width: 700px;
}

.accent-2 {
	background-color: #C9743B;
	border-top: 3px solid #E0A93E;
	border-bottom: 3px solid #1A2129;
}

.accent-2 .stencil {
	color: #10151C;
}

/* ===== WHY US ===== */
.why-us {
	background-color: #0B0F14;
	padding: 70px 24px 40px;
}

.why-cols {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 22px;
	max-width: 1000px;
	margin: 0 auto;
}

.why-block {
	background-color: #1A2129;
	border-top: 2px solid #E0A93E;
	border-left: 1px solid #27303A;
	border-right: 1px solid #27303A;
	border-bottom: 1px solid #27303A;
	padding: 26px;
}

.why-block h3 {
	color: #E0A93E;
	font-size: 18px;
	margin-bottom: 10px;
}

.why-block p {
	color: #B7BDC4;
	margin-bottom: 0;
}

/* ===== BIG CTA BAND ===== */
.big-cta-band {
	background-color: #1A2129;
	border-top: 2px solid #27303A;
	padding: 60px 24px;
}

.big-cta-inner {
	max-width: 900px;
	margin: 0 auto;
	text-align: center;
}

.big-cta-title {
	font-size: 32px;
	color: #E9ECEF;
	margin-bottom: 10px;
}

.big-cta-inner p {
	color: #B7BDC4;
	margin-bottom: 26px;
}

.big-cta-links {
	display: flex;
	gap: 16px;
	justify-content: center;
	flex-wrap: wrap;
}

/* ===== FOUNDATION STRATA FOOTER ===== */
.stratafoot {
	background-color: #0B0F14;
	color: #B7BDC4;
	border-top: 2px solid #E0A93E;
	position: relative;
	z-index: 1;
}

.strata {
	padding: 28px 24px;
	position: relative;
	z-index: 1;
}

.strata-top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	gap: 16px;
	border-bottom: 2px dashed #27303A;
}

.foot-brand {
	color: #E0A93E;
	font-weight: 800;
	letter-spacing: 3px;
	font-size: 18px;
}

.foot-links {
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
}

.foot-links a {
	color: #B7BDC4;
}

.foot-links a:hover {
	color: #E0A93E;
}

.strata-mid {
	border-bottom: 2px dashed #27303A;
	display: flex;
}

.foot-contact {
	display: flex;
	flex-wrap: wrap;
	gap: 12px 26px;
	justify-content: space-between;
	width: 100%;
	color: #B7BDC4;
}

.foot-email,
.foot-phone,
.foot-address {
	color: #B7BDC4;
	line-height: 1.4;
}

.foot-email:hover,
.foot-phone:hover {
	color: #E0A93E;
}

.strata-deep {
	padding: 16px 24px;
	text-align: center;
	background-color: #0B0F14;
}

.copyright {
	color: #6b7380;
	font-size: 13px;
}

/* ===== PAGE HEAD (secondary pages) ===== */
.page-head {
	background-color: #1A2129;
	border-bottom: 3px solid #E0A93E;
	padding: 60px 24px;
}

.page-head-inner {
	max-width: 1000px;
	margin: 0 auto;
}

.page-title {
	font-size: 36px;
	color: #E9ECEF;
	line-height: 1.15;
	margin-bottom: 16px;
}

.page-lede {
	color: #B7BDC4;
	max-width: 820px;
	font-size: 17px;
}

/* ===== SERVICES LIST ===== */
.svc-list {
	background-color: #0B0F14;
	padding: 40px 24px;
}

.svc-block {
	display: flex;
	gap: 30px;
	align-items: flex-start;
	background-color: #1A2129;
	border: 1px solid #27303A;
	margin: 0 auto 26px;
	max-width: 1000px;
	padding: 30px;
	position: relative;
}

.svc-index {
	flex: 0 0 auto;
	background-color: #E0A93E;
	color: #0B0F14;
	font-weight: 800;
	width: 60px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 15px;
	writing-mode: vertical-rl;
	letter-spacing: 2px;
}

.svc-text h2 {
	font-size: 24px;
	color: #E9ECEF;
	margin-bottom: 14px;
}

.svc-text p {
	color: #B7BDC4;
	margin-bottom: 14px;
}

.svc-text p:last-child {
	margin-bottom: 0;
}

.svc-stamp {
	position: absolute;
	top: 18px;
	right: 18px;
	border: 2px solid #C9743B;
	color: #C9743B;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 2px;
	padding: 5px 10px;
	border-radius: 6px;
	transform: rotate(-6deg);
}

/* process overview on services */
.svc-process {
	background-color: #1A2129;
	border-top: 2px solid #27303A;
	padding: 70px 24px;
}

.svc-process-inner {
	max-width: 1000px;
	margin: 0 auto;
}

.svc-process-lede {
	color: #B7BDC4;
	margin-bottom: 30px;
	max-width: 780px;
}

.process-steps {
	list-style: none;
	counter-reset: pc;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 18px;
}

.process-steps li {
	counter-increment: pc;
	background-color: #0B0F14;
	border-left: 3px solid #E0A93E;
	padding: 18px 20px 18px 58px;
	position: relative;
	color: #B7BDC4;
}

.process-steps li::before {
	content: counter(pc, decimal-leading-zero);
	position: absolute;
	left: 16px;
	top: 20px;
	color: #C9743B;
	font-weight: 800;
}

/* ===== CONTACT PAGE ===== */
.contact-hero {
	background-color: #1A2129;
	border-bottom: 3px solid #E0A93E;
	padding: 60px 24px;
}

.contact-hero-inner {
	max-width: 1000px;
	margin: 0 auto;
}

.contact-columns {
	background-color: #0B0F14;
	display: grid;
	grid-template-columns: 2fr 1fr;
	gap: 30px;
	padding: 60px 24px;
	max-width: 1000px;
	margin: 0 auto;
}

.contact-form-card {
	background-color: #1A2129;
	border: 1px solid #27303A;
	padding: 30px;
}

.contact-form .field {
	margin-bottom: 18px;
}

.contact-form label {
	display: block;
	color: #E0A93E;
	font-weight: 600;
	margin-bottom: 6px;
	font-size: 14px;
}

.contact-form input,
.contact-form textarea {
	width: 100%;
	padding: 12px 14px;
	background-color: #0B0F14;
	border: 1px solid #27303A;
	color: #E9ECEF;
	font-family: inherit;
	font-size: 15px;
}

.contact-form input:focus,
.contact-form textarea:focus {
	outline: 1px solid #E0A93E;
	border-color: #E0A93E;
}

.cta-submit {
	border: 0;
	font-family: inherit;
}

.form-note {
	color: #6b7380;
	font-size: 13px;
	margin-top: 14px;
}

.contact-detail {
	background-color: #1A2129;
	border-top: 2px solid #E0A93E;
	border-bottom: 1px solid #27303A;
	border-right: 1px solid #27303A;
	border-left: 1px solid #27303A;
	padding: 24px;
}

.detail-block {
	margin-bottom: 26px;
}

.detail-block h3 {
	color: #E0A93E;
	font-size: 16px;
	letter-spacing: 0.5px;
	margin-bottom: 8px;
}

.detail-block p {
	color: #B7BDC4;
	line-height: 1.6;
}

.detail-block a {
	color: #E9ECEF;
}

.detail-block a:hover {
	color: #E0A93E;
}

/* contact FAQ */
.contact-faq {
	background-color: #1A2129;
	border-top: 2px solid #27303A;
	position: relative;
	padding: 60px 24px;
}

.contact-faq-inner {
	max-width: 800px;
	margin: 0 auto;
}

.contact-faq .faq {
	background-color: #0B0F14;
	margin-bottom: 12px;
	border-left: 3px solid #E0A93E;
}

.contact-faq .faq summary {
	color: #E9ECEF;
	padding: 16px 20px;
	font-weight: 700;
}

.contact-faq .faq p {
	color: #B7BDC4;
	padding: 0 20px 18px;
}

.contact-side-stamp {
	position: absolute;
	right: 20px;
	bottom: 20px;
	color: #27303A;
	font-weight: 800;
	letter-spacing: 6px;
	font-size: 60px;
	line-height: 1;
	text-transform: uppercase;
	visibility: hidden;
}

/* ===== SCROLL REVEAL (safe without JS) ===== */
.reveal {
	opacity: 1;
}

/* Hiding only takes effect when scripting is active (body.js-reveal),
   so no-JS visitors always see all content. */
body.js-reveal .reveal:not(.visible) {
	opacity: 0;
	transform: translateY(18px);
}

.reveal.visible {
	animation: rise 0.7s ease forwards;
}

@keyframes rise {
	from {
		opacity: 0;
		transform: translateY(18px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@media (prefers-reduced-motion: reduce) {
	.reveal {
		animation: none !important;
		opacity: 1 !important;
		transform: none !important;
	}
}

.noscript-hide .reveal:not(.visible) {
	opacity: 1;
	transform: none;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 860px) {
	.nav-toggle {
		display: inline-block;
		margin: 10px;
	}

	.site-nav {
		display: none;
		width: 100%;
	}

	.site-nav.open {
		display: flex;
		flex-direction: column;
	}

	.site-nav .nav-link {
		border-bottom: 1px solid #27303A;
	}

	.scaffold-head .pole-top {
		flex-wrap: wrap;
		gap: 10px;
	}

	.steel-plate-wrap {
		margin-left: -6px;
	}

	.steel-plate {
		margin-left: 0;
		padding: 34px 24px;
	}

	.steel-plate .plate-title {
		font-size: 34px;
	}

	.craneyard {
		padding-top: 30px;
	}

	.grid-2x2,
	.grid-wide,
	.why-cols,
	.process-steps,
	.contact-columns {
		grid-template-columns: 1fr;
	}

	.svc-block {
		flex-direction: column;
	}

	.contact-side-stamp {
		font-size: 30px;
	}

	.foot-brand {
		margin-top: 12px;
	}

	.site-cabin,
	.cy-right-stack {
		bottom: 30px;
	}

	.plate-cta-row {
		flex-direction: column;
	}
}
