/* Newsletter is a classic Elementor shortcode widget inside the Atomic document. */
.elementor-element-n117n01,
.elementor-element-n117n02,
.nishka-newsletter-elementor {
	width: 100% !important;
	max-width: none !important;
	align-self: stretch !important;
}
.elementor-element-n117n01 > .elementor-widget-container,
.elementor-element-n117n02 > .elementor-widget-container,
.nishka-newsletter-elementor > .elementor-widget-container { width: 100%; }

.nishka-newsletter {
	position: relative;
	isolation: isolate;
	display: grid;
	grid-template-columns: minmax(0, 1.07fr) minmax(330px, .93fr);
	align-items: center;
	gap: clamp(26px, 4.5vw, 84px);
	width: var(--storefront-shell-width, calc(100% - 2 * clamp(16px, 4vw, 72px)));
	margin: clamp(38px, 5.5vw, 88px) auto;
	padding: clamp(26px, 4.2vw, 64px);
	overflow: hidden;
	border: 1px solid #245f48;
	border-radius: clamp(19px, 2vw, 31px);
	background: var(--color-brand-green, #245f48);
	box-shadow: 0 22px 62px #245f4817;
	color: var(--color-warm-white, #fefcfa);
	font-family: var(--font-body, Manrope, sans-serif);
}
.nishka-newsletter::before {
	position: absolute;
	inset: 0;
	z-index: -1;
	background: radial-gradient(circle at 9% 10%, #ffffff15, transparent 33%), linear-gradient(132deg, transparent 45%, #153f311c 100%);
	content: "";
}
.nishka-newsletter__ornament {
	position: absolute;
	right: 37%;
	top: -127px;
	z-index: -1;
	width: 340px;
	height: 340px;
	opacity: .34;
	pointer-events: none;
}
.nishka-newsletter__ornament span {
	position: absolute;
	inset: 0;
	border: 1px solid #d7e7d9;
	border-radius: 45% 55% 47% 53%;
	transform: rotate(-23deg);
}
.nishka-newsletter__ornament span:nth-child(2) { inset: 27px; transform: rotate(17deg); }
.nishka-newsletter__ornament span:nth-child(3) { inset: 55px; transform: rotate(53deg); }
.nishka-newsletter__copy { position: relative; z-index: 1; min-width: 0; }
.nishka-newsletter__eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	margin-bottom: 18px;
	color: #f2d9dd;
	font-size: clamp(11px, .8vw, 13px);
	font-weight: 850;
	letter-spacing: .16em;
}
.nishka-newsletter__eyebrow span { color: #e6afba; font-size: 19px; line-height: .8; }
.nishka-newsletter h2 {
	max-width: 13ch;
	margin: 0;
	color: #fff !important;
	font-family: var(--font-display, Manrope, sans-serif);
	font-size: clamp(30px, 3.3vw, 53px);
	font-weight: 850;
	line-height: 1.08;
	letter-spacing: -.045em;
	text-transform: none;
}
.nishka-newsletter__copy > p {
	max-width: 49ch;
	margin: 19px 0 0;
	color: #e4efe9;
	font-size: clamp(14px, 1.12vw, 17px);
	line-height: 1.66;
}
.nishka-newsletter__form-wrap {
	position: relative;
	z-index: 1;
	min-width: 0;
	padding: clamp(21px, 2.4vw, 32px);
	border-radius: 19px;
	background: var(--color-warm-white, #fefcfa);
	box-shadow: 0 15px 40px #153c2e2b;
	color: var(--color-storefront-ink, #171817);
}
.nishka-newsletter__form { margin: 0; }
.nishka-newsletter__label {
	display: block;
	margin-bottom: 10px;
	color: var(--color-brand-green, #245f48);
	font-size: 13px;
	font-weight: 850;
}
.nishka-newsletter__entry {
	display: flex;
	align-items: stretch;
	gap: 8px;
	padding: 6px;
	border: 1px solid var(--color-storefront-line, #e9e0d9);
	border-radius: var(--radius-pill, 999px);
	background: #fff;
	transition: border-color .2s ease, box-shadow .2s ease;
}
.nishka-newsletter__entry:focus-within { border-color: var(--color-brand-green, #245f48); box-shadow: 0 0 0 3px #245f4818; }
.nishka-newsletter__entry input[type="email"] {
	flex: 1 1 0;
	min-width: 0;
	min-height: 46px;
	padding: 10px 14px;
	border: 0 !important;
	border-radius: var(--radius-pill, 999px);
	outline: 0;
	background: transparent !important;
	box-shadow: none !important;
	color: var(--color-storefront-ink, #171817);
	font: 600 14px/1.3 var(--font-body, Manrope, sans-serif);
}
.nishka-newsletter__entry input::placeholder { color: var(--color-storefront-muted, #5e5955); opacity: .75; }
.nishka-newsletter__entry button {
	display: inline-flex;
	flex: 0 0 auto;
	align-items: center;
	justify-content: center;
	gap: 9px;
	min-height: 46px;
	padding: 11px 18px;
	border: 0;
	border-radius: var(--radius-pill, 999px);
	background: var(--color-brand-coral, #be3e51);
	color: #fff;
	font: 800 13px/1.2 var(--font-body, Manrope, sans-serif);
	white-space: nowrap;
	cursor: pointer;
	transition: background .2s ease, transform .2s ease;
}
.nishka-newsletter__entry button:hover { background: var(--color-brand-coral-deep, #a93245); transform: translateY(-1px); }
.nishka-newsletter__entry button:focus-visible, .nishka-newsletter__consent a:focus-visible { outline: 3px solid var(--color-brand-coral, #be3e51); outline-offset: 3px; }
.nishka-newsletter__entry button span { font-size: 19px; line-height: .7; }
.nishka-newsletter__consent {
	display: flex;
	align-items: flex-start;
	gap: 9px;
	margin-top: 17px;
	color: var(--color-storefront-muted, #5e5955);
	font-size: 11px;
	line-height: 1.5;
	cursor: pointer;
}
.nishka-newsletter__consent input {
	flex: 0 0 16px;
	width: 16px;
	height: 16px;
	margin: 1px 0 0 !important;
	accent-color: var(--color-brand-green, #245f48);
}
.nishka-newsletter__consent a { color: var(--color-brand-coral-deep, #a93245); font-weight: 800; text-underline-offset: 2px; }
.nishka-newsletter__trap { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.nishka-newsletter__feedback {
	margin: 14px 0 0;
	padding: 10px 13px;
	border-radius: 9px;
	font-size: 12px;
	font-weight: 750;
}
.nishka-newsletter__feedback.is-success { background: #e5f2e9; color: #245f48; }
.nishka-newsletter__feedback.is-error { background: #fae6e9; color: #a93245; }
.nishka-home-connect {
	display: grid;
	grid-template-columns: minmax(0, .78fr) minmax(0, 1.22fr);
	align-items: stretch;
	gap: clamp(16px, 2vw, 28px);
	width: var(--storefront-shell-width, calc(100% - 2 * clamp(16px, 4vw, 72px)));
	margin: clamp(38px, 5.5vw, 88px) auto;
}
.nishka-home-connect .nishka-newsletter {
	grid-template-columns: 1fr;
	align-content: space-between;
	gap: clamp(25px, 3vw, 42px);
	width: 100%;
	min-width: 0;
	min-height: 100%;
	margin: 0;
	padding: clamp(26px, 3vw, 42px);
}
.nishka-home-connect .nishka-newsletter h2 { max-width: none; font-size: clamp(30px, 2.6vw, 42px); }
.nishka-home-connect .nishka-newsletter__ornament { right: -100px; top: -100px; }
.nishka-journal-teaser {
	position: relative;
	isolation: isolate;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 30px;
	min-width: 0;
	padding: clamp(26px, 3vw, 42px);
	overflow: hidden;
	border: 1px solid var(--color-storefront-line, #e9e0d9);
	border-radius: clamp(19px, 2vw, 31px);
	background: var(--color-warm-cream, #f7f0ea);
	color: var(--color-brand-green, #245f48);
	font-family: var(--font-body, Manrope, sans-serif);
	text-decoration: none;
	transition: border-color .2s ease, transform .2s ease, box-shadow .2s ease;
}
.nishka-journal-teaser::before {
	position: absolute;
	inset: auto -95px -135px auto;
	z-index: -1;
	width: 330px;
	height: 330px;
	border: 1px solid #be3e5140;
	border-radius: 48% 52% 62% 38%;
	transform: rotate(-25deg);
	content: "";
}
.nishka-journal-teaser:hover { border-color: var(--color-brand-coral, #be3e51); transform: translateY(-3px); box-shadow: 0 20px 48px #52392b17; color: var(--color-brand-green, #245f48); }
.nishka-journal-teaser:focus-visible { outline: 3px solid var(--color-brand-coral, #be3e51); outline-offset: 4px; }
.nishka-journal-teaser__eyebrow { color: var(--color-brand-coral-deep, #a93245); font-size: 12px; font-weight: 850; letter-spacing: .15em; }
.nishka-journal-teaser__motif { position: absolute; top: 25%; right: 9%; color: #be3e5136; font-size: clamp(120px, 13vw, 220px); line-height: 1; transform: rotate(-18deg); pointer-events: none; }
.nishka-journal-teaser__body { position: relative; display: grid; gap: 18px; max-width: 36ch; }
.nishka-journal-teaser__body strong { font-family: var(--font-display, Manrope, sans-serif); font-size: clamp(32px, 3vw, 49px); font-weight: 850; line-height: 1.08; letter-spacing: -.045em; }
.nishka-journal-teaser__body > span { color: var(--color-storefront-muted, #5e5955); font-size: clamp(14px, 1.1vw, 17px); line-height: 1.65; }
.nishka-journal-teaser__cta { display: inline-flex; align-items: center; justify-content: space-between; align-self: flex-start; gap: 20px; padding-bottom: 7px; border-bottom: 2px solid var(--color-brand-coral, #be3e51); font-size: 14px; font-weight: 850; }
.nishka-journal-teaser__cta span { font-size: 21px; line-height: 1; transition: transform .2s ease; }
.nishka-journal-teaser:hover .nishka-journal-teaser__cta span { transform: translate(3px, -3px); }
@media (max-width: 1050px) {
	.nishka-home-connect .nishka-newsletter__entry { display: grid; padding: 0; border: 0; border-radius: 0; background: transparent; }
	.nishka-home-connect .nishka-newsletter__entry input[type="email"] { width: 100%; border: 1px solid var(--color-storefront-line, #e9e0d9) !important; background: #fff !important; }
	.nishka-home-connect .nishka-newsletter__entry button { width: 100%; }
}
@media (max-width: 900px) {
	.nishka-home-connect { grid-template-columns: 1fr; }
	.nishka-journal-teaser { min-height: 350px; }
	.nishka-newsletter { grid-template-columns: 1fr; gap: 25px; }
	.nishka-newsletter h2 { max-width: none; }
	.nishka-newsletter__ornament { right: -80px; }
}
@media (max-width: 540px) {
	.nishka-home-connect { width: var(--storefront-shell-width, calc(100% - 32px)); }
	.nishka-journal-teaser { min-height: 320px; padding: 23px; border-radius: 20px; }
	.nishka-journal-teaser__body strong { font-size: clamp(30px, 9vw, 40px); }
	.nishka-home-connect .nishka-newsletter { padding: 23px; }
	.nishka-newsletter { width: var(--storefront-shell-width, calc(100% - 32px)); padding: 23px; border-radius: 20px; }
	.nishka-newsletter__form-wrap { padding: 18px; border-radius: 15px; }
	.nishka-newsletter__entry { display: grid; border: 0; border-radius: 0; padding: 0; background: transparent; }
	.nishka-newsletter__entry input[type="email"] { width: 100%; min-height: 48px; border: 1px solid var(--color-storefront-line, #e9e0d9) !important; border-radius: var(--radius-pill, 999px); background: #fff !important; }
	.nishka-newsletter__entry button { width: 100%; min-height: 48px; }
}
@media (prefers-reduced-motion: reduce) {
	.nishka-journal-teaser, .nishka-journal-teaser__cta span { transition: none; }
	.nishka-newsletter__entry button { transition: none; }
}
