.nct-wish-wall {
	--wish-ink: #281c19;
	--wish-muted: #6c5a55;
	--wish-red: #9e1f27;
	--wish-deep-red: #70141a;
	--wish-gold: #e4b455;
	--wish-cream: #fff9ee;
	--wish-line: #eadbc7;
	max-width: 1180px;
	margin: 0 auto;
	padding: 24px 18px 56px;
	color: var(--wish-ink);
	font-family: inherit;
}

.nct-wish-wall *,
.nct-wish-wall *::before,
.nct-wish-wall *::after {
	box-sizing: border-box;
}

.nct-wish-wall h1,
.nct-wish-wall h2,
.nct-wish-wall h3,
.nct-wish-wall h4,
.nct-wish-wall p {
	margin-top: 0;
}

.nct-wish-hero {
	position: relative;
	overflow: hidden;
	padding: clamp(30px, 6vw, 66px);
	border-radius: 26px;
	background: linear-gradient(135deg, var(--wish-deep-red), #a62129 65%, #bf3b30);
	box-shadow: 0 18px 55px rgba(80, 14, 18, .18);
	color: #fff;
}

.nct-wish-hero::after {
	content: "♡";
	position: absolute;
	right: clamp(12px, 5vw, 64px);
	top: -35px;
	font-size: clamp(150px, 28vw, 330px);
	line-height: 1;
	color: rgba(255, 225, 167, .1);
	pointer-events: none;
}

.nct-wish-hero > * {
	position: relative;
	z-index: 1;
	max-width: 800px;
}

.nct-wish-kicker,
.nct-wish-state {
	font-size: 13px;
	font-weight: 800;
	letter-spacing: .09em;
	text-transform: uppercase;
}

.nct-wish-kicker { color: #ffe4a5; }

.nct-wish-hero h1 {
	margin-bottom: 16px;
	color: #fff;
	font-size: clamp(38px, 7vw, 74px);
	line-height: .98;
	letter-spacing: -.04em;
}

.nct-wish-hero > p:not(.nct-wish-kicker) {
	max-width: 720px;
	font-size: clamp(17px, 2.2vw, 21px);
	line-height: 1.55;
}

.nct-wish-hero ul {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 24px 0 0;
	padding: 0;
	list-style: none;
}

.nct-wish-hero li {
	padding: 8px 13px;
	border: 1px solid rgba(255,255,255,.28);
	border-radius: 999px;
	background: rgba(255,255,255,.1);
	font-size: 14px;
	font-weight: 700;
}

.nct-wish-notice,
.nct-wish-error,
.nct-wish-empty,
.nct-wish-disclaimer {
	margin: 20px 0 0;
	padding: 15px 17px;
	border-radius: 12px;
	background: #f4f8ef;
	border: 1px solid #cfe0bd;
}

.nct-wish-error {
	background: #fff1f1;
	border-color: #efc1c1;
	color: #781a1a;
}

.nct-wish-layout {
	display: grid;
	grid-template-columns: minmax(0, 1.65fr) minmax(280px, .85fr);
	gap: 28px;
	align-items: start;
	margin-top: 38px;
}

.nct-wish-layout > section > h2,
.nct-wish-nominate h2 {
	margin-bottom: 8px;
	font-size: clamp(25px, 3.5vw, 35px);
}

.nct-wish-layout > section > p,
.nct-wish-nominate > p {
	color: var(--wish-muted);
}

.nct-wish-org,
.nct-wish-nominate {
	margin-top: 20px;
	padding: clamp(22px, 3vw, 30px);
	border: 1px solid var(--wish-line);
	border-radius: 20px;
	background: #fff;
	box-shadow: 0 12px 30px rgba(72, 45, 33, .07);
}

.nct-wish-org h3 {
	margin-bottom: 10px;
	font-size: clamp(24px, 3vw, 31px);
}

.nct-wish-state { color: var(--wish-red); }

.nct-wish-description,
.nct-wish-description p {
	color: var(--wish-muted);
	line-height: 1.6;
}

.nct-wish-wall a {
	color: var(--wish-deep-red);
	font-weight: 700;
}

.nct-wish-progress-label {
	display: flex;
	justify-content: space-between;
	gap: 12px;
	margin: 22px 0 8px;
	font-size: 14px;
}

.nct-wish-progress {
	overflow: hidden;
	height: 12px;
	border-radius: 999px;
	background: #f1e7d9;
}

.nct-wish-progress span {
	display: block;
	height: 100%;
	border-radius: inherit;
	background: linear-gradient(90deg, var(--wish-gold), #c9212b);
}

.nct-wish-wall button {
	appearance: none;
	margin-top: 18px;
	padding: 12px 18px;
	border: 0;
	border-radius: 10px;
	background: var(--wish-red);
	color: #fff;
	font: inherit;
	font-weight: 800;
	cursor: pointer;
}

.nct-wish-wall button:hover,
.nct-wish-wall button:focus-visible {
	background: var(--wish-deep-red);
}

.nct-wish-wall button:disabled {
	opacity: .62;
	cursor: wait;
}

.nct-wish-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.nct-wish-actions .nct-wish-share {
	border: 1px solid var(--wish-red);
	background: #fff;
	color: var(--wish-red);
}

.nct-wish-actions .nct-wish-share:hover,
.nct-wish-actions .nct-wish-share:focus-visible {
	background: var(--wish-cream);
	color: var(--wish-deep-red);
}

.nct-wish-heart-form,
.nct-wish-nominate form {
	display: grid;
	gap: 14px;
	margin-top: 18px;
}

.nct-wish-heart-form[hidden] { display: none; }

.nct-wish-wall label {
	display: grid;
	gap: 6px;
	font-size: 14px;
	font-weight: 750;
}

.nct-wish-wall input,
.nct-wish-wall textarea {
	width: 100%;
	padding: 11px 12px;
	border: 1px solid #ccbcb2;
	border-radius: 9px;
	background: #fff;
	color: var(--wish-ink);
	font: inherit;
}

.nct-wish-wall textarea {
	min-height: 96px;
	resize: vertical;
}

.nct-wish-wall input:focus,
.nct-wish-wall textarea:focus {
	outline: 3px solid rgba(158,31,39,.16);
	border-color: var(--wish-red);
}

.nct-wish-hp {
	position: absolute !important;
	left: -10000px !important;
	width: 1px !important;
	height: 1px !important;
	overflow: hidden !important;
}

.nct-wish-form-status {
	min-height: 1.4em;
	margin: 0;
	font-size: 14px;
	font-weight: 700;
	color: #27651e;
}

.nct-wish-form-status.is-error { color: #9b1c1c; }

.nct-wish-privacy {
	margin: -2px 0 0;
	padding: 10px 12px;
	border-left: 3px solid var(--wish-gold);
	background: rgba(255, 255, 255, .72);
	color: var(--wish-muted);
	font-size: 12px;
	line-height: 1.5;
}

.nct-wish-messages {
	margin-top: 24px;
	padding-top: 18px;
	border-top: 1px solid var(--wish-line);
}

.nct-wish-messages blockquote {
	margin: 12px 0 0;
	padding: 14px 16px;
	border: 0;
	border-left: 4px solid var(--wish-gold);
	border-radius: 6px 12px 12px 6px;
	background: var(--wish-cream);
}

.nct-wish-messages blockquote p { margin-bottom: 6px; }
.nct-wish-messages cite { color: var(--wish-muted); font-size: 13px; }

.nct-wish-nominate {
	position: sticky;
	top: 22px;
	margin-top: 0;
	background: var(--wish-cream);
}

.nct-wish-disclaimer {
	background: #fbf7f1;
	border-color: var(--wish-line);
	color: var(--wish-muted);
	font-size: 13px;
	line-height: 1.55;
}

@media (max-width: 820px) {
	.nct-wish-layout { grid-template-columns: 1fr; }
	.nct-wish-nominate { position: static; }
}

@media (max-width: 520px) {
	.nct-wish-wall { padding: 12px 12px 42px; }
	.nct-wish-hero { border-radius: 18px; }
	.nct-wish-hero li { width: 100%; }
	.nct-wish-progress-label { display: block; }
	.nct-wish-progress-label strong { display: block; margin-top: 4px; }
	.nct-wish-actions button { width: 100%; }
}
