#heom { background:#fff; color:#111827; padding-bottom:90px; }
#heom a { color:inherit; text-decoration:none; }
#heom p { line-height:1.7; word-break:keep-all; }
#heom .heom-kicker { margin:0 0 10px; font-size:12px; font-weight:700; color:#0f5a9c; letter-spacing:0; text-transform:uppercase; }
#heom .heom-btn { display:inline-flex; align-items:center; justify-content:center; min-width:118px; height:40px; margin-top:24px; padding:0 20px; border:1px solid #111827; background:#fff; font-size:14px; font-weight:700; transition:background .2s, color .2s; }
#heom .heom-btn:hover { background:#111827; color:#fff; }
.heom-visual { position:relative; min-height:620px; display:flex; align-items:center; justify-content:center; overflow:hidden; background:#e8edf3; }
.heom-visual__image { position:absolute; inset:0; display:flex; align-items:center; justify-content:center; background:url("/img/aerotide-logi.png") center/cover no-repeat; color:transparent; font-size:0; font-weight:700; letter-spacing:0; }
.heom-visual__image::before { display:none; }
.heom-visual__copy { position:relative; z-index:1; width:min(860px, calc(100% - 40px)); padding:56px 32px; text-align:center; background:rgba(255,255,255,.84); }
.heom-visual__copy h1 { margin:0; font-size:54px; line-height:1.08; letter-spacing:0; }
.heom-visual__copy p:last-of-type { width:min(560px, 100%); margin:18px auto 0; color:#374151; font-size:18px; }
.heom-panel { width:min(1280px, calc(100% - 40px)); margin:88px auto 0; padding:68px 38px; background:#f7f8fa; text-align:center; }
.heom-panel h2 { margin:0; font-size:32px; line-height:1.25; letter-spacing:0; }
.heom-panel p:last-child, .heom-panel p:nth-last-child(2) { width:min(620px, 100%); margin:16px auto 0; color:#4b5563; font-size:16px; }
.heom-service { width:min(1280px, calc(100% - 40px)); margin:88px auto 0; text-align:center; }
.heom-section-title h2 { margin:0; font-size:32px; line-height:1.25; letter-spacing:0; }
.heom-card-grid { display:grid; grid-template-columns:repeat(3, minmax(0, 1fr)); gap:26px; margin-top:34px; text-align:left; }
.heom-card-grid article { border:1px solid #e5e7eb; background:#fff; padding:16px 16px 22px; }
.heom-card-grid h3 { margin:18px 0 0; font-size:20px; line-height:1.35; letter-spacing:0; }
.heom-card-grid p { margin:10px 0 0; color:#4b5563; font-size:15px; }
.heom-image { display:flex; align-items:center; justify-content:center; aspect-ratio:1.28/1; background:#eef2f6 center/cover no-repeat; color:transparent; font-size:0; font-weight:700; letter-spacing:0; }
.heom-card-grid article:nth-child(1) .heom-image { background-image:url("/img/item-1.jpg"); }
.heom-card-grid article:nth-child(2) .heom-image { background-image:url("/img/item-2.jpg"); }
.heom-card-grid article:nth-child(3) .heom-image { background-image:url("/img/item-3.jpg"); }
.heom-contact { display:grid; grid-template-columns:1fr 1.2fr; align-items:center; gap:46px; text-align:left; }
.heom-contact h2 { font-size:34px; }
.heom-contact p:nth-last-child(2) { margin:16px 0 0; }
.heom-contact__image { display:flex; align-items:center; justify-content:center; min-height:320px; background:url("/img/item-4.jpg") center/cover no-repeat; color:transparent; font-size:0; font-weight:700; letter-spacing:0; }
@media (max-width:768px){
	#heom { padding-bottom:60px; }
	.heom-visual { min-height:520px; }
	.heom-visual__copy { padding:42px 22px; }
	.heom-visual__copy h1 { font-size:38px; }
	.heom-visual__copy p:last-of-type { font-size:16px; }
	.heom-panel { margin-top:58px; padding:48px 22px; }
	.heom-panel h2 { font-size:26px; }
	.heom-service { margin-top:58px; }
	.heom-section-title h2 { font-size:26px; }
	.heom-card-grid { grid-template-columns:1fr; gap:18px; }
	.heom-contact { grid-template-columns:1fr; gap:28px; text-align:center; }
	.heom-contact p:nth-last-child(2) { margin:16px auto 0; }
	.heom-contact__image { min-height:220px; }
}
