:root {
	--se-background: #fff8f8;
	--se-surface: #ffffff;
	--se-surface-soft: #fff0f5;
	--se-surface-muted: #f3e4ea;
	--se-primary: #953f78;
	--se-primary-soft: #ffd8eb;
	--se-charcoal: #1a1a1a;
	--se-text: #21191d;
	--se-muted: #5f5e5e;
	--se-border: #d6c1ca;
	--se-shadow: 0 24px 70px rgba(33, 25, 29, 0.09);
	--se-serif: "Libre Caslon Text", Georgia, serif;
	--se-sans: "Manrope", Arial, sans-serif;
}

.studioelle-front-page *,
.studioelle-front-page *::before,
.studioelle-front-page *::after,
.studioelle-page *,
.studioelle-page *::before,
.studioelle-page *::after {
	box-sizing: border-box;
}

body.studioelle-front-page,
body.studioelle-page {
	margin: 0;
	background: var(--se-background);
	color: var(--se-text);
	font-family: var(--se-sans);
}

.studioelle-front-page a,
.studioelle-front-page .se-button,
.studioelle-page a,
.studioelle-page .se-button {
	color: inherit;
	text-decoration: none;
}

.se-container {
	width: min(1200px, calc(100% - 40px));
	margin: 0 auto;
}

.se-container--narrow {
	width: min(820px, calc(100% - 40px));
}

.se-header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 50;
	display: grid;
	grid-template-columns: auto 1fr auto;
	align-items: center;
	gap: 32px;
	width: 100%;
	padding: 16px clamp(20px, 4vw, 56px);
	background: rgba(255, 248, 248, 0.83);
	border-bottom: 1px solid rgba(214, 193, 202, 0.55);
	backdrop-filter: blur(16px);
	box-sizing: border-box;
}

.se-logo img {
	display: block;
	width: 150px;
	height: auto;
}

.se-nav {
	display: flex;
	justify-content: center;
	gap: 34px;
	font-size: 16px;
	font-weight: 700;
}

.se-nav a {
	position: relative;
	padding: 8px 0;
}

.se-nav a:hover {
	color: var(--se-primary);
}

.se-menu-toggle {
	display: none;
}

.se-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 12px 24px;
	border: 1px solid transparent;
	font-size: 13px;
	font-weight: 700;
	line-height: 1;
	transition: transform 180ms ease, background 180ms ease, color 180ms ease, border-color 180ms ease;
}

.se-button:hover {
	transform: translateY(-2px);
}

.se-button--primary {
	background: var(--se-primary);
	color: #fff;
}

.se-button--dark {
	background: var(--se-charcoal);
	color: #fff;
}

.se-button--light {
	border-color: rgba(255, 255, 255, 0.65);
	color: #fff;
	background: rgba(255, 255, 255, 0.08);
}

.se-hero {
	position: relative;
	display: flex;
	align-items: center;
	min-height: 760px;
	padding-top: 82px;
	overflow: hidden;
	background: var(--se-charcoal);
}

.se-hero__media,
.se-hero__overlay {
	position: absolute;
	inset: 0;
}

.se-hero__media picture {
	display: block;
	width: 100%;
	height: 100%;
}

.se-hero__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.se-hero__overlay {
	background: linear-gradient(90deg, rgba(26, 26, 26, 0.62), rgba(26, 26, 26, 0.08));
}

.se-hero__content {
	position: relative;
	z-index: 2;
	color: #fff;
}

.se-pill,
.se-eyebrow {
	display: inline-flex;
	margin: 0 0 16px;
	color: var(--se-primary);
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
}

.se-pill {
	padding: 8px 12px;
	color: #fff;
	background: rgba(149, 63, 120, 0.72);
}

.se-hero h1,
.se-section-heading h2,
.se-split__content h2,
.se-footer h2 {
	font-family: var(--se-serif);
	font-weight: 400;
	letter-spacing: 0;
}

.se-hero h1 {
	max-width: 680px;
	margin: 0 0 24px;
	color: #fff;
	font-size: clamp(46px, 7vw, 78px);
	line-height: 1.04;
}

.se-hero__content > p:not(.se-pill) {
	max-width: 560px;
	margin: 0 0 36px;
	color: #fff;
	font-size: 18px;
	line-height: 1.65;
}

.se-trustline {
	margin-top: 24px;
	color: rgba(255, 255, 255, 0.88);
	font-size: 14px;
	font-weight: 700;
}

.se-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
}

.se-trustbar {
	position: relative;
	z-index: 5;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	width: min(1120px, calc(100% - 40px));
	margin: -48px auto 0;
	background: rgba(255, 255, 255, 0.9);
	box-shadow: var(--se-shadow);
	backdrop-filter: blur(14px);
}

.se-trustbar__item,
.se-trustbar__book {
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 96px;
	padding: 18px 24px;
	border-right: 1px solid rgba(214, 193, 202, 0.62);
}

.se-trustbar__item strong {
	font-family: var(--se-serif);
	font-size: 23px;
	font-weight: 400;
}

.se-trustbar__item span {
	margin-top: 4px;
	color: var(--se-muted);
	font-size: 13px;
}

.se-trustbar__book {
	align-items: center;
	background: var(--se-charcoal);
	color: #fff;
	font-weight: 700;
}

.studioelle-front-page .se-button--primary,
.studioelle-front-page .se-button--dark,
.studioelle-front-page .se-button--light,
.studioelle-front-page .se-trustbar__book,
.studioelle-page .se-button--primary,
.studioelle-page .se-button--dark,
.studioelle-page .se-button--light,
.studioelle-page .se-trustbar__book {
	color: #fff;
}

.se-section {
	padding: clamp(74px, 10vw, 128px) 0;
}

.se-section-heading {
	max-width: 700px;
	margin: 0 auto 54px;
	text-align: center;
}

.se-section-intro {
	margin: 20px auto 0;
	color: var(--se-muted);
	font-size: 17px;
	line-height: 1.75;
}

.se-section-heading h2,
.se-split__content h2 {
	margin: 0;
	font-size: clamp(34px, 5vw, 52px);
	line-height: 1.16;
}

.se-service-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 360px));
	justify-content: center;
	gap: 36px;
}

.se-service-card {
	background: var(--se-surface);
	box-shadow: 0 18px 55px rgba(33, 25, 29, 0.06);
}

.se-service-card__image {
	display: block;
	aspect-ratio: 4 / 3;
	overflow: hidden;
	background: var(--se-surface-muted);
}

.se-service-card__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 500ms ease;
}

.se-service-card:hover img {
	transform: scale(1.04);
}

.se-service-card__body {
	padding: 24px;
}

.se-service-card h3 {
	margin: 0 0 12px;
	font-family: var(--se-serif);
	font-size: 27px;
	font-weight: 400;
}

.se-service-card p:not(.se-eyebrow) {
	margin: 0 0 20px;
	color: var(--se-muted);
	font-size: 15px;
	line-height: 1.6;
}

.se-service-card__price {
	min-height: 0;
	padding: 10px 12px;
	background: var(--se-surface-soft);
	color: var(--se-primary);
	font-size: 13px;
	font-weight: 700;
}

.se-service-card__fit {
	min-height: 0;
	margin-top: -8px;
	font-size: 14px;
}

.se-service-card__actions {
	display: grid;
	grid-template-columns: 1fr auto;
	gap: 12px;
	align-items: center;
	margin-top: 18px;
}

.se-service-card__book {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 12px 16px;
	background: var(--se-primary);
	color: #fff;
	font-size: 13px;
	font-weight: 700;
}

.se-service-card__more {
	color: var(--se-primary);
	font-size: 13px;
	font-weight: 700;
}

.studioelle-front-page .se-service-card__book,
.studioelle-page .se-service-card__book {
	color: #fff;
}

.se-section-cta {
	display: grid;
	justify-items: center;
	gap: 12px;
	width: min(720px, 100%);
	margin: 56px auto 0;
	padding: 34px 24px;
	background: var(--se-surface-soft);
	border: 1px solid rgba(214, 193, 202, 0.6);
	text-align: center;
}

.se-section-cta p {
	margin: 0;
	font-family: var(--se-serif);
	font-size: clamp(26px, 4vw, 34px);
	line-height: 1.2;
}

.se-section-cta span {
	color: var(--se-muted);
	font-size: 14px;
}

.se-section-cta--compact {
	margin-top: 34px;
}

.se-booking-steps {
	background: #fff;
}

.se-step-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 22px;
}

.se-step-card {
	padding: 30px;
	background: var(--se-surface-soft);
	border: 1px solid rgba(214, 193, 202, 0.55);
}

.se-step-card span {
	display: inline-flex;
	margin-bottom: 22px;
	color: var(--se-primary);
	font-size: 12px;
	font-weight: 700;
}

.se-step-card h3 {
	margin: 0 0 12px;
	font-family: var(--se-serif);
	font-size: 25px;
	font-weight: 400;
	line-height: 1.25;
}

.se-step-card p {
	margin: 0;
	color: var(--se-muted);
	line-height: 1.65;
}

.se-goals {
	background: var(--se-surface-soft);
}

.se-goal-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 16px;
}

.se-goal-grid a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 80px;
	padding: 22px 24px;
	background: rgba(255, 255, 255, 0.66);
	border: 1px solid rgba(214, 193, 202, 0.5);
	font-family: var(--se-serif);
	font-size: 22px;
}

.se-goal-grid a::after {
	content: "+";
	display: grid;
	place-items: center;
	width: 28px;
	height: 28px;
	border-radius: 999px;
	background: var(--se-primary-soft);
	color: var(--se-primary);
	font-family: var(--se-sans);
}

.se-split {
	display: grid;
	grid-template-columns: 0.92fr 1.08fr;
	gap: clamp(36px, 7vw, 90px);
	align-items: center;
}

.se-split__image img {
	width: 100%;
	aspect-ratio: 4 / 5;
	object-fit: cover;
	box-shadow: var(--se-shadow);
}

.se-split__content p {
	color: var(--se-muted);
	font-size: 17px;
	line-height: 1.75;
}

.se-check-list {
	display: grid;
	gap: 12px;
	margin: 26px 0 32px;
	padding: 0;
	list-style: none;
}

.se-check-list li {
	position: relative;
	padding-left: 30px;
}

.se-check-list li::before {
	content: "";
	position: absolute;
	top: 0.58em;
	left: 0;
	width: 11px;
	height: 11px;
	border: 2px solid var(--se-primary);
	border-radius: 999px;
}

.se-faq {
	background: rgba(255, 255, 255, 0.42);
}

.se-accordion {
	display: grid;
	gap: 14px;
}

.se-accordion details {
	background: #fff;
	border: 1px solid rgba(214, 193, 202, 0.54);
}

.se-accordion summary {
	cursor: pointer;
	padding: 22px 24px;
	font-family: var(--se-serif);
	font-size: 20px;
}

.se-accordion p {
	margin: 0;
	padding: 0 24px 24px;
	color: var(--se-muted);
	line-height: 1.7;
}

.se-footer {
	background: #343846;
	color: #fff;
}

.se-footer__grid {
	display: grid;
	grid-template-columns: 1.2fr 1fr 1.25fr 0.85fr;
	gap: 40px;
	padding: 72px 0;
}

.se-footer__logo {
	display: block;
	width: 130px;
	height: auto;
	aspect-ratio: 12 / 5;
	object-fit: contain;
	margin-bottom: 18px;
}

.se-footer h2 {
	margin: 0 0 18px;
	color: #fff;
	font-size: 24px;
}

.se-footer p,
.se-footer a {
	display: block;
	color: rgba(255, 255, 255, 0.78);
	font-size: 14px;
	line-height: 1.8;
}

.se-footer__cta {
	width: fit-content;
	margin-top: 22px;
	padding: 12px 18px;
	background: var(--se-primary);
	color: #fff;
	font-weight: 700;
	line-height: 1.2;
}

.studioelle-front-page .se-footer__cta,
.studioelle-page .se-footer__cta {
	color: #fff;
}

.se-footer__copy {
	margin: 0;
	padding: 22px 20px;
	background: #3c2735;
	text-align: center;
}

.se-sticky-booking {
	display: none;
}

.se-page-hero {
	position: relative;
	display: flex;
	align-items: center;
	min-height: 520px;
	padding: 138px 0 76px;
	overflow: hidden;
	background: var(--se-surface-soft);
}

.se-page-hero--service {
	min-height: 720px;
	background: var(--se-charcoal);
}

.se-page-hero--simple {
	background:
		linear-gradient(120deg, rgba(255, 240, 245, 0.92), rgba(255, 248, 248, 0.88)),
		var(--se-surface-soft);
}

.se-page-hero__media,
.se-page-hero__overlay {
	position: absolute;
	inset: 0;
}

.se-page-hero__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.se-page-hero__media picture {
	display: block;
	width: 100%;
	height: 100%;
}

.se-page-hero__overlay {
	background: linear-gradient(90deg, rgba(26, 26, 26, 0.7), rgba(26, 26, 26, 0.12));
}

.se-page-hero__content {
	position: relative;
	z-index: 2;
}

.se-page-hero--service .se-page-hero__content,
.se-page-hero--service .se-breadcrumb,
.se-page-hero--service .se-breadcrumb a,
.se-page-hero--service h1,
.se-page-hero--service .se-page-hero__content > p:not(.se-pill) {
	color: #fff;
}

.se-page-hero h1,
.se-treatment-flow h2,
.se-service-booking h2,
.se-page-main h2,
.se-page-aside h2 {
	font-family: var(--se-serif);
	font-weight: 400;
	letter-spacing: 0;
}

.se-page-hero h1 {
	max-width: 760px;
	margin: 0 0 26px;
	font-size: clamp(42px, 7vw, 76px);
	line-height: 1.05;
}

.se-page-hero--simple h1 {
	max-width: 1120px;
	font-size: clamp(42px, 6vw, 68px);
}

.se-page-hero--service h1 {
	max-width: 1120px;
	font-size: clamp(42px, 6vw, 68px);
}

.se-page-hero__content > p:not(.se-pill) {
	max-width: 680px;
	margin: 0 0 34px;
	color: var(--se-muted);
	font-size: 18px;
	line-height: 1.7;
}

.se-breadcrumb {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 0 0 28px;
	color: var(--se-muted);
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
}

.se-breadcrumb a:hover {
	color: var(--se-primary);
}

.se-feature-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
}

.se-feature-card {
	padding: 34px 30px;
	background: #fff;
	box-shadow: 0 18px 55px rgba(33, 25, 29, 0.06);
}

.se-feature-card span {
	display: block;
	width: 42px;
	height: 42px;
	margin-bottom: 26px;
	border-radius: 999px;
	background: var(--se-primary-soft);
}

.se-feature-card h2 {
	margin: 0 0 12px;
	font-family: var(--se-serif);
	font-size: 25px;
	font-weight: 400;
}

.se-feature-card p {
	margin: 0;
	color: var(--se-muted);
	line-height: 1.7;
}

.se-service-detail {
	background: #fff;
}

.se-detail-grid,
.se-knowledge-grid {
	display: grid;
	gap: 24px;
}

.se-detail-grid {
	grid-template-columns: repeat(2, 1fr);
}

.se-detail-panel,
.se-knowledge-grid article {
	padding: clamp(28px, 4vw, 42px);
	background: var(--se-surface-soft);
	border: 1px solid rgba(214, 193, 202, 0.55);
}

.se-detail-panel--muted {
	background: #fff;
}

.se-detail-panel h2,
.se-knowledge-grid h2 {
	margin: 0 0 20px;
	font-family: var(--se-serif);
	font-size: clamp(28px, 4vw, 40px);
	font-weight: 400;
	line-height: 1.16;
}

.se-detail-list {
	display: grid;
	gap: 12px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.se-detail-list li {
	position: relative;
	padding-left: 28px;
	color: var(--se-muted);
	line-height: 1.7;
}

.se-detail-list li::before {
	content: "";
	position: absolute;
	top: 0.65em;
	left: 0;
	width: 10px;
	height: 10px;
	border: 2px solid var(--se-primary);
	border-radius: 999px;
}

.se-service-knowledge {
	background: #fff;
}

.se-knowledge-grid {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.se-treatment-flow {
	background: var(--se-surface-soft);
}

.se-treatment-flow__grid {
	display: grid;
	grid-template-columns: 0.9fr 1.1fr;
	gap: clamp(40px, 7vw, 96px);
	align-items: start;
}

.se-treatment-flow h2,
.se-service-booking h2,
.se-page-main h2 {
	margin: 0 0 20px;
	font-size: clamp(32px, 5vw, 52px);
	line-height: 1.16;
}

.se-treatment-flow p,
.se-service-booking p,
.se-page-main p {
	color: var(--se-muted);
	font-size: 17px;
	line-height: 1.75;
}

.se-flow-list {
	display: grid;
	gap: 22px;
}

.se-flow-list article {
	display: grid;
	grid-template-columns: 68px 1fr;
	gap: 22px;
	padding: 26px;
	background: rgba(255, 255, 255, 0.72);
	border: 1px solid rgba(214, 193, 202, 0.5);
}

.se-flow-list span {
	color: rgba(149, 63, 120, 0.42);
	font-family: var(--se-serif);
	font-size: 38px;
	line-height: 1;
}

.se-flow-list h3 {
	margin: 0 0 8px;
	font-family: var(--se-serif);
	font-size: 24px;
	font-weight: 400;
}

.se-flow-list p {
	margin: 0;
	font-size: 15px;
}

.se-service-booking__box {
	display: grid;
	grid-template-columns: 1fr auto;
	gap: 28px;
	align-items: center;
	padding: clamp(32px, 6vw, 58px);
	background: var(--se-charcoal);
	color: #fff;
}

.se-service-booking__box p,
.se-service-booking__box .se-eyebrow {
	color: rgba(255, 255, 255, 0.78);
}

.se-service-booking__box h2 {
	color: #fff;
}

.se-inline-links {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 20px;
}

.se-inline-links a {
	display: inline-flex;
	align-items: center;
	min-height: 36px;
	padding: 8px 12px;
	border: 1px solid rgba(255, 255, 255, 0.28);
	color: #fff;
	font-size: 13px;
	font-weight: 700;
}

.studioelle-page .se-inline-links a {
	color: #fff;
}

.se-page-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 360px;
	gap: clamp(36px, 6vw, 80px);
	align-items: start;
}

.se-page-main {
	min-width: 0;
}

.se-page-main > *:first-child {
	margin-top: 0;
}

.se-info-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 18px;
	margin-top: 34px;
}

.se-info-grid article,
.se-contact-list li {
	padding: 24px;
	background: #fff;
	border: 1px solid rgba(214, 193, 202, 0.55);
}

.se-info-grid h3 {
	margin: 0 0 10px;
	font-family: var(--se-serif);
	font-size: 24px;
	font-weight: 400;
}

.se-choice-guide {
	margin-top: clamp(38px, 6vw, 72px);
}

.se-choice-guide .se-button {
	margin-top: 22px;
}

.se-contact-list {
	display: grid;
	gap: 14px;
	margin: 30px 0 0;
	padding: 0;
	list-style: none;
}

.se-contact-list strong,
.se-contact-list span,
.se-contact-list a {
	display: block;
}

.se-contact-list strong {
	margin-bottom: 8px;
	color: var(--se-primary);
	font-size: 12px;
	text-transform: uppercase;
}

.se-text-link {
	display: inline-flex;
	width: fit-content;
	margin-top: 10px;
	color: var(--se-primary);
	font-weight: 700;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.se-contact-map {
	display: grid;
	grid-template-columns: 1fr auto;
	gap: 24px;
	align-items: center;
	margin-top: 34px;
	padding: clamp(28px, 4vw, 40px);
	background: var(--se-charcoal);
	color: #fff;
}

.se-contact-map h3 {
	margin-top: 0;
	color: #fff;
}

.se-contact-map p {
	color: rgba(255, 255, 255, 0.78);
}

.se-contact-map .se-eyebrow {
	color: rgba(255, 255, 255, 0.78);
}

.se-contact-info-grid,
.se-travel-info {
	display: grid;
	gap: 18px;
	margin-top: 24px;
}

.se-contact-info-grid {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.se-travel-info {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.se-contact-info-grid article,
.se-travel-info article {
	padding: 24px;
	background: #fff;
	border: 1px solid rgba(214, 193, 202, 0.55);
}

.se-contact-info-grid h3,
.se-travel-info h3 {
	margin-top: 0;
}

.se-page-main h3 {
	margin: 34px 0 10px;
	font-family: var(--se-serif);
	font-size: 26px;
	font-weight: 400;
	line-height: 1.25;
}

.se-link-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	margin-top: 8px;
	padding: 12px 18px;
	border: 1px solid var(--se-primary);
	background: var(--se-primary);
	color: #fff;
	font: inherit;
	font-size: 14px;
	font-weight: 700;
	cursor: pointer;
}

.studioelle-page .se-link-button {
	color: #fff;
}

.se-page-aside {
	position: sticky;
	top: 112px;
	display: grid;
	gap: 26px;
}

.se-aside-card {
	padding: 30px;
	background: var(--se-charcoal);
	color: #fff;
}

.se-aside-card h2 {
	margin: 0 0 14px;
	color: #fff;
	font-size: 28px;
}

.se-aside-card p,
.se-aside-card span {
	color: rgba(255, 255, 255, 0.76);
	line-height: 1.7;
}

.se-aside-card .se-button {
	width: 100%;
	margin: 16px 0;
}

.se-aside-links {
	display: grid;
	gap: 12px;
	padding: 26px;
	background: #fff;
	border: 1px solid rgba(214, 193, 202, 0.55);
}

.se-aside-links h2 {
	margin: 0 0 8px;
	font-size: 24px;
}

.se-aside-links a {
	color: var(--se-primary);
	font-weight: 700;
}

@media (max-width: 920px) {
	.se-header {
		grid-template-columns: auto auto;
	}

	.se-menu-toggle {
		display: inline-flex;
		justify-self: end;
		padding: 10px 14px;
		border: 1px solid var(--se-border);
		background: #fff;
		color: var(--se-text);
		font: inherit;
		font-weight: 700;
	}

	.se-nav {
		display: none;
		grid-column: 1 / -1;
		flex-direction: column;
		align-items: stretch;
		gap: 4px;
		padding-top: 16px;
		font-size: 19px;
	}

	.se-nav a {
		padding: 12px 0;
	}

	.se-nav.is-open {
		display: flex;
	}

	.se-header__cta {
		display: none;
	}

	.se-hero {
		min-height: 670px;
	}

	.se-trustbar,
	.se-service-grid,
	.se-step-grid,
	.se-goal-grid,
	.se-split,
	.se-footer__grid,
	.se-feature-grid,
	.se-detail-grid,
	.se-knowledge-grid,
	.se-treatment-flow__grid,
	.se-service-booking__box,
	.se-page-layout,
	.se-info-grid,
	.se-contact-map,
	.se-contact-info-grid,
	.se-travel-info {
		grid-template-columns: 1fr;
	}

	.se-page-hero,
	.se-page-hero--service {
		min-height: 620px;
	}

	.se-page-aside {
		position: static;
	}

	.se-trustbar {
		margin-top: 0;
	}

	.se-trustbar__item,
	.se-trustbar__book {
		border-right: 0;
		border-bottom: 1px solid rgba(214, 193, 202, 0.62);
	}

	.se-sticky-booking {
		position: fixed;
		right: 14px;
		bottom: 14px;
		left: 14px;
		z-index: 80;
		display: flex;
		align-items: center;
		justify-content: center;
		min-height: 54px;
		padding: 14px 18px;
		background: var(--se-primary);
		color: #fff;
		box-shadow: 0 14px 34px rgba(33, 25, 29, 0.22);
		font-weight: 800;
		text-align: center;
	}

	.studioelle-front-page .se-sticky-booking {
		color: #fff;
	}

	.studioelle-page .se-sticky-booking {
		color: #fff;
	}

	.se-footer {
		padding-bottom: 72px;
	}
}

@media (max-width: 560px) {
	.se-container,
	.se-container--narrow {
		width: min(1200px, calc(100% - 28px));
	}

	.se-logo img {
		width: 118px;
	}

	.se-hero {
		min-height: 620px;
	}

	.se-hero h1 {
		font-size: 41px;
	}

	.se-actions .se-button {
		width: 100%;
	}

	.se-service-card__body,
	.se-goal-grid a {
		padding: 20px;
	}

	.se-service-card__actions {
		grid-template-columns: 1fr;
	}

	.se-service-card__more {
		justify-self: center;
		padding: 8px 0;
	}
}
