/* =========================================================================
   Homepage 2280:2586 / 2538:21536.
   Desktop vertical rhythm is derived from the 1920×5903 Figma frame. Mobile
   follows the 393px frame, excluding its simulated 48px iOS status bar.
   ========================================================================= */

.home .at-main { padding: 0; }
.at-block-page--front { position: relative; overflow: hidden; background: var(--at-bg); }
.at-block-page--front > * { margin-block: 0; }
.at-block-page--front .wp-block-shortcode { margin: 0; }
.at-block-page--front .wp-block-group__inner-container { max-width: none; }
.at-fig-section { width: min(1200px, calc(100% - 32px)); max-width: none; margin-inline: auto; }
.at-label-mobile { display: none; }

.at-fig-button,
.at-block-page--front .wp-block-button__link {
	display: inline-flex;
	min-height: 40px;
	align-items: center;
	justify-content: center;
	padding: 10px 22px;
	border: 0;
	border-radius: 0;
	background: var(--at-accent-dark);
	color: #fff;
	font: 400 14px/1 var(--at-font-ui);
	text-decoration: none;
}
.at-fig-button:hover,
.at-block-page--front .wp-block-button__link:hover { background: var(--at-accent); color: var(--at-ink); text-decoration: none; }
.at-fig-text-link {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	color: var(--at-ink);
	font: 400 14px/1 var(--at-font-ui);
}
.at-fig-text-link svg { width: 18px; height: 14px; fill: none; stroke: currentColor; stroke-width: 1.5; }
.at-fig-text-link--light { color: var(--at-bg); }
.at-fig-text-link:hover { color: var(--at-accent); text-decoration: none; }

/* hero */
.at-fig-hero.wp-block-cover {
	min-height: 760px;
	padding: 0;
	background: #40372f;
}
.at-fig-hero .wp-block-cover__background { background: var(--at-ink) !important; opacity: .3 !important; }
.at-fig-hero .wp-block-cover__image-background { object-position: center center; }
.at-fig-hero .wp-block-cover__inner-container {
	align-self: stretch;
	width: min(1200px, calc(100% - 32px));
	margin: 0 auto;
	padding-top: 518px;
}
.at-fig-hero__copy { width: 420px; margin: 0; color: var(--at-bg); }
.at-fig-hero__copy h1 {
	margin: 0;
	color: inherit;
	font: 600 50px/1 var(--at-font-ui);
}
.at-fig-hero__copy > p {
	margin: 0;
	font: 400 12px/1.35 var(--at-font-ui);
}
.at-fig-hero__copy .wp-block-buttons { display: flex; gap: 12px; margin-top: 39px; }
.at-fig-hero__copy .wp-block-button:first-child .wp-block-button__link { width: 291px; }
.at-fig-hero__copy .is-style-atlantis-link .wp-block-button__link {
	width: auto;
	min-height: 19px;
	padding: 0;
	background: transparent;
	color: var(--at-bg);
}
.at-fig-hero__copy .is-style-atlantis-link .wp-block-button__link::after { content: '→'; margin-left: 10px; }
.at-fig-hero__copy .is-style-atlantis-hero-info .wp-block-button__link::after { content: 'ⓘ'; }
.at-fig-hero-controls {
	position: absolute;
	z-index: 4;
	top: 657px;
	right: max(16px, calc((100% - 1200px) / 2));
	display: grid;
	grid-template-columns: 18px 1fr 18px;
	width: 172px;
	align-items: center;
	color: var(--at-bg);
	pointer-events: none;
}
.at-fig-hero-controls__arrow { display: grid; width: 18px; height: 14px; place-items: center; }
.at-fig-hero-controls__arrow svg { width: 18px; height: 14px; fill: none; stroke: currentColor; stroke-width: 1.5; }
.at-fig-hero-controls__arrow--prev svg { transform: rotate(180deg); }
.at-fig-hero-controls__dots { display: flex; justify-content: center; gap: 8px; }
.at-fig-hero-controls__dots i { width: 8px; height: 8px; border: 1px solid currentColor; border-radius: 50%; }
.at-fig-hero-controls__dots i.is-active { border-color: var(--at-accent); background: var(--at-accent); }

/* section headers and controls */
.at-fig-section h2 {
	margin: 0;
	color: var(--at-accent-dark);
	font: 600 40px/1.325 var(--at-font-ui);
	letter-spacing: .02em;
}
.at-fig-section__head { position: relative; height: 83px; }
.at-fig-carousel-nav { position: absolute; top: 31px; right: 0; display: flex; gap: 35px; }
.at-fig-carousel-nav button {
	display: grid;
	width: 18px;
	height: 14px;
	place-items: center;
	padding: 0;
	border: 0;
	background: none;
	color: var(--at-accent-dark);
	cursor: pointer;
}
.at-fig-carousel-nav button:first-child svg { transform: rotate(180deg); }
.at-fig-carousel-nav svg { width: 18px; height: 14px; fill: none; stroke: currentColor; stroke-width: 1.5; }

/* product rows */
.at-fig-products { height: 351px; }
.at-fig-products--popular { margin-top: 70px; }
.at-fig-products--sets { margin-top: 50px; }
.at-fig-products__track { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; }
.at-fig-product { position: relative; min-width: 0; height: 268px; overflow: hidden; }
.at-fig-product__media { display: block; width: 100%; height: 170px; overflow: hidden; background: #fff; }
.at-fig-product__media > img { width: 100%; height: 100%; object-fit: contain; }
.at-fig-product h3 { display: -webkit-box; width: calc(100% - 54px); max-height: 31px; margin: 13px 0 0; overflow: hidden; font: 600 14px/1.1 var(--at-font-ui); -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.at-fig-product h3 a { color: var(--at-ink); }
.at-fig-product p { display: -webkit-box; width: min(100%, 190px); max-height: 28px; margin: 8px 0 0; overflow: hidden; font: 400 12px/1.15 var(--at-font-ui); -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.at-fig-product__price { position: absolute; bottom: 0; left: 0; color: var(--at-ink); font: 600 14px/1 var(--at-font-ui); }
.at-fig-product__price del { display: inline; opacity: .55; }
.at-fig-product__price ins { display: inline; text-decoration: none; }
.at-fig-product__price .woocommerce-Price-amount { display: inline; white-space: nowrap; }
.at-fig-product__rating {
	position: absolute;
	bottom: 8px;
	left: 8px;
	padding: 2px 4px;
	background: rgba(250, 251, 251, .9);
	color: var(--at-ink);
	font: 600 10px/1 var(--at-font-ui);
}
.at-fig-product__rating span { color: var(--at-accent); }
.at-fig-product__cart {
	position: absolute;
	top: 120px;
	right: 8px;
	display: grid;
	width: 42px;
	height: 42px;
	place-items: center;
	background: var(--at-accent-dark);
	color: #fff;
}
.at-fig-product__cart .at-ico { width: 24px; height: 22px; }
.at-fig-product__cart:hover { background: var(--at-accent); color: var(--at-ink); }

/* categories */
.at-fig-categories { position: relative; height: 608px; margin-top: 70px; }
.at-fig-categories__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	grid-auto-rows: 120px;
	gap: 12px;
	margin-top: 30px;
}
.at-fig-category { display: grid; grid-template-columns: 122px 1fr; height: 120px; overflow: hidden; background: #fff; color: var(--at-ink); }
.at-fig-category__media { display: block; width: 122px; height: 120px; overflow: hidden; }
.at-fig-category__media img { width: 100%; height: 100%; object-fit: contain; }
.at-fig-category strong { align-self: center; padding: 12px 14px 12px 24px; font: 600 20px/1.05 var(--at-font-ui); letter-spacing: .02em; }
.at-fig-category:hover { color: var(--at-accent-dark); text-decoration: none; }
.at-fig-categories__tail { position: absolute; right: 0; bottom: 0; display: flex; width: 594px; height: 120px; align-items: center; justify-content: flex-end; gap: 55px; margin: 0; }
.at-fig-categories__tail p { width: 248px; margin: 0; font: 600 25px/1.05 var(--at-font-ui); letter-spacing: .02em; }
.at-fig-categories__tail .at-fig-button { width: 291px; }

/* BРONE drinks */
.at-fig-drinks { position: relative; height: 701px; margin-top: 70px; }
.at-fig-drinks__hero {
	position: relative;
	height: 473px;
	overflow: hidden;
	background-image: linear-gradient(rgba(14, 26, 31, .25), rgba(14, 26, 31, .25)), var(--at-drinks-image);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.at-fig-drinks__copy { padding: 50px 87px; color: #fff; }
.at-fig-drinks__copy h2 { color: inherit; }
.at-fig-drinks__copy p { width: 204px; margin: 12px 0 22px; font: 400 12px/1.35 var(--at-font-ui); }
.at-fig-products__track--featured { position: absolute; top: 350px; right: 87px; left: 87px; }
.at-fig-product--featured { height: 351px; }
.at-fig-product--featured .at-fig-product__media { height: 247px; }
.at-fig-product--featured .at-fig-product__cart { top: 197px; }
.at-fig-product--featured h3 { margin-top: 13px; }
.at-fig-product--featured p { width: 100%; }

/* Gutenberg editorial panels */
.at-fig-catering.wp-block-cover {
	width: min(1200px, calc(100% - 32px));
	min-height: 430px;
	margin: 70px auto 0;
	padding: 40px 87px;
	background: url('../img/figma/catering.webp') center -9px / 1200px 630px no-repeat;
}
.at-fig-catering .wp-block-cover__image-background { opacity: 0; }
.at-fig-catering .wp-block-cover__background { background: var(--at-ink) !important; opacity: .25 !important; }
.at-fig-catering .wp-block-cover__inner-container { width: 100%; }
.at-fig-catering__copy { width: 355px; color: var(--at-bg); }
.at-fig-catering__copy h2 { margin: 0; color: inherit; font: 600 40px/1.325 var(--at-font-ui); letter-spacing: .02em; }
.at-fig-catering__copy h2 strong { color: var(--at-accent); font-weight: 600; }
.at-fig-catering__copy > p { margin: 53px 0 0; font: 600 20px/1.35 var(--at-font-ui); letter-spacing: .02em; }
.at-fig-catering__fields { display: grid; gap: 10px; margin-top: 10px; }
.at-fig-catering__fields input,
.at-fig-catering__fields .at-fig-faux-field {
	width: 334px;
	height: 40px;
	margin: 0;
	padding: 12px 6px;
	border: 0;
	border-bottom: 1px solid rgba(103, 50, 27, .3);
	border-radius: 0;
	background: #fafbfb;
	box-shadow: none;
	font: 400 12px/1 var(--at-font-ui);
}
.at-fig-catering__fields .wp-block-button { margin-top: 0; }
.at-fig-catering__fields > .wp-block-buttons { margin-top: 14px; }
.at-fig-catering__fields .wp-block-button__link { width: 183px; }

/* recipes */
.at-fig-recipes { position: relative; height: 675px; margin-top: 70px; }
.at-fig-recipes__hero {
	height: 473px;
	padding: 50px 102px;
	background: linear-gradient(rgba(14, 26, 31, .22), rgba(14, 26, 31, .22)), url('../img/figma/recipes.webp') center/cover no-repeat;
	color: var(--at-bg);
}
.at-fig-recipes__hero h2 { color: inherit; }
.at-fig-recipes__hero .at-fig-text-link { margin-top: 22px; }
.at-fig-recipes__track { position: absolute; top: 385px; right: 87px; left: 87px; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; }
.at-fig-recipes article { min-width: 0; }
.at-fig-recipes article a { color: var(--at-ink); }
.at-fig-recipes article a:hover { color: var(--at-accent-dark); text-decoration: none; }
.at-fig-recipes article img { width: 100%; height: 241px; object-fit: cover; }
.at-fig-recipes article h3 { display: -webkit-box; max-height: 54px; margin: 19px 0 0; overflow: hidden; font: 600 20px/1.35 var(--at-font-ui); letter-spacing: .02em; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.at-fig-recipes__arrow { position: absolute; top: 516px; display: grid; width: 18px; height: 14px; place-items: center; padding: 0; border: 0; background: none; color: var(--at-accent-dark); cursor: pointer; }
.at-fig-recipes__arrow svg { width: 18px; height: 14px; fill: none; stroke: currentColor; stroke-width: 1.5; }
.at-fig-recipes__arrow--prev { left: 0; }
.at-fig-recipes__arrow--prev svg { transform: rotate(180deg); }
.at-fig-recipes__arrow--next { right: 0; }

/* cooperative + referral */
.at-fig-cooperative.wp-block-group {
	display: grid;
	grid-template-columns: 505px 695px;
	width: min(1200px, calc(100% - 32px));
	height: 297px;
	margin: 70px auto 0;
}
.at-fig-cooperative > .wp-block-group__inner-container { display: contents; }
.at-fig-cooperative__copy { position: relative; height: 297px; padding: 0; }
.at-fig-cooperative__copy > * { margin-left: 0 !important; margin-right: 0 !important; }
.at-fig-cooperative__copy h2 { width: 509px; margin: 0; color: var(--at-accent-dark); font: 600 40px/1.325 var(--at-font-ui); letter-spacing: .02em; }
.at-fig-cooperative__copy p { width: 369px; margin: 55px 0 0; font: 400 12px/1.35 var(--at-font-ui); }
.at-fig-cooperative__copy .wp-block-buttons { margin-top: 12px; }
.at-fig-cooperative__copy .wp-block-button__link { min-height: 19px; padding: 0; background: none; color: var(--at-ink); }
.at-fig-cooperative__copy .wp-block-button__link::after { content: '→'; margin-left: 10px; }
.at-fig-referral {
	height: 297px;
	margin-top: 0;
	padding: 20px;
	background: url('../img/figma/referral.webp') center/cover no-repeat;
	color: var(--at-bg);
}
.at-fig-referral > * { margin-left: 0 !important; margin-right: 0 !important; }
.at-fig-referral h3 { width: 260px; margin: 0; color: inherit; font: 600 25px/1.32 var(--at-font-ui); letter-spacing: .02em; }
.at-fig-referral > p { margin: 69px 0 0; font: 600 20px/1.35 var(--at-font-ui); }
.at-fig-referral__fields { display: grid; grid-template-columns: 170px 190px 190px; gap: 12px; margin-top: 8px; }
.at-fig-referral__fields > .wp-block-buttons { margin: 0; }
.at-fig-referral__fields input,
.at-fig-referral__fields .at-fig-faux-field { height: 40px; margin: 0; padding: 12px 6px; border: 0; border-bottom: 1px solid rgba(103,50,27,.3); border-radius: 0; background: #fafbfb; color: rgba(14,26,31,.3); box-shadow: none; font: 400 12px/1 var(--at-font-ui); }
.at-fig-referral__fields .wp-block-button__link { width: 190px; }

/* journal */
.at-fig-life { height: 505px; margin-top: 70px; }
.at-fig-life__track { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; margin-top: 30px; }
.at-fig-life article { min-width: 0; }
.at-fig-life article a { color: var(--at-ink); }
.at-fig-life article a:hover { color: var(--at-accent-dark); text-decoration: none; }
.at-fig-life article img,
.at-fig-life__placeholder { display: block; width: 100%; height: 237px; object-fit: cover; background: #d9d9d9; }
.at-fig-life article h3 { display: -webkit-box; max-height: 54px; margin: 20px 0 0; overflow: hidden; font: 600 20px/1.35 var(--at-font-ui); -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.at-fig-life__button { width: 190px; margin-top: 18px; }

@media (min-width: 768px) {
	.at-fig-hero__copy h1 { height: 67px; }
	.at-fig-products .at-fig-section__head > h2,
	.at-fig-categories > h2,
	.at-fig-drinks__copy > h2,
	.at-fig-recipes__hero > h2,
	.at-fig-life > h2 { height: 53px; line-height: 1; }
	.at-fig-referral { position: relative; }
	.at-fig-referral h3 { line-height: 1; }
	.at-fig-referral > p { position: absolute; top: 194px; left: 20px; margin: 0; line-height: 1; }
	.at-fig-referral__fields { position: absolute; top: 237px; left: 20px; margin: 0; }
	.home .at-footer { margin-top: 90px; }
}

@media (max-width: 767px) {
	.at-fig-section { width: 100%; }
	.at-fig-section h2 { font-size: 25px; line-height: 1.32; }

	.at-fig-hero.wp-block-cover { min-height: 350px !important; }
	.at-fig-hero .wp-block-cover__image-background { object-position: 52% center; }
	.at-fig-hero .wp-block-cover__inner-container { width: 100%; height: 350px; padding: 0 12px; align-self: stretch; }
	.at-fig-hero__copy { position: relative; width: 100%; height: 350px; padding-bottom: 0; }
	.at-fig-hero__copy h1 { padding-top: 49px; font-size: 30px; line-height: 1.1; }
	.at-fig-hero__copy > p { width: 250px; margin-top: 4px; font-size: 10px; }
	.at-fig-hero__copy > p { margin-right: 0 !important; margin-left: 0 !important; }
	.at-fig-hero__copy .wp-block-buttons { position: absolute; right: 0; bottom: 12px; left: 0; display: grid; grid-template-columns: 1.34fr 1fr; max-width: none; gap: 8px; margin: 0; }
	.at-fig-hero__copy .wp-block-button:first-child .wp-block-button__link { width: 100%; }
	.at-fig-hero__copy .is-style-atlantis-link .wp-block-button__link { width: 100%; min-height: 40px; border: 1px solid var(--at-bg); }
	.at-fig-hero-controls { top: 14px; right: 12px; left: 12px; grid-template-columns: 36px 1fr 18px 18px; width: auto; column-gap: 18px; }
	.at-fig-hero-controls__arrow--prev { grid-column: 3; }
	.at-fig-hero-controls__dots { grid-column: 1; grid-row: 1; justify-content: flex-start; }

	.at-fig-products--popular,
	.at-fig-products--sets { margin-top: 36px; }
	.at-fig-products { height: 317px; padding-left: 12px; }
	.at-fig-section__head { height: 49px; }
	.at-fig-carousel-nav { top: 7px; right: 12px; gap: 28px; }
	.at-fig-products__track,
	.at-fig-products__track--featured {
		position: static;
		display: flex;
		gap: 8px;
		overflow-x: auto;
		padding: 0 12px 8px 0;
		scroll-snap-type: x mandatory;
		scrollbar-width: none;
	}
	.at-fig-products__track::-webkit-scrollbar,
	.at-fig-recipes__track::-webkit-scrollbar,
	.at-fig-life__track::-webkit-scrollbar { display: none; }
	.at-fig-product { flex: 0 0 154px; height: 252px; scroll-snap-align: start; }
	.at-fig-product__media { height: 154px; }
	.at-fig-product h3 { margin-top: 10px; font-size: 12px; }
	.at-fig-product p { margin-top: 5px; font-size: 10px; }
	.at-fig-product__price { font-size: 12px; }
	.at-fig-product__cart { top: 112px; width: 34px; height: 34px; }
	.at-fig-product__cart .at-ico { width: 20px; height: 18px; }

	.at-fig-categories { height: 554px; margin-top: 50px; padding: 0 12px; }
	.at-label-desktop { display: none; }
	.at-label-mobile { display: inline; }
	.at-fig-categories__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); grid-auto-rows: 60px; gap: 8px; margin-top: 22px; }
	.at-fig-category { grid-template-columns: 58px 1fr; height: 60px; }
	.at-fig-category:first-child { grid-column: 1 / -1; grid-template-columns: 58px 1fr; }
	.at-fig-category__media { width: 58px; height: 60px; }
	.at-fig-category strong { padding: 7px 8px 7px 10px; font-size: 12px; }
	.at-fig-categories__tail { position: static; display: block; width: auto; height: auto; margin-top: 24px; }
	.at-fig-categories__tail p { display: none; }
	.at-fig-categories__tail .at-fig-button { width: 100%; }

	.at-fig-drinks { height: 442px; margin-top: 38px; padding-left: 0; }
	.at-fig-drinks__hero { height: 244px; }
	.at-fig-drinks__copy { padding: 20px 12px; }
	.at-fig-drinks__copy p { margin: 0 0 12px; font-size: 10px; }
	.at-fig-drinks .at-fig-products__track { position: absolute; top: 188px; right: 0; left: 12px; }
	.at-fig-product--featured { flex-basis: 154px; height: 252px; }
	.at-fig-product--featured .at-fig-product__media { height: 154px; }
	.at-fig-product--featured .at-fig-product__cart { top: 112px; }

	.at-fig-catering.wp-block-cover { width: 100%; min-height: 350px !important; margin-top: 50px; padding: 20px 12px; }
	.at-fig-catering { background: none; }
	.at-fig-catering::before { position: absolute; z-index: 0; inset: 0; content: ''; background: url('../img/figma/catering.webp') center/cover no-repeat; transform: scaleX(-1); }
	.at-fig-catering .wp-block-cover__background { z-index: 1; }
	.at-fig-catering .wp-block-cover__inner-container { z-index: 2; }
	.at-fig-catering__copy { width: 100%; }
	.at-fig-catering__copy h2 { font-size: 25px; line-height: 1.32; }
	.at-fig-catering__copy h2 strong { display: block; }
	.at-fig-catering__copy > p { margin-top: 105px; font-size: 14px; }
	.at-fig-catering__fields { grid-template-columns: 154px 1fr; gap: 8px; }
	.at-fig-catering__fields input,
	.at-fig-catering__fields .at-fig-faux-field { width: 100%; }
	.at-fig-catering__fields > .wp-block-buttons { grid-column: 1 / -1; width: 100%; margin-top: 4px; }
	.at-fig-catering__fields .wp-block-button { width: 100%; }
	.at-fig-catering__fields .wp-block-button__link { width: 100%; }

	.at-fig-recipes { height: 377px; margin-top: 50px; }
	.at-fig-recipes__hero { height: 244px; padding: 20px 12px; }
	.at-fig-recipes__hero .at-fig-text-link { margin-top: 10px; }
	.at-fig-recipes__track { position: absolute; top: 188px; right: 0; left: 12px; display: flex; gap: 8px; overflow-x: auto; padding-right: 12px; scroll-snap-type: x mandatory; scrollbar-width: none; }
	.at-fig-recipes article { flex: 0 0 154px; scroll-snap-align: start; }
	.at-fig-recipes article img { height: 154px; }
	.at-fig-recipes article h3 { margin-top: 10px; font-size: 12px; }
	.at-fig-recipes__arrow { display: none; }

	.at-fig-cooperative.wp-block-group { display: block; width: 100%; height: 648px; margin-top: 50px; }
	.at-fig-cooperative > .wp-block-group__inner-container { display: contents; }
	.at-fig-cooperative__copy { height: 248px; padding: 0 12px; }
	.at-fig-cooperative__copy h2 { width: 100%; font-size: 25px; line-height: 1.32; }
	.at-fig-cooperative__copy p { width: 100%; margin-top: 16px; font-size: 12px; }
	.at-fig-cooperative__copy .wp-block-buttons { margin-top: 12px; }
	.at-fig-referral { height: 350px; margin-top: 0; padding: 20px 12px; background-position: 74% center; }
	.at-fig-referral h3 { font-size: 25px; }
	.at-fig-referral > p { margin-top: 69px; font-size: 14px; }
	.at-fig-referral__fields { grid-template-columns: 154px 1fr; gap: 8px; }
	.at-fig-referral__fields input { width: 100%; }
	.at-fig-referral__fields > .wp-block-buttons { grid-column: 1 / -1; width: 100%; }
	.at-fig-referral__fields .wp-block-button { width: 100%; }
	.at-fig-referral__fields .wp-block-button__link { width: 100%; }

	.at-fig-life { height: 353px; margin-top: 50px; padding-left: 12px; }
	.at-fig-life__track { display: flex; gap: 8px; overflow-x: auto; margin-top: 22px; padding-right: 12px; scroll-snap-type: x mandatory; scrollbar-width: none; }
	.at-fig-life article { flex: 0 0 327px; scroll-snap-align: start; }
	.at-fig-life article img,
	.at-fig-life__placeholder { height: 174px; }
	.at-fig-life article h3 { margin-top: 12px; font-size: 12px; }
	.at-fig-life__button { width: 207px; margin-top: 14px; }
}

@media (min-width: 768px) and (max-width: 1350px) {
	.at-fig-section,
	.at-fig-catering.wp-block-cover,
	.at-fig-cooperative.wp-block-group,
	.at-fig-hero .wp-block-cover__inner-container { width: calc(100% - 80px); }
	.at-fig-products__track { grid-template-columns: repeat(4, minmax(0, 1fr)); }
	.at-fig-cooperative > .wp-block-group__inner-container { grid-template-columns: 42% 58%; }
	.at-fig-cooperative.wp-block-group { grid-template-columns: 42% 58%; }
}
