:root {
	--denmai-bg: #0b0b0d;
	--denmai-bg-soft: #16161b;
	--denmai-panel: #202028;
	--denmai-panel-strong: #2a2a34;
	--denmai-gold: #d8a23d;
	--denmai-gold-soft: #f0c76d;
	--denmai-cream: #f5efe3;
	--denmai-sand: #e7ddcb;
	--denmai-text: #161616;
	--denmai-muted: #67645c;
	--denmai-white: #fffdfa;
	--denmai-border: rgba(255, 255, 255, 0.12);
	--denmai-shadow: 0 24px 60px rgba(0, 0, 0, 0.18);
}

html,
body {
	min-height: 100%;
	width: 100%;
}

body.denmai-body {
	margin: 0;
	background:
		radial-gradient(circle at top left, rgba(216, 162, 61, 0.18), transparent 22%),
		linear-gradient(180deg, #f8f4eb 0%, #efe5d2 100%);
	color: var(--denmai-text);
	font-family: 'Manrope', 'Helvetica Neue', Arial, sans-serif;
	padding-top: 78px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: inherit;
	font-family: 'Oswald', 'Arial Narrow', sans-serif;
	letter-spacing: 0.02em;
	margin: 0;
	text-transform: uppercase;
}

p {
	font-size: 16px;
	line-height: 1.7;
	margin: 0;
}

a {
	transition: color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
	color: inherit;
}

a:hover,
a:focus {
	color: inherit;
	text-decoration: none;
}

img {
	max-width: 100%;
	height: auto;
}

ul,
li {
	list-style: none;
	margin: 0;
	padding: 0;
}

.top-rail__inner:before,
.top-rail__inner:after,
.denmai-nav__frame:before,
.denmai-nav__frame:after,
.denmai-nav__brandline:before,
.denmai-nav__brandline:after,
.denmai-nav__menu:before,
.denmai-nav__menu:after,
.hero-shell__grid:before,
.hero-shell__grid:after,
.subhero-shell__inner:before,
.subhero-shell__inner:after,
.metrics-strip__grid:before,
.metrics-strip__grid:after,
.split-panel:before,
.split-panel:after,
.service-grid:before,
.service-grid:after,
.contact-grid:before,
.contact-grid:after,
.quote-panel:before,
.quote-panel:after,
.denmai-footer__inner:before,
.denmai-footer__inner:after {
	content: none !important;
	display: none !important;
}

.top-rail {
	background: linear-gradient(90deg, #080809 0%, #131318 60%, #1d1d24 100%);
	color: rgba(255, 253, 250, 0.82);
	font-size: 12px;
	left: 0;
	letter-spacing: 0.06em;
	position: fixed;
	right: 0;
	text-transform: uppercase;
	top: 0;
	z-index: 1045;
}

.top-rail__inner {
	align-items: center;
	display: flex;
	gap: 16px;
	justify-content: space-between;
	padding: 10px 15px;
}

.top-rail a {
	color: var(--denmai-gold-soft);
	font-weight: 800;
}

.denmai-nav {
	background: rgba(11, 11, 13, 0.96);
	border: 0;
	box-shadow: 0 18px 40px rgba(0, 0, 0, 0.18);
	margin-bottom: 0;
	top: 0;
}

.denmai-nav__frame {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	padding: 18px 26px;
}

.denmai-nav__brandline {
	align-items: center;
	display: flex;
	flex: 1 1 auto;
	min-width: 0;
}

.denmai-brand {
	align-items: center;
	display: inline-flex;
	float: none;
	gap: 14px;
	height: auto;
	padding: 0;
}

.denmai-brand__logo {
	border-radius: 22px;
	box-shadow: 0 20px 32px rgba(0, 0, 0, 0.35);
	height: 64px;
	object-fit: cover;
	width: 64px;
}

.denmai-brand__copy {
	display: inline-flex;
	flex-direction: column;
	line-height: 1.05;
}

.denmai-brand__copy strong {
	color: var(--denmai-white);
	font-family: 'Oswald', sans-serif;
	font-size: 26px;
	font-weight: 600;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.denmai-brand__copy small {
	color: rgba(255, 253, 250, 0.72);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.22em;
	margin-top: 6px;
	text-transform: uppercase;
}

.denmai-nav__toggle {
	background: transparent;
	border: 1px solid rgba(216, 162, 61, 0.35);
	border-radius: 14px;
	color: var(--denmai-white);
	margin-bottom: 0;
	margin-top: -18px;
	padding: 10px 12px;
}

.denmai-nav__toggle i {
	margin-left: 8px;
}

.denmai-nav__collapse {
	border: 0;
	box-shadow: none;
	flex: 1 1 auto;
	padding: 0;
}

.denmai-nav__menu {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	justify-content: flex-end;
}

.denmai-nav__menu > li {
	float: none;
}

.denmai-nav__menu > li > a,
.denmai-nav__menu > li > a:focus {
	border-radius: 999px;
	color: rgba(255, 253, 250, 0.86);
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.04em;
	padding: 11px 14px;
	text-transform: uppercase;
}

.denmai-nav__menu > li > a:hover,
.denmai-nav__menu > li > a:focus:hover,
.denmai-nav__menu > .open > a,
.denmai-nav__menu > .open > a:hover,
.denmai-nav__menu > .open > a:focus {
	background: rgba(255, 255, 255, 0.08);
	color: var(--denmai-gold-soft);
}

.denmai-nav__cta a,
.denmai-nav__cta a:focus {
	background: linear-gradient(135deg, #efbf5f 0%, #c78e2e 100%);
	box-shadow: inset 0 0 0 1px rgba(11, 11, 13, 0.22), 0 10px 22px rgba(0, 0, 0, 0.16);
	color: #17130b !important;
	font-weight: 800;
	padding-left: 20px !important;
	padding-right: 20px !important;
}

.denmai-nav__cta a:hover,
.denmai-nav__cta a:focus:hover {
	transform: translateY(-1px);
}

.denmai-nav__utility .denmai-utility {
	align-items: center;
	background: rgba(255, 255, 255, 0.06);
	border-radius: 999px;
	display: inline-flex;
	height: 42px;
	justify-content: center;
	padding: 0 !important;
	width: 42px;
}

.denmai-nav__utility--member .denmai-utility img {
	height: 32px;
	object-fit: cover;
	width: 32px;
}

.denmai-dropdown {
	background: #17171d;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 18px;
	box-shadow: var(--denmai-shadow);
	margin-top: 14px;
	min-width: 230px;
	overflow: hidden;
	padding: 10px;
}

.denmai-dropdown > li > a {
	border-radius: 12px;
	color: rgba(255, 253, 250, 0.86);
	font-size: 13px;
	font-weight: 700;
	padding: 11px 14px;
	text-transform: uppercase;
}

.denmai-dropdown > li > a:hover,
.denmai-dropdown > li > a:focus {
	background: rgba(216, 162, 61, 0.14);
	color: var(--denmai-gold-soft);
}

.denmai-dropdown--form {
	padding: 16px;
	width: 280px;
}

.denmai-dropdown .form-control,
.modal-content .form-control {
	border: 1px solid rgba(0, 0, 0, 0.12);
	border-radius: 12px;
	box-shadow: none;
	height: 46px;
}

.btn-denmai {
	background: linear-gradient(135deg, #efbf5f 0%, #c78e2e 100%);
	border: 0;
	border-radius: 999px;
	color: #16110a;
	display: inline-flex;
	font-family: 'Manrope', sans-serif;
	font-size: 14px;
	font-weight: 800;
	justify-content: center;
	letter-spacing: 0.05em;
	padding: 15px 28px;
	text-transform: uppercase;
}

.btn-denmai:hover,
.btn-denmai:focus {
	color: #16110a;
	transform: translateY(-1px);
}

.btn-denmai--solid {
	box-shadow: 0 18px 30px rgba(0, 0, 0, 0.18);
}

.btn-denmai--ghost {
	background: transparent;
	border: 1px solid rgba(255, 255, 255, 0.28);
	color: var(--denmai-white);
}

.btn-denmai--ghost:hover,
.btn-denmai--ghost:focus {
	background: rgba(255, 255, 255, 0.06);
	color: var(--denmai-white);
}

.hero-shell,
.subhero-shell {
	background:
		radial-gradient(circle at top right, rgba(216, 162, 61, 0.25), transparent 24%),
		radial-gradient(circle at bottom left, rgba(216, 162, 61, 0.14), transparent 22%),
		linear-gradient(135deg, #0b0b0d 0%, #16161d 55%, #1f1f29 100%);
	color: var(--denmai-white);
	overflow: hidden;
	position: relative;
}

.hero-shell:before,
.subhero-shell:before {
	background:
		linear-gradient(120deg, rgba(255, 255, 255, 0.05), transparent 42%),
		linear-gradient(0deg, rgba(216, 162, 61, 0.18), rgba(216, 162, 61, 0));
	content: "";
	inset: 0;
	position: absolute;
}

.hero-shell__grid,
.subhero-shell__inner {
	position: relative;
	z-index: 1;
}

.hero-shell {
	padding: 84px 0 72px;
}

.hero-shell__grid {
	align-items: center;
	display: grid;
	gap: 44px;
	grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
}

.hero-shell__copy {
	max-width: 680px;
}

.hero-shell__eyebrow,
.section-kicker {
	color: var(--denmai-gold-soft);
	display: inline-block;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.22em;
	margin-bottom: 18px;
	text-transform: uppercase;
}

.hero-shell h1,
.subhero-shell h1 {
	font-size: clamp(42px, 6vw, 74px);
	line-height: 0.94;
	margin-bottom: 20px;
	max-width: 10ch;
}

.hero-shell p,
.subhero-shell p {
	color: rgba(255, 253, 250, 0.84);
	font-size: 18px;
	max-width: 34em;
}

.hero-shell__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 30px;
}

.hero-shell__badges {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 28px;
}

.hero-shell__badges li {
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 999px;
	color: rgba(255, 253, 250, 0.84);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.08em;
	padding: 11px 16px;
	text-transform: uppercase;
}

.hero-shell__visual {
	min-height: 420px;
	position: relative;
}

.hero-shell__logo-card {
	background: rgba(0, 0, 0, 0.32);
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 32px;
	box-shadow: 0 40px 80px rgba(0, 0, 0, 0.34);
	padding: 18px;
	position: absolute;
	right: 20px;
	top: 0;
	transform: rotate(-4deg);
	width: min(100%, 390px);
}

.hero-shell__logo-card img {
	border-radius: 22px;
	display: block;
	width: 100%;
}

.hero-shell__swatch {
	background: linear-gradient(135deg, rgba(216, 162, 61, 0.18), rgba(255, 255, 255, 0.02));
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 28px;
	position: absolute;
}

.hero-shell__swatch--one {
	bottom: 8px;
	height: 155px;
	left: 0;
	width: 190px;
}

.hero-shell__swatch--two {
	bottom: 70px;
	height: 100px;
	right: 290px;
	width: 140px;
}

.metrics-strip {
	margin-top: -30px;
	position: relative;
	z-index: 2;
}

.metrics-strip__grid {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.metrics-card {
	background: rgba(255, 253, 250, 0.96);
	border: 1px solid rgba(0, 0, 0, 0.06);
	border-radius: 24px;
	box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08);
	padding: 26px 24px;
}

.metrics-card strong {
	display: block;
	font-family: 'Oswald', sans-serif;
	font-size: 26px;
	margin-bottom: 8px;
	text-transform: uppercase;
}

.metrics-card span {
	color: var(--denmai-muted);
	display: block;
	font-size: 14px;
}

.editable-shell,
.section-block,
.subpage-main {
	padding: 84px 0;
}

.editable-shell__card,
.subpage-content {
	background: rgba(255, 253, 250, 0.9);
	border: 1px solid rgba(0, 0, 0, 0.08);
	border-radius: 28px;
	box-shadow: var(--denmai-shadow);
	padding: 34px;
}

.subpage-content {
	min-height: 220px;
}

.section-block--dark {
	background: linear-gradient(135deg, #111116 0%, #1b1b22 100%);
	color: var(--denmai-white);
}

.section-block--gallery {
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.36), rgba(255, 255, 255, 0.66));
}

.section-block--accent {
	background: linear-gradient(135deg, #d5a049 0%, #f0c971 50%, #c98c2b 100%);
}

.section-block--reviews,
.section-block--contact {
	background: linear-gradient(180deg, #111116 0%, #181820 100%);
	color: var(--denmai-white);
}

.section-heading {
	margin-bottom: 34px;
	max-width: 760px;
}

.section-heading--center {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.section-heading h2,
.split-panel__copy h2,
.quote-panel__lead h2 {
	font-size: clamp(34px, 4vw, 54px);
	line-height: 0.98;
	margin-bottom: 14px;
}

.section-heading p,
.split-panel__copy p,
.quote-panel__quote p {
	color: var(--denmai-muted);
}

.section-block--dark .section-heading p,
.section-block--reviews .section-heading p,
.section-block--contact .section-heading p,
.hero-shell p,
.subhero-shell p {
	color: rgba(255, 253, 250, 0.78);
}

.split-panel {
	align-items: start;
	display: grid;
	gap: 32px;
	grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr);
}

.split-panel__aside {
	display: grid;
	gap: 16px;
}

.feature-note {
	align-items: start;
	background: rgba(255, 253, 250, 0.9);
	border: 1px solid rgba(0, 0, 0, 0.06);
	border-radius: 22px;
	box-shadow: 0 16px 32px rgba(0, 0, 0, 0.08);
	display: grid;
	gap: 16px;
	grid-template-columns: 40px minmax(0, 1fr);
	padding: 24px;
}

.feature-note i {
	color: var(--denmai-gold);
	font-size: 28px;
	margin-top: 2px;
}

.feature-note strong {
	display: block;
	font-family: 'Oswald', sans-serif;
	font-size: 24px;
	margin-bottom: 6px;
	text-transform: uppercase;
}

.feature-note p {
	color: var(--denmai-muted);
	font-size: 14px;
}

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

.contact-grid {
	margin-left: auto;
	margin-right: auto;
	max-width: 930px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.service-card,
.contact-card {
	background: rgba(255, 255, 255, 0.04);
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 24px;
	display: flex;
	flex-direction: column;
	height: 100%;
	overflow: hidden;
}

.service-card:hover,
.service-card:focus {
	box-shadow: 0 26px 50px rgba(0, 0, 0, 0.28);
	color: var(--denmai-white);
	transform: translateY(-4px);
}

.service-card__media {
	display: block;
	height: 220px;
	overflow: hidden;
}

.service-card__media img {
	height: 100%;
	object-fit: cover;
	transition: transform 0.35s ease;
	width: 100%;
}

.service-card:hover .service-card__media img {
	transform: scale(1.06);
}

.service-card__body {
	display: block;
	padding: 22px 22px 26px;
}

.service-card__body strong,
.contact-card strong {
	display: block;
	font-family: 'Oswald', sans-serif;
	font-size: 28px;
	line-height: 1;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.service-card__body small,
.contact-card p {
	color: rgba(255, 253, 250, 0.74);
	display: block;
	font-size: 14px;
	line-height: 1.7;
}

.contact-card .service-area-links a {
	color: var(--denmai-gold-soft);
	font-weight: 700;
}

.contact-card .service-area-links a:hover,
.contact-card .service-area-links a:focus {
	color: var(--denmai-white);
	text-decoration: underline;
}

.service-card--wide {
	grid-column: span 4;
	min-height: 180px;
}

.gallery-shell {
	background: rgba(255, 253, 250, 0.88);
	border: 1px solid rgba(0, 0, 0, 0.08);
	border-radius: 28px;
	box-shadow: var(--denmai-shadow);
	padding: 18px;
}

.gallery-shell .zbxe_widget_output {
	width: 100%;
}

.gallery-shell .xe-widget-wrapper,
.gallery-shell .xe-widget-wrapper > div,
.gallery-shell .widgetContainer {
	width: 100%;
}

.gallery-shell .widgetContainer {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.gallery-shell .widgetContainer:before,
.gallery-shell .widgetContainer:after {
	content: none !important;
	display: none !important;
}

.gallery-shell .col-sm-4 {
	float: none;
	padding-left: 0;
	padding-right: 0;
	width: auto;
}

.gallery-shell .sec3_img {
	aspect-ratio: 1 / 1;
	background-position: center !important;
	background-size: cover !important;
	border-radius: 24px;
	box-shadow: 0 18px 38px rgba(0, 0, 0, 0.12);
	cursor: pointer;
	overflow: hidden;
	position: relative;
	transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.gallery-shell .sec3_img:hover,
.gallery-shell .sec3_img:focus {
	box-shadow: 0 26px 52px rgba(0, 0, 0, 0.16);
	transform: translateY(-3px);
}

.quote-panel {
	align-items: end;
	display: grid;
	gap: 24px;
	grid-template-columns: minmax(0, 1fr) minmax(280px, 420px);
}

.quote-panel__quote {
	background: rgba(17, 17, 22, 0.82);
	border-radius: 26px;
	box-shadow: 0 20px 42px rgba(0, 0, 0, 0.2);
	color: var(--denmai-white);
	padding: 28px;
}

.quote-panel__quote strong {
	display: inline-block;
	font-family: 'Oswald', sans-serif;
	font-size: 24px;
	margin-top: 16px;
	text-transform: uppercase;
}

.reviews-shell {
	background: rgba(255, 255, 255, 0.04);
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 28px;
	padding: 22px;
}

.google-review-btn {
	margin: 34px auto 6px;
	max-width: 320px;
}

.google-review-btn a {
	background: linear-gradient(135deg, #efbf5f 0%, #c78e2e 100%);
	border-radius: 999px;
	color: #16110a;
	display: block;
	font-size: 14px;
	font-weight: 800;
	letter-spacing: 0.06em;
	padding: 16px 22px;
	text-align: center;
	text-transform: uppercase;
}

.contact-shell__actions {
	margin-top: 28px;
	text-align: center;
}

.contact-card {
	align-items: center;
	padding: 28px 22px;
	text-align: center;
}

.contact-card i {
	color: var(--denmai-gold-soft);
	font-size: 34px;
	margin-bottom: 14px;
}

.denmai-footer {
	background: #080809;
	color: rgba(255, 253, 250, 0.84);
	padding: 26px 0 34px;
}

.denmai-footer__inner {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	justify-content: space-between;
}

.denmai-footer__brand {
	align-items: center;
	display: flex;
	gap: 14px;
}

.denmai-footer__brand img {
	border-radius: 18px;
	height: 58px;
	width: 58px;
}

.denmai-footer__brand strong {
	display: block;
	font-family: 'Oswald', sans-serif;
	font-size: 24px;
	margin-bottom: 4px;
	text-transform: uppercase;
}

.denmai-footer__brand p,
.denmai-footer__copy {
	color: rgba(255, 253, 250, 0.7);
	font-size: 13px;
}

.subhero-shell {
	padding: 64px 0 58px;
}

.subhero-shell h1 {
	max-width: none;
}

.section-block--contact-sub {
	padding-top: 0;
}

.modal-content {
	border-radius: 24px;
}

.modal-header {
	border-bottom: 0;
	padding-bottom: 0;
	text-align: center;
}

.modal-footer {
	border-top: 0;
}

@media (max-width: 1199px) {
	.denmai-nav__menu {
		gap: 0;
	}

	.hero-shell__grid,
	.split-panel,
	.quote-panel {
		grid-template-columns: 1fr;
	}

	.hero-shell__visual {
		min-height: 320px;
	}

	.hero-shell__logo-card {
		left: 0;
		margin: 0 auto;
		right: 0;
	}

	.hero-shell__swatch--two {
		right: 40px;
	}
}

@media (max-width: 991px) {
	body.denmai-body {
		padding-top: 68px;
	}

	.top-rail__inner,
	.denmai-footer__inner {
		flex-direction: column;
		text-align: center;
	}

	.denmai-nav__frame {
		padding: 14px 18px;
	}

	.denmai-nav__collapse {
		margin-top: 18px;
		width: 100%;
	}

	.denmai-nav__menu {
		align-items: stretch;
		background: rgba(255, 255, 255, 0.02);
		border: 1px solid rgba(255, 255, 255, 0.08);
		border-radius: 22px;
		padding: 10px;
	}

	.denmai-nav__menu > li > a,
	.denmai-nav__menu > li > a:focus {
		display: block;
	}

	.denmai-dropdown,
	.denmai-dropdown--form {
		box-shadow: none;
		margin-top: 8px;
		position: static;
		width: 100%;
	}

	.metrics-strip__grid,
	.service-grid,
	.contact-grid {
		grid-template-columns: 1fr 1fr;
	}

	.service-card--wide {
		grid-column: span 2;
	}
}

@media (max-width: 767px) {
	body.denmai-body {
		padding-top: 72px;
	}

	.denmai-nav {
		top: 0;
	}

	.denmai-nav__frame {
		padding: 12px;
	}

	.denmai-nav__brandline {
		justify-content: space-between;
		width: 100%;
	}

	.denmai-brand {
		gap: 10px;
		max-width: calc(100% - 96px);
	}

	.denmai-brand__logo {
		border-radius: 16px;
		height: 48px;
		width: 48px;
	}

	.denmai-brand__copy strong {
		font-size: 18px;
	}

	.denmai-brand__copy small {
		font-size: 10px;
		letter-spacing: 0.08em;
		margin-top: 4px;
	}

	.denmai-nav__toggle {
		margin-top: 0;
		padding: 8px 10px;
	}

	.denmai-nav__menu {
		display: block;
	}

	.denmai-nav__menu > li {
		width: 100%;
	}

	.denmai-nav__menu > li + li {
		margin-top: 4px;
	}

	.denmai-nav__menu > li > a,
	.denmai-nav__menu > li > a:focus {
		padding: 12px 14px;
	}

	.denmai-nav__cta a,
	.denmai-nav__cta a:focus {
		display: block;
		text-align: center;
	}

	.denmai-nav__utility {
		display: none !important;
	}

	.hero-shell,
	.subhero-shell,
	.editable-shell,
	.section-block,
	.subpage-main {
		padding: 64px 0;
	}

	.hero-shell h1,
	.subhero-shell h1 {
		font-size: 42px;
		max-width: none;
	}

	.hero-shell p,
	.subhero-shell p {
		font-size: 16px;
	}

	.hero-shell__visual {
		min-height: 240px;
	}

	.hero-shell__logo-card {
		width: 240px;
	}

	.hero-shell__swatch--one,
	.hero-shell__swatch--two {
		display: none;
	}

	.metrics-strip__grid,
	.service-grid,
	.contact-grid {
		grid-template-columns: 1fr;
	}

	.service-card--wide {
		grid-column: auto;
	}

	.editable-shell__card,
	.subpage-content,
	.gallery-shell,
	.reviews-shell {
		padding: 20px;
	}

	.section-heading h2,
	.split-panel__copy h2,
	.quote-panel__lead h2,
	.feature-note strong,
	.service-card__body strong,
	.contact-card strong {
		font-size: 30px;
	}
}

/* Mobile footer access to the existing login modal. */
.denmai-footer__login {
 display: none;
}

@media (max-width: 767px) {
 .denmai-footer__login {
  align-items: center;
  background: transparent;
  border: 1px solid rgba(255, 253, 250, 0.4);
  border-radius: 6px;
  color: #fffdfa;
  display: inline-flex;
  font: inherit;
  gap: 8px;
  min-height: 44px;
  padding: 10px 18px;
 }
 .denmai-footer__login:hover,
 .denmai-footer__login:focus {
  background: rgba(255, 253, 250, 0.12);
  border-color: #fffdfa;
 }
}
