.sgp-hgc-public {
	--h-primary: #a71c33;
	--h-primary-dark: #480e15;
	--h-rose-50: #fff5f7;
	--h-powder: #fbf0f2;
	--h-cream: #fff8f4;
	--h-white: #ffffff;
	--h-border: #eadde1;
	--h-text: #2c1a1d;
	--h-text-soft: #6b5b60;
	max-width: 960px;
	width: 100%;
	margin: 24px auto 48px;
	color: var(--h-text);
	font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
.sgp-hgc-public * { box-sizing: border-box; }
.sgp-hgc-public-header,
.sgp-hgc-public-step,
.sgp-hgc-public-card,
.sgp-hgc-public-unavailable,
.sgp-hgc-public-status {
	background: var(--h-white);
	border: 1px solid var(--h-border);
	border-radius: 22px;
	box-shadow: 0 14px 34px rgba(44, 26, 29, 0.07);
	padding: 24px;
	margin-bottom: 16px;
}
.sgp-hgc-public-header { background: linear-gradient(135deg, var(--h-cream), var(--h-rose-50)); }
.sgp-hgc-kicker { margin: 0 0 8px; color: var(--h-primary); font-size: 12px; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; }
.sgp-hgc-public h1, .sgp-hgc-public h2 { margin: 0 0 8px; color: var(--h-primary-dark); font-family: Georgia, "Times New Roman", serif; }
.sgp-hgc-intro, .sgp-hgc-help { color: var(--h-text-soft); line-height: 1.55; }
.sgp-hgc-amount-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(140px, 1fr)); gap: 10px; margin: 16px 0; }
.sgp-hgc-amount-grid button {
	border: 1px solid var(--h-border);
	background: #fff;
	border-radius: 18px;
	padding: 16px 12px;
	font-size: 18px;
	font-weight: 800;
	cursor: pointer;
	min-height: 56px;
}
.sgp-hgc-amount-grid button.is-active { background: var(--h-primary); color: #fff; border-color: var(--h-primary); }
.sgp-hgc-field {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	margin: 0;
}
.sgp-hgc-field > label {
	display: block;
	font-weight: 700;
	margin: 0 0 8px;
}
.sgp-hgc-field + .sgp-hgc-field {
	margin-top: 26px;
}
.sgp-hgc-field input,
.sgp-hgc-field textarea {
	width: 100%;
	border: 1px solid var(--h-border);
	border-radius: 14px;
	padding: 12px 14px;
	font: inherit;
	min-height: 44px;
}
.sgp-hgc-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	column-gap: 12px;
	row-gap: 26px;
	margin: 0;
}
.sgp-hgc-grid .sgp-hgc-field,
.sgp-hgc-grid .sgp-hgc-field + .sgp-hgc-field {
	margin-top: 0;
}
.sgp-hgc-grid + .sgp-hgc-field,
.sgp-hgc-field + .sgp-hgc-grid {
	margin-top: 26px;
}
.sgp-hgc-public-card { display: flex; flex-direction: column; }
.sgp-hgc-public-card legend { margin: 0 0 8px; font-weight: 800; }
.sgp-hgc-check { display: flex; gap: 8px; align-items: center; font-weight: 600; margin: 26px 0; }
.sgp-hgc-delivery { display: grid; gap: 10px; margin-top: 26px; }
.sgp-hgc-delivery-card {
	display: grid;
	gap: 6px;
	border: 1px solid var(--h-border);
	border-radius: 16px;
	padding: 14px;
	cursor: pointer;
}
.sgp-hgc-delivery-card:has(input:checked) { border-color: var(--h-primary); background: var(--h-rose-50); }
.sgp-hgc-delivery-card span { color: var(--h-text-soft); font-size: 14px; line-height: 1.45; }
.sgp-hgc-recap { display: grid; grid-template-columns: 1fr 1fr; gap: 8px 16px; margin: 0; }
.sgp-hgc-recap dt { color: var(--h-text-soft); font-size: 13px; }
.sgp-hgc-recap dd { margin: 0 0 10px; font-weight: 700; }
.sgp-hgc-style-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
}
.sgp-hgc-style-card {
	display: grid;
	gap: 8px;
	margin: 0;
	padding: 12px;
	border: 1px solid var(--h-border);
	border-radius: 16px;
	cursor: pointer;
	background: #fff;
	position: relative;
}
.sgp-hgc-style-card input { position: absolute; opacity: 0; pointer-events: none; }
.sgp-hgc-style-card.is-selected { border-color: var(--h-primary); box-shadow: 0 0 0 2px rgba(167, 28, 51, .18); }
.sgp-hgc-style-card img { width: 100%; height: auto; border-radius: 12px; display: block; aspect-ratio: 2480 / 1748; object-fit: cover; }
.sgp-hgc-style-card strong { font-size: 14px; color: var(--h-primary-dark); }
.sgp-hgc-style-check {
	font-size: 12px;
	font-weight: 700;
	color: var(--h-primary);
}
.sgp-hgc-button {
	border: 0;
	border-radius: 999px;
	padding: 14px 22px;
	font-weight: 700;
	cursor: pointer;
	font-size: 16px;
	min-height: 48px;
}
.sgp-hgc-button-primary { background: var(--h-primary); color: #fff; }
.sgp-hgc-button-secondary { background: var(--h-powder); color: var(--h-primary-dark); }
.sgp-hgc-button:disabled { opacity: 0.55; cursor: wait; }
.sgp-hgc-public-nav { display: flex; flex-wrap: wrap; gap: 10px; justify-content: flex-end; }
.sgp-hgc-inline-error { color: var(--h-primary); font-weight: 600; min-height: 1.2em; }
.sgp-hgc-public-status {
	text-align: center;
	padding: 36px 28px;
}
.sgp-hgc-return-kicker {
	margin: 0 0 8px;
	color: var(--h-primary);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}
.sgp-hgc-return-title {
	margin: 0 0 12px;
	color: var(--h-primary-dark);
	font-family: Georgia, "Times New Roman", serif;
	font-size: 28px;
	line-height: 1.2;
}
.sgp-hgc-return-lead,
.sgp-hgc-return-note {
	margin: 0 0 8px;
	color: var(--h-text-soft);
	line-height: 1.55;
	font-size: 16px;
}
.sgp-hgc-return-lead { color: var(--h-text); font-weight: 600; }
@media (max-width: 900px) {
	.sgp-hgc-style-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 640px) {
	.sgp-hgc-grid, .sgp-hgc-recap { grid-template-columns: 1fr; }
	.sgp-hgc-style-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.sgp-hgc-public {
		width: 100vw;
		max-width: 100vw;
		margin: 12px 0 32px;
		margin-left: calc(50% - 50vw);
		padding-left: 16px;
		padding-right: 16px;
		box-sizing: border-box;
	}
	.sgp-hgc-public-header,
	.sgp-hgc-public-step,
	.sgp-hgc-public-card,
	.sgp-hgc-public-unavailable,
	.sgp-hgc-public-status {
		padding: 16px 14px;
		border-radius: 18px;
	}
	.sgp-hgc-public-status { padding: 28px 16px; }
}

#acheter-bon-cadeau {
	scroll-margin-top: clamp(72px, 10vw, 112px);
}
