@font-face {
	font-family: "AMP Manrope";
	font-style: normal;
	font-weight: 400 800;
	font-display: swap;
	src: url("../fonts/amp-manrope-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;
}

/* Keep the isolated editable hero rail full-width inside Elementor's wrapper. */
.amp-home-body .amp-hero .amp-hero-rail:has(> .amp-hero-rail-widget) {
	display: block !important;
	padding-inline: 0 !important;
}

.amp-home-body .amp-hero .amp-hero-rail:has(> .amp-hero-rail-widget) > .amp-hero-rail-widget {
	width: 100% !important;
	max-width: none !important;
}

@font-face {
	font-family: "AMP Manrope";
	font-style: normal;
	font-weight: 400 800;
	font-display: swap;
	src: url("../fonts/amp-manrope-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;
}

:root {
	--amp-red: #3f0b0d;
	--amp-red-dark: #3f0b0d;
	--amp-soft-white: #eee6dc;
	--amp-ink: #382418;
	--amp-muted: #75675e;
	--amp-border: rgba(63, 11, 13, 0.18);
	--amp-shell: min(100% - 72px, 1380px);
	--amp-serif: "Cormorant Garamond", Georgia, serif;
	--amp-sans: "AMP Manrope", Arial, sans-serif;
}

html {
	scroll-behavior: smooth;
	scroll-padding-top: 92px;
}

body.amp-home-body {
	margin: 0;
	background: var(--amp-soft-white);
	color: var(--amp-ink);
	font-family: var(--amp-sans);
	font-size: 16px;
	line-height: 1.65;
	overflow-x: clip;
}

.amp-home-body *,
.amp-home-body *::before,
.amp-home-body *::after {
	box-sizing: border-box;
}

.amp-home-body h1,
.amp-home-body h2,
.amp-home-body h3,
.amp-home-body p,
.amp-home-body figure {
	margin-top: 0;
}

.amp-home-body h1,
.amp-home-body h2,
.amp-home-body h3 {
	font-family: var(--amp-serif);
	font-weight: 500;
	letter-spacing: -0.035em;
}

.amp-home-body img {
	display: block;
	max-width: 100%;
}

.amp-home-body a {
	color: inherit;
}

.amp-shell {
	width: var(--amp-shell);
	margin-inline: auto;
}

.amp-kicker {
	margin-bottom: 20px;
	font-family: var(--amp-sans);
	font-size: 9px;
	font-weight: 800;
	letter-spacing: 0.2em;
	line-height: 1.4;
	text-transform: uppercase;
}

.amp-kicker p {
	font-family: inherit !important;
	font-size: inherit !important;
	font-weight: inherit !important;
	letter-spacing: inherit !important;
	line-height: inherit !important;
}

.amp-visually-hidden {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.amp-lead {
	font-family: var(--amp-serif);
	font-size: clamp(24px, 2.2vw, 36px);
	line-height: 1.13;
}

.amp-button {
	display: inline-flex;
	min-height: 50px;
	align-items: center;
	justify-content: center;
	padding: 12px 20px;
	border: 1px solid currentColor;
	border-radius: 0;
	font-family: var(--amp-sans) !important;
	font-size: 10px !important;
	font-weight: 800 !important;
	letter-spacing: 0.14em !important;
	line-height: 1.3 !important;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	transition: transform 180ms ease, background-color 180ms ease, color 180ms ease;
}

.amp-button:hover,
.amp-button:focus-visible {
	transform: translateY(-2px);
}

.amp-home-body .amp-button-light {
	background: var(--amp-soft-white);
	color: var(--amp-red);
}

.amp-home-body .amp-button-light:hover,
.amp-home-body .amp-button-light:focus-visible {
	background: #fff;
	color: var(--amp-red);
}

.amp-home-body .amp-button-red {
	background: var(--amp-red);
	color: var(--amp-soft-white);
}

.amp-skip-link {
	position: fixed;
	top: 12px;
	left: 12px;
	z-index: 9999;
	padding: 10px 16px;
	background: var(--amp-soft-white);
	color: var(--amp-red);
	transform: translateY(-160%);
}

.amp-skip-link:focus {
	transform: translateY(0);
}

/* Header */
.amp-site-header {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1000;
	display: flex;
	width: 100%;
	height: 92px;
	align-items: center;
	justify-content: space-between;
	padding: 0 4vw;
	border-bottom: 1px solid rgba(238, 230, 220, 0.28);
	color: var(--amp-soft-white);
	transition: background-color 200ms ease, height 200ms ease, color 200ms ease;
}

.amp-site-header.amp-header-is-scrolled {
	position: fixed;
	height: 72px;
	background: rgba(238, 230, 220, 0.96);
	color: var(--amp-red);
	box-shadow: 0 10px 30px rgba(56, 36, 24, 0.08);
	backdrop-filter: blur(12px);
}

.amp-logo {
	display: grid;
	font-family: var(--amp-serif);
	font-size: 23px;
	letter-spacing: 0.08em;
	line-height: 0.74;
	text-decoration: none;
}

.amp-desktop-nav {
	display: flex;
	align-items: center;
	gap: clamp(24px, 3vw, 52px);
}

.amp-desktop-nav a {
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.16em;
	text-decoration: none;
	text-transform: uppercase;
}

.amp-desktop-nav > a:last-child,
.amp-desktop-nav .amp-menu-list > li:last-child > a {
	padding: 12px 18px;
	border: 1px solid currentColor;
}

.amp-menu-toggle,
.amp-mobile-menu {
	display: none;
}

/* Hero */
.amp-hero {
	position: relative;
	min-height: 100svh;
	background: var(--amp-red-dark);
	color: var(--amp-soft-white);
	overflow: hidden;
}

.amp-hero-image,
.amp-hero-shade {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 70%;
	height: 100%;
}

.amp-hero-image {
	object-fit: contain;
	object-position: center bottom;
}

.amp-hero-shade {
	left: 0;
	width: 100%;
	background: linear-gradient(270deg, rgba(13, 10, 10, 0.54) 0%, rgba(13, 10, 10, 0.08) 18%, transparent 34%), linear-gradient(90deg, rgba(25, 7, 8, 0.97) 0%, rgba(31, 9, 10, 0.84) 42%, rgba(28, 12, 12, 0.2) 82%), linear-gradient(0deg, rgba(16, 7, 7, 0.58), transparent 45%);
}

.amp-hero-copy {
	position: relative;
	z-index: 2;
	display: flex;
	min-height: 100svh;
	width: min(840px, 90vw);
	justify-content: center;
	flex-direction: column;
	margin-left: max(4vw, calc((100vw - 1600px) / 2));
	padding: 150px 0 130px;
}

.amp-hero-eyebrow {
	margin-bottom: 24px;
	font-family: var(--amp-sans);
	font-size: 9px;
	font-weight: 800;
	letter-spacing: 0.18em;
	text-transform: uppercase;
}

.amp-hero-eyebrow p {
	font-family: inherit !important;
	font-size: inherit !important;
	font-weight: inherit !important;
	letter-spacing: inherit !important;
}

.amp-hero h1 {
	max-width: 820px;
	margin-bottom: 24px;
	font-family: var(--amp-sans);
	font-size: clamp(68px, 8vw, 136px);
	font-weight: 500;
	letter-spacing: -0.075em;
	line-height: 0.82;
	text-transform: uppercase;
}

.amp-hero-copy > p:not(.amp-hero-eyebrow) {
	max-width: 510px;
	margin-bottom: 34px;
	font-size: clamp(16px, 1.3vw, 20px);
}

.amp-hero-copy .amp-button {
	align-self: flex-start;
}

.amp-hero-rail {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2;
	display: block;
	min-height: 64px;
	align-items: center;
	justify-content: center;
	border-top: 1px solid rgba(238, 230, 220, 0.28);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.13em;
	text-transform: uppercase;
}

.amp-hero-rail-widget,
.amp-hero-rail-widget .elementor-widget-container {
	width: 100%;
	height: 100%;
}

.amp-hero-rail-inner {
	display: grid;
	width: min(100% - 40px, 760px);
	height: 100%;
	align-items: center;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin-inline: auto;
}

.amp-hero-rail-inner span {
	display: flex;
	height: 100%;
	align-items: center;
	justify-content: center;
	font-family: var(--amp-sans);
	text-align: center;
}

.amp-hero-rail-inner span + span {
	border-left: 1px solid rgba(238, 230, 220, 0.2);
}

/* Manifesto */
.amp-manifesto {
	padding-top: clamp(100px, 13vw, 190px);
	background: var(--amp-soft-white);
	color: var(--amp-red);
	text-align: center;
}

.amp-manifesto-inner {
	max-width: 1080px;
	padding-bottom: clamp(90px, 11vw, 150px);
}

.amp-manifesto h2 {
	margin-bottom: 36px;
	font-size: clamp(52px, 6vw, 94px);
	line-height: 0.94;
}

.amp-manifesto-lead {
	max-width: 690px;
	margin: 0 auto;
	color: var(--amp-ink);
	font-size: clamp(17px, 1.5vw, 22px);
}

.amp-marquee {
	width: 100%;
	padding: 18px 0;
	border-top: 1px solid var(--amp-border);
	border-bottom: 1px solid var(--amp-border);
	overflow: hidden;
}

.amp-marquee-track {
	display: flex;
	width: max-content;
	align-items: center;
	gap: 32px;
	font-family: var(--amp-serif);
	font-size: 21px;
	font-style: italic;
	animation: amp-marquee 28s linear infinite;
}

.amp-marquee-track i {
	font-family: var(--amp-sans);
	font-size: 10px;
	font-style: normal;
}

@keyframes amp-marquee {
	to { transform: translateX(-50%); }
}

/* Algorithm */
.amp-algorithm {
	padding: 0;
	background: var(--amp-soft-white);
}

.amp-device-frame {
	display: grid;
	width: 100%;
	min-height: 720px;
	grid-template-columns: 1fr 1.1fr;
	background: var(--amp-red);
	overflow: hidden;
}

.amp-algorithm-copy {
	display: flex;
	justify-content: center;
	flex-direction: column;
	padding: clamp(48px, 6vw, 90px);
	color: var(--amp-soft-white);
}

.amp-algorithm-copy h2 {
	margin-bottom: 28px;
	font-size: clamp(48px, 5vw, 76px);
	line-height: 0.94;
}

.amp-algorithm-copy p:not(.amp-kicker) {
	max-width: 560px;
	margin-bottom: 16px;
}

.amp-algorithm-copy .amp-button {
	align-self: flex-start;
	margin-top: 18px;
}

.amp-algorithm-image {
	min-height: 100%;
	margin: 0;
}

.amp-algorithm-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 50% 55%;
}

/* Sticky services */
.amp-services {
	position: relative;
	background-color: var(--amp-red);
	color: var(--amp-soft-white);
	isolation: isolate;
}

.amp-services-background {
	position: sticky;
	top: 0;
	z-index: 0;
	display: block;
	width: 100%;
	height: 100svh;
	margin-bottom: -100svh;
}

.amp-services-layout {
	position: relative;
	z-index: 1;
}

.amp-services-layout {
	display: block;
	padding: clamp(100px, 10vw, 150px) 0 150px;
}

.amp-services-heading {
	max-width: 900px;
	margin: 0 auto clamp(80px, 9vw, 130px);
	text-align: center;
}

.amp-services-heading h2 {
	margin-bottom: 0;
	font-size: clamp(64px, 7vw, 104px);
	line-height: 0.88;
}

.amp-services-heading .amp-kicker,
.amp-services-heading .amp-kicker p {
	font-size: 9px;
	font-weight: 800;
	letter-spacing: 0.18em;
}

.amp-service-cards {
	width: min(920px, 100%);
	margin: 0 auto;
	--amp-service-card-height: clamp(540px, 62svh, 580px);
}

.amp-service-card {
	position: sticky;
	top: calc((100svh - var(--amp-service-card-height)) / 2);
	z-index: var(--amp-card-index);
	display: grid;
	min-height: var(--amp-service-card-height);
	align-items: start;
	grid-template-columns: 56px 1fr;
	gap: 30px;
	margin-bottom: 0;
	padding: clamp(38px, 4vw, 48px);
	border: 1px solid rgba(63, 11, 13, 0.16);
	background: var(--amp-soft-white);
	color: var(--amp-red);
	box-shadow: 0 22px 60px rgba(34, 5, 7, 0.28);
}

.amp-service-card:nth-child(1) { --amp-card-index: 1; }
.amp-service-card:nth-child(3) { --amp-card-index: 2; }
.amp-service-card:nth-child(5) { --amp-card-index: 3; }
.amp-service-card:nth-child(7) { --amp-card-index: 4; }

.amp-service-spacer {
	height: 46vh;
}

.amp-service-spacer:last-child {
	height: 100svh;
}

.amp-service-number {
	align-self: start;
	padding-top: 8px;
	font-size: 16px;
	font-weight: 800;
	letter-spacing: 0.12em;
}

.amp-service-number .elementor-heading-title {
	font-family: var(--amp-sans) !important;
	font-size: inherit !important;
	font-weight: inherit !important;
	letter-spacing: inherit !important;
}

.amp-service-card h3 {
	margin-bottom: 20px;
	font-size: clamp(42px, 4.2vw, 62px);
	line-height: 1;
}

.amp-service-content p {
	margin-bottom: 10px;
	color: var(--amp-ink);
	font-size: 15px;
	line-height: 1.55;
}

.amp-service-problem {
	max-width: 720px;
	font-size: clamp(28px, 2.8vw, 40px) !important;
	font-style: normal;
	font-weight: 500;
	line-height: 1.08 !important;
}

.amp-service-problem p {
	font-size: inherit !important;
	font-style: normal !important;
	font-weight: inherit;
	line-height: inherit !important;
}

.amp-service-content strong {
	font-size: inherit;
	letter-spacing: normal;
}

.amp-service-content .amp-button {
	margin-top: 18px;
}

.amp-service-content > .amp-elementor-button {
	align-self: center;
	margin-inline: auto;
}

/* Process */
.amp-process {
	padding: clamp(100px, 12vw, 180px) 0;
	background: var(--amp-red);
	color: var(--amp-soft-white);
}

.amp-process-heading {
	max-width: 760px;
	margin: 0 auto 80px;
	text-align: center;
}

.amp-process-heading h2 {
	font-size: clamp(60px, 7vw, 100px);
	line-height: 0.9;
}

.amp-timeline {
	position: relative;
	display: grid;
	max-width: 1100px;
	margin: 0 auto;
	padding: 0;
	list-style: none;
}

.amp-timeline::before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	width: 1px;
	background: rgba(238, 230, 220, 0.72);
	content: "";
}

.amp-timeline li {
	position: relative;
	display: grid;
	width: 50%;
	min-height: 190px;
	align-items: center;
	grid-template-columns: 54px 1fr;
	gap: 22px;
	padding: 30px 72px 30px 0;
}

.amp-timeline li:nth-child(even) {
	margin-left: 50%;
	padding-right: 0;
	padding-left: 72px;
}

.amp-timeline li::after {
	position: absolute;
	top: 50%;
	right: -7px;
	width: 14px;
	height: 14px;
	border: 3px solid var(--amp-red);
	border-radius: 50%;
	background: var(--amp-soft-white);
	content: "";
}

.amp-timeline li:nth-child(even)::after {
	right: auto;
	left: -7px;
}

.amp-timeline li > span {
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.12em;
}

.amp-timeline h3 {
	margin-bottom: 8px;
	font-size: clamp(32px, 3.5vw, 50px);
	line-height: 0.98;
}

.amp-timeline p {
	margin-bottom: 0;
	color: var(--amp-soft-white);
}

/* About */
.amp-about {
	position: relative;
	min-height: 900px;
	background: var(--amp-soft-white);
	color: var(--amp-ink);
	overflow: hidden;
}

.amp-about-layout {
	position: relative;
	z-index: 2;
	display: grid;
	min-height: 900px;
	align-items: end;
	grid-template-columns: 0.9fr 1.1fr;
	gap: 7vw;
}

.amp-about-image {
	align-self: end;
	margin: 0;
}

.amp-about-image img {
	width: min(580px, 100%);
	max-height: 850px;
	object-fit: contain;
	object-position: bottom;
}

.amp-about-copy {
	align-self: center;
	max-width: 650px;
	padding: 100px 0;
}

.amp-about-copy h2 {
	margin-bottom: 26px;
	color: var(--amp-red);
	font-size: clamp(68px, 7vw, 110px);
	line-height: 0.9;
}

.amp-about-copy .amp-kicker {
	color: var(--amp-red);
}

.amp-about-copy p {
	margin-bottom: 13px;
}

/* Slider */
.amp-no-bullshit {
	padding: 0;
	background: var(--amp-red);
	color: var(--amp-soft-white);
	overflow: hidden;
}

.amp-no-bullshit::after {
	display: block;
	height: clamp(190px, 18vw, 250px);
	content: "";
}

.amp-slider-header {
	display: flex;
	min-height: clamp(190px, 18vw, 250px);
	align-items: center;
	justify-content: center;
	flex-direction: column;
	max-width: 820px;
	margin-bottom: 0;
	text-align: center;
}

.amp-slider-header p {
	max-width: 720px;
	margin: 0 auto 20px;
	font-size: clamp(17px, 1.7vw, 22px);
	font-weight: 500;
	line-height: 1.08;
}

.amp-slider-header h2 {
	margin-bottom: 0;
	font-size: clamp(36px, 4vw, 52px);
	line-height: 0.94;
}

.amp-slider-arrow {
	position: absolute;
	top: 50%;
	z-index: 5;
	display: flex;
	width: 52px;
	height: 52px;
	align-items: center;
	justify-content: center;
	border: 0;
	background: transparent;
	color: inherit;
	font-family: var(--amp-sans);
	font-size: 22px;
	line-height: 1;
	cursor: pointer;
	transform: translateY(-50%);
}

.amp-slider-arrow-prev { left: max(24px, calc((100vw - 1240px) / 2)); }
.amp-slider-arrow-next { right: max(24px, calc((100vw - 1240px) / 2)); }

.amp-slider-viewport {
	position: relative;
	overflow: hidden;
}

.amp-slider-track {
	display: flex;
	width: 100%;
	flex-flow: row nowrap;
	transition: transform 500ms cubic-bezier(0.22, 1, 0.36, 1);
	will-change: transform;
}

.amp-quote-slide {
	display: flex;
	width: 100%;
	min-width: 0;
	flex: 0 0 100%;
	min-height: 310px;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	padding: 44px max(120px, calc((100vw - 1000px) / 2));
	border-top: 1px solid rgba(238, 230, 220, 0.22);
	border-bottom: 1px solid rgba(238, 230, 220, 0.22);
	text-align: center;
}

.amp-quote {
	max-width: 900px;
	margin-bottom: 40px;
	font-family: var(--amp-serif);
	font-size: clamp(27px, 3vw, 42px);
	font-weight: 500;
	letter-spacing: -0.035em;
	line-height: 1.04;
}

.amp-slider-widget,
.amp-slider-widget .elementor-widget-container,
.amp-slider-shell {
	width: 100%;
}

.amp-slider-shell {
	position: relative;
}

/* Work */
.amp-work {
	padding: clamp(100px, 12vw, 180px) 4vw;
	background: var(--amp-soft-white);
	color: var(--amp-red);
	overflow: hidden;
}

.amp-work-heading {
	margin-bottom: 80px;
	text-align: center;
}

.amp-work-heading h2 {
	margin-bottom: 0;
	font-size: clamp(68px, 8vw, 118px);
	line-height: 0.88;
}

.amp-work-device {
	width: min(1300px, 100%);
	margin: 0 auto;
}

.amp-work-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 22px;
}

.amp-work-card {
	display: block;
	padding-bottom: 22px;
	border-bottom: 1px solid var(--amp-border);
	text-decoration: none;
}

.amp-work-placeholder {
	display: flex;
	min-height: 430px;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
	background: var(--amp-red);
	color: rgba(238, 230, 220, 0.72);
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.15em;
	text-transform: uppercase;
}

.amp-work-card:nth-child(2) .amp-work-placeholder {
	background: var(--amp-red-dark);
}

.amp-work-card small {
	font-size: 9px;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.amp-work-card h3 {
	margin: 4px 0 0;
	font-size: clamp(26px, 2.4vw, 38px);
	line-height: 1;
}

/* AMP Learn, CTA and footer */
.amp-learn {
	padding: clamp(110px, 12vw, 180px) 0;
	background: var(--amp-red);
	color: var(--amp-soft-white);
}

.amp-learn-layout {
	display: grid;
	align-items: center;
	grid-template-columns: 0.9fr 1.1fr;
	gap: 8vw;
}

.amp-learn-brand {
	color: var(--amp-soft-white);
	font-family: var(--amp-serif);
	font-size: clamp(72px, 9vw, 132px);
	font-weight: 500;
	letter-spacing: -0.07em;
	line-height: 0.68;
}

.amp-learn-copy {
	max-width: 680px;
}

.amp-learn-copy h2 {
	margin-bottom: 24px;
	color: var(--amp-soft-white);
	font-size: clamp(52px, 5.5vw, 82px);
	line-height: 0.92;
}

.amp-learn-lead {
	font-family: var(--amp-sans);
	font-size: clamp(30px, 3vw, 44px);
	font-weight: 500;
	line-height: 1.1;
}

.amp-learn-copy .amp-button {
	margin-top: 24px;
}

.amp-final-cta {
	padding: clamp(110px, 14vw, 210px) 0;
	background: var(--amp-soft-white);
	color: var(--amp-ink);
}

.amp-final-cta-layout {
	display: grid;
	align-items: center;
	grid-template-columns: 1.15fr 0.85fr;
	gap: 10vw;
}

.amp-final-cta-copy {
	max-width: 760px;
}

.amp-final-cta h2 {
	margin-bottom: 32px;
	color: var(--amp-red);
	font-size: clamp(60px, 7vw, 104px);
	line-height: 0.86;
}

.amp-final-cta-lead {
	font-family: var(--amp-sans);
	font-size: clamp(30px, 3vw, 46px);
	font-weight: 500;
	line-height: 1.08;
}

.amp-final-cta-copy .amp-button {
	margin-top: 28px;
}

.amp-final-lockup {
	display: flex;
	align-self: center;
	align-items: flex-start;
	flex-direction: column;
	gap: 18px;
	color: var(--amp-red);
	text-align: left;
}

.amp-final-lockup span {
	font-family: var(--amp-serif);
	font-size: clamp(42px, 5vw, 72px);
	line-height: 0.9;
}

.amp-final-lockup strong {
	font-size: clamp(26px, 3.2vw, 48px);
	letter-spacing: -0.04em;
	line-height: 0.9;
}

.amp-site-footer {
	padding: 80px 0 28px;
	background: var(--amp-red);
	color: var(--amp-soft-white);
}

.amp-footer-grid {
	display: grid;
	grid-template-columns: 1.5fr 0.7fr 0.7fr;
	gap: 8vw;
	padding-bottom: 70px;
}

.amp-footer-logo {
	font-family: var(--amp-serif);
	font-size: clamp(38px, 4vw, 62px);
	text-decoration: none;
}

.amp-footer-grid > div p {
	max-width: 390px;
	color: var(--amp-soft-white);
}

.amp-footer-grid nav {
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	gap: 12px;
}

.amp-footer-grid nav a {
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-decoration: none;
	text-transform: uppercase;
}

.amp-footer-bottom {
	display: flex;
	justify-content: space-between;
	padding-top: 22px;
	border-top: 1px solid rgba(238, 230, 220, 0.3);
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

@media (max-width: 1050px) {
	:root { --amp-shell: min(100% - 48px, 1380px); }
	.amp-device-frame { min-height: 680px; }
	.amp-algorithm-copy { padding: 52px 42px; }
	.amp-about-layout { grid-template-columns: 0.8fr 1.2fr; gap: 30px; }
}

@media (min-width: 1601px) {
	.amp-hero-image,
	.amp-hero-shade { right: calc((100vw - 1600px) / 2); width: min(62vw, 1040px); }
	.amp-hero-shade { right: 0; left: 0; width: 100%; }
}

@media (max-width: 900px) {
	:root { --amp-shell: min(100% - 36px, 1380px); }
	html { scroll-padding-top: 68px; }
	.amp-site-header,
	.amp-site-header.amp-header-is-scrolled { position: absolute; height: 72px; padding-inline: 20px; background: transparent; color: var(--amp-soft-white); box-shadow: none; backdrop-filter: none; }
	.amp-desktop-nav { display: none; }
	.amp-menu-toggle { position: relative; z-index: 3; display: flex; width: 46px; height: 46px; align-items: center; justify-content: center; flex-direction: column; gap: 5px; border: 1px solid currentColor; border-radius: 50%; background: transparent; color: inherit; }
	.amp-menu-toggle span { width: 18px; height: 1px; background: currentColor; transition: transform 180ms ease, opacity 180ms ease; }
	.amp-menu-is-open .amp-menu-toggle span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
	.amp-menu-is-open .amp-menu-toggle span:nth-child(2) { opacity: 0; }
	.amp-menu-is-open .amp-menu-toggle span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
	.amp-mobile-menu { position: fixed; inset: 0; display: flex; align-items: center; justify-content: center; flex-direction: column; gap: 24px; background: var(--amp-red); color: var(--amp-soft-white); opacity: 0; pointer-events: none; transition: opacity 200ms ease; }
	.amp-mobile-menu a { font-family: var(--amp-serif); font-size: 44px; line-height: 1; text-decoration: none; }
	.amp-menu-is-open .amp-mobile-menu { opacity: 1; pointer-events: auto; }
	body.amp-nav-open { overflow: hidden; }
	.amp-hero-copy { width: 100%; justify-content: flex-end; margin-left: 0; padding: 110px 20px 108px; }
	.amp-hero-image { left: 0; width: 100%; object-fit: cover; object-position: 52% 45%; }
	.amp-hero-shade { background: linear-gradient(0deg, rgba(27, 7, 8, 0.94) 0%, rgba(39, 9, 11, 0.42) 55%, rgba(39, 9, 11, 0.06) 82%); }
	.amp-hero h1 { font-size: clamp(52px, 15vw, 82px); line-height: 0.84; }
	.amp-hero-rail { overflow: hidden; white-space: nowrap; }
	.amp-device-frame { display: flex; min-height: auto; flex-direction: column; }
	.amp-algorithm-image { order: -1; }
	.amp-algorithm-copy { order: 0; }
	.amp-algorithm-image { height: 480px; }
	.amp-algorithm-copy { padding: 52px 30px; }
	.amp-services-layout { padding: 90px 0; }
	.amp-service-cards { --amp-service-card-height: clamp(540px, 68svh, 620px); }
	.amp-service-card { top: calc((100svh - var(--amp-service-card-height)) / 2); min-height: var(--amp-service-card-height); grid-template-columns: 42px 1fr; margin-bottom: 0; }
	.amp-about { min-height: auto; }
	.amp-about-layout { display: flex; min-height: auto; flex-direction: column; }
	.amp-about-copy { padding: 24px 0 80px; }
	.amp-process { padding-bottom: 48px; }
	.amp-about-image { width: 78%; margin: 0 auto; }
	.amp-about-image img { max-height: 650px; }
	.amp-work-grid { grid-template-columns: 1fr; }
	.amp-work-placeholder { min-height: 340px; }
	.amp-learn-layout,
	.amp-final-cta-layout { grid-template-columns: 1fr; gap: 70px; }
}

@media (max-width: 640px) {
	:root { --amp-shell: min(100% - 32px, 1380px); }
	.amp-logo { font-size: 19px; }
	.amp-hero { min-height: 820px; }
	.amp-hero-copy { min-height: 820px; }
	.amp-hero-image { object-position: 51% 30%; }
	.amp-hero-copy > p:not(.amp-hero-eyebrow) { font-size: 15px; }
	.amp-hero-eyebrow { font-size: 8px; letter-spacing: 0.12em; }
	.amp-hero-rail { padding-inline: 0; font-size: 9px; letter-spacing: 0.055em; }
	.amp-hero-rail-inner { width: 100%; }
	.amp-manifesto { padding-top: 84px; }
	.amp-manifesto-inner { padding-bottom: 78px; }
	.amp-manifesto h2 { font-size: clamp(42px, 13vw, 58px); }
	.amp-manifesto-lead { font-size: 16px; }
	.amp-algorithm { padding: 0; }
	.amp-algorithm-image { height: 400px; }
	.amp-algorithm-image img { object-position: 48% 50%; }
	.amp-algorithm-copy h2 { font-size: 45px; }
	.amp-services { background-color: var(--amp-red-dark); }
	.amp-services-layout { position: relative; z-index: 1; padding: 80px 0 0; }
	.amp-services-heading { margin-bottom: 64px; }
	.amp-services-heading h2 { font-size: 54px; }
	.amp-service-cards { --amp-service-card-height: min(680px, calc(100svh - 40px)); }
	.amp-service-card { top: calc((100svh - var(--amp-service-card-height)) / 2); height: var(--amp-service-card-height); min-height: 0; align-content: start; grid-template-columns: 1fr; gap: 14px; margin-bottom: 0; padding: 24px; overflow-y: auto; }
	.amp-service-card h3 { margin-bottom: 14px; font-size: 40px; }
	.amp-service-content p { margin-bottom: 8px; font-size: 13px; line-height: 1.45; }
	.amp-service-problem { font-size: 26px !important; }
	.amp-service-content .amp-button { width: 100%; margin-top: 12px; padding-inline: 14px; }
	.amp-service-spacer { height: 22svh; }
	.amp-service-spacer:last-child { height: 56svh; }
	.amp-service-number { padding-bottom: 12px; border-bottom: 1px solid var(--amp-border); font-size: 15px; }
	.amp-process { position: relative; z-index: 2; background: var(--amp-red); isolation: isolate; }
	.amp-process-heading { margin-bottom: 56px; }
	.amp-process-heading h2 { font-size: 56px; }
	.amp-timeline::before { left: 8px; }
	.amp-timeline li, .amp-timeline li:nth-child(even) { width: 100%; min-height: 150px; margin-left: 0; grid-template-columns: 44px 1fr; padding: 24px 0 24px 40px; }
	.amp-timeline li::after, .amp-timeline li:nth-child(even)::after { right: auto; left: 1px; }
	.amp-timeline h3 { font-size: 34px; }
	.amp-about-copy h2 { font-size: 68px; }
	.amp-about-image { width: 82%; margin-top: 64px; }
	.amp-no-bullshit::after { height: 100px; }
	.amp-slider-header { min-height: auto; margin-bottom: 0; padding: 72px 20px 48px; }
	.amp-slider-header h2 { font-size: 38px; }
	.amp-slider-header p { font-size: 16px; }
	.amp-quote-slide { min-height: 340px; padding: 46px 58px; }
	.amp-quote { margin-bottom: 30px; font-size: 24px; }
	.amp-slider-arrow { width: 42px; height: 42px; }
	.amp-slider-arrow-prev { left: 8px; }
	.amp-slider-arrow-next { right: 8px; }
	.amp-work { padding-inline: 16px; }
	.amp-work-heading { grid-template-columns: 1fr; gap: 20px; }
	.amp-work-heading .amp-kicker { margin-bottom: 0; }
	.amp-work-heading h2 { font-size: 64px; }
	.amp-work-placeholder { min-height: 300px; }
	.amp-learn { padding-block: 90px; }
	.amp-learn-brand { font-size: 64px; }
	.amp-learn-copy h2 { font-size: 48px; }
	.amp-final-cta { padding-block: 100px; }
	.amp-final-cta h2 { font-size: 58px; }
	.amp-final-lockup span { font-size: 48px; }
	.amp-final-lockup strong { font-size: 32px; }
	.amp-footer-grid { grid-template-columns: 1fr; gap: 40px; }
	.amp-footer-bottom { align-items: flex-start; flex-direction: column; gap: 8px; }
}

/* Elementor structure adapter.
 * Content and media remain standard Elementor widgets; these selectors bridge
 * Elementor's wrappers to the original AMP visual system.
 */
.amp-home-main > .elementor,
.amp-home-main > .elementor > .elementor-element,
.amp-home-main .e-con {
	max-width: none;
}

.amp-home-main .e-con {
	--padding-top: 0;
	--padding-right: 0;
	--padding-bottom: 0;
	--padding-left: 0;
	--gap: 0;
}

.amp-home-main .elementor-widget {
	margin-block-end: 0;
}

.amp-home-main .elementor-widget-text-editor p:last-child,
.amp-home-main .elementor-widget-heading .elementor-heading-title {
	margin-bottom: 0;
}

.amp-menu-list {
	display: flex;
	align-items: center;
	gap: inherit;
	margin: 0;
	padding: 0;
	list-style: none;
}

.amp-footer-grid .amp-menu-list {
	align-items: flex-start;
	flex-direction: column;
	gap: 12px;
}

/* Keep Elementor's Site Settings from recoloring AMP typography. */
.amp-home-body .elementor-heading-title,
.amp-home-body .elementor-widget-text-editor,
.amp-home-body .elementor-widget-text-editor p {
	color: inherit !important;
}

/* Buttons stay Manrope. Editable Elementor typography is controlled by Elementor. */
.amp-home-body .amp-home-main .elementor-button {
	font-family: var(--amp-sans) !important;
}
.amp-home-body .amp-home-main .amp-kicker,
.amp-home-body .amp-home-main .amp-kicker p {
	font-family: var(--amp-sans) !important;
	font-size: 9px !important;
	font-weight: 800 !important;
	letter-spacing: 0.2em !important;
	line-height: 1.4 !important;
}

.amp-home-body .amp-home-main .amp-hero-eyebrow,
.amp-home-body .amp-home-main .amp-hero-eyebrow p {
	font-family: var(--amp-sans) !important;
	font-size: 9px !important;
	font-weight: 800 !important;
	letter-spacing: 0.18em !important;
	line-height: 1.4 !important;
}

.amp-home-body .amp-home-main .amp-service-problem p {
	font-weight: 500 !important;
}

/* Elementor-native slider structure currently used on Home 2. */
.amp-home-body .amp-no-bullshit .amp-slider-viewport {
	position: relative;
	display: block;
	width: 100% !important;
	max-width: none !important;
	overflow: hidden;
}

.amp-home-body .amp-no-bullshit .amp-slider-track {
	display: flex !important;
	width: 100% !important;
	max-width: none !important;
	flex-flow: row nowrap !important;
}

.amp-home-body .amp-no-bullshit .amp-slider-track > .amp-quote-slide {
	display: flex !important;
	width: 100% !important;
	min-width: 100% !important;
	max-width: 100% !important;
	flex: 0 0 100% !important;
}

/* Elementor text widgets add their own paragraph typography and child widths. */
.amp-home-body .amp-no-bullshit .amp-quote-slide > .amp-quote {
	width: min(900px, calc(100% - 160px)) !important;
	max-width: 900px !important;
	margin: 0 auto 38px !important;
}

.amp-home-body .amp-no-bullshit .amp-quote p {
	margin: 0 !important;
	font-size: clamp(28px, 2.5vw, 38px) !important;
	font-weight: 500 !important;
	letter-spacing: -0.035em !important;
	line-height: 1.12 !important;
	text-align: center !important;
}

.amp-home-body .amp-no-bullshit .amp-quote-slide > .amp-elementor-button {
	width: auto !important;
	max-width: calc(100% - 120px) !important;
	align-self: center !important;
	margin-inline: auto !important;
}

.amp-home-body .amp-no-bullshit .amp-quote-slide .elementor-button-wrapper {
	text-align: center !important;
}

.amp-home-body .amp-no-bullshit .amp-slider-arrow {
	position: absolute !important;
	top: 50% !important;
	z-index: 10;
	display: block !important;
	width: 52px !important;
	height: 52px !important;
	transform: translateY(-50%);
}

.amp-home-body .amp-no-bullshit .amp-slider-arrow .elementor-button {
	display: flex !important;
	width: 52px !important;
	height: 52px !important;
	min-height: 0 !important;
	align-items: center;
	justify-content: center;
	padding: 0 !important;
	border: 0 !important;
	background: transparent !important;
	color: var(--amp-soft-white) !important;
	box-shadow: none !important;
}

.amp-home-body .amp-no-bullshit .amp-slider-arrow .elementor-button-text {
	font-family: var(--amp-sans) !important;
	font-size: 24px !important;
	font-weight: 500 !important;
	letter-spacing: 0 !important;
	line-height: 1 !important;
}

.amp-home-body .amp-no-bullshit .amp-slider-arrow-prev {
	left: max(24px, calc((100vw - 1240px) / 2)) !important;
}

.amp-home-body .amp-no-bullshit .amp-slider-arrow-next {
	right: max(24px, calc((100vw - 1240px) / 2)) !important;
}

/* Elementor-native hero rail: four editable text widgets in one row. */
.amp-home-body .amp-hero .amp-hero-rail {
	display: grid !important;
	min-height: 64px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	align-items: stretch;
	padding-inline: max(20px, calc((100vw - 800px) / 2)) !important;
}

.amp-home-body .amp-hero .amp-hero-rail > .amp-hero-rail-item {
	display: flex !important;
	width: auto !important;
	min-width: 0 !important;
	align-items: center;
	justify-content: center;
}

.amp-home-body .amp-hero .amp-hero-rail > .amp-hero-rail-item + .amp-hero-rail-item {
	border-left: 1px solid rgba(238, 230, 220, 0.2);
}

.amp-home-body .amp-hero .amp-hero-rail .elementor-widget-container,
.amp-home-body .amp-hero .amp-hero-rail p {
	margin: 0 !important;
	font-family: var(--amp-sans) !important;
	font-size: 11px !important;
	font-weight: 800 !important;
	letter-spacing: 0.11em !important;
	line-height: 1.25 !important;
	text-align: center !important;
	text-transform: uppercase;
}

@media (max-width: 640px) {
	.amp-home-body .amp-no-bullshit .amp-slider-arrow {
		width: 42px !important;
		height: 42px !important;
	}

	.amp-home-body .amp-no-bullshit .amp-slider-arrow .elementor-button {
		width: 42px !important;
		height: 42px !important;
	}

	.amp-home-body .amp-no-bullshit .amp-slider-arrow-prev {
		left: 8px !important;
	}

	.amp-home-body .amp-no-bullshit .amp-slider-arrow-next {
		right: 8px !important;
	}

	.amp-home-body .amp-no-bullshit .amp-quote-slide {
		min-height: 360px;
		padding: 52px 54px 64px;
	}

	.amp-home-body .amp-no-bullshit .amp-quote-slide > .amp-quote {
		width: 100% !important;
		max-width: 100% !important;
		margin-bottom: 34px !important;
	}

	.amp-home-body .amp-no-bullshit .amp-quote p {
		font-size: clamp(24px, 7vw, 30px) !important;
		line-height: 1.12 !important;
	}

	.amp-home-body .amp-no-bullshit .amp-quote-slide > .amp-elementor-button {
		max-width: 100% !important;
	}

	.amp-home-body .amp-hero .amp-hero-rail {
		min-height: 68px;
		padding-inline: 0 !important;
	}

	.amp-home-body .amp-hero .amp-hero-rail .elementor-widget-container,
	.amp-home-body .amp-hero .amp-hero-rail p {
		font-size: clamp(7px, 2.25vw, 9px) !important;
		letter-spacing: 0.035em !important;
		line-height: 1.15 !important;
	}
}

.amp-home-body .amp-home-main .amp-lead,
.amp-home-body .amp-home-main .amp-lead p {
	font-size: clamp(30px, 3vw, 44px);
	font-weight: 500;
	line-height: 1.1;
}

.amp-home-body .amp-home-main .amp-learn-lead p {
	font-size: clamp(30px, 3vw, 44px);
	font-weight: 500;
}

.amp-home-body .amp-home-main .amp-final-cta-lead p {
	font-size: clamp(30px, 3vw, 46px);
	font-weight: 500;
}

.amp-home-body .amp-home-main .amp-hero .elementor-heading-title,
.amp-home-body .amp-home-main .amp-final-lockup-line .elementor-heading-title {
	font-family: var(--amp-sans) !important;
}

.amp-elementor-button .elementor-button {
	display: inline-flex;
	min-height: 50px;
	align-items: center;
	justify-content: center;
	padding: 12px 20px !important;
	border: 1px solid currentColor !important;
	border-radius: 0 !important;
	font-family: var(--amp-sans) !important;
	font-size: 10px !important;
	font-weight: 800 !important;
	letter-spacing: 0.14em !important;
	line-height: 1.3 !important;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase !important;
	transition: transform 180ms ease, background-color 180ms ease, color 180ms ease;
}

.amp-elementor-button .elementor-button-text {
	font-family: var(--amp-sans) !important;
	font-size: inherit !important;
	font-weight: inherit !important;
	letter-spacing: inherit !important;
	line-height: inherit !important;
}

.amp-elementor-button {
	width: auto;
	align-self: flex-start;
}

.amp-elementor-button .elementor-button:hover,
.amp-elementor-button .elementor-button:focus-visible {
	transform: translateY(-2px);
}

.amp-home-body .amp-elementor-button.amp-button-light .elementor-button {
	background: var(--amp-soft-white) !important;
	color: var(--amp-red) !important;
}

.amp-home-body .amp-elementor-button.amp-button-red .elementor-button {
	background: var(--amp-red) !important;
	color: var(--amp-soft-white) !important;
}

.elementor-widget-image.amp-hero-image .elementor-widget-container,
.elementor-widget-image.amp-hero-image img {
	width: 100%;
	height: 100%;
}

.elementor-widget-image.amp-hero-image img {
	object-fit: contain;
	object-position: center bottom;
}

.amp-marquee-track .elementor-widget-text-editor {
	width: auto;
	flex: 0 0 auto;
}

.amp-marquee-copy p {
	margin: 0;
	white-space: nowrap;
}

.elementor-widget-image.amp-algorithm-image .elementor-widget-container,
.elementor-widget-image.amp-algorithm-image img {
	width: 100%;
	height: 100%;
}

.amp-services-background::after {
	position: absolute;
	inset: 0;
	background: rgba(63, 11, 13, 0.58);
	content: "";
}

.amp-services-background .elementor-widget-container,
.amp-services-background img {
	width: 100%;
	height: 100%;
}

.amp-services-background img {
	object-fit: cover;
	object-position: center;
}

.amp-service-content .amp-elementor-button {
	margin-top: 18px;
}

.amp-timeline-item {
	position: relative;
	display: grid;
	width: 50%;
	min-height: 190px;
	align-items: center;
	grid-template-columns: 54px 1fr;
	gap: 22px;
	padding: 30px 72px 30px 0;
}

.amp-timeline-item:nth-child(even) {
	margin-left: 50%;
	padding-right: 0;
	padding-left: 72px;
}

.amp-timeline-item::after {
	position: absolute;
	top: 50%;
	right: -7px;
	width: 14px;
	height: 14px;
	border: 3px solid var(--amp-red);
	border-radius: 50%;
	background: var(--amp-soft-white);
	content: "";
}

.amp-timeline-item:nth-child(even)::after {
	right: auto;
	left: -7px;
}

.amp-timeline-number {
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.12em;
}

.amp-timeline-copy p {
	margin-bottom: 0;
	color: var(--amp-soft-white);
}

.elementor-widget-image.amp-about-image .elementor-widget-container {
	display: flex;
	align-items: flex-end;
	justify-content: center;
}

.amp-quote p {
	margin: 0;
}

.amp-work-image {
	margin-bottom: 20px;
}

.amp-work-image .elementor-widget-container,
.amp-work-image img {
	width: 100%;
	height: 430px;
}

.amp-work-image img {
	object-fit: cover;
}

.amp-work-meta p {
	margin: 0;
	font-size: 9px;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.amp-learn-brand .elementor-heading-title {
	color: inherit;
	font: inherit;
	letter-spacing: inherit;
	line-height: inherit;
}

.amp-final-lockup-brand .elementor-heading-title {
	font-family: var(--amp-serif);
	font-size: clamp(42px, 5vw, 72px);
	font-weight: 500;
	line-height: 0.9;
}

.amp-final-lockup-line .elementor-heading-title {
	font-family: var(--amp-sans);
	font-size: clamp(26px, 3.2vw, 48px);
	font-weight: 700;
	letter-spacing: -0.04em;
	line-height: 0.9;
}

@media (max-width: 900px) {
	.amp-mobile-menu .amp-menu-list {
		align-items: center;
		flex-direction: column;
		gap: 24px;
	}

	.elementor-widget-image.amp-hero-image img {
		object-fit: cover;
		object-position: 52% 45%;
	}

	.amp-work-image .elementor-widget-container,
	.amp-work-image img {
		height: 340px;
	}
}

@media (max-width: 640px) {
	.elementor-widget-image.amp-hero-image img {
		object-position: 51% 30%;
	}

	.amp-services-background::after {
		background: rgba(63, 11, 13, 0.56);
	}

	.amp-timeline-item,
	.amp-timeline-item:nth-child(even) {
		width: 100%;
		min-height: 150px;
		margin-left: 0;
		grid-template-columns: 44px 1fr;
		padding: 24px 0 24px 40px;
	}

	.amp-timeline-item::after,
	.amp-timeline-item:nth-child(even)::after {
		right: auto;
		left: 1px;
	}

	.amp-work-image .elementor-widget-container,
	.amp-work-image img {
		height: 300px;
	}
}

@media (prefers-reduced-motion: reduce) {
	html { scroll-behavior: auto; }
	.amp-marquee-track { animation: none; }
	.amp-slider-track { transition: none; }
}


/* AMP About full-photo layout — 2026-08-24 */
.amp-about-image {
	align-self: stretch;
}

.elementor-widget-image.amp-about-image .elementor-widget-container {
	width: 100%;
	height: 100%;
}

.amp-about-image img {
	width: 100%;
	height: 100%;
	max-height: none;
	object-fit: cover;
	object-position: 50% 38%;
}

@media (max-width: 900px) {
	.amp-about-layout {
		width: 100%;
		max-width: none;
		gap: 0;
	}

	.amp-about-image {
		position: relative;
		left: 50%;
		width: 100vw;
		height: min(140vw, 720px);
		margin: 0;
		transform: translateX(-50%);
	}

	.amp-about-image img {
		width: 100%;
		height: 100%;
		max-height: none;
		object-fit: cover;
		object-position: 50% 34%;
	}

	.amp-about-copy {
		width: var(--amp-shell);
		max-width: 650px;
		margin-inline: auto;
	}
}

@media (max-width: 640px) {
	.amp-about-image {
		width: 100vw;
		height: min(148vw, 640px);
		margin-top: 0;
	}
}


/* AMP service stack: order cards independently of Elementor spacer positions — 2026-08-24 */
.amp-service-card { z-index: 1; }
.amp-service-card ~ .amp-service-card { z-index: 2; }
.amp-service-card ~ .amp-service-card ~ .amp-service-card { z-index: 3; }
.amp-service-card ~ .amp-service-card ~ .amp-service-card ~ .amp-service-card { z-index: 4; }
.amp-service-card ~ .amp-service-card ~ .amp-service-card ~ .amp-service-card ~ .amp-service-card { z-index: 5; }

.amp-service-card + .amp-service-card {
	margin-top: 46vh;
}

@media (max-width: 767px) {
	.amp-service-card + .amp-service-card {
		margin-top: 22svh;
	}
}


/* Naš rad: consistent editorial image cards — 2026-08-24 */
.amp-work-image .elementor-widget-container {
	box-sizing: border-box;
	overflow: hidden;
	padding: 6px;
	border: 2px solid var(--amp-red);
	background: var(--amp-red);
}

.amp-work-image a {
	display: block;
	width: 100%;
	height: 100%;
}

.amp-work-image img {
	display: block;
	width: 100% !important;
	height: 100% !important;
	object-fit: cover;
}

.amp-work-card .amp-work-meta,
.amp-work-card .elementor-widget-heading,
.amp-work-card .amp-work-meta p,
.amp-work-card .elementor-heading-title {
	text-align: center;
}

@media (max-width: 640px) {
	.amp-work { padding-inline: 8px; }
	.amp-work-image .elementor-widget-container { height: 380px; padding: 5px; }
}


/* Naš rad: equal image heights */
.amp-work-image .elementor-widget-container { height: 430px !important; }
@media (max-width: 640px) { .amp-work-image .elementor-widget-container { height: 380px !important; } }
