.breathing-element-wrapper {
	background-color: #092D53;
	color: #fff;
	padding: 0 1rem;
}

.breathing-element-wrapper__inner {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	max-width: 800px;
	padding: 5rem 1.5rem;
	margin: 0 auto;
}

.breathing-element__col {
	display: flex;
	flex-direction: column;
	width: calc(50% - 1rem);
	flex: 0 0 calc(50% - 1rem);
	align-items: flex-start;
}

.breathing-element__col .c-heading--l {	
	font-family: Faible-Bold;
}


.breathing-element__col .c-btn {
	margin-right: 0;
}

/* header */
.c-hero.c-hero__page .breathing-element-wrapper { 
	position: relative;
	overflow: hidden;
	top: -4rem;
}

.c-hero.c-hero__page .breathing-element-wrapper__inner { 
	min-height: 500px;
	max-height: 700px;
	max-width: 1200px;
}



/* canvas */
.breathing-element__col:nth-child(2) {
	display: flex;
	align-items: center;
	justify-content: flex-start;

}

.breathing-dialog .c-dialog__close {
	z-index: 99999;
}

.breathing-dialog .breathing-dialog__logo {
	position: fixed;
	top: 1rem;
	left: 1rem;
	width: 50vw;
	z-index: 150;

	display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0.25rem;
}

.breathing-dialog .breathing-dialog__logo span {
	color: #fff;
	font-size: 1.5rem;
}
.breathing-dialog .breathing-dialog__logo .c-logo {
	max-width: 50px;

}

.breathing-dialog .breathing-dialog__logo .c-logo img {
	display: block;
	max-width: 100%;
	height: auto;
	border: 0 none;
}

.breathing-dialog .c-dialog__content {
  padding: 1rem;
  width: 100%;
  max-width: 100vw;
	max-height: 100vh;
  margin: 0 auto;
	background-color: transparent !important;
	box-sizing: border-box;
}

.breathing-dialog__btns {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	margin-top: 2rem;
	width: 100%;
}
.breathing-dialog__btns .c-btn {
	display: flex;
	margin-right: 0;
	line-height: 1;
	padding: 0.5rem 2rem;
}

.breathing-dialog__btns .c-btn #btnStartText {
	line-height: 1.25;
}

.breathing-dialog__btns .c-btn .c-btn-icon--play, .breathing-dialog__btns .c-btn .c-btn-icon--pause {
	display: none;
	width: 15px;
	height: 22px;
	background-repeat: no-repeat;
	background-position: center;
	margin-right: 6px;
}

.breathing-dialog__btns .c-btn .c-btn-icon--play {
	background-image: url(../images/icons/play.svg); 
	background-size: 12px;
}

.breathing-dialog__btns .c-btn .c-btn-icon--pause {
	background-image: url(../images/icons/pause_white.svg); 
	background-size: 10px;
}

.breathing-dialog__btns .c-btn.is-paused .c-btn-icon--play {
	display: inline;
}

.breathing-dialog__btns .c-btn.is-running .c-btn-icon--pause {
	display: inline;
}

.breathing-dialog canvas {
  display: block;
	margin: 0 auto;
}

/* ── Text ─────────────────────────────────────────────── */
.breathing-dialog .text-block {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
	margin-top: 2rem;
}

.breathing-dialog .phase-label {
	display:flex;
	align-items: center;
	font-family: "Faible-Bold";
	min-height: 75px;
  font-weight: 700;
  font-size: 2.2rem;
  letter-spacing: 0.03em;
  color: rgba(255, 255, 255, 0.90);
  line-height: 1;
  transition: opacity 0.26s ease, transform 0.26s ease;
}

.breathing-dialog .phase-label.fade {
  opacity: 0;
  transform: translateY(6px);
}

.breathing-dialog .countdown {
  font-size: 1.35rem;
  color:#fff;
  min-height: 1.4em;
}

/* ── Controls ─────────────────────────────────────────── */
.breathing-dialog .controls {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  width: 100%;
  margin-top: 3rem;
}

.breathing-dialog .presets {
  display: flex;
  
  flex-wrap: wrap;
  justify-content: center;
}

.breathing-dialog .presets .c-btn {
	border-radius: 8px;
	background-color: #00579926;
	border: 1px solid #005A9A4D;
	padding: 0.75rem 1.25rem;
	box-shadow: none !important;
	margin-right: 0 !important;
	margin-bottoM: 0.5rem;
	font-size: 0.75rem;
}

.breathing-dialog .presets .c-btn:hover, .breathing-dialog .presets .c-btn:active, .breathing-dialog .presets .c-btn:focus,
.breathing-dialog .presets .c-btn.is-active {
	background-color: #00579999 !important;
	border-color: #005A9A;
}

.breathing-dialog .method-desc {
  font-size: 0.9rem;
  line-height: 1.75;
  color: #fff;
  max-width: 650px;
  margin-top: 1rem;
	margin-bottom: 0;
	text-align: center;
}

@media screen and (max-width: 37em) {
	.c-hero.c-hero__page .breathing-element-wrapper .breathing-element__col:nth-child(2) {
		margin-top: 4rem;
	}
	.c-hero.c-hero__page .breathing-element-wrapper .breathing-element-wrapper__inner {
		padding-bottom: 6.5rem;
	}

	.c-hero.c-hero__page .breathing-element-wrapper .breathing-element__col .c-heading--l {
		margin-top: 0;
		font-size: 1.9rem;
	}


	.breathing-element-wrapper__inner {
		flex-direction: column-reverse;
	}

	.breathing-element__col {
		width: 100%;
		flex: 0 0 100%;
		align-items: center;
	}

	.breathing-dialog .phase-label {
		font-size: 1.9rem;
		min-height: 60px;
	}

	.breathing-dialog .text-block {
		margin-top: 1rem;
	}

	.breathing-dialog .controls {
		gap: 1rem;
		margin-top: 1.5rem;
	}

	.breathing-dialog .method-desc {
		margin-top: 0;
	}
}

@media screen and (max-width: 75em) {
	.c-hero.c-hero__page .breathing-element-wrapper { 
		margin: -4rem auto 0;
	}
}

@media screen and (min-width: 56.25em) {
	.c-hero.c-hero__page .breathing-element-wrapper__inner { 
		min-height: 600px;
	}

}