/* ============================
	GOSALON LANDERS 2026
	SITE
============================ */



/* ============================
	GENERAL
============================ */

.container,
.container-fluid {
	position: relative;
	z-index: 2;
}

@media (min-width: 1600px) {
	.container {
		max-width: 1500px;
	}
}

.section--intro,
.section--treatments,
.section--products,
.section--gallery,
.section--location,
.section--contact,
.section--reviews,
.section--cta,
.section--footer {
	padding-bottom: 5rem;
	padding-top: 5rem;
}


/* ============================
	FLOATING ACTIONS
============================ */

.floating--actions {
	align-items: flex-end;
	bottom: 1.5rem;
	display: flex;
	flex-direction: column;
	gap: .75rem;
	position: fixed;
	right: 1.5rem;
	z-index: 1100;
}

.floating--button {
	align-items: center;
	border-radius: 999px;
	box-shadow: var(--shadow-soft);
	display: inline-flex;
	justify-content: center;
	min-height: 52px;
	min-width: 52px;
	transition: var(--transition);
}

.floating--button:hover {
	box-shadow: var(--shadow-hover);
	transform: translateY(-2px);
}

.floating--button--whatsapp {
	background-color: #7ED957;
	color: var(--color-white);
	font-size: 1.5rem;
	padding: 0;
	width: 52px;
}

.floating--button--booking {
	background-color: var(--color-black);
	color: var(--color-white);
	font-family: var(--font-family-heading);
	font-size: 1rem;
	font-weight: 700;
	padding: .8rem 1.2rem;
}

.floating--button--booking:hover,
.floating--button--whatsapp:hover {
	color: var(--color-white);
}



/* ============================
	NAVIGATION
============================ */

.section--nav {
	background-color: #FFFFFF;
	border-bottom: 1px solid #E8E1D9;
	box-shadow: 0 8px 24px rgba(17, 17, 17, 0.05);
	left: 0;
	padding-bottom: .85rem;
	padding-top: .85rem;
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 1030;
}

.nav--wrapper {
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}

.nav--inner {
	align-items: center;
	display: flex;
	min-height: 62px;
	/* BELANGRIJK: vaste hoogte voor perfecte vertical centering */
}

.nav--logo {
	align-items: center;
	display: inline-flex;
	height: 100%;
	max-width: 300px;
}

.nav--logo img {
	display: block;
	height: 54px;
	/* vaste hoogte = controle */
	image-rendering: -webkit-optimize-contrast;
	object-fit: contain;
	object-position: left center;
	transform: translateZ(0);
	width: auto;
}

.nav--menu {
	align-items: center;
	display: flex;
	gap: 1.75rem;
}

.nav--menu--link {
	color: #111111;
	display: inline-flex;
	font-family: var(--font-family-heading);
	font-size: 1.25rem;
	font-weight: 700;
	letter-spacing: .01rem;
	line-height: 1;
	padding: .35rem .1rem;
	position: relative;
	transition: var(--transition);
	white-space: nowrap;
}

.nav--menu--link::after {
	background-color: #111111;
	bottom: -.25rem;
	content: '';
	height: 2px;
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	transform: scaleX(0);
	transform-origin: left;
	transition: var(--transition);
}

.nav--menu--link:hover {
	color: #111111;
}

.nav--menu--link:hover::after,
.nav--menu--link.active::after {
	opacity: 1;
	transform: scaleX(1);
}

.nav--actions {
	align-items: center;
	display: flex;
}

.button--nav {
	min-height: 48px;
	padding: .8rem 1.2rem;
}

.toggler--button {
	align-items: center;
	display: inline-flex;
	height: 46px;
	justify-content: center;
	width: 46px;
}

.toggler--button:active,
.toggler--button:focus {
	box-shadow: none;
	outline: none;
}

.navbar--toggler--icon {
	color: #111111;
	font-size: 1.55rem;
	line-height: 1;
}



/* ============================
	HERO
============================ */

.section--hero {
	align-items: center;
	display: flex;
	min-height: 100vh;
	overflow: hidden;
	padding-bottom: 5rem;
	padding-top: 8.5rem;
	position: relative;
}

.hero--media {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 0;
}

.hero--media::after {
	background: linear-gradient(180deg, rgba(17, 17, 17, 0.06) 0%, rgba(17, 17, 17, 0.12) 12%, rgba(17, 17, 17, 0.24) 100%);
	bottom: 0;
	content: '';
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.hero--media img {
	height: 100%;
	object-fit: cover;
	object-position: center center;
	transform: scale(1.02);
	width: 100%;
}

.hero--overlay {
	background: linear-gradient(180deg, rgba(17, 17, 17, 0.12) 0%, rgba(17, 17, 17, 0.08) 14%, rgba(17, 17, 17, 0.28) 100%);
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
}

.hero--glow {
	border-radius: 999px;
	filter: blur(90px);
	opacity: .32;
	position: absolute;
	z-index: 1;
}

.hero--glow--one {
	background-color: #EBD8C5;
	height: 260px;
	right: -4rem;
	top: 10rem;
	width: 260px;
}

.hero--glow--two {
	background-color: #F5EFE9;
	bottom: 3rem;
	height: 220px;
	left: -4rem;
	width: 220px;
}

.hero--container {
	padding-bottom: 3rem;
	padding-top: 7.5rem;
	z-index: 2;
}

.hero--content {
	margin: 0 auto;
	max-width: 980px;
	padding-left: 1rem;
	padding-right: 1rem;
	position: relative;
	top: 1rem;
}

.hero--brand {
	display: flex;
	justify-content: center;
	margin-bottom: 1.35rem;
}

.hero--brand img {
	height: 108px;
	image-rendering: -webkit-optimize-contrast;
	object-fit: contain;
	transform: translateZ(0);
	width: auto;
}

.hero--eyebrow {
	align-items: center;
	color: rgba(255, 255, 255, 0.92);
	display: flex;
	flex-wrap: wrap;
	font-family: var(--font-family-heading);
	font-size: .82rem;
	font-weight: 700;
	gap: .65rem;
	justify-content: center;
	letter-spacing: .08rem;
	margin-bottom: 1.35rem;
	text-transform: uppercase;
}

.hero--eyebrow span {
	align-items: center;
	display: inline-flex;
	gap: .65rem;
	line-height: 1;
}

.hero--eyebrow span:not(:last-child)::after {
	content: '•';
	opacity: .55;
}

.hero--title,
.hero--subtitle,
.hero--text {
	color: var(--color-white);
}

.hero--title {
	font-size: 4.35rem;
	font-weight: 800;
	letter-spacing: -.06rem;
	line-height: .98;
	margin-bottom: .9rem;
	text-shadow: 0 12px 30px rgba(17, 17, 17, 0.18);
}

.hero--subtitle {
	font-size: 1.7rem;
	font-weight: 600;
	letter-spacing: -.03rem;
	line-height: 1.2;
	margin-bottom: 1.25rem;
	text-shadow: 0 8px 24px rgba(17, 17, 17, 0.16);
}

.hero--text {
	font-size: 1.14rem;
	line-height: 1.9;
	margin: 0 auto;
	max-width: 760px;
	text-shadow: 0 8px 20px rgba(17, 17, 17, 0.14);
}

.hero--actions {
	display: flex;
	flex-wrap: wrap;
	margin-top: 2.1rem;
}

.hero--actions .button {
	font-size: 1rem;
	min-height: 58px;
	padding: .95rem 1.55rem;
}

.button--hero {
	background-color: var(--color-white);
	border-color: var(--color-white);
	box-shadow: 0 12px 30px rgba(17, 17, 17, 0.12);
	color: var(--color-black);
}

.button--hero:hover {
	background-color: transparent;
	border-color: var(--color-white);
	color: var(--color-white);
}

.button--hero--ghost {
	background-color: rgba(255, 255, 255, 0.08);
	border-color: rgba(255, 255, 255, 0.7);
	color: var(--color-white);
}

.button--hero--ghost:hover {
	background-color: var(--color-white);
	border-color: var(--color-white);
	color: var(--color-black);
}

.hero--labels {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: .85rem;
	justify-content: center;
	margin-top: 2.2rem;
}

.hero--label {
	backdrop-filter: blur(10px);
	background-color: rgba(255, 255, 255, 0.12);
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 999px;
	box-shadow: 0 10px 24px rgba(17, 17, 17, 0.08);
	color: var(--color-white);
	display: inline-flex;
	font-family: var(--font-family-heading);
	font-size: .96rem;
	font-weight: 600;
	padding: .8rem 1.05rem;
}

.hero--label span {
	display: inline-flex;
	line-height: 1;
}

.hero--scroll {
	bottom: 1.6rem;
	display: flex;
	justify-content: center;
	left: 0;
	position: absolute;
	right: 0;
	z-index: 2;
}

.hero--scroll a {
	align-items: center;
	color: rgba(255, 255, 255, 0.92);
	display: inline-flex;
	font-family: var(--font-family-heading);
	font-size: .92rem;
	font-weight: 600;
	gap: .55rem;
	letter-spacing: -.01rem;
}

.hero--scroll a i {
	font-size: .9rem;
	transform: translateY(1px);
}


/* ============================
	INTRO
============================ */

.section--intro {
	background-color: var(--color-beige-soft);
	padding-bottom: 6rem;
	padding-top: 6rem;
}

.intro--title {
	font-size: 2.35rem;
	line-height: 1.12;
	margin-bottom: 1rem;
}

.intro--text {
	color: #222222;
	font-size: 1.15rem;
	line-height: 1.85;
	margin: 0 auto;
}

.intro--features {
	display: grid;
	gap: 1rem;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.intro--feature {
	align-items: flex-start;
	background-color: var(--color-white);
	border: 1px solid var(--color-border);
	border-radius: var(--radius-md);
	box-shadow: var(--shadow-soft);
	display: flex;
	gap: 1rem;
	height: 100%;
	padding: 1.5rem;
	transition: var(--transition);
}

.intro--feature:hover {
	box-shadow: var(--shadow-hover);
	transform: translateY(-2px);
}

.intro--feature--icon {
	align-items: center;
	background-color: var(--color-beige-soft);
	border-radius: 999px;
	color: var(--color-black);
	display: inline-flex;
	flex: 0 0 50px;
	font-size: 1.2rem;
	height: 50px;
	justify-content: center;
	width: 50px;
}

.intro--feature--content strong {
	color: var(--color-black);
	display: block;
	font-family: var(--font-family-heading);
	font-size: 1.15rem;
	font-weight: 700;
	letter-spacing: -.01rem;
	line-height: 1.25;
	margin-bottom: .35rem;
}

.intro--feature--content span {
	color: var(--color-black);
	display: block;
	font-size: .98rem;
	line-height: 1.65;
}



/* ============================
	TREATMENTS
============================ */

.section--treatments {
	background-color: var(--color-white);
}

.treatments--title {
	font-size: 2.45rem;
	line-height: 1.1;
	margin-bottom: .75rem;
}

.treatments--intro {
	color: var(--color-black);
	font-size: 1.08rem;
	line-height: 1.8;
	margin: 0 auto;
	max-width: 740px;
}

.treatment--item {
	background-color: #FFFFFF;
	border: 1px solid #E8E1D9;
	border-radius: 1.25rem;
	box-shadow: 0 6px 18px rgba(17, 17, 17, 0.03);
	cursor: pointer;
	padding: 1.2rem 1.25rem;
	transition: var(--transition);
}

.treatment--item+.treatment--item {
	margin-top: 1rem;
}

.treatment--item:hover {
	border-color: #DED2C6;
	box-shadow: 0 10px 24px rgba(17, 17, 17, 0.06);
	transform: translateY(-1px);
}

.treatment--item.open {
	border-color: #DED2C6;
	box-shadow: 0 12px 28px rgba(17, 17, 17, 0.07);
}

.treatment--item--disabled {
	opacity: .92;
}

.treatment--question {
	gap: 1rem;
	position: relative;
}

.treatment--heading {
	flex: 1 1 auto;
	min-width: 0;
}

.treatment--heading h3 {
	font-size: 1.25rem;
	font-weight: 700;
	letter-spacing: -.015rem;
	line-height: 1.3;
	padding-right: .25rem;
}

.treatment--icon {
	align-items: center;
	background-color: #F5EFE9;
	border: 1px solid #E8E1D9;
	border-radius: 999px;
	color: #6F6A64;
	display: inline-flex;
	flex: 0 0 2.2rem;
	height: 2.2rem;
	justify-content: center;
	position: relative;
	transition: var(--transition);
	width: 2.2rem;
}

.treatment--item.open .treatment--icon {
	background-color: #EFE3D8;
	border-color: #DED2C6;
	color: #111111;
}

.treatment--icon .ico {
	align-items: center;
	display: flex;
	font-size: .9rem;
	height: 100%;
	inset: 0;
	justify-content: center;
	left: 0;
	line-height: 1;
	margin: auto;
	position: absolute;
	right: 0;
	top: 0;
	transition: opacity .2s ease;
	width: 100%;
}

.treatment--icon .ico-plus {
	opacity: 1;
	transform: translateY(0);
}

.treatment--icon .ico-minus {
	opacity: 0;
	transform: translateY(0);
}

.treatment--item.open .treatment--icon .ico-plus {
	opacity: 0;
}

.treatment--item.open .treatment--icon .ico-minus {
	opacity: 1;
}

.treatment--answer {
	display: none;
	padding-left: 0;
	padding-right: 2.75rem;
	padding-top: .9rem;
}

.treatment--item.open .treatment--answer {
	display: block;
}

.treatment--answer p {
	color: var(--color-black);
	font-size: 1.05rem;
	line-height: 1.6;
}



/* ============================
	PRODUCTS
============================ */

.section--products {
	background-color: var(--color-beige-soft);
}

.products--title {
	font-size: 2.35rem;
	line-height: 1.1;
	margin-bottom: .75rem;
}

.products--intro {
	color: var(--color-black);
	font-size: 1.15rem;
	line-height: 1.8;
	margin: 0 auto;
}

.product--panel {
	background-color: var(--color-white);
	border: 1px solid var(--color-border);
	border-radius: var(--radius-lg);
	box-shadow: var(--shadow-soft);
	overflow: hidden;
	padding: 1.5rem;
	transition: var(--transition);
}

.product--panel:hover {
	box-shadow: var(--shadow-hover);
	transform: translateY(-2px);
}

.product--image {
	border-radius: var(--radius-md);
	overflow: hidden;
	position: relative;
}

.product--image img {
	aspect-ratio: 1 / 1;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.product--content h3 {
	font-size: 1.5rem;
	line-height: 1.2;
	margin-bottom: .85rem;
}

.product--content p {
	color: var(--color-black);
	font-size: 1.05rem;
	line-height: 1.85;
}



/* ============================
	GALLERY
============================ */

.section--gallery {
	padding-bottom: 6rem;
	padding-top: 6rem;
}

.section--gallery h2.gallery--title {
	font-size: 2.35rem;
	line-height: 1.1;
	margin-bottom: .75rem;
}

.section--gallery p.gallery--intro {
	color: var(--color-black);
	font-size: 1.15rem;
	line-height: 1.8;
	margin: 0 auto;
}


.gallery--splide {
	padding-left: .5rem;
	padding-right: .5rem;
}

.gallery--item {
	border-radius: 1.5rem;
	display: block;
	overflow: hidden;
	position: relative;
}

.gallery--item::before {
	border: 1px solid rgba(255, 255, 255, 0.22);
	border-radius: inherit;
	content: '';
	inset: 0;
	position: absolute;
	z-index: 2;
}

.gallery--item img {
	aspect-ratio: .95 / 1.08;
	height: 100%;
	object-fit: cover;
	transition: transform .6s ease;
	width: 100%;
}

.gallery--overlay {
	align-items: flex-end;
	background: linear-gradient(180deg, rgba(17, 17, 17, 0.00) 18%, rgba(17, 17, 17, 0.72) 100%);
	color: var(--color-white);
	display: flex;
	inset: 0;
	justify-content: flex-start;
	opacity: 0;
	padding: 1.2rem;
	position: absolute;
	text-align: left;
	transition: var(--transition);
	z-index: 3;
}

.gallery--overlay--inner {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	gap: .4rem;
	justify-content: flex-end;
}



/* ============================
	LOCATION
============================ */

.section--location {
	background-color: #FFF;
	/*background-color: var(--color-beige-soft);*/
}

.location--title {
	font-size: 2.35rem;
	line-height: 1.1;
	margin-bottom: .75rem;
}

.location--intro {
	color: var(--color-muted);
	font-size: 1.05rem;
	line-height: 1.8;
	margin: 0 auto;
	max-width: 620px;
}

.location--map--outer {
	background-color: #F8F8F8;
	border-radius: var(--radius-lg);
	padding: .7rem;
}

.location--map--inner {
	background-color: var(--color-white);
	border-radius: calc(var(--radius-lg) - .4rem);
	box-shadow: var(--shadow-soft);
	padding: .7rem;
}

#map {
	border-radius: calc(var(--radius-md));
	height: 480px;
	overflow: hidden;
	width: 100%;
}

.location--address p {
	font-size: 1.05rem;
	line-height: 1.75;
}

.location--address strong {
	font-family: var(--font-family-heading);
	font-size: 1.08rem;
	font-weight: 700;
}



/* ============================
	CONTACT
============================ */

.section--contact {
	background-color: var(--color-white);
}

.contact--details {
	padding-right: 1rem;
}

.contact--title {
	font-size: 2.2rem;
	line-height: 1.1;
	margin-bottom: .9rem;
}

.contact--text {
	color: var(--color-black);
	font-size: 1.1rem;
	line-height: 1.5;
}

.contact--details hr {
	border-color: var(--color-border);
	margin-bottom: 1.5rem;
	margin-top: 1.5rem;
	opacity: 1;
}

.contact--block h3 {
	font-size: 1.35rem;
	line-height: 1.2;
	margin-bottom: .6rem;
}

.contact--block p {
	color: var(--color-black);
	font-size: 1.1rem;
	line-height: 1.6;
}

.contact--block a:hover {
	text-decoration: underline;
}

.form--outer {
	background-color: #F8F8F8;
	border-radius: var(--radius-lg);
	padding: .9rem;
}

.form--inner {
	background-color: var(--color-white);
	border-radius: calc(var(--radius-lg) - .35rem);
	box-shadow: var(--shadow-soft);
}

.form--content {
	padding: 2rem;
}

.form--footer {
	padding-top: .25rem;
}

.form--privacy {
	color: var(--color-muted);
	font-size: .92rem;
	line-height: 1.6;
	margin-bottom: 1.2rem;
}

.button--submit {
	min-width: 160px;
}



/* ============================
	REVIEWS
============================ */

.section--reviews {
	background-color: #F7F2ED;
	border-top: 1px solid var(--color-border);
}

.reviews--title {
	font-size: 2.35rem;
	line-height: 1.1;
	margin-bottom: .75rem;
}

.reviews--intro {
	color: var(--color-black);
	font-size: 1.1rem;
	line-height: 1.8;
	margin: 0 auto;
}

.review--card {
	background-color: var(--color-white);
	border: 1px solid rgba(232, 225, 217, 0.9);
	border-radius: 1.35rem;
	box-shadow: 0 10px 26px rgba(17, 17, 17, 0.05);
	display: flex;
	flex-direction: column;
	height: 100%;
	padding: 1.55rem 1.55rem 1.6rem 1.55rem;
	position: relative;
	transition: var(--transition);
}

.review--card:hover {
	box-shadow: 0 18px 36px rgba(17, 17, 17, 0.08);
	transform: translateY(-4px);
}

.review--head {
	align-items: center;
	display: flex;
	gap: .85rem;
	margin-bottom: 1rem;
}

.review--avatar {
	align-items: center;
	background-color: #EFE3D8;
	border-radius: 999px;
	color: var(--color-black);
	display: inline-flex;
	flex: 0 0 46px;
	font-size: 1.45rem;
	height: 46px;
	justify-content: center;
	width: 46px;
}

.review--meta {
	min-width: 0;
}

.review--meta h3 {
	font-size: 1.02rem;
	font-weight: 800;
	letter-spacing: -.01rem;
	line-height: 1.15;
	margin-bottom: .15rem;
}

.review--meta span {
	color: var(--color-muted);
	display: block;
	font-family: var(--font-family-text);
	font-size: .95rem;
	line-height: 1.3;
}

.review--quote {
	color: #D8B89B;
	font-size: 1.45rem;
	margin-left: auto;
}

.review--body {
	display: flex;
	flex: 1 1 auto;
}

.review--body p {
	color: #222222;
	font-size: 1rem;
	line-height: 1.5;
}



/* ============================
	CTA
============================ */

.section--cta {
	background-color: var(--color-white);
}

.cta--panel {
	background-color: var(--color-white);
	border: 1px solid var(--color-border);
	border-radius: var(--radius-lg);
	box-shadow: var(--shadow-soft);
	overflow: hidden;
	padding: 2rem;
}

.cta--image {
	border-radius: var(--radius-md);
	overflow: hidden;
	position: relative;
}

.cta--image img {
	aspect-ratio: 4 / 4.3;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.cta--content {
	padding: 1rem 1rem 1rem .5rem;
}

.cta--content h2 {
	font-size: 2.15rem;
	line-height: 1.2;
	margin-bottom: .9rem;
}

.cta--content p {
	color: var(--color-black);
	font-size: 1.1rem;
	line-height: 1.8;
	margin-bottom: 1.85rem;
}



/* ============================
	FOOTER
============================ */

.section--footer {
	/* background-color: var(--color-beige); */
	background-color: #F8F8F8;
	padding-bottom: 4.5rem;
	padding-top: 5rem;
}

.footer--top {
	margin-bottom: 1.5rem;
}

.footer--logo {
	display: inline-flex;
	justify-content: center;
	max-width: 400px;
}

.footer--logo img {
	height: 82px;
	object-fit: contain;
	width: auto;
}

.footer--nav {
	margin-bottom: 1rem;
}

.footer--menu {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 1rem 1.25rem;
	justify-content: center;
}

.footer--menu--link {
	color: var(--color-black);
	display: inline-flex;
	font-family: var(--font-family-heading);
	font-size: 1.25rem;
	font-weight: 700;
	letter-spacing: -.01rem;
	line-height: 1;
	padding: .2rem 0;
	position: relative;
}

.footer--menu--link::after {
	background-color: var(--color-black);
	bottom: -.15rem;
	content: '';
	height: 2px;
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	transform: scaleX(0);
	transform-origin: left;
	transition: var(--transition);
}

.footer--menu--link:hover::after {
	opacity: 1;
	transform: scaleX(1);
}

.footer--legal {
	margin-bottom: 1rem;
}

.footer--legal--menu {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: .75rem 1rem;
	justify-content: center;
}

.footer--legal--menu a {
	color: var(--color-muted);
	font-size: .95rem;
	line-height: 1.5;
}

.footer--legal--menu a:hover {
	color: var(--color-black);
	text-decoration: underline;
}

.footer--base p {
	color: var(--color-muted);
	font-size: .95rem;
	line-height: 1.7;
}

.footer--base i {
	color: var(--color-black);
}



/* END CSS */