body.civiam-anatomicos-page .page-header,
body.civiam-anatomicos-page .entry-title,
body.civiam-anatomicos-page h1.entry-title {
	display: none !important;
}

body.civiam-anatomicos-page .site-main,
body.civiam-anatomicos-page #content,
body.civiam-anatomicos-page .page-content {
	margin: 0 !important;
	padding: 0 !important;
	max-width: none !important;
}

.can-lp {
	--can-navy: #0b477c;
	--can-navy-2: #082f54;
	--can-ink: #1c2430;
	--can-text: #7a828c;
	--can-muted: #9aa1a9;
	--can-pink: #d64779;
	--can-gold: #f8b12c;
	--can-paper: #f4eee6;
	--can-paper-2: #ebe3d6;
	--can-white: #fffaf4;
	--can-line: rgba(11, 71, 124, 0.12);
	--can-max: 1200px;
	--can-gutter: 28px;
	--can-rail: min(var(--can-max), calc(100% - (var(--can-gutter) * 2)));
	font-family: Inter, system-ui, sans-serif;
	color: var(--can-ink);
	background: var(--can-paper);
	overflow-x: hidden;
	font-weight: 400;
}

.can-lp *,
.can-lp *::before,
.can-lp *::after {
	box-sizing: border-box;
}

.can-wrap {
	width: var(--can-rail);
	margin-inline: auto;
}

#formulario,
#colecao,
#detalhes {
	scroll-margin-top: 92px;
}

.can-topbar {
	position: sticky;
	top: 0;
	z-index: 50;
	background: rgba(244, 238, 230, 0.92);
	backdrop-filter: blur(16px);
	border-bottom: 1px solid transparent;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.can-topbar.is-stuck {
	border-bottom-color: var(--can-line);
	box-shadow: 0 8px 24px rgba(11, 71, 124, 0.05);
}

.can-topbar__inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	min-height: 88px;
	gap: 16px;
}

.can-topbar__logo img {
	display: block;
	height: 64px;
	width: auto;
	max-width: min(280px, 58vw);
}

.can-topbar__cta {
	flex-shrink: 0;
	min-height: 42px;
	padding: 0 18px;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0.06em;
}

.can-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 0 22px;
	border: 0;
	border-radius: 999px;
	font-family: inherit;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.02em;
	text-decoration: none;
	cursor: pointer;
	transition: transform 0.15s ease, background 0.15s ease, color 0.15s ease;
}

.can-btn--primary {
	background: var(--can-pink);
	color: #fff;
}

.can-btn--primary:hover,
.can-btn--primary:focus-visible {
	background: #c13b6c;
	color: #fff;
	transform: translateY(-1px);
}

.can-btn--gold {
	align-self: flex-start;
	background: var(--can-gold);
	color: var(--can-navy);
	text-transform: uppercase;
	letter-spacing: 0.06em;
	font-size: 13px;
}

.can-btn--gold:hover,
.can-btn--gold:focus-visible {
	background: #ffc247;
	color: var(--can-navy);
}

.can-btn--block {
	width: 100%;
	text-transform: uppercase;
	letter-spacing: 0.06em;
}

.can-kicker {
	margin: 0 0 18px;
	color: var(--can-gold);
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.18em;
	text-transform: uppercase;
}

.can-kicker--navy {
	color: var(--can-navy);
}

.can-hero {
	position: relative;
	isolation: isolate;
	display: flex;
	align-items: center;
	min-height: min(92vh, 860px);
	background-color: #fff;
	background-image: var(--can-hero-bg);
	background-size: cover;
	background-position: center right;
	background-repeat: no-repeat;
}

.can-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 0;
	pointer-events: none;
	background: linear-gradient(
		90deg,
		#ffffff 0%,
		#ffffff 18%,
		rgba(255, 255, 255, 0.96) 32%,
		rgba(255, 255, 255, 0.72) 46%,
		rgba(255, 255, 255, 0.28) 58%,
		rgba(255, 255, 255, 0) 72%
	);
}

.can-hero__copy {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 88px 0;
	width: var(--can-rail);
	margin-inline: auto;
	color: var(--can-navy);
}

.can-lp .can-hero h1 {
	margin: 0 0 16px !important;
	color: var(--can-navy);
	font-size: 18px;
	font-weight: 700;
	line-height: 1.25;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	max-width: min(540px, 52vw);
}

.can-hero__lead {
	max-width: 18em;
	margin: 0 0 36px;
	color: var(--can-navy);
	font-size: clamp(22px, 2.2vw, 28px);
	font-weight: 400;
	line-height: 1.35;
}

.can-hero .can-kicker {
	color: var(--can-navy);
}

.can-zoom {
	display: block;
	width: 100%;
	padding: 0;
	border: 0;
	background: none !important;
	background-color: transparent !important;
	box-shadow: none !important;
	cursor: zoom-in;
}

.can-section {
	padding: 96px 0;
}

.can-head {
	max-width: 18em;
	margin-bottom: 48px;
}

.can-lp h2 {
	color: var(--can-navy);
	font-size: clamp(24px, 2.8vw, 36px);
	font-weight: 500;
	line-height: 1.18;
	letter-spacing: -0.03em;
}

.can-lp h3 {
	color: var(--can-navy);
	font-size: 20px;
	font-weight: 500;
	letter-spacing: -0.02em;
	line-height: 1.3;
}

.can-lp p {
	margin: 0 0 18px;
	color: var(--can-text);
	font-size: 16px;
	font-weight: 300;
	line-height: 1.7;
}

.can-lp strong {
	color: var(--can-ink);
	font-weight: 500;
}

.can-statement {
	padding-top: 88px;
	padding-bottom: 40px;
}

.can-statement__grid {
	display: grid;
	grid-template-columns: minmax(280px, 1.08fr) minmax(260px, 0.92fr);
	gap: 40px 64px;
	align-items: center;
}

.can-statement h2 {
	max-width: 13em;
}

.can-statement__copy {
	padding-top: 12px;
}

.can-statement__copy p {
	max-width: 44ch;
	font-size: 15px;
}

.can-lp .can-statement__copy p.can-statement__lead {
	margin: 0 0 24px;
	color: var(--can-navy);
	font-size: 20px;
	font-weight: 700;
	line-height: 1.4;
}

.can-bleed {
	margin: 0;
	width: 100%;
	background: none;
}

.can-bleed .can-zoom,
.can-bleed img {
	display: block;
	width: 100%;
	height: auto;
	object-fit: contain;
	background: none;
}

.can-explore {
	padding-top: 72px;
	padding-bottom: 32px;
}

.can-explore__title {
	margin-bottom: 36px;
}

.can-explore__title h2 {
	max-width: 16em;
}

.can-gallery {
	display: grid;
	gap: 20px;
}

.can-gallery__stage {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 0;
	margin: 0;
	padding: 0;
	border: 0;
	background: none !important;
	cursor: zoom-in;
}

.can-gallery__img {
	display: block;
	width: auto;
	max-width: min(100%, 640px);
	height: auto;
	max-height: 340px;
	object-fit: contain;
	background: none !important;
}

.can-gallery__caption {
	display: block;
	margin-top: 16px;
	color: var(--can-navy);
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.can-gallery__thumbs {
	display: flex;
	gap: 12px;
	justify-content: center;
	flex-wrap: wrap;
}

.can-gallery__thumb {
	flex: 0 0 92px;
	width: 92px;
	height: 84px;
	padding: 6px;
	border: 1px solid transparent;
	background: none !important;
	cursor: pointer;
	opacity: 0.42;
	transition: opacity 0.2s ease, border-color 0.2s ease;
}

.can-gallery__thumb img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
	background: none !important;
}

.can-gallery__thumb:hover,
.can-gallery__thumb.is-active {
	opacity: 1;
}

.can-gallery__thumb.is-active {
	border-color: rgba(11, 71, 124, 0.35);
}

.can-fig {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 0;
	padding: 0;
	border: 0;
	background: none !important;
	background-color: transparent !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	cursor: zoom-in;
}

.can-fig img {
	display: block;
	width: 100%;
	height: auto;
	max-height: 68vh;
	object-fit: contain;
	background: none !important;
	background-color: transparent !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	transition: transform 0.35s ease;
}

.can-fig:hover img {
	transform: scale(1.02);
}

.can-fig span {
	display: block;
	margin-top: 14px;
	color: var(--can-navy);
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	background: none !important;
}

.can-pillars {
	padding-top: 72px;
}

.can-pillars__grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 28px 36px;
	border-top: 1px solid var(--can-line);
	padding-top: 48px;
}

.can-pillars h3 {
	margin: 0 0 14px !important;
	font-size: 20px;
}

.can-pillars p {
	margin: 0;
	font-size: 14px;
	max-width: 28ch;
}

.can-split__grid {
	display: grid;
	grid-template-columns: 0.9fr 1.1fr;
	gap: 48px 72px;
	align-items: center;
	background: none !important;
	background-color: transparent !important;
}

.can-split--rev .can-split__grid {
	grid-template-columns: minmax(220px, 300px) minmax(0, 1fr);
	gap: 28px 24px;
	align-items: center;
}

.can-split--rev .can-split__copy {
	order: 1;
	justify-self: stretch;
}

.can-split--rev .can-split__media {
	order: 2;
	justify-items: stretch;
	align-items: center;
	min-width: 0;
}

.can-split__copy p {
	max-width: 46ch;
	font-size: 15px;
}

.can-split__copy h2 {
	margin-bottom: 28px !important;
	max-width: 12ch;
}

.can-split__media {
	margin: 0;
	background: none !important;
	background-color: transparent !important;
	min-height: 0;
	display: grid;
	place-items: center;
	padding: 0;
}

.can-split__media img {
	display: block;
	width: min(100%, 460px);
	height: auto;
	max-height: 70vh;
	object-fit: contain;
	background: none !important;
	background-color: transparent !important;
}

.can-split__media--wide img {
	width: 100%;
	max-width: none;
	max-height: min(72vh, 680px);
}

.can-closer {
	position: relative;
	isolation: isolate;
	color: #fff;
	background-color: #082f54;
	background-image: var(--can-closer-bg);
	background-size: cover;
	background-position: center right;
	background-repeat: no-repeat;
	min-height: min(72vh, 680px);
	display: flex;
	align-items: center;
}

.can-closer::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 0;
	pointer-events: none;
	background: linear-gradient(90deg, rgba(8, 36, 68, 0.62) 0%, rgba(8, 36, 68, 0.22) 42%, rgba(8, 36, 68, 0) 70%);
}

.can-closer__grid {
	position: relative;
	z-index: 1;
	display: block;
}

.can-closer__copy {
	max-width: 34rem;
}

.can-lp .can-closer h2 {
	margin-bottom: 24px !important;
	color: #fff;
	max-width: 10ch;
}

.can-lp .can-closer p {
	max-width: 46ch;
	color: rgba(255, 255, 255, 0.68);
	font-size: 15px;
}

.can-triad {
	margin: 28px 0 0 !important;
	display: flex;
	flex-direction: column;
	gap: 0;
	color: #fff !important;
	font-size: clamp(26px, 3.2vw, 42px) !important;
	font-weight: 500 !important;
	line-height: 1.12 !important;
	letter-spacing: -0.05em;
}

.can-triad span {
	display: block;
	color: #fff;
}

.can-reveal-ready .can-triad span {
	opacity: 0;
	transform: translate3d(0, 22px, 0);
	transition:
		opacity 0.7s cubic-bezier(0.22, 1, 0.36, 1),
		transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}

.can-reveal-ready .can-triad span:nth-child(1) { transition-delay: 0.12s; }
.can-reveal-ready .can-triad span:nth-child(2) { transition-delay: 0.7s; }
.can-reveal-ready .can-triad span:nth-child(3) { transition-delay: 1.28s; }

.can-reveal-ready .can-triad.is-in span {
	opacity: 1;
	transform: none;
}

.can-strip {
	display: grid;
	grid-template-columns: 1fr 1.15fr 1fr;
	gap: 48px 40px;
	align-items: end;
	width: var(--can-rail);
	margin: 0 auto 48px;
}

.can-strip .can-fig img {
	max-height: 420px;
}

.can-collection {
	padding-bottom: 48px;
}

.can-collection .can-head p {
	max-width: 52ch;
	margin-top: 20px;
	font-size: 15px;
}

.can-catalog {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 18px;
}

.can-item {
	display: flex;
	flex-direction: column;
	gap: 4px;
	padding: 28px 24px 26px;
	background: var(--can-white);
}

.can-item figure {
	order: -1;
	margin: 0 0 18px;
	background: none;
	display: grid;
	place-items: center;
	padding: 0;
	min-height: 0;
}

.can-item img {
	display: block;
	width: 100%;
	height: auto;
	max-height: 280px;
	object-fit: contain;
	background: none;
}

.can-item:not(.can-item--photo) .can-item__num {
	font-size: clamp(36px, 4vw, 56px);
	letter-spacing: -0.04em;
	line-height: 1;
	margin-bottom: 12px;
}

.can-item__num {
	margin: 0 0 8px;
	color: var(--can-gold);
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.12em;
}

.can-item__sku {
	margin: 0 0 6px;
	color: var(--can-muted);
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0.08em;
}

.can-item h3 {
	margin: 0 0 10px !important;
	font-size: 22px;
}

.can-item p:last-child {
	margin: 0;
	font-size: 14px;
	max-width: 46ch;
}

.can-cta {
	background: linear-gradient(160deg, var(--can-navy) 0%, #164a72 100%);
	color: #fff;
	padding-bottom: 110px;
}

.can-cta__grid {
	display: grid;
	grid-template-columns: 0.84fr 1.16fr;
	gap: 48px;
	align-items: start;
}

.can-cta__copy {
	position: sticky;
	top: 108px;
}

.can-lp .can-cta h2 {
	margin-bottom: 22px !important;
	color: #fff;
	font-size: clamp(24px, 2.8vw, 36px);
}

.can-lp .can-cta p {
	max-width: 38ch;
	color: rgba(255, 255, 255, 0.74);
}

.can-form {
	background: #fff;
	color: var(--can-ink);
	padding: 28px 26px;
}

.can-form fieldset {
	border: 0;
	margin: 0 0 18px;
	padding: 0;
}

.can-form legend,
.can-form label {
	display: block;
	font-size: 13px;
	font-weight: 500;
	color: var(--can-navy);
	margin-bottom: 8px;
}

.can-interest {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 8px;
	margin-top: 10px;
}

.can-choice {
	margin: 0 !important;
}

.can-choice span {
	display: flex;
	align-items: center;
	min-height: 52px;
	padding: 8px 12px;
	border: 1px solid #dce4ea;
	color: var(--can-ink);
	font-size: 13px;
	font-weight: 500;
	line-height: 1.3;
	cursor: pointer;
}

.can-choice input {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}

.can-choice input:focus-visible + span,
.can-choice span:hover {
	border-color: var(--can-navy);
}

.can-choice input:checked + span {
	background: #eef4f9;
	border-color: var(--can-navy);
	color: var(--can-navy);
}

.can-form__row {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 12px;
}

.can-form input[type="text"],
.can-form input[type="email"],
.can-form input[type="tel"] {
	width: 100%;
	margin: 6px 0 14px;
	padding: 12px 14px;
	border: 1px solid #d5e0e7;
	border-radius: 0;
	font: inherit;
	font-weight: 400;
	color: var(--can-ink);
	background: #fff;
}

.can-form input:focus {
	outline: 2px solid var(--can-navy);
	border-color: transparent;
}

.can-hp {
	position: absolute;
	left: -9999px;
	height: 0;
	opacity: 0;
}

.can-form__status {
	min-height: 20px;
	margin: 12px 0 0;
	font-size: 14px;
}

.can-form__status.is-ok {
	color: #2f7a62;
}

.can-form__status.is-err {
	color: #b42318;
}

.can-foot {
	background: var(--can-paper);
	padding: 32px 0 96px;
	border-top: 1px solid var(--can-line);
	text-align: center;
}

.can-foot__inner img {
	display: block;
	height: 56px;
	width: auto;
	margin: 0 auto 12px;
}

.can-foot__inner p {
	margin: 0;
	color: var(--can-muted);
	font-size: 14px;
}

.can-sticky {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 40;
	display: none;
	padding: 12px 16px calc(12px + env(safe-area-inset-bottom));
	background: rgba(244, 238, 230, 0.96);
	border-top: 1px solid var(--can-line);
}

.can-sticky .can-btn {
	width: 100%;
	text-transform: uppercase;
	letter-spacing: 0.04em;
}

.can-sticky.is-hidden {
	display: none !important;
}

.can-lightbox {
	position: fixed;
	inset: 0;
	z-index: 80;
	display: grid;
	place-items: center;
}

.can-lightbox[hidden] {
	display: none;
}

.can-lightbox__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(8, 24, 42, 0.82);
}

.can-lightbox__dialog {
	position: relative;
	z-index: 1;
	margin: 0;
	width: min(980px, calc(100% - 32px));
	background: #f7f1e8;
	padding: 24px;
}

.can-lightbox img {
	display: block;
	width: 100%;
	height: auto;
	max-height: 82vh;
	object-fit: contain;
}

.can-lightbox__close {
	position: absolute;
	top: -14px;
	right: -14px;
	width: 40px;
	height: 40px;
	border: 0;
	border-radius: 50%;
	background: #fff;
	color: var(--can-navy);
	font-size: 28px;
	line-height: 1;
	cursor: pointer;
}

@media (max-width: 980px) {
	.can-statement__grid,
	.can-pillars__grid,
	.can-split:not(.can-split--rev) .can-split__grid,
	.can-catalog,
	.can-cta__grid,
	.can-form__row,
	.can-interest {
		grid-template-columns: 1fr 1fr;
	}

	.can-hero {
		min-height: min(78vh, 720px);
		background-position: 72% center;
	}

	.can-hero::before {
		background:
			linear-gradient(180deg, rgba(255, 255, 255, 0.94) 0%, rgba(255, 255, 255, 0.72) 42%, rgba(255, 255, 255, 0.22) 100%),
			linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, 0.85) 36%, rgba(255, 255, 255, 0) 68%);
	}

	.can-hero__copy {
		padding: 56px 0;
	}

	.can-split--rev .can-split__copy,
	.can-split--rev .can-split__media {
		order: 0;
	}

	.can-cta__copy {
		position: static;
	}

	.can-split__media {
		min-height: 0;
	}

	.can-strip {
		grid-template-columns: 1fr;
	}

	.can-bleed .can-zoom,
	.can-bleed img {
		height: auto;
	}
}

@media (max-width: 720px) {
	.can-lp {
		--can-gutter: 18px;
	}

	.can-statement__grid,
	.can-pillars__grid,
	.can-split__grid,
	.can-catalog,
	.can-cta__grid,
	.can-form__row,
	.can-interest,
	.can-strip {
		grid-template-columns: 1fr;
	}

	.can-hero__copy {
		padding: 48px 0 36px;
	}

	.can-hero {
		min-height: auto;
		background-position: 80% center;
	}

	.can-lp .can-hero h1 {
		max-width: none;
	}

	.can-topbar__cta {
		display: none;
	}

	.can-sticky {
		display: block;
	}

	.can-section {
		padding: 64px 0;
	}

	.can-pillars__grid {
		gap: 28px;
	}

	.can-form {
		padding: 22px 16px;
	}

	.can-explore__title h2 {
		max-width: none;
	}

	.can-gallery__stage {
		min-height: 0;
	}

	.can-gallery__img {
		max-height: 260px;
	}

	.can-gallery__thumbs {
		justify-content: flex-start;
		flex-wrap: nowrap;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		padding-bottom: 6px;
	}

	.can-closer {
		min-height: auto;
		background-position: 70% center;
	}

	.can-closer::before {
		background: linear-gradient(180deg, rgba(8, 32, 64, 0.86) 0%, rgba(8, 32, 64, 0.62) 52%, rgba(8, 32, 64, 0.34) 100%);
	}
}

.can-hero__copy > * {
	animation: can-rise 0.9s cubic-bezier(0.22, 1, 0.36, 1) both;
}
.can-hero__copy > *:nth-child(1) { animation-delay: 0.06s; }
.can-hero__copy > *:nth-child(2) { animation-delay: 0.16s; }
.can-hero__copy > *:nth-child(3) { animation-delay: 0.26s; }
.can-hero__copy > *:nth-child(4) { animation-delay: 0.36s; }

@keyframes can-rise {
	from {
		opacity: 0;
		transform: translate3d(0, 28px, 0);
	}
	to {
		opacity: 1;
		transform: none;
	}
}

.can-reveal-ready .can-reveal {
	opacity: 0;
	transform: translate3d(0, 40px, 0);
	transition:
		opacity 0.85s cubic-bezier(0.22, 1, 0.36, 1) var(--can-d, 0ms),
		transform 0.85s cubic-bezier(0.22, 1, 0.36, 1) var(--can-d, 0ms);
}

.can-reveal-ready .can-reveal.is-in {
	opacity: 1;
	transform: none;
}

@media (prefers-reduced-motion: reduce) {
	.can-hero__copy > * {
		animation: none;
	}
	.can-reveal-ready .can-reveal,
	.can-reveal-ready .can-triad span {
		opacity: 1;
		transform: none;
		transition: none;
	}
}
