html {
	scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce) {
	[data-aos] {
		opacity: 1 !important;
		transform: none !important;
		transition: none !important;
	}
}

.d2,
body {
	font-family: 'Figtree', sans-serif;
	background: #faf7f1;
	color: #2e2a23;
	-webkit-font-smoothing: antialiased;
}

.d2 *,
.d2 *::before,
.d2 *::after {
	box-sizing: border-box;
}

.d2 img {
	display: block;
	max-width: 100%;
	height: auto;
}

.d2 .serif {
	font-family: 'Lora', serif;
}

/* Header */
.d2-topbar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 72px;
	height: 96px;
	background: #faf7f1;
	position: relative;
	z-index: 100;
}

.d2-logo {
	font-family: 'Lora', serif;
	font-size: 24px;
	font-weight: 600;
	margin: 0;
}

.d2-logo em,
.d2-logo .d2-logo-accent {
	font-style: italic;
	color: #7d5a3c;
}

.d2-logo a {
	color: inherit;
	text-decoration: none;
}

.d2-nav-wrap {
	display: flex;
	align-items: center;
	gap: 38px;
}

.d2-nav,
.d2-nav-wrap .wp-block-navigation {
	display: flex;
	align-items: center;
	gap: 38px;
}

.d2-nav a,
.d2-nav-wrap .wp-block-navigation-item__content {
	font-size: 16px;
	font-weight: 600;
	color: #2e2a23;
	text-decoration: none;
	white-space: nowrap;
}

.d2-nav-wrap .wp-block-navigation__container {
	gap: 38px;
}

.d2-nav-wrap .wp-block-navigation .wp-block-navigation-item__content:hover {
	color: #4a5d44;
}

.d2-nav a.d2-cta {
	color: #ffffff;
}

.d2-menu-toggle {
	display: none;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	padding: 0;
	border: none;
	border-radius: 999px;
	background: #f1ebdf;
	color: #2e2a23;
	cursor: pointer;
}

.d2-menu-toggle-icon {
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 5px;
	width: 22px;
	height: 22px;
}

.d2-menu-toggle-icon span {
	display: block;
	width: 100%;
	height: 2px;
	border-radius: 1px;
	background: currentColor;
	transform-origin: center;
	transition: transform 0.25s ease, opacity 0.2s ease;
}

.d2-menu-toggle[aria-expanded="true"] .d2-menu-toggle-icon span:nth-child(1),
.d2-topbar:has(.d2-nav-wrap.is-open) .d2-menu-toggle-icon span:nth-child(1) {
	transform: translateY(7px) rotate(45deg);
}

.d2-menu-toggle[aria-expanded="true"] .d2-menu-toggle-icon span:nth-child(2),
.d2-topbar:has(.d2-nav-wrap.is-open) .d2-menu-toggle-icon span:nth-child(2) {
	opacity: 0;
	transform: scaleX(0);
}

.d2-menu-toggle[aria-expanded="true"] .d2-menu-toggle-icon span:nth-child(3),
.d2-topbar:has(.d2-nav-wrap.is-open) .d2-menu-toggle-icon span:nth-child(3) {
	transform: translateY(-7px) rotate(-45deg);
}

@media (prefers-reduced-motion: reduce) {
	.d2-menu-toggle-icon span {
		transition: none;
	}
}

/* Hero */
.d2-hero {
	position: relative;
	height: 800px;
	overflow: hidden;
	margin: 0 !important;
	padding: 0 !important;
}

.d2-hero > img,
.d2-hero .wp-block-image img,
.d2-hero .wp-block-cover__image-background {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 62% 30%;
}

.d2-hero figure.wp-block-image,
.d2-hero .wp-block-image {
	position: absolute !important;
	inset: 0;
	margin: 0 !important;
	padding: 0 !important;
	width: 100%;
	height: 100%;
	max-width: none;
	z-index: 0;
}

.d2-hero .wp-block-cover {
	min-height: 800px;
	padding: 0;
}

.d2-hero .wp-block-cover__inner-container {
	position: absolute;
	inset: 0;
	width: 100%;
	max-width: none;
	padding: 0;
}

.d2-hero::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(80deg, rgba(36, 32, 25, 0.88) 0%, rgba(36, 32, 25, 0.55) 45%, rgba(36, 32, 25, 0.04) 78%);
	pointer-events: none;
	z-index: 1;
}

.d2-hero-content {
	position: absolute !important;
	z-index: 2;
	left: 72px;
	bottom: 80px;
	max-width: 720px;
	margin: 0 !important;
}

.d2-moin {
	font-family: 'Lora', serif;
	font-style: italic;
	font-size: 26px;
	color: #7d5a3c;
	margin: 0 0 20px;
}

.d2-hero-content .d2-moin {
	color: #e8c98c;
}

.d2-hero h1,
.d2-hero .d2-h1 {
	font-family: 'Lora', serif;
	font-size: 62px;
	line-height: 1.12;
	font-weight: 500;
	margin: 0 0 28px;
	letter-spacing: -0.01em;
	color: #faf7f1;
}

.d2-hero h1 em,
.d2-hero .d2-h1 em {
	font-style: italic;
	color: #c9dab9;
}

.d2-hero-lead {
	font-size: 19px;
	line-height: 1.7;
	color: #e9e3d4;
	margin: 0 0 40px;
	max-width: 560px;
}

.d2-hero-actions {
	display: flex;
	align-items: center;
	gap: 28px;
	flex-wrap: wrap;
}

.d2-hero-content .wp-block-button.d2-btn .wp-block-button__link {
	background: #faf7f1 !important;
	color: #2e2a23 !important;
}

.d2-link {
	font-size: 17px;
	font-weight: 700;
	color: #4a5d44;
	text-decoration: none;
	border-bottom: 2px solid #c9d1c3;
	padding-bottom: 3px;
}

.d2-hero-content .d2-link {
	color: #f3ecdb;
	border-bottom-color: rgba(250, 247, 241, 0.4);
}

.d2-hero-note {
	margin-top: 48px;
	display: inline-flex;
	align-items: center;
	gap: 14px;
	background: #f1ebdf;
	border-radius: 999px;
	padding: 12px 24px 12px 14px;
}

.d2-hero-content .d2-hero-note {
	background: rgba(46, 42, 35, 0.45);
	backdrop-filter: blur(4px);
}

.d2-hero-note .dot {
	width: 38px;
	height: 38px;
	border-radius: 50%;
	background: #4a5d44;
	color: #faf7f1;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 800;
	font-size: 15px;
	flex-shrink: 0;
}

.d2-hero-note p {
	margin: 0;
	font-size: 14.5px;
	font-weight: 600;
	color: #5c554a;
}

.d2-hero-content .d2-hero-note p {
	color: #f3eee1;
}

/* Ticker */
.d2-ticker {
	background: #4a5d44;
	color: #e9e4d6;
	padding: 20px 72px;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 !important;
}

.d2-hero + .d2-ticker {
	margin-top: 0 !important;
}

.d2-ticker-text {
	margin: 0;
	text-align: center;
	font-family: 'Lora', serif;
	font-style: italic;
	font-size: 19px;
	line-height: 1.65;
	color: inherit;
}

.d2-ticker-text .sep {
	font-style: normal;
	color: #9fb094;
}

@media (min-width: 961px) {
	.d2-ticker-text {
		white-space: nowrap;
	}
}

/* Sections */
.d2-section {
	padding: 112px 72px;
}

.d2-label {
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: #7d5a3c;
	margin: 0 0 18px;
}

.d2-h2 {
	font-family: 'Lora', serif;
	font-size: 46px;
	font-weight: 500;
	line-height: 1.15;
	margin: 0 0 24px;
	letter-spacing: -0.01em;
}

.d2-h2 em {
	font-style: italic;
	color: #4a5d44;
}

.d2-lead {
	font-size: 18.5px;
	line-height: 1.7;
	color: #5c554a;
	margin: 0;
}

/* About */
.d2-about {
	display: grid;
	grid-template-columns: 1fr 460px;
	gap: 88px;
	align-items: center;
}

.d2-about-img {
	position: relative;
	width: 100%;
}

.d2-about-img figure.wp-block-image,
.d2-about-img .wp-block-image {
	margin: 0;
	width: 100%;
	max-width: none;
}

.d2-about-img img {
	width: 100%;
	height: 580px;
	object-fit: cover;
	object-position: 50% 30%;
	border-radius: 24px;
}

.d2-about-img .d2-stamp {
	position: absolute;
	top: -36px;
	right: -36px;
	width: 130px;
	height: 130px;
	border-radius: 50%;
	background: #d9a13e;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-family: 'Lora', serif;
	font-style: italic;
	font-size: 16px;
	line-height: 1.3;
	color: #2e2a23;
	transform: rotate(8deg);
	padding: 18px;
}

.d2-chips {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin: 36px 0 0;
}

.d2-chip {
	background: #f1ebdf;
	border-radius: 999px;
	padding: 12px 22px;
	font-size: 15.5px;
	font-weight: 600;
	color: #5c554a;
}

.d2-chip b,
.d2-chip strong {
	color: #2e2a23;
	font-weight: 800;
}

/* Quote */
.d2-quote {
	padding: 0 72px;
}

.d2-quote-card {
	background: #f1ebdf;
	border-radius: 32px;
	padding: 96px;
	display: grid;
	grid-template-columns: 1fr 380px;
	gap: 80px;
	align-items: center;
}

.d2-quote blockquote,
.d2-quote .wp-block-quote {
	font-family: 'Lora', serif;
	font-size: 34px;
	font-weight: 500;
	line-height: 1.45;
	margin: 0 0 32px;
	border: none;
	padding: 0;
}

.d2-quote blockquote em,
.d2-quote .wp-block-quote em {
	font-style: italic;
	color: #4a5d44;
}

.d2-quote-meta {
	font-size: 16px;
	line-height: 1.65;
	color: #5c554a;
}

.d2-quote-meta b,
.d2-quote-meta strong {
	color: #2e2a23;
}

.d2-quote-img img {
	width: 100%;
	height: 460px;
	object-fit: cover;
	object-position: 50% 20%;
	border-radius: 24px;
}

/* Themes */
.d2-themes-head {
	display: grid;
	grid-template-columns: 1fr 420px;
	gap: 80px;
	align-items: end;
	margin-bottom: 64px;
}

.d2-themes-grid {
	display: grid !important;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
	align-items: stretch;
}

.d2-themes-grid > .d2-theme {
	margin: 0 !important;
	min-height: 100%;
}

.d2-theme {
	background: #ffffff;
	border-radius: 24px;
	padding: 40px 36px;
	border: 1px solid #ece5d6;
	box-sizing: border-box;
	box-shadow: inset 0 0 0 0 rgba(250, 247, 241, 0);
	transform: translateY(0);
	transition:
		background-color 0.3s ease,
		color 0.3s ease,
		border-color 0.3s ease,
		box-shadow 0.3s ease,
		transform 0.3s ease;
}

.d2-theme .d2-theme-icon,
.d2-theme p {
	transition: color 0.3s ease;
}

.d2-theme.green {
	background: #4a5d44;
	color: #faf7f1;
	border-color: rgba(250, 247, 241, 0.18);
	box-shadow: inset 0 0 0 1px rgba(250, 247, 241, 0.12);
}

.d2-theme.green p {
	color: #d4dccd;
}

@media (hover: hover) {
	.d2-theme:hover {
		transform: translateY(-3px);
		box-shadow: 0 12px 32px rgba(74, 93, 68, 0.18);
	}

	.d2-theme:not(.green):hover {
		background: #4a5d44;
		color: #faf7f1;
		border-color: #4a5d44;
	}

	.d2-theme:not(.green):hover p {
		color: #d4dccd;
	}

	.d2-theme:not(.green):hover .d2-theme-icon {
		color: #d9a13e;
	}

	.d2-theme.green:hover {
		background: #556b4e;
		border-color: rgba(250, 247, 241, 0.22);
		box-shadow: 0 12px 32px rgba(74, 93, 68, 0.22), inset 0 0 0 1px rgba(250, 247, 241, 0.12);
	}

	.d2-themes-grid:has(.d2-theme:not(.green):hover) .d2-theme.green:not(:hover) {
		background: #ffffff;
		color: #2e2a23;
		border-color: #ece5d6;
		box-shadow: none;
		transform: translateY(0);
	}

	.d2-themes-grid:has(.d2-theme:not(.green):hover) .d2-theme.green:not(:hover) p {
		color: #5c554a;
	}

	.d2-themes-grid:has(.d2-theme:not(.green):hover) .d2-theme.green:not(:hover) .d2-theme-icon {
		color: #7d5a3c;
	}
}

@media (hover: none) {
	.d2-themes-grid:has(.is-scroll-active) .d2-theme.green:not(.is-scroll-active) {
		background: #ffffff;
		color: #2e2a23;
		border-color: #ece5d6;
		box-shadow: none;
	}

	.d2-themes-grid:has(.is-scroll-active) .d2-theme.green:not(.is-scroll-active) p {
		color: #5c554a;
	}

	.d2-themes-grid:has(.is-scroll-active) .d2-theme.green:not(.is-scroll-active) .d2-theme-icon {
		color: #7d5a3c;
	}

	.d2-theme.is-scroll-active {
		background: #4a5d44;
		color: #faf7f1;
		border-color: rgba(250, 247, 241, 0.18);
		box-shadow: inset 0 0 0 1px rgba(250, 247, 241, 0.12);
	}

	.d2-theme.is-scroll-active p {
		color: #d4dccd;
	}

	.d2-theme.is-scroll-active .d2-theme-icon {
		color: #d9a13e;
	}
}

@media (prefers-reduced-motion: reduce) {
	.d2-theme,
	.d2-theme .d2-theme-icon,
	.d2-theme p {
		transition: none;
	}
}

.d2-theme-icon {
	font-family: 'Lora', serif;
	font-style: italic;
	font-size: 30px;
	color: #7d5a3c;
	margin-bottom: 22px;
}

.d2-theme.green .d2-theme-icon {
	color: #d9a13e;
}

.d2-theme h3 {
	font-family: 'Lora', serif;
	font-size: 23px;
	font-weight: 600;
	margin: 0 0 12px;
	line-height: 1.3;
}

.d2-theme p {
	margin: 0;
	font-size: 15.5px;
	line-height: 1.65;
	color: #5c554a;
}

/* 100 days */
.d2-100 {
	background: #2e2a23;
	color: #faf7f1;
	border-radius: 32px;
	margin: 0 72px;
	padding: 96px;
}

.d2-100-head {
	max-width: 640px;
	margin-bottom: 64px;
}

.d2-100 .d2-h2 {
	color: #faf7f1;
}

.d2-100 .d2-lead {
	color: #b5ac9b;
}

.d2-100 .d2-label {
	color: #d9a13e;
}

.d2-100-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 56px;
}

.d2-100-item .num {
	font-family: 'Lora', serif;
	font-style: italic;
	font-size: 64px;
	color: #d9a13e;
	line-height: 1;
	margin-bottom: 24px;
}

.d2-100-item h3 {
	font-family: 'Lora', serif;
	font-size: 24px;
	font-weight: 600;
	margin: 0 0 14px;
	line-height: 1.3;
	color: #faf7f1;
}

.d2-100-item p {
	margin: 0;
	font-size: 15.5px;
	line-height: 1.65;
	color: #b5ac9b;
}

/* Family */
.d2-family {
	display: grid;
	grid-template-columns: 440px 1fr;
	gap: 88px;
	align-items: center;
}

.d2-family-imgs {
	position: relative;
	height: 600px;
}

.d2-family-imgs .wp-block-image {
	margin: 0;
}

.d2-family-imgs .wp-block-image:first-child {
	position: absolute;
	top: 0;
	left: 0;
	width: 78%;
	z-index: 1;
}

.d2-family-imgs .wp-block-image:first-child img {
	width: 100%;
	height: 480px;
	object-fit: cover;
	border-radius: 24px;
}

.d2-family-imgs .wp-block-image:last-child {
	position: absolute;
	bottom: 0;
	right: -16px;
	width: 56%;
	z-index: 2;
}

.d2-family-imgs .wp-block-image:last-child img {
	width: 100%;
	height: 320px;
	object-fit: cover;
	border-radius: 24px;
	box-shadow: 0 20px 48px rgba(46, 42, 35, 0.22);
	border: 6px solid #faf7f1;
}

/* Contact */
.d2-contact {
	text-align: center;
	padding: 120px 72px 104px;
}

.d2-contact .d2-moin {
	max-width: 640px;
	margin: 0 auto 20px;
	text-align: center;
}

.d2-contact .d2-h2 {
	font-size: 52px;
	max-width: 820px;
	margin-left: auto;
	margin-right: auto;
}

.d2-contact .d2-lead {
	max-width: 560px;
	margin: 0 auto 48px;
}

.d2-contact .wp-block-heading,
.d2-contact .wp-block-paragraph {
	margin-left: auto;
	margin-right: auto;
}

.d2-contact-actions {
	display: flex;
	justify-content: center;
	gap: 20px;
	flex-wrap: wrap;
}

/* Footer */
.d2-footer {
	border-top: 1px solid #e5ddcb;
	padding: 44px 72px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
}

.d2-footer p {
	margin: 0;
	font-size: 14.5px;
	color: #8a8273;
}

.d2-footer nav,
.d2-footer .wp-block-navigation {
	display: flex;
	gap: 28px;
}

.d2-footer a,
.d2-footer .wp-block-navigation-item__content {
	color: #5c554a;
	font-size: 14.5px;
	font-weight: 600;
	text-decoration: none;
}

/* Page template */
.d2-page-content {
	padding: 112px 72px;
	max-width: 860px;
	margin: 0 auto;
}

.d2-page-content h1 {
	font-family: 'Lora', serif;
	font-size: 46px;
	font-weight: 500;
	margin-bottom: 32px;
}

/* WordPress block button overrides */
.d2 .wp-block-buttons {
	gap: 20px;
	align-items: center;
}

.d2 .wp-block-buttons.d2-cta {
	background: none;
	padding: 0;
	margin: 0;
	gap: 0;
}

.d2 .wp-block-button {
	margin: 0;
}

.d2 .wp-block-button__link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-family: inherit;
	line-height: 1.2;
	box-shadow: none;
	min-height: unset;
	transition: none;
}

.d2 .wp-block-buttons.d2-cta .wp-block-button__link {
	background: #4a5d44 !important;
	color: #ffffff !important;
	font-size: 16px;
	font-weight: 700;
	padding: 14px 28px !important;
	border-radius: 999px;
	text-decoration: none;
	white-space: nowrap;
	border: none;
}

.d2 .wp-block-button.d2-btn .wp-block-button__link {
	background: #2e2a23 !important;
	color: #faf7f1 !important;
	font-size: 17px;
	font-weight: 700;
	padding: 18px 36px !important;
	border-radius: 999px;
	text-decoration: none;
	white-space: nowrap;
	border: none;
}

.d2-contact-actions .wp-block-buttons.d2-cta .wp-block-button__link {
	font-size: 17px;
	padding: 18px 36px !important;
}

.d2 .wp-block-navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

/* Remove default block spacing between landing sections */
.d2.wp-block-group-is-layout-flow > .d2-hero,
.d2.wp-block-group-is-layout-flow > .d2-ticker {
	margin-block-start: 0 !important;
	margin-block-end: 0 !important;
}

.d2-hero.is-layout-flow > * {
	margin-block-start: 0 !important;
	margin-block-end: 0 !important;
}

.d2 .wp-block-cover__background {
	display: none;
}

@media (prefers-reduced-motion: reduce) {
	.d2-ticker {
		animation: none;
	}
}

@media (max-width: 1100px) {
	.d2-topbar {
		padding: 0 40px;
	}

	.d2-nav-wrap {
		gap: 24px;
	}

	.d2-nav,
	.d2-nav-wrap .wp-block-navigation,
	.d2-nav-wrap .wp-block-navigation__container {
		gap: 24px;
	}

	.d2-nav a,
	.d2-nav-wrap .wp-block-navigation-item__content {
		font-size: 15px;
	}

	.d2 .wp-block-buttons.d2-cta .wp-block-button__link {
		font-size: 15px;
		padding: 12px 22px !important;
	}

	.d2-section {
		padding: 80px 40px;
	}

	.d2-hero-content {
		left: 40px;
		right: 40px;
	}

	.d2-hero h1,
	.d2-hero .d2-h1 {
		font-size: 48px;
	}

	.d2-quote {
		padding: 0 40px;
	}

	.d2-quote-card {
		padding: 64px 56px;
		grid-template-columns: 1fr;
		gap: 48px;
	}

	.d2-quote-img img {
		height: 400px;
	}

	.d2-about {
		grid-template-columns: 1fr;
		gap: 56px;
	}

	.d2-about-img .d2-stamp {
		right: -12px;
	}

	.d2-themes-head {
		grid-template-columns: 1fr;
		gap: 24px;
		margin-bottom: 48px;
	}

	.d2-themes-grid {
		grid-template-columns: 1fr 1fr;
	}

	.d2-100 {
		margin: 0 40px;
		padding: 64px 56px;
	}

	.d2-100-grid {
		grid-template-columns: 1fr;
		gap: 44px;
	}

	.d2-family {
		grid-template-columns: 1fr;
		gap: 56px;
	}

	.d2-family-imgs {
		width: 100%;
		max-width: none;
		height: auto;
		display: grid;
		gap: 20px;
	}

	.d2-family-imgs .wp-block-image:first-child,
	.d2-family-imgs .wp-block-image:last-child {
		position: static;
		width: 100%;
	}

	.d2-family-imgs .wp-block-image:first-child img {
		height: clamp(320px, 52vw, 480px);
	}

	.d2-family-imgs .wp-block-image:last-child img {
		height: clamp(240px, 40vw, 320px);
	}

	.d2-contact {
		padding: 96px 40px 80px;
	}

	.d2-footer {
		padding: 36px 40px;
	}

	.d2-page-content {
		padding: 80px 40px;
	}
}

@media (max-width: 960px) {
	.d2-topbar {
		padding: 0 20px;
		height: 76px;
	}

	.d2-menu-toggle {
		display: flex;
		flex-shrink: 0;
		margin-left: auto;
	}

	.d2-nav-wrap {
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		flex-direction: column;
		align-items: stretch;
		gap: 0;
		background: #faf7f1;
		border-top: 1px solid #e5ddcb;
		box-shadow: 0 16px 32px rgba(46, 42, 35, 0.08);
		padding: 0 20px;
		max-height: 0;
		overflow: hidden;
		opacity: 0;
		transition: max-height 0.25s ease, opacity 0.25s ease, padding 0.25s ease;
	}

	.d2-nav-wrap.is-open {
		max-height: 420px;
		opacity: 1;
		padding: 16px 20px 24px;
	}

	.d2-nav-wrap .wp-block-navigation,
	.d2-nav-wrap .wp-block-navigation__container {
		flex-direction: column;
		align-items: flex-start;
		gap: 16px;
		width: 100%;
	}

	.d2-nav-wrap .wp-block-buttons.d2-cta {
		width: 100%;
		margin-top: 8px;
	}

	.d2-nav-wrap .wp-block-buttons.d2-cta .wp-block-button,
	.d2-nav-wrap .wp-block-buttons.d2-cta .wp-block-button__link {
		width: 100%;
		justify-content: center;
	}
}

@media (max-width: 720px) {
	.d2-hero,
	.d2-hero .wp-block-cover {
		height: 640px;
		min-height: 640px;
	}

	.d2-hero::after {
		background: linear-gradient(180deg, rgba(36, 32, 25, 0.2) 0%, rgba(36, 32, 25, 0.9) 72%);
	}

	.d2-hero-content {
		left: 20px;
		right: 20px;
		bottom: 44px;
	}

	.d2-hero h1,
	.d2-hero .d2-h1 {
		font-size: 36px;
	}

	.d2-moin {
		font-size: 21px;
	}

	.d2-hero-lead {
		font-size: 17px;
		margin-bottom: 28px;
	}

	.d2-hero-actions {
		flex-wrap: wrap;
		gap: 16px;
	}

	.d2-hero-note {
		margin-top: 28px;
	}

	.d2-section {
		padding: 64px 20px;
	}

	.d2-h2 {
		font-size: 32px;
	}

	.d2-quote {
		padding: 0 20px;
	}

	.d2-quote-card {
		padding: 44px 28px;
		border-radius: 24px;
	}

	.d2-quote blockquote,
	.d2-quote .wp-block-quote {
		font-size: 26px;
	}

	.d2-quote-img img {
		height: 320px;
	}

	.d2-themes-grid {
		grid-template-columns: 1fr;
	}

	.d2-100 {
		margin: 0 20px;
		padding: 48px 28px;
		border-radius: 24px;
	}

	.d2-ticker {
		padding: 28px 32px;
	}

	.d2-ticker-text {
		font-size: 18px;
		line-height: 1.75;
	}

	.d2-family-imgs {
		gap: 16px;
	}

	.d2-family-imgs .wp-block-image:last-child {
		display: none;
	}

	.d2-family-imgs .wp-block-image:first-child img {
		height: clamp(280px, 68vw, 380px);
	}

	.d2-contact {
		padding: 80px 20px 64px;
	}

	.d2-contact .wp-block-paragraph,
	.d2-contact .wp-block-heading {
		margin-left: auto;
		margin-right: auto;
	}

	.d2-contact .d2-moin {
		font-size: 21px;
		max-width: none;
	}

	.d2-contact .d2-h2 {
		font-size: 34px;
	}

	.d2-contact-actions {
		flex-wrap: wrap;
		gap: 14px;
	}

	.d2-footer {
		flex-direction: column;
		gap: 16px;
		text-align: center;
		padding: 32px 20px;
	}

	.d2-page-content {
		padding: 64px 20px;
	}
}
