.hero {
	position: relative;
	min-height: calc(100vh - 84px);
	padding: clamp(86px, 9vw, 122px) 0;
	background:
		linear-gradient(135deg, #ffffff 0%, #f3f6f8 52%, #ffffff 82%, #fbf8f1 100%);
	isolation: isolate;
}

.hero::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: -2;
	background:
		radial-gradient(circle at 82% 20%, rgba(18, 52, 77, 0.13), transparent 28%),
		radial-gradient(circle at 88% 72%, rgba(185, 135, 41, 0.14), transparent 24%);
}

.hero::after {
	content: "";
	position: absolute;
	inset: auto 0 0;
	z-index: -1;
	height: 38%;
	background: linear-gradient(180deg, transparent, rgba(18, 52, 77, 0.04));
	pointer-events: none;
}

.hero-shell {
	display: grid;
	grid-template-columns: minmax(0, 0.86fr) minmax(420px, 1.14fr);
	gap: clamp(34px, 5vw, 70px);
	align-items: center;
}

.hero-content {
	position: relative;
	z-index: 2;
	max-width: 690px;
}

.hero-content p {
	max-width: 720px;
	font-size: clamp(1.1rem, 2vw, 1.35rem);
	color: #3d4851;
}

.hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 32px;
}

.hero-visual {
	position: relative;
	min-height: 620px;
	overflow: visible;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
	opacity: 1;
}

.hero-photo {
	position: absolute;
	margin: 0;
	overflow: hidden;
	border-radius: 24px;
	background: #dfe6eb;
	box-shadow: var(--shadow-premium);
	transform-origin: center;
	will-change: transform, opacity;
}

.hero-photo::before {
	content: "";
	position: absolute;
	inset: 14px;
	z-index: 2;
	border: 1px solid rgba(255, 255, 255, 0.72);
	border-radius: 18px;
	pointer-events: none;
}

.hero-photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	filter: saturate(0.92) contrast(1.04);
	transform: scale(1.02);
	transition: transform 420ms ease;
	will-change: transform;
}

.hero-photo:hover img {
	transform: scale(1.06);
}

.hero-photo-main {
	inset: 0 0 96px 70px;
}

.hero-photo-detail {
	left: 0;
	bottom: 0;
	width: min(46%, 360px);
	height: 240px;
	border: 10px solid #fff;
	box-shadow: 0 24px 70px rgba(13, 38, 56, 0.18);
}

.hero-photo-main::after,
.project-photo-fallback::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, transparent 45%, rgba(10, 25, 36, 0.36));
	pointer-events: none;
}

.hero-project-panel {
	position: absolute;
	right: 28px;
	bottom: 42px;
	display: grid;
	gap: 4px;
	max-width: 360px;
	padding: 22px 24px;
	border: 1px solid rgba(255, 255, 255, 0.82);
	border-left: 4px solid var(--color-accent);
	background: rgba(255, 255, 255, 0.94);
	box-shadow: 0 22px 60px rgba(18, 52, 77, 0.18);
	backdrop-filter: blur(12px);
	transition: transform 320ms cubic-bezier(0.22, 1, 0.36, 1), box-shadow 320ms ease;
}

.hero-project-panel:hover {
	transform: translateY(-4px);
	box-shadow: 0 24px 58px rgba(18, 52, 77, 0.2);
}

.hero-project-panel span,
.hero-project-panel small {
	color: var(--color-muted);
	font-size: 0.82rem;
	font-weight: 650;
	letter-spacing: 0.045em;
	text-transform: uppercase;
}

.hero-project-panel strong {
	color: var(--color-primary);
	font-size: 1.18rem;
	font-weight: 700;
	line-height: 1.2;
}

.hero-proof {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 28px;
}

.hero-proof span {
	display: inline-flex;
	align-items: center;
	padding: 0.62rem 0.8rem;
	border: 1px solid rgba(18, 52, 77, 0.1);
	border-radius: 999px;
	background: #fff;
	color: var(--color-primary);
	font-size: 0.86rem;
	font-weight: 650;
	box-shadow: 0 10px 26px rgba(18, 52, 77, 0.06);
	transition: transform 260ms ease, border-color 260ms ease, box-shadow 260ms ease;
}

.hero-proof span:hover {
	transform: translateY(-2px);
	border-color: rgba(185, 135, 41, 0.32);
	box-shadow: 0 16px 30px rgba(18, 52, 77, 0.09);
}

.metrics-bar {
	position: relative;
	z-index: 3;
	width: min(100% - 40px, var(--container));
	margin: -42px auto 0;
	border: 1px solid rgba(185, 135, 41, 0.16);
	border-radius: 22px;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(250, 252, 253, 0.96));
	box-shadow: var(--shadow-premium);
}

.metrics-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
}

.metrics-grid div {
	padding: 28px 26px;
	border-left: 1px solid rgba(18, 52, 77, 0.08);
}

.metrics-grid div:last-child {
	border-right: 1px solid var(--color-line);
}

.metrics-grid strong {
	display: block;
	color: var(--color-primary);
	font-size: clamp(1.75rem, 3.1vw, 2.8rem);
	line-height: 1;
	letter-spacing: -0.012em;
}

.metrics-grid span {
	color: var(--color-muted);
	font-weight: 700;
}

.card-grid,
.service-grid,
.testimonial-grid,
.office-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 22px;
}

.service-card,
.article-card,
.testimonial-card,
.office-card,
.widget,
.form-shell {
	position: relative;
	padding: clamp(24px, 3vw, 34px);
	border: 1px solid rgba(18, 52, 77, 0.07);
	border-radius: var(--radius);
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(250, 252, 253, 0.98));
	box-shadow: 0 1px 0 rgba(18, 52, 77, 0.04), 0 18px 48px rgba(18, 52, 77, 0.045);
	transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
	will-change: transform;
}

.service-card::before,
.office-card::before {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: inherit;
	background:
		linear-gradient(135deg, rgba(185, 135, 41, 0.16), transparent 34%),
		linear-gradient(180deg, rgba(255, 255, 255, 0.1), transparent);
	opacity: 0;
	pointer-events: none;
	transition: opacity 200ms ease;
}

.service-card:hover,
.article-card:hover,
.office-card:hover {
	transform: translateY(-6px);
	border-color: rgba(184, 138, 44, 0.42);
	box-shadow: var(--shadow-card);
}

.service-card:hover::before,
.office-card:hover::before {
	opacity: 1;
}

.answer-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 18px;
}

.answer-card {
	position: relative;
	padding: 24px;
	border: 1px solid rgba(18, 52, 77, 0.08);
	border-radius: var(--radius);
	background: linear-gradient(145deg, #fff, #f8fbfc);
	box-shadow: 0 16px 44px rgba(18, 52, 77, 0.055);
}

.answer-card::before {
	content: "A";
	display: inline-grid;
	place-items: center;
	width: 34px;
	height: 34px;
	margin-bottom: 18px;
	border-radius: 50%;
	background: rgba(185, 135, 41, 0.14);
	color: var(--color-accent-dark);
	font-size: 0.82rem;
	font-weight: 800;
}

.answer-card h3 {
	font-size: 1.05rem;
}

.answer-card p {
	margin-bottom: 0;
	font-size: 0.94rem;
}

.visual-carousel-section {
	overflow: hidden;
}

.carousel-controls {
	display: flex;
	gap: 10px;
}

.carousel-controls button {
	display: inline-grid;
	place-items: center;
	width: 46px;
	height: 46px;
	border: 1px solid rgba(18, 52, 77, 0.1);
	border-radius: 50%;
	background: #fff;
	color: var(--color-primary);
	font-size: 1.5rem;
	font-weight: 700;
	cursor: pointer;
	box-shadow: 0 12px 28px rgba(18, 52, 77, 0.08);
	transition: transform 200ms ease, background 200ms ease, color 200ms ease;
}

.carousel-controls button:hover {
	background: var(--color-primary);
	color: #fff;
	transform: translateY(-2px);
}

.visual-carousel {
	position: relative;
	overflow: hidden;
	border-radius: 28px;
	box-shadow: var(--shadow-premium);
}

.visual-carousel-track {
	position: relative;
	min-height: clamp(420px, 48vw, 620px);
	background: var(--color-primary);
}

.visual-slide {
	position: absolute;
	inset: 0;
	opacity: 0;
	transform: scale(1.025);
	transition: opacity 520ms ease, transform 720ms ease;
	pointer-events: none;
}

.visual-slide.is-active {
	opacity: 1;
	transform: scale(1);
	pointer-events: auto;
}

.visual-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	filter: saturate(0.92) contrast(1.04);
}

.visual-slide::after {
	content: "";
	position: absolute;
	inset: 0;
	background:
		linear-gradient(90deg, rgba(7, 28, 42, 0.76), rgba(7, 28, 42, 0.22) 52%, transparent),
		linear-gradient(180deg, transparent 42%, rgba(7, 28, 42, 0.38));
	pointer-events: none;
}

.visual-slide-panel {
	position: absolute;
	left: clamp(24px, 5vw, 70px);
	bottom: clamp(24px, 5vw, 70px);
	z-index: 2;
	max-width: 520px;
	padding: clamp(22px, 3vw, 34px);
	border: 1px solid rgba(255, 255, 255, 0.42);
	border-left: 4px solid var(--color-accent);
	border-radius: 20px;
	background: rgba(255, 255, 255, 0.92);
	box-shadow: 0 24px 70px rgba(7, 28, 42, 0.22);
	backdrop-filter: blur(14px);
}

.visual-slide-panel span {
	display: block;
	margin-bottom: 10px;
	color: var(--color-accent-dark);
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.visual-slide-panel p {
	margin-bottom: 0;
}

.card-line {
	display: block;
	width: 42px;
	height: 4px;
	margin-bottom: 22px;
	border-radius: 999px;
	background: var(--color-accent);
}

.split-section {
	background:
		radial-gradient(circle at 10% 20%, rgba(185, 135, 41, 0.07), transparent 22rem),
		linear-gradient(135deg, #f4f8fb, #ffffff 58%, #faf8f3);
}

.split-grid {
	display: grid;
	grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
	gap: clamp(36px, 6vw, 80px);
	align-items: start;
}

.feature-list {
	display: grid;
	gap: 14px;
}

.feature-list div {
	padding: 22px 24px;
	border: 1px solid rgba(18, 52, 77, 0.07);
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.9);
	box-shadow: 0 16px 42px rgba(18, 52, 77, 0.055);
}

.feature-list strong,
.project-meta span {
	display: block;
	margin-bottom: 4px;
	color: var(--color-text);
	font-weight: 700;
}

.feature-list span {
	color: var(--color-muted);
}

.image-stat-panel {
	position: relative;
	overflow: hidden;
	min-height: 420px;
	border: 1px solid rgba(255, 255, 255, 0.75);
	border-radius: 26px;
	background: var(--color-bg-soft);
	box-shadow: var(--shadow-premium);
}

.image-stat-panel img {
	width: 100%;
	height: 100%;
	min-height: inherit;
	object-fit: cover;
	filter: saturate(0.95) contrast(1.04);
	transition: transform 420ms ease;
}

.image-stat-panel:hover img {
	transform: scale(1.035);
}

.image-stat-panel::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, transparent 38%, rgba(10, 25, 36, 0.52));
	pointer-events: none;
}

.stat-overlay {
	position: absolute;
	left: 24px;
	right: 24px;
	bottom: 24px;
	z-index: 2;
	display: grid;
	gap: 4px;
	padding: 20px;
	border: 1px solid rgba(255, 255, 255, 0.78);
	border-left: 4px solid var(--color-accent);
	background: rgba(255, 255, 255, 0.94);
	box-shadow: 0 18px 46px rgba(18, 52, 77, 0.18);
	backdrop-filter: blur(12px);
}

.stat-overlay strong {
	color: var(--color-primary);
	font-size: clamp(2rem, 4vw, 3.4rem);
	line-height: 1;
}

.stat-overlay span {
	color: var(--color-muted);
	font-weight: 650;
}

.value-grid,
.process-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 18px;
}

.value-grid.compact-values {
	grid-template-columns: 1fr;
}

.portfolio-summary-card,
.portfolio-empty {
	padding: clamp(26px, 4vw, 42px);
	border: 1px solid rgba(185, 135, 41, 0.18);
	border-radius: 24px;
	background:
		linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(250, 248, 243, 0.94));
	box-shadow: var(--shadow-premium);
}

.portfolio-summary-card strong {
	display: block;
	margin-bottom: 14px;
	color: var(--color-primary);
	font-size: clamp(3rem, 7vw, 5.4rem);
	line-height: 1;
	letter-spacing: -0.04em;
}

.portfolio-empty {
	grid-column: 1 / -1;
}

.portfolio-empty-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 14px;
	margin-top: 24px;
}

.portfolio-empty-grid div {
	padding: 18px;
	border: 1px solid rgba(18, 52, 77, 0.08);
	border-radius: 16px;
	background: #fff;
}

.portfolio-empty-grid strong {
	display: block;
	margin-bottom: 6px;
	color: var(--color-primary);
}

.portfolio-empty-grid span {
	color: var(--color-muted);
	font-size: 0.95rem;
}

.value-card,
.process-card,
.service-sidebar {
	padding: clamp(22px, 3vw, 30px);
	border: 1px solid rgba(18, 52, 77, 0.07);
	border-radius: var(--radius);
	background: #fff;
	box-shadow: 0 1px 0 rgba(18, 52, 77, 0.04), 0 16px 42px rgba(18, 52, 77, 0.045);
	transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.value-card:hover,
.process-card:hover {
	transform: translateY(-5px);
	border-color: rgba(185, 135, 41, 0.28);
	box-shadow: var(--shadow-card);
}

.value-card strong,
.process-card span {
	display: inline-flex;
	margin-bottom: 14px;
	color: var(--color-accent-dark);
	font-weight: 750;
}

.process-section {
	background:
		radial-gradient(circle at 88% 18%, rgba(18, 52, 77, 0.06), transparent 24rem),
		linear-gradient(135deg, #ffffff, #f4f8fb);
}

.process-card span {
	width: 44px;
	height: 44px;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: var(--color-primary-soft);
	color: var(--color-primary);
}

.service-sidebar {
	position: sticky;
	top: 110px;
}

.service-sidebar ul {
	display: grid;
	gap: 12px;
	margin: 20px 0 24px;
	padding: 0;
	list-style: none;
}

.service-sidebar li {
	position: relative;
	padding-left: 24px;
	color: var(--color-muted);
}

.service-sidebar li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.72em;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: var(--color-accent);
}

.compact-cta {
	padding: clamp(58px, 8vw, 92px) 0;
}

.cta-actions-panel {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-start;
	gap: 14px;
	padding: clamp(22px, 3vw, 30px);
	border: 1px solid rgba(255, 255, 255, 0.22);
	border-radius: var(--radius);
	background: rgba(255, 255, 255, 0.1);
	box-shadow: 0 24px 64px rgba(0, 0, 0, 0.14);
	backdrop-filter: blur(10px);
}

.cta-actions-panel .btn-secondary {
	background: #fff;
}

.cta-band .form-shell {
	border-color: rgba(255, 255, 255, 0.22);
	background: rgba(255, 255, 255, 0.12);
	box-shadow: 0 24px 64px rgba(0, 0, 0, 0.14);
	backdrop-filter: blur(10px);
}

.cta-band .form-shell h3,
.cta-band .form-shell p {
	color: #fff;
}

.cta-band .form-shell p {
	color: rgba(255, 255, 255, 0.72);
}

.form-fallback {
	display: grid;
	gap: 16px;
}

.fallback-contact-list {
	display: grid;
	gap: 10px;
}

.fallback-contact-list a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	padding: 0.88rem 1rem;
	border: 1px solid rgba(18, 52, 77, 0.1);
	border-radius: 14px;
	background: #fff;
	color: var(--color-primary);
	font-weight: 700;
}

.cta-band .fallback-contact-list a {
	border-color: rgba(255, 255, 255, 0.16);
	background: rgba(255, 255, 255, 0.94);
}

.contact-visual {
	min-height: 330px;
	margin-top: 28px;
}

.filter-bar {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-bottom: 30px;
}

.filter-bar button {
	border: 1px solid rgba(18, 52, 77, 0.1);
	border-radius: 999px;
	padding: 0.7rem 1rem;
	background: #fff;
	color: var(--color-text);
	font-weight: 650;
	cursor: pointer;
	transition: transform 220ms ease, background 220ms ease, border-color 220ms ease, color 220ms ease;
}

.filter-bar button:hover {
	transform: translateY(-2px);
}

.filter-bar button.active {
	border-color: var(--color-primary);
	background: var(--color-primary);
	color: #fff;
}

.project-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 22px;
}

.project-card {
	display: grid;
	gap: 14px;
	padding: 14px;
	border: 1px solid rgba(18, 52, 77, 0.07);
	border-radius: var(--radius);
	background: #fff;
	box-shadow: 0 1px 0 rgba(18, 52, 77, 0.04), 0 18px 48px rgba(18, 52, 77, 0.045);
	transition: transform 220ms ease, box-shadow 220ms ease, opacity 180ms ease;
	will-change: transform, opacity;
}

.project-card[hidden] {
	display: none !important;
}

.project-card h3 {
	margin-bottom: 0;
}

.project-card p {
	margin-bottom: 0;
	font-size: 0.95rem;
}

.project-card:hover {
	transform: translateY(-6px);
	box-shadow: var(--shadow-premium);
}

.project-card img,
.project-placeholder-visual {
	width: 100%;
	aspect-ratio: 1.2 / 1;
	object-fit: cover;
	border-radius: 16px;
	background: var(--color-bg-soft);
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.42);
	transition: transform 320ms ease, filter 220ms ease;
}

.project-card:hover img,
.project-card:hover .project-placeholder-visual {
	transform: scale(1.025);
	filter: saturate(1.04) contrast(1.04);
}

.project-placeholder-visual {
	position: relative;
	overflow: hidden;
	border: 1px solid rgba(18, 52, 77, 0.08);
	background:
		linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(234, 242, 247, 0.9)),
		linear-gradient(90deg, rgba(18, 52, 77, 0.08) 1px, transparent 1px),
		linear-gradient(0deg, rgba(18, 52, 77, 0.06) 1px, transparent 1px);
	background-size: auto, 44px 44px, 44px 44px;
}

.project-photo-fallback {
	background-position: center;
	background-size: cover;
}

[data-filter-items].is-filtering {
	pointer-events: none;
}

.project-placeholder-visual:not(.project-photo-fallback)::before {
	content: "";
	position: absolute;
	left: 18%;
	right: 16%;
	bottom: 18%;
	height: 58%;
	border: 3px solid rgba(18, 52, 77, 0.72);
	border-bottom-width: 5px;
	clip-path: polygon(0 22%, 42% 0, 100% 28%, 100% 100%, 0 100%);
}

.project-placeholder-visual:not(.project-photo-fallback)::after {
	content: "";
	position: absolute;
	left: 26%;
	right: 22%;
	bottom: 25%;
	height: 42%;
	background:
		linear-gradient(90deg, transparent 0 18%, rgba(18, 52, 77, 0.24) 18% 20%, transparent 20% 38%, rgba(18, 52, 77, 0.24) 38% 40%, transparent 40% 58%, rgba(18, 52, 77, 0.24) 58% 60%, transparent 60%),
		linear-gradient(0deg, transparent 0 23%, rgba(18, 52, 77, 0.18) 23% 26%, transparent 26% 49%, rgba(18, 52, 77, 0.18) 49% 52%, transparent 52% 75%, rgba(18, 52, 77, 0.18) 75% 78%, transparent 78%);
}

.project-placeholder-visual span {
	position: absolute;
	left: 14%;
	right: 14%;
	bottom: 15%;
	height: 3px;
	background: var(--color-accent);
}

.project-card span,
.article-card span {
	color: var(--color-accent-dark);
	font-size: 0.78rem;
	font-weight: 650;
	letter-spacing: 0.055em;
	text-transform: uppercase;
}

.project-card-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	padding-top: 4px;
}

.project-card-meta small {
	display: inline-flex;
	align-items: center;
	padding: 0.38rem 0.55rem;
	border: 1px solid rgba(185, 135, 41, 0.18);
	border-radius: 999px;
	background: linear-gradient(180deg, #fff, var(--color-bg-soft));
	color: var(--color-muted);
	font-size: 0.76rem;
	font-weight: 650;
}

.testimonial-card {
	margin: 0;
	background:
		linear-gradient(145deg, #ffffff, #f5f8fa);
	border-top: 3px solid rgba(185, 135, 41, 0.32);
}

.testimonial-card p {
	color: var(--color-text);
	font-size: 1.12rem;
}

.testimonial-card cite {
	color: var(--color-muted);
	font-style: normal;
	font-weight: 700;
}

.office-card img {
	width: 100%;
	aspect-ratio: 1.55 / 1;
	object-fit: cover;
	margin-bottom: 18px;
	border-radius: 16px;
	background: var(--color-bg-soft);
	box-shadow: 0 14px 32px rgba(18, 52, 77, 0.08);
	filter: saturate(0.94) contrast(1.02);
}

.cta-band {
	padding: clamp(70px, 10vw, 120px) 0;
	background:
		radial-gradient(circle at 82% 12%, rgba(185, 135, 41, 0.28), transparent 28%),
		radial-gradient(circle at 10% 90%, rgba(255, 255, 255, 0.08), transparent 22%),
		linear-gradient(135deg, #12344d, #071c2a);
	color: #fff;
}

.cta-band::before {
	content: "";
	position: absolute;
	inset: 0;
	background:
		linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px),
		linear-gradient(0deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
	background-size: 64px 64px;
	mask-image: linear-gradient(180deg, transparent, #000 18%, #000 82%, transparent);
	pointer-events: none;
}

.cta-band h2,
.cta-band .section-kicker {
	color: #fff;
}

.cta-band p {
	color: rgba(255, 255, 255, 0.72);
}

.cta-grid,
.contact-grid {
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(360px, 0.7fr);
	gap: clamp(32px, 6vw, 76px);
	align-items: start;
}

.content-sidebar {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 320px;
	gap: 40px;
	align-items: start;
}

.post-list {
	display: grid;
	gap: 18px;
}

.article-wide {
	display: block;
}

.sidebar {
	position: sticky;
	top: 110px;
}

.blog-sidebar {
	position: sticky;
	top: 110px;
	display: grid;
	gap: 18px;
}

.blog-side-card {
	padding: 24px;
	border: 1px solid rgba(18, 52, 77, 0.07);
	border-radius: var(--radius);
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(250, 252, 253, 0.98));
	box-shadow: 0 1px 0 rgba(18, 52, 77, 0.04), 0 18px 48px rgba(18, 52, 77, 0.045);
}

.blog-side-card-primary {
	border-top: 4px solid var(--color-accent);
}

.blog-side-card h2 {
	font-size: clamp(1.3rem, 2vw, 1.8rem);
}

.topic-list {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.topic-list span {
	display: inline-flex;
	padding: 0.5rem 0.7rem;
	border: 1px solid rgba(185, 135, 41, 0.22);
	border-radius: 999px;
	background: var(--color-bg-warm);
	color: var(--color-primary);
	font-size: 0.84rem;
	font-weight: 700;
}

.blog-contact-list {
	display: grid;
	gap: 10px;
	margin: 0;
	padding: 0;
	list-style: none;
	font-weight: 700;
}

.project-layout {
	display: grid;
	grid-template-columns: 300px minmax(0, 1fr);
	gap: 54px;
	align-items: start;
}

.project-meta {
	position: sticky;
	top: 110px;
	padding: 24px;
	border: 1px solid var(--color-line);
	border-radius: var(--radius);
	background: var(--color-bg-warm);
}

.project-meta p {
	padding-bottom: 14px;
	border-bottom: 1px solid var(--color-line);
}

.project-meta p:last-child {
	border-bottom: 0;
}

.faq-section details {
	margin-bottom: 12px;
	border: 1px solid var(--color-line);
	border-radius: 16px;
	background: #fff;
}

.faq-section summary {
	padding: 18px 20px;
	font-weight: 700;
	cursor: pointer;
}

.faq-section details div {
	padding: 0 20px 20px;
	color: var(--color-muted);
}

.contact-list {
	display: grid;
	gap: 12px;
	margin: 28px 0;
	padding: 0;
	list-style: none;
	font-weight: 700;
}

.office-grid.compact {
	grid-template-columns: 1fr;
}

.reveal {
	opacity: 0;
	transform: translateY(28px);
	will-change: transform, opacity;
}

.reveal.is-visible {
	opacity: 1;
	transform: translateY(0);
}

