/*
 * WordPress overrides for Norvila.
 */

:root {
	--dcm-outline: rgba(7, 2, 13, 0.12);
	--dcm-shadow: 0 18px 40px rgba(7, 2, 13, 0.08);
}

html, body {
	background: #fff;
	overflow-x: hidden;
}

html {
	overflow-y: auto;
}

body {
	overflow-y: auto;
}

.page {
	opacity: 1;
	overflow: visible;
}

.preloader {
	background: rgba(255, 255, 255, 0.96);
}

.preloader-body {
	display: flex;
	align-items: center;
	justify-content: center;
}

.dcm-loader-spinner {
	width: 44px;
	height: 44px;
	border: 3px solid rgba(48, 55, 63, 0.15);
	border-top-color: #30373f;
	border-radius: 50%;
	animation: dcm-loader-spin 0.8s linear infinite;
}

@keyframes dcm-loader-spin {
	to {
		transform: rotate(360deg);
	}
}

.dcm-img-cover img,
.dcm-img-cover {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.dcm-comment-phone {
	margin-top: 1rem;
}

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.dcm-form-alert {
	margin-bottom: 24px;
	padding: 16px 20px;
	border: 1px solid var(--dcm-outline);
	box-shadow: var(--dcm-shadow);
	background: #fff;
}

.dcm-page-content p + p {
	margin-top: 16px;
}

.dcm-surroundings-hero {
	position: relative;
	overflow: hidden;
}

.dcm-surroundings-hero::before {
	content: "";
	position: absolute;
	inset: 0 0 24% 48%;
	background: linear-gradient(180deg, #faf7f2 0%, #f5efe6 100%);
	z-index: 0;
}

.dcm-surroundings-hero .container,
.dcm-surroundings-grid .container,
.dcm-surroundings-ideas .container {
	position: relative;
	z-index: 1;
}

.dcm-surroundings-hero__copy,
.dcm-surroundings-section-head {
	max-width: 42rem;
}

.dcm-surroundings-eyebrow,
.dcm-surroundings-card__eyebrow {
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: #b7865f;
}

.dcm-surroundings-hero__copy p + p {
	margin-top: 14px;
}

.dcm-surroundings-hero__media {
	padding: 18px;
	background: #f5efe6;
	border-radius: 28px;
	box-shadow: 0 24px 60px rgba(48, 55, 63, 0.11);
}

.dcm-surroundings-hero__image {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 22px;
}

.dcm-surroundings-section-head {
	margin-bottom: 42px;
}

.dcm-surroundings-section-head--compact {
	margin-bottom: 0;
}

.dcm-surroundings-card {
	height: 100%;
	padding: 30px;
	background: #faf7f2;
	border: 1px solid rgba(215, 195, 171, 0.32);
	box-shadow: 0 18px 40px rgba(7, 2, 13, 0.05);
	transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.dcm-surroundings-card:hover,
.dcm-surroundings-card:focus-within {
	transform: translateY(-6px);
	border-color: rgba(183, 134, 95, 0.45);
	box-shadow: 0 26px 50px rgba(48, 55, 63, 0.12);
}

.dcm-surroundings-card__title,
.dcm-surroundings-idea__title {
	margin-top: 14px;
	margin-bottom: 0;
}

.dcm-surroundings-card__text,
.dcm-surroundings-idea__text {
	margin-top: 14px;
	color: #4f5964;
}

.dcm-surroundings-ideas {
	background: linear-gradient(180deg, #ffffff 0%, #faf7f2 100%);
}

.dcm-surroundings-ideas__stack {
	display: grid;
	gap: 18px;
}

.dcm-surroundings-idea {
	padding: 24px 26px;
	background: rgba(255, 255, 255, 0.88);
	border-left: 3px solid #d7c3ab;
	box-shadow: 0 14px 32px rgba(48, 55, 63, 0.07);
}

@media (max-width: 991.98px) {
	.dcm-surroundings-hero::before {
		inset: auto 0 0 0;
		height: 42%;
	}

	.dcm-surroundings-hero__media {
		max-width: 32rem;
		margin: 0 auto;
	}
}

@media (max-width: 767.98px) {
	.dcm-surroundings-card,
	.dcm-surroundings-idea {
		padding: 24px 22px;
	}

	.dcm-surroundings-section-head {
		margin-bottom: 32px;
	}
}

.dcm-map-embed iframe,
.google-map iframe {
	display: block;
	width: 100%;
	min-height: 480px;
	border: 0;
}

.dcm-comment-list {
	display: grid;
	gap: 24px;
}

.dcm-comment-card {
	padding: 28px;
	background: #faf7f2;
	border: 1px solid rgba(215, 195, 171, 0.35);
}

.dcm-comment-head {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 16px;
	margin-bottom: 10px;
}

.dcm-comment-author,
.dcm-comment-date,
.dcm-comment-phone-text {
	margin: 0;
}

.dcm-comment-phone-text {
	margin-bottom: 12px;
	color: #7d6d5c;
}

.comment-reply-title {
	margin-bottom: 10px;
}

.rd-navbar-static .rd-navbar-brand img {
	width: auto;
	height: auto;
	max-width: 300px;
	max-height: 195px;
}

body.admin-bar .rd-navbar-static.rd-navbar--is-stuck,
body.admin-bar .rd-navbar-static.rd-navbar--is-clone {
	top: 32px;
}

body.admin-bar .rd-navbar-static.rd-navbar--is-stuck .rd-navbar-main,
body.admin-bar .rd-navbar-static.rd-navbar--is-clone .rd-navbar-main {
	padding-top: 20px;
	padding-bottom: 20px;
}

.dcm-footer-editorial {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 24px;
	padding: 12px 0 4px;
}

.dcm-footer-editorial__brand {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	max-width: 100%;
}

.dcm-footer-editorial__logo {
	display: block;
	width: auto;
	max-width: min(100%, 360px);
	max-height: 170px;
}

.dcm-footer-editorial__nav {
	width: 100%;
}

.dcm-footer-editorial__nav .footer-menu {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 12px 28px;
	margin: 0;
	padding: 0;
}

.dcm-footer-editorial__nav .footer-menu > li {
	display: block;
}

.dcm-footer-editorial__nav .footer-menu a {
	display: inline-block;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: #30373f;
}

.dcm-footer-editorial__nav .footer-menu a:hover,
.dcm-footer-editorial__nav .footer-menu a:focus {
	color: #d7c3ab;
}

.dcm-footer-editorial__social .list-social {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 12px;
}

.dcm-footer-editorial__social .list-social-icon {
	font-size: 18px;
	color: #b7865f;
}

.dcm-footer-editorial__social .list-social-icon:hover,
.dcm-footer-editorial__social .list-social-icon:focus {
	color: #30373f;
}

.dcm-footer-editorial__legal {
	width: 100%;
	padding-top: 18px;
	border-top: 1px solid rgba(48, 55, 63, 0.12);
}

.dcm-footer-editorial__legal .rights {
	margin: 0;
}

.dcm-room-breadcrumbs {
	padding-top: 30px;
	padding-bottom: 12px;
}

.dcm-room-breadcrumbs .container {
	display: flex;
	justify-content: flex-end;
}

.dcm-room-breadcrumbs .breadcrumbs-custom-path {
	position: static;
	width: auto;
	padding-top: 0;
	margin: 0;
	text-align: right;
}

.dcm-room-hero {
	padding-top: 48px;
}

.dcm-room-hero__content,
.dcm-room-story__panel,
.dcm-room-wellness__intro,
.dcm-room-experience__intro,
.dcm-room-cta__shell {
	max-width: 34rem;
}

.dcm-room-eyebrow {
	margin-bottom: 18px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: #b7865f;
}

.dcm-room-eyebrow--light {
	color: rgba(255, 255, 255, 0.8);
}

.dcm-room-hero__title {
	margin: 0;
	font-size: clamp(3rem, 5vw, 4.75rem);
	line-height: 0.98;
}

.dcm-room-hero__lead {
	font-size: 18px;
	line-height: 1.8;
	color: #4f5964;
}

.dcm-room-facts {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
	margin-top: 34px;
}

.dcm-room-fact {
	padding: 18px 20px;
	background: #faf7f2;
	border: 1px solid rgba(183, 134, 95, 0.18);
}

.dcm-room-fact span {
	display: block;
	margin-bottom: 6px;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: #8e806f;
}

.dcm-room-fact strong {
	display: block;
	font-size: 16px;
	font-weight: 400;
	font-family: "Lora", "Times New Roman", Times, serif;
	line-height: 1.4;
	color: #30373f;
}

.dcm-room-hero__actions {
	margin-top: 34px;
	gap: 16px 18px;
}

.dcm-room-hero__visual,
.dcm-room-story__visual,
.dcm-room-story__detail,
.dcm-room-banner__frame,
.dcm-room-experience__visual,
.dcm-room-wellness__media-main,
.dcm-room-wellness__media-detail {
	position: relative;
	overflow: hidden;
	background: #f5efe6;
	box-shadow: 0 24px 60px rgba(48, 55, 63, 0.11);
}

.dcm-room-hero__visual img,
.dcm-room-story__visual img,
.dcm-room-story__detail img,
.dcm-room-banner__frame img,
.dcm-room-experience__visual img,
.dcm-room-wellness__media-main img,
.dcm-room-wellness__media-detail img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.dcm-room-hero__visual {
	min-height: 640px;
}

.dcm-room-story__visual {
	min-height: 560px;
}

.dcm-room-story__panel {
	padding: clamp(28px, 3vw, 42px);
	background: #ffffff;
	box-shadow: 0 14px 34px rgba(48, 55, 63, 0.07);
}

.dcm-room-story__panel--soft {
	background: #faf7f2;
}

.dcm-room-story__panel--deep {
	background: #30373f;
	color: #ffffff;
}

.dcm-room-story__panel--deep h2,
.dcm-room-story__panel--deep p {
	color: inherit;
}

.dcm-room-story__panel h2,
.dcm-room-wellness__intro h2,
.dcm-room-experience__intro h2,
.dcm-room-banner__copy h2,
.dcm-room-cta__shell h2 {
	font-size: clamp(2.25rem, 4vw, 3.3rem);
	line-height: 1.05;
}

.dcm-room-story__panel p,
.dcm-room-wellness__intro > p,
.dcm-room-experience__intro > p,
.dcm-room-banner__copy p,
.dcm-room-cta__shell p {
	font-size: 17px;
	line-height: 1.85;
	color: #4f5964;
}

.dcm-room-story__panel--deep .dcm-room-eyebrow {
	color: rgba(255, 255, 255, 0.72);
}

.dcm-room-story__panel--deep p {
	color: rgba(255, 255, 255, 0.82);
}

.dcm-room-story__detail {
	margin-top: 30px;
	min-height: 240px;
}

.dcm-room-wellness__list {
	display: grid;
	gap: 22px;
	margin-top: 34px;
}

.dcm-room-wellness__item {
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 16px;
	align-items: start;
	padding-bottom: 18px;
	border-bottom: 1px solid rgba(183, 134, 95, 0.18);
}

.dcm-room-wellness__item:last-child {
	padding-bottom: 0;
	border-bottom: 0;
}

.dcm-room-wellness__item span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 42px;
	height: 42px;
	background: #30373f;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.18em;
	color: #ffffff;
}

.dcm-room-wellness__item h3,
.dcm-room-experience__card h3 {
	margin: 0;
	font-size: 24px;
	line-height: 1.15;
}

.dcm-room-wellness__item p,
.dcm-room-experience__card p {
	margin-top: 10px;
	font-size: 16px;
	line-height: 1.75;
	color: #5b6773;
}

.dcm-room-wellness__media {
	display: grid;
	grid-template-columns: 1.1fr 0.75fr;
	gap: 24px;
	align-items: end;
}

.dcm-room-wellness__media-main {
	min-height: 560px;
}

.dcm-room-wellness__media-detail {
	min-height: 300px;
	transform: translateY(52px);
}

.dcm-lightbox-carousel .img-responsive {
	padding: 8px;
}

.dcm-lightbox-card {
	position: relative;
	display: block;
	overflow: hidden;
	border-radius: 24px;
	background: #f5f1eb;
	box-shadow: 0 16px 36px rgba(48, 55, 63, 0.12);
	cursor: zoom-in;
	transform: translateY(0);
	transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.dcm-lightbox-card::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0) 35%, rgba(48, 55, 63, 0.14) 100%);
	opacity: 0;
	transition: opacity 0.35s ease;
	pointer-events: none;
}

.dcm-lightbox-card__image {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 370 / 467;
	object-fit: cover;
	transform: scale(1);
	transition: transform 0.45s ease;
}

.dcm-lightbox-card:hover,
.dcm-lightbox-card:focus-visible {
	transform: translateY(-6px);
	box-shadow: 0 24px 52px rgba(48, 55, 63, 0.18);
}

.dcm-lightbox-card:hover::after,
.dcm-lightbox-card:focus-visible::after {
	opacity: 1;
}

.dcm-lightbox-card:hover .dcm-lightbox-card__image,
.dcm-lightbox-card:focus-visible .dcm-lightbox-card__image {
	transform: scale(1.08);
}

.dcm-lightbox-card:focus-visible {
	outline: 2px solid #d7c3ab;
	outline-offset: 4px;
}

.lg-outer.lightGallery-in-carousel {
	background: rgba(5, 5, 5, 0.96);
}

.lg-outer.lightGallery-in-carousel .lg,
.lg-outer.lightGallery-in-carousel .lg-thumb-outer,
.lg-outer.lightGallery-in-carousel .lg-toolbar {
	background: transparent;
}

.lg-outer.lightGallery-in-carousel .lg-thumb-outer {
	background: linear-gradient(180deg, rgba(5, 5, 5, 0) 0%, rgba(5, 5, 5, 0.98) 18%, rgba(5, 5, 5, 0.98) 100%);
}

.lg-outer.lightGallery-in-carousel .lg-toolbar {
	background: linear-gradient(180deg, rgba(5, 5, 5, 0.78) 0%, rgba(5, 5, 5, 0.18) 100%);
}

.lg-outer.lightGallery-in-carousel .lg-actions .lg-prev,
.lg-outer.lightGallery-in-carousel .lg-actions .lg-next {
	background: rgba(255, 255, 255, 0.16);
}

.lg-outer.lightGallery-in-carousel .lg-actions .lg-prev:hover,
.lg-outer.lightGallery-in-carousel .lg-actions .lg-next:hover {
	background: rgba(255, 255, 255, 0.26);
}

.dcm-room-banner__frame {
	min-height: 620px;
}

.dcm-room-banner__overlay {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: flex-end;
	padding: clamp(24px, 4vw, 56px);
	background: linear-gradient(180deg, rgba(48, 55, 63, 0.06) 0%, rgba(48, 55, 63, 0.78) 100%);
}

.dcm-room-banner__copy {
	max-width: 40rem;
	color: #ffffff;
}

.dcm-room-banner__copy h2,
.dcm-room-banner__copy p {
	color: inherit;
}

.dcm-room-experience__cards {
	display: grid;
	gap: 18px;
	margin-top: 34px;
}

.dcm-room-experience__card {
	padding: 24px 26px;
	background: #faf7f2;
	border: 1px solid rgba(183, 134, 95, 0.18);
}

.dcm-room-experience__visual {
	min-height: 620px;
}

.dcm-room-cta {
	margin-top: 24px;
}

.dcm-room-cta__shell {
	margin: 0 auto;
}

.dcm-room-cta__shell h2,
.dcm-room-cta__shell p {
	color: #ffffff;
}

.dcm-room-cta__shell p {
	color: rgba(255, 255, 255, 0.8);
}

.dcm-room-cta__actions {
	margin-top: 32px;
	gap: 16px 18px;
}

.dcm-room-cta .btn-primary,
.dcm-room-cta .btn-primary:focus {
	color: #ffffff;
	background: #d7c3ab;
	border-color: #d7c3ab;
}

.dcm-room-cta .btn-secondary,
.dcm-room-hero .btn-secondary {
	color: #ffffff;
	background: transparent;
	border: 1px solid rgba(255, 255, 255, 0.34);
}

.dcm-room-hero .btn-secondary {
	color: #30373f;
	border-color: rgba(48, 55, 63, 0.22);
}

.dcm-room-hero .btn-secondary:hover,
.dcm-room-hero .btn-secondary:focus {
	color: #ffffff;
	background: #30373f;
	border-color: #30373f;
}

.dcm-room-cta .btn-secondary:hover,
.dcm-room-cta .btn-secondary:focus {
	color: #30373f;
	background: #ffffff;
	border-color: #ffffff;
}

.single-camera .section-half-bg::before {
	background: #f7f3ed;
}

.single-camera .section-half-bg-right::before {
	background: #faf7f2;
}

@media (max-width: 782px) {
	body.admin-bar .rd-navbar-static.rd-navbar--is-stuck,
	body.admin-bar .rd-navbar-static.rd-navbar--is-clone {
		top: 46px;
	}
}

@media (min-width: 1600px) {
	.rd-navbar-static .rd-navbar-main {
		max-width: 1570px;
		padding: 18px 0;
	}

	.section-intro-img {
		margin: 0 -42% 0 -25%;
	}
}

@media (max-width: 1199px) {
	.rd-navbar-fixed .rd-navbar-panel {
		justify-content: space-between;
		gap: 8px;
		height: 72px;
		padding: 10px 12px;
		background: #fff;
	}

	.rd-navbar-fixed .rd-navbar-brand {
		display: flex;
		align-items: center;
		flex: 1 1 auto;
		margin-left: 0;
		line-height: 1;
		overflow: visible;
	}

	.rd-navbar-fixed .rd-navbar-brand .brand {
		display: inline-flex;
		align-items: center;
		max-width: 100%;
	}

	.rd-navbar-fixed .rd-navbar-brand img {
		width: auto;
		height: auto;
		max-width: calc(100vw - 104px);
		max-height: 46px;
	}

	.rd-navbar-fixed .rd-navbar-toggle {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		flex: 0 0 48px;
		margin-left: 8px;
	}

	.rd-navbar-fixed .rd-navbar-nav-wrap {
		top: -72px;
		bottom: -72px;
		padding-top: 144px;
	}

	.dcm-footer-editorial {
		gap: 20px;
	}

	.dcm-footer-editorial__logo {
		max-width: 260px;
		max-height: 120px;
	}

	.dcm-footer-editorial__nav .footer-menu {
		flex-direction: column;
		align-items: center;
		gap: 10px;
	}

	html.rd-navbar-fixed-linked body.page {
		padding-top: 0;
	}

	html.rd-navbar-fixed-linked body > .page {
		padding-top: 72px;
	}

	body.admin-bar .rd-navbar-fixed .rd-navbar-panel {
		top: 32px;
	}

	body.admin-bar .rd-navbar-fixed .rd-navbar-nav-wrap {
		top: -40px;
	}

	.dcm-room-breadcrumbs {
		padding-top: 22px;
		padding-bottom: 8px;
	}

	.dcm-room-hero {
		padding-top: 32px;
	}

	.dcm-room-hero__visual,
	.dcm-room-story__visual,
	.dcm-room-banner__frame,
	.dcm-room-experience__visual,
	.dcm-room-wellness__media-main {
		min-height: 420px;
	}

	.dcm-room-wellness__media {
		grid-template-columns: 1fr;
	}

	.dcm-room-wellness__media-detail {
		min-height: 260px;
		transform: none;
	}

	.dcm-room-facts {
		grid-template-columns: 1fr;
	}

	.dcm-room-hero__actions,
	.dcm-room-cta__actions {
		flex-direction: column;
		align-items: stretch;
	}

	.dcm-room-hero__actions .btn,
	.dcm-room-cta__actions .btn {
		width: 100%;
	}
}

@media (max-width: 782px) {
	body.admin-bar .rd-navbar-fixed .rd-navbar-panel {
		top: 46px;
	}

	body.admin-bar .rd-navbar-fixed .rd-navbar-nav-wrap {
		top: -26px;
	}
}

@media (max-width: 767px) {
	.single-camera .section.section-lg {
		padding-top: 52px;
		padding-bottom: 46px;
	}

	.single-camera .section-half-bg::before,
	.single-camera .section-half-bg-right::before {
		left: 12px;
		right: 12px;
		top: 16px;
		bottom: 16px;
		border-radius: 28px;
	}

	.dcm-room-hero__content,
	.dcm-room-story__panel,
	.dcm-room-wellness__intro,
	.dcm-room-experience__intro,
	.dcm-room-cta__shell {
		max-width: none;
	}

	.dcm-room-hero__title {
		font-size: clamp(2.95rem, 15vw, 4rem);
		line-height: 0.94;
	}

	.dcm-room-breadcrumbs {
		padding-top: 16px;
		padding-bottom: 6px;
	}

	.dcm-room-eyebrow {
		margin-bottom: 14px;
		font-size: 11px;
		letter-spacing: 0.16em;
	}

	.dcm-room-hero__lead,
	.dcm-room-story__panel p,
	.dcm-room-wellness__intro > p,
	.dcm-room-experience__intro > p,
	.dcm-room-banner__copy p,
	.dcm-room-cta__shell p {
		font-size: 16px;
		line-height: 1.72;
	}

	.dcm-room-story__panel h2,
	.dcm-room-wellness__intro h2,
	.dcm-room-experience__intro h2,
	.dcm-room-banner__copy h2,
	.dcm-room-cta__shell h2 {
		font-size: clamp(2rem, 10.5vw, 2.75rem);
		line-height: 0.98;
	}

	.dcm-room-facts {
		gap: 12px;
		margin-top: 28px;
	}

	.dcm-room-fact {
		padding: 16px 18px;
		border-radius: 18px;
	}

	.dcm-room-hero__visual,
	.dcm-room-story__visual,
	.dcm-room-story__detail,
	.dcm-room-banner__frame,
	.dcm-room-experience__visual,
	.dcm-room-wellness__media-main,
	.dcm-room-wellness__media-detail {
		border-radius: 26px;
		box-shadow: 0 18px 42px rgba(48, 55, 63, 0.12);
	}

	.dcm-room-hero__visual {
		min-height: 0;
		aspect-ratio: 4 / 5;
	}

	.dcm-room-story__visual,
	.dcm-room-experience__visual,
	.dcm-room-wellness__media-main {
		min-height: 0;
		aspect-ratio: 5 / 4;
	}

	.dcm-room-story__detail,
	.dcm-room-wellness__media-detail {
		min-height: 0;
		aspect-ratio: 4 / 3;
		margin-top: 20px;
	}

	.dcm-room-banner__frame {
		min-height: 0;
		aspect-ratio: 4 / 5;
	}

	.dcm-room-banner__overlay {
		padding: 22px;
	}

	.dcm-room-story:not(.dcm-room-story--reverse) .col-lg-5 {
		order: 2;
	}

	.dcm-room-story:not(.dcm-room-story--reverse) .col-lg-7 {
		order: 1;
	}

	.dcm-room-story__panel {
		position: relative;
		z-index: 1;
		margin-top: -20px;
		padding: 24px 22px;
		border-radius: 24px;
	}

	.dcm-room-wellness__media {
		gap: 18px;
	}

	.dcm-room-wellness__item {
		gap: 14px;
		padding-bottom: 16px;
	}

	.dcm-room-wellness__item span {
		min-width: 38px;
		height: 38px;
	}

	.dcm-room-experience__cards {
		gap: 14px;
		margin-top: 28px;
	}

	.dcm-room-experience__card {
		padding: 20px 20px 21px;
		border-radius: 20px;
	}

	.dcm-room-hero__actions,
	.dcm-room-cta__actions {
		display: grid;
		grid-template-columns: 1fr;
		width: 100%;
		gap: 12px;
		margin-top: 28px;
	}

	.dcm-room-hero__actions .btn,
	.dcm-room-cta__actions .btn {
		width: 100%;
		max-width: 100%;
	}
}

@media (max-width: 479px) {
	.single-camera .section.section-lg {
		padding-top: 46px;
		padding-bottom: 40px;
	}

	.single-camera .section-half-bg::before,
	.single-camera .section-half-bg-right::before {
		left: 10px;
		right: 10px;
		top: 12px;
		bottom: 12px;
		border-radius: 24px;
	}

	.dcm-room-hero__title {
		font-size: clamp(2.7rem, 14vw, 3.4rem);
	}

	.dcm-room-hero__visual,
	.dcm-room-banner__frame {
		aspect-ratio: 7 / 9;
	}

	.dcm-room-story__visual,
	.dcm-room-experience__visual,
	.dcm-room-wellness__media-main,
	.dcm-room-story__detail,
	.dcm-room-wellness__media-detail {
		aspect-ratio: 6 / 5;
	}
}
