@charset "utf-8";

:root {
	--text: #222;
	--muted: #555;
	--line: #e5e5e5;
	--pad: clamp(1.25rem, 4vw, 3.5rem);
	--max: 1080px;
}

html {
	scroll-behavior: smooth;
}

body.dlcg-front .ec-layoutRole__contents {
	max-width: none;
}

body.dlcg-front .ec-layoutRole__mainBottom {
	display: none;
}

.dlcg-hp {
	color: var(--text);
	line-height: 1.85;
	font-size: 16px;
}

.dlcg-hp img {
	max-width: 100%;
	height: auto;
	display: block;
}

.dlcg-hp a {
	color: var(--primary-color);
}

.dlcg-hp .wrap {
	width: min(var(--max), calc(100% - var(--pad) * 2));
	margin-inline: auto;
}

.dlcg-hp .card ul {
	margin: 0.55rem 0 0;
	padding-left: 1.15rem;
	color: var(--muted);
	font-size: 0.92rem;
	line-height: 1.7;
}

.dlcg-hp .card ul li + li {
	margin-top: 0.15rem;
}

.dlcg-hp .hero {
	display: grid;
	grid-template-columns: 1fr 1.05fr;
	gap: 2.5rem;
	align-items: center;
	padding: 3rem var(--pad) 2.5rem;
	max-width: 1200px;
	margin: 0 auto;
}

.dlcg-hp .kicker {
	margin: 0 0 0.6rem;
	color: var(--primary-color);
	font-weight: 700;
	font-size: 0.95rem;
	letter-spacing: 0.06em;
}

.dlcg-hp .hero h1 {
	margin: 0 0 1rem;
	font-size: clamp(1.7rem, 3.4vw, 2.5rem);
	line-height: 1.45;
	font-weight: 800;
}

.dlcg-hp .hero p {
	margin: 0 0 1.5rem;
	color: var(--muted);
	font-size: 1.02rem;
}

.dlcg-hp .hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.8rem;
	margin-bottom: 0;
}

.dlcg-hp .btn-ghost {
	background: #fff;
	color: var(--primary-color);
	border: 1px solid var(--primary-color);
}

.dlcg-hp .btn-ghost:hover {
	background: #f4f6fb;
	filter: none;
}

.dlcg-hp .hero-photo {
	border-radius: 12px;
	overflow: hidden;
	background: #f3f3f3;
}

.dlcg-hp .hero-photo img {
	width: 100%;
	aspect-ratio: 16 / 10;
	object-fit: cover;
	object-position: 50% 30%;
}

.dlcg-hp .btn {
	display: inline-block;
	text-decoration: none;
	background: var(--primary-color);
	color: #fff;
	padding: 0.7rem 1.4rem;
	border-radius: 4px;
	font-weight: 700;
	border: 0;
	cursor: pointer;
	font-family: inherit;
	font-size: 1rem;
}

.dlcg-hp .btn:hover {
	filter: brightness(0.95);
}

.dlcg-hp section {
	padding: 3rem 0;
}

.dlcg-hp section + section {
	border-top: 1px solid var(--line);
}

.dlcg-hp h2 {
	margin: 0 0 1.5rem;
	font-size: 1.45rem;
	font-weight: 800;
}

.dlcg-hp .services {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 1.25rem;
}

.dlcg-hp .card {
	border: 1px solid var(--line);
	border-radius: 10px;
	overflow: hidden;
	background: #fff;
}

.dlcg-hp .card img {
	width: 100%;
	aspect-ratio: 1 / 1;
	object-fit: cover;
}

.dlcg-hp .card .body {
	padding: 1rem 1.1rem 1.2rem;
}

.dlcg-hp .card h3 {
	margin: 0 0 0.4rem;
	font-size: 1.05rem;
}

.dlcg-hp .card p {
	margin: 0;
	color: var(--muted);
	font-size: 0.95rem;
	line-height: 1.75;
}

.dlcg-hp .profile {
	border-top: 1px solid var(--line);
}

.dlcg-hp .profile-row {
	display: grid;
	grid-template-columns: 9.5rem 1fr;
	gap: 1rem 2rem;
	padding: 1.4rem 0;
	border-bottom: 1px solid var(--line);
	align-items: start;
}

.dlcg-hp .profile-row .label {
	font-weight: 800;
	letter-spacing: 0.06em;
}

.dlcg-hp .profile-row .value {
	color: #333;
}

.dlcg-hp .about-grid {
	display: grid;
	grid-template-columns: 1.1fr 0.9fr;
	gap: 2rem;
	align-items: start;
}

.dlcg-hp .dlcg-message {
	margin: 0;
	color: var(--muted);
}

.dlcg-hp .about-grid img {
	width: 100%;
	border-radius: 10px;
	aspect-ratio: 4 / 3;
	object-fit: cover;
}

.dlcg-hp .contact-box {
	display: grid;
	grid-template-columns: 0.9fr 1.1fr;
	gap: 2rem;
	align-items: start;
}

.dlcg-hp .contact-box p {
	margin: 0 0 0.7rem;
	color: var(--muted);
}

.dlcg-hp .hero.hero-video {
	display: block;
	padding: 0;
	max-width: none;
	background: #111;
}

.dlcg-hp .hero-video-el {
	display: block;
	width: 100%;
	height: 62vh;
	object-fit: cover;
}

.dlcg-hp .services-3 {
	grid-template-columns: repeat(3, 1fr);
}

.dlcg-hp .services-4,
.dlcg-hp .process {
	grid-template-columns: repeat(4, 1fr);
}

.dlcg-hp .card img {
	aspect-ratio: 16 / 10;
}

.dlcg-hp .hero-actions {
	margin-top: 1.25rem;
}

@media (max-width: 800px) {
	.dlcg-hp .hero,
	.dlcg-hp .services,
	.dlcg-hp .services-3,
	.dlcg-hp .services-4,
	.dlcg-hp .process,
	.dlcg-hp .about-grid,
	.dlcg-hp .contact-box,
	.dlcg-hp .profile-row {
		grid-template-columns: 1fr;
	}

	.dlcg-hp .hero {
		padding-top: 1.75rem;
	}

	.dlcg-hp .hero.hero-video,
	.dlcg-hp .hero-video-el {
		padding: 0;
		height: 46vh;
	}
}
