.hz-ai-page {
	--hz-gift-navy: #071725;
	--hz-gift-navy-soft: #0b2132;
	--hz-gift-deep: #020b12;
	--hz-gift-panel: #0b2132;
	--hz-gift-gold: #c99a50;
	--hz-gift-gold-dark: #b28a45;
	--hz-gift-gold-light: #d7ad69;
	--hz-gift-white: #fff;
	--hz-gift-text: rgba(255, 255, 255, 0.88);
	--hz-gift-muted: rgba(255, 255, 255, 0.66);
	--hz-gift-line: rgba(201, 154, 80, 0.28);
	--hz-ai-navy: #071725;
	--hz-ai-deep: #020b12;
	--hz-ai-panel: #0b2132;
	--hz-ai-panel-light: #0d2639;
	--hz-ai-gold: #c99a50;
	--hz-ai-gold-dark: #b28a45;
	--hz-ai-gold-light: #d7ad69;
	--hz-ai-white: #fff;
	--hz-ai-text: rgba(255, 255, 255, 0.88);
	--hz-ai-muted: rgba(255, 255, 255, 0.66);
	--hz-ai-line: rgba(201, 154, 80, 0.28);
	width: 100vw;
	max-width: 100vw;
	margin-left: calc(50% - 50vw);
	overflow: hidden;
	background: linear-gradient(180deg, var(--hz-ai-navy), var(--hz-ai-deep));
	color: var(--hz-ai-white);
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.55;
}

.hz-ai-page,
.hz-ai-page * {
	box-sizing: border-box;
}

.hz-ai-page a {
	color: inherit;
	text-decoration: none;
}

.hz-ai-page__hero {
	position: relative;
	isolation: isolate;
	display: flex;
	align-items: end;
	min-height: clamp(660px, 150vw, 820px);
	overflow: hidden;
	border-bottom: 1px solid var(--hz-ai-line);
	background: var(--hz-ai-navy);
}

.hz-ai-page__hero-media {
	position: absolute;
	z-index: 0;
	inset: 0;
	margin: 0;
}

.hz-ai-page__hero-media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 62% center;
	filter: none;
	opacity: 1;
}

.hz-ai-page__hero-content {
	position: relative;
	z-index: 2;
	width: min(calc(100% - 36px), 1180px);
	margin-inline: auto;
	padding: 118px 0 48px;
	text-shadow: 0 2px 16px rgba(2, 11, 18, 0.82);
}

.hz-ai-page__hero-content h1,
.hz-ai-page__process h2,
.hz-ai-page__faq h2,
.hz-ai-page__back-cta h2 {
	margin: 0;
	color: var(--hz-ai-white);
	font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
	font-weight: 500;
	letter-spacing: -0.025em;
	line-height: 1.07;
}

.hz-ai-page__hero-content h1 {
	max-width: 720px;
	font-size: clamp(2.25rem, 10vw, 4.4rem);
}

.hz-ai-page__hero-content > p:not(.hz-ai-commission__eyebrow) {
	max-width: 680px;
	margin: 20px 0 0;
	color: var(--hz-ai-text);
	font-size: clamp(1rem, 3.8vw, 1.18rem);
}

.hz-ai-page__hero-content ul {
	display: grid;
	gap: 7px;
	margin: 22px 0 0;
	padding: 0;
	color: var(--hz-ai-text);
	font-size: 0.86rem;
	list-style: none;
}

.hz-ai-page__hero-content li::before {
	content: "✓";
	margin-right: 8px;
	color: var(--hz-ai-gold-light);
	font-weight: 800;
}

.hz-ai-page__hero-actions {
	display: grid;
	gap: 10px;
	margin-top: 28px;
	text-shadow: none;
}

.hz-ai-page__hero-actions .hz-gift-button {
	width: 100%;
}

.hz-ai-page__process,
.hz-ai-page__faq,
.hz-ai-page__back-cta {
	width: min(calc(100% - 32px), 1080px);
	margin-inline: auto;
}

.hz-ai-page__process {
	padding: 64px 0 56px;
}

.hz-ai-page__process h2,
.hz-ai-page__faq h2,
.hz-ai-page__back-cta h2 {
	font-size: clamp(2rem, 8vw, 3rem);
}

.hz-ai-page__steps {
	display: grid;
	gap: 12px;
	margin-top: 28px;
}

.hz-ai-page__steps article {
	padding: 22px 18px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	background: rgba(255, 255, 255, 0.025);
}

.hz-ai-page__steps article > span {
	color: var(--hz-ai-gold);
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.14em;
}

.hz-ai-page__steps h3 {
	margin: 9px 0 0;
	color: var(--hz-ai-white);
	font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
	font-size: 1.5rem;
	font-weight: 500;
}

.hz-ai-page__steps p,
.hz-ai-page__clarification,
.hz-ai-page__back-cta p:not(.hz-ai-commission__eyebrow) {
	margin: 8px 0 0;
	color: var(--hz-ai-muted);
}

.hz-ai-page__clarification {
	margin-top: 22px;
	padding: 16px 18px;
	border-left: 3px solid var(--hz-ai-gold);
	background: rgba(201, 154, 80, 0.07);
}

.hz-ai-page__clarification strong {
	color: var(--hz-ai-white);
}

.hz-ai-page__form-anchor {
	scroll-margin-top: 24px;
	border-block: 1px solid var(--hz-ai-line);
}

.hz-ai-page__form-anchor .hz-ai-commission--standalone {
	width: 100%;
	max-width: 100%;
	margin-left: 0;
}

.hz-ai-page__faq {
	padding: 64px 0 48px;
}

.hz-ai-page__faq details {
	border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.hz-ai-page__faq details:first-of-type {
	margin-top: 24px;
	border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.hz-ai-page__faq summary {
	position: relative;
	padding: 18px 42px 18px 0;
	color: var(--hz-ai-white);
	font-weight: 700;
	cursor: pointer;
	list-style: none;
}

.hz-ai-page__faq summary::-webkit-details-marker {
	display: none;
}

.hz-ai-page__faq summary::after {
	content: "+";
	position: absolute;
	top: 50%;
	right: 5px;
	color: var(--hz-ai-gold-light);
	font-size: 1.35rem;
	font-weight: 400;
	transform: translateY(-50%);
}

.hz-ai-page__faq details[open] summary::after {
	content: "−";
}

.hz-ai-page__faq details p {
	margin: 0;
	padding: 0 34px 20px 0;
	color: var(--hz-ai-muted);
}

.hz-ai-page__faq details a {
	color: var(--hz-ai-gold-light);
	text-decoration: underline;
	text-underline-offset: 3px;
}

.hz-ai-page__back-cta {
	display: grid;
	gap: 24px;
	align-items: center;
	margin-bottom: 72px;
	padding: 28px 22px;
	border: 1px solid var(--hz-ai-line);
	background: linear-gradient(135deg, rgba(201, 154, 80, 0.13), rgba(11, 33, 50, 0.7));
}

.hz-ai-page__back-cta .hz-gift-button {
	width: 100%;
}

@media (min-width: 620px) {
	.hz-ai-page__hero-actions {
		display: flex;
		flex-wrap: wrap;
	}

	.hz-ai-page__hero-actions .hz-gift-button {
		width: auto;
	}

	.hz-ai-page__hero-content ul {
		display: flex;
		flex-wrap: wrap;
		gap: 8px 22px;
	}
}

@media (min-width: 760px) {
	.hz-ai-page__steps {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.hz-ai-page__back-cta {
		grid-template-columns: minmax(0, 1fr) auto;
		padding: 36px 40px;
	}

	.hz-ai-page__back-cta .hz-gift-button {
		width: auto;
	}
}

@media (min-width: 900px) {
	.hz-ai-page__hero {
		align-items: center;
		min-height: clamp(620px, 48.333vw, 870px);
	}

	.hz-ai-page__hero-media img {
		object-position: center center;
	}

	.hz-ai-page__hero-content {
		width: min(calc(100% - 48px), 1180px);
		padding: 142px 0 84px;
	}
}

.hz-ai-commission {
	--hz-ai-navy: #071725;
	--hz-ai-deep: #020b12;
	--hz-ai-panel: #0b2132;
	--hz-ai-panel-light: #0d2639;
	--hz-ai-gold: #c99a50;
	--hz-ai-gold-dark: #b28a45;
	--hz-ai-gold-light: #d7ad69;
	--hz-ai-white: #fff;
	--hz-ai-text: rgba(255, 255, 255, 0.88);
	--hz-ai-muted: rgba(255, 255, 255, 0.66);
	--hz-ai-line: rgba(201, 154, 80, 0.28);
	color: var(--hz-ai-white);
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.55;
}

.hz-ai-commission--standalone {
	width: 100vw;
	max-width: 100vw;
	margin-left: calc(50% - 50vw);
	background: linear-gradient(180deg, var(--hz-ai-navy), var(--hz-ai-deep));
}

.hz-ai-commission--embedded {
	margin: 84px auto 0;
	padding-top: 72px;
	border-top: 1px solid var(--hz-ai-line);
}

.hz-ai-commission,
.hz-ai-commission * {
	box-sizing: border-box;
}

.hz-ai-commission [hidden] {
	display: none !important;
}

.hz-ai-commission__shell {
	width: min(100% - 32px, 1080px);
	margin-inline: auto;
	padding: 68px 0 80px;
}

.hz-ai-commission--embedded .hz-ai-commission__shell {
	width: 100%;
	padding: 0;
}

.hz-ai-commission__header {
	max-width: 880px;
	margin: 0 auto 30px;
	text-align: center;
}

.hz-ai-commission__eyebrow {
	margin: 0 0 11px !important;
	color: var(--hz-ai-gold-light) !important;
	font-size: 0.75rem !important;
	font-weight: 750;
	letter-spacing: 0.18em;
	text-transform: uppercase;
}

.hz-ai-commission__header h1,
.hz-ai-commission__header h2 {
	margin: 0;
	color: var(--hz-ai-white);
	font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
	font-size: clamp(2rem, 7vw, 3.7rem);
	font-weight: 500;
	letter-spacing: -0.025em;
	line-height: 1.08;
}

.hz-ai-commission__header > p:not(.hz-ai-commission__eyebrow) {
	max-width: 770px;
	margin: 18px auto 0;
	color: var(--hz-ai-text);
	font-size: clamp(1rem, 2vw, 1.13rem);
}

.hz-ai-commission__header > p.hz-ai-commission__intent {
	margin-top: 12px;
	color: var(--hz-ai-gold-light);
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.055em;
	text-transform: uppercase;
}

.hz-ai-commission__header ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 8px 20px;
	margin: 22px 0 0;
	padding: 0;
	color: var(--hz-ai-muted);
	font-size: 0.84rem;
	list-style: none;
}

.hz-ai-commission__header li::before {
	content: "✓";
	margin-right: 7px;
	color: var(--hz-ai-gold-light);
	font-weight: 800;
}

.hz-ai-commission__privacy-lock {
	display: grid;
	grid-template-columns: 12px minmax(0, 1fr);
	gap: 13px;
	max-width: 900px;
	margin: 0 auto 24px;
	padding: 16px 18px;
	border: 1px solid var(--hz-ai-line);
	border-radius: 0;
	background: rgba(201, 154, 80, 0.06);
}

.hz-ai-commission__privacy-lock > span {
	margin-top: 4px;
	color: #7cc8a2;
	font-size: 0.72rem;
}

.hz-ai-commission__privacy-lock strong {
	color: var(--hz-ai-white);
	font-size: 0.93rem;
}

.hz-ai-commission__privacy-lock p {
	margin: 3px 0 0;
	color: var(--hz-ai-muted);
	font-size: 0.84rem;
}

.hz-ai-form {
	max-width: 980px;
	margin: 0 auto;
	padding: 20px 15px;
	border: 1px solid var(--hz-ai-line);
	border-radius: 0;
	background: rgba(2, 11, 18, 0.52);
	box-shadow: none;
}

.hz-ai-form__group,
.hz-ai-form__contact {
	min-width: 0;
	margin: 0;
	padding: 25px 0 0;
	border: 0;
}

.hz-ai-style-rule {
	margin: 0 0 30px;
	padding: 20px 22px;
	border-left: 3px solid var(--hz-gold, #c99a50);
	background: rgba(201, 154, 80, .08);
	color: rgba(255, 255, 255, .82);
}

.hz-ai-style-rule strong {
	display: block;
	margin-bottom: 7px;
	color: var(--hz-gold, #c99a50);
	font-size: 13px;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.hz-ai-style-rule p {
	margin: 0;
	font-size: 15px;
	line-height: 1.6;
}

.hz-ai-form__group:first-of-type {
	padding-top: 0;
}

.hz-ai-form__group + .hz-ai-form__group,
.hz-ai-form__group + .hz-ai-form__contact,
.hz-ai-form__summary + .hz-ai-form__contact {
	margin-top: 26px;
	border-top: 1px solid rgba(255, 255, 255, 0.09);
}

.hz-ai-form legend,
.hz-ai-form__textarea > strong {
	display: block;
	width: 100%;
	padding: 0;
	color: var(--hz-ai-white);
	font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
	font-size: clamp(1.28rem, 4vw, 1.75rem);
	font-weight: 500;
	line-height: 1.2;
}

.hz-ai-form__choices {
	display: grid;
	grid-template-columns: 1fr;
	gap: 9px;
	margin-top: 15px;
}

.hz-ai-choice {
	position: relative;
	display: grid;
	grid-template-columns: 19px minmax(0, 1fr);
	align-items: start;
	gap: 10px;
	min-height: 70px;
	padding: 13px;
	border: 1px solid rgba(255, 255, 255, 0.13);
	border-radius: 0;
	background: rgba(255, 255, 255, 0.024);
	cursor: pointer;
	transition: border-color 160ms ease, background 160ms ease, transform 160ms ease;
}

.hz-ai-choice:hover {
	border-color: rgba(201, 154, 80, 0.65);
	background: rgba(201, 154, 80, 0.07);
}

.hz-ai-choice:focus-within,
.hz-ai-format:focus-within,
.hz-ai-form input:focus-visible,
.hz-ai-form textarea:focus-visible,
.hz-ai-form button:focus-visible,
.hz-ai-commission__success:focus-visible {
	outline: 2px solid var(--hz-ai-gold-light);
	outline-offset: 3px;
}

.hz-ai-choice:has(input:checked),
.hz-ai-format:has(input:checked) {
	border-color: var(--hz-ai-gold);
	background: rgba(201, 154, 80, 0.12);
	box-shadow: inset 0 0 0 1px rgba(201, 154, 80, 0.12);
}

.hz-ai-choice input,
.hz-ai-format input {
	position: absolute;
	width: 1px;
	height: 1px;
	opacity: 0;
	pointer-events: none;
}

.hz-ai-choice__mark {
	width: 18px;
	height: 18px;
	margin-top: 2px;
	border: 1px solid rgba(255, 255, 255, 0.42);
	border-radius: 50%;
}

.hz-ai-choice input:checked + .hz-ai-choice__mark {
	border-color: var(--hz-ai-gold-light);
	background: var(--hz-ai-gold);
	box-shadow: inset 0 0 0 4px var(--hz-ai-panel);
}

.hz-ai-choice > span:last-child {
	display: grid;
	gap: 3px;
}

.hz-ai-choice strong {
	color: var(--hz-ai-white);
	font-size: 0.92rem;
	line-height: 1.25;
}

.hz-ai-choice small {
	color: var(--hz-ai-muted);
	font-size: 0.78rem;
	line-height: 1.35;
}

.hz-ai-history {
	grid-column: 1 / -1;
	border: 1px solid rgba(201, 154, 80, 0.42);
	background: rgba(201, 154, 80, 0.045);
}

.hz-ai-history summary {
	position: relative;
	display: grid;
	gap: 3px;
	min-height: 70px;
	padding: 14px 48px 14px 14px;
	color: var(--hz-ai-white);
	cursor: pointer;
	list-style: none;
}

.hz-ai-history summary::-webkit-details-marker { display: none; }
.hz-ai-history summary::after {
	content: "+";
	position: absolute;
	top: 50%;
	right: 18px;
	color: var(--hz-ai-gold-light);
	font-size: 1.55rem;
	transform: translateY(-50%);
}
.hz-ai-history[open] summary::after { content: "−"; }
.hz-ai-history summary small,
.hz-ai-photo__intro,
.hz-ai-photo__upload small { color: var(--hz-ai-muted); }

.hz-ai-history__periods {
	display: grid;
	gap: 9px;
	padding: 0 12px 12px;
}

.hz-ai-photo[hidden] { display: none !important; }
.hz-ai-photo__intro { margin: 8px 0 15px; }
.hz-ai-photo__upload {
	display: grid;
	gap: 8px;
	padding: 18px;
	border: 1px dashed rgba(201, 154, 80, .58);
	background: rgba(201, 154, 80, .055);
	color: var(--hz-ai-white);
}
.hz-ai-photo__upload input[type="file"] {
	width: 100%;
	min-height: 46px;
	padding: 8px;
	border: 1px solid rgba(255,255,255,.18);
	background: var(--hz-ai-deep);
	color: var(--hz-ai-text);
}
.hz-ai-photo__preview {
	display: grid;
	grid-template-columns: 80px minmax(0, 1fr);
	gap: 12px;
	align-items: center;
	margin-top: 12px;
	padding: 10px;
	border: 1px solid rgba(255,255,255,.12);
}
.hz-ai-photo__preview[hidden] { display: none; }
.hz-ai-photo__preview img {
	width: 80px;
	height: 64px;
	object-fit: cover;
}
.hz-ai-photo__preview span { overflow-wrap: anywhere; color: var(--hz-ai-text); font-size: .82rem; }
.hz-ai-photo__modes { margin-top: 14px; }

.hz-ai-form__format-options {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 9px;
	margin-top: 15px;
}

.hz-ai-format {
	position: relative;
	display: grid;
	place-items: center;
	gap: 8px;
	min-height: 104px;
	padding: 12px 6px;
	border: 1px solid rgba(255, 255, 255, 0.13);
	border-radius: 0;
	background: rgba(255, 255, 255, 0.024);
	cursor: pointer;
}

.hz-ai-format strong {
	color: var(--hz-ai-text);
	font-size: 0.8rem;
}

.hz-ai-format__shape {
	display: block;
	border: 1px solid var(--hz-ai-gold-light);
	background: rgba(201, 154, 80, 0.08);
}

.hz-ai-format__shape--landscape {
	width: 58px;
	height: 38px;
}

.hz-ai-format__shape--portrait {
	width: 36px;
	height: 52px;
}

.hz-ai-format__shape--square {
	width: 45px;
	height: 45px;
}

.hz-ai-form__dimensions,
.hz-ai-form__contact-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 12px;
	margin-top: 17px;
}

.hz-ai-form__dimensions label,
.hz-ai-form__contact-grid label {
	display: grid;
	gap: 6px;
	color: var(--hz-ai-text);
	font-size: 0.82rem;
	font-weight: 650;
}

.hz-ai-form input[type="text"],
.hz-ai-form input[type="email"],
.hz-ai-form input[type="tel"],
.hz-ai-form input[type="number"],
.hz-ai-form textarea {
	width: 100%;
	min-height: 45px;
	padding: 10px 12px;
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 0;
	background: var(--hz-ai-deep);
	color: var(--hz-ai-white);
	font: inherit;
}

.hz-ai-form textarea {
	min-height: 118px;
	resize: vertical;
}

.hz-ai-form input::placeholder,
.hz-ai-form textarea::placeholder {
	color: rgba(255, 255, 255, 0.38);
}

.hz-ai-form__textarea {
	position: relative;
	display: block;
}

.hz-ai-form__textarea > strong span {
	color: var(--hz-ai-muted);
	font-family: inherit;
	font-size: 0.75rem;
}

.hz-ai-form__textarea > small {
	display: block;
	margin: 7px 0 10px;
	color: var(--hz-ai-muted);
	font-size: 0.8rem;
}

.hz-ai-form__counter {
	display: block;
	margin-top: 4px;
	color: var(--hz-ai-muted);
	font-size: 0.72rem;
	text-align: right;
}

.hz-ai-form__summary {
	margin-top: 28px;
	padding: 17px;
	border-left: 3px solid var(--hz-ai-gold);
	background: rgba(201, 154, 80, 0.07);
}

.hz-ai-form__summary > span {
	color: var(--hz-ai-gold-light);
	font-size: 0.7rem;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.hz-ai-form__summary p {
	margin: 5px 0 0;
	color: var(--hz-ai-white);
	font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
	font-size: 1.05rem;
}

.hz-ai-form__consent {
	display: grid;
	grid-template-columns: 19px minmax(0, 1fr);
	gap: 10px;
	margin-top: 22px;
	color: var(--hz-ai-muted);
	font-size: 0.78rem;
}

.hz-ai-form__consent input {
	width: 18px;
	height: 18px;
	margin: 2px 0 0;
	accent-color: var(--hz-ai-gold);
}

.hz-ai-form__consent a {
	color: var(--hz-ai-gold-light);
	text-decoration: underline;
	text-underline-offset: 2px;
}

.hz-ai-form__submit {
	display: grid;
	gap: 9px;
	justify-items: center;
	margin-top: 24px;
	text-align: center;
}

.hz-ai-form__submit .hz-gift-button {
	width: 100%;
	max-width: 420px;
}

.hz-ai-form__submit p {
	margin: 0;
	color: var(--hz-ai-muted);
	font-size: 0.75rem;
}

.hz-ai-form__status {
	min-height: 1.5em;
	margin: 12px 0 0;
	color: var(--hz-ai-gold-light);
	font-size: 0.86rem;
	text-align: center;
}

.hz-ai-form__status.is-error {
	color: #ffb5b5;
}

.hz-ai-form__trap {
	position: absolute !important;
	left: -10000px !important;
	width: 1px !important;
	height: 1px !important;
	overflow: hidden !important;
}

.hz-ai-commission__success {
	max-width: 760px;
	margin: 20px auto;
	padding: 24px;
	border: 1px solid var(--hz-ai-gold);
	border-radius: 0;
	background: rgba(201, 154, 80, 0.07);
	text-align: center;
}

.hz-ai-commission__success strong {
	color: var(--hz-ai-white);
	font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
	font-size: 1.3rem;
	font-weight: 400;
}

.hz-ai-commission__success p {
	margin: 9px 0 0;
	color: var(--hz-ai-text);
}

.hz-ai-commission__progress,
.hz-ai-commission__choices {
	max-width: 980px;
	margin: 24px auto;
	padding: 24px;
	border: 1px solid var(--hz-ai-line);
	border-radius: 0;
	background: rgba(2, 11, 18, 0.72);
	text-align: center;
}

.hz-ai-commission__spinner {
	display: block;
	width: 34px;
	height: 34px;
	margin: 0 auto 14px;
	border: 3px solid rgba(255, 255, 255, 0.14);
	border-top-color: var(--hz-ai-gold-light);
	border-radius: 50%;
	animation: hz-ai-spin 0.9s linear infinite;
}

@keyframes hz-ai-spin {
	to { transform: rotate(360deg); }
}

.hz-ai-commission__progress strong,
.hz-ai-commission__choices h3 {
	color: var(--hz-ai-white);
	font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
	font-size: clamp(1.35rem, 4vw, 2rem);
	font-weight: 400;
}

.hz-ai-commission__progress p,
.hz-ai-commission__choices-heading p {
	margin: 9px auto 0;
	color: var(--hz-ai-muted);
}

.hz-ai-commission__choices-heading > span {
	color: var(--hz-ai-gold-light);
	font-size: 0.72rem;
	font-weight: 750;
	letter-spacing: 0.13em;
}

.hz-ai-commission__choices h3 {
	margin: 7px 0 0;
}

.hz-ai-commission__choice-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 16px;
	margin-top: 24px;
}

.hz-ai-preview-card {
	display: flex;
	flex-direction: column;
	gap: 12px;
	padding: 10px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 0;
	background: rgba(255, 255, 255, 0.024);
}

.hz-ai-preview-card img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 0;
	background: #06111b;
	user-select: none;
	-webkit-user-drag: none;
	-webkit-touch-callout: none;
	cursor: zoom-in;
}

.hz-ai-preview-enlarge {
	width: 100%;
	padding: 10px 14px;
	border: 1px solid var(--hz-ai-gold);
	background: transparent;
	color: var(--hz-ai-white);
	font: inherit;
	font-weight: 700;
	cursor: pointer;
}

.hz-ai-lightbox {
	position: fixed;
	inset: 0;
	z-index: 999999;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 56px 18px 24px;
	background: rgba(0, 7, 12, 0.96);
}

.hz-ai-lightbox img {
	display: block;
	max-width: min(96vw, 1600px);
	max-height: 84vh;
	width: auto;
	height: auto;
	object-fit: contain;
	box-shadow: 0 18px 60px rgba(0, 0, 0, 0.55);
	user-select: none;
	-webkit-user-drag: none;
}

.hz-ai-lightbox__close {
	position: fixed;
	top: 12px;
	right: 18px;
	width: 44px;
	height: 44px;
	border: 1px solid var(--hz-ai-gold);
	background: #071725;
	color: #fff;
	font-size: 32px;
	line-height: 1;
	cursor: pointer;
}

.hz-ai-lightbox p {
	position: fixed;
	bottom: 8px;
	left: 16px;
	right: 16px;
	margin: 0;
	color: rgba(255, 255, 255, 0.78);
	text-align: center;
}

.hz-ai-preview-card.has-image-error img {
	min-height: 220px;
	background: repeating-linear-gradient(135deg, rgba(201,154,80,.08) 0 12px, rgba(255,255,255,.025) 12px 24px);
}

.hz-ai-preview-card > strong {
	color: var(--hz-ai-white);
	font-size: 1.05rem;
}

.hz-ai-preview-card .hz-gift-button {
	width: 100%;
	margin-top: auto;
}

.hz-ai-commission__choice-status {
	min-height: 1.4em;
	margin: 18px 0 0;
	color: var(--hz-ai-gold-light);
}

.hz-ai-commission__choice-status.is-error {
	color: #ffb5b5;
}

.hz-ai-commission__form-error {
	max-width: 900px;
	margin: 0 auto 18px;
	padding: 13px 16px;
	border-left: 3px solid #ef7777;
	background: rgba(239, 119, 119, 0.1);
	color: #ffd3d3;
}

.hz-ai-commission__admin-notice {
	max-width: 900px;
	margin: 30px auto;
	padding: 16px 18px;
	border-left: 4px solid #dba617;
	background: #fff8df;
	color: #1d2327;
}

.hz-ai-commission__admin-notice a {
	color: #135e96;
	text-decoration: underline;
}

@media (min-width: 600px) {
	.hz-ai-history__periods,
	.hz-ai-photo__modes {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	.hz-ai-commission__shell {
		width: min(100% - 48px, 1080px);
		padding-top: 78px;
	}

	.hz-ai-commission--embedded .hz-ai-commission__shell {
		width: 100%;
		padding-top: 0;
	}

	.hz-ai-form {
		padding: 28px;
	}

	.hz-ai-form__choices {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.hz-ai-form__dimensions {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.hz-ai-form__contact-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.hz-ai-form__contact-grid label:last-child {
		grid-column: 1 / -1;
	}
}

@media (min-width: 900px) {
	.hz-ai-commission__choice-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.hz-ai-form__choices {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}

	.hz-ai-form__contact-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.hz-ai-form__contact-grid label:last-child {
		grid-column: auto;
	}
}

@media (prefers-reduced-motion: reduce) {
	.hz-ai-commission *,
	.hz-ai-commission *::before,
	.hz-ai-commission *::after {
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
	}
}

/* Spójność wizualna z projektem henrykzych.com. */
.hz-ai-commission__header h1,
.hz-ai-commission__header h2,
.hz-ai-form legend,
.hz-ai-form__textarea > strong,
.hz-ai-form__summary p,
.hz-ai-commission__success strong,
.hz-ai-commission__progress strong,
.hz-ai-commission__choices h3 {
	font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
	font-weight: 500;
}

.hz-ai-commission__eyebrow,
.hz-ai-commission__intent,
.hz-ai-form__summary > span,
.hz-ai-commission__choices-heading > span {
	color: var(--hz-ai-gold) !important;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 700;
	letter-spacing: 0.1em;
}

.hz-ai-commission__privacy-lock,
.hz-ai-form,
.hz-ai-choice,
.hz-ai-format,
.hz-ai-form input[type="text"],
.hz-ai-form input[type="email"],
.hz-ai-form input[type="tel"],
.hz-ai-form input[type="number"],
.hz-ai-form textarea,
.hz-ai-commission__success,
.hz-ai-commission__progress,
.hz-ai-commission__choices,
.hz-ai-preview-card,
.hz-ai-preview-card img {
	border-radius: 0;
}

.hz-ai-choice:has(input:checked),
.hz-ai-format:has(input:checked) {
	border-color: var(--hz-ai-gold);
	background: linear-gradient(90deg, rgba(201, 154, 80, 0.13), rgba(201, 154, 80, 0.04));
	box-shadow: inset 3px 0 0 var(--hz-ai-gold);
}

.hz-ai-form input[type="text"]:focus,
.hz-ai-form input[type="email"]:focus,
.hz-ai-form input[type="tel"]:focus,
.hz-ai-form input[type="number"]:focus,
.hz-ai-form textarea:focus {
	border-color: var(--hz-ai-gold);
	background: #06131f;
	box-shadow: 0 0 0 1px var(--hz-ai-gold);
}

.hz-ai-preview-card {
	padding: 12px;
	border-color: rgba(201, 154, 80, 0.3);
}

.hz-ai-preview-card > strong {
	color: var(--hz-ai-gold-light);
	font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
	font-size: 1.35rem;
	font-weight: 500;
}
