@charset "UTF-8";
@keyframes floatInSafe {
	0% {
		transform: translateY(100%) rotate(-1.616deg) scale(0.4511);
		border-radius: 1rem;
		opacity: 0;
	}
	40% {
		transform: translateY(50%) rotate(-1.616deg) scale(0.9);
		border-radius: 0;
		opacity: 1;
	}
	100% {
		transform: translateY(0) rotate(0deg) scale(1);
		border-radius: 0;
		opacity: 1;
	}
}
@font-face {
	font-family: "ABCDailySlabMedium";
	font-weight: 400;
	font-style: normal;
	font-display: swap;
	src: local("ABCDailySlabMedium"), local("ABCDailySlabMedium"), url("../fonts/ABCDailySlab-Medium.woff2") format("woff2"), url("../fonts/ABCDailySlab-Medium.woff") format("woff");
}
@font-face {
	font-family: "FoundersGroteskMonoLight";
	font-weight: 400;
	font-style: normal;
	font-display: swap;
	src: url("../fonts/founders-grotesk-mono-light.woff2") format("woff2");
}
*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%;
	        text-size-adjust: 100%;
}

body {
	margin: 0;
	background: #fff;
}

input[type=submit],
input[type=button],
button,
a {
	-webkit-tap-highlight-color: transparent;
	touch-action: manipulation;
	transition: 200ms;
	cursor: pointer;
}

img {
	height: auto;
	max-width: 100%;
	transition: 200ms;
	transition-property: opacity;
	vertical-align: middle;
}
img[data-src] {
	position: absolute;
	opacity: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
address,
strong {
	font-style: normal;
	font-weight: normal;
}

article,
aside,
figure,
footer,
header,
main,
nav {
	display: block;
}

blockquote,
embed,
fieldset,
figure,
iframe,
img,
legend,
object,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
dl {
	padding: 0;
	border: 0;
	margin: 0;
}

html {
	font: normal 400 87.5%/1.33333 "FoundersGroteskMonoLight", sans-serif;
}

body {
	font-size: 1.125rem;
}

.text\:1 {
	font-size: 0.75rem;
}
.text\:2 {
	font-size: 0.75rem;
	line-height: 1.714;
}
.text\:3 {
	font-size: 1rem;
}
.text\:4 {
	font-size: 1.25rem;
}
.text\:5 {
	font-size: 3rem;
	line-height: 1;
}
.text\:6 {
	font-size: 1rem;
	line-height: 1.5;
}

.font\:abc-daily-slab {
	font-family: "ABCDailySlabMedium", monospace;
}

nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

a {
	text-decoration: none;
}
a[href^="mailto:"], a[href^="tel:"] {
	white-space: nowrap;
}

label {
	cursor: pointer;
	vertical-align: middle;
}

input {
	font: inherit;
}

button {
	-webkit-appearance: none;
	        appearance: none;
	padding: 0;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	background: transparent;
	color: inherit;
	font: inherit;
}

textarea {
	overflow: auto;
	display: block;
	resize: none;
}

label {
	font-size: 0.75rem;
	text-transform: uppercase;
	display: block;
	margin: 0 0 0.5625rem 0;
}

input[type=checkbox],
input[type=radio] {
	margin: 0 5px 0 0;
	vertical-align: middle;
}

input[type=search]::-webkit-search-cancel-button {
	display: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	        appearance: none;
}

.stockists__footer,
.gform-footer {
	position: relative;
}
.stockists__footer::after,
.gform-footer::after {
	content: " ";
	display: block;
	width: 3.75rem;
	height: 3.75rem;
	background: url("../images/arrow.svg") no-repeat;
	background-size: contain;
	left: auto;
	right: 0;
	top: 0.25rem;
	position: absolute;
}

.gform-footer::after {
	z-index: -1;
}

input[type=submit] {
	background: transparent;
	color: #362618;
	text-align: left;
	font-family: "ABCDailySlabMedium", monospace;
	text-align: left;
	padding-left: 0;
	padding-right: 0;
	margin: 3.75rem auto 0 auto;
	padding: 1.35rem 0 !important;
	display: flex;
	font-size: 1rem;
	position: relative;
	width: 8.875rem;
	min-width: unset;
	cursor: none;
}

.stockists__footer::after {
	background: url("../images/arrow-dough.svg") no-repeat;
	background-size: contain;
}

.button {
	-webkit-appearance: none;
	        appearance: none;
	box-shadow: none;
	border: 0;
	border-radius: 0;
	text-decoration: none;
	display: inline-block;
	padding: 0.75em 1.5em;
	min-width: 10em;
	text-align: center;
	color: #fff;
}

input[type=date],
input[type=email],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
textarea,
select {
	appearance: none;
	-webkit-appearance: none;
	box-shadow: unset;
	border: 0;
	border-radius: 0;
	border: 1px solid rgba(54, 36, 22, 0.25);
	background: transparent;
	padding: 1.1875rem;
	width: 100%;
	color: #362618;
}

input[type=date]:focus,
input[type=email]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=text]:focus,
input[type=time]:focus,
input[type=url]:focus,
textarea:focus {
	border: 1px solid rgb(54, 36, 22);
}

.screen-reader-text, .gform_title {
	position: absolute;
	overflow: hidden;
	width: 1px;
	height: 1px;
	padding: 0;
	border: 0;
	margin: 0;
	clip: rect(1px, 1px, 1px, 1px);
}

.site-nav ul, .news__featured, .modal, .category-nav {
	-ms-overflow-style: none; /* IE and Edge */
	scrollbar-width: none; /* Firefox */
}
.site-nav ul::-webkit-scrollbar, .news__featured::-webkit-scrollbar, .modal::-webkit-scrollbar, .category-nav::-webkit-scrollbar {
	display: none;
}

.accordion {
	border-top: 1px solid rgba(217, 217, 217, 0.25);
}
.accordion__subsection-header {
	padding: 2.125rem 0 2.125rem 0;
}
.accordion__header {
	cursor: none;
	border-bottom: 1px solid rgba(217, 217, 217, 0.25);
	position: relative;
	padding: 0.6875rem 0;
}
.accordion__header h2 + p {
	opacity: 0;
	transition: opacity 250ms ease;
	transition-delay: 250ms;
}
.accordion__header::after, .accordion__header::before {
	content: " ";
	display: block;
	position: absolute;
	height: 1.5px;
	background: #DDCCBF;
	left: auto;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	transition: transform 250ms ease, opacity 250ms ease;
	width: 1rem;
}
.accordion__header::after {
	transform: translateY(-50%) rotate(-90deg);
}
.accordion__header.active::before, .accordion__header.active::after {
	opacity: 0;
}
.accordion__header.active h2 + p {
	opacity: 1;
}
.accordion__header.active h2.text\:6 {
	font-size: 1.25rem;
	transition: font-size 75ms ease;
}
.accordion__header h2 {
	pointer-events: none;
}
.accordion__content {
	display: none;
}
.accordion__content .menus__items:first-child {
	padding: 3.5rem 0 0 0;
}
.accordion__content .swiper {
	padding: 6.25rem 0 0 0;
}

.article {
	padding: 9.25rem 0 9.25rem 0;
	min-height: 100dvh;
}
.article .category-nav {
	margin: 3rem auto 0 0;
	position: relative;
	opacity: 1;
	max-width: unset;
	width: 11rem;
}
.article__container {
	padding: 2.25rem 1.5rem;
	background: #ffffff;
}
.article__tags {
	align-items: center;
	list-style: none;
	gap: 0.25rem;
}
.article__tag {
	border-color: #FD7F58;
}
.article__header {
	padding: 2.625rem 0 7.875rem 0;
}
.article__header h1 {
	max-width: 56.9375rem;
}
.article .tag__journal {
	border: unset;
}
.article__duration .flex {
	align-items: center;
	gap: 1.125rem;
}
.article__duration svg {
	display: block;
	width: 1rem;
}
.article__image {
	margin: 2rem 0 0 0;
}
.article__tabs {
	margin: 5.125rem 0 0 0;
}
.article__details {
	margin: 2.5rem 0 0 0;
	gap: 2rem;
}
.article__specifics {
	width: 100%;
}
.article__specifics li {
	align-items: center;
	gap: 1rem;
}
.article__specifics li:not(:last-child) {
	margin: 0 0 0.3125rem 0;
}
.article__synopsis {
	max-width: 40.1875rem;
	width: 100%;
}
.article .difficulty svg,
.article .servings svg,
.article .vegetarian svg {
	display: block;
	width: 1rem;
}
.article__ingredients {
	margin: 3rem 0 0 0;
	max-width: 40.1875rem;
	width: 100%;
}
.article__ingredients ul {
	list-style: none;
	margin: 1.75rem 0 0 0;
}
.article__ingredients li {
	border-top: 1px solid rgba(54, 36, 22, 0.25);
	padding: 0.3125rem 0 0.8125rem 0;
}
.article__sections {
	max-width: 40.1875rem;
	padding: 5rem 0 0 0;
	width: 100%;
}
.article__sections h2 {
	margin: 0 0 1.375rem 0;
}
.article__sections > div:not(:last-child) {
	margin: 0 0 5rem 0;
}

.show-method .article__ingredients {
	display: none;
}
.show-method .article .method {
	display: block;
}

.single {
	overflow: unset;
}

.card a {
	display: block;
}
.card footer {
	padding: 0 1.25rem 0 0.625rem;
	margin: 1.5625rem 0 0 0;
}
.card h2 {
	max-width: 95%;
}
.card__meta {
	align-items: center;
}
.card__tags {
	gap: 0.25rem;
}
.card__cta {
	display: block;
	width: 2.5rem;
}
.card path {
	transition: fill 125ms ease;
}
.card a:hover path:first-child {
	fill: #362618;
}
.card a:hover path:last-child {
	fill: #DDCCBF;
}

.category-nav {
	background: rgba(54, 36, 22, 0.05);
	padding: 0.8125rem 0.75rem;
	border-radius: 0.75rem;
	opacity: 0;
	transition: opacity 750ms ease;
	width: 100%;
}
.category-nav.is-visible {
	opacity: 1;
}
.category-nav a {
	display: block;
}
.category-nav span {
	pointer-events: none;
}
.category-nav .is-cat-active {
	position: relative;
}
.category-nav .is-cat-active span {
	color: #ffffff;
	z-index: 2;
	display: block;
	position: relative;
}
.category-nav .is-cat-active::after {
	content: " ";
	display: block;
	background: #362618;
	color: #DDCCBF;
	position: absolute;
	top: 0;
	left: auto;
	border-radius: 0.5rem;
	overflow: hidden;
	width: calc(100% + 1rem);
	transform: translate(-0.5rem, -0.5rem);
	height: calc(100% + 1rem);
	z-index: 1;
}
.category-nav ul {
	gap: 1rem;
}

.contact.bg\:apricot {
	background: #FE9F82;
}
.contact.wrap {
	padding-top: 6.25rem;
	padding-bottom: 4rem;
}
.contact .section-header h2.colour\:apricot {
	color: #FE9F82;
}
.contact .section-header::after {
	content: " ";
	display: block;
	background: url("../images/decorative/croissant.png") no-repeat;
	background-size: contain;
	height: 12.876rem;
	width: 17.625rem;
	transform: scale(1.15) translateY(-5.8125rem);
	position: absolute;
	left: auto;
	top: 0;
	pointer-events: none;
	right: -9.25rem;
}
.contact .pipedriveWebForms {
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
}
.contact .site-footer__icon {
	margin: 4rem 0 0 0;
}
.contact__details {
	align-items: flex-start;
}
.contact__details h2 {
	margin: 0 0 1.5rem 0;
}
.contact__details-widget > a + a {
	display: block;
	margin: 0.75rem 0 0 0;
}
.contact__details-form {
	width: 100%;
}
.contact__details-form #gform_fields_1 {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	row-gap: 1.4375rem;
	justify-content: space-between;
}
.contact__details-form #field_1_10,
.contact__details-form #field_1_11,
.contact__details-form #field_1_3,
.contact__details-form #field_1_5,
.contact__details-form #field_1_6,
.contact__details-form #field_1_7 {
	width: 100%;
}
.contact__details-form #field_1_8,
.contact__details-form #field_1_9 {
	width: 100%;
}
.contact__details-form input,
.contact__details-form textarea {
	cursor: none;
}
.contact__details-form textarea {
	font-family: inherit;
	font-size: inherit;
}
.contact .gform_validation_errors {
	display: none;
}
.contact .section-content + * {
	border-bottom: 1px solid rgba(54, 36, 22, 0.25);
}

.validation_message {
	font-size: 0.75rem;
	text-transform: uppercase;
	display: block;
	margin: 0.25rem 0 0 0;
}

html,
body,
a {
	cursor: none;
}

#cursor {
	background: rgba(255, 255, 255, 0.5);
	-webkit-backdrop-filter: blur(0.625rem);
	        backdrop-filter: blur(0.625rem);
	position: fixed;
	z-index: 175;
	will-change: left, top;
	top: -300px;
	left: -300px;
	transform: translateX(-50%) translateY(-50%);
	pointer-events: none;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: width 0.3s, height 0.3s, background 0.3s;
	width: 1.25rem;
	height: 1.25rem;
}
#cursor::after {
	content: " ";
	background: url("../images/cursor-arrow.svg") no-repeat;
	background-size: 1.5rem 1.5rem;
	transition: opacity 250ms ease;
	transition-delay: 250ms;
	background-position: center;
	display: block;
	width: 100%;
	opacity: 0;
	height: 100%;
}
#cursor span {
	display: none;
	position: absolute;
	left: 50%;
	top: 50%;
	position: absolute;
	width: 0.75rem;
	height: 0.75rem;
	transform: translate(-50%, -75%);
	background: #FD7F58;
	border-radius: 50%;
}

#cursor.cursor-mid {
	width: 2rem;
	height: 2rem;
}

#cursor.cursor-expanded {
	cursor: none;
	width: 5rem;
	height: 5rem;
}
#cursor.cursor-expanded::after {
	opacity: 1;
}
#cursor.cursor-expanded.hide-arrow::after {
	opacity: 0 !important;
}
#cursor.cursor-expanded.prevent-arrow-delay {
	transition-delay: 250ms !important;
}
#cursor.cursor-expanded.prevent-arrow-delay::after {
	transition-delay: 0ms !important;
}

.rotate-scaled-cursor #cursor {
	transform: translateX(-50%) translateY(-50%) rotate(-180deg);
}

.error {
	min-height: 100dvh;
	padding: 6.25rem 0 0 0;
}

.cmIdEE {
	max-width: unset !important;
}

.get-social.wrap {
	padding-top: 0;
	padding-bottom: 5rem;
}
.get-social__feed #sbi_load,
.get-social__feed .sb_instagram_header {
	display: none;
}

.overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100dvh;
	z-index: 90;
}
.overlay .animation {
	width: 100vw;
	height: auto;
	align-items: flex-end;
	display: flex;
	margin: auto 0 0 0;
}
.overlay #animation-container {
	height: auto;
}

.index {
	min-height: 100dvh;
}
.index.wrap {
	padding-top: 9.25rem;
	padding-bottom: 9.25rem;
}
.index .section-content > div {
	align-items: flex-start;
}

.blog {
	overflow: unset;
}

.landing {
	align-items: center;
	justify-content: center;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
	height: 100vh;
	width: 100%;
}
.landing__header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100vw;
	top: 50%;
	transform: translateY(-50%);
	transition: top 450ms ease, transform 450ms ease;
	z-index: 1;
}
.landing__header.wrap {
	padding-top: 2rem;
	padding-bottom: 2rem;
}
.landing__symbol {
	transform: rotate(-180deg);
	width: 3rem;
}
.landing__logo {
	width: 18.5rem;
}
.landing__symbol, .landing__logo {
	transition: transform 450ms ease, opacity 450ms ease, width 450ms ease;
}
.landing-state-1 .landing__header {
	top: 0;
	transform: translateY(0);
}
.landing-state-1 .landing__symbol {
	width: 2.5rem;
}
.landing-state-1 .landing__logo {
	width: 11rem;
}
.landing-state-2 .video__wrapper .video__content {
	animation: floatInSafe 1250ms ease-out forwards;
}

.video__wrapper {
	aspect-ratio: 250/540;
	overflow: hidden;
	opacity: 1;
	position: relative;
	top: auto;
	bottom: 0;
	border-radius: 1rem;
	height: 100vh;
	width: 100vw;
}
.video__wrapper .video__content {
	transform: scale(0.4511) rotate(-1.616deg) translateY(-100%);
	will-change: transform;
	opacity: 0;
	border-radius: 1rem;
	animation: none;
	height: 100%;
	width: 100%;
}
.video__wrapper .video__content p {
	font-size: 2rem;
	color: #ffffff;
	position: absolute;
	left: 50%;
	top: 47.5%;
	transform: translate(-50%, -50%);
	white-space: nowrap;
}

body {
	overflow: hidden;
}

.error404 .landing__header {
	display: none;
}

.blog .landing__header,
.single .landing__header {
	top: 0;
	transform: translateY(0);
}
.blog .landing__header a,
.single .landing__header a {
	display: block;
	pointer-events: all;
}
.blog .landing__header a figure,
.single .landing__header a figure {
	pointer-events: none;
}
.blog .landing__header .landing__symbol,
.single .landing__header .landing__symbol {
	width: 2.5rem;
}
.blog .landing__header .landing__logo,
.single .landing__header .landing__logo {
	width: 11rem;
}

.landing-unlocked {
	overflow: auto;
}

.life-in-every-bake-interaction {
	padding: 0 0 0 0;
}
.life-in-every-bake-interaction .dummy {
	opacity: 0.2;
}
.life-in-every-bake-interaction .dummy.active-item {
	opacity: 1;
	color: #DDCCBF;
}
.life-in-every-bake-interaction p:not(:last-child) {
	margin: 0 0 1rem 0;
}
.life-in-every-bake-interaction__container {
	height: 100dvh;
	pointer-events: none;
	width: 100vw;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
	opacity: 0;
	transition: opacity 250ms ease;
}
.life-in-every-bake-interaction__container figure {
	opacity: 0;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	aspect-ratio: 321/460;
	width: 35vw;
	height: 100dvh;
}
.life-in-every-bake-interaction__container figure .cover {
	object-fit: contain !important;
}
.life-in-every-bake-interaction__container figure.active-image {
	opacity: 1;
}

.bake-active .life-in-every-bake-interaction__container {
	opacity: 1;
}
.bake-active.bake-inactive .life-in-every-bake-interaction__container {
	opacity: 0 !important;
}

.life-in-every-bake__header {
	padding: 0 1.5rem;
	z-index: 5;
}
.life-in-every-bake__header::before {
	content: " ";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100vw;
	height: 25vh;
	background: linear-gradient(to bottom, #362618 0%, rgba(54, 38, 24, 0) 100%);
}
.life-in-every-bake__header::after {
	content: " ";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100vw;
	height: 25vh;
	background: linear-gradient(to top, #362618 0%, rgba(54, 38, 24, 0) 100%);
}
.life-in-every-bake__items {
	padding: 0 1.5rem;
}

.life-in-every-bake img {
	width: 100%;
}
.life-in-every-bake .wrap {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

/* MARQUEE STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.marquee {
	position: relative;
	display: flex;
	gap: 1.5rem;
	overflow: hidden;
	padding: 1.5rem 0;
	transform: translateX(-2.625rem);
	width: calc(100% + 5.25rem);
}

.marquee-item {
	width: 65%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}
.marquee-item figure {
	background: black;
	aspect-ratio: 316/395;
	width: 100%;
}

.get-social .section-header::after {
	content: " ";
	display: block;
	background: url("../images/get-social.png") no-repeat;
	background-size: contain;
	width: 21.5rem;
	height: 21.5rem;
	position: absolute;
	left: auto;
	right: -5rem;
	top: 0;
	transform: translateY(-20%);
}

.menus {
	padding: 0 0 4rem 0;
}
.menus legend {
	width: 29.5rem;
}
.menus legend p {
	align-items: baseline;
	gap: 1rem;
}
.menus legend svg {
	display: block;
	margin: 0.125rem 0 0 0;
}
.menus__key {
	gap: 2.25rem;
	margin: -0.6875rem 0 0 0;
}
.menus__key p {
	gap: 1rem;
}
.menus__download a {
	align-items: center;
	width: 17.5rem;
}
.menus__download a:hover path {
	fill: #362618;
}
.menus__download a:hover path + path {
	fill: #DDCCBF;
}
.menus__download a * {
	pointer-events: none;
}
.menus__download svg {
	display: block;
	width: 2.5rem;
	height: 2.5rem;
}
.menus__accordions {
	border-bottom: 1px solid rgba(54, 36, 22, 0.25);
}
.menus .accordion__header {
	border-top: 1px solid rgba(54, 36, 22, 0.25);
	border-bottom: unset;
}
.menus .accordion__header::before, .menus .accordion__header::after {
	background: #362618;
}
.menus .accordion__header:last-child {
	border-bottom: 1px solid rgba(54, 36, 22, 0.25);
}
.menus ul {
	list-style: none;
}
.menus__items {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
}
.menus__item {
	border-bottom: 1px solid rgba(66, 39, 24, 0.25);
	padding: 1.125rem 0 1.875rem 0;
}
.menus__item:nth-last-child(2), .menus__item:last-child {
	border-bottom: unset;
}
.menus__item:first-child, .menus__item:nth-child(2) {
	border-top: 1px solid rgba(66, 39, 24, 0.25);
}
.menus__item h2 {
	align-items: center;
}
.menus__item svg {
	display: block;
}
.menus__item h2 + div {
	margin: 1.3125rem 0 0 0;
	max-width: 34.25rem;
}
.menus .awards {
	align-items: baseline;
	gap: 0.625rem;
}
.menus .awards .winner {
	width: 1rem;
	height: 0.8125rem;
}
.menus .awards .flour {
	width: 0.875rem;
	height: 0.875rem;
}
.menus [data-subsection-title] {
	display: none;
}
.menus [data-subsection-title].is-active__panel {
	display: block;
}
.menus__details {
	margin: 1.5rem auto 0 auto;
	padding: 1.5rem 0 0 0;
}
.menus__details a {
	color: #362618;
}
.menus__details .copy {
	width: 100%;
	max-width: 37.5rem;
}

.method {
	display: none;
	margin: 3rem 0;
	max-width: 40.1875rem;
	width: 100%;
}
.method h2 {
	margin: 0 0 1.5rem 0;
}
.method__step {
	border-top: 1px solid rgba(54, 36, 22, 0.25);
	padding: 1rem 0 0 0;
	gap: 2rem;
}
.method__step:not(:last-child) {
	margin: 0 0 2rem 0;
}
.method__step span + span {
	width: 77.35%;
	padding: 0 0.875rem 0 0;
}
.method__counter {
	border: 1px solid #362618;
	width: 1.5rem;
	height: 1.5rem;
	display: flex;
	text-align: center;
	align-items: center;
	justify-content: center;
}

.modal {
	background: rgba(54, 36, 22, 0.5);
	position: fixed;
	top: 0;
	left: 0;
	overflow: scroll;
	height: 100vh;
	width: 100vw;
	opacity: 0;
	pointer-events: none;
	z-index: 20;
	transition: opacity 250ms ease, background 250ms ease;
}
.modal__wrap {
	min-height: 100vh;
}
.modal__close {
	display: block;
	position: fixed;
	left: auto;
	top: 1.5rem;
	right: 1.5rem;
	width: 3rem;
	height: 3rem;
}
.modal__close svg {
	pointer-events: none;
}
.modal .article__container {
	padding-left: 0;
	padding-right: 0;
}

.has-modal {
	overflow: hidden;
}
.has-modal body {
	overflow: hidden;
}
.has-modal .modal {
	pointer-events: all;
	opacity: 1;
}

.nav-icon {
	position: relative;
}
.nav-icon__close {
	display: none;
}
.nav-icon__cross {
	display: block;
	padding: 0.5rem;
	position: relative;
	height: 100%;
	width: 100%;
	transform: rotate(0deg);
	transition: transform 250ms ease;
}
.nav-icon__cross::before, .nav-icon__cross::after {
	content: " ";
	display: block;
	height: 1.5px;
	background: #000000;
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.nav-icon__cross::after {
	transform: translate(-50%, -50%) rotate(90deg);
}
.nav-icon p {
	margin: 0 0 0 2.25rem;
}

.has-nav .nav-icon__open {
	display: none;
}
.has-nav .nav-icon__close {
	display: block;
}
.has-nav .nav-icon__cross {
	transform: rotate(45deg);
}

.news {
	padding: 7.5rem 0 6.25rem 0;
}
.news .section-header::after {
	content: none !important;
}
.news__featured {
	border-bottom: 1px solid rgba(54, 36, 22, 0.25);
	padding-bottom: 3.375rem;
}
.news__explore {
	justify-content: center;
	padding: 2rem 0 0 0;
}
.news__explore a {
	align-items: center;
	gap: 1.5rem;
	margin: 0 0 0 auto;
}
.news__explore a span:first-child {
	margin-top: -0.5rem;
}
.news__explore a:hover .news__explore--cta path:first-child {
	fill: #362618;
}
.news__explore a:hover .news__explore--cta path:last-child {
	fill: #DDCCBF;
}
.news__explore--cta {
	width: 2.5rem;
}

.policy.wrap {
	padding-top: 10rem;
	padding-bottom: 7.75rem;
}
.policy__content {
	margin: 0;
	max-width: 37.5rem;
	padding: 1.5rem 0;
}
.policy__content h1, .policy__content h2, .policy__content h3, .policy__content h4, .policy__content h5, .policy__content h6 {
	font-family: "ABCDailySlabMedium", serif;
	font-size: 1rem;
	margin: 0 !important;
}
.policy__content strong {
	font-family: "ABCDailySlabMedium", serif;
}
.policy__content ul, .policy__content ol, .policy__content dl, .policy__content p {
	font-size: 1rem;
}
.policy__content p > strong {
	display: block;
	margin: 0 0 -1.6875rem 0 !important;
}
.policy__content ul, .policy__content ol, .policy__content dl {
	list-style-position: inside;
	text-indent: -1.5rem;
	padding: 0 0 0 1.5rem;
}

.page-template-tpl-policy {
	overflow: auto;
}

.section-content {
	padding: 1rem 0 0 0;
}
.section-content__image {
	position: relative;
	width: 74.1%;
	max-width: 28.125rem;
}
.section-content__image > img {
	position: absolute;
	z-index: 2;
}
.section-content figure {
	aspect-ratio: 600/600;
}
.section-content + * {
	margin: 2rem 0 0 0;
}
.section-content > div {
	align-items: center;
	flex-direction: column;
}
.section-content\:reverse > div {
	flex-direction: column-reverse;
}
.section-content\:reverse .copy {
	margin: 0;
}

.story .section-header + * > div,
.what-we-bake .section-header + * > div {
	align-items: flex-start;
}

.story .section-content:nth-child(3) .section-content__image > img {
	position: absolute;
	z-index: 2;
	top: auto;
	bottom: -4.125rem;
	width: 8.375rem;
	height: 11.125rem;
	left: auto;
	right: 1.25rem;
	transform: rotate(18.894deg);
}
.story .section-content:nth-child(3) .section-content__image > img {
	top: auto;
	bottom: -5rem;
	width: 8.375rem;
	height: 11.125rem;
	left: auto;
	right: 1.25rem;
	transform: rotate(18.894deg);
}
.story .section-content:nth-child(4) .section-content__image > img {
	top: auto;
	bottom: -4.125rem;
	width: 9.1875rem;
	height: 12.125rem;
	left: auto;
	right: 3.125rem;
	object-fit: contain;
	transform: scale(1.25);
}

.section-header {
	border-bottom: 1px solid rgba(54, 36, 22, 0.25);
	position: relative;
	padding: 0 0 2.0625rem 0;
}
.section-header .small-title {
	margin: 0 0 1.5rem 0;
}
.section-header .standfirst {
	width: 100%;
	max-width: 23.25rem;
}
.section-header figure {
	position: absolute;
	left: auto;
	right: -2.5rem;
	top: 0;
	width: 20.8125rem;
	height: 16.25rem;
	transform: translate(5rem, -1.625rem);
}

.site-footer {
	flex-direction: column;
	gap: 9.4375rem;
	padding: 2.25rem 0;
}
.site-footer > div {
	align-items: center;
}
.site-footer__logo {
	display: block;
	width: 11rem;
}
.site-footer__symbol {
	transform: rotate(-180deg);
	width: 2.25rem;
}
.site-footer__icon {
	display: block;
	margin: 0 5.75rem 0 0;
	width: 1.5rem;
}
.site-footer__icon img {
	pointer-events: none;
}

.site-nav {
	position: fixed;
	top: auto;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 20;
	padding: 0.75rem 0 0.875rem 0;
	transform: translateY(0);
	transition: transform 250ms ease;
}
.site-nav > div {
	width: 100%;
}
.site-nav > div > div {
	width: 43.625rem;
}
.site-nav a {
	color: #000000;
}
.site-nav .is-active a {
	opacity: 1;
}
.site-nav ul {
	gap: 2rem;
	overflow: scroll;
	margin: 0 0 0 2rem;
}
.site-nav ul li:last-child {
	margin: 0 1.5625rem 0 0;
}
.site-nav ul a {
	opacity: 0.5;
	transition: opacity 250ms ease;
}
.site-nav ul a:hover {
	opacity: 1;
}
.site-nav li {
	opacity: 0;
	transition: opacity 750ms ease;
	pointer-events: none;
	white-space: nowrap;
}
.site-nav li:nth-child(1) {
	transition-delay: 75ms;
}
.site-nav li:nth-child(2) {
	transition-delay: 150ms;
}
.site-nav li:nth-child(3) {
	transition-delay: 225ms;
}
.site-nav li:nth-child(4) {
	transition-delay: 300ms;
}
.site-nav li:nth-child(5) {
	transition-delay: 375ms;
}

.tuck-nav .site-nav {
	transform: translateY(100%);
}

.has-nav .site-nav li {
	opacity: 1;
	pointer-events: all;
}

.small-title {
	display: inline-block;
	padding: 0.25rem 0.5rem;
}

.stockist-card {
	aspect-ratio: 420/342;
	flex-direction: column;
	padding: 1rem;
}
.stockist-card figure {
	aspect-ratio: 102/102;
	width: 6.375rem;
	border-radius: 0.5rem;
	overflow: hidden;
}
.stockist-card footer div + div {
	border-top: 1px solid rgba(54, 36, 22, 0.25);
	padding: 0.25rem 0 0 0;
}
.stockist-card footer > div:first-child {
	padding: 0 0 0.5rem 0;
}

.swiper-slide:nth-of-type(odd) .stockist-card {
	transform: rotate(-2deg);
}

.swiper-slide:nth-of-type(even) .stockist-card {
	transform: rotate(1deg);
}

.stockist__location {
	gap: 1.875rem;
	position: relative;
	align-items: flex-start;
}
.stockist__location figure {
	aspect-ratio: 102/102;
	overflow: hidden;
	border-radius: 0.5rem;
}
.stockist__location figure + div {
	flex-direction: column;
	height: 100%;
	width: 65%;
}
.stockist__location h2 + p {
	align-items: center;
	margin: -0.25rem 0 0 0;
	gap: 0.375rem;
}
.stockist__location footer p {
	line-height: 1.71;
}
.stockist__location:first-of-type::after, .stockist__location:nth-child(4)::after, .stockist__location:nth-child(7)::after {
	content: " ";
	display: block;
	position: absolute;
	height: 1px;
	background: #DDCCBF;
	opacity: 0.25;
	top: auto;
	bottom: -1.5rem;
}

.stockists {
	padding: 7.5rem 0 0 0;
}
.stockists__all {
	margin: 0 auto;
	padding: 7.25rem 0 0 0;
	margin-top: 3.75rem !important;
	padding-top: 0;
	position: relative;
}
.stockists header {
	gap: 1rem;
}
.stockists .section-header figure {
	right: 0.5rem;
	top: -5.625rem;
}
.stockists .swiper-finder {
	padding: 2rem 0;
}
.stockists .swiper-pagination {
	margin: 2.5rem auto 0 auto;
	position: relative;
}
.stockists .swiper-pagination {
	position: relative;
	margin: 5rem auto 0 auto;
}
.stockists .deadzone {
	top: auto;
	bottom: 0;
	height: 12rem;
	z-index: 12;
}
.stockists .swiper-slide {
	padding: 0 1.5625rem;
}
.stockists .swiper-slide .grid {
	padding: 1.5rem 0 0 0;
}
.stockists__finder + div {
	padding: 0 0 2.5rem 0;
}
.stockists__finder .swiper-wrapper {
	margin: 0.625rem 0 0 0;
}
.stockists .section-content > div > h2 {
	border-top: 1px solid rgba(217, 217, 217, 0.25);
	width: 100%;
	padding: 1rem 0 0 0;
	max-width: unset;
}
.stockists__footer {
	align-items: center;
	margin: 0 auto;
	width: 14rem;
}
.stockists input {
	border: 1px solid rgba(217, 217, 217, 0.25);
	color: #DDCCBF;
	display: block;
	margin: 0 auto;
	max-width: 25rem;
	width: 100%;
}
.stockists input:focus {
	border: 1px solid rgb(217, 217, 217);
}
.stockists input[type=text] {
	margin: 0 auto;
}
.stockists input[type=submit] {
	padding: 0.625rem 0 0 0;
}
.stockists input[type=submit], .stockists input[type=submit]:focus {
	border: transparent;
}
.stockists .no-results {
	margin: 0 auto 11.25rem auto;
	text-align: center;
}

#location-results,
.no-results {
	height: 33.28vw;
}

.no-results {
	display: flex;
	align-items: center;
	justify-content: center;
}

.what-we-bake .stockists .swiper-slide figure {
	aspect-ratio: 120/120;
	width: 27.64%;
}
.what-we-bake .stockists .swiper-slide figure + div {
	text-align: left;
}

.story {
	margin-top: 100vh;
}
.story .wrap {
	padding-top: 6.4375rem;
	padding-bottom: 4rem;
}
.story .section-content\:reverse + * .copy {
	padding: 0;
}

.suggested-article {
	background: rgba(54, 36, 22, 0.06);
	border-radius: 0.75rem;
	overflow: hidden;
	padding: 0.5rem;
	position: relative;
	margin: 5rem 0 0 0;
}
.suggested-article > a {
	align-items: stretch;
	gap: 0;
}
.suggested-article > a > * {
	pointer-events: none;
}
.suggested-article > a path {
	transition: fill 250ms ease;
}
.suggested-article > a:hover path:first-child {
	fill: #362618;
}
.suggested-article > a:hover path:last-child {
	fill: #ffffff;
}
.suggested-article figure {
	overflow: hidden;
	border-radius: 0.75rem;
	aspect-ratio: 324/259;
	width: 100%;
}
.suggested-article header {
	height: auto;
	flex-direction: column;
	width: 100%;
	padding: 2.5rem 1rem 1rem 1rem;
}
.suggested-article h2 {
	padding: 1.125rem 0 1.875rem 0;
	max-width: 27.6875rem;
}
.suggested-article .header__lower {
	align-items: center;
	margin: auto 0 0 0;
}
.suggested-article .header__lower ul {
	gap: 0.25rem;
}
.suggested-article .tag__journal {
	border: 1px solid #362618;
}
.suggested-article__cta svg {
	display: block;
	width: 3.625rem;
}

.what-we-bake {
	overflow: hidden;
}
.what-we-bake > .wrap:first-child {
	padding-top: 6.625rem;
	padding-bottom: 2.4375rem;
}
.what-we-bake > .wrap:first-child .section-header::after {
	content: " ";
	display: block;
	background: url("../images/cookie.webp") no-repeat;
	background-size: contain;
	width: 17.5rem;
	height: 17.5rem;
	position: absolute;
	left: auto;
	right: -5rem;
	top: 0;
	transform: translateY(-38%);
}
.what-we-bake .swiper {
	padding: 0 0 2rem 0;
}
.what-we-bake .swiper-what-we-bake figure {
	margin: 0 auto 4rem auto;
}
.what-we-bake .swiper-what-we-bake__cta {
	text-align: center;
	margin: 1.125rem auto 0 auto;
	max-width: 43.3125rem;
	padding: 0 1.25rem;
}
.what-we-bake .swiper-what-we-bake .swiper-pagination-bullet {
	background: rgba(66, 39, 24, 0.5);
}
.what-we-bake .swiper-what-we-bake .swiper-pagination-bullet-active {
	background: #362618;
}
.what-we-bake .swiper-what-we-bake article {
	margin: 0 auto;
	max-width: 43.3125rem;
	width: 100%;
	text-align: center;
}
.what-we-bake .swiper-what-we-bake article h2 + div {
	margin: 2rem auto 0 auto;
}
.what-we-bake .swiper-slide-next-slide {
	width: 5rem;
	height: 5.0625rem;
	position: fixed; /* Attach to viewport, not flow */
	pointer-events: none; /* Allows clicking through it */
	z-index: 9999; /* Make sure it's on top */
	transform: translate(-50%, -50%); /* Center on cursor */
	display: none;
}
.what-we-bake .swiper-slide-next-slide rect {
	transition: fill-opacity 250ms ease;
}
.what-we-bake .swiper-slide-next-slide:hover rect {
	fill-opacity: 1;
}
.what-we-bake .deadzone {
	height: 37.6vw;
	z-index: 12;
}
.what-we-bake .swiper-what-we-bake .swiper-slide {
	text-align: center;
}
.what-we-bake .swiper-what-we-bake .swiper-slide figure {
	aspect-ratio: 432/540;
	opacity: 0.25;
	transition: opacity 250ms ease;
	width: calc(100% - 3.125rem);
}
.what-we-bake .swiper-what-we-bake .swiper-slide article {
	margin: 0 auto;
	width: 100%;
	opacity: 0;
	transition: opacity 250ms ease;
	width: 87.17%;
}
.what-we-bake .swiper-what-we-bake .swiper-slide article h2 + div {
	margin: 2rem auto 0 auto;
}
.what-we-bake .swiper-what-we-bake .swiper-slide-current figure {
	opacity: 1;
}
.what-we-bake .swiper-what-we-bake .swiper-slide-current article {
	opacity: 1;
}

.ar {
	position: relative;
	overflow: hidden;
}
.ar\:lead {
	aspect-ratio: 340/510;
}

.copy > *:not(:last-child):not(li) {
	margin: 0 0 1.6875rem 0;
}

.deadzone {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 50%;
	z-index: 2;
}
.deadzone + .deadzone {
	left: auto;
	right: 0;
}

.distance {
	align-items: center;
	gap: 0.25rem;
}
.distance::before {
	content: " ";
	background: url("../images/pin.svg") no-repeat;
	background-size: contain;
	width: 1rem;
	height: 1rem;
	display: block;
}
.distance\:dough::before {
	background: url("../images/pin-dough.svg") no-repeat;
	background-size: contain;
}

.download {
	align-items: center;
	gap: 1.5rem;
}
.download::after {
	content: " ";
	background: url("../images/download.svg");
	background-size: contain;
	width: 3.5625rem;
	height: 3.5625rem;
	display: block;
}

.icon {
	display: block;
	height: 0.875rem;
	width: 0.875rem;
}

main {
	min-height: 100dvh;
}

.status {
	display: block;
	background: #0AAB25;
	border-radius: 50%;
	height: 0.5rem;
	width: 0.5rem;
}
.status__wrapper {
	align-items: center;
	gap: 0.375rem;
}

/**
 * Swiper 11.2.8
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: May 23, 2025
 */
/* FONT_START */
@font-face {
	font-family: "swiper-icons";
	src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
	font-weight: 400;
	font-style: normal;
}
/* FONT_END */
:root {
	--swiper-theme-color: #007aff;
	/*
	--swiper-preloader-color: var(--swiper-theme-color);
	--swiper-wrapper-transition-timing-function: initial;
	*/
}

:host {
	position: relative;
	display: block;
	margin-left: auto;
	margin-right: auto;
	z-index: 1;
}

.swiper {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	/* Fix of Webkit flickering */
	z-index: 1;
	display: block;
}

.swiper-vertical > .swiper-wrapper {
	flex-direction: column;
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: flex;
	transition-property: transform;
	transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
	box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
	transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
	touch-action: pan-y;
}

.swiper-vertical {
	touch-action: pan-x;
}

.swiper-slide {
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	transition-property: transform;
	display: block;
}

.swiper-slide-invisible-blank {
	visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
	height: auto;
}

.swiper-autoheight .swiper-wrapper {
	align-items: flex-start;
	transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
	perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
	transform-style: preserve-3d;
}

.swiper-3d {
	perspective: 1200px;
}

.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
	transform-style: preserve-3d;
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
	overflow: auto;
	scrollbar-width: none;
	/* For Firefox */
	-ms-overflow-style: none;
	/* For Internet Explorer and Edge */
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
	display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
	scroll-snap-align: start start;
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
	-webkit-scroll-snap-type: x mandatory;
	        scroll-snap-type: x mandatory;
}

.swiper-css-mode.swiper-vertical > .swiper-wrapper {
	-webkit-scroll-snap-type: y mandatory;
	        scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
	-webkit-scroll-snap-type: none;
	        scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
	scroll-snap-align: none;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
	content: "";
	flex-shrink: 0;
	order: 9999;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
	scroll-snap-align: center center;
	scroll-snap-stop: always;
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
	-webkit-margin-start: var(--swiper-centered-offset-before);
	        margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
	height: 100%;
	min-height: 1px;
	width: var(--swiper-centered-offset-after);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
	-webkit-margin-before: var(--swiper-centered-offset-before);
	        margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
	width: 100%;
	min-width: 1px;
	height: var(--swiper-centered-offset-after);
}

/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
	background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
	background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
	background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
	z-index: 10;
	transform-origin: 50%;
	box-sizing: border-box;
	border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
	border-radius: 50%;
	border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
	animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
	--swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
	--swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}
/* Slide styles end */
.swiper-virtual .swiper-slide {
	-webkit-backface-visibility: hidden;
	transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
	height: 1px;
	width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
	width: 1px;
	height: var(--swiper-virtual-size);
}

:root {
	--swiper-navigation-size: 44px;
	/*
	--swiper-navigation-top-offset: 50%;
	--swiper-navigation-sides-offset: 10px;
	--swiper-navigation-color: var(--swiper-theme-color);
	*/
}

.swiper-button-prev,
.swiper-button-next {
	position: absolute;
	top: var(--swiper-navigation-top-offset, 50%);
	width: calc(var(--swiper-navigation-size) / 44 * 27);
	height: var(--swiper-navigation-size);
	margin-top: calc(0px - var(--swiper-navigation-size) / 2);
	z-index: 10;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
	opacity: 0.35;
	cursor: auto;
	pointer-events: none;
}

.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
	opacity: 0;
	cursor: auto;
	pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
	display: none !important;
}

.swiper-button-prev svg,
.swiper-button-next svg {
	width: 100%;
	height: 100%;
	object-fit: contain;
	transform-origin: center;
}

.swiper-rtl .swiper-button-prev svg,
.swiper-rtl .swiper-button-next svg {
	transform: rotate(180deg);
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
	left: var(--swiper-navigation-sides-offset, 10px);
	right: auto;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
	right: var(--swiper-navigation-sides-offset, 10px);
	left: auto;
}

.swiper-button-lock {
	display: none;
}

/* Navigation font start */
.swiper-button-prev:after,
.swiper-button-next:after {
	font-family: swiper-icons;
	font-size: var(--swiper-navigation-size);
	text-transform: none !important;
	letter-spacing: 0;
	font-variant: initial;
	line-height: 1;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
	content: "prev";
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
	right: var(--swiper-navigation-sides-offset, 10px);
	left: auto;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
	content: "next";
}

/* Navigation font end */
:root {
	/*
	--swiper-pagination-color: var(--swiper-theme-color);
	--swiper-pagination-left: auto;
	--swiper-pagination-right: 8px;
	--swiper-pagination-bottom: 8px;
	--swiper-pagination-top: auto;
	--swiper-pagination-fraction-color: inherit;
	--swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
	--swiper-pagination-progressbar-size: 4px;
	--swiper-pagination-bullet-size: 8px;
	--swiper-pagination-bullet-width: 8px;
	--swiper-pagination-bullet-height: 8px;
	--swiper-pagination-bullet-border-radius: 50%;
	--swiper-pagination-bullet-inactive-color: #000;
	--swiper-pagination-bullet-inactive-opacity: 0.2;
	--swiper-pagination-bullet-opacity: 1;
	--swiper-pagination-bullet-horizontal-gap: 4px;
	--swiper-pagination-bullet-vertical-gap: 6px;
	*/
}

.swiper-pagination {
	position: absolute;
	text-align: center;
	transition: 300ms opacity;
	transform: translate3d(0, 0, 0);
	z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
	opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
	display: none !important;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
	bottom: var(--swiper-pagination-bottom, 8px);
	top: var(--swiper-pagination-top, auto);
	left: 0;
	width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
	overflow: hidden;
	font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transform: scale(0.33);
	position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
	transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
	transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
	transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
	transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
	transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
	transform: scale(0.33);
}

.swiper-pagination-bullet {
	width: 0.375rem;
	height: 0.375rem;
	display: inline-block;
	border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
	background: rgba(255, 255, 255, 0.25);
}

button.swiper-pagination-bullet {
	border: none;
	margin: 0;
	padding: 0;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer;
}

.swiper-pagination-bullet:only-child {
	display: none !important;
}

.swiper-pagination-bullet-active {
	background: #DDCCBF;
}

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
	right: var(--swiper-pagination-right, 8px);
	left: var(--swiper-pagination-left, auto);
	top: 50%;
	transform: translate3d(0px, -50%, 0);
}

.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
	display: block;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	top: 50%;
	transform: translateY(-50%);
	width: 8px;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	display: inline-block;
	transition: 200ms transform, 200ms top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 0.5rem;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	left: 50%;
	transform: translateX(-50%);
	white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transition: 200ms transform, 200ms left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transition: 200ms transform, 200ms right;
}

/* Fraction */
.swiper-pagination-fraction {
	color: var(--swiper-pagination-fraction-color, inherit);
}

/* Progress */
.swiper-pagination-progressbar {
	background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
	position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: var(--swiper-pagination-color, var(--swiper-theme-color));
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transform: scale(0);
	transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
	width: 100%;
	height: var(--swiper-pagination-progressbar-size, 4px);
	left: 0;
	top: 0;
}

.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
	width: var(--swiper-pagination-progressbar-size, 4px);
	height: 100%;
	left: 0;
	top: 0;
}

.swiper-pagination-lock {
	display: none;
}

:root {
	/*
	--swiper-scrollbar-border-radius: 10px;
	--swiper-scrollbar-top: auto;
	--swiper-scrollbar-bottom: 4px;
	--swiper-scrollbar-left: auto;
	--swiper-scrollbar-right: 4px;
	--swiper-scrollbar-sides-offset: 1%;
	--swiper-scrollbar-bg-color: rgba(0, 0, 0, 0.1);
	--swiper-scrollbar-drag-bg-color: rgba(0, 0, 0, 0.5);
	--swiper-scrollbar-size: 4px;
	*/
}

.swiper-scrollbar {
	border-radius: var(--swiper-scrollbar-border-radius, 10px);
	position: relative;
	touch-action: none;
	background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}

.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
	display: none !important;
}

.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
	position: absolute;
	left: var(--swiper-scrollbar-sides-offset, 1%);
	bottom: var(--swiper-scrollbar-bottom, 4px);
	top: var(--swiper-scrollbar-top, auto);
	z-index: 50;
	height: var(--swiper-scrollbar-size, 4px);
	width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-vertical > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-vertical {
	position: absolute;
	left: var(--swiper-scrollbar-left, auto);
	right: var(--swiper-scrollbar-right, 4px);
	top: var(--swiper-scrollbar-sides-offset, 1%);
	z-index: 50;
	width: var(--swiper-scrollbar-size, 4px);
	height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar-drag {
	height: 100%;
	width: 100%;
	position: relative;
	background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
	border-radius: var(--swiper-scrollbar-border-radius, 10px);
	left: 0;
	top: 0;
}

.swiper-scrollbar-cursor-drag {
	cursor: move;
}

.swiper-scrollbar-lock {
	display: none;
}

/* Zoom container styles start */
.swiper-zoom-container {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}

/* Zoom container styles end */
.swiper-slide-zoomed {
	cursor: move;
	touch-action: none;
}

/* a11y */
.swiper .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
	transition-timing-function: ease-out;
	margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
	flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
	flex-wrap: wrap;
	flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
	transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
	pointer-events: none;
	transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
	pointer-events: none;
}

.swiper-fade .swiper-slide-active {
	pointer-events: auto;
}

.swiper-fade .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}

.swiper.swiper-cube {
	overflow: visible;
}

.swiper-cube .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
	visibility: hidden;
	transform-origin: 0 0;
	width: 100%;
	height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
	pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
	transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev {
	pointer-events: auto;
	visibility: visible;
}

.swiper-cube .swiper-cube-shadow {
	position: absolute;
	left: 0;
	bottom: 0px;
	width: 100%;
	height: 100%;
	opacity: 0.6;
	z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
	content: "";
	background: #000;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	filter: blur(50px);
}

.swiper-cube .swiper-slide-next + .swiper-slide {
	pointer-events: auto;
	visibility: visible;
}

/* Cube slide shadows start */
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

/* Cube slide shadows end */
.swiper.swiper-flip {
	overflow: visible;
}

.swiper-flip .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
	pointer-events: none;
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}

/* Flip slide shadows start */
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

/* Flip slide shadows end */
.swiper-creative .swiper-slide {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	overflow: hidden;
	transition-property: transform, opacity, height;
}

.swiper.swiper-cards {
	overflow: visible;
}

.swiper-cards .swiper-slide {
	transform-origin: center bottom;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	overflow: hidden;
}

.tag__journal {
	border: 1px solid #362618;
}
.tag__other {
	border: 1px solid #362618;
	border-radius: 6.25rem;
}
.tag__journal span, .tag__other span {
	display: block;
	line-height: 1;
	padding: 0.375rem;
}

.bg\:light {
	background: #ffffff;
}
.bg\:dark {
	background: #000000;
}
.bg\:apricot {
	background: #FD7F58;
}
.bg\:chocolate {
	background: #362618;
}
.bg\:dough {
	background: #DDCCBF;
}
.bg\:pale {
	background: #DDCCBF;
}

.bg\:pale,
.bg\:dough {
	background: url("../images/texture.jpg");
}

.colour\:light {
	color: #ffffff;
}
.colour\:dark {
	color: #000000;
}
.colour\:apricot {
	color: #FD7F58;
}
.colour\:chocolate {
	color: #362618;
}
.colour\:dough {
	color: #DDCCBF;
}
.colour\:pale {
	color: #DDCCBF;
}

.cover {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	background-size: cover;
}

.flex {
	display: flex;
}

.grid {
	display: grid;
}
.grid\:3 {
	grid-template-columns: repeat(1, 1fr);
	gap: 3rem;
}
.grid\:4 {
	grid-template-columns: repeat(4, 1fr);
	column-gap: 1rem;
	row-gap: 3rem;
}

[data-reveal] {
	opacity: 0;
	transform: translateY(0.75rem);
	transition: opacity 750ms ease, transform 750ms ease;
	transition-delay: 500ms;
}

[data-reveal=revealed] {
	opacity: 1;
	transform: translateY(0);
}

.spacious {
	justify-content: space-between;
}

.underline {
	-webkit-text-decoration-line: underline;
	        text-decoration-line: underline;
}

.uppercase {
	text-transform: uppercase;
}

.wrap {
	padding: 0 1.5625rem;
	width: 100%;
}

.has-js :focus {
	outline: none;
}
.has-tab-focus :focus {
	outline: 2px auto;
}
@media screen and (min-width: 414px) {
	html {
		font: normal 400 100%/1.33333 "FoundersGroteskMonoLight", sans-serif;
	}
}
@media screen and (min-width: 860px) {
	html {
		font: normal 400 87.5%/1.33333 "FoundersGroteskMonoLight", sans-serif;
	}
	.text\:2 {
		font-size: 0.875rem;
	}
	.text\:3 {
		font-size: 1.125rem;
	}
	.text\:4 {
		font-size: 1.5rem;
	}
	.text\:5 {
		font-size: 4.5rem;
	}
	label {
		margin: 0 0 0.875rem 0;
	}
	.gform-footer {
		width: 8.875rem;
		margin: 0 0 0 auto;
	}
	input[type=submit] {
		margin: 2.1875rem 0 0 auto;
	}
	input[type=date],
input[type=email],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
textarea,
select {
		padding: 0.75rem;
	}
	.accordion__subsection-header {
		padding: 2.125rem 0 3.5rem 0;
	}
	.accordion__header {
		padding: 0.6875rem 0;
	}
	.accordion__header::after, .accordion__header::before {
		right: 0.5rem;
	}
	.accordion__header.active h2.text\:6 {
		font-size: 1.5rem;
	}
	.article .category-nav {
		margin: 5rem auto 0 0;
		width: 12.75rem;
	}
	.article__container {
		padding: 4rem 2.5rem;
	}
	.article__header {
		padding: 2rem 0 10rem 0;
	}
	.article__duration .flex {
		gap: 0.25rem;
	}
	.article__image {
		margin: 2.125rem 0 0 0;
	}
	.article__specifics {
		max-width: 14.875rem;
	}
	.article__ingredients {
		margin: 5rem 0 0 0;
	}
	.article__ingredients ul {
		margin: 2.125rem 0 0 0;
	}
	.article__ingredients li {
		padding: 0.5rem 0 1rem 0;
	}
	.card__cta {
		width: 3.625rem;
	}
	.category-nav {
		padding: 0.8125rem 1rem;
	}
	.category-nav {
		position: absolute;
		left: auto;
		right: 0;
		max-width: 42.1875rem;
	}
	.category-nav li {
		font-size: 1rem;
	}
	.contact.wrap {
		padding-top: 7.5rem;
		padding-bottom: 9.875rem;
	}
	.contact form {
		min-height: 37.5rem;
	}
	.contact .section-header::after {
		height: 16.876rem;
		width: 20.625rem;
		transform: scale(1.75) translateY(-2.8125rem);
		right: -8.25rem;
	}
	.contact .site-footer__icon {
		margin: 3.25rem 0 0 0;
	}
	.contact__details > div {
		min-height: 40rem;
	}
	.contact__details-widget > a + a {
		margin: 1.5rem 0 0 0;
	}
	.contact__details-form {
		width: 62.36%;
	}
	.contact__details-form #field_1_10,
.contact__details-form #field_1_11,
.contact__details-form #field_1_3,
.contact__details-form #field_1_5,
.contact__details-form #field_1_6,
.contact__details-form #field_1_7 {
		width: 48.1%;
	}
	.contact .section-content + * {
		margin: 10.0625rem 0 0 0;
	}
	.error {
		padding: 10rem 0 9.0625rem 0;
	}
	.gform-footer {
		position: absolute;
		transform: translateX(50%);
		padding: 1.875rem 0 0 0;
		left: 0;
	}
	.gform-footer::after {
		top: 50%;
		transform: unset;
	}
	.index .section-content > div {
		flex-direction: row;
	}
	.landing__symbol {
		width: 5rem;
	}
	.landing__logo {
		width: 31rem;
	}
	.video__wrapper {
		aspect-ratio: 664/531;
		height: 100dvh;
	}
	.video__wrapper .video__content p {
		font-size: 3.5625rem;
	}
	.life-in-every-bake-interaction > .flex {
		gap: 21.66vw;
	}
	.life-in-every-bake-interaction > .flex > div {
		width: 50vw;
	}
	.life-in-every-bake-interaction__container figure {
		left: 47%;
		width: 32.5vw;
	}
	.life-in-every-bake__header {
		position: -webkit-sticky;
		position: sticky;
		top: 0;
		display: flex;
		align-items: center;
		padding: 0 0 0 2.5rem;
		height: 100dvh;
	}
	.life-in-every-bake__items {
		padding: 0 2.5rem 0 0;
	}
	.marquee {
		display: flex;
		justify-content: center;
		gap: 2rem;
	}
	.marquee-item {
		width: 21.94%;
	}
	.menus {
		padding: 0 0 5rem 0;
	}
	.menus__key {
		margin: 2.5rem 0 0 0;
	}
	.menus__download svg {
		width: 3.5625rem;
		height: 3.5625rem;
	}
	.menus__items {
		grid-template-columns: repeat(2, 1fr);
		column-gap: 2.125rem;
		padding: 0 0 7.5rem 0;
	}
	.menus__item h2 + div {
		margin: 0.6875rem 0 0 0;
		margin: 1.5rem 0 0 0;
	}
	.menus__item > .awards {
		display: none;
	}
	.menus__item .text\:2 {
		line-height: 1.142;
	}
	.menus .awards {
		margin: 0 0 0 2.125rem;
	}
	.menus__details {
		border-top: 1px solid rgba(54, 36, 22, 0.25);
		margin: 5rem 0 0 0;
	}
	.method {
		margin: 5rem 0;
	}
	.method__step {
		gap: 2.125rem;
	}
	.method__step:not(:last-child) {
		margin: 0 0 2.375rem 0;
	}
	.method__step span + span {
		padding: 0 1.875rem 0 0;
		width: 100%;
		max-width: 36.5875rem;
	}
	.method__counter {
		width: 2rem;
		height: 2rem;
	}
	.modal__wrap {
		margin: 2.5rem auto 2.5rem auto;
		max-width: 1128px;
		width: 78.33%;
	}
	.news {
		padding: 7.5rem 0 12.5rem 0;
	}
	.news .section-content .copy {
		max-width: 41.4375rem;
	}
	.news__featured {
		padding: 0 0 2.5rem 0;
	}
	.news__explore {
		padding: 2.5rem 0 0 0;
	}
	.news__explore--cta {
		width: 3.65rem;
	}
	.policy__content ul, .policy__content ol, .policy__content dl, .policy__content p {
		font-size: 1.125rem;
	}
	.policy__content p > strong {
		margin: 0 0 -1.5625rem 0 !important;
	}
	.section-content {
		padding: 1.5rem 0 0 0;
	}
	.section-content__image {
		width: 44.1%;
		max-width: 37.5rem;
	}
	.section-content figure {
		width: 100%;
		max-width: 37.5rem;
	}
	.section-content .copy {
		width: 44.1%;
		max-width: 34.5rem;
	}
	.section-content + * {
		margin: 7.875rem 0 0 0;
	}
	.section-content > div {
		flex-direction: row-reverse;
		gap: 3.375rem;
	}
	.section-content\:reverse > div {
		flex-direction: row;
	}
	.section-content\:reverse figure {
		margin: 0 1.875rem 0 0;
	}
	.section-content\:reverse .copy {
		width: 30rem;
	}
	.story .section-header + * > div,
.what-we-bake .section-header + * > div {
		flex-direction: row;
	}
	.section-header {
		padding: 0 0 2.4375rem 0;
	}
	.section-header .small-title {
		margin: 0 0 1rem 0;
	}
	.section-header .standfirst {
		max-width: 40.9375rem;
	}
	.site-footer {
		gap: 9.9375rem;
		padding: 2.3125rem 0 4.375rem 0;
	}
	.site-nav {
		padding: 0.75rem 0 0.75rem 0;
	}
	.site-nav ul li:last-child {
		margin: 0 2.625rem 0 0;
	}
	.stockist__location figure + div {
		width: auto;
	}
	.stockist__location header {
		margin: -0.25rem 0 0 0;
	}
	.stockist__location:first-of-type::after, .stockist__location:nth-child(4)::after, .stockist__location:nth-child(7)::after {
		width: calc(100vw - 5.25rem);
	}
	.stockists .swiper-slide {
		padding: 0 2.625rem;
	}
	.stockists .section-header h2 + p {
		max-width: 42.9375rem;
	}
	.story .wrap {
		padding-top: 10rem;
		padding-bottom: 7.75rem;
	}
	.story .section-content + * {
		margin: 5.5rem 0 0 0;
	}
	.story .section-content\:reverse + * {
		margin: 10.625rem 0 0 0;
	}
	.story .section-content\:reverse + * .copy {
		width: 44.1%;
		max-width: 34.5rem;
	}
	.story .section-content\:reverse .copy {
		width: 40.5%;
	}
	.suggested-article {
		padding: 0.5rem 1.5rem 0.5rem 0.5rem;
	}
	.suggested-article > a {
		gap: 2.5rem;
	}
	.suggested-article figure {
		aspect-ratio: 238/297;
		width: 14.875rem;
	}
	.suggested-article header {
		padding: 2.5rem 0;
	}
	.suggested-article h2 {
		padding: 1.5rem 0 4.375rem 0;
	}
	.what-we-bake > .wrap:first-child {
		padding-top: 7.5rem;
		padding-bottom: 9.0625rem;
	}
	.what-we-bake .swiper {
		padding: 0 0 4.9375rem 0;
	}
	.what-we-bake .swiper-what-we-bake .swiper-pagination {
		display: none;
	}
	.what-we-bake .swiper-what-we-bake .swiper-slide figure {
		width: 64.86%;
	}
	.what-we-bake .swiper-what-we-bake .swiper-slide article {
		width: 100%;
	}
	.ar\:lead {
		aspect-ratio: 1048/699;
	}
	.copy > *:not(:last-child):not(li) {
		margin: 0 0 1.5625rem 0;
	}
	.mobile {
		display: none;
	}
	.grid\:3 {
		grid-template-columns: repeat(3, 1fr);
		grid-template-rows: repeat(3, 1fr);
		gap: 4.5625rem;
	}
	.grid\:4 {
		row-gap: 4.5625rem;
	}
	.wrap {
		padding: 0 2.5rem;
	}
}
@media screen and (min-width: 1280px) {
	html {
		font: normal 400 100%/1.33333 "FoundersGroteskMonoLight", sans-serif;
	}
	.story .section-content\:reverse + * .copy {
		padding: 0 5.625rem 0 0;
	}
}
@media screen and (min-width: 1921px) {
	html {
		font: normal 400 112.5%/1.33333 "FoundersGroteskMonoLight", sans-serif;
	}
}
@media screen and (max-device-width: 860px) {
	.video__wrapper .video__content p {
		top: 43.5%;
	}
}
@media screen and (max-width: 860px) {
	.gform-footer {
		width: 9.125rem;
		margin: 0 auto;
	}
	.article__details {
		margin: 1.75rem 0 0 0;
		flex-direction: column-reverse;
		gap: 4.6875rem;
	}
	.article__ingredients li {
		line-height: 1.3;
	}
	.card h2 {
		margin: 0 0 1.6875rem 0;
	}
	.category-nav {
		overflow: scroll;
	}
	.category-nav ul {
		width: 40.9375rem;
	}
	.category-nav ul {
		position: relative;
	}
	.category-nav {
		font-size: 0.875rem;
	}
	.category-nav__item {
		white-space: nowrap;
	}
	.contact .site-footer__icon {
		padding: 0;
	}
	.contact__details > div {
		flex-direction: column-reverse;
	}
	.contact__details .gform_wrapper {
		min-height: 68rem;
	}
	.contact__details-widget {
		margin: 2.3125rem 0 0 0;
	}
	.contact__details-widget .text\:3 {
		font-size: 1rem;
	}
	.index .grid {
		grid-template-columns: repeat(2, 1fr);
	}
	.landing__header {
		align-items: center;
	}
	.life-in-every-bake-interaction > .flex {
		padding: 0 0 20rem 0;
	}
	.life-in-every-bake-interaction > .flex {
		flex-direction: column;
		text-align: center;
	}
	.life-in-every-bake-interaction__container figure {
		top: auto;
		bottom: 0;
		width: 55vw;
		height: auto;
	}
	.life-in-every-bake__header::before {
		display: none;
	}
	.life-in-every-bake__header::after {
		display: none;
	}
	.life-in-every-bake__header .text\:5 {
		padding: 1.875rem 0 7.25rem 0;
		font-size: 1rem;
	}
	.get-social .section-header::after {
		content: none;
	}
	.menus__download {
		padding: 0 0 1.5rem 0;
	}
	.menus__item:first-child {
		border-bottom: unset;
	}
	.menus__item:nth-last-child(2) {
		border-bottom: 1px solid rgba(66, 39, 24, 0.25);
	}
	.menus__item h2 > .awards {
		display: none;
	}
	.menus__item .text\:2 {
		line-height: 1.333;
	}
	.menus .awards {
		margin: 1.125rem 0 0 0;
	}
	.menus__details {
		flex-direction: column;
	}
	.menus__details h2 {
		margin: 0 0 1.875rem 0;
	}
	.nav-icon {
		align-items: center;
	}
	.nav-icon__cross {
		height: 1rem;
		width: 1rem;
		padding: 0;
	}
	.nav-icon__cross::before, .nav-icon__cross::after {
		height: 1px;
	}
	.news__featured {
		overflow: scroll;
	}
	.news__featured.grid {
		display: grid;
		grid-auto-flow: column;
		grid-auto-columns: 64.35vw;
		overflow-x: auto;
		width: 100vw;
		transform: translateX(-1.5rem);
	}
	.news__featured .card {
		width: 64.35vw;
	}
	.news__featured .card:first-child {
		margin-left: 1.5rem;
	}
	.news__featured .card:last-child {
		margin-right: 1.5rem;
	}
	.section-content .copy {
		margin: 6.125rem 0 0 0;
	}
	.section-content .copy.text\:3 {
		font-size: 1.125rem;
	}
	.section-content\:reverse .section-content__image {
		margin: 0 0 0 auto;
	}
	.section-content\:reverse .copy {
		margin: 6.125rem 0 0 0;
	}
	.story .section-content:nth-child(3) .section-content__image > img {
		display: none;
	}
	.story .section-content:nth-child(4) > div {
		flex-direction: column-reverse;
	}
	.story .section-content:nth-child(4) .section-content__image {
		margin: 0 auto 0 0;
	}
	.story .section-content:nth-child(4) .section-content__image > img {
		display: none;
	}
	.site-footer__icon {
		margin: 0 1.5rem 0 0;
		padding: 0 0 1.5rem 0;
	}
	.site-footer div + div {
		flex-direction: column;
	}
	.site-footer div + div > div {
		border-bottom: 1px solid rgba(255, 255, 255, 0.25);
	}
	.site-footer div + div div + p {
		padding: 1.1875rem 0 0 0;
	}
	.site-footer div + div .underline {
		display: block;
	}
	.site-nav {
		border-top: 1px solid rgba(255, 255, 255, 0.25);
	}
	.site-nav ul {
		width: calc(100vw - 9.625rem);
	}
	.stockist__location::after {
		content: " ";
		display: block;
		position: absolute;
		height: 1px;
		background: #DDCCBF;
		opacity: 0.25;
		top: auto;
		bottom: -0.875rem;
		height: 1px;
		width: 100%;
	}
	.stockists .section-header figure {
		width: 14.8125rem;
		height: 12.25rem;
	}
	.stockists .deadzone {
		display: none;
	}
	.stockists input {
		margin: 0 auto;
		width: calc(100% - 2.5rem);
	}
	#location-results,
.no-results {
		height: 103.28vw;
	}
	.suggested-article > a {
		flex-direction: column;
	}
	.what-we-bake > .wrap:first-child .section-header::after {
		content: none;
	}
	.what-we-bake .section-content h2 {
		max-width: 23rem;
	}
	.what-we-bake .swiper-what-we-bake .swiper-pagination {
		position: relative;
		top: auto;
		bottom: auto;
		padding: 1.4375rem 0 0 0;
	}
	.what-we-bake .swiper-what-we-bake article {
		text-align: left;
		width: 87.17%;
	}
	.what-we-bake .deadzone {
		display: none;
	}
	.what-we-bake .swiper-what-we-bake .swiper-slide article {
		text-align: left;
	}
	.desktop {
		display: none;
	}
}
@media screen and (max-width: 630px) {
	.index .grid {
		grid-template-columns: repeat(1, 1fr);
	}
}
@media (hover: hover) {
	.gform-footer:hover::after {
		background: url("../images/arrow-dark.svg") no-repeat;
		background-size: contain;
	}
	.deadzone {
		display: block;
	}
}
/*# sourceMappingURL=main.css.map */
