:root {
	--ancre-navy: #123458;
	--ancre-blue: #89a8b2;
	--ancre-mist: #b3c8cf;
	--ancre-sand: #e5e1da;
	--ancre-cream: #ebe7e7;
	--ancre-white: #ffffff;
	--ancre-ink: #101c2b;
}

.an-onepager {
	background:
		radial-gradient(circle at 88% 8%, rgba(179, 200, 207, .44), transparent 25rem),
		radial-gradient(circle at 12% 38%, rgba(255, 255, 255, .84), transparent 28rem),
		linear-gradient(145deg, #f8f5ef 0%, var(--ancre-sand) 100%) !important;
	color: var(--ancre-ink) !important;
	font-family: Poppins, system-ui, sans-serif !important;
}

.an-container {
	max-width: 1240px !important;
	padding: 24px clamp(18px, 4vw, 54px) 72px !important;
}

.an-landing {
	min-height: 100vh;
}

.an-site-nav {
	align-items: center;
	border-bottom: 1px solid rgba(18, 52, 88, .1);
	display: grid;
	gap: 28px;
	grid-template-columns: 1fr auto 1fr;
	padding: 2px 0 22px;
}

.an-brand {
	align-items: center;
	color: var(--ancre-navy);
	display: inline-flex;
	gap: 12px;
	justify-self: start;
	text-decoration: none;
}

.an-brand-mark {
	align-items: center;
	background: var(--ancre-navy);
	border-radius: 50%;
	color: #fff;
	display: inline-flex;
	font-family: Georgia, serif;
	font-size: 1.45rem;
	height: 45px;
	justify-content: center;
	width: 45px;
}

.an-brand strong {
	display: block;
	font-family: Georgia, serif;
	font-size: 1.15rem;
	font-weight: 500;
}

.an-brand small {
	display: block;
	font-size: .55rem;
	font-weight: 700;
	letter-spacing: .16em;
	margin-top: 2px;
	text-transform: uppercase;
}

.an-nav-links {
	align-items: center;
	display: flex;
	gap: 32px;
}

.an-nav-links button,
.an-nav-links a {
	background: transparent;
	border: 0;
	color: var(--ancre-navy);
	cursor: pointer;
	font: inherit;
	font-size: .86rem;
	padding: 8px 0;
	position: relative;
	text-decoration: none;
}

.an-nav-links button::after,
.an-nav-links a::after {
	background: var(--ancre-navy);
	bottom: 2px;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	transform: scaleX(0);
	transform-origin: left;
	transition: transform .25s;
	width: 100%;
}

.an-nav-links button:hover::after,
.an-nav-links a:hover::after {
	transform: scaleX(1);
}

.an-nav-cta {
	align-items: center;
	background: var(--ancre-navy);
	border-radius: 999px;
	color: #fff;
	display: inline-flex;
	font-size: .78rem;
	font-weight: 650;
	gap: 8px;
	justify-self: end;
	padding: 12px 18px;
	text-decoration: none;
	transition: transform .25s, background .25s;
}

.an-nav-cta:hover {
	background: var(--ancre-blue);
	transform: translateY(-2px);
}

.an-nav-cta svg,
.an-btn svg,
.an-card-link svg {
	fill: none;
	height: 18px;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.8;
	width: 18px;
}

.an-hero {
	align-items: center;
	display: grid;
	gap: clamp(40px, 8vw, 100px);
	grid-template-columns: minmax(0, 1.05fr) minmax(340px, .95fr);
	min-height: 610px;
	padding: clamp(58px, 8vw, 100px) 0 58px;
}

.an-kicker {
	color: #5d777f;
	display: inline-block;
	font-size: .69rem;
	font-weight: 750;
	letter-spacing: .19em;
	margin-bottom: 20px;
	text-transform: uppercase;
}

.an-hero h1 {
	font-size: clamp(3.1rem, 6.5vw, 6.25rem);
	font-weight: 500;
	letter-spacing: -.045em;
	line-height: .94;
	margin: 0 0 28px;
}

.an-hero h1 em {
	color: var(--ancre-blue);
	font-style: italic;
	position: relative;
}

.an-hero-copy > p {
	font-size: clamp(1rem, 1.4vw, 1.16rem);
	line-height: 1.8;
	margin: 0 0 28px;
	max-width: 650px;
}

.an-hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.an-hero-actions .an-btn,
.an-hero-actions .an-btn-secondary {
	box-shadow: none;
	font-family: inherit;
	min-height: 53px;
	padding: 13px 23px;
}

.an-chat-panel {
	background: var(--ancre-cream);
	border-radius: 15px;
	bottom: 90px;
	box-shadow: 0 15px 35px rgba(0, 0, 0, .2);
	display: flex;
	flex-direction: column;
	max-height: min(720px, calc(100vh - 120px));
	overflow: hidden;
	position: fixed;
	right: 30px;
	width: min(390px, calc(100vw - 28px));
	z-index: 9999;
}

.an-chat-toggle {
	align-items: center;
	background: var(--ancre-white);
	border: 0;
	border-radius: 50%;
	bottom: 30px;
	box-shadow: 0 5px 15px rgba(18, 52, 88, .4);
	color: var(--ancre-navy);
	cursor: pointer;
	display: flex;
	height: 65px;
	justify-content: center;
	position: fixed;
	right: 30px;
	transition: transform .3s ease;
	width: 65px;
	z-index: 10000;
}

.an-chat-toggle:hover {
	transform: scale(1.05);
}

.an-chat-header {
	align-items: center;
	background: var(--ancre-navy);
	color: var(--ancre-cream);
	display: flex;
	gap: 11px;
	padding: 14px 16px;
}

.an-chat-profile {
	background: var(--ancre-white);
	border: 2px solid rgba(255, 255, 255, .75);
	border-radius: 50%;
	height: 44px;
	overflow: hidden;
	width: 44px;
}

.an-chat-profile img {
	height: 100%;
	object-fit: cover;
	object-position: center top;
	width: 100%;
}

.an-chat-name {
	display: block;
	font-family: Georgia, serif;
	font-size: 1.15rem;
	font-weight: 600;
}

.an-chat-role {
	display: block;
	font-size: .68rem;
	opacity: .8;
}

.an-chat-scroll {
	overflow-y: auto;
}

.an-chat-message {
	background: var(--ancre-white);
	font-size: .9rem;
	line-height: 1.55;
	margin: 0;
	padding: 18px;
}

.an-chat-actions {
	background: #f8f6f2;
	border-top: 1px solid rgba(18, 52, 88, .08);
	padding: 12px;
}

.an-chat-option {
	background: var(--ancre-white);
	border: 1px solid var(--ancre-mist);
	border-radius: 10px;
	color: var(--ancre-navy);
	cursor: pointer;
	display: block;
	font: inherit;
	font-size: .8rem;
	line-height: 1.4;
	margin-bottom: 8px;
	padding: 10px 12px;
	text-align: left;
	text-decoration: none;
	transition: border-color .2s, background .2s;
	width: 100%;
}

.an-chat-option:hover,
.an-chat-option:focus-visible {
	background: var(--ancre-cream);
	border-color: var(--ancre-navy);
}

.an-chat-option-secondary {
	border-style: dashed;
	margin-bottom: 0;
	margin-top: 12px;
}

.an-chat-cta {
	margin-top: 4px;
	width: 100%;
}

.an-chat-form {
	display: grid;
	gap: 10px;
}

.an-chat-form label {
	color: var(--ancre-navy);
	font-size: .75rem;
	font-weight: 650;
}

.an-chat-form input,
.an-chat-form textarea {
	background: var(--ancre-white);
	border: 1px solid var(--ancre-mist);
	border-radius: 8px;
	color: var(--ancre-ink);
	font: inherit;
	font-size: .82rem;
	margin-top: 4px;
	padding: 9px 10px;
	width: 100%;
}

.an-chat-form textarea {
	min-height: 88px;
	resize: vertical;
}

.an-chat-form .an-btn {
	font-family: inherit;
	margin-top: 2px;
	width: 100%;
}

.an-chat-error {
	color: #7a2632;
	font-size: .75rem;
	margin: 0;
}

.an-hero-actions .an-btn {
	gap: 14px;
}

.an-hero-actions .an-btn:hover {
	transform: translateY(-2px);
}

.an-hero-proof {
	border-top: 1px solid rgba(18, 52, 88, .13);
	display: flex;
	flex-wrap: wrap;
	gap: 22px;
	margin-top: 34px;
	padding-top: 20px;
}

.an-hero-proof span {
	color: #53606e;
	font-size: .7rem;
}

.an-hero-proof strong {
	color: var(--ancre-navy);
	font-family: Georgia, serif;
	font-size: 1.1rem;
	margin-right: 4px;
}

.an-hero-visual {
	isolation: isolate;
	min-height: 510px;
	position: relative;
}

.an-portrait-frame {
	background: linear-gradient(155deg, rgba(255, 255, 255, .96), rgba(179, 200, 207, .5));
	border-radius: 48% 48% 24px 24px;
	bottom: 0;
	box-shadow: 0 38px 80px rgba(18, 52, 88, .16);
	left: 50%;
	overflow: hidden;
	position: absolute;
	transform: translateX(-50%);
	width: min(100%, 430px);
	height: 480px;
	z-index: 2;
}

.an-portrait-frame .an-avatar-img-fade {
	height: 100%;
	inset: 0;
	object-fit: cover;
	object-position: center top;
	width: 100%;
}

.an-orbit {
	border: 1px solid rgba(18, 52, 88, .22);
	border-radius: 50%;
	position: absolute;
	z-index: 1;
}

.an-orbit-one {
	height: 380px;
	right: -5%;
	top: 4%;
	width: 380px;
}

.an-orbit-two {
	bottom: 1%;
	height: 250px;
	left: -2%;
	width: 250px;
}

.an-hero-botanical {
	bottom: -28px;
	height: 430px;
	left: -45px;
	object-fit: contain;
	opacity: .48;
	pointer-events: none;
	position: absolute;
	transform: rotate(-7deg);
	width: 170px;
	z-index: 3;
}

.an-floating-note {
	background: rgba(255, 255, 255, .9);
	border: 1px solid rgba(18, 52, 88, .08);
	border-radius: 16px;
	box-shadow: 0 18px 40px rgba(18, 52, 88, .12);
	color: var(--ancre-navy);
	font-family: Georgia, serif;
	font-size: 1rem;
	max-width: 190px;
	padding: 15px 19px;
	position: absolute;
	right: -2%;
	top: 16%;
	transform: rotate(3deg);
	z-index: 3;
}

.an-slide-dots {
	bottom: 20px;
	display: flex;
	gap: 7px;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	z-index: 4;
}

.an-slide-dots button {
	background: rgba(255, 255, 255, .7);
	border: 0;
	border-radius: 999px;
	cursor: pointer;
	height: 7px;
	padding: 0;
	transition: width .25s, background .25s;
	width: 7px;
}

.an-slide-dots button.is-active {
	background: var(--ancre-navy);
	width: 25px;
}

.an-approaches {
	background: rgba(255, 255, 255, .55);
	border: 1px solid rgba(255, 255, 255, .8);
	border-radius: 28px;
	box-shadow: 0 20px 50px rgba(18, 52, 88, .06);
	padding: clamp(30px, 5vw, 58px);
}

.an-approaches header {
	margin: 0 auto 34px;
	text-align: center;
}

.an-approaches h2 {
	font-size: clamp(2rem, 4vw, 3.25rem);
	font-weight: 500;
	margin: 0;
}

.an-approach-grid {
	display: grid;
	gap: 14px;
	grid-template-columns: repeat(3, 1fr);
}

.an-approach-grid > button {
	background: rgba(255, 255, 255, .7);
	border: 1px solid rgba(18, 52, 88, .1);
	border-radius: 20px;
	color: var(--ancre-ink);
	cursor: pointer;
	font: inherit;
	min-height: 260px;
	padding: 26px;
	position: relative;
	text-align: left;
	transition: transform .3s, box-shadow .3s, background .3s;
}

.an-approach-grid > button:hover {
	background: #fff;
	box-shadow: 0 24px 40px rgba(18, 52, 88, .11);
	transform: translateY(-7px);
}

.an-approach-number {
	color: var(--ancre-blue);
	font-family: Georgia, serif;
	font-size: .75rem;
	position: absolute;
	right: 22px;
	top: 20px;
}

.an-approach-icon {
	align-items: center;
	background: var(--ancre-cream);
	border-radius: 50%;
	color: var(--ancre-navy);
	display: flex;
	height: 52px;
	justify-content: center;
	margin-bottom: 26px;
	width: 52px;
}

.an-approach-icon svg {
	fill: none;
	height: 24px;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.5;
	width: 24px;
}

.an-approach-grid strong,
.an-approach-grid small {
	display: block;
}

.an-approach-grid strong {
	color: var(--ancre-navy);
	font-family: Georgia, serif;
	font-size: 1.35rem;
	margin-bottom: 10px;
}

.an-approach-grid small {
	font-size: .78rem;
	line-height: 1.65;
	min-height: 52px;
}

.an-card-link {
	align-items: center;
	color: var(--ancre-navy);
	display: flex;
	font-size: .72rem;
	font-weight: 700;
	gap: 8px;
	margin-top: 18px;
	text-transform: uppercase;
}

.an-portfolio-header {
	background: rgba(255, 255, 255, .54);
	border-radius: 24px;
	padding: 24px !important;
}

.an-tinder-card {
	background:
		linear-gradient(135deg, rgba(255, 255, 255, .98), rgba(235, 231, 231, .95)) !important;
	border: 1px solid rgba(18, 52, 88, .1);
	box-shadow: 0 30px 65px rgba(18, 52, 88, .14) !important;
	cursor: grab;
	max-width: 720px !important;
	padding: clamp(32px, 6vw, 60px) !important;
	touch-action: none;
	user-select: none;
}

.an-tinder-card:active {
	cursor: grabbing;
}

.an-swipe-hint {
	color: var(--ancre-blue);
	display: block;
	font-size: .65rem;
	font-weight: 750;
	letter-spacing: .15em;
	margin-bottom: 15px;
	text-transform: uppercase;
}

.an-photo-gallery {
	grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)) !important;
}

.an-square-item {
	border-radius: 20px !important;
}

.an-teaser-banner {
	background: linear-gradient(120deg, var(--ancre-navy), #244f70) !important;
	border-radius: 28px !important;
	padding: clamp(38px, 7vw, 72px) !important;
}

@media (max-width: 900px) {
	.an-site-nav {
		grid-template-columns: 1fr auto;
	}

	.an-nav-links {
		grid-column: 1 / -1;
		grid-row: 2;
		justify-content: center;
		flex-wrap: wrap;
		gap: 8px 24px;
	}

	.an-nav-links button,
	.an-nav-links a {
		align-items: center;
		display: inline-flex;
		min-height: 44px;
	}

	.an-nav-cta {
		grid-column: 2;
		grid-row: 1;
	}

	.an-hero {
		grid-template-columns: 1fr;
		padding-top: 62px;
	}

	.an-hero-visual {
		margin: 0 auto;
		width: min(100%, 500px);
	}

	.an-approach-grid {
		grid-template-columns: 1fr;
	}

	.an-approach-grid > button {
		min-height: 220px;
	}
}

@media (max-width: 560px) {
	.an-container {
		padding-inline: 14px !important;
	}

	.an-site-nav {
		gap: 10px;
	}

	.an-brand small,
	.an-nav-cta svg {
		display: none;
	}

	.an-brand strong {
		font-size: .95rem;
	}

	.an-brand-mark {
		height: 38px;
		width: 38px;
	}

	.an-nav-cta {
		font-size: .68rem;
		padding: 10px 12px;
	}

	.an-hero h1 {
		font-size: clamp(2.7rem, 15vw, 4.3rem);
	}

	.an-hero-visual {
		min-height: 430px;
	}

	.an-portrait-frame {
		height: 405px;
	}

	.an-floating-note {
		right: 0;
		top: 10%;
	}

	.an-hero-botanical {
		height: 340px;
		left: -24px;
		opacity: .38;
		width: 135px;
	}

	.an-hero-proof {
		gap: 14px;
	}

	.an-approaches {
		padding: 30px 16px;
	}

	.an-photo-gallery {
		grid-template-columns: repeat(2, 1fr) !important;
	}

	.an-chat-panel {
		bottom: 84px;
		right: 14px;
	}

	.an-chat-toggle {
		bottom: 18px;
		right: 18px;
	}

}

@media (prefers-reduced-motion: reduce) {
	.an-onepager *,
	.an-onepager *::before,
	.an-onepager *::after {
		scroll-behavior: auto !important;
		transition-duration: .01ms !important;
		animation-duration: .01ms !important;
	}
}
