:root {
	--gold: #c4a06a;
	--gold-dark: #b08c54;
	--primary: #ECE9E5;
	--cream: #C3BAAD;
	--paper: #fff;
	--ink: #232220;
	--muted: #6f6a64;
	--brown: #635D52;
	--faq-bg: #ebe9e5;
	--radius: 22px;
	--radius-sm: 14px;
	--shadow: 0 24px 60px -28px rgba(45, 38, 30, .45);
	--shadow-soft: 0 14px 40px -22px rgba(45, 38, 30, .35);
}

html {
	scroll-behavior: smooth;
	font-family: "Noto Sans", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Bricolage Grotesque", sans-serif !important;
  	font-optical-sizing: auto;
  	font-style: normal;
}

body {
	color: var(--ink);
	background: var(--paper);
	line-height: 1.65;
	-webkit-font-smoothing: antialiased;
}

img {
	display: block;
	max-width: 100%
}

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

h1,
h2,
h3,
h4 {
	font-family: "Sora", sans-serif;
	line-height: 1.15;
	letter-spacing: -.01em
}

.btn-gold {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-weight: 600;
	font-size: .95rem;
	padding: 14px 30px;
	border-radius: 999px;
	border: none;
	background: var(--gold);
	color: #fff;
	letter-spacing: .01em;
	box-shadow: 0 10px 26px -12px rgba(176, 140, 84, .8);
	transition: transform .25s ease, background .25s ease, box-shadow .25s ease;
}

.btn-gold:hover,
.btn-gold:focus {
	background: var(--gold-dark);
	color: #fff;
	box-shadow: 0 12px 28px -12px rgba(176, 140, 84, .85)
}

.aurum-nav {
	padding: 20px 38px;
	background: transparent;
	z-index: 1030;
	transition: background .35s ease, padding .35s ease, box-shadow .35s ease;
}

.aurum-nav.scrolled {
	background: rgba(28, 24, 20, .92);
	backdrop-filter: blur(10px);
	padding: 14px 38px;
	box-shadow: 0 10px 30px -18px rgba(0, 0, 0, .6);
}

.aurum-nav .navbar-brand {
	font-family: "Sora";
	font-weight: 700;
	color: #fff;
	line-height: 1;
	padding: 0;
	margin: 0
}

.aurum-nav .navbar-brand b {
	font-size: 1.45rem;
	letter-spacing: -.02em
}

.aurum-nav .navbar-brand b span {
	color: var(--gold)
}

.aurum-nav .navbar-brand small {
	display: block;
	font-size: .6rem;
	letter-spacing: .42em;
	font-weight: 500;
	margin-top: 3px;
	opacity: .85
}

.aurum-nav .navbar-nav .nav-link {
	color: #f3efe9;
	font-size: .95rem;
	font-weight: 500;
	opacity: .92;
	padding: .4rem 1rem;
	transition: opacity .2s, color .2s;
}

.aurum-nav .navbar-nav .nav-link.soc {
	background: var(--cream);
	color: black;
}

.aurum-nav .navbar-nav .nav-link:not(.btn):not(.soc):hover {
	opacity: 1;
	color: var(--gold)
}

.aurum-nav .navbar-toggler {
	border: none;
	padding: 6px;
	display: inline-flex;
	flex-direction: column;
	gap: 5px
}

.aurum-nav .navbar-toggler:focus {
	outline: none;
	box-shadow: none
}

.aurum-nav .burger-bar {
	width: 24px;
	height: 2px;
	background: #fff;
	display: block;
	border-radius: 2px
}

.socials {
	display: flex;
	gap: 10px
}

.soc {
	padding: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	place-items: center;
	background: rgba(255, 255, 255, .12);
	color: #fff;
	transition: background .25s, transform .25s
}

.soc:hover {
	background: var(--gold);
	color: #fff
}

.soc svg {
	width: 17px;
	height: 17px
}

@media (max-width:991.98px) {
	.aurum-nav .navbar-collapse {
		background: rgba(24, 20, 16, .97);
		border-radius: 14px;
		margin-top: 12px;
		padding: 14px 22px 20px
	}

	.aurum-nav .btn-gold {
		width: 100%;
		margin-top: 10px
	}

	.aurum-nav .socials {
		justify-content: center;
		margin-top: 16px
	}
}

.main-title {
	position: absolute;
    z-index: 999;
}

.hero {
	position: relative;
	min-height: 100vh;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #fff;
	background:
		linear-gradient(180deg, rgba(20, 16, 12, .55) 0%, rgba(20, 16, 12, .35) 45%, rgba(20, 16, 12, .65) 100%),
		radial-gradient(120% 90% at 50% 30%, #7a685400 0%, #3a3027 70%),
		linear-gradient(135deg, #4a3f33, #2a221b 60%, #7d6a55);
	background-size: cover;
	background-position: center;
}

.hero .logo-xl {
	font-family: "Sora";
	font-weight: 800;
	font-size: clamp(3.4rem, 11vw, 7.5rem);
	letter-spacing: -.04em;
	line-height: .9;
	opacity: 0;
	transform: translateY(26px);
	animation: rise .9s .2s ease forwards
}

.hero .logo-xl span {
	color: var(--gold)
}

.hero .logo-sub {
	font-family: "Sora";
	font-weight: 500;
	letter-spacing: .55em;
	font-size: clamp(1rem, 2.4vw, 1.7rem);
	margin-top: 6px;
	opacity: 0;
	transform: translateY(26px);
	animation: rise .9s .38s ease forwards;
	color: #e9e2d7
}

.hero .tagline {
	font-weight: 400;
	font-size: clamp(1.5rem, 4.4vw, 2.9rem);
	margin: 400px 0 0;
	color: #f6f1ea;
	opacity: 0;
	transform: translateY(26px);
	animation: rise .9s .58s ease forwards
}

.hero-video{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  z-index:0;
}
.hero-overlay{
  position:absolute;
  inset:0;
  z-index:1;
  background:linear-gradient(180deg,rgba(20,16,12,.55) 0%,rgba(20,16,12,.35) 45%,rgba(20,16,12,.65) 100%);
}
.hero > .logo-xl,
.hero > .logo-sub,
.hero > .tagline{
	position:relative;
	z-index:2;
}

@keyframes rise {
	to {
		opacity: 1;
		transform: none
	}
}

.therapist {
	padding: 120px 0
}

.therapist .photo {
	display: flex;
	justify-content: right;
	overflow: hidden;
    border-radius: var(--radius);
}

.therapist .photo img {
	max-width: unset !important;
}

.therapist-card {
	background: var(--primary);
	border-radius: var(--radius);
	padding: 30px;
	position: relative;
	height: 100%;
}

.therapist-card .spa-icon {
	position: absolute;
	top: 10px;
	right: 30px;
	color: var(--gold)
}

.therapist-card h2 {
	font-size: clamp(2rem, 4vw, 2.7rem);
	font-weight: 700;
	margin-bottom: 22px
}

.therapist-card p {
	color: black;
	margin-bottom: 34px
}

.services {
	padding: 96px 0 110px;
	color: #fff;
	position: relative;
	background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images/bg.jpg);
	background-size: cover;
	background-position: center;
	background-size: cover;
}

.services h2 {
	text-align: center;
	font-weight: 500;
	font-size: clamp(1.6rem, 3.6vw, 2.5rem);
	margin-bottom: 60px;
	color: white;
}

.cards-wrap {
	max-width: 1000px;
	margin: 0 auto
}

.card-service {
	width: 100%;
	background: var(--paper);
	border-radius: var(--radius);
	overflow: hidden;
	box-shadow: var(--shadow);
	display: flex;
	flex-direction: column;
	position: relative;
	transition: transform .3s ease, box-shadow .3s ease;
}

.card-service:hover {
	box-shadow: 0 34px 70px -30px rgba(20, 14, 8, .7)
}

.card-service .thumb {
	aspect-ratio: 625/450;
	background: linear-gradient(135deg, #caa98a, #8a6f5c);
	position: relative
}

.card-service .thumb::after {
	position: absolute;
	inset: 0;
	display: grid;
	place-items: center;
	color: rgba(255, 255, 255, .5);
	font-size: .72rem;
	letter-spacing: .2em;
	text-transform: uppercase
}

.card-service .body {
	padding: 30px 30px 34px;
	display: flex;
	flex-direction: column;
	flex: 1
}

.card-service .head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 16px
}

.card-service h3 {
	font-size: 1.45rem;
	font-weight: 700;
	color: var(--ink);
	margin: 0
}

.card-service .head svg {
	color: var(--gold);
	flex: none
}

.card-service p {
	color: black;
	font-size: .93rem;
	margin-bottom: 24px;
	min-height: 78px
}

.card-service .btn-gold {
	align-self: flex-start;
	margin-top: auto
}

.card-service .open-detail {
	cursor: pointer
}

.card-detail {
	position: absolute;
	inset: 0;
	z-index: 4;
	background: var(--paper);
	border-radius: var(--radius);
	padding: 40px 38px 34px;
	display: flex;
	flex-direction: column;
	overflow-y: auto;
	transform: translateY(101%);
	opacity: 0;
	visibility: hidden;
	transition: transform .55s cubic-bezier(.22, .61, .36, 1),
		opacity .4s ease, visibility .55s;
}

.card-service.open .card-detail {
	transform: translateY(0);
	opacity: 1;
	visibility: visible
}

.card-detail h3 {
	font-size: clamp(1.5rem, 2.4vw, 1.9rem);
	font-weight: 700;
	color: var(--ink);
	margin-bottom: 24px;
	padding-right: 40px
}

.card-detail ul {
	list-style: none;
	display: flex;
	flex-direction: column;
	gap: 14px;
	flex: 1 0 auto
}

.card-detail li {
	position: relative;
	display: flex;
	gap: 14px;
	align-items: flex-start;
	font-size: .93rem;
	color: black;
	line-height: 1.4;
}

.card-detail li::before {
    position: absolute;
    content: "";
    display: flex;
    background-image: url(../images/detail-icon.svg);
    width: 18px;
    height: 18px;
    color: var(--gold);
    left: -30px;
    top: 2px;
}

.card-detail .meta {
	font-family: "Bricolage Grotesque";
	font-weight: 700;
	font-size: clamp(1.25rem, 2.2vw, 1.55rem);
	color: var(--ink);
	margin: 26px 0 20px;
	display: flex;
	align-items: center;
	gap: 16px
}

.card-detail .meta .sep {
	width: 1px;
	height: 1.1em;
	background: rgba(0, 0, 0, .22)
}

.card-detail .btn {
	align-self: flex-start
}

.card-detail .close {
	position: absolute;
	top: 18px;
	right: 18px;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	border: none;
	cursor: pointer;
	background: var(--cream);
	color: var(--ink);
	display: grid;
	place-items: center;
	transition: background .2s, color .2s, transform .2s
}

.card-detail .close:hover {
	background: var(--gold);
	color: #fff;
	transform: rotate(90deg)
}

.card-detail .close svg {
	width: 18px;
	height: 18px
}

.studio {
	padding: 88px 0 96px;
	text-align: center
}

.studio h2 {
	font-weight: 500;
	font-size: clamp(1.7rem, 3.6vw, 2.4rem);
	margin-bottom: 46px
}

.carousel-strip {
	position: relative;
	max-width: 1040px;
	margin: 0 auto;
	padding: 0 20px
}

.track {
	display: flex;
	gap: 26px;
	overflow-x: auto;
	scroll-behavior: smooth;
	scroll-snap-type: x mandatory;
	padding: 6px 4px 14px;
	scrollbar-width: none
}

.track::-webkit-scrollbar {
	display: none
}

.slide {
	flex: 0 0 230px;
	width: 230px;
	overflow: hidden;
	border-radius: var(--radius-sm);
	scroll-snap-align: start;
	box-shadow: var(--shadow-soft);
	background: linear-gradient(140deg, #b59a78, #6d5945);
	position: relative
}

.slide::after {
	content: "studio";
	position: absolute;
	inset: 0;
	display: grid;
	place-items: center;
	color: rgba(255, 255, 255, .5);
	font-size: .72rem;
	letter-spacing: .2em;
	text-transform: uppercase
}

.car-btn {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 42px;
	height: 42px;
	border-radius: 50%;
	border: none;
	cursor: pointer;
	background: transparent;
	color: var(--ink);
	display: grid;
	place-items: center;
	z-index: 2;
	outline: none !important;
}

.car-prev {
	left: -20px;
}

.car-next {
	right: -20px;
}

.faq {
	background: var(--faq-bg);
	padding: 80px 0 96px
}

.faq h2 {
	text-align: center;
	font-weight: 500;
	font-size: clamp(1.7rem, 3.6vw, 2.4rem);
	margin-bottom: 48px
}

.faq-list {
	max-width: 1000px;
	margin: 0 auto
}

.faq-item {
	background: rgba(255, 255, 255, .55);
	border: 1px solid rgba(0, 0, 0, .07);
	border-radius: 12px;
	overflow: hidden;
	margin-bottom: 14px
}

.faq-q {
	width: 100%;
	text-align: left;
	background: none;
	border: none;
	cursor: pointer;
	padding: 20px 26px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	font-family: "Bricolage Grotesque", sans-serif;
	font-weight: 600;
	font-size: 1rem;
	color: var(--ink)
}

.faq-q:focus {
	outline: none;
	box-shadow: none
}

.faq-q .plus {
	flex: none;
	width: 22px;
	height: 22px;
	position: relative;
	transition: transform .3s ease
}

.faq-q .plus::before,
.faq-q .plus::after {
	content: "";
	position: absolute;
	background: var(--ink);
	border-radius: 2px
}

.faq-q .plus::before {
	top: 50%;
	left: 0;
	right: 0;
	height: 2px;
	transform: translateY(-50%)
}

.faq-q .plus::after {
	left: 50%;
	top: 0;
	bottom: 0;
	width: 2px;
	transform: translateX(-50%)
}

.faq-q:not(.collapsed) .plus {
	transform: rotate(135deg)
}

.faq-item .answer {
	padding: 0 26px 22px;
	color: black;
	font-size: .95rem;
}

.footer {
	background: var(--brown);
	color: #f1ece4;
	padding: 72px 0 64px
}

.footer .logo-box {
	width: 128px;
	height: 128px;
	border-radius: 6px;
	background: #c0b4a4;
	display: grid;
	place-items: center;
	text-align: center
}

.footer .logo-box b {
	font-family: "Sora";
	color: #fff;
	font-weight: 700;
	font-size: 1.1rem
}

.footer .logo-box small {
	display: block;
	font-size: .5rem;
	letter-spacing: .35em;
	margin-top: 3px;
	color: #fff
}

.footer h4 {
	font-family: "Sora";
	font-weight: 700;
	font-size: 1.25rem;
	margin-bottom: 20px;
	color: #fff
}

.footer .line {
	display: flex;
	gap: 12px;
	align-items: flex-start;
	margin-bottom: 5px;
	font-size: .95rem;
	color: #e3ddd3
}

.footer .line svg {
	flex: none;
	color: var(--gold);
	margin-top: 3px
}

.footer .socials .soc {
	background-color: white;
	color: var(--brown);
}

footer .line i {
    color: #fff;
    margin-top: 6px;
}

.map iframe {
	width: 100%;
	height: 300px;
	border: 0;
	display: block;
	filter: grayscale(.1)
}

.copyright {
	text-align: center;
	padding: 26px 20px;
	font-size: .85rem;
	color: var(--muted);
	background: #fff
}

.aurum-nav .navbar-toggler {
	display: none;
}

@media (max-width:991px) {
	.faq-item {
		margin: 15px;
	}
	.aurum-nav {
		padding: 16px 20px
	}

	.therapist {
		padding: 74px 0
	}

	.therapist-card {
		padding: 36px 28px
	}
	.aurum-nav .navbar-toggler {
		display: inline-flex;
	}
	.head,
	.therapist-card,
	.card-service .body {
    	justify-content: center !important;
		text-align: center;
	}
	.therapist-card .btn-gold,
	.card-service .btn-gold {
		margin: auto;
	}
	.head img,
	.spa-icon {
		display: none;
	}
	.therapist .photo img {
		width: 100%;
	}
}