/**
 * Home A4N 0.7.4 — fotografia real, bento de ferramentas e vento de sakuras.
 */

.home-v11 {
	--home-night: #080d16;
	--home-night-soft: #111927;
	--home-red: #e21d2f;
	--home-red-deep: #b70f21;
	--home-gold: #ffb92e;
	--home-cream: #fff8ed;
	--home-line: color-mix(in srgb, var(--a4n-border) 76%, transparent);
	overflow: clip;
	background: var(--a4n-canvas);
}

.home-v11 h1,
.home-v11 h2,
.home-v11 h3,
.home-v11 p {
	text-wrap: balance;
}

.home-v11 .eyebrow {
	margin: 0 0 .8rem;
	color: var(--home-red);
	font-size: .76rem;
	font-weight: 900;
	letter-spacing: .14em;
	text-transform: uppercase;
}

.home-hero-v11 {
	position: relative;
	isolation: isolate;
	display: grid;
	min-height: clamp(42rem, 78svh, 54rem);
	align-content: end;
	overflow: hidden;
	padding-top: clamp(4.75rem, 8vw, 7rem);
	color: #fff;
	background: var(--home-night);
}

.home-hero-v11__media,
.home-hero-v11__veil {
	position: absolute;
	inset: 0;
	z-index: -3;
}

.home-hero-v11__media {
	left: clamp(20%, 35vw, 42%);
	overflow: hidden;
}

.home-hero-v11__media::after {
	position: absolute;
	content: "";
	inset: 0;
	background: linear-gradient(90deg, rgba(8, 13, 22, .18), transparent 55%);
}

.home-hero-v11__image {
	width: 100%;
	height: 100%;
	max-width: none;
	object-fit: cover;
	object-position: center;
	transform: scale(1.025);
}

.home-hero-v11__veil {
	z-index: -2;
	background:
		linear-gradient(90deg, #080d16 0%, rgba(8, 13, 22, .98) 27%, rgba(8, 13, 22, .75) 54%, rgba(8, 13, 22, .2) 82%, rgba(8, 13, 22, .42) 100%),
		linear-gradient(0deg, rgba(8, 13, 22, .98), transparent 48%),
		radial-gradient(circle at 18% 12%, rgba(226, 29, 47, .2), transparent 32rem);
}

.home-hero-v11::after {
	position: absolute;
	z-index: -1;
	content: "";
	inset: auto 0 0;
	height: 42%;
	background: linear-gradient(0deg, rgba(8, 13, 22, .96), transparent);
	pointer-events: none;
}

.home-hero-v11__inner {
	position: relative;
	z-index: 2;
	width: 100%;
	padding-bottom: clamp(2.5rem, 5vw, 4.25rem);
}

.home-hero-v11__copy {
	width: min(100%, 53rem);
}

.home-hero-v11 .eyebrow {
	color: var(--home-gold);
}

.home-hero-v11 h1 {
	max-width: 48rem;
	margin: 0;
	font-size: clamp(3rem, 5vw, 5.25rem);
	font-weight: 860;
	line-height: .96;
	letter-spacing: -.052em;
	text-wrap: balance;
}

.home-hero-v11 h1 em {
	display: block;
	margin-top: .13em;
	color: #ff6977;
	font-style: normal;
}

.home-hero-v11__lead {
	max-width: 43rem;
	margin: clamp(1.45rem, 3vw, 2.2rem) 0 0;
	color: rgba(255, 255, 255, .78);
	font-size: clamp(1.05rem, 1.6vw, 1.28rem);
	line-height: 1.62;
}

.home-hero-v11__actions,
.home-final-v11__actions {
	display: flex;
	flex-wrap: wrap;
	gap: .75rem;
	margin-top: 2rem;
}

.home-button-v11 {
	min-height: 3.15rem;
	padding-inline: 1.25rem;
	border-radius: .7rem;
	font-weight: 850;
}

.home-button-v11--primary {
	border-color: var(--home-red);
	background: var(--home-red);
	color: #fff;
	box-shadow: 0 16px 40px rgba(226, 29, 47, .28);
}

.home-button-v11--primary:hover,
.home-button-v11--primary:focus-visible {
	border-color: var(--home-red-deep);
	background: var(--home-red-deep);
	color: #fff;
}

.home-button-v11--ghost {
	border-color: rgba(255, 255, 255, .26);
	background: rgba(255, 255, 255, .08);
	color: #fff;
	backdrop-filter: blur(12px);
}

.home-button-v11--ghost:hover,
.home-button-v11--ghost:focus-visible {
	border-color: rgba(255, 255, 255, .58);
	background: rgba(255, 255, 255, .15);
	color: #fff;
}

.home-hero-v11__signals {
	display: flex;
	flex-wrap: wrap;
	gap: .55rem 1rem;
	margin: 1.65rem 0 0;
	padding: 0;
	color: rgba(255, 255, 255, .68);
	font-size: .82rem;
	font-weight: 750;
	letter-spacing: .04em;
	list-style: none;
}

.home-hero-v11__signals li {
	display: flex;
	align-items: center;
	gap: .55rem;
}

.home-hero-v11__signals li::before {
	width: .38rem;
	height: .38rem;
	content: "";
	border-radius: 50%;
	background: var(--home-gold);
	box-shadow: 0 0 0 .28rem rgba(255, 185, 46, .12);
}

.home-final-v11__route span {
	position: absolute;
	width: .85rem;
	height: .85rem;
	border: 3px solid #fff;
	border-radius: 50%;
	background: var(--home-red);
	box-shadow: 0 0 0 .55rem rgba(226, 29, 47, .16);
}

.home-hero-v11__petals {
	position: absolute;
	z-index: 1;
	inset: 5% 0 18%;
	overflow: hidden;
	opacity: .72;
	pointer-events: none;
}

.home-hero-v11__petals span {
	--petal-size: .55rem;
	--petal-top: 10%;
	--petal-fall: 7rem;
	--petal-alpha: .72;
	position: absolute;
	top: var(--petal-top);
	left: -6%;
	width: var(--petal-size);
	height: calc(var(--petal-size) * .72);
	border-radius: 82% 18% 72% 28%;
	background: linear-gradient(135deg, rgba(255, 249, 252, .96), rgba(242, 139, 172, .92));
	box-shadow: 0 0 .45rem rgba(255, 174, 199, .28);
	opacity: 0;
	transform: rotate(28deg);
}

.home-hero-v11__petals span:nth-child(2) { --petal-size: .42rem; --petal-top: 22%; --petal-fall: 11rem; --petal-alpha: .58; }
.home-hero-v11__petals span:nth-child(3) { --petal-size: .7rem; --petal-top: 35%; --petal-fall: 8rem; --petal-alpha: .68; }
.home-hero-v11__petals span:nth-child(4) { --petal-size: .48rem; --petal-top: 48%; --petal-fall: 5rem; --petal-alpha: .5; }
.home-hero-v11__petals span:nth-child(5) { --petal-size: .62rem; --petal-top: 61%; --petal-fall: 10rem; --petal-alpha: .65; }
.home-hero-v11__petals span:nth-child(6) { --petal-size: .38rem; --petal-top: 14%; --petal-fall: 14rem; --petal-alpha: .46; }
.home-hero-v11__petals span:nth-child(7) { --petal-size: .5rem; --petal-top: 73%; --petal-fall: 4rem; --petal-alpha: .55; }
.home-hero-v11__petals span:nth-child(8) { --petal-size: .34rem; --petal-top: 40%; --petal-fall: 13rem; --petal-alpha: .48; }
.home-hero-v11__petals span:nth-child(9) { --petal-size: .56rem; --petal-top: 80%; --petal-fall: 7rem; --petal-alpha: .6; }
.home-hero-v11__petals span:nth-child(10) { --petal-size: .44rem; --petal-top: 28%; --petal-fall: 9rem; --petal-alpha: .52; }

.home-proof-v11 {
	position: relative;
	z-index: 3;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0;
	overflow: hidden;
	margin-bottom: clamp(1rem, 3vw, 2rem);
	border: 1px solid rgba(255, 255, 255, .16);
	border-radius: 1.15rem;
	background: rgba(13, 19, 30, .82);
	box-shadow: 0 24px 60px rgba(0, 0, 0, .28);
	backdrop-filter: blur(18px);
}

.home-proof-v11__line {
	position: absolute;
	top: calc(clamp(1.35rem, 2.8vw, 2rem) + 1.7rem);
	right: 16.666%;
	left: 16.666%;
	border-top: 1px dashed rgba(255, 185, 46, .35);
	pointer-events: none;
}

.home-proof-v11__item {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	flex-direction: column;
	gap: .85rem;
	min-width: 0;
	padding: clamp(1.35rem, 2.8vw, 2rem);
	text-align: center;
}

.home-proof-v11__item + .home-proof-v11__item {
	border-left: 1px solid rgba(255, 255, 255, .12);
}

.home-proof-v11__number {
	position: relative;
	z-index: 2;
	display: grid;
	width: 3.4rem;
	height: 3.4rem;
	place-items: center;
	border: 1px solid rgba(255, 185, 46, .46);
	border-radius: 50%;
	background: var(--home-night);
	color: var(--home-gold);
	font-size: .77rem;
	font-weight: 900;
	letter-spacing: .08em;
	box-shadow: 0 0 0 .4rem rgba(255, 185, 46, .06);
}

.home-proof-v11 h2 {
	margin: .1rem 0 .35rem;
	color: #fff;
	font-size: clamp(1rem, 1.45vw, 1.18rem);
	letter-spacing: -.02em;
}

.home-proof-v11 p {
	margin: 0;
	color: rgba(255, 255, 255, .64);
	font-size: .86rem;
	line-height: 1.5;
	text-wrap: pretty;
}

.home-section-v11 {
	position: relative;
	padding-block: clamp(5.25rem, 10vw, 8.5rem);
}

.home-heading-v11 {
	margin-bottom: clamp(2rem, 5vw, 3.5rem);
}

.home-heading-v11--split {
	display: grid;
	grid-template-columns: minmax(0, 1.25fr) minmax(17rem, .62fr);
	gap: clamp(2rem, 6vw, 6rem);
	align-items: end;
}

.home-heading-v11 h2 {
	max-width: 49rem;
	margin: 0;
	color: var(--a4n-ink);
	font-size: clamp(2.25rem, 4.7vw, 4.6rem);
	line-height: 1;
	letter-spacing: -.05em;
}

.home-heading-v11 > p,
.home-heading-v11 > div:last-child > p {
	margin: 0;
	color: var(--a4n-muted);
	font-size: 1rem;
	line-height: 1.7;
	text-wrap: pretty;
}

.home-text-link-v11 {
	display: inline-flex;
	align-items: center;
	gap: .55rem;
	margin-top: 1rem;
	color: var(--a4n-ink);
	font-weight: 850;
	text-decoration: none;
}

.home-text-link-v11 span {
	color: var(--home-red);
	font-size: 1.2em;
	transition: transform .18s ease;
}

.home-text-link-v11:hover span,
.home-text-link-v11:focus-visible span {
	transform: translateX(.25rem);
}

.home-tools-v11 {
	background:
		radial-gradient(circle at 8% 15%, color-mix(in srgb, var(--a4n-brand-soft) 72%, transparent), transparent 23rem),
		var(--a4n-canvas);
}

.home-tools-v11__grid {
	display: grid;
	grid-template-columns: repeat(12, minmax(0, 1fr));
	grid-auto-rows: minmax(18rem, auto);
	gap: 1.15rem;
}

.home-tool-v11 {
	position: relative;
	isolation: isolate;
	grid-column: span 5;
	min-height: 20rem;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, .15);
	border-radius: 1.3rem;
	background: var(--home-night-soft);
	color: #fff;
	box-shadow: 0 18px 48px rgba(8, 13, 22, .16);
}

.home-tool-v11--featured {
	grid-column: span 7;
	grid-row: span 2;
	min-height: 41rem;
}

.home-tool-v11__media,
.home-tool-v11__veil {
	position: absolute;
	inset: 0;
	z-index: -2;
}

.home-tool-v11__media {
	overflow: hidden;
	background:
		radial-gradient(circle at 80% 20%, rgba(255, 185, 46, .3), transparent 35%),
		linear-gradient(135deg, #1a2130, #080d16);
}

.home-tool-v11__media img {
	width: 100%;
	height: 100%;
	max-width: none;
	object-fit: cover;
	transition: transform .6s cubic-bezier(.2, .7, .2, 1);
}

.home-tool-v11__fallback {
	display: block;
	width: 100%;
	height: 100%;
	background:
		linear-gradient(120deg, transparent 35%, rgba(255, 255, 255, .08) 35% 37%, transparent 37%),
		radial-gradient(circle at 78% 20%, rgba(226, 29, 47, .48), transparent 34%),
		#111927;
}

.home-tool-v11__veil {
	z-index: -1;
	background:
		linear-gradient(0deg, rgba(5, 8, 14, .96) 0%, rgba(5, 8, 14, .67) 45%, rgba(5, 8, 14, .08) 82%),
		linear-gradient(90deg, rgba(5, 8, 14, .3), transparent);
}

.home-tool-v11--featured .home-tool-v11__veil {
	background:
		linear-gradient(0deg, rgba(5, 8, 14, .97) 0%, rgba(5, 8, 14, .5) 48%, rgba(5, 8, 14, .03) 80%),
		linear-gradient(90deg, rgba(5, 8, 14, .42), transparent);
}

.home-tool-v11__content {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	padding: clamp(1.35rem, 3.5vw, 2.4rem);
}

.home-tool-v11__index {
	position: absolute;
	right: clamp(1.35rem, 3.5vw, 2.4rem);
	bottom: clamp(1.45rem, 3.5vw, 2.5rem);
	color: rgba(255, 255, 255, .24);
	font-size: clamp(3.25rem, 7vw, 6.2rem);
	font-weight: 900;
	line-height: .75;
	letter-spacing: -.08em;
}

.home-tool-v11__badge {
	width: fit-content;
	margin: 0 0 .75rem;
	padding: .35rem .55rem;
	border: 1px solid rgba(255, 255, 255, .25);
	border-radius: .4rem;
	background: rgba(8, 13, 22, .58);
	color: var(--home-gold);
	font-size: .68rem;
	font-weight: 900;
	letter-spacing: .08em;
	text-transform: uppercase;
	backdrop-filter: blur(8px);
}

.home-tool-v11 h3 {
	max-width: 34rem;
	margin: 0 0 .6rem;
	color: #fff;
	font-size: clamp(1.5rem, 2.8vw, 2.7rem);
	line-height: 1.03;
	letter-spacing: -.045em;
}

.home-tool-v11:not(.home-tool-v11--featured) h3 {
	font-size: clamp(1.35rem, 2.2vw, 2rem);
}

.home-tool-v11__content > p:not(.home-tool-v11__badge) {
	max-width: 32rem;
	margin: 0 0 1rem;
	padding-right: clamp(2.2rem, 7vw, 5.5rem);
	color: rgba(255, 255, 255, .72);
	font-size: .9rem;
	line-height: 1.58;
}

.home-tool-v11__content > a {
	display: inline-flex;
	align-items: center;
	gap: .45rem;
	min-height: 2.75rem;
	color: #fff;
	font-size: .88rem;
	font-weight: 850;
	text-decoration: none;
}

.home-tool-v11__content > a span {
	color: var(--home-gold);
	font-size: 1.15rem;
	transition: transform .18s ease;
}

.home-tool-v11__content > a:hover span,
.home-tool-v11__content > a:focus-visible span {
	transform: translateX(.25rem);
}

.home-destinations-v11 {
	background: var(--a4n-subtle);
}

.home-destinations-v11__grid {
	display: grid;
	grid-template-columns: repeat(12, minmax(0, 1fr));
	grid-template-rows: repeat(2, minmax(15rem, 1fr));
	gap: 1.15rem;
	min-height: 39rem;
}

.home-destination-v11 {
	position: relative;
	isolation: isolate;
	grid-column: 8 / -1;
	overflow: hidden;
	border-radius: 1.25rem;
	background: var(--home-night-soft);
	color: #fff;
	text-decoration: none;
	box-shadow: 0 16px 42px rgba(8, 13, 22, .12);
}

.home-destination-v11--0 {
	grid-column: 1 / 8;
	grid-row: 1 / 3;
}

.home-destination-v11 img {
	position: absolute;
	z-index: -2;
	width: 100%;
	height: 100%;
	max-width: none;
	object-fit: cover;
	transition: transform .55s cubic-bezier(.2, .7, .2, 1);
}

.home-destination-v11__veil {
	position: absolute;
	z-index: -1;
	inset: 0;
	background: linear-gradient(0deg, rgba(5, 8, 14, .92), rgba(5, 8, 14, .06) 72%);
}

.home-destination-v11__content {
	position: absolute;
	right: 4.4rem;
	bottom: 1.5rem;
	left: 1.5rem;
}

.home-destination-v11__content small,
.home-destination-v11__content strong,
.home-destination-v11__content span {
	display: block;
}

.home-destination-v11__content small {
	margin-bottom: .5rem;
	color: var(--home-gold);
	font-size: .68rem;
	font-weight: 900;
	letter-spacing: .1em;
}

.home-destination-v11__content strong {
	font-size: clamp(1.65rem, 3vw, 3rem);
	line-height: 1;
	letter-spacing: -.04em;
}

.home-destination-v11:not(.home-destination-v11--0) .home-destination-v11__content strong {
	font-size: clamp(1.45rem, 2.4vw, 2rem);
}

.home-destination-v11__content span {
	margin-top: .4rem;
	color: rgba(255, 255, 255, .68);
	font-size: .8rem;
}

.home-destination-v11__arrow {
	position: absolute;
	right: 1.3rem;
	bottom: 1.3rem;
	display: grid;
	width: 2.8rem;
	height: 2.8rem;
	place-items: center;
	border: 1px solid rgba(255, 255, 255, .32);
	border-radius: 50%;
	background: rgba(8, 13, 22, .44);
	color: #fff;
	font-weight: 900;
	backdrop-filter: blur(10px);
	transition: transform .2s ease, background .2s ease;
}

.home-guides-v11 {
	background: var(--a4n-canvas);
}

.home-guides-v11__grid {
	display: grid;
	grid-template-columns: minmax(0, 1.25fr) minmax(19rem, .75fr);
	grid-template-rows: repeat(2, minmax(15.5rem, auto));
	gap: 1.15rem;
}

.home-guide-v11 {
	display: grid;
	grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr);
	overflow: hidden;
	border: 1px solid var(--home-line);
	border-radius: 1.2rem;
	background: var(--a4n-surface);
	box-shadow: 0 12px 34px rgba(20, 24, 33, .06);
}

.home-guide-v11--0 {
	grid-row: 1 / 3;
	grid-template-columns: 1fr;
	grid-template-rows: minmax(21rem, 1.1fr) auto;
}

.home-guide-v11__media {
	display: block;
	min-height: 100%;
	overflow: hidden;
	background: var(--a4n-subtle);
}

.home-guide-v11__media img,
.home-guide-v11__media > span {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .5s cubic-bezier(.2, .7, .2, 1);
}

.home-guide-v11__media > span {
	display: block;
	background: linear-gradient(135deg, var(--a4n-brand-soft), var(--a4n-subtle));
}

.home-guide-v11__body {
	align-self: center;
	min-width: 0;
	padding: clamp(1.2rem, 3vw, 2rem);
}

.home-guide-v11__meta {
	display: flex;
	flex-wrap: wrap;
	gap: .5rem .85rem;
	margin: 0 0 .65rem;
	color: var(--a4n-muted);
	font-size: .7rem;
	font-weight: 720;
	text-transform: uppercase;
}

.home-guide-v11__meta span {
	color: var(--home-red);
	font-weight: 900;
}

.home-guide-v11 h3 {
	margin: 0;
	font-size: clamp(1.2rem, 2.2vw, 2.1rem);
	line-height: 1.1;
}

.home-guide-v11:not(.home-guide-v11--0) h3 {
	font-size: clamp(1.08rem, 1.6vw, 1.35rem);
}

.home-guide-v11 h3 a {
	color: var(--a4n-ink);
	text-decoration: none;
}

.home-guide-v11__body > p:last-child {
	margin: .75rem 0 0;
	color: var(--a4n-muted);
	font-size: .86rem;
	line-height: 1.58;
	text-wrap: pretty;
}

.home-radar-v11 {
	position: relative;
	padding-block: clamp(5.5rem, 11vw, 8rem);
	background:
		radial-gradient(circle at 85% 14%, rgba(226, 29, 47, .17), transparent 26rem),
		linear-gradient(135deg, var(--home-night), #101927);
	color: #fff;
}

.home-heading-v11--light h2,
.home-heading-v11--light .home-text-link-v11 {
	color: #fff;
}

.home-heading-v11--light .eyebrow {
	color: var(--home-gold);
}

.home-radar-v11__list {
	margin: 0;
	padding: 0;
	list-style: none;
	border-top: 1px solid rgba(255, 255, 255, .16);
}

.home-radar-v11__item {
	display: grid;
	grid-template-columns: 3rem minmax(0, 1fr) 3rem;
	gap: clamp(1rem, 3vw, 2rem);
	align-items: center;
	padding-block: 1.35rem;
	border-bottom: 1px solid rgba(255, 255, 255, .14);
}

.home-radar-v11__number {
	color: rgba(255, 255, 255, .34);
	font-size: .75rem;
	font-weight: 900;
	letter-spacing: .08em;
}

.home-radar-v11__item p {
	display: flex;
	flex-wrap: wrap;
	gap: .5rem 1rem;
	margin: 0 0 .3rem;
	color: var(--home-gold);
	font-size: .68rem;
	font-weight: 850;
	text-transform: uppercase;
}

.home-radar-v11__item time {
	color: rgba(255, 255, 255, .5);
	font-weight: 650;
}

.home-radar-v11__item h3 {
	margin: 0;
	font-size: clamp(1.05rem, 2vw, 1.55rem);
	letter-spacing: -.025em;
}

.home-radar-v11__item h3 a {
	color: #fff;
	text-decoration: none;
}

.home-radar-v11__arrow {
	display: grid;
	width: 2.75rem;
	height: 2.75rem;
	place-items: center;
	border: 1px solid rgba(255, 255, 255, .22);
	border-radius: 50%;
	color: #fff;
	text-decoration: none;
	transition: border-color .18s ease, background .18s ease, color .18s ease, transform .18s ease;
}

.home-final-v11 {
	position: relative;
	isolation: isolate;
	overflow: hidden;
	padding-block: clamp(4.5rem, 9vw, 7rem);
	background: #0d1420;
	color: #fff;
}

.home-final-v11__card {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1.2fr) auto;
	gap: clamp(2rem, 6vw, 5rem);
	align-items: center;
	padding: clamp(2rem, 5vw, 4.25rem);
	border: 1px solid rgba(255, 255, 255, .16);
	border-radius: 1.4rem;
	background:
		linear-gradient(120deg, rgba(226, 29, 47, .15), transparent 38%),
		rgba(255, 255, 255, .035);
	box-shadow: 0 24px 70px rgba(0, 0, 0, .24);
}

.home-final-v11 .eyebrow {
	color: var(--home-gold);
}

.home-final-v11 h2 {
	max-width: 50rem;
	margin: 0;
	color: #fff;
	font-size: clamp(2.3rem, 5vw, 4.9rem);
	line-height: .98;
	letter-spacing: -.055em;
}

.home-final-v11__card > div:first-child > p:last-child {
	max-width: 43rem;
	margin: 1.2rem 0 0;
	color: rgba(255, 255, 255, .68);
	font-size: 1rem;
}

.home-final-v11__actions {
	justify-content: flex-end;
	margin: 0;
}

.home-final-v11__route {
	position: absolute;
	z-index: -1;
	right: -5rem;
	bottom: -3rem;
	width: 34rem;
	height: 15rem;
	opacity: .38;
	transform: rotate(-12deg);
}

.home-final-v11__route::before {
	position: absolute;
	content: "";
	top: 50%;
	width: 100%;
	border-top: 2px dashed rgba(255, 255, 255, .35);
}

.home-final-v11__route span:nth-child(1) {
	left: 0;
	top: calc(50% - .4rem);
}

.home-final-v11__route span:nth-child(2) {
	left: 52%;
	top: calc(50% - .4rem);
}

.home-final-v11__route span:nth-child(3) {
	right: 0;
	top: calc(50% - .4rem);
}

.home-v11 + .site-footer {
	margin-top: 0;
}

html.has-home-motion .home-reveal-v11 {
	opacity: 0;
	transform: translateY(2rem);
	transition:
		opacity .72s cubic-bezier(.2, .7, .2, 1),
		transform .72s cubic-bezier(.2, .7, .2, 1);
}

html.has-home-motion .home-reveal-v11[data-home-delay="1"] {
	transition-delay: .09s;
}

html.has-home-motion .home-reveal-v11[data-home-delay="2"] {
	transition-delay: .18s;
}

html.has-home-motion .home-reveal-v11[data-home-delay="3"] {
	transition-delay: .27s;
}

html.has-home-motion .home-reveal-v11.is-visible {
	opacity: 1;
	transform: none;
}

html.has-home-motion .home-proof-v11__item {
	opacity: 0;
	transform: translateY(1rem);
	transition: opacity .55s ease, transform .55s ease;
}

html.has-home-motion .home-proof-v11.is-visible .home-proof-v11__item {
	opacity: 1;
	transform: none;
}

html.has-home-motion .home-proof-v11.is-visible .home-proof-v11__item:nth-of-type(3) {
	transition-delay: .1s;
}

html.has-home-motion .home-proof-v11.is-visible .home-proof-v11__item:nth-of-type(4) {
	transition-delay: .2s;
}

@media (prefers-reduced-motion: no-preference) {
	.home-hero-v11__image {
		animation: home-photo-drift-v11 18s ease-in-out infinite alternate;
	}

	.home-hero-v11__copy {
		animation: home-copy-enter-v11 .82s .08s both cubic-bezier(.2, .7, .2, 1);
	}

	.home-hero-v11__petals span {
		animation: home-sakura-wind-v11 15s linear infinite;
	}

	.home-hero-v11__petals span:nth-child(2) { animation-duration: 18s; animation-delay: -9s; }
	.home-hero-v11__petals span:nth-child(3) { animation-duration: 16s; animation-delay: -5s; }
	.home-hero-v11__petals span:nth-child(4) { animation-duration: 20s; animation-delay: -14s; }
	.home-hero-v11__petals span:nth-child(5) { animation-duration: 17s; animation-delay: -7s; }
	.home-hero-v11__petals span:nth-child(6) { animation-duration: 19s; animation-delay: -16s; }
	.home-hero-v11__petals span:nth-child(7) { animation-duration: 21s; animation-delay: -11s; }
	.home-hero-v11__petals span:nth-child(8) { animation-duration: 14s; animation-delay: -3s; }
	.home-hero-v11__petals span:nth-child(9) { animation-duration: 18s; animation-delay: -1s; }
	.home-hero-v11__petals span:nth-child(10) { animation-duration: 16s; animation-delay: -12s; }
}

@keyframes home-photo-drift-v11 {
	from { transform: scale(1.025) translate3d(0, 0, 0); }
	to { transform: scale(1.075) translate3d(-.65%, -.35%, 0); }
}

@keyframes home-copy-enter-v11 {
	from { opacity: 0; transform: translateY(1.6rem); }
	to { opacity: 1; transform: none; }
}

@keyframes home-sakura-wind-v11 {
	0% {
		opacity: 0;
		transform: translate3d(-8vw, -1rem, 0) rotate(0deg) scale(.82);
	}
	9%,
	82% {
		opacity: var(--petal-alpha);
	}
	45% {
		transform: translate3d(52vw, 2.25rem, 0) rotate(330deg) scale(1);
	}
	100% {
		opacity: 0;
		transform: translate3d(112vw, var(--petal-fall), 0) rotate(720deg) scale(1.08);
	}
}

@media (hover: hover) and (pointer: fine) {
	.home-tool-v11:hover .home-tool-v11__media img,
	.home-tool-v11:focus-within .home-tool-v11__media img,
	.home-destination-v11:hover img,
	.home-destination-v11:focus-visible img,
	.home-guide-v11:hover .home-guide-v11__media img,
	.home-guide-v11:focus-within .home-guide-v11__media img {
		transform: scale(1.045);
	}

	.home-destination-v11:hover .home-destination-v11__arrow,
	.home-destination-v11:focus-visible .home-destination-v11__arrow,
	.home-radar-v11__arrow:hover,
	.home-radar-v11__arrow:focus-visible {
		border-color: var(--home-gold);
		background: var(--home-red);
		color: #fff;
		transform: translateX(.18rem);
	}
}

@media (max-width: 64rem) {
	.home-hero-v11__media {
		left: 12%;
	}

	.home-hero-v11__veil {
		background:
			linear-gradient(90deg, #080d16 0%, rgba(8, 13, 22, .93) 38%, rgba(8, 13, 22, .46) 76%, rgba(8, 13, 22, .5) 100%),
			linear-gradient(0deg, rgba(8, 13, 22, .98), transparent 55%);
	}

	.home-hero-v11__petals {
		opacity: .58;
	}

	.home-heading-v11--split {
		grid-template-columns: 1fr;
		gap: 1rem;
		align-items: start;
	}

	.home-tools-v11__grid {
		grid-auto-rows: minmax(19rem, auto);
	}

	.home-tool-v11--featured {
		grid-column: 1 / -1;
		grid-row: auto;
		min-height: 34rem;
	}

	.home-tool-v11:not(.home-tool-v11--featured) {
		grid-column: span 6;
	}

	.home-final-v11__card {
		grid-template-columns: 1fr;
	}

	.home-final-v11__actions {
		justify-content: flex-start;
	}
}

@media (max-width: 48rem) {
	.home-hero-v11 {
		min-height: 43rem;
		padding-top: 4.5rem;
	}

	.home-hero-v11__media {
		left: 0;
		opacity: .72;
	}

	.home-hero-v11__veil {
		background:
			linear-gradient(0deg, #080d16 0%, rgba(8, 13, 22, .86) 57%, rgba(8, 13, 22, .36) 100%),
			linear-gradient(90deg, rgba(8, 13, 22, .5), transparent);
	}

	.home-hero-v11 h1 {
		font-size: clamp(2.55rem, 11vw, 3.8rem);
		line-height: .96;
	}

	.home-hero-v11__petals {
		inset-block: 7% 23%;
		opacity: .5;
	}

	.home-hero-v11__petals span:nth-child(n + 8) {
		display: none;
	}

	.home-proof-v11 {
		grid-template-columns: 1fr;
	}

	.home-proof-v11__line {
		top: 2.9rem;
		right: auto;
		bottom: 2.9rem;
		left: 2.9rem;
		width: 1px;
		border-top: 0;
		border-left: 1px dashed rgba(255, 185, 46, .35);
	}

	.home-proof-v11__item {
		display: grid;
		grid-template-columns: 3.1rem 1fr;
		align-items: start;
		gap: 1rem;
		text-align: left;
	}

	.home-proof-v11__item + .home-proof-v11__item {
		border-top: 1px solid rgba(255, 255, 255, .12);
		border-left: 0;
	}

	.home-proof-v11__number {
		width: 3.1rem;
		height: 3.1rem;
	}

	.home-section-v11 {
		padding-block: 4.75rem;
	}

	.home-tools-v11__grid {
		grid-template-columns: 1fr;
		grid-auto-rows: auto;
	}

	.home-tool-v11,
	.home-tool-v11:not(.home-tool-v11--featured),
	.home-tool-v11--featured {
		grid-column: auto;
		grid-row: auto;
		min-height: 27rem;
	}

	.home-tool-v11__content > p:not(.home-tool-v11__badge) {
		padding-right: 2rem;
	}

	.home-destinations-v11__grid {
		grid-template-columns: 1fr;
		grid-template-rows: none;
		min-height: 0;
	}

	.home-destination-v11,
	.home-destination-v11--0 {
		grid-column: auto;
		grid-row: auto;
		min-height: 21rem;
	}

	.home-guides-v11__grid {
		grid-template-columns: 1fr;
		grid-template-rows: none;
	}

	.home-guide-v11,
	.home-guide-v11--0 {
		grid-row: auto;
		grid-template-columns: 1fr;
		grid-template-rows: 14rem auto;
	}

	.home-guide-v11--0 {
		grid-template-rows: 19rem auto;
	}

	.home-radar-v11__item {
		grid-template-columns: 2.2rem minmax(0, 1fr) 2.75rem;
		gap: .8rem;
	}

	.home-final-v11__card {
		padding: 1.6rem;
	}
}

@media (max-width: 30rem) {
	.home-hero-v11 {
		min-height: auto;
		padding-top: 7rem;
	}

	.home-hero-v11__inner {
		padding-bottom: 2.7rem;
	}

	.home-hero-v11 h1 {
		font-size: clamp(2.35rem, 12.5vw, 3.3rem);
	}

	.home-hero-v11__lead {
		font-size: .98rem;
	}

	.home-hero-v11__actions,
	.home-final-v11__actions {
		align-items: stretch;
		flex-direction: column;
	}

	.home-button-v11 {
		width: 100%;
	}

	.home-hero-v11__signals {
		display: grid;
	}

	.home-heading-v11 h2,
	.home-final-v11 h2 {
		font-size: clamp(2.1rem, 11vw, 3rem);
	}

	.home-tool-v11,
	.home-tool-v11:not(.home-tool-v11--featured),
	.home-tool-v11--featured {
		min-height: 25rem;
	}

	.home-tool-v11__index {
		font-size: 3.4rem;
	}

	.home-destination-v11,
	.home-destination-v11--0 {
		min-height: 18rem;
	}

	.home-radar-v11__item {
		grid-template-columns: minmax(0, 1fr) 2.7rem;
	}

	.home-radar-v11__number {
		display: none;
	}
}

@media (prefers-reduced-motion: reduce) {
	.home-v11 *,
	.home-v11 *::before,
	.home-v11 *::after {
		animation: none !important;
		transition-duration: .01ms !important;
	}

	html.has-home-motion .home-reveal-v11,
	html.has-home-motion .home-proof-v11__item {
		opacity: 1;
		transform: none;
	}

	.home-hero-v11__petals {
		display: none;
	}
}

@media print {
	.home-hero-v11,
	.home-radar-v11,
	.home-final-v11 {
		background: #fff !important;
		color: #000 !important;
	}

	.home-hero-v11__media,
	.home-hero-v11__veil,
	.home-hero-v11__petals,
	.home-final-v11__route {
		display: none !important;
	}
}
