/* CSS Document */

:root {
	--aarsmote-bg: #f6f3fb;
	--aarsmote-ink: #21182f;
	--aarsmote-muted: #71687c;
	--aarsmote-purple: #7047a8;
	--aarsmote-purple-dark: #4b2d72;
	--aarsmote-purple-soft: #ebe3f5;
	--aarsmote-line: rgba(75, 45, 114, 0.13);
}

.aarsmote-page,
.aarsmote-page .body,
.aarsmote-main { background: var(--aarsmote-bg); }
.aarsmote-main { overflow: hidden; }
.aarsmote-page .main { margin-bottom: 0; }

.aarsmote-hero-wrapper,
.aarsmote-hero-slide { height: 100vh; min-height: 650px; }
.aarsmote-hero-slide { background-position: center; background-repeat: no-repeat; background-size: cover; }
.aarsmote-hero-slide::before { background: linear-gradient(90deg, rgba(12,8,17,.86) 0%, rgba(22,13,31,.62) 52%, rgba(20,13,28,.16) 100%) !important; }
.aarsmote-hero-content { max-width: 900px; padding: 0 0 clamp(6.5rem, 12vh, 9.5rem); color: #fff; }
.aarsmote-hero-content .lag-hero-kicker { display: flex; align-items: center; gap: 12px; margin: 0 0 1.45rem; color: #d4a5f3; font-size: .72rem; font-weight: 800; letter-spacing: .18em; line-height: 1.2; text-transform: uppercase; }
.aarsmote-hero-content .lag-hero-kicker::before { content: ""; display: block; flex: 0 0 24px; width: 24px; height: 3px; border-radius: 99px; background: #a65bd4; }
.aarsmote-hero-content h1 { margin: 0 0 1rem; color: #fff; font-size: clamp(3rem, 6.3vw, 6.3rem); font-weight: 800; line-height: .96; letter-spacing: -.055em; }
.aarsmote-hero-content p { max-width: 620px; margin: 0; color: rgba(255,255,255,.78); font-size: clamp(1.1rem, 2vw, 1.45rem); }

.aarsmote-content { padding: 86px 0 90px; }
.aarsmote-back-link { display: inline-flex; align-items: center; gap: 9px; margin-bottom: 46px; color: var(--aarsmote-purple-dark) !important; font-size: .85rem; font-weight: 700; text-decoration: none !important; }
.aarsmote-back-link:hover { color: var(--aarsmote-purple) !important; }
.aarsmote-main-row { margin-right: -20px; margin-left: -20px; }
.aarsmote-main-row > [class*="col-"] { padding-right: 20px; padding-left: 20px; }
.aarsmote-description { padding: 10px 2vw 10px 0; }
.aarsmote-eyebrow,
.home-sponsor-label { display: inline-block; font-size: .76rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.aarsmote-eyebrow { margin-bottom: 18px; color: var(--aarsmote-purple); }
.aarsmote-description h2,
.aarsmote-documents-heading h2 { color: var(--aarsmote-ink); font-weight: 800; letter-spacing: -.04em; }
.aarsmote-description h2 { margin: 0 0 25px; font-size: clamp(2.15rem, 3.8vw, 3.6rem); line-height: 1.06; }
.aarsmote-richtext { color: var(--aarsmote-muted); font-size: 1rem; line-height: 1.85; }
.aarsmote-richtext p:last-child { margin-bottom: 0; }
.aarsmote-richtext a { color: var(--aarsmote-purple-dark); font-weight: 700; }
.aarsmote-no-description { color: var(--aarsmote-muted); font-style: italic; }

.aarsmote-facts { padding: 28px; border: 1px solid var(--aarsmote-line); border-radius: 22px; background: rgba(255,255,255,.82); box-shadow: 0 18px 44px rgba(54,35,76,.08); }
.aarsmote-facts-label { display: block; margin-bottom: 18px; color: var(--aarsmote-ink); font-size: 1rem; font-weight: 800; }
.aarsmote-fact { display: flex; align-items: center; gap: 15px; padding: 16px 0; border-top: 1px solid var(--aarsmote-line); }
.aarsmote-fact-icon { display: grid; flex: 0 0 auto; place-items: center; width: 43px; height: 43px; border-radius: 12px; background: var(--aarsmote-purple-soft); color: var(--aarsmote-purple); }
.aarsmote-fact > div { min-width: 0; }
.aarsmote-fact small,
.aarsmote-fact strong { display: block; }
.aarsmote-fact small { margin-bottom: 3px; color: var(--aarsmote-muted); font-size: .67rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.aarsmote-fact strong { color: var(--aarsmote-ink); font-size: .9rem; font-weight: 700; line-height: 1.45; overflow-wrap: anywhere; }

.aarsmote-documents { margin-top: 90px; }
.aarsmote-documents-heading { margin-bottom: 27px; }
.aarsmote-documents-heading h2 { margin: 0; font-size: clamp(2rem, 3.2vw, 3rem); line-height: 1.05; }
.aarsmote-document-list { padding: 8px 26px; border: 1px solid var(--aarsmote-line); border-radius: 22px; background: rgba(255,255,255,.76); box-shadow: 0 14px 38px rgba(54,35,76,.06); }
.aarsmote-document-row { display: flex; align-items: center; gap: 17px; padding: 18px 2px; border-bottom: 1px solid var(--aarsmote-line); }
.aarsmote-document-row:last-child { border-bottom: 0; }
.aarsmote-document-icon { display: grid; flex: 0 0 auto; place-items: center; width: 46px; height: 46px; border-radius: 13px; background: var(--aarsmote-purple-soft); color: var(--aarsmote-purple); font-size: 1.12rem; }
.aarsmote-document-info { min-width: 0; margin-right: auto; }
.aarsmote-document-info strong,
.aarsmote-document-info span { display: block; }
.aarsmote-document-info strong { color: var(--aarsmote-ink); font-size: .98rem; font-weight: 700; line-height: 1.45; }
.aarsmote-document-info span { margin-top: 2px; color: var(--aarsmote-muted); font-size: .8rem; }
.aarsmote-document-btn { display: inline-flex; flex: 0 0 auto; align-items: center; justify-content: center; gap: 9px; min-width: 156px; padding: 11px 17px; border-radius: 999px; background: var(--aarsmote-purple-dark); color: #fff !important; font-size: .8rem; font-weight: 700; text-decoration: none !important; box-shadow: 0 8px 18px rgba(75,45,114,.14); transition: .2s ease; }
.aarsmote-document-btn:hover { background: #382052; transform: translateY(-2px); }
.aarsmote-document-btn i { font-size: .72rem; }
.aarsmote-empty { padding: 46px 24px; color: var(--aarsmote-muted); text-align: center; }
.aarsmote-empty i { margin-bottom: 13px; color: var(--aarsmote-purple); font-size: 1.8rem; }
.aarsmote-empty p { margin: 0; }

.home-sponsors { padding: 3rem 0; background: var(--aarsmote-bg); }
.home-sponsor-label { display: block; margin-bottom: 1.5rem; color: #9b929f; font-size: .67rem; letter-spacing: .2em; text-align: center; }
.home-sponsors .owl-carousel img { max-height: 78px; object-fit: contain; filter: grayscale(1); opacity: .6 !important; transition: .2s; }
.home-sponsors .owl-carousel a:hover img { filter: none; opacity: 1 !important; }
.aarsmote-page #footer { margin-top: 0 !important; }

@media (max-width: 991px) {
	.aarsmote-main-row { margin-right: -15px; margin-left: -15px; }
	.aarsmote-main-row > [class*="col-"] { padding-right: 15px; padding-left: 15px; }
	.aarsmote-description { padding-right: 0; margin-bottom: 42px; }
}

@media (max-width: 767px) {
	.aarsmote-hero-wrapper,
	.aarsmote-hero-slide { height: 100svh; min-height: 560px; }
	.aarsmote-hero-slide::before { background: linear-gradient(0deg, rgba(13,8,18,.91) 0%, rgba(19,12,26,.64) 58%, rgba(19,12,26,.2) 100%) !important; }
	.aarsmote-hero-content { padding: 0 0 5.8rem; }
	.aarsmote-hero-content h1 { font-size: clamp(2.55rem, 12.5vw, 4.25rem); }
	.aarsmote-content { padding: 58px 0; }
	.aarsmote-back-link { margin-bottom: 34px; }
	.aarsmote-facts { padding: 21px; border-radius: 19px; }
	.aarsmote-documents { margin-top: 62px; }
	.aarsmote-document-list { padding: 5px 17px; border-radius: 18px; }
	.aarsmote-document-row { align-items: flex-start; flex-wrap: wrap; gap: 12px; padding: 17px 0; }
	.aarsmote-document-info { width: calc(100% - 58px); margin-right: 0; }
	.aarsmote-document-btn { width: 100%; margin-left: 58px; }
	.home-sponsors { padding: 38px 0 50px; }
}

@media (max-width: 420px) {
	.aarsmote-document-btn { margin-left: 0; }
}
