@import url("https://fonts.googleapis.com/css2?family=Cormorant:wght@400&family=Epilogue:wght@400;600;800&family=Caveat:wght@400&display=swap");

:root {
	--deep: #1e2a4d;
	--navy: #151b32;
	--shell: #fff5ec;
	--sand: #e4d8c4;
	--aqua: #8fafac;
	--rust: #aa6245;
	--white: #ffffff;
	--display: "Cormorant", "Cormorant Garamond", Georgia, serif;
	--body: "Epilogue", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif;
	--accent: "Caveat", cursive;
	--figma-canvas: 1280px;
}

* {
	box-sizing: border-box;
}

html {
	width: 100%;
	margin: 0;
	background: var(--shell);
	color: var(--deep);
	font-family: var(--body);
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
	overflow-x: hidden;
	scroll-padding-top: 156px;
}

body {
	width: 100%;
	margin: 0;
	background: var(--shell);
	overflow-x: hidden;
}

img {
	max-width: 100%;
}

a {
	color: inherit;
	text-decoration: none;
}

.sf-page {
	position: relative;
	width: 100%;
	min-height: 2460px;
	margin: 0;
	overflow: hidden;
	background: var(--shell);
}

.seafarm-wp .sf-page {
	min-height: 2140px;
}

.hero {
	position: absolute;
	inset: 0 0 auto;
	width: 100%;
	height: 670px;
	overflow: hidden;
}

.hero__image {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 670px;
	object-fit: cover;
	object-position: center top;
}

.hero__overlay {
	position: absolute;
	inset: 0;
	height: 661px;
	background: rgba(30, 42, 77, 0.5);
}

.nav {
	position: absolute;
	left: 663px;
	top: 55px;
	display: flex;
	align-items: center;
	gap: 42px;
	color: var(--white);
	text-transform: uppercase;
}

.nav__link {
	font-size: 16px;
	font-weight: 600;
	line-height: 1;
	letter-spacing: 0.8px;
	white-space: nowrap;
}

.nav__link--active {
	font-weight: 800;
}

.hero__eyebrow {
	position: absolute;
	left: 91px;
	top: 300px;
	margin: 0;
	color: var(--white);
	font-size: 24px;
	line-height: 1;
	letter-spacing: 1.2px;
	text-transform: uppercase;
}

.hero__title {
	position: absolute;
	left: 85px;
	top: 351px;
	margin: 0;
	color: var(--white);
	font-family: var(--display);
	font-size: 87px;
	font-weight: 400;
	line-height: 1.1;
	letter-spacing: 0;
	white-space: nowrap;
}

.hero__copy {
	position: absolute;
	left: 91px;
	top: 458px;
	margin: 0;
	color: var(--white);
	font-size: 20px;
	line-height: 28px;
}

.button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 60px;
	border-radius: 10px;
	font-family: var(--body);
	font-size: 20px;
	font-weight: 400;
	line-height: 1;
	letter-spacing: 1px;
	text-transform: uppercase;
	white-space: nowrap;
}

.button--sand {
	background: var(--sand);
	color: var(--deep);
}

.button--rust {
	background: var(--rust);
	color: var(--shell);
}

.button--aqua {
	background: var(--aqua);
	color: var(--shell);
}

.hero__button {
	position: absolute;
	left: 91px;
	top: 552px;
	width: 226px;
}

.split {
	position: absolute;
	left: 0;
	top: 661px;
	width: 100%;
	height: 731px;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.split-card {
	position: relative;
	display: block;
	width: 100%;
	height: 731px;
	overflow: hidden;
	color: var(--shell);
}

.split-card__image {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.split-card--restaurant .split-card__image {
	object-position: 50% 50%;
}

.split-card--wholesale .split-card__image {
	object-position: 50% 50%;
}

.split-card__overlay {
	position: absolute;
	inset: 0;
	background: rgba(30, 42, 77, 0.4);
}

.split-card__eyebrow {
	position: absolute;
	left: 96px;
	top: 307px;
	font-size: 24px;
	line-height: 1;
	letter-spacing: 1.2px;
	text-transform: uppercase;
}

.split-card--wholesale .split-card__eyebrow {
	left: 76px;
	top: 408px;
}

.split-card__title {
	position: absolute;
	left: 96px;
	top: 339px;
	font-family: var(--display);
	font-size: 87px;
	font-weight: 400;
	line-height: 1.1;
	letter-spacing: 0;
}

.split-card--wholesale .split-card__title {
	left: 76px;
	top: 441px;
}

.split-card__button {
	position: absolute;
	left: 96px;
	top: 579px;
	width: 430px;
}

.split-card--wholesale .split-card__button {
	left: 76px;
	top: 579px;
	width: 447px;
}

.about {
	position: absolute;
	left: 0;
	top: 1393px;
	width: 100%;
	height: 700px;
	background: var(--shell);
}

.about__eyebrow {
	position: absolute;
	left: 76px;
	top: 93px;
	margin: 0;
	font-size: 24px;
	line-height: 1;
	letter-spacing: 1.2px;
	text-transform: uppercase;
}

.about__title {
	position: absolute;
	left: 76px;
	top: 130px;
	margin: 0;
	width: 429px;
	height: 200px;
	font-family: var(--display);
	font-size: 98px;
	font-weight: 400;
	line-height: 1.1;
	letter-spacing: 0;
}

.about__copy {
	position: absolute;
	left: 596px;
	top: 92px;
	margin: 0;
	width: 584px;
	font-size: 20px;
	line-height: 28px;
}

.about__why {
	position: absolute;
	left: 596px;
	top: 230px;
	width: 582px;
	font-size: 20px;
	line-height: 28px;
}

.about__why p {
	margin: 0;
}

.about__why-title {
	margin: 0 0 28px;
	font-weight: 600;
	text-transform: uppercase;
}

.about-card {
	position: absolute;
	top: 408px;
	width: 366px;
	height: 285px;
	padding: 40px 39px;
	background: var(--white);
	border-radius: 25px;
}

.about-card--one {
	left: 76px;
}

.about-card--two {
	left: 459px;
	width: 365px;
}

.about-card--three {
	left: 841px;
}

.about-card h3 {
	margin: 0 0 54px;
	color: var(--deep);
	font-family: var(--body);
	font-size: 24px;
	font-weight: 400;
	line-height: 29px;
	letter-spacing: 1.2px;
	text-transform: uppercase;
}

.about-card p {
	margin: 0;
	color: var(--deep);
	font-size: 20px;
	line-height: 28px;
}

.footer {
	position: absolute;
	left: 0;
	top: 2140px;
	width: 100%;
	height: 320px;
	background: var(--navy);
	color: var(--shell);
}

.footer__brand {
	position: absolute;
	left: 34px;
	top: 38px;
	width: 370px;
}

.footer__logo {
	display: block;
	width: 96px;
	height: auto;
	margin: 0;
}

.footer__logo-image {
	display: block;
	width: 96px;
	height: auto;
	object-fit: contain;
}

.footer__tagline {
	margin: 14px 0 16px;
	font-family: var(--accent);
	font-size: 28px;
	line-height: 1;
}

.footer__copy {
	margin: 0;
	font-size: 18px;
	line-height: 26px;
}

.footer__social {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-top: 16px;
}

.footer__social a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
}

.footer__social a:focus-visible {
	outline: 3px solid var(--aqua);
	outline-offset: 5px;
}

.footer__social img {
	display: block;
	width: 34px;
	height: 34px;
	object-fit: contain;
}

.footer__column {
	position: absolute;
	top: 62px;
	display: flex;
	flex-direction: column;
	gap: 18px;
	font-size: 17px;
	line-height: 1;
	color: rgba(254, 245, 236, 0.72);
}

.footer__column p {
	margin: 0 0 10px;
	color: var(--shell);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 1.8px;
	text-transform: uppercase;
}

.footer__column--restaurant {
	left: 593px;
}

.footer__column--wholesale {
	left: 818px;
}

.footer__column--seafarm {
	left: 1050px;
}

.footer__badges {
	position: absolute;
	left: 910px;
	top: 180px;
	display: flex;
	align-items: center;
	gap: 22px;
}

.footer__badges a {
	display: flex;
	align-items: center;
}

.footer__badges a:focus-visible {
	outline: 3px solid var(--aqua);
	outline-offset: 6px;
}

.footer__badges img {
	display: block;
	width: 64px;
	height: 64px;
	object-fit: contain;
}

.footer__badges .footer__tripadvisor {
	width: 149px !important;
	height: 28px !important;
}

.footer__legal {
	position: absolute;
	left: 34px;
	bottom: 24px;
	margin: 0;
	color: rgba(254, 245, 236, 0.48);
	font-size: 14px;
}

@media (min-width: 1280px) {
	.hero__logo,
	.fig-hero__logo {
		left: max(98px, calc((100vw - var(--figma-canvas)) / 2 + 98px));
	}

	.hero .nav,
	.fig-hero .nav {
		left: auto;
		right: max(91px, calc((100vw - var(--figma-canvas)) / 2 + 91px));
	}

	.hero__eyebrow,
	.hero__copy,
	.hero__button,
	.fig-hero__copy,
	.fig-hero__actions {
		left: max(91px, calc((100vw - var(--figma-canvas)) / 2 + 91px));
	}

	.hero__title {
		left: max(85px, calc((100vw - var(--figma-canvas)) / 2 + 85px));
	}

	.fig-hero__title {
		left: max(85px, calc((100vw - var(--figma-canvas)) / 2 + 85px));
	}

	.about__eyebrow,
	.about__title,
	.about-card--one {
		left: max(76px, calc((100vw - var(--figma-canvas)) / 2 + 76px));
	}

	.about-card--two {
		left: max(459px, calc((100vw - var(--figma-canvas)) / 2 + 459px));
	}

	.about-card--three {
		left: max(841px, calc((100vw - var(--figma-canvas)) / 2 + 841px));
	}

	.about__copy,
	.about__why {
		left: max(596px, calc((100vw - var(--figma-canvas)) / 2 + 596px));
	}

	.fig-section {
		padding-left: max(76px, calc((100vw - var(--figma-canvas)) / 2 + 76px));
		padding-right: max(76px, calc((100vw - var(--figma-canvas)) / 2 + 76px));
	}

	.fig-subnav {
		padding-left: max(30px, calc((100vw - var(--figma-canvas)) / 2 + 30px));
		padding-right: max(30px, calc((100vw - var(--figma-canvas)) / 2 + 30px));
	}

	.footer--flow {
		padding-left: max(34px, calc((100vw - var(--figma-canvas)) / 2 + 34px));
		padding-right: max(34px, calc((100vw - var(--figma-canvas)) / 2 + 34px));
	}

	.split-card__eyebrow,
	.split-card__title,
	.split-card__button {
		left: max(96px, calc(((100vw / 2) - (var(--figma-canvas) / 2)) / 2 + 96px));
	}

	.split-card--wholesale .split-card__eyebrow,
	.split-card--wholesale .split-card__title,
	.split-card--wholesale .split-card__button {
		left: max(76px, calc(((100vw / 2) - (var(--figma-canvas) / 2)) / 2 + 76px));
	}

	.fig-tile__content {
		left: max(94px, calc(((100vw / 2) - (var(--figma-canvas) / 2)) / 2 + 94px));
	}
}

@media (max-width: 1279px) {
	.sf-page {
		width: 100%;
		min-height: auto;
		overflow: visible;
	}

	.seafarm-wp .sf-page {
		min-height: auto;
	}

	.hero,
	.split,
	.about,
	.footer {
		position: relative;
		left: auto;
		top: auto;
		width: 100%;
	}

	.hero {
		height: 680px;
	}

	.hero__image {
		width: 100%;
		height: 100%;
	}

	.nav {
		left: 24px;
		right: 24px;
		top: 28px;
		justify-content: flex-start;
		gap: 20px;
		overflow-x: auto;
	}

	.hero__eyebrow,
	.hero__title,
	.hero__copy,
	.hero__button {
		left: 32px;
	}

	.hero__title {
		top: 320px;
		font-size: clamp(50px, 11vw, 87px);
		white-space: normal;
	}

	.hero__copy {
		top: 465px;
		right: 32px;
		white-space: normal;
	}

	.split {
		height: auto;
		display: block;
	}

	.split-card {
		width: 100%;
		height: 620px;
	}

	.split-card__eyebrow,
	.split-card__title,
	.split-card__button,
	.split-card--wholesale .split-card__eyebrow,
	.split-card--wholesale .split-card__title,
	.split-card--wholesale .split-card__button {
		left: 32px;
		right: 32px;
		width: auto;
		max-width: calc(100% - 64px);
	}

	.split-card__button,
	.split-card--wholesale .split-card__button {
		width: max-content;
		white-space: normal;
		text-align: center;
	}

	.about {
		height: auto;
		padding: 72px 32px;
	}

	.about__eyebrow,
	.about__title,
	.about__copy,
	.about__why,
	.about-card,
	.footer,
	.footer__brand,
	.footer__column,
	.footer__badges,
	.footer__legal {
		position: static;
	}

	.about__title {
		width: auto;
		height: auto;
		margin: 24px 0 32px;
		font-size: clamp(64px, 14vw, 98px);
	}

	.about__copy,
	.about__why {
		width: auto;
		margin-bottom: 32px;
	}

	.about-card {
		width: 100%;
		height: auto;
		margin-top: 18px;
	}

	.footer {
		height: auto;
		padding: 42px 32px 30px;
	}

	.footer__brand {
		width: auto;
		max-width: 100%;
	}

	.footer--flow {
		display: block;
		min-height: 0;
	}

	.footer__column {
		margin-top: 34px;
	}

	.footer__badges {
		margin-top: 30px;
	}

	.footer__legal {
		margin-top: 24px;
	}
}

.hero__logo,
.fig-hero__logo {
	position: absolute;
	left: 98px;
	top: 35px;
	width: 173px;
	height: 73px;
	object-fit: contain;
	z-index: 3;
}

.sf-figma-page {
	width: 100%;
	margin: 0;
	overflow: hidden;
	background: var(--shell);
	color: var(--deep);
}

.sf-figma-page [id],
.sf-page [id] {
	scroll-margin-top: 156px;
}

.fig-hero {
	position: relative;
	height: 835px;
	overflow: hidden;
	color: var(--white);
}

.fig-hero__image {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.fig-hero__overlay {
	position: absolute;
	inset: 0;
	background: rgba(30, 42, 77, 0.5);
}

.fig-hero .nav {
	z-index: 4;
}

.fig-hero__title {
	position: absolute;
	left: 85px;
	top: 335px;
	z-index: 3;
	max-width: 1080px;
	margin: 0;
	font-family: var(--display);
	font-size: 87px;
	font-weight: 400;
	line-height: 1.1;
	letter-spacing: 0;
}

.fig-hero__copy {
	position: absolute;
	left: 91px;
	top: 544px;
	z-index: 3;
	width: 850px;
	margin: 0;
	font-size: 20px;
	line-height: 28px;
}

.fig-hero__copy em {
	display: block;
	margin-top: 18px;
	font-style: italic;
}

.fig-hero__actions {
	position: absolute;
	left: 91px;
	top: 681px;
	z-index: 3;
	display: flex;
	gap: 29px;
}

.fig-subnav {
	display: flex;
	align-items: center;
	gap: 32px;
	width: 100%;
	padding: 24px 30px;
	border-bottom: 1px solid rgba(30, 42, 77, 0.14);
	background: var(--shell);
	color: rgba(30, 42, 77, 0.62);
	overflow-x: auto;
	scrollbar-width: none;
	white-space: nowrap;
}

.fig-subnav::-webkit-scrollbar {
	display: none;
}

.fig-subnav__label {
	flex: 0 0 auto;
	color: var(--deep);
	font-size: 14px;
	font-weight: 600;
	line-height: 1;
	letter-spacing: 4px;
	text-transform: uppercase;
}

.fig-subnav__links,
.fig-subnav .menu {
	display: flex;
	align-items: center;
	gap: 32px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.fig-subnav li {
	margin: 0;
	padding: 0;
}

.fig-subnav a {
	display: block;
	color: inherit;
	font-size: 16px;
	line-height: 1;
	letter-spacing: 0;
	transition: color 160ms ease;
}

.fig-subnav a:hover,
.fig-subnav a:focus-visible,
.fig-subnav .current-menu-item > a,
.fig-subnav .current_page_item > a,
.fig-subnav .is-hash-active > a,
.fig-subnav__link--current {
	color: var(--deep);
}

.fig-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 181px;
	height: 60px;
	padding: 0 38px;
	border: 1px solid currentColor;
	border-radius: 10px;
	font-family: var(--body);
	font-size: 20px;
	font-weight: 400;
	line-height: 1;
	letter-spacing: 1px;
	text-transform: uppercase;
	white-space: nowrap;
}

.fig-button--aqua {
	border-color: var(--aqua);
	background: var(--aqua);
	color: var(--shell);
}

.fig-button--navy {
	border-color: var(--deep);
	background: var(--deep);
	color: var(--shell);
}

.fig-button--rust {
	border-color: var(--rust);
	background: var(--rust);
	color: var(--shell);
}

.fig-button--outline-white {
	border-color: var(--white);
	background: transparent;
	color: var(--shell);
}

.fig-button--outline-rust {
	border-color: var(--rust);
	background: transparent;
	color: var(--rust);
}

.fig-button--outline-navy {
	border-color: var(--deep);
	background: transparent;
	color: var(--deep);
}

.fig-section {
	position: relative;
	padding: 88px 76px;
	background: var(--shell);
}

.fig-section--tight {
	padding-top: 60px;
	padding-bottom: 60px;
}

.fig-section--blue {
	background: var(--aqua);
	color: var(--white);
}

.fig-section--navy {
	background: var(--deep);
	color: var(--shell);
}

.fig-section--rust {
	background: var(--rust);
	color: var(--shell);
}

.fig-eyebrow {
	margin: 0;
	font-size: 24px;
	line-height: 1;
	letter-spacing: 1.2px;
	text-transform: uppercase;
}

.fig-eyebrow + .fig-title {
	margin-top: 46px;
}

.fig-eyebrow + .fig-copy {
	margin-top: 32px;
}

.fig-title {
	margin: 0;
	font-family: var(--display);
	font-size: 98px;
	font-weight: 400;
	line-height: 1.1;
	letter-spacing: 0;
}

.fig-title--mid {
	font-size: 87px;
}

.fig-title--small {
	font-size: 67px;
}

.fig-copy {
	margin: 0;
	font-size: 20px;
	line-height: 28px;
}

.fig-copy + .fig-copy {
	margin-top: 28px;
}

.fig-title + .fig-copy {
	margin-top: 48px;
}

.fig-button-row {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 24px;
	margin: 34px 0 0;
}

.fig-contact-card .fig-button {
	margin-top: 8px;
}

.fig-contact-card .fig-button + .fig-button {
	margin-left: 14px;
}

.fig-two {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 78px;
	align-items: start;
}

.fig-two--center {
	align-items: center;
}

.fig-two__image {
	width: 100%;
	height: 557px;
	object-fit: cover;
}

.fig-two__image--growth,
img[data-wp-image-slot="werken-groei"],
img[src*="werken-groei"] {
	object-position: center top;
}

.fig-two__image--short {
	height: 382px;
}

.fig-two--europe {
	gap: 54px;
}

.fig-two__image--europe,
img[data-wp-image-slot="groothandel-europe"],
img[src*="groothandel-europe"] {
	width: 100% !important;
}

.fig-two__image--tall {
	height: 615px;
}

.fig-experience {
	padding-top: 88px;
	padding-bottom: 88px;
}

.fig-experience__grid {
	display: grid;
	grid-template-columns: minmax(320px, 528px) minmax(320px, 470px);
	gap: 76px;
	align-items: start;
	max-width: 1080px;
	margin: 0 auto;
}

.fig-experience__media {
	display: grid;
	gap: 40px;
}

.fig-experience__content {
	padding-top: 0;
}

.fig-experience__image {
	display: block;
	width: 100%;
	object-fit: cover;
}

.fig-experience__image--portrait {
	aspect-ratio: 3 / 4;
}

.fig-experience__image--wide {
	aspect-ratio: 16 / 10;
}

.fig-experience__content .fig-eyebrow {
	margin-top: 52px;
}

.fig-experience__content .fig-copy {
	margin-top: 32px;
}

.fig-experience__image--right {
	margin-top: 46px;
}

.fig-experience__location {
	margin-top: 58px;
}

.fig-experience__location .fig-copy {
	margin-top: 32px;
}

.fig-line-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 0;
	margin-top: 70px;
	border-top: 1px solid currentColor;
}

.fig-line-item {
	min-height: 246px;
	padding: 56px 56px 36px 28px;
	border-right: 1px solid currentColor;
	border-bottom: 1px solid currentColor;
}

.fig-line-item:nth-child(2n) {
	border-right: 0;
	padding-left: 78px;
}

.fig-line-grid--featured-first .fig-line-item:first-child {
	grid-column: 1 / -1;
	border-right: 0;
	padding-right: 28px;
}

.fig-line-grid--featured-first .fig-line-item:nth-child(2n) {
	border-right: 1px solid currentColor;
	padding-left: 28px;
}

.fig-line-grid--featured-first .fig-line-item:nth-child(2n + 1):not(:first-child) {
	border-right: 0;
	padding-left: 78px;
}

.fig-line-grid--featured-first .fig-line-item__number {
	display: none;
}

.fig-line-item__number {
	display: block;
	margin-bottom: 27px;
	font-size: 42px;
	line-height: 1;
	letter-spacing: 2.1px;
	text-transform: uppercase;
}

.fig-line-item h3,
.fig-card h3,
.fig-card__title,
.fig-product h3 {
	display: block;
	margin: 0 0 32px;
	font-family: var(--body);
	font-size: 24px;
	font-weight: 400;
	line-height: 29px;
	letter-spacing: 1.2px;
	text-transform: uppercase;
}

.fig-line-item p,
.fig-card p,
.fig-card__copy,
.fig-product p {
	display: block;
	margin: 0;
	font-size: 20px;
	line-height: 28px;
}

.fig-card-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 17px;
	margin-top: 58px;
}

.fig-card {
	min-height: 279px;
	padding: 40px;
	background: var(--white);
	border: 0;
	border-radius: 25px;
	color: var(--deep);
}

button.fig-card {
	font: inherit;
	text-align: left;
	cursor: pointer;
	appearance: none;
	-webkit-appearance: none;
}

button.fig-card:focus-visible {
	outline: 3px solid var(--aqua);
	outline-offset: 5px;
}

.fig-card--event {
	min-height: 300px;
	transition: transform 180ms ease, box-shadow 180ms ease;
}

.fig-card--event:hover {
	transform: translateY(-3px);
	box-shadow: 0 18px 50px rgba(21, 27, 50, 0.1);
}

.fig-card--event .fig-card__date {
	display: block;
	margin-bottom: 30px;
	font-size: 42px;
	line-height: 1;
	letter-spacing: 2.1px;
	text-transform: uppercase;
}

.fig-card--event .fig-card__copy {
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
}

.fig-product-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 22px 17px;
	margin-top: 68px;
}

.fig-product {
	display: block;
	min-height: 561px;
	padding: 20px 23px 36px;
	background: var(--white);
	border-radius: 25px;
	color: var(--deep);
}

button.fig-product {
	border: 0;
	font: inherit;
	text-align: left;
	cursor: pointer;
	appearance: none;
	-webkit-appearance: none;
}

button.fig-product:focus-visible {
	outline: 3px solid var(--aqua);
	outline-offset: 5px;
}

.fig-product img {
	display: block;
	width: min(100%, 321px);
	height: 305px;
	margin: 0 auto 34px;
	object-fit: cover;
}

.fig-product h3 {
	margin-bottom: 18px;
	font-size: 42px;
	line-height: 37px;
	letter-spacing: 1.2px;
	text-transform: none;
}

.fig-product small {
	display: block;
	margin-top: 4px;
	font-size: 20px;
	line-height: 26px;
}

.fig-product p {
	font-size: 20px;
	line-height: 26px;
}

.fig-product__arrow {
	float: right;
	font-size: 27px;
}

.fig-product-modal[hidden] {
	display: none;
}

.fig-product-modal,
.fig-event-modal {
	position: fixed;
	inset: 0;
	z-index: 30;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 40px;
	color: var(--deep);
}

.fig-product-modal__backdrop,
.fig-event-modal__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(255, 245, 236, 0.92);
	backdrop-filter: blur(2px);
}

.fig-product-modal__card {
	position: relative;
	z-index: 1;
	width: min(760px, 100%);
	min-height: 632px;
	padding: 52px 70px 62px;
	border-radius: 25px;
	background: var(--white);
	box-shadow: 0 24px 80px rgba(21, 27, 50, 0.18);
}

.fig-product-modal__close {
	position: absolute;
	top: 22px;
	right: 24px;
	width: 44px;
	height: 44px;
	border: 0;
	background: transparent;
	color: var(--deep);
	font-size: 34px;
	line-height: 1;
	cursor: pointer;
}

.fig-product-modal__close:focus-visible {
	outline: 3px solid var(--aqua);
	outline-offset: 4px;
}

.fig-product-modal__meta {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 40px;
	margin-bottom: 38px;
	text-transform: uppercase;
}

.fig-product-modal__meta p,
.fig-product-modal__intro p {
	margin: 0;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.2;
	letter-spacing: 0.9px;
	text-transform: uppercase;
}

.fig-product-modal__intro {
	display: grid;
	grid-template-columns: 230px 1fr;
	gap: 44px;
	align-items: center;
	margin-bottom: 54px;
}

.fig-product-modal__intro img {
	width: 230px;
	height: 150px;
	object-fit: contain;
}

.fig-product-modal__intro h3 {
	margin: 0 0 28px;
	font-family: var(--display);
	font-size: 52px;
	font-weight: 400;
	line-height: 1.05;
	letter-spacing: 0;
}

.fig-product-modal__intro h3 small {
	display: block;
	font-size: inherit;
	line-height: inherit;
}

.fig-product-modal__body {
	font-size: 32px;
	line-height: 39px;
}

.fig-product-modal__body p {
	margin: 0 0 34px;
}

.fig-product-modal__body p:last-child {
	margin-bottom: 0;
}

.fig-product-modal__body strong,
.fig-product-modal__body em {
	display: block;
	font-weight: 600;
	font-style: italic;
}

.fig-event-modal[hidden] {
	display: none;
}

.fig-event-modal__card {
	position: relative;
	z-index: 1;
	width: min(760px, 100%);
	max-height: calc(100vh - 80px);
	overflow: auto;
	padding: 58px 70px 62px;
	border-radius: 25px;
	background: var(--white);
	box-shadow: 0 24px 80px rgba(21, 27, 50, 0.18);
}

.fig-event-modal__close {
	position: absolute;
	top: 22px;
	right: 24px;
	width: 44px;
	height: 44px;
	border: 0;
	background: transparent;
	color: var(--deep);
	font-size: 34px;
	line-height: 1;
	cursor: pointer;
}

.fig-event-modal__close:focus-visible {
	outline: 3px solid var(--aqua);
	outline-offset: 4px;
}

.fig-event-modal__date {
	display: block;
	margin-bottom: 30px;
	font-size: 42px;
	line-height: 1;
	letter-spacing: 2.1px;
	text-transform: uppercase;
}

.fig-event-modal__date[hidden] {
	display: none;
}

.fig-event-modal__card h3 {
	margin: 0 0 34px;
	font-family: var(--body);
	font-size: 32px;
	font-weight: 400;
	line-height: 39px;
	letter-spacing: 1.6px;
	text-transform: uppercase;
}

.fig-event-modal__body {
	margin: 0;
	font-size: 28px;
	line-height: 36px;
	white-space: pre-line;
}

body.has-product-modal,
body.has-event-modal {
	overflow: hidden;
}

.fig-assortment-oysters {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 40px;
	margin-top: 86px;
}

.fig-assortment-oysters p {
	margin: 0;
	font-size: 24px;
	font-weight: 600;
	line-height: 29px;
	letter-spacing: 1.2px;
	text-transform: uppercase;
}

.fig-assortment-oysters .fig-button {
	min-width: 397px;
}

.fig-feature-list {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 0;
	margin-top: 60px;
	border-top: 1px solid currentColor;
	border-bottom: 1px solid currentColor;
}

.fig-feature-list article {
	min-height: 473px;
	padding: 50px 28px;
	border-right: 1px solid currentColor;
}

.fig-feature-list article:last-child {
	border-right: 0;
}

.fig-feature-list h3 {
	margin: 0 0 56px;
	font-size: 24px;
	font-weight: 400;
	line-height: 29px;
	letter-spacing: 1.2px;
	text-transform: uppercase;
}

.fig-feature-list p {
	margin: 0;
	font-size: 20px;
	line-height: 28px;
}

.fig-cta-card {
	display: grid;
	grid-template-columns: 1fr 467px;
	gap: 44px;
	align-items: center;
	margin-top: 66px;
}

.fig-cta-card__box {
	min-height: 283px;
	padding: 40px 46px;
	background: var(--white);
	border-radius: 25px;
	color: var(--deep);
}

.fig-more {
	padding-top: 40px;
}

.fig-more__grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 0;
	margin-top: 42px;
}

.fig-more__item {
	position: relative;
	height: 301px;
	overflow: hidden;
	color: var(--shell);
}

.fig-more__item img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.fig-more__item::after {
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(30, 42, 77, 0.35);
}

.fig-more__item span {
	position: absolute;
	left: 35px;
	bottom: 34px;
	z-index: 1;
	font-size: 24px;
	line-height: 1;
	letter-spacing: 1.2px;
	text-transform: uppercase;
}

.fig-tile-split {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
}

.fig-tile {
	position: relative;
	height: 731px;
	overflow: hidden;
	color: var(--shell);
}

.fig-tile img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.fig-tile::after {
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(30, 42, 77, 0.4);
}

.fig-tile__content {
	position: absolute;
	left: 94px;
	bottom: 129px;
	z-index: 1;
}

.fig-tile__content > span:not(.fig-button) {
	display: block;
	margin-bottom: 16px;
	font-size: 24px;
	letter-spacing: 1.2px;
	text-transform: uppercase;
}

.fig-tile__content strong {
	display: block;
	margin-bottom: 34px;
	font-family: var(--display);
	font-size: 87px;
	font-weight: 400;
	line-height: 1.1;
}

.fig-contact-cards {
	display: grid;
	gap: 49px;
	margin-top: 52px;
}

.fig-contact-card {
	padding: 64px 72px 58px;
	border-radius: 25px;
	color: var(--white);
}

.fig-contact-card--aqua {
	background: var(--aqua);
}

.fig-contact-card--rust {
	background: var(--rust);
}

.fig-contact-card h2 {
	margin: 0 0 22px;
	font-size: 42px;
	font-weight: 400;
	line-height: 1;
	letter-spacing: 2.1px;
	text-transform: uppercase;
}

.fig-contact-card p {
	margin: 0 0 28px;
	font-size: 20px;
	line-height: 28px;
}

.fig-form {
	width: 688px;
	margin-top: 32px;
}

.fig-form label {
	display: block;
	margin: 0 0 14px;
	font-size: 20px;
	line-height: 28px;
}

.fig-form input,
.fig-form textarea {
	display: block;
	width: 100%;
	margin: 0 0 28px;
	border: 0;
	border-radius: 25px;
	background: var(--white);
	font: inherit;
	color: var(--deep);
}

.fig-form input {
	height: 66px;
	padding: 0 24px;
}

.fig-form textarea {
	height: 284px;
	padding: 24px;
	resize: vertical;
}

.fig-note {
	margin-top: 44px;
	padding: 32px 56px;
	border-radius: 25px;
	background: var(--rust);
	color: var(--shell);
	font-size: 26px;
	line-height: 29px;
	letter-spacing: 1.3px;
	text-transform: uppercase;
}

.fig-faq {
	margin-top: 52px;
	width: 902px;
}

.fig-faq details {
	border-bottom: 1px solid currentColor;
}

.fig-faq summary {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 59px;
	cursor: pointer;
	font-size: 20px;
	font-weight: 600;
	line-height: 28px;
	list-style: none;
}

.fig-faq summary::-webkit-details-marker {
	display: none;
}

.fig-faq summary::after {
	content: "+";
	font-size: 32px;
	line-height: 1;
}

.fig-faq p {
	margin: 0;
	padding: 0 0 24px;
	font-size: 20px;
	line-height: 28px;
}

.fig-jobs-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	align-items: start;
	gap: 24px;
	margin-top: 62px;
}

.fig-job {
	min-height: 218px;
	padding: 38px 40px;
	border-radius: 25px;
	background: var(--white);
	color: var(--deep);
}

.fig-job summary {
	display: grid;
	grid-template-columns: 1fr auto;
	gap: 24px;
	align-items: start;
	cursor: pointer;
	list-style: none;
}

.fig-job summary::-webkit-details-marker {
	display: none;
}

.fig-job summary::after {
	content: "+";
	font-size: 32px;
	font-weight: 600;
	line-height: 1;
	color: var(--deep);
}

.fig-job[open] summary::after {
	content: "–";
}

.fig-job h3 {
	margin: 0 0 18px;
	font-size: 32px;
	font-weight: 400;
	line-height: 37px;
	letter-spacing: 1.2px;
	text-transform: uppercase;
}

.fig-job__meta {
	display: block;
	margin: 0;
	font-size: 20px;
	line-height: 28px;
	color: rgba(30, 42, 77, 0.74);
}

.fig-job__body {
	margin-top: 30px;
	padding-top: 28px;
	border-top: 1px solid rgba(30, 42, 77, 0.22);
}

.fig-job__body p {
	margin: 0 0 20px;
	font-size: 20px;
	line-height: 28px;
}

.fig-job__body p:last-child {
	margin-bottom: 0;
}

.fig-job-contact {
	margin: 32px 0 0;
	font-size: 20px;
	line-height: 28px;
	color: var(--shell);
}

.fig-job-contact a {
	color: inherit;
	text-decoration: underline;
	text-underline-offset: 4px;
}

.footer--flow {
	position: relative;
	left: auto;
	top: auto;
	display: grid;
	grid-template-columns: minmax(280px, 1.6fr) repeat(3, minmax(150px, 1fr));
	gap: 24px 56px;
	align-items: start;
	width: 100%;
	height: auto;
	min-height: 310px;
	padding: 42px 34px 24px;
}

.footer--flow .footer__brand,
.footer--flow .footer__column,
.footer--flow .footer__badges,
.footer--flow .footer__legal {
	position: static;
	left: auto;
	top: auto;
	right: auto;
	bottom: auto;
	width: auto;
}

.footer--flow .footer__column {
	display: flex;
	flex-direction: column;
	gap: 18px;
}

.footer--flow .footer__badges {
	grid-column: 4;
	justify-self: end;
	margin-top: -8px;
}

.footer--flow .footer__legal {
	grid-column: 1;
	margin-top: 8px;
}

.popup-page {
	width: 100%;
	min-height: 1346px;
	margin: 0;
	padding-top: 161px;
	background: var(--shell);
	color: var(--deep);
}

.popup-card {
	position: relative;
	width: 928px;
	min-height: 1024px;
	margin: 0 auto;
	padding: 67px 50px 70px;
	border-radius: 25px;
	background: var(--white);
}

.popup-card img {
	width: 453px;
	height: 431px;
	object-fit: cover;
}

.popup-card__intro {
	position: absolute;
	left: 479px;
	top: 167px;
	width: 485px;
}

.popup-card__intro h1 {
	margin: 0 0 48px;
	font-family: var(--display);
	font-size: 67px;
	font-weight: 400;
	line-height: 1.1;
}

.popup-card__intro p {
	margin: 0;
	font-size: 24px;
	font-weight: 600;
	line-height: 1.2;
	letter-spacing: 1.2px;
	text-transform: uppercase;
}

.popup-card__body {
	margin: -22px 14px 0;
	font-size: 42px;
	line-height: 51px;
}

.popup-card__body strong {
	display: block;
	font-weight: 600;
	font-style: italic;
}

@media (max-width: 1279px) {
	.sf-figma-page,
	.popup-page {
		width: 100%;
	}

	.footer--flow {
		display: block;
		min-height: 0;
	}

	.fig-hero {
		height: 720px;
	}

	.fig-hero__logo {
		left: 24px;
		top: 24px;
	}

	.fig-hero__title,
	.fig-hero__copy,
	.fig-hero__actions {
		left: 32px;
		right: 32px;
	}

	.fig-hero__title {
		top: 305px;
		font-size: clamp(54px, 12vw, 87px);
	}

	.fig-hero__copy {
		top: 500px;
		width: auto;
	}

	.fig-hero__actions {
		top: 620px;
		flex-wrap: wrap;
	}

	.fig-subnav {
		gap: 24px;
		padding: 21px 28px;
	}

	.fig-subnav__label {
		letter-spacing: 3px;
	}

	.fig-subnav__links,
	.fig-subnav .menu {
		gap: 24px;
	}

	.fig-section {
		padding: 64px 32px;
	}

	.fig-title {
		font-size: clamp(58px, 13vw, 98px);
	}

	.fig-two,
	.fig-card-grid,
	.fig-product-grid,
	.fig-feature-list,
	.fig-cta-card,
	.fig-more__grid,
	.fig-tile-split {
		grid-template-columns: 1fr;
	}

	.fig-experience__grid {
		grid-template-columns: 1fr;
		gap: 40px;
	}

	.fig-experience__media {
		grid-template-columns: 1fr 1fr;
	}

	.fig-experience__content .fig-eyebrow {
		margin-top: 38px;
	}

	.fig-experience__image--right {
		margin-top: 38px;
	}

	.fig-experience__location {
		margin-top: 42px;
	}

	.fig-line-grid {
		grid-template-columns: 1fr;
	}

	.fig-line-item,
	.fig-line-item:nth-child(2n),
	.fig-line-grid--featured-first .fig-line-item:first-child,
	.fig-line-grid--featured-first .fig-line-item:nth-child(2n),
	.fig-line-grid--featured-first .fig-line-item:nth-child(2n + 1):not(:first-child),
	.fig-feature-list article {
		border-right: 0;
		padding-left: 28px;
	}

	.fig-line-grid--featured-first .fig-line-item:first-child {
		grid-column: auto;
	}

	.fig-product img {
		width: 100%;
	}

	.fig-product-modal,
	.fig-event-modal {
		align-items: flex-start;
		overflow-y: auto;
		padding: 24px;
	}

	.fig-product-modal__card,
	.fig-event-modal__card {
		min-height: auto;
		padding: 52px 28px 36px;
	}

	.fig-product-modal__meta,
	.fig-product-modal__intro {
		grid-template-columns: 1fr;
		gap: 24px;
	}

	.fig-product-modal__intro img {
		width: 100%;
	}

	.fig-product-modal__intro h3 {
		font-size: 44px;
	}

	.fig-product-modal__body,
	.fig-event-modal__body {
		font-size: 26px;
		line-height: 34px;
	}

	.fig-event-modal__card h3 {
		font-size: 28px;
		line-height: 35px;
	}

	.fig-assortment-oysters {
		align-items: flex-start;
		flex-direction: column;
		margin-top: 56px;
	}

	.fig-assortment-oysters .fig-button {
		width: 100%;
		min-width: 0;
	}

	.fig-faq,
	.fig-form {
		width: 100%;
	}

	.fig-jobs-grid {
		grid-template-columns: 1fr;
	}

	.popup-card {
		width: calc(100% - 40px);
	}

	.popup-card__intro {
		position: static;
		margin-top: 32px;
	}

	.popup-card img {
		width: 100%;
	}

	.popup-card__body {
		margin-top: 40px;
		font-size: 30px;
		line-height: 40px;
	}
}

@media (max-width: 767px) {
	.button,
	.fig-button {
		width: 100%;
		min-width: 0;
		height: auto;
		min-height: 56px;
		padding: 16px 20px;
		line-height: 1.15;
		text-align: center;
		white-space: normal;
	}

	.fig-section p > .fig-button {
		display: flex;
		margin: 0 0 14px;
	}

	.fig-contact-card .fig-button {
		margin-top: 0;
	}

	.fig-contact-card .fig-button + .fig-button {
		margin-top: 28px;
		margin-left: 0;
	}

	.fig-experience {
		padding-top: 58px;
		padding-bottom: 58px;
	}

	.fig-experience__media {
		grid-template-columns: 1fr;
	}

	.fig-experience__content .fig-eyebrow {
		margin-top: 34px;
	}

	.fig-experience__image--right {
		margin-top: 34px;
	}

	.fig-experience__location {
		margin-top: 38px;
	}

	.fig-button-row {
		align-items: stretch;
		flex-direction: column;
		gap: 14px;
	}

	.hero {
		height: 760px;
	}

	.hero__image,
	.hero__overlay {
		height: 100%;
	}

	.hero__logo,
	.fig-hero__logo {
		left: 24px;
		top: 26px;
		width: 176px;
		height: auto;
	}

	.nav,
	.fig-hero .nav {
		left: 20px;
		right: 20px;
		top: 120px;
		gap: 10px;
		justify-content: space-between;
		padding-bottom: 0;
		overflow: visible;
	}

	.nav__link {
		font-size: clamp(11px, 3vw, 13px);
		letter-spacing: 0.55px;
	}

	.hero__eyebrow,
	.hero__title,
	.hero__copy,
	.hero__button {
		left: 24px;
		right: 24px;
	}

	.hero__eyebrow {
		top: 274px;
		font-size: 18px;
	}

	.hero__title {
		top: 318px;
		font-size: clamp(52px, 16vw, 68px);
		line-height: 1;
	}

	.hero__copy {
		top: 500px;
		font-size: 18px;
		line-height: 27px;
	}

	.hero__copy br {
		display: none;
	}

	.hero__button {
		top: 654px;
		width: calc(100% - 48px);
	}

	.split-card {
		height: 620px;
	}

	.split-card__eyebrow,
	.split-card__title,
	.split-card__button,
	.split-card--wholesale .split-card__eyebrow,
	.split-card--wholesale .split-card__title,
	.split-card--wholesale .split-card__button {
		left: 24px;
		right: 24px;
		max-width: calc(100% - 48px);
	}

	.split-card__eyebrow,
	.split-card--wholesale .split-card__eyebrow {
		top: 274px;
		font-size: 18px;
	}

	.split-card__title,
	.split-card--wholesale .split-card__title {
		top: 312px;
		font-size: clamp(52px, 16vw, 70px);
		line-height: 1.02;
	}

	.split-card__button,
	.split-card--wholesale .split-card__button {
		top: auto;
		bottom: 36px;
		width: calc(100% - 48px);
	}

	.about {
		padding: 58px 24px;
	}

	.about__eyebrow {
		font-size: 18px;
	}

	.about__title {
		margin: 20px 0 28px;
		font-size: clamp(56px, 17vw, 72px);
	}

	.about__copy,
	.about__why,
	.about-card p {
		font-size: 18px;
		line-height: 27px;
	}

	.about-card {
		padding: 30px 26px;
		border-radius: 18px;
	}

	.about-card h3 {
		margin-bottom: 28px;
		font-size: 21px;
		line-height: 27px;
	}

	.fig-hero {
		display: flex;
		flex-direction: column;
		justify-content: flex-end;
		height: auto;
		min-height: 820px;
		padding: 250px 24px 54px;
	}

	.fig-hero:has(.fig-hero__actions) {
		min-height: 920px;
	}

	.fig-hero__title,
	.fig-hero__copy,
	.fig-hero__actions {
		position: relative;
		left: auto;
		right: auto;
		top: auto;
		bottom: auto;
		width: auto;
		max-width: none;
	}

	.fig-hero__title {
		margin: 0;
		font-size: clamp(42px, 12vw, 58px);
		line-height: 1.02;
	}

	.fig-hero__copy {
		margin: 24px 0 0;
		font-size: 17px;
		line-height: 27px;
	}

	.fig-hero__actions {
		flex-direction: column;
		gap: 14px;
		margin-top: 30px;
	}

	.fig-subnav {
		gap: 20px;
		padding: 18px 24px;
	}

	.fig-subnav__label {
		font-size: 12px;
		letter-spacing: 3px;
	}

	.fig-subnav__links,
	.fig-subnav .menu {
		gap: 22px;
	}

	.fig-section {
		padding: 58px 24px;
	}

	.fig-section--tight {
		padding-top: 44px;
		padding-bottom: 44px;
	}

	.fig-section img[style*="width"] {
		width: 100% !important;
		height: auto !important;
		max-height: 420px;
		object-fit: cover;
	}

	.fig-eyebrow {
		font-size: 18px;
	}

	.fig-eyebrow + .fig-title {
		margin-top: 34px;
	}

	.fig-eyebrow + .fig-copy {
		margin-top: 24px;
	}

	.fig-title {
		font-size: clamp(50px, 16vw, 72px);
		line-height: 1.02;
	}

	.fig-title--mid,
	.fig-title--small {
		font-size: clamp(42px, 13vw, 58px);
	}

	.fig-title + .fig-copy {
		margin-top: 32px;
	}

	.fig-copy {
		font-size: 18px;
		line-height: 28px;
	}

	.fig-two {
		gap: 34px;
	}

	.fig-two__image,
	.fig-two__image--short,
	.fig-two__image--tall {
		height: auto;
		min-height: 0;
		aspect-ratio: 4 / 3;
		object-fit: cover;
	}

	.fig-line-grid {
		margin-top: 46px;
	}

	.fig-line-item,
	.fig-line-item:nth-child(2n),
	.fig-line-grid--featured-first .fig-line-item:first-child,
	.fig-line-grid--featured-first .fig-line-item:nth-child(2n),
	.fig-line-grid--featured-first .fig-line-item:nth-child(2n + 1):not(:first-child) {
		min-height: 0;
		padding: 34px 0;
		border-right: 0;
	}

	.fig-line-item h3,
	.fig-card h3,
	.fig-card__title {
		font-size: 21px;
		line-height: 27px;
	}

	.fig-line-item p,
	.fig-card p,
	.fig-card__copy,
	.fig-product p {
		font-size: 18px;
		line-height: 27px;
	}

	.fig-card-grid,
	.fig-product-grid {
		gap: 18px;
		margin-top: 40px;
	}

	.fig-card {
		min-height: 0;
		padding: 30px 24px;
		border-radius: 18px;
	}

	.fig-card--event .fig-card__date {
		font-size: 36px;
	}

	.fig-product {
		min-height: 0;
		padding: 18px 18px 28px;
		border-radius: 18px;
	}

	.fig-product img {
		width: 100%;
		height: auto;
		aspect-ratio: 1.05;
		object-fit: cover;
	}

	.fig-product h3 {
		font-size: 38px;
		line-height: 1;
	}

	.fig-product small {
		font-size: 18px;
		line-height: 24px;
	}

	.fig-product-modal,
	.fig-event-modal {
		align-items: flex-start;
		padding: 16px;
	}

	.fig-product-modal__card,
	.fig-event-modal__card {
		max-height: calc(100vh - 32px);
		overflow: auto;
		padding: 58px 24px 32px;
		border-radius: 18px;
	}

	.fig-product-modal__body,
	.fig-event-modal__body {
		font-size: 20px;
		line-height: 29px;
	}

	.fig-product-modal__intro h3 {
		font-size: 38px;
	}

	.fig-product-modal__intro img {
		height: 140px;
	}

	.fig-assortment-oysters {
		gap: 22px;
	}

	.fig-feature-list article {
		min-height: 0;
		padding: 34px 0;
		border-right: 0;
		border-bottom: 1px solid currentColor;
	}

	.fig-feature-list article:last-child {
		border-bottom: 0;
	}

	.fig-cta-card {
		gap: 24px;
		margin-top: 42px;
	}

	.fig-cta-card__box {
		min-height: 0;
		padding: 30px 24px;
		border-radius: 18px;
	}

	.fig-more__grid {
		margin-top: 30px;
	}

	.fig-more__item {
		height: 240px;
	}

	.fig-more__item span {
		left: 24px;
		bottom: 24px;
		font-size: 20px;
	}

	.fig-tile {
		height: 560px;
	}

	.fig-tile__content {
		left: 24px;
		right: 24px;
		bottom: 36px;
	}

	.fig-tile__content > span:not(.fig-button) {
		font-size: 18px;
	}

	.fig-tile__content strong {
		font-size: clamp(48px, 15vw, 68px);
	}

	.fig-contact-card {
		padding: 34px 24px;
		border-radius: 18px;
	}

	.fig-contact-card h2 {
		font-size: 30px;
		line-height: 1.1;
	}

	.fig-form input {
		height: 58px;
		border-radius: 18px;
	}

	.fig-form textarea {
		height: 220px;
		border-radius: 18px;
	}

	.fig-note {
		padding: 24px;
		border-radius: 18px;
		font-size: 20px;
		line-height: 28px;
	}

	.fig-faq summary {
		gap: 20px;
		font-size: 18px;
		line-height: 26px;
	}

	.fig-jobs-grid {
		margin-top: 40px;
	}

	.fig-job {
		padding: 30px 24px;
		border-radius: 18px;
	}

	.fig-job h3 {
		font-size: 26px;
		line-height: 32px;
	}

	.footer,
	.footer--flow {
		padding: 42px 24px 30px;
		border-radius: 0;
	}

	.footer__logo,
	.footer__logo-image {
		width: 88px;
	}

	.footer__tagline {
		font-size: 26px;
	}

	.footer__social a,
	.footer__social img {
		width: 32px;
		height: 32px;
	}

	.footer__copy,
	.footer__column {
		font-size: 17px;
	}

	.footer__badges {
		flex-wrap: wrap;
		gap: 16px;
	}

	.footer__badges img {
		width: 58px;
		height: 58px;
	}

	.footer__badges .footer__tripadvisor {
		width: 132px !important;
		height: auto !important;
	}

	.popup-page {
		padding: 42px 0;
	}

	.popup-card {
		width: calc(100% - 32px);
		min-height: 0;
		padding: 42px 24px;
		border-radius: 18px;
	}

	.popup-card__intro {
		width: auto;
	}

	.popup-card__intro h1 {
		font-size: 44px;
	}

	.popup-card__body {
		margin-right: 0;
		margin-left: 0;
		font-size: 24px;
		line-height: 32px;
	}
}
