body.h12-preview-body {
	margin: 0;
	padding: 0;
	background: #000;
	color: #fff;
	font-family: "Manrope", sans-serif;
	font-weight: 300;
	-webkit-font-smoothing: antialiased;
	overflow-x: hidden;
}

.h12-preview {
	min-height: 100vh;
	overflow-x: hidden;
	width: 100%;
}

/* —— Hero —— */
.h12-hero {
	position: relative;
	min-height: auto;
	padding: 1.25rem 1rem 3rem;
	display: flex;
	flex-direction: column;
	background: #000;
	overflow: hidden;
}

.h12-hero__bg {
	position: absolute;
	inset: -10% -5%;
	z-index: 0;
	filter: blur(3.75rem);
	opacity: 0.85;
	pointer-events: none;
}

.h12-hero__bg::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.35));
}

.h12-hero__bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.h12-hero__header,
.h12-hero__content {
	position: relative;
	z-index: 1;
}

.h12-hero__header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.75rem;
	margin-bottom: 2rem;
}

.h12-hero__logos {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	min-width: 0;
	flex: 1;
}

.h12-hero__logo-h12 {
	height: 1.75rem;
	width: auto;
	max-width: min(42%, 10rem);
	object-fit: contain;
}

.h12-hero__logo-intergal {
	height: 1.5rem;
	width: auto;
	max-width: min(38%, 8rem);
	object-fit: contain;
}

.h12-hero__logo-x {
	font-size: 0.75rem;
	opacity: 0.7;
	line-height: 1;
	flex-shrink: 0;
}

.h12-hero__menu {
	flex-shrink: 0;
	width: 2.5rem;
	height: 2rem;
	padding: 0;
	border: 0;
	background: transparent;
	cursor: default;
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 0.28rem;
}

.h12-hero__menu span {
	display: block;
	height: 1px;
	width: 100%;
	background: #fff;
}

.h12-hero__content {
	flex: 1;
	display: grid;
	grid-template-columns: 1fr;
	gap: 2rem;
	align-items: start;
	min-width: 0;
}

.h12-hero__copy {
	min-width: 0;
}

.h12-hero__title {
	margin: 0;
	font-family: "Cormorant Garamond", serif;
	font-weight: 300;
	font-size: clamp(2.25rem, 11vw, 4.5rem);
	line-height: 0.92;
	letter-spacing: 0.02em;
	overflow-wrap: anywhere;
}

.h12-hero__lead {
	margin: 1rem 0 0;
	font-size: clamp(1.0625rem, 4.2vw, 1.5rem);
	font-weight: 300;
	line-height: 1.25;
}

.h12-hero__desc {
	margin: 0.875rem 0 0;
	font-size: clamp(0.875rem, 3.4vw, 1.125rem);
	line-height: 1.45;
	opacity: 0.9;
	max-width: 100%;
	white-space: normal;
}

.h12-hero__visual {
	display: block;
	width: 100%;
	max-width: 100%;
	min-width: 0;
	overflow: hidden;
}

/* Figma 1291:170 — container 709×705, photo 407×585 inset */
.h12-hero__picture {
	position: relative;
	width: 100%;
	max-width: 100%;
	aspect-ratio: 709 / 705;
	margin: 0 auto;
	overflow: hidden;
}

.h12-hero__frame {
	position: absolute;
	left: 20.874%;
	top: 8.511%;
	width: 57.405%;
	height: 82.979%;
	overflow: hidden;
}

.h12-hero__photo {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center 40%;
	display: block;
}

.h12-hero__grid {
	position: absolute;
	inset: 0;
	pointer-events: none;
	z-index: 2;
}

.h12-hero__line {
	position: absolute;
	background: rgba(255, 255, 255, 0.55);
}

.h12-hero__line--h {
	left: 0;
	width: 99.154%;
	height: 1px;
	transform: translateY(-50%);
}

.h12-hero__line--v {
	top: 0;
	width: 1px;
	height: 100%;
	transform: translateX(-50%);
}

.h12-hero__line--h1 { top: 8.511%; }
.h12-hero__line--h2 { top: 19.007%; }
.h12-hero__line--h3 { top: 51.631%; }
.h12-hero__line--h4 { top: 78.014%; }
.h12-hero__line--h5 { top: 91.489%; }

.h12-hero__line--v1 { left: 0%; }
.h12-hero__line--v2 { left: 20.874%; }
.h12-hero__line--v3 { left: 50.071%; }
.h12-hero__line--v4 { left: 78.279%; }
.h12-hero__line--v5 { left: 99.154%; }

.h12-hero__dot {
	position: absolute;
	width: 8px;
	height: 8px;
	background: #d9d9d9;
	transform: translate(-50%, -50%);
}

.h12-hero__dot--1 { left: 20.874%; top: 3.688%; }
.h12-hero__dot--2 { left: 6.911%; top: 18.865%; }
.h12-hero__dot--3 { left: 88.575%; top: 51.631%; }
.h12-hero__dot--4 { left: 99.154%; top: 82.695%; }

/* —— Form section —— */
.h12-form-section {
	position: relative;
	background: #fff;
	color: #000;
	overflow: hidden;
}

.h12-form-section__texture {
	position: absolute;
	left: 50%;
	top: 0;
	translate: -50% 0;
	width: min(120rem, 200%);
	opacity: 0.45;
	mix-blend-mode: multiply;
	pointer-events: none;
}

.h12-form-section__texture img {
	width: 100%;
	height: auto;
	display: block;
}

.h12-form-section__inner {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: 1fr;
	gap: 2rem;
	padding: 2.5rem 1rem 3rem;
	align-items: center;
	min-width: 0;
}

.h12-form-section__photos {
	position: relative;
	width: 100%;
	max-width: 20rem;
	aspect-ratio: 4 / 3;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
}

.h12-form-section__photo {
	position: absolute;
	object-fit: cover;
	display: block;
	max-width: none;
}

.h12-form-section__photo--back {
	width: 55%;
	aspect-ratio: 312 / 343;
	left: 0;
	bottom: 0;
	z-index: 1;
}

.h12-form-section__photo--front {
	width: 48%;
	aspect-ratio: 310 / 412;
	right: 5%;
	top: 0;
	z-index: 2;
	box-shadow: 0 1rem 2.5rem rgba(0, 0, 0, 0.18);
}

.h12-form-section__form-wrap {
	min-width: 0;
	width: 100%;
}

.h12-form-section__title {
	margin: 0 0 1.5rem;
	font-family: "Cormorant Garamond", serif;
	font-weight: 300;
	font-size: clamp(1.5rem, 6.5vw, 2.25rem);
	line-height: 1.05;
	letter-spacing: 0.02em;
}

.h12-form {
	display: flex;
	flex-direction: column;
	gap: 0;
	max-width: 43rem;
	width: 100%;
}

.h12-form__field {
	display: block;
	margin-bottom: 0.25rem;
	width: 100%;
}

.h12-form__label {
	display: block;
	color: #5b4848;
	font-size: 0.9375rem;
	letter-spacing: -0.05em;
	margin-bottom: 0.35rem;
}

.h12-form__input {
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	border: 0;
	border-bottom: 1px solid #5c4948;
	background: transparent;
	padding: 0.35rem 0 0.85rem;
	font: inherit;
	font-size: 1rem;
	color: #000;
	outline: none;
	border-radius: 0;
}

.h12-form__input:focus {
	border-bottom-color: #000;
}

.h12-form__submit {
	align-self: stretch;
	width: 100%;
	margin-top: 1.5rem;
	min-width: 0;
	min-height: 3.5rem;
	padding: 0.75rem 1.25rem;
	border: 1.27px solid #5b4848;
	background: transparent;
	color: #000;
	font: inherit;
	font-size: 1rem;
	font-weight: 300;
	cursor: default;
	transition: background 0.2s ease, color 0.2s ease;
	box-sizing: border-box;
}

.h12-form__submit:hover {
	background: #5b4848;
	color: #fff;
}

.h12-form__submit:disabled {
	opacity: 0.6;
	cursor: wait;
}

.h12-form__honeypot {
	position: absolute;
	left: -9999px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.h12-form__status {
	margin: 1rem 0 0;
	font-size: 0.9375rem;
	letter-spacing: -0.02em;
	line-height: 1.4;
}

.h12-form__status--success {
	color: #2f5d3a;
}

.h12-form__status--error {
	color: #8a2f2f;
}

/* —— Tablet —— */
@media (min-width: 600px) {
	.h12-hero {
		padding: 1.75rem 1.5rem 3.5rem;
	}

	.h12-hero__header {
		gap: 1.25rem;
		margin-bottom: 2.75rem;
	}

	.h12-hero__logos {
		gap: 0.875rem;
	}

	.h12-hero__logo-h12 {
		height: 2.25rem;
		max-width: min(40vw, 12rem);
	}

	.h12-hero__logo-intergal {
		height: 2rem;
		max-width: min(35vw, 9rem);
	}

	.h12-hero__menu {
		width: 3rem;
		height: 2.5rem;
		gap: 0.32rem;
	}

	.h12-hero__title {
		font-size: clamp(3rem, 8vw, 5.5rem);
	}

	.h12-hero__lead {
		margin-top: 1.25rem;
		font-size: clamp(1.25rem, 3vw, 2rem);
	}

	.h12-hero__desc {
		font-size: clamp(1rem, 2vw, 1.25rem);
	}

	.h12-hero__picture {
		max-width: 28rem;
	}

	.h12-hero__dot {
		width: 10px;
		height: 10px;
	}

	.h12-form-section__inner {
		gap: 2.5rem;
		padding: 3.5rem 1.5rem 4rem;
	}

	.h12-form-section__photos {
		max-width: 26rem;
		aspect-ratio: 5 / 3.5;
	}

	.h12-form-section__title {
		margin-bottom: 1.75rem;
		font-size: clamp(1.75rem, 3.5vw, 2.75rem);
	}

	.h12-form__submit {
		align-self: flex-start;
		width: auto;
		min-width: 14.5rem;
		min-height: 4rem;
	}
}

/* —— Desktop —— */
@media (min-width: 900px) {
	.h12-hero {
		min-height: min(100vh, 60rem);
		padding: clamp(1.5rem, 4vw, 5rem) clamp(1.25rem, 5vw, 6.25rem) clamp(4rem, 8vh, 7rem);
	}

	.h12-hero__header {
		gap: 1.5rem;
		margin-bottom: clamp(2rem, 8vh, 5rem);
	}

	.h12-hero__logos {
		gap: clamp(0.75rem, 2vw, 1.5rem);
	}

	.h12-hero__logo-h12 {
		height: clamp(2rem, 4vw, 3.5rem);
		max-width: min(40vw, 14rem);
	}

	.h12-hero__logo-intergal {
		height: clamp(1.75rem, 3.5vw, 3rem);
		max-width: min(35vw, 10rem);
	}

	.h12-hero__logo-x {
		font-size: 0.875rem;
	}

	.h12-hero__menu {
		width: 3.5rem;
		height: 2.75rem;
		gap: 0.35rem;
	}

	.h12-hero__content {
		grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
		gap: clamp(2rem, 5vw, 4rem);
		align-items: center;
	}

	.h12-hero__title {
		font-size: clamp(3rem, 9.5vw, 9.5rem);
		line-height: 0.88;
	}

	.h12-hero__lead {
		margin: clamp(1.25rem, 3vh, 2.5rem) 0 0;
		font-size: clamp(1.25rem, 3vw, 3.25rem);
	}

	.h12-hero__desc {
		margin: clamp(1rem, 2.5vh, 1.75rem) 0 0;
		font-size: clamp(0.9375rem, 1.5vw, 1.5rem);
		max-width: min(42rem, 100%);
	}

	.h12-hero__picture {
		width: min(100%, 44.3125rem);
		max-width: 44.3125rem;
		margin-left: auto;
		margin-right: 0;
	}

	.h12-hero__dot {
		width: 12px;
		height: 12px;
	}

	.h12-form-section__inner {
		grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
		gap: clamp(2rem, 6vw, 5rem);
		padding: clamp(4.5rem, 10vh, 8rem) clamp(1.25rem, 5vw, 6.25rem);
	}

	.h12-form-section__photos {
		margin: 0;
		max-width: none;
		height: clamp(22rem, 35vw, 28rem);
		aspect-ratio: auto;
	}

	.h12-form-section__title {
		margin: 0 0 clamp(1.75rem, 4vh, 2.75rem);
		font-size: clamp(1.75rem, 3.5vw, 3.25rem);
		line-height: 1;
	}

	.h12-form__label {
		font-size: clamp(0.9375rem, 1.2vw, 1.1rem);
	}

	.h12-form__submit {
		align-self: flex-start;
		width: auto;
		min-width: 14.5rem;
		min-height: 4.375rem;
		margin-top: clamp(1.5rem, 3vh, 2.25rem);
		font-size: clamp(0.9375rem, 1.2vw, 1.1rem);
	}
}

@media (min-width: 1200px) {
	.h12-hero {
		min-height: 60vh;
	}

	.h12-hero__copy {
		padding-bottom: 2rem;
	}
}
