@font-face {
	font-family: 'Estedad';
	font-style: normal;
	font-weight: 100 900;
	font-display: swap;
	src: url('../fonts/estedad-latin.woff2') format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
	font-family: 'Estedad';
	font-style: normal;
	font-weight: 100 900;
	font-display: swap;
	src: url('../fonts/estedad-latin-ext.woff2') format('woff2');
	unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
	font-family: 'Sorts Mill Goudy';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url('../fonts/goudy-regular-latin.woff2') format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
	font-family: 'Sorts Mill Goudy';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url('../fonts/goudy-regular-latin-ext.woff2') format('woff2');
	unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

html {
	box-sizing: border-box;
}
*, *::before, *::after {
	box-sizing: inherit;
}

body {
	background: #292929;
	min-height: 100vh;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 20px 1rem 2rem;
	color: #fff;
	font-family: "Estedad", sans-serif;
}

header {
	text-align: center;
	display: flex;
	flex-direction: column-reverse;
	margin-bottom: 2rem;
}

h2, h3, h4, h5, h6 {
	font-family: "Sorts Mill Goudy", serif;
}

h2 {
	font-size: 1.75rem;
	color: #fff;
	white-space: nowrap;
}

h1.tagline {
	margin-top: 0.5rem;
	font-size: 0.6625rem;
	font-weight: 500;
	text-transform: uppercase;
	color: #a89f8f;
	white-space: nowrap;
}

img.portrait {
	width: 100%;
	max-width: 320px;
	height: auto;
	display: block;
}

.form {
	position: relative;
	width: 100%;
	max-width: 420px;
	background:
		url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='200' height='200'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.12 0'/></filter><rect width='100%25' height='100%25' filter='url(%23n)'/></svg>"),
		radial-gradient(ellipse at 85% 90%, rgba(218, 200, 160, 0.25), transparent 55%),
		radial-gradient(ellipse at 15% 15%, rgba(255, 255, 255, 0.5), transparent 60%),
		radial-gradient(ellipse at 70% 30%, rgba(0, 0, 0, 0.04), transparent 55%),
		#F5F5F5;
	padding: 2rem 1.75rem;
	color: #292929;
	line-height: 1.5;
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.9),
		inset 0 0 30px rgba(0, 0, 0, 0.18),
		2px 2px 4px rgba(0, 0, 0, 0.35),
		0 10px 30px rgba(0, 0, 0, 0.25);
	transform: rotate(-1deg);
	margin-top: -2rem;
}


.form p + p {
	margin-top: 0.75rem;
}

.form strong {
	font-weight: 700;
}

.form mark {
	margin: 0 -0.3em;
	padding: 0.1em 0.3em;
	border-radius: 0.8em 0.3em;
	background: transparent;
	background-image: linear-gradient(
		to right,
		rgba(149, 140, 248, 0.15),
		rgba(149, 140, 248, 0.65) 4%,
		rgba(149, 140, 248, 0.3)
	);
	color: inherit;
	-webkit-box-decoration-break: clone;
	box-decoration-break: clone;
}

.form h3 {
	font-size: 1.5rem;
	text-align: center;
	padding-bottom: 0.75rem;
	margin-bottom: 1.5rem;
	border-bottom: 1px dotted #4a4a4a;
}

.form h3 ~ h3,
.form * + h3 {
	margin-top: 2rem;
}

.form > h3:first-child {
	margin-top: 0;
}

.cta {
	display: block;
	margin: 1.5rem 0;
	background: #2010D1;
	color: #fff;
	text-decoration: none;
	font-weight: 500;
	font-size: 0.95rem;
	letter-spacing: 0.02em;
	text-align: center;
	padding: 1rem 1.25rem;
	border-radius: 10px;
	box-shadow: rgba(20, 10, 90, 0.25) 0 2px 4px, rgba(20, 10, 90, 0.2) 0 5px 10px -3px, rgba(0, 0, 0, 0.6) 0 -3px 0 inset;
	transition: box-shadow 0.15s, transform 0.15s;
	will-change: box-shadow, transform;
}

.cta:hover {
	background: #3525e0;
}

.cta:active {
	background: #1a0bb0;
}

.form ul {
	margin-top: 0.75rem;
	padding-left: 1.25rem;
	list-style: disc;
}

.form li + li {
	margin-top: 0.5rem;
}

.secondary {
	width: 100%;
	max-width: 420px;
	margin-top: 2.5rem;
	color: #dcdcdc;
	font-size: 0.9rem;
	line-height: 1.5;
}

.secondary h3 {
	font-family: "Sorts Mill Goudy", serif;
	font-size: 1.25rem;
	text-align: center;
	padding-bottom: 0.75rem;
	margin-bottom: 1.25rem;
	border-bottom: 1px dotted #4a4a4a;
	color: #dcdcdc;
}

.secondary ul {
	list-style: none;
	padding-left: 0;
}

.secondary li {
	position: relative;
	padding-left: 1.75rem;
}

.secondary li::before {
	content: "\2713";
	position: absolute;
	left: 0;
}

.secondary li + li {
	margin-top: 0.6rem;
}

footer {
	width: 100%;
	max-width: 420px;
	margin-top: 3rem;
	font-size: 0.75rem;
	color: #6e6e6e;
	display: flex;
	gap: 1.5rem;
}

footer a {
	color: inherit;
	text-decoration: none;
}

footer a:hover {
	color: #dcdcdc;
}

.modal {
	position: fixed;
	inset: 0;
	background: rgba(0, 0, 0, 0.7);
	display: none;
	align-items: center;
	justify-content: center;
	padding: 2rem 1rem;
	z-index: 100;
}

.modal.open {
	display: flex;
}

.modal-panel {
	position: relative;
	width: 100%;
	max-width: 760px;
	height: 100%;
	max-height: 620px;
	background: #fff;
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
}

.modal-panel iframe {
	width: 100%;
	height: 100%;
	border: 0;
	display: block;
}

.modal-close {
	position: absolute;
	top: 0.75rem;
	right: 0.75rem;
	width: 36px;
	height: 36px;
	border: 0;
	border-radius: 50%;
	background: rgba(0, 0, 0, 0.6);
	color: #fff;
	font-size: 20px;
	line-height: 1;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: background 0.15s;
}

.modal-close:hover {
	background: rgba(0, 0, 0, 0.85);
}
