/* ── thank-you page hero (Figma 987:7321 / 987:7368 — 1920×864) ───────── */
.thanks{position:relative;min-height:min(864px,45vw);display:flex;align-items:center;justify-content:center;
	padding-top:2.917vw;background:#131313;color:#fff;overflow:hidden}
.thanks__bg{position:absolute;inset:0}
.thanks__bg .object-fit-cover{object-position:center top}

/* two faint marks at the page edge (Figma Line 22 / Line 25) */
.thanks__rule{position:absolute;left:.833vw;width:6.51vw;height:1px;background:rgba(255,255,255,.2);z-index:2}
.thanks__rule--1{top:19.375vw}
.thanks__rule--2{top:25.625vw}

.thanks__inner{position:relative;z-index:3;text-align:center}
.thanks__title{font-family:var(--ff);font-weight:700;font-size:clamp(36px,3.642vw,70px);line-height:1.144;
	text-shadow:0 4px 42px rgba(0,0,0,.55)}
.thanks__sub{margin-top:1.094vw;font-family:var(--ff);font-weight:400;font-size:clamp(18px,1.354vw,26px);line-height:1.538}
.thanks__btn{height:clamp(42px,2.917vw,56px);margin-top:1.51vw;
	padding-inline:clamp(18px,1.458vw,28px) clamp(16px,1.406vw,27px);gap:clamp(5px,.365vw,7px);
	border:1px solid #fff;color:#fff;font-size:clamp(15px,.99vw,19px)}
.thanks__btn svg{width:clamp(15px,1.042vw,20px);height:clamp(15px,1.042vw,20px)}
.thanks__btn:hover{background:#fff;color:var(--ink)}

/* ── mobile (Figma 1007:5604 — photo 375×424, black panel to y656) ────── */
@media(max-width:767px){
	.thanks{display:block;min-height:0;padding:356px 0 164px;text-align:center}
	.thanks__bg{inset:0 0 auto 0;height:424px}
	.thanks__bg::after{content:"";position:absolute;inset-inline:0;bottom:0;height:138px;
		background:linear-gradient(180deg,rgba(19,19,19,0) 0%,#131313 100%)}
	.thanks__rule{display:none}
	.thanks__title{font-size:36px;line-height:.833}
	.thanks__sub{margin-top:8px;font-size:20px;line-height:2}
	.thanks__btn{height:42px;margin-top:16px;padding-inline:22px 20px;gap:5px;font-size:16px}
	.thanks__btn svg{width:16px;height:16px}
}
