/* Agraphix Studio Site Kit 2.0.0 - editable presentation layer. */

@font-face {
	font-family: "Fraunces";
	font-style: normal;
	font-weight: 100 900;
	font-display: swap;
	src: url("../fonts/fraunces-latin-variable.woff2") format("woff2");
}

@font-face {
	font-family: "Manrope";
	font-style: normal;
	font-weight: 200 800;
	font-display: swap;
	src: url("../fonts/manrope-latin-variable.woff2") format("woff2");
}

:root {
	--agx-studio-canvas: #f7f5ed;
	--agx-studio-ink: #24221f;
	--agx-studio-sand: #e5dbca;
	--agx-studio-apricot: #ff9c68;
	--agx-studio-peach: #f6d3a6;
	--agx-studio-sage: #a8b2a0;
	--agx-studio-yellow: #f4dd3d;
	--agx-studio-line: rgba(36, 34, 31, 0.72);
	--agx-studio-radius: 28px;
	--agx-studio-serif: "Fraunces", "Iowan Old Style", Baskerville, "Times New Roman", serif;
	--agx-studio-sans: "Manrope", Pretendard, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.agx-studio,
.agx-studio input,
.agx-studio textarea,
.agx-studio select,
.agx-studio button {
	font-family: var(--agx-studio-sans);
}

.agx-studio {
	color: var(--agx-studio-ink);
	background: var(--agx-studio-canvas);
}

.agx-studio .elementor-heading-title,
.agx-studio h1,
.agx-studio h2,
.agx-studio h3,
.agx-studio h4,
.agx-studio p {
	margin-top: 0;
}

.agx-studio a,
.agx-studio .elementor-button {
	color: inherit;
}

.agx-studio .elementor-button {
	padding: 12px 24px;
	border: 1px solid currentColor;
	border-radius: 999px;
	background: transparent;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	transition: background-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.agx-studio .elementor-button:hover,
.agx-studio .elementor-button:focus-visible {
	background: var(--agx-studio-ink);
	color: var(--agx-studio-canvas);
	transform: translateY(-1px);
}

.agx-studio-shell.e-con,
.agx-studio-section.e-con {
	width: min(100%, 1600px);
	margin-inline: auto;
	padding-inline: clamp(20px, 3.2vw, 52px);
}

.agx-studio-section.e-con {
	padding-top: clamp(78px, 10vw, 150px);
	padding-bottom: clamp(78px, 10vw, 150px);
}

.agx-section-label {
	width: 100%;
	padding-top: 12px;
	border-top: 1px solid var(--agx-studio-line);
}

.agx-section-label,
.agx-section-label p,
.agx-section-label .elementor-widget-container {
	font-size: 11px;
	font-weight: 650;
	letter-spacing: 0.08em;
	line-height: 1.2;
	text-transform: uppercase;
}

.agx-display .elementor-heading-title,
.agx-display h1,
.agx-display h2 {
	font-family: var(--agx-studio-serif);
	font-size: clamp(52px, 7.6vw, 118px);
	font-weight: 400;
	letter-spacing: -0.055em;
	line-height: 0.92;
}

.agx-display em {
	font-weight: 400;
}

.agx-title-lg .elementor-heading-title,
.agx-title-lg h2 {
	font-family: var(--agx-studio-serif);
	font-size: clamp(42px, 5vw, 78px);
	font-weight: 400;
	letter-spacing: -0.045em;
	line-height: 0.98;
}

.agx-title-md .elementor-heading-title,
.agx-title-md h2,
.agx-title-md h3 {
	font-family: var(--agx-studio-serif);
	font-size: clamp(32px, 3.4vw, 54px);
	font-weight: 400;
	letter-spacing: -0.035em;
	line-height: 1;
}

.agx-copy,
.agx-copy p,
.agx-copy .elementor-widget-container {
	max-width: 680px;
	font-size: clamp(16px, 1.25vw, 20px);
	line-height: 1.55;
}

/* Header */
.agx-studio-header.e-con {
	position: sticky;
	z-index: 900;
	top: 0;
	display: grid !important;
	grid-template-columns: 1fr auto 1fr;
	align-items: center;
	width: 100%;
	min-height: 94px;
	padding: 22px clamp(20px, 3.2vw, 52px);
	background: var(--agx-studio-canvas);
	transition: min-height 400ms ease, padding 400ms ease, background-color 400ms ease, box-shadow 400ms ease;
}

body.admin-bar .agx-studio-header.e-con {
	top: 32px;
}

.agx-studio-header.e-con.is-scrolled {
	min-height: 72px;
	padding-top: 12px;
	padding-bottom: 12px;
	background: rgba(247, 245, 237, 0.92);
	box-shadow: 0 1px 0 rgba(36, 34, 31, 0.1);
	-webkit-backdrop-filter: blur(16px);
	backdrop-filter: blur(16px);
}

.agx-studio-header__nav.e-con {
	display: flex !important;
	flex-direction: row !important;
	gap: clamp(12px, 2vw, 28px);
}

.agx-studio-header__nav .elementor-button,
.agx-studio-header__cta .elementor-button {
	padding: 0;
	border: 0;
	border-radius: 0;
	font-size: 12px;
	background: transparent;
}

.agx-studio-header__nav .elementor-button:hover,
.agx-studio-header__nav .elementor-button:focus-visible,
.agx-studio-header__cta .elementor-button:hover,
.agx-studio-header__cta .elementor-button:focus-visible {
	background: transparent;
	color: inherit;
	transform: none;
	text-decoration: underline;
	text-underline-offset: 5px;
}

.agx-studio-wordmark {
	justify-self: center;
}

.agx-studio-wordmark .elementor-heading-title,
.agx-studio-wordmark h2 {
	font-family: var(--agx-studio-serif);
	font-size: clamp(27px, 3vw, 43px);
	font-weight: 400;
	letter-spacing: -0.07em;
	line-height: 1;
}

.agx-studio-header__cta {
	justify-self: end;
}

.agx-studio-header__actions.e-con {
	display: flex !important;
	align-items: center;
	justify-content: flex-end;
	flex-direction: row !important;
	gap: 12px;
}

.agx-studio-header .agm-menu-toggle {
	display: none;
}

body.agm-menu-ready .agx-studio-header .agm-menu-toggle {
	display: block;
}

.agx-studio-header__cta .elementor-button {
	padding: 13px 23px;
	border-radius: 999px;
	background: var(--agx-studio-sand);
}

/* Hero */
.agx-studio-hero.e-con {
	position: relative;
	display: flex !important;
	align-items: center;
	justify-content: center;
	min-height: clamp(610px, 82vh, 920px);
	overflow: hidden;
	text-align: center;
}

.agx-studio-hero::before {
	position: absolute;
	width: min(47vw, 560px);
	aspect-ratio: 1;
	border-radius: 50%;
	background: radial-gradient(circle at 35% 35%, #ffd7b6 0, #ffad78 52%, #ff8b59 100%);
	box-shadow: 0 0 80px rgba(255, 156, 104, 0.28);
	content: "";
}

.agx-studio-hero > * {
	position: relative;
	z-index: 1;
}

.agx-studio-hero__headline {
	max-width: 1120px;
}

.agx-studio-hero__headline .elementor-heading-title,
.agx-studio-hero__headline h1 {
	font-family: var(--agx-studio-serif);
	font-size: clamp(48px, 6vw, 92px);
	font-weight: 400;
	letter-spacing: -0.05em;
	line-height: 0.98;
}

.agx-studio-hero__actions.e-con {
	display: flex !important;
	flex-direction: row !important;
	justify-content: center;
	gap: 10px;
	margin-top: 38px;
}

.agx-studio-hero__actions .elementor-widget-button:nth-child(2) .elementor-button {
	padding-inline: 14px;
	border-color: transparent;
}

/* Work grids */
.agx-work-grid.e-con {
	display: grid !important;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: clamp(12px, 1.4vw, 24px);
	margin-top: 42px;
}

.agx-work-grid--large.e-con {
	grid-template-columns: repeat(2, minmax(0, 1fr));
	row-gap: clamp(54px, 7vw, 100px);
}

.agx-work-card.e-con {
	display: flex !important;
	min-width: 0;
}

.agx-work-card .elementor-widget-image,
.agx-work-card .elementor-widget-image .elementor-widget-container {
	width: 100%;
}

.agx-work-card img {
	display: block;
	width: 100%;
	aspect-ratio: 4 / 5;
	border-radius: var(--agx-studio-radius);
	object-fit: cover;
	transition: transform 350ms ease;
}

.agx-work-card:hover img {
	transform: scale(0.988);
}

.agx-work-card__meta.e-con {
	display: grid !important;
	grid-template-columns: 1fr auto;
	gap: 8px;
	align-items: start;
	padding-top: 13px;
}

.agx-work-card__eyebrow,
.agx-work-card__eyebrow p,
.agx-work-card__eyebrow .elementor-widget-container,
.agx-work-card__tag,
.agx-work-card__tag p,
.agx-work-card__tag .elementor-widget-container {
	font-size: 10px;
	font-weight: 650;
	letter-spacing: 0.07em;
	line-height: 1.2;
	text-transform: uppercase;
}

.agx-work-card__tag {
	padding: 4px 10px;
	border: 1px solid rgba(36, 34, 31, 0.35);
	border-radius: 999px;
}

.agx-work-card__title {
	grid-column: 1 / -1;
}

.agx-work-card__title .elementor-heading-title,
.agx-work-card__title h3 {
	font-family: var(--agx-studio-serif);
	font-size: clamp(25px, 2.1vw, 36px);
	font-weight: 400;
	letter-spacing: -0.035em;
}

.agx-center-button {
	margin-top: 48px;
	text-align: center;
}

/* Statement panel */
.agx-statement.e-con {
	position: relative;
	display: flex !important;
	align-items: center;
	justify-content: center;
	min-height: 600px;
	padding: clamp(80px, 11vw, 170px) clamp(24px, 8vw, 140px);
	background: var(--agx-studio-peach);
	text-align: center;
}

.agx-statement::after {
	position: absolute;
	right: 7%;
	bottom: 12%;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: var(--agx-studio-apricot);
	content: "";
}

.agx-statement__copy {
	max-width: 1040px;
}

.agx-statement__copy .elementor-heading-title,
.agx-statement__copy h2 {
	font-family: var(--agx-studio-serif);
	font-size: clamp(40px, 5vw, 76px);
	font-weight: 400;
	letter-spacing: -0.045em;
	line-height: 1;
}

/* Services and accordions */
.agx-services-grid.e-con {
	display: grid !important;
	grid-template-columns: minmax(260px, 0.8fr) minmax(420px, 1.25fr);
	gap: clamp(56px, 9vw, 150px);
	align-items: start;
	margin-top: 54px;
}

.agx-services-intro.e-con {
	position: sticky;
	top: 40px;
}

.agx-studio .elementor-accordion .elementor-accordion-item {
	border: 0;
	border-top: 1px solid var(--agx-studio-line);
}

.agx-studio .elementor-accordion .elementor-accordion-item:last-child {
	border-bottom: 1px solid var(--agx-studio-line);
}

.agx-studio .elementor-accordion .elementor-tab-title {
	padding: 26px 0;
	border: 0;
	font-size: clamp(17px, 1.5vw, 22px);
	font-weight: 550;
}

.agx-studio .elementor-accordion .elementor-tab-content {
	padding: 0 46px 28px 0;
	border: 0;
	color: rgba(36, 34, 31, 0.72);
	font-size: 16px;
	line-height: 1.6;
}

/* Quotes */
.agx-quotes.e-con {
	display: grid !important;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
	margin-top: 46px;
}

.agx-quote.e-con {
	justify-content: space-between;
	min-height: 370px;
	padding: clamp(28px, 4vw, 56px);
	border-radius: var(--agx-studio-radius);
	background: #eee9dc;
}

.agx-quote--accent.e-con {
	background: var(--agx-studio-sage);
}

.agx-quote__text,
.agx-quote__text p,
.agx-quote__text .elementor-widget-container {
	font-family: var(--agx-studio-serif);
	font-size: clamp(28px, 3vw, 46px);
	font-style: italic;
	letter-spacing: -0.03em;
	line-height: 1.05;
}

.agx-quote__credit,
.agx-quote__credit p,
.agx-quote__credit .elementor-widget-container {
	font-size: 10px;
	font-weight: 650;
	letter-spacing: 0.07em;
	text-transform: uppercase;
}

/* CTA and footer */
.agx-studio-cta.e-con {
	min-height: 560px;
	justify-content: center;
	padding: clamp(60px, 8vw, 110px) clamp(24px, 4vw, 60px);
	background:
		radial-gradient(circle at 62% 58%, rgba(255, 124, 53, 0.98), transparent 35%),
		radial-gradient(circle at 25% 16%, rgba(255, 213, 170, 0.92), transparent 38%),
		linear-gradient(135deg, #ffd9bb, #ff9c68 70%, #ff8752);
}

.agx-studio-cta__title {
	max-width: 780px;
}

.agx-studio-cta__title .elementor-heading-title,
.agx-studio-cta__title h2 {
	font-family: var(--agx-studio-serif);
	font-size: clamp(54px, 7vw, 106px);
	font-weight: 400;
	letter-spacing: -0.055em;
	line-height: 0.9;
}

.agx-studio-cta .elementor-button {
	margin-top: 38px;
	background: var(--agx-studio-canvas);
}

.agx-studio-footer.e-con {
	display: grid !important;
	grid-template-columns: 0.8fr 1.35fr 0.8fr;
	gap: clamp(34px, 7vw, 100px);
	padding: clamp(56px, 7vw, 96px) clamp(20px, 3.2vw, 52px) 36px;
	background: var(--agx-studio-canvas);
}

.agx-studio-footer h2,
.agx-studio-footer .elementor-heading-title {
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.07em;
	text-transform: uppercase;
}

.agx-studio-footer .agx-footer-email .elementor-button {
	min-height: 0;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	color: inherit;
	font-family: var(--agx-studio-serif);
	font-size: clamp(32px, 3.4vw, 54px);
	font-weight: 400;
	letter-spacing: -0.035em;
	line-height: 1;
	text-align: left;
	text-transform: none;
}

.agx-studio-footer .agx-footer-email .elementor-button:hover,
.agx-studio-footer .agx-footer-email .elementor-button:focus-visible {
	background: transparent;
	color: inherit;
	text-decoration: underline;
	text-underline-offset: 5px;
}

.agx-footer-links a {
	display: block;
	margin-bottom: 8px;
	font-size: 13px;
	text-decoration: none;
	text-transform: uppercase;
}

.agx-footer-links .agx-footer-link .elementor-button {
	min-height: 0;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	color: inherit;
	font: inherit;
	line-height: inherit;
	text-align: left;
}

.agx-footer-links a:hover,
.agx-footer-links a:focus-visible {
	text-decoration: underline;
	text-underline-offset: 4px;
}

.agx-footer-note {
	grid-column: 1 / -1;
	padding-top: 26px;
	border-top: 1px solid var(--agx-studio-line);
}

.agx-footer-note,
.agx-footer-note p,
.agx-footer-note .elementor-widget-container {
	font-size: 10px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

/* Inner pages */
.agx-page-hero.e-con {
	min-height: 520px;
	justify-content: flex-end;
	padding-bottom: 44px;
}

.agx-page-hero--peach.e-con {
	background: var(--agx-studio-peach);
}

.agx-page-hero--sage.e-con {
	background: var(--agx-studio-sage);
}

.agx-about-grid.e-con,
.agx-contact-grid.e-con,
.agx-experience-grid.e-con {
	display: grid !important;
	grid-template-columns: minmax(320px, 0.92fr) minmax(380px, 1.08fr);
	gap: clamp(44px, 8vw, 120px);
	align-items: center;
}

.agx-about-image img,
.agx-experience-image img {
	display: block;
	width: 100%;
	aspect-ratio: 4 / 5;
	border-radius: var(--agx-studio-radius);
	object-fit: cover;
}

.agx-values.e-con {
	display: grid !important;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0;
	margin-top: 48px;
	border-top: 1px solid var(--agx-studio-line);
	border-left: 1px solid var(--agx-studio-line);
}

.agx-value.e-con {
	min-height: 300px;
	padding: clamp(28px, 4vw, 54px);
	border-right: 1px solid var(--agx-studio-line);
	border-bottom: 1px solid var(--agx-studio-line);
}

.agx-value .elementor-heading-title,
.agx-value h3 {
	font-family: var(--agx-studio-serif);
	font-size: clamp(30px, 3vw, 46px);
	font-weight: 400;
	line-height: 1;
}

.agx-process-list.e-con {
	display: grid !important;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0;
	margin-top: 48px;
	border-top: 1px solid var(--agx-studio-line);
	border-left: 1px solid var(--agx-studio-line);
}

.agx-process-card.e-con {
	min-height: 520px;
	padding: clamp(28px, 3vw, 48px);
	border-right: 1px solid var(--agx-studio-line);
	border-bottom: 1px solid var(--agx-studio-line);
}

.agx-process-card__number,
.agx-process-card__number p {
	font-size: 11px;
	font-weight: 650;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.agx-process-card__title .elementor-heading-title,
.agx-process-card__title h3 {
	font-family: var(--agx-studio-serif);
	font-size: clamp(34px, 3vw, 48px);
	font-weight: 400;
	letter-spacing: -0.04em;
	line-height: 0.98;
}

.agx-process-card ul {
	margin: 24px 0 0;
	padding: 18px 0 0;
	border-top: 1px solid rgba(36, 34, 31, 0.25);
	list-style: none;
}

.agx-process-card li {
	margin-bottom: 8px;
	font-size: 13px;
}

.agx-contact-copy.e-con {
	align-self: start;
}

.agx-contact-panel.e-con {
	padding: clamp(30px, 5vw, 66px);
	border-radius: var(--agx-studio-radius);
	background: var(--agx-studio-sand);
}

.agx-contact-panel .elementor-field-group {
	margin-bottom: 24px;
}

.agx-contact-panel .elementor-field-label {
	font-size: 10px;
	font-weight: 650;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.agx-contact-panel input,
.agx-contact-panel textarea,
.agx-contact-panel select {
	padding: 12px 0;
	border: 0;
	border-bottom: 1px solid currentColor;
	border-radius: 0;
	background: transparent;
}

.agx-contact-panel .elementor-button {
	background: var(--agx-studio-canvas);
}

.agx-contact-fallback {
	padding: clamp(30px, 5vw, 66px);
	border-radius: var(--agx-studio-radius);
	background: var(--agx-studio-sand);
}

/* Project stories */
.agx-project-hero.e-con {
	position: relative;
	display: grid !important;
	grid-template-columns: minmax(0, 1fr) minmax(300px, 0.44fr);
	align-items: end;
	min-height: min(940px, 94vh);
	padding: clamp(120px, 16vh, 220px) clamp(20px, 3.2vw, 52px) clamp(34px, 5vw, 72px);
	overflow: hidden;
}

.agx-project-hero__meta.e-con {
	align-self: start;
	max-width: 380px;
	padding-top: 14px;
	border-top: 1px solid currentColor;
}

.agx-project-hero__title {
	grid-column: 1 / -1;
	max-width: 1500px;
}

.agx-project-hero__title .elementor-heading-title,
.agx-project-hero__title h1 {
	font-family: var(--agx-studio-serif);
	font-size: clamp(72px, 13vw, 220px);
	font-weight: 430;
	letter-spacing: -0.075em;
	line-height: 0.78;
}

.agx-project-intro.e-con {
	display: grid !important;
	grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.55fr);
	gap: clamp(50px, 10vw, 180px);
	align-items: start;
}

.agx-project-intro__copy,
.agx-project-intro__copy p,
.agx-project-intro__copy .elementor-widget-container {
	font-family: var(--agx-studio-serif);
	font-size: clamp(30px, 4vw, 66px);
	letter-spacing: -0.04em;
	line-height: 1.03;
}

.agx-project-facts {
	margin: 0;
	padding: 0;
	border-top: 1px solid var(--agx-studio-line);
}

.agx-project-facts p,
.agx-project-facts .elementor-widget-container {
	font-size: 11px;
	letter-spacing: 0.07em;
	line-height: 1.7;
	text-transform: uppercase;
}

.agx-project-gallery.e-con {
	display: grid !important;
	grid-template-columns: repeat(12, minmax(0, 1fr));
	gap: clamp(14px, 2vw, 30px);
	padding-bottom: clamp(80px, 12vw, 180px);
}

.agx-project-gallery > :nth-child(3n + 1) {
	grid-column: 1 / 9;
}

.agx-project-gallery > :nth-child(3n + 2) {
	grid-column: 6 / -1;
}

.agx-project-gallery > :nth-child(3n) {
	grid-column: 2 / 11;
}

.agx-project-next.e-con {
	min-height: clamp(400px, 62vh, 720px);
	justify-content: center;
	padding: clamp(70px, 10vw, 150px) clamp(20px, 5vw, 80px);
	background: var(--agx-studio-ink);
	color: var(--agx-studio-canvas);
	text-align: center;
}

.agx-studio .agx-project-next .elementor-heading-title {
	color: inherit;
}

/* Journal and long-form stories */
.agx-journal-grid.e-con {
	display: grid !important;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: clamp(34px, 5vw, 80px) clamp(18px, 2.4vw, 38px);
}

.agx-journal-card.e-con {
	padding-bottom: clamp(34px, 5vw, 72px);
	border-bottom: 1px solid var(--agx-studio-line);
}

.agx-journal-card:nth-child(3n) {
	grid-column: 1 / -1;
}

.agx-journal-card .elementor-heading-title {
	font-family: var(--agx-studio-serif);
	font-size: clamp(34px, 4vw, 68px);
	font-weight: 420;
	letter-spacing: -0.045em;
	line-height: 0.98;
}

.agx-article-hero.e-con {
	min-height: min(880px, 88vh);
	justify-content: flex-end;
	padding: clamp(130px, 17vh, 230px) clamp(20px, 6vw, 100px) clamp(46px, 7vw, 110px);
	background: var(--agx-studio-peach);
}

.agx-article-body.e-con {
	display: grid !important;
	grid-template-columns: minmax(180px, 0.36fr) minmax(0, 1fr);
	gap: clamp(48px, 10vw, 180px);
	align-items: start;
	max-width: 1240px;
	margin-inline: auto;
}

.agx-article-aside.e-con {
	position: sticky;
	top: 120px;
	padding-top: 12px;
	border-top: 1px solid var(--agx-studio-line);
}

.agx-article-copy,
.agx-article-copy p,
.agx-article-copy li {
	font-size: clamp(18px, 1.55vw, 24px);
	line-height: 1.72;
}

.agx-article-copy h2,
.agx-article-copy h3 {
	margin: 1.5em 0 0.55em;
	font-family: var(--agx-studio-serif);
	font-size: clamp(36px, 4vw, 64px);
	font-weight: 430;
	letter-spacing: -0.04em;
	line-height: 1;
}

/*
 * Elementor 4.x compatibility layer.
 * Load order resolves global widget defaults while deliberately keeping the
 * selectors weak enough for a user's per-widget Elementor choices to win.
 */
.agx-studio .elementor-heading-title {
	color: var(--agx-studio-ink);
}

.agx-studio .agx-studio-hero.e-con::before {
	top: 50%;
	right: auto;
	bottom: auto;
	left: 50%;
	width: min(47vw, 560px);
	height: auto;
	aspect-ratio: 1;
	border: 0;
	border-radius: 50%;
	background: radial-gradient(circle at 35% 35%, #ffd7b6 0, #ffad78 52%, #ff8b59 100%);
	box-shadow: 0 0 80px rgba(255, 156, 104, 0.28);
	content: "";
	mix-blend-mode: normal;
	opacity: 1;
	transform: translate(-50%, -50%);
}

@media (max-width: 1024px) {
	.agx-work-grid.e-con {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.agx-services-grid.e-con,
	.agx-about-grid.e-con,
	.agx-contact-grid.e-con,
	.agx-experience-grid.e-con {
		grid-template-columns: 1fr;
	}

	.agx-services-intro.e-con {
		position: static;
	}

	.agx-process-list.e-con {
		grid-template-columns: 1fr;
	}

	.agx-process-card.e-con {
		min-height: 0;
	}

	.agx-project-hero.e-con,
	.agx-project-intro.e-con,
	.agx-article-body.e-con {
		grid-template-columns: 1fr;
	}

	.agx-article-aside.e-con {
		position: static;
	}
}

@media (max-width: 782px) {
	body.admin-bar .agx-studio-header.e-con {
		top: 46px;
	}
}

@media (max-width: 767px) {
	.agx-studio-header.e-con {
		grid-template-columns: 1fr auto;
		min-height: 78px;
	}

	.agx-studio-header__nav.e-con {
		display: flex !important;
		grid-column: 1 / -1;
		grid-row: 2;
		flex-wrap: wrap !important;
		margin-top: 16px;
		padding-top: 14px;
		border-top: 1px solid rgba(36, 34, 31, 0.22);
	}

	body.agm-menu-ready .agx-studio-header__nav.e-con {
		display: none !important;
	}

	.agx-studio-wordmark {
		grid-column: 1;
		grid-row: 1;
		justify-self: start;
	}

	.agx-studio-header__actions.e-con {
		grid-column: 2;
		grid-row: 1;
		width: auto;
		justify-self: end;
	}

	.agx-studio-header__cta {
		display: none;
	}

	.agx-studio-hero.e-con {
		min-height: 620px;
	}

	.agx-studio-hero::before {
		width: 78vw;
	}

	.agx-studio .agx-studio-hero.e-con::before {
		width: 78vw;
	}

	.agx-studio-hero__actions.e-con {
		align-items: stretch;
		flex-direction: column !important;
	}

	.agx-work-grid.e-con,
	.agx-work-grid--large.e-con,
	.agx-quotes.e-con,
	.agx-values.e-con,
	.agx-journal-grid.e-con,
	.agx-studio-footer.e-con {
		grid-template-columns: 1fr;
	}

	.agx-journal-card:nth-child(3n) {
		grid-column: auto;
	}

	.agx-project-hero.e-con {
		min-height: 760px;
	}

	.agx-project-hero__title .elementor-heading-title,
	.agx-project-hero__title h1 {
		font-size: clamp(64px, 22vw, 112px);
		line-height: 0.84;
	}

	.agx-project-gallery.e-con {
		grid-template-columns: 1fr;
	}

	.agx-project-gallery > :nth-child(n) {
		grid-column: auto;
	}

	.agx-statement.e-con {
		min-height: 520px;
	}

	.agx-quote.e-con {
		min-height: 330px;
	}

	.agx-value.e-con {
		min-height: 0;
	}

	.agx-studio-footer.e-con {
		gap: 30px;
	}

	.agx-footer-note {
		grid-column: auto;
	}
}

@media (prefers-reduced-motion: reduce) {
	.agx-studio *,
	.agx-studio *::before,
	.agx-studio *::after {
		animation-duration: 0.001ms !important;
		transition-duration: 0.001ms !important;
	}
}
