@charset "UTF-8";
/*!
Theme Name: Romo
Author: MAT
Description: Theme for Romo website.
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: mattheme
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Romo is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/* SETTINGS */
@font-face {
	font-family: "Serial Input";
	src: url("resources/fonts/serial-input.woff") format("woff");
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: "Serial Output";
	src: url("resources/fonts/serial-output.woff") format("woff");
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: "Moderat";
	src: url("resources/fonts/moderat-400.woff2") format("woff2");
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: "Moderat";
	src: url("resources/fonts/moderat-500.woff2") format("woff2");
	font-weight: 500;
	font-style: normal;
}
/* TOOLS */
/* TOOLS - MIXINS */
/* GENERIC */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	box-sizing: border-box;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

*,
*::before,
*::after {
	box-sizing: inherit;
	margin: 0;
	padding: 0;
}

/* TAGS */
:root {
	--color-beige: #fdf4e8;
	--color-dark: rgb(33, 35, 34);
	--color-mustard: #e1a425;
	--color-grey: rgba(33, 35, 34, 0.5);
	--font-base: "Moderat", sans-serif;
	--font-highlight: "Serial Input", monospace;
	--font-highlight-alt: "Serial Output", monospace;
	--transition-base: 0.2s ease-out;
	--padding-side: 1.5rem;
	--padding-extra: 3rem;
	--padding-super: 5rem;
	--padding-diff: 3.5rem;
}

html {
	font-size: clamp(17px, 1.3vw, 21px);
}

* {
	box-sizing: border-box;
	margin: 0;
}

body {
	width: 100%;
	overflow-x: hidden;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	line-height: 1.3;
	font-family: var(--font-base);
	background: var(--color-beige);
	color: var(--color-dark);
}

a {
	color: inherit;
	text-decoration: none;
	transition: opacity var(--transition-base);
	/* &:hover {
  	opacity: 0.6;
  } */
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: initial;
	margin: 0;
}

strong {
	font-weight: 500;
}

/* KEYFRAMES */
/* OBJECTS */
.o-grid {
	display: grid;
	gap: 2rem;
	grid-template-columns: repeat(19, 1fr);
	gap: 1rem;
}

.o-grid--extra {
	grid-template-columns: repeat(24, 1fr);
}
@media (max-width: 768px) {
	.o-grid--extra {
		grid-template-columns: repeat(4, 1fr);
	}
}

.o-button,
.b-header--mob .b-header__menu li a,
.b-header__menu li a {
	font-weight: 500;
	font-size: 1.2rem;
	line-height: 1;
	background-color: var(--color-mustard);
	border-radius: 3rem;
	color: var(--color-dark);
	border: 3px solid var(--color-dark);
	padding: 0.45rem 0.9rem 0.6rem;
	transition:
		background-color var(--transition-base),
		color var(--transition-base),
		border-color var(--transition-base);
}
.o-button:hover,
.b-header__menu li a:hover {
	background-color: var(--color-dark);
	color: var(--color-mustard);
	border-color: var(--color-mustard);
	opacity: 1;
}
.o-button--white,
.b-header__menu li a {
	background-color: var(--color-beige);
	color: var(--color-mustard);
	border-color: var(--color-mustard);
}
.o-button--white:hover,
.b-header__menu li a:hover {
	background-color: var(--color-dark);
}

.o-h1 {
	font-family: var(--font-highlight);
	font-size: 23vw;
	letter-spacing: -0.02em;
	line-height: 0.8;
	text-transform: uppercase;
}

.o-fit {
	font-family: var(--font-highlight);
	letter-spacing: -0.02em;
	line-height: 0.8;
	text-transform: uppercase;
}

.o-h2 {
	font-family: var(--font-highlight);
	font-size: 6.5rem;
	letter-spacing: -0.02em;
	line-height: 0.8;
	text-transform: uppercase;
}
@media (max-width: 768px) {
	.o-h2 {
		font-size: 4.5rem;
	}
}

.o-h3 {
	font-family: var(--font-highlight);
	font-size: 4rem;
	letter-spacing: -0.02em;
	line-height: 0.8;
	text-transform: uppercase;
}

.o-h4 {
	font-family: var(--font-highlight);
	font-size: 2rem;
	letter-spacing: 0.1em;
	line-height: 0.8;
	text-transform: uppercase;
}

.o-h5 {
	font-family: var(--font-highlight);
	font-size: 1.75rem;
	letter-spacing: -0.02em;
	line-height: 0.8;
	text-transform: uppercase;
}

.o-h6,
.c-home__text h1,
.c-home__text h2,
.c-home__text h3,
.c-home__text h4,
.c-home__text h5,
.c-home__text h6,
.c-group__text h1,
.c-group__text h2,
.c-group__text h3,
.c-group__text h4,
.c-group__text h5,
.c-group__text h6,
.c-legal__content h1,
.c-legal__content h2,
.c-legal__content h3,
.c-legal__content h4,
.c-legal__content h5,
.c-legal__content h6 {
	font-family: var(--font-highlight);
	font-size: 1.5rem;
	letter-spacing: 0.1em;
	line-height: 0.8;
	text-transform: uppercase;
}

.o-text {
	font-weight: 500;
	font-size: 1.2rem;
	letter-spacing: -0.02em;
	line-height: 1.1;
}
@media (max-width: 768px) {
	.o-text {
		font-size: 0.9rem;
	}
}

.o-text-regular {
	font-weight: 400;
	font-size: 1.2rem;
	letter-spacing: -0.02em;
	line-height: 1.1;
}
@media (max-width: 768px) {
	.o-text-regular {
		font-size: 0.9rem;
	}
}

.o-base,
.c-home__text p,
.c-home__text ul,
.c-home__text ol,
.c-group__text p,
.c-group__text ul,
.c-group__text ol {
	font-weight: 400;
	font-size: 1rem;
	letter-spacing: -0.03em;
	line-height: 1.1;
}

.o-alt {
	font-family: var(--font-highlight-alt);
	font-size: 2rem;
	letter-spacing: -0.02em;
	line-height: 0.8;
	text-transform: uppercase;
}

.o-mini {
	font-family: var(--font-base);
	font-size: 0.6rem;
	font-weight: 500;
	letter-spacing: -0.05em;
	line-height: 1.1;
}

/* COMPONENTS */
.b-header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10;
	padding: 1rem var(--padding-side);
}
.page-template-page-home .b-header {
	padding-top: 1.25rem;
}
@media (max-width: 768px) {
	.b-header--mob {
		bottom: 0;
		top: auto;
	}
}
body:has(.c-404) .b-header--mob {
	display: none;
}

.b-header__container {
	position: relative;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
@media (max-width: 768px) {
	.b-header__container {
		justify-content: center;
	}
}
.b-header--mob .b-header__container {
	gap: 0.1rem;
}
.b-header--mob .b-header__container > * {
	flex: 1 1 0;
	min-width: 0;
}

.b-header__desktop-nav {
	position: relative;
	display: flex;
	align-items: center;
	gap: 0.1rem;
	z-index: 1;
}

.b-header__toggle {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	min-height: 2.5rem;
	padding: 0.6rem 0.6rem 0.6rem;
}

.b-header__toggle-icon {
	position: relative;
	width: 1rem;
	height: 0.75rem;
	display: inline-block;
}
.b-header__toggle-icon span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 3px;
	background-color: currentColor;
	transition:
		transform 0.25s ease,
		top 0.25s ease,
		opacity 0.25s ease;
}
.b-header__toggle-icon span:first-child {
	top: 0.125rem;
}
.b-header__toggle-icon span:last-child {
	top: 0.5rem;
}

.b-header__menu-panel {
	position: absolute;
	top: 0;
	left: calc(100% + 0.5rem);
	display: flex;
	align-items: center;
	opacity: 0;
	pointer-events: none;
	transform: translateX(-0.5rem);
	transition:
		opacity 0.25s ease,
		transform 0.25s ease;
}

.b-header__desktop-nav.is-open .b-header__toggle-icon span {
	top: 0.3125rem;
}
.b-header__desktop-nav.is-open .b-header__toggle-icon span:first-child {
	transform: rotate(45deg);
}
.b-header__desktop-nav.is-open .b-header__toggle-icon span:last-child {
	transform: rotate(-45deg);
}
.b-header__desktop-nav.is-open .b-header__menu-panel {
	opacity: 1;
	pointer-events: auto;
	transform: translateX(0);
}

.b-header__logo {
	display: block;
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
}
.b-header__logo img {
	width: 11rem;
	height: auto;
}
.page-template-page-home .b-header__logo {
	display: none;
}

.b-header__menu {
	list-style-type: none;
	display: flex;
	gap: 0.1rem;
	margin: 0;
	padding: 0;
}
.b-header__menu li a {
	display: inline-block;
}
@media (max-width: 768px) {
	.b-header__menu li a {
		display: block;
	}
}
.page-template-page-group .b-header__menu li a {
	background-color: var(--color-dark);
}
.page-template-page-group .b-header__menu li a:hover {
	background-color: var(--color-beige);
}
.b-header--mob .b-header__menu {
	width: 100%;
	gap: 0.1rem;
}
.b-header--mob .b-header__menu li {
	flex: 1 1 0;
}
.b-header--mob .b-header__menu li a {
	width: 100%;
	text-align: center;
}

.b-footer {
	padding: 1.5rem var(--padding-super) 2.5rem;
}
body:has(.c-404) .b-footer {
	display: none;
}
@media (max-width: 768px) {
	.b-footer {
		padding: 1.5rem var(--padding-side) 5.5rem;
	}
}

.b-footer__menu {
	list-style-type: none;
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
	gap: 1rem;
	align-items: center;
}
.b-footer__menu li:nth-child(1) {
	justify-self: start;
}
.b-footer__menu li:nth-child(2) {
	justify-self: center;
	text-align: center;
}
.b-footer__menu li:nth-child(3) {
	justify-self: end;
	text-align: right;
}
.b-footer__menu li a {
	text-decoration: underline;
}
.b-footer__menu li a:hover {
	text-decoration: none;
	opacity: 1;
}
.b-footer__menu li.is-not-clickable {
	pointer-events: none;
}
@media (max-width: 768px) {
	.b-footer__menu {
		grid-template-columns: 1fr;
		gap: 1rem;
	}
	.b-footer__menu li:nth-child(1),
	.b-footer__menu li:nth-child(2),
	.b-footer__menu li:nth-child(3) {
		justify-self: center;
		text-align: center;
	}
}

.b-footer__menu > .menu-item-has-language-switch {
	display: inline-flex;
	align-items: center;
	gap: 0.45rem;
	flex-wrap: wrap;
}

.b-footer__lang-switch {
	margin-left: 1rem;
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
}

.b-footer__lang-link {
	text-decoration: underline;
	opacity: 0.5;
}
.b-footer__lang-link.is-active {
	text-decoration: none;
	opacity: 1;
}

@media (max-width: 768px) {
	.b-footer__menu > .menu-item-has-language-switch {
		justify-content: center;
	}
}
.c-404 {
	height: 100dvh;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 5rem var(--padding-side);
}
body:has(.c-404) {
	color: var(--color-mustard);
	background-color: var(--color-dark);
}
@media (max-width: 768px) {
	.c-404 {
		padding-bottom: 3rem;
	}
}

.c-404__container {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 1rem;
}

.c-404__title,
.c-404__description {
	transform: rotate(-5deg);
	transform-origin: center;
	pointer-events: none;
	user-select: none;
}

@media (max-width: 768px) {
	.c-404__title {
		font-size: 8rem;
	}
}

@media (max-width: 768px) {
	.c-404__description {
		font-size: 1.5rem;
	}
	.c-404__description br {
		display: none;
	}
}

.c-404__button {
	display: inline-block;
	width: auto;
	margin-top: clamp(1rem, 6vh, 8rem);
}

.c-legal {
	padding: 10rem var(--padding-super);
}
body:has(.c-legal) {
	background-color: var(--color-mustard);
}
@media (max-width: 768px) {
	.c-legal {
		padding: 6rem var(--padding-side);
	}
}

.c-legal__menu {
	margin-bottom: 5rem;
	list-style-type: none;
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
	gap: 1rem;
	align-items: center;
}
@media (max-width: 768px) {
	.c-legal__menu {
		display: flex;
		flex-direction: column;
		gap: 1rem;
	}
}
.c-legal__menu li {
	justify-self: start;
	color: var(--color-grey);
}
.c-legal__menu li a {
	text-decoration: underline;
}
.c-legal__menu li a:hover {
	text-decoration: none;
	opacity: 1;
}
.c-legal__menu li.current-menu-item {
	color: var(--color-dark);
}
.c-legal__menu li.current-menu-item a {
	pointer-events: none;
}
.c-legal__menu li:nth-child(1) {
	justify-self: start;
	text-align: left;
}
.c-legal__menu li:nth-child(2) {
	justify-self: center;
	text-align: center;
}
.c-legal__menu li:nth-child(3) {
	justify-self: end;
	text-align: right;
}

.c-legal__content {
	text-align: center;
}
@media (max-width: 768px) {
	.c-legal__content {
		text-align: left;
	}
}
.c-legal__content h1,
.c-legal__content h2,
.c-legal__content h3,
.c-legal__content h4,
.c-legal__content h5,
.c-legal__content h6 {
	margin-bottom: 1rem;
	text-decoration: underline;
}
.c-legal__content h1:not(:first-child),
.c-legal__content h2:not(:first-child),
.c-legal__content h3:not(:first-child),
.c-legal__content h4:not(:first-child),
.c-legal__content h5:not(:first-child),
.c-legal__content h6:not(:first-child) {
	margin-top: 3rem;
}
.c-legal__content p,
.c-legal__content ul,
.c-legal__content ol {
	margin-bottom: 1rem;
}
.c-legal__content ul {
	list-style-type: none;
}
.c-legal__content ul li::before {
	content: "–";
	display: inline-block;
	margin-right: 0.5rem;
}
@media (min-width: 769px) {
	.c-legal__content--cols {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 2.5rem;
	}
}

.c-group {
	--margin-bottom: 5rem;
	padding: 6rem var(--padding-side) 9rem;
}
body:has(.c-group) {
	background-color: var(--color-dark);
	color: var(--color-mustard);
}
@media (max-width: 768px) {
	.c-group {
		--margin-bottom: 3.75rem;
	}
}

.c-group__head {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 2rem;
	padding-bottom: 2rem;
	min-height: calc(100vh - 6rem);
}
@media (max-width: 768px) {
	.c-group__head {
		padding-bottom: 5rem;
	}
	.c-group__head .c-group__slogans {
		order: -1;
	}
}

.c-group__headlines {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
}

.c-group__title.js-fit-text {
	flex: 0 0 auto;
	width: max-content;
	white-space: nowrap;
}

@media (max-width: 768px) {
	.c-group__title-merged.js-fit-text {
		display: block;
		width: 100%;
		max-width: 100%;
		text-align: center;
		white-space: normal;
		overflow-wrap: anywhere;
		word-break: break-word;
	}
}

.c-group__subtitle {
	text-align: right;
}

.c-group__text {
	margin-bottom: var(--margin-bottom);
	padding: 0 var(--padding-diff);
}
@media (max-width: 768px) {
	.c-group__text {
		padding: 0 var(--padding-side);
	}
}
.c-group__text h1,
.c-group__text h2,
.c-group__text h3,
.c-group__text h4,
.c-group__text h5,
.c-group__text h6 {
	margin-bottom: 1rem;
	text-decoration: underline;
}
.c-group__text h1:not(:first-child),
.c-group__text h2:not(:first-child),
.c-group__text h3:not(:first-child),
.c-group__text h4:not(:first-child),
.c-group__text h5:not(:first-child),
.c-group__text h6:not(:first-child) {
	margin-top: 3rem;
}
.c-group__text p:not(:last-child),
.c-group__text ul:not(:last-child),
.c-group__text ol:not(:last-child) {
	margin-bottom: 1rem;
}

.c-group__slogans {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
	gap: 2rem;
	align-items: center;
	padding: 0 var(--padding-diff);
}
.c-group__slogans > :nth-child(1) {
	justify-self: start;
}
.c-group__slogans > :nth-child(2) {
	justify-self: center;
	text-align: center;
}
.c-group__slogans > :nth-child(3) {
	justify-self: end;
	text-align: right;
}
@media (max-width: 768px) {
	.c-group__slogans {
		display: flex;
		justify-content: space-between;
		align-items: center;
		gap: 0.75rem;
		padding: 0;
	}
	.c-group__slogans > :nth-child(1) {
		justify-self: start;
		text-align: left;
	}
	.c-group__slogans > :nth-child(2) {
		justify-self: center;
		text-align: center;
	}
	.c-group__slogans > :nth-child(3) {
		justify-self: end;
		text-align: right;
	}
}

.c-group__slogan {
	text-decoration: underline;
}
@media (max-width: 768px) {
	.c-group__slogan {
		font-size: var(--c-group-slogan-mobile-size, 1.05rem);
		white-space: nowrap;
	}
}

.c-group__central {
	position: relative;
	margin-bottom: 7.5rem;
}

.c-group__deco {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-40%) translateY(50%) rotate(-5deg);
}
@media (max-width: 768px) {
	.c-group__deco {
		left: 20%;
		transform: translateX(-15%) translateY(80%) rotate(-5deg);
	}
}

.c-group__image {
	grid-column: 8 / span 5;
	height: auto;
}
@media (max-width: 768px) {
	.c-group__image {
		grid-column: 4 / span 13;
	}
}
.c-group__image img {
	width: 100%;
	height: auto;
}

.c-group__media {
	grid-template-rows: repeat(2, auto);
	padding: 0 var(--padding-side);
}
@media (max-width: 768px) {
	.c-group__media {
		padding: 0;
		grid-template-columns: repeat(3, 1fr);
		grid-auto-rows: auto;
		gap: 0.5rem;
		margin-left: calc(-1 * var(--padding-side));
		margin-right: calc(-1 * var(--padding-side));
	}
}

.c-group__media-item {
	grid-column-end: span 3;
}
.c-group__media-item img,
.c-group__media-item video {
	display: block;
	aspect-ratio: 1/1;
	width: 100%;
	height: auto;
	object-fit: cover;
}
.c-group__media-item--1 {
	grid-column-start: 1;
	grid-row: 2 / span 1;
}
.c-group__media-item--2 {
	grid-column-start: 5;
	grid-row: 1 / span 1;
}
@media (max-width: 768px) {
	.c-group__media-item--2 {
		grid-column: 1 / span 1;
	}
}
.c-group__media-item--3 {
	grid-column-start: 8;
	grid-column-end: span 5;
	grid-row: 1 / span 2;
}
.c-group__media-item--3 img,
.c-group__media-item--3 video {
	aspect-ratio: none;
	height: 100%;
}
@media (max-width: 768px) {
	.c-group__media-item--3 img,
	.c-group__media-item--3 video {
		width: 100%;
		height: auto;
	}
}
@media (max-width: 768px) {
	.c-group__media-item--3 {
		grid-column: 2 / span 2;
		grid-row: 1 / span 1;
	}
}
.c-group__media-item--4 {
	grid-column-start: 13;
	grid-row: 2 / span 1;
}
@media (max-width: 768px) {
	.c-group__media-item--4 {
		grid-column: 2 / span 1;
	}
}
.c-group__media-item--5 {
	grid-column-start: 17;
	grid-row: 1 / span 1;
}
@media (max-width: 768px) {
	.c-group__media-item--1,
	.c-group__media-item--5 {
		display: none;
	}
}

.c-landing {
	position: fixed;
	inset: 0;
	min-height: 100vh;
	min-height: 100dvh;
	background-color: var(--color-dark);
	overflow: hidden;
	z-index: 20;
}
.c-landing::after {
	content: "";
	position: absolute;
	inset: 0;
	background-color: var(--color-dark);
	opacity: 0.2;
	z-index: 1;
	pointer-events: none;
}

.has-seen-home-landing .c-landing {
	display: none;
}

.c-landing__video {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0;
	filter: grayscale(1);
}

.c-landing__image {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	filter: grayscale(1);
}

.c-landing__content {
	position: relative;
	z-index: 2;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 1rem;
	padding: 2rem var(--padding-side);
	padding-bottom: calc(2rem + env(safe-area-inset-bottom, 0px));
	pointer-events: none;
}

.c-landing__logo-wrap,
.c-landing__intro {
	opacity: 0;
}

.c-landing__logo-wrap {
	transform-origin: top left;
}

.c-landing__logo {
	width: min(22rem, 60vw);
	height: auto;
	display: block;
}

.c-landing__intro {
	max-width: 30rem;
	color: var(--color-beige);
	transform: rotate(-5deg);
}
.c-landing__intro em {
	display: none;
}

.c-landing__button {
	position: absolute;
	left: 50%;
	bottom: calc(
		clamp(2.5rem, 7vh, 4.5rem) + env(safe-area-inset-bottom, 0px)
	);
	transform: translateX(-50%);
	margin-top: 0;
	pointer-events: auto;
	z-index: 3;
	cursor: pointer;
}
@media (max-width: 768px) {
	.c-landing__button {
		bottom: calc(3rem + env(safe-area-inset-bottom, 0px));
	}
}

body.has-landing-active {
	overflow: hidden;
}

.c-home {
	--margin-bottom: 5rem;
}
@media (max-width: 768px) {
	.c-home {
		--margin-bottom: 2.5rem;
	}
}

.c-home__intro em {
	display: inline-block;
	font-style: normal;
	font-size: 0.4em;
	text-decoration: underline;
	transform: translateY(-50%);
}
.c-home__intro em:first-of-type {
	margin-left: -1.25rem;
}
.c-home__intro em:last-of-type {
	margin-right: -1.25rem;
}

.c-home__head {
	height: 100vh;
	padding: 4.5rem var(--padding-side) 2rem;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 2rem;
	min-height: calc(100vh - 6rem);
	position: relative;
}
@media (max-width: 768px) {
	.c-home__head {
		padding-top: 1.75rem;
		padding-bottom: 5rem;
	}
}

.c-home__landing-logo {
	position: absolute;
	top: 3rem;
	left: 50%;
	transform: translateX(-50%);
	opacity: 0;
	pointer-events: none;
}
.has-seen-home-landing .c-home__landing-logo {
	opacity: 1;
}
@media (max-width: 768px) {
	.c-home__landing-logo {
		top: 1rem;
	}
}
.c-home__landing-logo img {
	width: 23vw;
	height: auto;
	display: block;
}
@media (max-width: 768px) {
	.c-home__landing-logo img {
		width: 52vw;
	}
}

.c-home__intro {
	margin-top: 1.5rem;
	line-height: 0.85;
}

.c-home__subtitle {
	text-align: right;
	letter-spacing: 0.05em;
}

.c-home__slogans {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
	gap: 2rem;
	align-items: center;
	padding: 0 var(--padding-diff);
}
@media (max-width: 768px) {
	.c-home__slogans {
		padding: 0;
	}
}
.c-home__slogans > :nth-child(1) {
	justify-self: start;
}
.c-home__slogans > :nth-child(2) {
	justify-self: center;
	text-align: center;
}
.c-home__slogans > :nth-child(3) {
	justify-self: end;
	text-align: right;
}
@media (max-width: 768px) {
	.c-home__slogans {
		grid-template-columns: 1fr;
		gap: 1rem;
	}
	.c-home__slogans > :nth-child(1),
	.c-home__slogans > :nth-child(2),
	.c-home__slogans > :nth-child(3) {
		justify-self: center;
		text-align: center;
	}
	.c-home__slogans > :last-child {
		justify-self: stretch;
		width: 100%;
	}
}

.c-home__slogan {
	font-size: 2rem;
}
.c-home__slogan .c-home__slogan-link {
	color: inherit;
	text-decoration: none;
}
.c-home__slogan .c-home__slogan-link:hover {
	opacity: 1;
}
.c-home__slogan .c-home__slogan-link:hover span {
	text-decoration: none;
}
.c-home__slogan span {
	display: inline-block;
	text-decoration: underline;
	font-size: 1.5rem;
	transform: translateY(-30%);
}
@media (max-width: 768px) {
	.c-home__slogan:last-child {
		display: block;
		width: 100%;
	}
	.c-home__slogan:last-child .c-home__slogan-link {
		display: block;
		width: 100%;
	}
}

.c-home__text {
	margin-bottom: var(--margin-bottom);
	padding: 0 var(--padding-super);
}
@media (max-width: 768px) {
	.c-home__text {
		padding: 0 var(--padding-side);
	}
}
.c-home__text h1,
.c-home__text h2,
.c-home__text h3,
.c-home__text h4,
.c-home__text h5,
.c-home__text h6 {
	margin-bottom: 1rem;
	text-decoration: underline;
}
.c-home__text h1:not(:first-child),
.c-home__text h2:not(:first-child),
.c-home__text h3:not(:first-child),
.c-home__text h4:not(:first-child),
.c-home__text h5:not(:first-child),
.c-home__text h6:not(:first-child) {
	margin-top: 3rem;
}
.c-home__text p:not(:last-child),
.c-home__text ul:not(:last-child),
.c-home__text ol:not(:last-child) {
	margin-bottom: 1rem;
}

.c-home__link {
	display: inline-block;
	margin-top: var(--margin-bottom);
}

.c-home__foot {
	padding: 0 var(--padding-side) 4rem;
}
@media (max-width: 768px) {
	.c-home__foot .js-fit-text {
		display: block;
		max-width: 100%;
		text-align: center;
		white-space: normal;
		overflow-wrap: anywhere;
		word-break: break-word;
	}
}

.c-home__slider {
	position: relative;
	overflow: hidden;
	height: auto;
	margin-top: 1rem;
	margin-bottom: var(--margin-bottom);
}
@media (max-width: 768px) {
	.c-home__slider {
		margin-top: 0;
	}
}

.c-home__slide {
	aspect-ratio: 4/5;
	height: auto;
}
.c-home__slide img,
.c-home__slide video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.c-home__slider-nav {
	position: absolute;
	top: 20%;
	right: 10%;
	z-index: 4;
	cursor: pointer;
	color: var(--color-mustard);
	transform: rotate(-5deg) translate(-50%, -50%);
	font-size: 4rem;
	font-family: var(--font-highlight);
	letter-spacing: 0.1em;
	line-height: 0.8;
	text-transform: uppercase;
}
@media (max-width: 768px) {
	.c-home__slider-nav {
		font-size: 2rem;
		top: 10%;
		right: 5%;
	}
}

.c-menu {
	padding: 6rem var(--padding-side);
	row-gap: 1.5rem;
}

.c-menu__images {
	grid-column: 1 / span 9;
}

.c-menu__content {
	grid-column: 13 / span 12;
}
@media (max-width: 768px) {
	.c-menu__content {
		grid-column: 1 / span 4;
		padding-top: 2rem;
	}
}

.c-menu__images {
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
}

.c-menu__selector {
	grid-column: 1 / span 24;
	display: flex;
	align-items: center;
	gap: 0.5rem;
	flex-wrap: wrap;
}
@media (max-width: 768px) {
	.c-menu__selector {
		grid-column: 1 / span 4;
		justify-content: center;
	}
}

.c-menu__selector-label {
	margin-right: 0.5rem;
}

.c-menu__selector-options {
	display: flex;
	align-items: center;
	gap: 0.65rem;
	flex-wrap: wrap;
}

.c-menu__selector-input {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}

.c-menu__selector-option {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	padding: 0;
	border: 0;
	cursor: pointer;
	transition:
		color 0.2s ease,
		opacity 0.2s ease;
}
.c-menu__selector-option::before {
	content: "";
	width: 1.75rem;
	height: 1.75rem;
	border: 5px solid currentColor;
	border-radius: 50%;
	box-sizing: border-box;
	background-color: transparent;
	transition:
		background-color 0.2s ease,
		border-color 0.2s ease;
}

.c-menu__selector-input:checked + .c-menu__selector-option::before {
	background-color: currentColor;
}

.c-menu__selector-input:disabled + .c-menu__selector-option {
	color: var(--color-grey);
	cursor: not-allowed;
}

.c-menu__tab {
	display: none;
}

.c-menu__tab.is-active {
	display: block;
}

.c-menu__image {
	display: flex;
}
.c-menu__image--extra-margin {
	margin-top: 1.5rem;
}
.c-menu__image--right {
	justify-content: flex-end;
}
.c-menu__image img {
	display: block;
}

.c-menu__section:not(:last-child) {
	margin-bottom: 6rem;
}

.c-menu__section-title {
	margin-top: -0.075em;
}

.c-menu__section-subtitle {
	transform: translateY(0.135rem);
}
@media (max-width: 768px) {
	.c-menu__section-subtitle {
		font-size: 1rem;
	}
}

.c-menu__section-head {
	display: flex;
	align-items: flex-start;
	gap: 1rem;
	margin-bottom: 6rem;
}
@media (max-width: 768px) {
	.c-menu__section-head {
		margin-bottom: 3rem;
		justify-content: center;
		gap: 0.5rem;
	}
}

.c-menu__dish:not(:last-child) {
	margin-bottom: 2.2rem;
}

.c-menu__dish-head {
	display: flex;
	align-items: flex-start;
	gap: 0.5rem;
	margin-bottom: 0.6rem;
}

.c-menu__dish-tag {
	transform: translateY(0.25em);
}

.c-menu__dish-description {
	max-width: 20rem;
}

.c-menu__dish-allergens {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	margin-top: 0.5rem;
}
.c-menu__dish-allergens svg {
	width: 1rem;
	height: auto;
	display: block;
	overflow: visible;
}
.c-menu__dish-allergens svg .cls-1 {
	fill: var(--color-mustard);
}
.c-menu__dish-allergens svg .cls-2 {
	stroke: var(--color-mustard);
	stroke-miterlimit: 10;
	stroke-width: 0.28px;
	fill: none;
}

.c-menu__foot {
	grid-column: 2 / span 22;
	margin-top: 8rem;
}
@media (max-width: 768px) {
	.c-menu__foot {
		grid-column: 1 / span 4;
		margin-top: 4rem;
	}
}

.c-menu__takeaway-link {
	display: inline-block;
	margin-bottom: 5rem;
}

.c-menu__legend {
	color: var(--color-dark);
	margin-bottom: 5rem;
}
.c-menu__legend svg {
	width: 1rem;
	height: auto;
	display: block;
	overflow: visible;
}
.c-menu__legend svg .cls-1 {
	fill: var(--color-mustard);
}
.c-menu__legend svg .cls-2 {
	stroke: var(--color-mustard);
	stroke-miterlimit: 10;
	stroke-width: 0.28px;
	fill: none;
}
.c-menu__legend .c-menu__icons {
	margin-top: 1.5rem;
	display: grid;
	gap: 0.8rem 0.4rem;
	grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
}
.c-menu__legend .c-menu__icon {
	display: flex;
	align-items: center;
	gap: 0.4rem;
}

.c-reservations {
	width: min(100%, 70rem);
	margin-inline: auto;
	padding: 0 var(--padding-side);
	box-sizing: border-box;
}

.c-reservations__dialog {
	position: relative;
	background-color: var(--color-beige);
	border: 3px solid var(--color-dark);
	border-radius: 1.5rem;
	overflow: hidden;
	box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.3);
}

.c-reservations__body {
	max-height: min(80vh, 52rem);
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	background-color: var(--color-beige);
	border-radius: inherit;
}

.c-reservations__iframe {
	display: block;
	width: 100%;
	min-height: 34rem;
	border: 0;
	background-color: transparent;
}

.c-reservations--modal {
	position: fixed;
	inset: 0;
	z-index: 4;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: clamp(1rem, 4vw, 2rem);
	pointer-events: auto;
	margin: 0;
}
.c-reservations--modal[hidden] {
	display: none;
}

.c-reservations__backdrop {
	position: absolute;
	inset: 0;
	border: 0;
	padding: 0;
	background: rgba(0, 0, 0, 0.45);
	cursor: pointer;
}

.c-reservations--modal .c-reservations__dialog {
	width: min(100%, 70rem);
	max-height: calc(100vh - 2rem);
	z-index: 1;
}

.c-reservations__close {
	position: absolute;
	top: 0.85rem;
	right: 0.85rem;
	width: 2.5rem;
	height: 2.5rem;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	border: 2px solid var(--color-dark);
	border-radius: 999px;
	background-color: var(--color-mustard);
	color: var(--color-dark);
	font-size: 1.6rem;
	line-height: 1;
	cursor: pointer;
	transition:
		background-color var(--transition-base),
		color var(--transition-base),
		border-color var(--transition-base);
	z-index: 2;
}
.c-reservations__close:hover {
	background-color: var(--color-dark);
	color: var(--color-mustard);
	border-color: var(--color-mustard);
}

.c-reservations__close span {
	display: block;
	line-height: 0.8;
	transform: translateY(-0.1em);
}

body.has-reservations-modal-open {
	overflow: hidden;
}

/* SCOPES */
.s-debug [class] {
	outline: 3px solid lightgrey;
}

/* UTILITIES */
.u-none {
	display: none !important;
}
.u-tal {
	text-align: left !important;
}

.u-tac {
	text-align: center !important;
}

.u-tar {
	text-align: right !important;
}

@media (max-width: 768px) {
	.u-desktop {
		display: none !important;
	}
}

@media (min-width: 769px) {
	.u-mobile {
		display: none !important;
	}
}

.u-accent {
	color: var(--color-mustard);
}

.js-fit-text {
	display: inline-block; /* clau */
	width: auto; /* clau */
	white-space: nowrap;
	max-width: 100%;
}

.u-tdu {
	text-decoration: underline !important;
}

/*# sourceMappingURL=style.css.map */
