@charset "UTF-8";
/*!
Theme Name: Kaisin v2
Author: MAT
Description: Description
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: artigas
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.

Artigas 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: "Hellix";
  src: url("resources/fonts/hellix-400.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Hellix";
  src: url("resources/fonts/hellix-400i.woff") format("woff");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "Hellix";
  src: url("resources/fonts/hellix-700.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Hellix";
  src: url("resources/fonts/hellix-800.woff") format("woff");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "Hellix";
  src: url("resources/fonts/hellix-900.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Monument Grotesk Mono";
  src: url("resources/fonts/monument-stolen-400.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Pixel Grid Circle";
  src: url("resources/fonts/pixelgrid-mids.woff") format("woff");
  font-weight: 400;
  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 {
  --font-base: "Hellix", "Monument Grotesk Mono", serif;
  --font-highlight: "Hellix", sans-serif;
  --font-alt: "Pixel Grid Circle", monospace;
  --color-accent: #d11800;
  --color-light: rgb(246, 241, 236);
  --color-dark: #292621;
  --color-grey-med: #8b8986;
  --transition-standard: 0.3s ease-out;
  --padding-side: 1.5rem;
  --padding-side-extra: 3rem;
}
@media (max-width: 768px) {
  :root {
    --padding-side: 0.8rem;
    --padding-side-extra: 0.8rem;
  }
}

html {
  font-size: clamp(18px, 1.25vw, 20px);
}

body {
  width: 100%;
  overflow-x: hidden;
  background: var(--color-light);
  color: var(--color-dark);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: var(--font-base);
  line-height: 1.3;
}
body.is-menu-open, body:has(.b-popup.is-active) {
  overflow: hidden;
}

a {
  color: inherit;
  text-decoration: none;
  transition: opacity var(--transition-standard);
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: 400;
}

img,
video {
  display: block;
  max-width: 100%;
  height: auto;
}

.otgs-development-site-front-end {
  display: none;
}

.red-block {
  background-color: var(--color-accent);
  color: var(--color-light);
  padding: 2rem;
  border-radius: 1rem;
}

.wpcf7 .wpcf7-form-control-wrap {
  display: block;
  margin-bottom: 0.75rem;
}
.wpcf7 .wpcf7-not-valid-tip {
  font-size: 0.65rem;
  line-height: 1.1;
  margin-top: 0.2rem;
}
.wpcf7 form .wpcf7-response-output {
  border: none;
  text-align: center;
  color: var(--color-accent);
}

/* KEYFRAMES */
/* OBJECTS */
.o-container {
  padding-left: var(--padding-side);
  padding-right: var(--padding-side);
}

.o-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 0.75rem;
}

.o-h1 {
  color: var(--color-accent);
  font-size: 8rem;
  font-family: var(--font-highlight);
  font-weight: 900;
  line-height: 0.8;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .o-h1 {
    font-size: 4rem;
  }
}

.o-h2 {
  color: var(--color-accent);
  font-size: 5.75rem;
  font-family: var(--font-highlight);
  font-weight: 900;
  line-height: 0.8;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .o-h2 {
    font-size: 2.75rem;
  }
}

.o-h3 {
  color: var(--color-accent);
  font-family: var(--font-highlight);
  font-size: 5rem;
  font-weight: 900;
  line-height: 0.8;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .o-h3 {
    font-size: 2.75rem;
  }
}

.o-h4, .b-overlay__menu {
  font-family: var(--font-highlight);
  font-size: 4.25rem;
  font-weight: 900;
  line-height: 0.8;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .o-h4, .b-overlay__menu {
    font-size: 2.75rem;
  }
}

.o-h5 {
  font-family: var(--font-highlight);
  font-size: 3.25rem;
  font-weight: 900;
  line-height: 0.8;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .o-h5 {
    font-size: 1.75rem;
  }
}

.o-h6, .c-legal__paragraphs h1,
.c-legal__paragraphs h2,
.c-legal__paragraphs h3,
.c-legal__paragraphs h4,
.c-legal__paragraphs h5,
.c-legal__paragraphs h6 {
  font-family: var(--font-alt);
  font-size: 0.95rem;
  letter-spacing: 0.04em;
  line-height: 1.1;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .o-h6, .c-legal__paragraphs h1,
  .c-legal__paragraphs h2,
  .c-legal__paragraphs h3,
  .c-legal__paragraphs h4,
  .c-legal__paragraphs h5,
  .c-legal__paragraphs h6 {
    font-size: 0.75rem;
  }
}

.o-h6-base, .c-officeform .wpcf7 .wpcf7-response-output, .c-legal__content h1,
.c-legal__content h2,
.c-legal__content h3,
.c-legal__content h4,
.c-legal__content h5,
.c-legal__content h6, .wpcf7 form .wpcf7-response-output {
  font-family: var(--font-base);
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.1;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .o-h6-base, .c-officeform .wpcf7 .wpcf7-response-output, .c-legal__content h1,
  .c-legal__content h2,
  .c-legal__content h3,
  .c-legal__content h4,
  .c-legal__content h5,
  .c-legal__content h6, .wpcf7 form .wpcf7-response-output {
    font-size: 0.75rem;
  }
}

.o-body-l {
  font-size: 0.9rem;
  line-height: 1.125;
  letter-spacing: 0.01em;
}
@media (max-width: 768px) {
  .o-body-l {
    font-size: 0.75rem;
  }
}

.o-body-m, .b-popup__text p {
  font-size: 0.8rem;
  line-height: 1.125;
}
@media (max-width: 768px) {
  .o-body-m, .b-popup__text p {
    font-size: 0.65rem;
  }
}

.o-body-s, .c-officeform .wpcf7 .wpcf7-not-valid-tip, .c-officeform .wpcf7 .c-officeform-form__hint, .c-officeform .wpcf7 input[type=text],
.c-officeform .wpcf7 input[type=email],
.c-officeform .wpcf7 input[type=tel],
.c-officeform .wpcf7 input[type=date],
.c-officeform .wpcf7 input[type=number],
.c-officeform .wpcf7 textarea {
  font-size: 0.65rem;
  line-height: 1.15;
  letter-spacing: 0.02em;
}

.o-buttons-xl {
  font-size: 2.5rem;
  font-weight: 900;
  line-height: 0.8;
  text-transform: uppercase;
  color: var(--color-accent);
}
@media (max-width: 768px) {
  .o-buttons-xl {
    font-size: 1.75rem;
  }
}

.o-buttons-l {
  font-size: 0.85rem;
  line-height: 1.1;
  letter-spacing: 0.02em;
}

.o-buttons-m, .c-contact .wpcf7 .c-file__value, .c-contact .wpcf7 input[type=text],
.c-contact .wpcf7 input[type=email],
.c-contact .wpcf7 select,
.c-contact .wpcf7 textarea {
  font-size: 0.75rem;
  line-height: 1.1;
  letter-spacing: 0.02em;
}
@media (max-width: 768px) {
  .o-buttons-m, .c-contact .wpcf7 .c-file__value, .c-contact .wpcf7 input[type=text],
  .c-contact .wpcf7 input[type=email],
  .c-contact .wpcf7 select,
  .c-contact .wpcf7 textarea {
    font-size: 0.65rem;
  }
}

.o-buttons-s, .c-officeform .wpcf7 .c-officeform-form__grid--order input::placeholder, .c-officeform .wpcf7 .c-officeform-form__grid--order input[type=text],
.c-officeform .wpcf7 .c-officeform-form__grid--order input[type=date],
.c-officeform .wpcf7 .c-officeform-form__grid--order input[type=number],
.c-officeform .wpcf7 .c-officeform-form__grid--order select {
  font-size: 0.7rem;
  line-height: 1.1;
  letter-spacing: 0.02em;
}

.o-display {
  font-size: 7rem;
  font-family: var(--font-highlight);
  font-weight: 900;
  line-height: 0.9;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .o-display {
    font-size: 2.75rem;
  }
}

.o-button, .c-officeform .wpcf7 input[type=submit], .c-contact .wpcf7 .c-file__btn, .c-contact .wpcf7 input[type=submit], .add__button, .c-calculator__results .results__button {
  display: inline-block;
  padding: 0.45rem 0.75rem 0.4rem;
  position: relative;
  overflow: hidden;
  border-radius: 5rem;
  /* Inner shadow */
  box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.25);
  /* Glass core (Figma-ish) */
  cursor: pointer;
  transition: all var(--transition-standard);
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  font-size: 0.9rem;
  line-height: 1;
}
@media (max-width: 768px) {
  .o-button, .c-officeform .wpcf7 input[type=submit], .c-contact .wpcf7 .c-file__btn, .c-contact .wpcf7 input[type=submit], .add__button, .c-calculator__results .results__button {
    font-size: 0.75rem;
  }
}
.o-button--red, .c-calculator__tabs__indicator {
  /* Tint roig + glass */
  background: var(--color-accent);
  color: var(--color-light);
}
.o-button--red:hover, .c-calculator__tabs__indicator:hover {
  background: var(--color-light);
  color: var(--color-accent);
}
.o-button--grey, .c-officeform .wpcf7 input[type=submit], .c-contact .wpcf7 .c-file__btn, .c-contact .wpcf7 input[type=submit] {
  background: var(--color-light);
  color: var(--color-grey-med);
}
.o-button--grey:hover, .c-officeform .wpcf7 input[type=submit]:hover, .c-contact .wpcf7 .c-file__btn:hover, .c-contact .wpcf7 input[type=submit]:hover {
  background: var(--color-accent);
  color: var(--color-light);
}
.o-button--m, .c-contact .wpcf7 .c-file__btn {
  font-size: 0.7rem;
}
.o-button--l {
  font-size: 0.8rem;
}
@media (max-width: 768px) {
  .o-button--l {
    font-size: 0.75rem;
  }
}

.o-switch {
  position: relative;
  overflow: hidden;
  border-radius: 5rem;
  /* Inner shadow */
  box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.25);
  --color-icon: var(--color-grey-med);
  /* Glass core (Figma-ish) */
  cursor: pointer;
  transition: all var(--transition-standard);
}
.o-switch:hover, .is-menu-open .o-switch {
  background-color: var(--color-accent);
  --color-icon: var(--color-light);
}

/* COMPONENTS */
.b-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2.25rem 1.5rem 0.75rem;
}
@media (max-width: 768px) {
  .b-header {
    padding: calc(var(--padding-side) * 2) var(--padding-side) var(--padding-side);
  }
}
.page-template-page-calculator .b-header {
  pointer-events: none;
}
.page-template-page-calculator .b-header .b-header__trigger,
.page-template-page-calculator .b-header .b-header__block {
  pointer-events: auto;
}

.b-header__block {
  display: flex;
  gap: 1rem;
  align-items: center;
}

.b-header__trigger {
  cursor: pointer;
  display: block;
  overflow: visible;
  width: 40px;
  height: 32px;
}
.b-header__trigger .icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transform-origin: center;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.is-menu-open .b-header__trigger .icon {
  gap: 0;
  width: 14px;
  height: 14px;
}
.is-menu-open .b-header__trigger {
  --color-icon: var(--color-light);
}
.b-header__trigger span {
  width: 22px;
  height: 2px;
  background: var(--color-icon);
}
.is-menu-open .b-header__trigger span {
  transform-origin: center;
  width: 18px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transform-origin: center;
}
.is-menu-open .b-header__trigger span:nth-child(1) {
  transform: translate(-50%, -50%) rotate(45deg);
}
.is-menu-open .b-header__trigger span:nth-child(2) {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.b-header__button {
  position: relative;
  isolation: isolate;
}
.page-template-page-create .b-header__button {
  display: none;
}

.b-header__button-link {
  position: relative;
  z-index: 5;
  min-width: 9rem;
  white-space: nowrap;
}
.b-header__button.is-open .b-header__button-link.js-order-menu-trigger, .is-menu-open .b-header__button-link.js-order-menu-trigger {
  background: var(--color-light);
  color: var(--color-accent);
}
.is-menu-open .b-header__button-link.js-order-menu-trigger:hover, .is-menu-open .b-header__button.is-open .b-header__button-link.js-order-menu-trigger {
  background: var(--color-accent);
  color: var(--color-light);
}
.b-header__button-link.js-order-menu-trigger {
  min-width: 0;
  width: auto;
  padding-left: 1.15rem;
  padding-right: 1.15rem;
  font-size: 0.82rem;
}
@media (max-width: 768px) {
  .b-header__button-link {
    font-size: 0.75rem;
    min-width: 5rem;
  }
  .b-header__button-link.js-order-menu-trigger {
    width: 100%;
    padding-left: 0.9rem;
    padding-right: 0.9rem;
    font-size: 0.68rem;
  }
}

.is-menu-open .b-header__order-link {
  background: var(--color-light);
  color: var(--color-accent);
}
.is-menu-open .b-header__order-link:hover {
  background: var(--color-accent);
  color: var(--color-light);
}

.b-header__floating-button {
  position: relative;
  min-width: 0;
  padding-left: 1.15rem;
  padding-right: 1.15rem;
  font-size: 0.82rem;
  z-index: 2;
  background: var(--color-accent);
  color: var(--color-light);
}
.b-header__floating-button:hover {
  background: var(--color-light);
  color: var(--color-accent);
}
@media (max-width: 768px) {
  .b-header__floating-button {
    padding-left: 0.9rem;
    padding-right: 0.9rem;
    font-size: 0.68rem;
  }
}

.b-header__floating-actions {
  position: fixed;
  right: 1.5rem;
  bottom: 1.5rem;
  display: flex;
  align-items: center;
  gap: 0;
  z-index: 20;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition: opacity var(--transition-standard), visibility var(--transition-standard);
}
.b-header__floating-actions.is-dismissed {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.b-header__floating-actions.is-hidden-near-footer {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
@media (max-width: 768px) {
  .b-header__floating-actions {
    left: var(--padding-side);
    bottom: var(--padding-side);
  }
}

.b-header__floating-close {
  position: relative;
  z-index: 1;
  min-width: 0;
  width: 3rem;
  padding-left: 0;
  padding-right: 1rem;
  margin-right: -0.9rem;
  font-size: 0.82rem;
  opacity: 1;
  transform: translateX(0.5rem);
  pointer-events: auto;
  appearance: none;
  -webkit-appearance: none;
  border: none;
  background: var(--color-light);
  color: var(--color-accent);
  transition: opacity var(--transition-standard), transform var(--transition-standard), background var(--transition-standard), color var(--transition-standard);
}
.b-header__floating-close:hover {
  background: var(--color-accent);
  color: var(--color-light);
}
.b-header__floating-close span {
  display: block;
  line-height: 1;
}

.b-header__order-menu {
  position: absolute;
  top: 0;
  right: calc(100% - 1rem);
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0;
  opacity: 0;
  transform: translateX(0.35rem);
  pointer-events: none;
  z-index: 1;
  transition: opacity var(--transition-standard), transform var(--transition-standard);
}
.b-header__button.is-open .b-header__order-menu {
  opacity: 1;
  transform: translateX(0);
  pointer-events: auto;
}
@media (max-width: 768px) {
  .b-header__order-menu {
    top: calc(100% + 0.35rem);
    right: 0;
    flex-direction: column;
    align-items: stretch;
    width: max-content;
    transform: translateY(-0.25rem);
  }
  .b-header__button.is-open .b-header__order-menu {
    transform: translateY(0);
  }
}

.b-header__order-link {
  position: relative;
  min-width: 0;
  width: auto;
  white-space: nowrap;
  padding-left: 1.15rem;
  padding-right: 2.2rem;
  margin-right: -1.35rem;
  font-size: 0.82rem;
  opacity: 0;
  transform: translateX(0.35rem);
  transition: opacity var(--transition-standard), transform var(--transition-standard);
}
.b-header__button.is-open .b-header__order-link {
  opacity: 1;
  transform: translateX(0);
}
.b-header__order-link:last-child {
  margin-right: 0;
}
.b-header__order-link:nth-child(1) {
  z-index: 1;
  transition-delay: 0.18s;
}
.b-header__order-link:nth-child(2) {
  z-index: 2;
  transition-delay: 0.12s;
}
.b-header__order-link:nth-child(3) {
  z-index: 3;
  transition-delay: 0.06s;
}
.b-header__order-link:nth-child(4) {
  z-index: 4;
  transition-delay: 0s;
}
@media (max-width: 768px) {
  .b-header__order-link {
    min-width: 0;
    width: 100%;
    padding-left: 0.9rem;
    padding-right: 0.9rem;
    margin-right: 0;
    font-size: 0.68rem;
  }
}

.b-header__logo {
  opacity: 0;
  transition: opacity var(--transition-standard) 0.1s;
}
.page-template-page-home .b-header__logo {
  opacity: 1;
}
@media (max-width: 768px) {
  .page-template-page-home .b-header__logo {
    opacity: 0;
  }
}
.b-header__logo img {
  display: block;
  height: 1.7rem;
  width: auto;
}
@media (max-width: 768px) {
  .b-header__logo img {
    height: 1.2rem;
  }
}
.b-header__trigger:hover + .b-header__logo {
  opacity: 1;
}

.b-overlay {
  --pad-top: 6.5rem;
  --pad-bottom: 1.75rem;
  --menu-gap: 0.25rem;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100vw;
  height: 100%;
  padding: var(--pad-top) var(--padding-side) var(--pad-bottom);
  background-color: var(--color-accent);
  color: var(--color-light);
  opacity: 0;
  pointer-events: none;
  transition: opacity var(--transition-standard);
}
@media (max-width: 768px) {
  .b-overlay {
    --pad-top: 4.5rem;
    --pad-bottom: 1.25rem;
  }
}
.is-menu-open .b-overlay {
  opacity: 1;
  pointer-events: auto;
}

.b-overlay__menu {
  --items: 2;
  --lh: 0.9;
  display: flex;
  flex-direction: column;
  list-style-type: none;
  height: calc(100vh - var(--pad-top) - var(--pad-bottom));
  gap: var(--menu-gap);
  justify-content: flex-start;
  font-family: var(--font-highlight);
  text-transform: uppercase;
  line-height: var(--lh);
  font-size: clamp(2rem, (100vh - var(--pad-top) - var(--pad-bottom) - var(--menu-gap) * (var(--items) - 1)) / (var(--items) * var(--lh)), 8rem);
}
@media (max-width: 768px) {
  .b-overlay__menu {
    font-size: 2.25rem;
    justify-content: flex-start;
  }
}
.b-overlay__menu .sub-menu {
  display: flex;
  flex-direction: column;
  list-style-type: none;
  gap: var(--menu-gap);
  padding-left: 1.75em;
  line-height: var(--lh);
}
.b-overlay__menu .sub-menu li {
  line-height: var(--lh);
  min-height: calc(1em * var(--lh));
}
.b-overlay__menu .sub-menu a {
  display: block;
  line-height: var(--lh);
}
@media (max-width: 768px) {
  .b-overlay__menu .sub-menu {
    font-size: 1.75rem;
    padding-left: 1rem;
    padding-top: 0.5rem;
  }
}
.b-overlay__menu li {
  line-height: var(--lh);
  min-height: calc(1em * var(--lh));
  overflow: visible;
}
.b-overlay__menu li a {
  display: block;
  line-height: var(--lh);
  overflow: visible;
}
@media (min-width: 769px) {
  .b-overlay__menu li a:hover {
    font-weight: 400;
  }
}

html[lang^=de] .b-overlay__menu {
  --lh: 1.2;
}

.b-overlay__lang {
  position: absolute;
  bottom: 1.25rem;
  z-index: 11;
  right: calc(0.5rem + var(--padding-side));
  list-style-type: none;
  display: flex;
  gap: 0.75em;
  font-size: 0.65rem;
}
.b-overlay__lang .wpml-ls-current-language {
  text-decoration: underline;
}
.b-overlay__lang li {
  display: flex;
}
.b-overlay__lang li:not(:last-child)::after {
  content: "|";
  display: inline-block;
  margin-left: 0.75em;
  opacity: 0.5;
}

.b-footer {
  padding: 1.75rem var(--padding-side);
  color: var(--color-grey-med);
  text-transform: uppercase;
}
.error404 .b-footer {
  display: none;
}
@media (max-width: 768px) {
  .page-template-page-calculator .b-footer {
    padding-bottom: 10rem;
  }
}
@media (max-width: 768px) {
  .b-footer {
    padding: var(--padding-side);
  }
}

.b-footer__container {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.75rem 2.5rem;
  border-radius: 1rem;
  box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.25);
}
@media (max-width: 768px) {
  .b-footer__container {
    padding: var(--padding-side);
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.2rem 1.6rem;
  }
}

.b-footer__newsletter {
  color: var(--color-accent);
  max-width: 10rem;
}
.b-footer:not(:has(.b-footer__logo)) .b-footer__newsletter {
  max-width: 14rem;
}
.b-footer__newsletter a {
  text-decoration: none;
}
.b-footer__newsletter a:hover {
  text-decoration: underline;
}
@media (max-width: 768px) {
  .b-footer__newsletter a {
    text-decoration: underline;
  }
}
@media (max-width: 768px) {
  .b-footer__newsletter {
    order: 3;
    grid-column: span 4;
    text-wrap: balance;
    max-width: none;
  }
}

.b-footer__logo {
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .b-footer__logo {
    grid-column: span 2;
    order: 5;
  }
}

.b-footer__img {
  width: 4.5rem;
  margin-top: 0.5rem;
  filter: grayscale(100%);
}

.b-footer__col-title {
  margin-bottom: 1em;
}

.b-footer__col:not(.b-footer__col--social) a:hover {
  opacity: 0.6;
}

@media (max-width: 768px) {
  .b-footer__col {
    grid-column: span 4;
  }
}
@media (max-width: 768px) {
  .b-footer__col--legal, .b-footer__col--more {
    grid-column: span 2;
  }
  .b-footer__col--legal br, .b-footer__col--more br {
    display: none;
  }
}
@media (max-width: 768px) {
  .b-footer__col--legal {
    order: 4;
  }
}
@media (max-width: 768px) {
  .b-footer__col--more {
    order: 2;
  }
}
@media (max-width: 768px) {
  .b-footer__col--contact {
    order: 2;
    grid-column: span 2;
  }
}

.b-footer__menu {
  list-style-type: none;
  display: flex;
  flex-direction: column;
}

.b-footer__menu-lang {
  list-style-type: none;
  display: flex;
  gap: 0.25em;
}
.b-footer__menu-lang .wpml-ls-current-language {
  text-decoration: underline;
}
.b-footer__menu-lang li {
  display: flex;
}
.b-footer__menu-lang li:not(:last-child)::after {
  content: "|";
  display: inline-block;
  margin-left: 0.25em;
  opacity: 0.5;
}

.b-footer__social {
  list-style-type: none;
  display: flex;
  gap: 0.5rem;
  margin-bottom: 1rem;
}
.b-footer__social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  position: relative;
  overflow: hidden;
  border-radius: 5rem;
  box-shadow: inset -1px -1px 2px rgba(255, 255, 255, 0.35), inset 2px 2px 4px rgba(0, 0, 0, 0.06);
  background: rgba(255, 255, 255, 0.22);
  cursor: pointer;
  transition: background var(--transition-standard);
  font-size: 0;
  line-height: 0;
}
.b-footer__social a::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(-45deg, rgba(246, 241, 236, 0.45), rgba(246, 241, 236, 0.08) 60%, rgba(246, 241, 236, 0));
  opacity: 0.9;
  pointer-events: none;
}
.b-footer__social a:hover {
  background: rgba(246, 241, 236, 0.28);
}
.b-footer__social a::before {
  content: "";
  display: inline-block;
  width: 1.1rem;
  height: 1.1rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.65;
  transition: opacity var(--transition-standard);
  position: relative;
  z-index: 1;
}
.b-footer__social a:hover::before {
  opacity: 0.85;
}
.b-footer__social .icon-instagram a::before {
  background-image: url("resources/images/icon-instagram.svg");
}
.b-footer__social .icon-linkedin a::before {
  background-image: url("resources/images/icon-linkedin.svg");
}
.b-footer__social .icon-tiktok a::before {
  background-image: url("resources/images/icon-tiktok.svg");
}
.b-footer__social .icon-mail a::before {
  background-image: url("resources/images/icon-mail.svg");
}

.b-popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 15;
  background-color: rgba(41, 38, 33, 0.75);
  opacity: 0;
  pointer-events: none;
  transition: opacity var(--transition-standard);
}
.b-popup.is-active {
  opacity: 1;
  pointer-events: all;
}

.b-popup__window {
  position: absolute;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  width: 45rem;
  max-width: calc(100% - 2rem);
  height: 32.5rem;
  background-color: var(--color-light);
  border-radius: 1rem;
  overflow: hidden;
  transform: translate(-50%, -50%);
}
.b-popup__window--info {
  flex-direction: column;
}
@media (max-width: 768px) {
  .b-popup__window {
    flex-direction: column;
    max-height: calc(100dvh - 1rem);
    min-height: 60vh;
    width: 100%;
    max-width: 100%;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    top: initial;
    bottom: 0;
    left: 0;
    transform: translate(0, 0);
    height: auto;
    overflow-y: auto;
  }
}

.b-popup__image,
.b-popup__text {
  flex: 1 1 50%;
}
@media (max-width: 768px) {
  .b-popup__image,
  .b-popup__text {
    flex: 1 1 auto;
    width: 100%;
  }
}

.b-popup__image {
  overflow: hidden;
  height: 100%;
  width: 100%;
}
.b-popup__image picture,
.b-popup__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.b-popup__text {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  padding: 4rem 1.5rem 2rem;
  height: 100%;
  color: var(--color-accent);
  text-align: center;
}
.b-popup:not(:has(.b-popup__image)) .b-popup__text {
  padding-left: 3rem;
  padding-right: 3rem;
}
.b-popup__text p {
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
  .b-popup__text {
    width: 100%;
    min-height: 60vh;
    height: auto;
    justify-content: center;
    padding-top: 5rem;
    padding-bottom: 1rem;
  }
}
.b-popup__text .mc4wp-form {
  max-width: 100%;
}

.b-popup__title {
  margin-bottom: 1.5rem;
  font-size: 2.5rem;
}

.b-popup__logo {
  position: absolute;
  top: 1.5rem;
  left: 50%;
  transform: translateX(-50%);
  width: 2rem;
  height: auto;
}

.b-popup__button {
  display: inline-block;
  padding: 0.5rem 2rem;
  margin-top: 1rem;
  min-width: 0;
}

.b-popup__close {
  position: absolute;
  right: 1rem;
  top: 1rem;
  height: 1.9rem;
  width: 1.9rem;
  z-index: 3;
  display: flex;
  justify-content: center;
  align-items: center;
  appearance: none;
  background-color: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(8px) saturate(140%);
  box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.25);
  border-radius: 2rem;
  cursor: pointer;
  transition: background-color var(--transition-standard);
}
.b-popup__close svg {
  stroke: var(--color-grey-med);
  transition: stroke var(--transition-standard);
  width: 1rem;
  height: 1rem;
}
.b-popup__close:hover {
  background-color: var(--color-accent);
}
.b-popup__close:hover svg {
  stroke: var(--color-light);
}

.c-404 {
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 8rem var(--padding-side) 2rem;
  text-align: center;
}
body:has(.c-404) {
  background-color: var(--color-accent);
  color: var(--color-light);
}
@media (max-width: 768px) {
  .c-404 {
    padding: 7rem var(--padding-side) 1.5rem;
  }
}

.c-404__title {
  margin-top: auto;
  margin-bottom: auto;
  color: var(--color-light);
}

.c-404__text {
  margin-top: auto;
  margin-bottom: 0;
}

.c-calculator {
  padding: 6rem var(--padding-side-extra) 4.5rem;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media (max-width: 768px) {
  .c-calculator {
    padding-bottom: 8rem;
  }
}

.c-calculator__title {
  margin-bottom: 4.5rem;
}
@media (max-width: 768px) {
  .c-calculator__title {
    text-align: center;
  }
}

.c-calculator__grid {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 4rem;
}
@media (max-width: 768px) {
  .c-calculator__grid {
    display: block;
  }
}

.c-calculator__content {
  margin-top: 8.5rem;
}
@media (max-width: 768px) {
  .c-calculator__content {
    margin-top: 4.5rem;
  }
}

.c-calculator__boxes {
  flex: 0 0 66%;
}
@media (max-width: 1100px) {
  .c-calculator__boxes {
    width: 100%;
  }
}

.c-calculator__results {
  flex: 0 0 25%;
  padding-top: 6.5rem;
  margin-top: -6.5rem;
  height: auto;
  position: sticky;
  top: 0;
}
@media (max-width: 1100px) {
  .c-calculator__results {
    width: 100%;
    padding-top: 0;
    margin-top: 0;
  }
}
@media (max-width: 768px) {
  .c-calculator__results {
    position: fixed;
    left: var(--padding-side);
    right: var(--padding-side);
    bottom: var(--padding-side);
    top: initial;
    z-index: 8;
    padding-right: 0;
    margin-top: 0;
    width: auto;
  }
}

.c-calculator__tabs {
  position: relative;
  display: grid;
  grid-auto-flow: column;
  /* 🔑 cada columna: 10rem si cap, si no es reparteix el que hi ha (tots iguals) */
  grid-auto-columns: minmax(0, 10rem);
  width: fit-content;
  align-items: stretch;
  padding: 0;
  border-radius: 5rem;
  background: var(--color-light);
  box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.25);
  overflow: hidden;
}
@media (max-width: 768px) {
  .c-calculator__tabs:not(:last-child) {
    margin-bottom: 0.8rem;
  }
  .c-calculator__tabs--mobile {
    width: 100%;
    display: grid;
    grid-auto-flow: row;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.c-calculator__tabs__item {
  /* 👇 ja no fa falta flex: 1 1 10rem */
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 1rem;
  border-radius: 5rem;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  white-space: nowrap;
  word-break: keep-all;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
  transition: color var(--transition-standard);
  color: var(--color-grey-med);
  position: relative;
  z-index: 1;
  font-size: 0.75rem;
}
@media (max-width: 768px) {
  .c-calculator__tabs__item.is-active {
    border-radius: 5rem;
    background: var(--color-accent);
    box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.25);
    transition: transform var(--transition-standard), width var(--transition-standard);
  }
}
@media (max-width: 768px) {
  .c-calculator__tabs__item {
    width: 100%;
  }
}

.c-calculator__tabs__indicator {
  position: absolute;
  top: 0rem;
  bottom: 0rem;
  left: 0rem;
  border-radius: 5rem;
  background: var(--color-accent);
  box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.25);
  transition: transform var(--transition-standard), width var(--transition-standard);
}

.c-calculator__tabs__item:hover {
  color: var(--color-accent);
}

.c-calculator__tabs__item.is-active {
  color: var(--color-light);
}

.c-calculator__results {
  padding-right: 1rem;
}
@media (max-width: 768px) {
  .c-calculator__results {
    margin-top: 4rem;
  }
}
.c-calculator__results .results__title {
  margin-bottom: 0.8rem;
}
.c-calculator__results .results__subtitle {
  margin-bottom: 2.4rem;
}
.c-calculator__results .results__selection ul,
.c-calculator__results .results__nutrition ul {
  list-style-type: none;
}
.c-calculator__results .results__selection {
  padding: 1rem 0;
  margin-bottom: 2.4rem;
  border-top: 0.5px solid var(--color-dark);
  border-bottom: 0.5px solid var(--color-dark);
}
.c-calculator__results .results__selection ul {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.c-calculator__results .selected__el {
  display: flex;
  justify-content: flex-start;
  gap: 0.25rem;
  align-items: baseline;
}
.c-calculator__results .delete-element {
  text-transform: uppercase;
}
.c-calculator__results .delete-element {
  margin-left: auto;
  cursor: pointer;
}
.c-calculator__results .results__button {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  width: 100%;
  border: none;
  font-size: 0.85rem;
  line-height: 1.1;
  letter-spacing: 0.02em;
}
@media (max-width: 768px) {
  .c-calculator__results .results__button {
    font-size: 0.75rem;
    color: var(--color-accent);
  }
}
@media (max-width: 768px) {
  .c-calculator__results .results__button:hover {
    background-color: var(--color-accent);
    color: var(--color-light);
  }
}
.c-calculator__results .results__summary {
  display: grid;
  gap: 0.6rem;
}
.c-calculator__results .results__toggle {
  display: none;
}
.c-calculator__results .results__kcal {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 2.4rem;
}
.c-calculator__results .results__warning {
  margin-bottom: 2.4rem;
}
.c-calculator__results .results__nutrition {
  margin-bottom: 2.4rem;
}
.c-calculator__results .results__nutrition ul {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
}
.c-calculator__results .results__nutrition ul li {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .c-calculator__results {
    padding-right: 0;
  }
  .c-calculator__results .results {
    background: var(--color-accent);
    color: var(--color-light);
    border-radius: 0.65rem;
    padding: 0.65rem;
    box-shadow: none;
  }
  .c-calculator__results .results__details {
    display: none;
    padding-bottom: 0.65rem;
    margin-bottom: 0.65rem;
    border-bottom: 0.5px solid rgba(246, 241, 236, 0.45);
  }
  .c-calculator__results .results__kcal {
    margin-bottom: 0;
  }
  .c-calculator__results .results__button {
    width: 100%;
  }
  .c-calculator__results .results__toggle {
    display: inline-block;
    width: 100%;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    border: none;
    font-size: 0.75rem;
    line-height: 1.1;
    letter-spacing: 0.02em;
    color: var(--color-accent);
  }
  .c-calculator__results .results__toggle:hover {
    background-color: var(--color-light);
    color: var(--color-accent);
  }
  .c-calculator__results .results__title {
    margin-bottom: 0.5rem;
  }
  .c-calculator__results .results__subtitle,
  .c-calculator__results .results__selection,
  .c-calculator__results .results__nutrition {
    margin-bottom: 0.8rem;
  }
  .c-calculator__results .results__selection {
    padding: 0.6rem 0;
    border-top: 0.5px solid rgba(246, 241, 236, 0.45);
    border-bottom: 0.5px solid rgba(246, 241, 236, 0.45);
  }
  .c-calculator__results .results__nutrition ul {
    gap: 0.35rem;
  }
}

@media (max-width: 768px) {
  .c-calculator__results.is-expanded .results__details {
    display: block;
  }
}

.c-calculator__content-box {
  display: none;
}
.c-calculator__content-box.is-active {
  display: block;
}

.product {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 1.6rem;
}
.product--bowl {
  width: 100%;
  margin-bottom: 0 !important;
  align-items: flex-start;
}
.product:not(:last-child) {
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  .product {
    gap: 0.75rem;
    flex-direction: column;
  }
}

.bowl:not(:last-child) {
  margin-bottom: 2.5rem;
}

.dotter-tag {
  min-width: 3rem;
}

.product__image {
  flex-shrink: 0;
  width: 10rem;
  height: 8rem;
  border-radius: 0.5rem;
  overflow: hidden;
}
.product__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  mix-blend-mode: multiply;
}
@media (max-width: 768px) {
  .product__image img {
    object-fit: contain;
  }
}
@media (max-width: 1100px) {
  .product__image {
    width: 8rem;
    height: 6.4rem;
  }
}
@media (max-width: 768px) {
  .product__image {
    width: 100%;
    height: auto;
  }
}

.product__size {
  margin-top: 1rem;
  display: flex;
  gap: 1rem;
  align-items: baseline;
}

.product__size__buttons {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  margin-top: 0.5rem;
}

.product__size__buttons .c-selector__btn {
  width: auto;
  justify-content: flex-start;
  gap: 0.75rem;
}

.product__last {
  display: flex;
  flex-grow: 1;
  align-items: flex-end;
  justify-content: flex-start;
  gap: 2rem;
}

@media (max-width: 768px) {
  .product__info {
    width: 100%;
  }
}

.product__add {
  margin-left: auto;
}

.product__buttons {
  display: flex;
  gap: 0.5rem;
}

.product__kcal {
  margin-top: 0.5rem;
}

.product__description {
  margin-top: 0.5rem;
  font-size: 0.7rem;
  text-transform: capitalize;
  max-width: 15rem;
}
@media (max-width: 768px) {
  .product__description {
    max-width: none;
  }
}

.product__counter {
  display: none;
  justify-content: center;
  align-items: center;
  margin: 0;
  margin-top: 1rem;
  gap: 0.05rem;
  border-radius: 5px;
  line-height: 1;
  color: var(--color-grey-med);
}
.product.is-counting .product__counter {
  display: flex;
}
.product__counter .counter {
  width: 0.5rem;
  height: 0.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  font-size: 0.7rem;
}
.product__counter .number {
  width: 1rem;
  text-align: center;
}
.product__counter .buttons-bottom {
  display: flex;
  gap: 0.25rem;
}
.product--bowl .product__counter {
  flex-direction: column;
  align-items: flex-end;
  gap: 1.1rem;
}
@media (max-width: 768px) {
  .product--bowl .product__counter {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 0.25rem;
  }
}

.add__button {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  width: 100%;
  min-width: 5.5rem;
  border: none;
  font-size: 0.85rem;
  line-height: 1.1;
  letter-spacing: 0.02em;
}
@media (max-width: 1100px) {
  .add__button {
    min-width: 4.5rem;
    font-size: 0.75rem;
  }
}

.bowling {
  display: none;
  padding-top: 2rem;
  margin-left: 11.6rem;
}
@media (max-width: 768px) {
  .bowling {
    margin-left: 0;
  }
}

.bowling-title {
  margin-bottom: 1.5rem;
}

.bowling__row {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding-top: 0.5rem;
}
.bowling__row .dotter-tag {
  flex: 0 0 auto;
}
.bowling__row .ingredient__container {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.bowling__row .c-selector__btn {
  width: auto;
  justify-content: flex-start;
  gap: 0.75rem;
}

.bowling .c-selector__btn {
  width: auto;
  justify-content: flex-start;
  gap: 0.75rem;
}

.cyo__title {
  margin-bottom: 1.8rem;
}
@media (max-width: 768px) {
  .cyo__title {
    margin-bottom: 1.5rem;
  }
}

.cyo__sizes {
  position: relative;
  display: inline-flex;
  flex-wrap: nowrap;
  align-items: stretch;
  padding: 0;
  border-radius: 5rem;
  background: var(--color-light);
  box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.25);
  overflow: hidden;
  flex: 0 0 auto;
  align-self: flex-start;
  width: auto;
}
@media (max-width: 768px) {
  .cyo__sizes {
    width: 100%;
  }
}

.cyo__sizes__indicator {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  border-radius: 5rem;
  background: var(--color-accent);
  box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.25);
  transition: transform var(--transition-standard), width var(--transition-standard);
}

.cyo__sizes__item {
  flex: 0 0 10rem;
  min-width: 10rem;
  max-width: 10rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 1rem;
  border-radius: 5rem;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  cursor: pointer;
  transition: color var(--transition-standard);
  color: var(--color-grey-med);
  position: relative;
  z-index: 1;
  font-size: 0.75rem;
  border: 0;
  background: transparent;
  appearance: none;
}
@media (max-width: 768px) {
  .cyo__sizes__item {
    flex: 1 1 50%;
    mix-width: 0;
    max-width: none;
  }
}

.cyo__sizes__item:hover {
  color: var(--color-accent);
}

.cyo__sizes__item.is-active {
  color: var(--color-light);
}

.separator {
  border-bottom: 0.5px solid var(--color-grey-med);
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.kind {
  /* el counter a la dreta */
  /* “dot” style: per defecte buit, quan actiu ple */
  /* Disabled */
}
.kind.cyo__base {
  margin-top: 6.5rem;
}
@media (max-width: 768px) {
  .kind.cyo__base {
    margin-top: 3rem;
  }
}
.kind .ingredient__container {
  display: grid;
  grid-template-columns: repeat(6, 7rem);
  justify-content: flex-start;
  gap: 0.4rem;
  margin-top: 1.2rem;
  margin-bottom: 1.6rem;
  border-bottom: 0.5px solid var(--color-grey-med);
  padding-bottom: 1rem;
}
@media (max-width: 768px) {
  .kind .ingredient__container {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 400px) {
  .kind .ingredient__container {
    grid-template-columns: repeat(2, 1fr);
  }
}
.kind .ingredient {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  cursor: pointer;
}
.kind .ingredient__pic {
  width: 3.25rem;
  height: auto;
  aspect-ratio: 6/5;
  object-fit: contain;
  display: block;
  margin-inline: auto;
}
.kind .ingredient__clicker {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: auto;
  cursor: inherit;
  z-index: 5;
}
.kind .ingredient__bottom {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
}
.kind .ingredient__counter {
  margin-left: auto;
  display: flex;
  gap: 0.35rem;
  align-items: center;
}
.kind .c-selector__dot {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 999px;
  border: 1px solid var(--color-grey-med);
  background: transparent;
  flex: 0 0 auto;
  transform: translateY(2px);
}
.kind .ingredient.is-active .c-selector__dot {
  background: var(--color-grey-med);
}
.kind .ingredient.is-disabled:not(.is-active) {
  opacity: 0.35;
  pointer-events: none;
  cursor: not-allowed;
}
.kind .ingredient.is-disabled .ingredient__clicker,
.kind .ingredient.is-disabled .icounter {
  pointer-events: none;
  cursor: not-allowed;
}

.cyo__row-title {
  margin-bottom: 0.2rem;
}

#cyo .ingredient__counter {
  display: none;
}

.c-create {
  padding: 5.5rem var(--padding-side-extra) 4.5rem;
}

.c-create__vids {
  margin-top: 6.5rem;
  display: flex;
  gap: 3rem;
}
@media (max-width: 768px) {
  .c-create__vids {
    gap: 0.8rem;
  }
}

.c-create__vid {
  flex: 1;
  position: relative;
  aspect-ratio: 9/16;
  border-radius: 0.5rem;
  overflow: hidden;
}
.c-create__vid video {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity var(--transition-standard);
}
.c-create__vid.is-playing video {
  opacity: 1;
}
.c-create__vid.is-playing .c-create__vid-poster {
  opacity: 0;
}
@media (max-width: 768px) {
  .c-create__vid {
    aspect-ratio: 10/7;
  }
}

.c-create__vid-poster {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 1;
  transition: opacity var(--transition-standard);
}

.c-create__form {
  margin-top: 6rem;
  display: grid;
  gap: 3rem;
  grid-template-rows: repeat(3, auto);
  grid-template-areas: "a b" "c d" "c e";
  grid-template-columns: 1fr min-content;
}
@media (max-width: 768px) {
  .c-create__form {
    margin-top: 3rem;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto auto auto;
    grid-template-areas: "a" "c" "d" "b" "e";
    gap: 2rem;
  }
}

.c-create__instructions {
  grid-area: a;
  padding: 0.4rem 0.6rem 0.4rem 0;
  border-bottom: 1px solid var(--color-dark);
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1rem;
}
.c-create__order {
  grid-area: b;
  text-align: right;
}
@media (max-width: 768px) {
  .c-create__order {
    text-align: center;
  }
}

.c-create__order-button {
  padding: 0.45rem 1rem;
  min-width: 10rem;
  vertical-align: top;
}

.c-create__selector {
  grid-area: c;
  padding-top: 2rem;
}
@media (min-width: 1801px) {
  .c-create__selector {
    padding-right: 5vw;
  }
}
@media (max-width: 768px) {
  .c-create__selector {
    padding-top: 0;
  }
}

.c-selector {
  display: flex;
  justify-content: space-between;
  gap: 3rem 1rem;
}
@media (max-width: 1300px) {
  .c-selector {
    flex-wrap: wrap;
    justify-content: flex-start;
    flex-direction: column;
  }
}

.c-selector__list {
  margin-top: 1.75rem;
  padding-right: 0.75rem;
  list-style-type: none;
  display: grid;
  gap: 0.75rem;
}
@media (max-width: 768px) {
  .c-selector__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.5rem 1.5rem;
  }
}

.c-selector__title {
  margin-bottom: 0.2rem;
}

.c-selector__title-count {
  margin-right: 1em;
}

.c-selector__meta {
  color: var(--color-grey-med);
}

.c-selector__item {
  text-transform: uppercase;
}

.c-selector__btn {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  text-align: left;
  background: transparent;
  border: 0;
  padding: 0;
  cursor: pointer;
  color: var(--color-grey-med);
}

.c-selector__btn--static {
  cursor: default;
  pointer-events: none;
}

.c-selector__dot {
  width: 9px;
  height: 9px;
  border: 1.5px solid var(--color-grey-med);
  border-radius: 999px;
  flex: 0 0 auto;
}
.c-selector__btn.is-selected .c-selector__dot {
  background: var(--color-grey-med);
}

.c-selector__ingredient {
  text-align: center;
  flex-grow: 1;
  padding-right: 1rem;
}

.c-selector__btn-text {
  text-transform: uppercase;
}

.c-create__claim {
  align-self: end;
  padding-top: 2rem;
  grid-area: d;
}

.c-create__claim-wrap {
  display: flex;
  align-items: baseline;
  gap: 1.25rem;
  justify-content: space-between;
}

.c-create__calculator {
  grid-area: e;
  display: flex;
}

.c-create__link {
  flex: 0;
  display: inline-flex;
  align-items: flex-end;
  gap: 0.5rem;
}
.c-create__link span {
  flex: 0;
}

.c-create__link-arrow {
  height: 0.7em;
  width: 0.7em;
  flex: 0 0 auto;
  transform: translateY(-0.05em);
}
.c-create__link-arrow path {
  fill: var(--color-accent);
}

.c-create__slider {
  overflow: hidden;
  margin-left: calc(-1 * var(--padding-side));
  margin-right: calc(-1 * var(--padding-side));
  padding-left: var(--padding-side);
  padding-right: var(--padding-side);
  width: calc(100% + var(--padding-side) * 2);
  margin-top: 2rem;
}

.c-create__slider-container {
  width: 100%;
  overflow: visible;
}
.c-create__slider-container .swiper-wrapper {
  align-items: stretch;
}

.c-create__slider-slide {
  border-radius: 0.5rem;
  overflow: hidden;
  aspect-ratio: 10/7;
  background: rgba(255, 255, 255, 0.06);
}

.c-create__slider-vid {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.c-contact {
  padding: 8rem var(--padding-side-extra) 4rem;
}
@media (max-width: 768px) {
  .c-contact {
    padding-top: 6rem;
  }
}

.c-contact__title {
  margin-bottom: 4.5rem;
}
@media (max-width: 768px) {
  .c-contact__title {
    text-align: center;
    margin-bottom: 3rem;
  }
}

.c-contact__grid {
  row-gap: 6.5rem;
}
@media (max-width: 768px) {
  .c-contact__grid {
    display: flex;
    flex-direction: column;
    gap: 2rem;
  }
}

.c-contact__form {
  grid-column: 1/span 7;
  padding-right: 4.1666666667vw;
}
@media (max-width: 768px) {
  .c-contact__form {
    padding-right: 0;
    order: 2;
  }
}

.c-contact__intro {
  grid-column: 9/span 4;
}
@media (max-width: 768px) {
  .c-contact__intro {
    order: 1;
    text-align: center;
  }
}

.c-contact__note {
  grid-column: 8/span 5;
  grid-row: 2/span 1;
  display: grid;
  grid-template-columns: subgrid;
}
@media (max-width: 768px) {
  .c-contact__note {
    order: 3;
  }
}

.c-contact__note-tag {
  grid-column: span 1;
  margin-bottom: 0.5rem;
}

.c-contact__note-text {
  grid-column: span 4;
  padding-right: 4.1666666667vw;
}

.c-contact .wpcf7 {
  /* FILE FIELD (Upload attachment + Browse file) */
  /* CF7 wrap + input: fora del layout */
}
.c-contact .wpcf7 input[type=text],
.c-contact .wpcf7 input[type=email],
.c-contact .wpcf7 select,
.c-contact .wpcf7 textarea {
  width: 100%;
  padding: 0.2rem;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid var(--color-grey-med);
  text-transform: uppercase;
}
.c-contact .wpcf7 input[type=text]:focus,
.c-contact .wpcf7 input[type=email]:focus,
.c-contact .wpcf7 select:focus,
.c-contact .wpcf7 textarea:focus {
  outline: none;
  border-bottom-color: var(--color-accent);
}
.c-contact .wpcf7 select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  cursor: pointer;
  color: var(--color-grey-med);
}
.c-contact .wpcf7 select:has(option:first-child:checked) {
  color: var(--color-grey-med);
}
.c-contact .wpcf7 select:not(:has(option:first-child:checked)) {
  color: var(--color-dark);
}
.c-contact .wpcf7 input[type=submit] {
  margin-top: 2.4rem;
  appearance: none;
  -webkit-appearance: none;
  border: none;
  display: block;
  margin-left: auto;
  width: 10rem;
}
.c-contact .wpcf7 .c-file {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.25rem;
}
.c-contact .wpcf7 .c-file__field {
  flex: 1 1 auto;
  min-width: 0;
  padding: 0.2rem 0;
  border-bottom: 1px solid var(--color-grey-med);
}
.c-contact .wpcf7 .c-file__value {
  text-transform: uppercase;
  opacity: 0.7;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.c-contact .wpcf7 .c-file__btn {
  margin-left: auto;
  flex: 0 0 auto;
  cursor: pointer;
  user-select: none;
  width: 10rem;
}
@media (max-width: 768px) {
  .c-contact .wpcf7 .c-file__btn {
    width: auto;
  }
}
.c-contact .wpcf7 .c-file .wpcf7-form-control-wrap {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}
.c-contact .wpcf7 .c-file__input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
  width: 1px;
  height: 1px;
}
.c-contact .wpcf7 .c-file:focus-within .c-file__field {
  border-bottom-color: var(--color-accent);
}

.c-ctaoptions {
  padding: 9rem var(--padding-side-extra) 6rem;
  background-color: var(--color-accent);
  color: var(--color-light);
  text-align: center;
}
@media (max-width: 768px) {
  .c-ctaoptions {
    padding: 3rem var(--padding-side) 4rem;
  }
}

.c-ctaoptions__block:not(:last-child) {
  margin-bottom: 6rem;
}
@media (max-width: 768px) {
  .c-ctaoptions__block:not(:last-child) {
    margin-bottom: 4rem;
  }
}

.c-ctaoptions__title {
  margin-bottom: 1.6rem;
}
@media (max-width: 768px) {
  .c-ctaoptions__title {
    margin-bottom: 1.2rem;
  }
}

.c-ctaoptions__text {
  margin-bottom: 1.6rem;
}
@media (max-width: 768px) {
  .c-ctaoptions__text {
    margin-bottom: 1.2rem;
  }
}

.c-ctaoptions__options {
  display: flex;
  gap: 2rem;
  justify-content: center;
  flex-wrap: wrap;
  align-items: stretch; /* IMPORTANT */
}
@media (max-width: 768px) {
  .c-ctaoptions__options {
    gap: 2rem;
  }
}

.c-ctaoptions__option {
  flex: 0 1 15rem;
  align-self: stretch; /* IMPORTANT */
  display: grid;
  grid-template-rows: auto 1fr auto;
}

.c-ctaoptions__option-heading {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.c-ctaoptions__option-title {
  margin-bottom: 0.2rem;
}

.c-ctaoptions__option-text {
  margin-top: 0.75rem;
  margin-bottom: 1.5rem;
}

.c-ctaoptions__option-buttons {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  justify-content: start;
  flex-wrap: wrap;
  width: 10rem;
  margin: 0 auto;
  min-height: 5rem;
}
@media (max-width: 768px) {
  .c-ctaoptions__option-buttons {
    min-height: 0;
  }
}

.c-ctaoptions__button {
  background: var(--color-light);
  color: var(--color-accent);
}
.c-ctaoptions__button:hover {
  background: var(--color-accent);
  color: var(--color-light);
}
@media (max-width: 768px) {
  .c-ctaoptions__button:hover {
    background: var(--color-light);
    color: var(--color-accent);
  }
}

.c-discover {
  height: 100vh;
  display: grid;
  overflow: hidden;
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 768px) {
  .c-discover {
    height: auto;
    grid-template-columns: 1fr;
  }
}

.c-discover__info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 4rem 3.2rem;
  gap: 1.6rem;
  text-align: center;
}
@media (max-width: 768px) {
  .c-discover__info {
    padding: 3rem var(--padding-side);
  }
}

.c-discover__buttons {
  display: flex;
  gap: 1.6rem;
}
@media (max-width: 768px) {
  .c-discover__buttons {
    flex-direction: column;
    width: 100%;
    gap: 0.8rem;
    align-items: center;
  }
}
.c-discover__buttons .o-button, .c-discover__buttons .c-officeform .wpcf7 input[type=submit], .c-officeform .wpcf7 .c-discover__buttons input[type=submit], .c-discover__buttons .c-calculator__results .results__button, .c-calculator__results .c-discover__buttons .results__button, .c-discover__buttons .add__button, .c-discover__buttons .c-contact .wpcf7 input[type=submit], .c-contact .wpcf7 .c-discover__buttons input[type=submit], .c-discover__buttons .c-contact .wpcf7 .c-file__btn, .c-contact .wpcf7 .c-discover__buttons .c-file__btn {
  width: max-content;
}

.c-discover__image-wrapper {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.05s ease;
}

.c-discover__image-wrapper.is-active {
  opacity: 1;
}

.c-discover__images {
  position: relative;
  overflow: hidden;
}
@media (max-width: 768px) {
  .c-discover__images {
    height: 100vw;
  }
}

.c-discover__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 768px) {
  .c-discover__image {
    aspect-ratio: 1/1;
  }
}

.c-discover__subtitle p:not(:last-child) {
  margin-bottom: 0.75em;
}

.c-legal {
  padding: 8rem var(--padding-side-extra) 4rem;
}
@media (max-width: 768px) {
  .c-legal {
    padding-top: 6rem;
  }
}

.c-legal__container {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 3.25rem 1.5rem;
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 768px) {
  .c-legal__container {
    display: block;
  }
}

.c-legal__intro {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem;
  grid-column: span 12;
}
@media (max-width: 768px) {
  .c-legal__intro {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 0.8rem;
    margin-bottom: 3rem;
  }
}

.c-legal__content {
  grid-column: 1/span 7;
}
.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: 3rem;
}
@media (max-width: 768px) {
  .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: 1.6rem;
  }
}
.c-legal__content p,
.c-legal__content ul,
.c-legal__content ol {
  margin-bottom: 1em;
}

.c-legal__paragraphs {
  grid-column: 1/span 7;
  display: grid;
  grid-template-columns: subgrid;
  gap: 1rem 1.5rem;
}
@media (max-width: 768px) {
  .c-legal__paragraphs {
    grid-template-columns: 1fr 11fr;
    gap: 1.5rem 1rem;
  }
}
.c-legal__paragraphs h1,
.c-legal__paragraphs h2,
.c-legal__paragraphs h3,
.c-legal__paragraphs h4,
.c-legal__paragraphs h5,
.c-legal__paragraphs h6 {
  margin-bottom: 3rem;
}
.c-legal__paragraphs p:not(:last-child),
.c-legal__paragraphs ul:not(:last-child),
.c-legal__paragraphs ol:not(:last-child) {
  margin-bottom: 1em;
}

.c-legal__paragraph {
  display: grid;
  grid-template-columns: subgrid;
  grid-column: 1/-1;
  align-items: baseline;
}

.c-legal__paragraph-title {
  grid-column: 1/span 2;
}
@media (max-width: 768px) {
  .c-legal__paragraph-title {
    grid-column: 1/span 1;
  }
}

/* ací canvie el nom a la teua classe real */
.c-legal__paragraph-content {
  grid-column: 3/span 5;
}
@media (max-width: 768px) {
  .c-legal__paragraph-content {
    grid-column: 2/span 6;
  }
}

.c-loading {
  position: fixed;
  z-index: 999;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: var(--padding-side);
  width: 100vw;
  height: 100vh;
  background-color: var(--color-light);
}
.c-loading.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
body:has(.c-loading:not(.is-hidden)) {
  overflow: hidden;
}

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

.c-loading__images {
  position: relative;
  width: 5rem;
  height: 5rem;
}

.c-loading__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  opacity: 0;
  transition: opacity 0.02s linear;
}
.c-loading__image.is-active {
  opacity: 1;
}

/* ============== LOCATIONS ====================== */
.c-locations {
  height: 100dvh;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
body:has(.c-locations) .b-footer {
  display: none;
}
@media (max-width: 768px) {
  body:has(.c-locations) .b-footer {
    display: block;
  }
}
@media (max-width: 768px) {
  .c-locations {
    grid-template-columns: 1fr;
    height: auto;
    padding-bottom: 4rem;
  }
}

/* ========== LEFT COLUMN (INFO) ====== */
.c-locations__info {
  height: 100dvh;
  min-height: 0;
  display: flex;
  flex-direction: column;
  gap: 5rem;
  padding: 8.5rem 2.8rem 3.2rem 3.2rem;
}
@media (max-width: 768px) {
  .c-locations__info {
    padding: 5rem 1.25rem 2rem;
    gap: 1.5rem;
    height: auto;
  }
}

.c-locations__info-top {
  flex: 0 0 auto;
}

.c-locations__pretag {
  margin-bottom: 3.25rem;
}
@media (max-width: 768px) {
  .c-locations__pretag {
    margin-bottom: 1.5rem;
  }
}

.c-locations__buttons {
  display: flex;
  gap: 0.75rem;
}

.c-locations__button {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
}
.c-locations__button.is-active {
  background-color: var(--color-accent);
  color: var(--color-light);
}

.c-locations__info-bottom {
  position: relative;
  z-index: 1;
  flex: 1 1 auto;
  min-height: 0;
  overflow: hidden;
}
.c-locations__info-bottom::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 4rem;
  background: linear-gradient(to top, var(--color-light), transparent);
  pointer-events: none;
}
@media (max-width: 768px) {
  .c-locations__info-bottom::after {
    display: none;
  }
}

/* ==========================================================================
   SLIDERS
   ========================================================================== */
.c-locations__sliders {
  position: relative;
  height: 100%;
  overflow: hidden;
}
@media (max-width: 768px) {
  .c-locations__sliders {
    height: 10rem;
  }
}

.c-locations__slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 0;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  /* Navigation */
}
.c-locations__slider.is-active {
  opacity: 1;
  pointer-events: auto;
}
.c-locations__slider .swiper-nav {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 10;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
  gap: 0.75rem;
  align-items: center;
}
@media (max-width: 768px) {
  .c-locations__slider .swiper-nav {
    justify-content: flex-start;
    gap: 0.5rem;
    top: 0;
    bottom: initial;
    height: auto;
  }
}
.c-locations__slider .swiper-prev,
.c-locations__slider .swiper-next {
  height: 1.9rem;
  width: 1.9rem;
  display: flex;
  justify-content: center;
  align-items: center;
  appearance: none;
  background-color: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(8px) saturate(140%);
  box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.25);
  border-radius: 2rem;
  cursor: pointer;
  transition: background-color var(--transition-standard);
}
.c-locations__slider .swiper-prev svg,
.c-locations__slider .swiper-next svg {
  width: 0.65rem;
  stroke: var(--color-grey-med);
  transition: stroke var(--transition-standard);
}
.c-locations__slider .swiper-prev:hover,
.c-locations__slider .swiper-next:hover {
  background-color: var(--color-accent);
}
.c-locations__slider .swiper-prev:hover svg,
.c-locations__slider .swiper-next:hover svg {
  stroke: var(--color-light);
}
.c-locations__slider .swiper-prev.is-hidden,
.c-locations__slider .swiper-next.is-hidden {
  opacity: 0;
  pointer-events: none;
}
.c-locations__slider .swiper-prev {
  left: 1.6rem;
}
.c-locations__slider .swiper-prev svg {
  transform: rotate(-90deg) translateX(2px);
}
.c-locations__slider .swiper-next {
  right: 1.6rem;
}
.c-locations__slider .swiper-next svg {
  transform: rotate(90deg) translateX(1px);
}

/* Slides content */
.c-locations__slide {
  height: auto;
  opacity: 0.3;
  transition: opacity var(--transition-standard);
}
.c-locations__slide.swiper-slide-active {
  opacity: 1;
}
.c-locations__slide:last-child {
  height: 100%;
}
.c-locations__slide--comingsoon {
  color: var(--color-grey-med);
}
.c-locations__slide--comingsoon .c-locations__slide-name,
.c-locations__slide--comingsoon .c-locations__slide-address {
  color: var(--color-grey-med);
}

.c-locations__comingsoon-tag {
  position: relative;
  display: flex;
  align-items: center;
  width: calc(100% - 3rem);
  overflow: hidden;
  white-space: nowrap;
  padding: 0.18rem 0;
  line-height: 1;
  color: var(--color-accent);
  text-transform: uppercase;
  margin-bottom: 0.25rem;
}

.c-locations__comingsoon-track {
  display: inline-flex;
  align-items: center;
  width: max-content;
  will-change: transform;
  animation: locations-comingsoon-marquee 10s linear infinite;
}

.c-locations__comingsoon-group {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
}

.c-locations__comingsoon-item {
  flex: 0 0 auto;
  padding: 0 0.85rem;
}

@keyframes locations-comingsoon-marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
@media (prefers-reduced-motion: reduce) {
  .c-locations__comingsoon-track {
    animation: none;
  }
}
.c-locations__slide-name {
  color: var(--color-accent);
}

.c-locations__slide-address {
  margin-bottom: 1.5rem;
  color: var(--color-accent);
}

.c-locations__slide-contact p:not(:last-child) {
  margin-bottom: 1em;
}
@media (max-width: 768px) {
  .c-locations__slide-contact {
    flex: 1 1 auto;
  }
}

@media (max-width: 768px) {
  .c-locations__slide-bottom {
    display: flex;
    gap: 0.5rem;
    align-items: flex-end;
    justify-content: space-between;
  }
}

.c-locations__slide-review {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  margin-top: 1.5rem;
  padding: 0.3rem 0.6rem;
}
.c-locations__slide-review svg {
  transform: translateY(-1px);
  width: 1rem;
  height: auto;
}
.c-locations__slide-review svg path {
  stroke: var(--color-grey-med);
}
.c-locations__slide-review:hover svg path {
  stroke: var(--color-light);
}
.c-locations__slide--comingsoon .c-locations__slide-review {
  display: none;
}
@media (max-width: 768px) {
  .c-locations__slide-review {
    flex: 0 0 auto;
  }
}

/* ======= RIGHT COLUMN (MEDIA) ============= */
.c-locations__media {
  position: relative;
}
.c-locations__media img,
.c-locations__media video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 768px) {
  .c-locations__media img,
  .c-locations__media video {
    aspect-ratio: 10/9;
  }
}
.c-locations__media.is-fading {
  opacity: 0.001;
  transition: opacity 180ms ease;
}
.c-locations__media:not(.is-fading) {
  opacity: 1;
  transition: opacity 180ms ease;
}

/* ======= PRELOAD ============= */
.c-locations__preload {
  position: fixed;
  left: -9999px;
  top: -9999px;
  width: 1px;
  height: 1px;
  opacity: 0.001;
  pointer-events: none;
  overflow: hidden;
}

.c-menu {
  padding: 8rem var(--padding-side-extra) 4.5rem;
}
@media (max-width: 768px) {
  .c-menu {
    padding: 6rem var(--padding-side) 4.5rem;
  }
}

.c-menu__link {
  margin-top: 6rem;
}
@media (min-width: 769px) {
  .c-menu__link a:hover {
    font-weight: 400;
  }
}

.c-menu__link-arrow {
  height: 0.6875em;
}
.c-menu__link-arrow--thin {
  display: none;
}
@media (min-width: 769px) {
  .c-menu__link a:hover .c-menu__link-arrow--thin {
    display: inline-block;
  }
}
@media (min-width: 769px) {
  .c-menu__link a:hover .c-menu__link-arrow--thick {
    display: none;
  }
}

.c-menu__list {
  margin-top: 6rem;
  gap: 4.25rem 3rem;
  list-style-type: none;
}
@media (max-width: 768px) {
  .c-menu__list {
    gap: 3rem 0.5rem;
    margin-top: 3rem;
    grid-template-columns: repeat(4, 1fr);
  }
}

.c-bowl {
  grid-column: span 4;
}

.c-bowl__pic {
  margin-bottom: 1.4rem;
}
.c-bowl__pic img {
  width: 100%;
  display: block;
  box-sizing: border-box;
  aspect-ratio: 4/3;
  border-radius: 0.5rem;
  object-fit: contain;
}
@media (max-width: 768px) {
  .c-bowl__pic {
    margin-bottom: 1.2rem;
  }
}

.c-bowl__header {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
}

.c-bowl__price {
  margin-left: auto;
}

.c-bowl__price,
.c-bowl__extra {
  opacity: 0.5;
}

.c-bowl__info {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  padding: 0 0.4rem;
}
@media (max-width: 768px) {
  .c-bowl__info {
    gap: 1rem;
  }
}

.c-bowl__nutrients-container {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.c-bowl__nutrients {
  opacity: 0.5;
  display: flex;
  gap: 0.25rem 0.75rem;
  justify-content: space-between;
  list-style-type: none;
  flex-wrap: wrap;
}

.c-bowl__nutrient--tag {
  flex: 0 0 100%;
}

.c-moments {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 100vh 50vw;
}
@media (max-width: 768px) {
  .c-moments {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }
  .c-moments > .c-moments__image ~ .c-moments__image {
    display: none;
  }
}

.c-moments__info {
  padding: 1.5rem var(--padding-side) 4.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 4rem;
}
@media (max-width: 768px) {
  .c-moments__info {
    display: grid;
    grid-template-columns: 1fr 8fr;
    grid-template-rows: auto auto;
    align-items: baseline;
    gap: 0.5rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

@media (max-width: 768px) {
  .c-moments__counter {
    grid-column: 1/span 1;
    margin-bottom: 0;
  }
}

.c-moments__text p:not(:last-child),
.c-moments__text ul:not(:last-child),
.c-moments__text ol:not(:last-child) {
  margin-bottom: 1rem;
}
.c-moments__text--1 {
  width: 66%;
}
@media (max-width: 768px) {
  .c-moments__text--1 {
    width: auto;
    grid-column: 2/span 1;
  }
}
.c-moments__text--2 {
  margin-left: 50%;
}
@media (max-width: 768px) {
  .c-moments__text--2 {
    margin-left: 0;
    margin-top: 2.5rem;
    grid-column: 1/span 2;
  }
}

.c-moments__foot {
  margin-left: 50%;
}
@media (max-width: 768px) {
  .c-moments__foot {
    margin-left: 0;
    grid-column: 1/span 2;
    font-family: var(--font-base);
    text-transform: none;
    font-size: 0.75rem;
    line-height: 1.1;
    letter-spacing: 0.01em;
    margin-top: 1.5rem;
  }
}

.c-moments__image {
  overflow: hidden;
}
.c-moments__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 768px) {
  .c-moments__image img {
    aspect-ratio: 9/10;
  }
}

@media (max-width: 768px) {
  .c-moments__title {
    grid-column: 2/span 1;
    /* font-family: var(--font-base);
    text-transform: none;
    font-size: 0.75rem;
    line-height: 1.1;
    letter-spacing: 0.01em;
    margin-bottom: 1rem; */
  }
}

.c-officeform {
  padding: 8rem calc(2 * var(--padding-side)) 4rem;
}
@media (max-width: 768px) {
  .c-officeform {
    padding: 3rem var(--padding-side) 2rem;
  }
}

.c-officeform__pretag {
  grid-column: 1/span 4;
}
.c-officeform__pretag br {
  display: none;
}

.c-officeform__form {
  grid-column: 6/span 7;
}

.c-officeform .wpcf7 {
  position: relative;
}
.c-officeform .wpcf7 .c-officeform-form__section {
  margin-bottom: 2.5rem;
  padding: 0;
  border: none;
}
.c-officeform .wpcf7 .c-officeform-form__title {
  margin-bottom: 1.25rem;
  opacity: 0.9;
}
.c-officeform .wpcf7 .c-officeform-form__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 1rem;
  row-gap: 1.25rem;
}
@media (max-width: 768px) {
  .c-officeform .wpcf7 .c-officeform-form__grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    row-gap: 1rem;
  }
}
.c-officeform .wpcf7 .c-officeform-form__grid--order {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.c-officeform .wpcf7 .c-officeform-form__grid--order input::placeholder {
  font-style: normal;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .c-officeform .wpcf7 .c-officeform-form__grid--order {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.c-officeform .wpcf7 .c-officeform-form__field--full {
  grid-column: 1/-1;
}
.c-officeform .wpcf7 input[type=text],
.c-officeform .wpcf7 input[type=email],
.c-officeform .wpcf7 input[type=tel],
.c-officeform .wpcf7 input[type=date],
.c-officeform .wpcf7 input[type=number],
.c-officeform .wpcf7 textarea {
  width: 100%;
  padding: 0.2rem;
  margin-bottom: 0;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid var(--color-grey-med);
}
.c-officeform .wpcf7 input[type=text]:focus,
.c-officeform .wpcf7 input[type=email]:focus,
.c-officeform .wpcf7 input[type=tel]:focus,
.c-officeform .wpcf7 input[type=date]:focus,
.c-officeform .wpcf7 input[type=number]:focus,
.c-officeform .wpcf7 textarea:focus {
  outline: none;
  border-bottom-color: var(--color-accent);
}
.c-officeform .wpcf7 input[type=text]:not(:placeholder-shown),
.c-officeform .wpcf7 input[type=email]:not(:placeholder-shown),
.c-officeform .wpcf7 input[type=tel]:not(:placeholder-shown),
.c-officeform .wpcf7 input[type=date]:not(:placeholder-shown),
.c-officeform .wpcf7 input[type=number]:not(:placeholder-shown),
.c-officeform .wpcf7 textarea:not(:placeholder-shown) {
  border-bottom-color: var(--color-dark);
}
.c-officeform .wpcf7 input::placeholder,
.c-officeform .wpcf7 textarea::placeholder {
  font-style: italic;
  opacity: 1;
}
.c-officeform .wpcf7 textarea {
  resize: none;
  min-height: 1.6em;
  overflow: hidden;
}
.c-officeform .wpcf7 input[type=submit] {
  margin-top: 2.4rem;
  appearance: none;
  -webkit-appearance: none;
  border: none;
  display: block;
  margin-left: auto;
  transition: opacity var(--transition-standard);
  width: 10rem;
}
.c-officeform .wpcf7 input[type=submit]:disabled, .c-officeform .wpcf7 input[type=submit][aria-disabled=true] {
  opacity: 0.45;
  cursor: not-allowed;
  pointer-events: none;
}
.c-officeform .wpcf7 .c-officeform-form__section--disabled {
  opacity: 0.35;
}
.c-officeform .wpcf7 .c-officeform-form__section--disabled input,
.c-officeform .wpcf7 .c-officeform-form__section--disabled textarea,
.c-officeform .wpcf7 .c-officeform-form__section--disabled select,
.c-officeform .wpcf7 .c-officeform-form__section--disabled button {
  pointer-events: none;
}
.c-officeform .wpcf7 .c-officeform-form__section--disabled input::placeholder,
.c-officeform .wpcf7 .c-officeform-form__section--disabled textarea::placeholder,
.c-officeform .wpcf7 .c-officeform-form__section--disabled select::placeholder,
.c-officeform .wpcf7 .c-officeform-form__section--disabled button::placeholder {
  opacity: 1;
}
.c-officeform .wpcf7 .c-officeform-form__hint {
  margin-top: 1.25rem;
  opacity: 0.7;
  text-transform: uppercase;
}
.c-officeform .wpcf7 .wpcf7-not-valid-tip {
  font-size: 0.65rem;
  margin-top: 0.2rem;
  text-transform: uppercase;
}
.c-officeform .wpcf7 .wpcf7-response-output {
  margin-top: 4.5rem;
  padding: 0;
  border: none;
  max-width: 42ch;
  margin-left: auto;
  margin-right: auto;
}
.c-officeform .wpcf7 form.sent .wpcf7-response-output {
  display: block;
}

@media (max-width: 768px) {
  .c-officeform__content {
    display: flex;
    flex-direction: column;
    gap: 2rem;
  }
}

.c-origin {
  height: 100vh;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 768px) {
  .c-origin {
    height: auto;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
  }
}

.c-origin__info {
  padding: 5rem calc(17% + var(--padding-side)) 5rem var(--padding-side);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media (max-width: 768px) {
  .c-origin__info {
    gap: 0.5rem;
    padding: 6rem var(--padding-side) 3rem;
    display: grid;
    grid-template-columns: 1fr 8fr;
    grid-template-rows: auto auto;
    align-items: baseline;
  }
}

.c-origin__title {
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
  .c-origin__title {
    grid-column: 2/span 1;
    /* 	font-family: var(--font-base);
    text-transform: none;
    font-size: 0.75rem;
    line-height: 1.1;
    letter-spacing: 0.01em; */
  }
}

.c-origin__text p:not(:last-child),
.c-origin__text ul:not(:last-child),
.c-origin__text ol:not(:last-child) {
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
  .c-origin__text {
    grid-column: 2/span 1;
  }
}

.c-origin__image {
  height: 100vh;
}
.c-origin__image img,
.c-origin__image video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 768px) {
  .c-origin__image {
    height: auto;
    aspect-ratio: 9/10;
  }
}

.c-origin__counter {
  margin-bottom: 7.25rem;
}
@media (max-width: 768px) {
  .c-origin__counter {
    grid-column: 1/span 1;
    margin-bottom: 0;
  }
}

.c-rich {
  min-height: 100vh;
  min-height: 100dvh;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 5rem;
  padding: var(--padding-side) var(--padding-side-extra);
}
@media (max-width: 768px) {
  .c-rich {
    min-height: 0;
    padding: 3rem var(--padding-side);
    gap: 1.5rem;
    flex-direction: column;
  }
}

.c-rich__left,
.c-rich__right {
  flex: 1 1 50%;
}

.c-rich__left {
  text-align: center;
}

.c-rich__left-title,
.c-rich__right-title {
  margin-bottom: 2rem;
}

html[lang^=de] .c-rich__left-title {
  line-height: 1.15;
}

@media (max-width: 1300px) {
  .c-rich__left-title {
    font-size: 4rem;
  }
}

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

.c-rich__right-item {
  max-width: 30rem;
}

.c-rich__right-item-title {
  margin-bottom: 0.5rem;
}

.c-slider {
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.c-slider__slide {
  height: 100vh;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--color-grey-med);
}

.c-slider__slide-text {
  position: relative;
  z-index: 1;
  text-align: center;
  padding: var(--padding-side);
}

.c-slider__slide-title {
  margin-bottom: 1rem;
}

.c-slider__slide-subtitle {
  color: var(--color-light);
}

.c-slider__slide-media {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
}
.c-slider__slide-media img,
.c-slider__slide-media video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.c-slider__pagination-container {
  position: absolute;
  bottom: 1rem;
  left: 50%;
  z-index: 3;
  transform: translateX(-50%);
  height: 1.9rem;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  /* glass core */
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(8px) saturate(140%);
  box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.25);
  border-radius: 2rem;
  padding: 0 0.8rem;
}

.c-slider__pagination {
  position: static;
  --swiper-pagination-bottom: 1rem;
  width: auto !important;
  line-height: 1rem;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-inactive-color: transparent;
  --swiper-pagination-bullet-inactive-opacity: 1;
  --swiper-pagination-bullet-border-width: 1px;
  --swiper-pagination-bullet-border-color: var(--color-light);
  --swiper-pagination-color: var(--color-light);
  height: 8px;
  line-height: 0;
}

.swiper-pagination-bullet {
  border: 1.6px solid var(--swiper-pagination-color) !important;
}

.c-slider .swiper-prev,
.c-slider .swiper-next {
  position: absolute;
  bottom: 1rem;
  height: 1.9rem;
  width: 1.9rem;
  z-index: 3;
  display: flex;
  justify-content: center;
  align-items: center;
  appearance: none;
  background-color: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(8px) saturate(140%);
  box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.25);
  border-radius: 2rem;
  cursor: pointer;
  transition: background-color var(--transition-standard);
}
.c-slider .swiper-prev svg,
.c-slider .swiper-next svg {
  stroke: var(--color-light);
  transition: stroke var(--transition-standard);
  width: 0.6rem;
  height: auto;
}
.c-slider .swiper-prev:hover,
.c-slider .swiper-next:hover {
  background-color: var(--color-accent);
}
.c-slider .swiper-prev:hover svg,
.c-slider .swiper-next:hover svg {
  stroke: var(--color-light);
}
.c-slider .swiper-prev {
  left: 1.6rem;
}
.c-slider .swiper-prev svg {
  transform: rotate(180deg) translateX(2px);
}
.c-slider .swiper-next {
  right: 1.6rem;
}
.c-slider .swiper-next svg {
  transform: translateX(1px);
}

.c-suppliers {
  padding: 7.5rem 0 6.5rem;
}
@media (max-width: 768px) {
  .c-suppliers {
    padding: 3rem 0 3.25rem;
    overflow: hidden;
  }
}

@media (max-width: 768px) {
  .c-suppliers__container {
    display: grid;
    grid-template-columns: 11% 88%;
    grid-template-rows: auto auto;
    align-items: baseline;
    gap: 0.5rem;
  }
}

.c-suppliers__counter {
  margin-bottom: 3.25rem;
}
@media (max-width: 768px) {
  .c-suppliers__counter {
    margin-bottom: 0;
    grid-column: 1/span 1;
  }
}

@media (max-width: 768px) {
  .c-suppliers__title {
    grid-column: 2/span 1;
  }
}

.c-suppliers__foot {
  margin-top: 3.25rem;
}
@media (max-width: 768px) {
  .c-suppliers__foot {
    margin-top: 1rem;
    grid-column: span 2;
    display: block;
  }
}

.c-suppliers__explanation {
  grid-column: span 3;
}
@media (max-width: 768px) {
  .c-suppliers__explanation {
    margin-bottom: 3rem;
  }
}

.c-suppliers__link {
  grid-column: span 9;
  text-align: right;
}
.c-suppliers__link a {
  display: inline-flex;
  align-items: flex-end;
  gap: 0.5rem;
}

.c-suppliers__link-arrow {
  height: 0.7em;
  width: 0.7em;
  display: inline-block;
}
.c-suppliers__link-arrow path {
  fill: var(--color-accent);
}

.c-suppliers__slider {
  margin-top: 3.25rem;
  width: 100%;
  overflow: hidden;
}
@media (max-width: 768px) {
  .c-suppliers__slider {
    grid-column: 1/span 2;
    margin-left: calc(-1 * var(--padding-side));
    margin-right: calc(-1 * var(--padding-side));
    padding-left: var(--padding-side);
    padding-right: var(--padding-side);
    width: calc(100% + var(--padding-side) * 2);
    margin-top: 3rem;
  }
}

.c-suppliers__item {
  cursor: pointer;
  transition: opacity var(--transition-standard);
}

.c-suppliers__slider:hover .c-suppliers__item {
  opacity: 0.6;
}

.c-suppliers__slider .c-suppliers__item:hover {
  opacity: 1;
}

.c-suppliers__item-image {
  width: 100%;
  margin-bottom: 1rem;
  aspect-ratio: 4/3;
  border-radius: 0.5rem;
  object-fit: cover;
}

.c-suppliers__item-info {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}

.c-suppliers__slider .swiper-nav {
  display: flex;
  justify-content: center;
  gap: 0.75rem;
  align-items: center;
  margin-top: 3rem;
}
.c-suppliers__slider .swiper-prev,
.c-suppliers__slider .swiper-next {
  height: 1.9rem;
  width: 1.9rem;
  display: flex;
  justify-content: center;
  align-items: center;
  appearance: none;
  background-color: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(8px) saturate(140%);
  box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.25);
  border-radius: 2rem;
  cursor: pointer;
  transition: background-color var(--transition-standard);
}
.c-suppliers__slider .swiper-prev svg,
.c-suppliers__slider .swiper-next svg {
  stroke: var(--color-grey-med);
  transition: stroke var(--transition-standard);
  width: 0.65rem;
  height: auto;
}
.c-suppliers__slider .swiper-prev:hover,
.c-suppliers__slider .swiper-next:hover {
  background-color: var(--color-accent);
}
.c-suppliers__slider .swiper-prev:hover svg,
.c-suppliers__slider .swiper-next:hover svg {
  stroke: var(--color-light);
}
.c-suppliers__slider .swiper-prev.is-hidden,
.c-suppliers__slider .swiper-next.is-hidden {
  opacity: 0;
  pointer-events: none;
}
.c-suppliers__slider .swiper-prev {
  left: 1.6rem;
}
.c-suppliers__slider .swiper-prev svg {
  transform: rotate(180deg) translateX(2px);
}
.c-suppliers__slider .swiper-next {
  right: 1.6rem;
}
.c-suppliers__slider .swiper-next svg {
  transform: translateX(2px);
}

.c-supslider {
  position: relative;
  height: 100vh;
  overflow: hidden;
}
body:has(.c-supslider) .b-footer {
  display: none;
}

.c-supslider__slider {
  height: 100%;
}
.c-supslider__slider .swiper-wrapper {
  height: 100%;
}
.c-supslider__slider .swiper-slide {
  height: 100%;
  display: flex;
  align-items: center;
}

.c-supslider__slide {
  display: flex;
}
.c-supslider__slide > * {
  flex: 0 0 50%;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .c-supslider__slide {
    flex-direction: column;
  }
}

.c-supslider__slide-info {
  padding: 10rem 17% 5rem var(--padding-side);
  display: flex;
  flex-direction: column;
  justify-content: start;
  gap: 5rem;
}
@media (max-width: 768px) {
  .c-supslider__slide-info {
    order: 2;
    padding: calc(var(--padding-side) * 2) var(--padding-side);
    gap: 1rem;
  }
}

.c-supslider__slide-text p:not(:last-child) {
  margin-bottom: 0.75rem;
}

.c-supslider__slide-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 768px) {
  .c-supslider__slide-image {
    order: 1;
    height: 50dvh;
  }
}

.c-supslider__slide-opening {
  display: flex;
  justify-content: space-between;
}

.c-supslider__slide-link:hover {
  opacity: 0.6;
}

.c-supslider .swiper-nav {
  position: absolute;
  bottom: var(--padding-side);
  right: var(--padding-side);
  z-index: 10;
  display: flex;
  justify-content: flex-end;
  gap: 0.75rem;
  align-items: center;
}
@media (max-width: 768px) {
  .c-supslider .swiper-nav {
    gap: 0.5rem;
  }
}
.c-supslider .swiper-prev,
.c-supslider .swiper-next {
  height: 2rem;
  width: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  appearance: none;
  background-color: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(8px) saturate(140%);
  box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.25);
  border-radius: 2rem;
  cursor: pointer;
  transition: background-color var(--transition-standard);
}
@media (max-width: 768px) {
  .c-supslider .swiper-prev,
  .c-supslider .swiper-next {
    height: 1.75rem;
    width: 1.75rem;
  }
}
.c-supslider .swiper-prev svg,
.c-supslider .swiper-next svg {
  width: 0.65rem;
  height: auto;
  stroke: var(--color-light);
  transition: stroke var(--transition-standard);
}
@media (max-width: 768px) {
  .c-supslider .swiper-prev svg,
  .c-supslider .swiper-next svg {
    stroke: var(--color-grey-med);
    width: 0.55rem;
  }
}
.c-supslider .swiper-prev:hover,
.c-supslider .swiper-next:hover {
  background-color: var(--color-accent);
}
.c-supslider .swiper-prev:hover svg,
.c-supslider .swiper-next:hover svg {
  stroke: var(--color-light);
}
.c-supslider .swiper-prev.is-hidden,
.c-supslider .swiper-next.is-hidden {
  opacity: 0;
  pointer-events: none;
}
.c-supslider .swiper-prev {
  left: 1.6rem;
}
.c-supslider .swiper-prev svg {
  transform: rotate(180deg) translateX(2px);
}
.c-supslider .swiper-next {
  right: 1.6rem;
}
.c-supslider .swiper-next svg {
  transform: translateX(2px);
}

.c-supslider__back {
  position: absolute;
  bottom: var(--padding-side);
  left: var(--padding-side);
  z-index: 10;
}
.c-supslider__back a {
  display: block;
}

.c-steps {
  background-color: var(--color-accent);
  color: var(--color-light);
  min-height: 100vh;
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
  gap: 8rem;
  justify-content: space-between;
  padding: 6.5rem var(--padding-side-extra) 4.5rem;
}
@media (max-width: 768px) {
  .c-steps {
    padding-top: 3rem;
    gap: 4rem;
    min-height: 0;
  }
}

.c-steps__title {
  color: var(--color-light);
}

.c-steps__items {
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr auto;
  gap: 5rem 8rem;
}
@media (max-width: 768px) {
  .c-steps__items {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
  }
}

.c-steps__item {
  display: flex;
  gap: 2rem;
  justify-content: flex-start;
}
.c-steps__item:nth-child(1) {
  grid-row: 1/span 1;
  grid-column: 1/span 1;
}
.c-steps__item:nth-child(2) {
  grid-row: 1/span 1;
  grid-column: 2/span 1;
}
.c-steps__item:nth-child(3) {
  grid-row: 2/span 1;
  grid-column: 1/span 1;
}
.c-steps__item:nth-child(4) {
  grid-row: 2/span 1;
  grid-column: 2/span 1;
}

.c-steps__final {
  grid-row: 2/span 1;
  grid-column: 3/span 1;
  align-self: end;
}

.c-steps__step {
  flex: 0 0 6.5rem;
}

.c-steps__item-title {
  margin-bottom: 0.5rem;
}

.c-titletext {
  min-height: 100vh;
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 5rem;
  padding: var(--padding-side) var(--padding-side-extra);
}
@media (max-width: 768px) {
  .c-titletext {
    min-height: 0;
    padding: 3rem var(--padding-side);
    gap: 1.5rem;
  }
}

.c-titletext__content {
  max-width: 80ch;
}

.c-titletext__subtitle {
  margin-bottom: 0.3rem;
}

.c-twoimage {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
}
@media (max-width: 768px) {
  .c-twoimage {
    grid-template-columns: 1fr;
  }
}

.c-twoimage__half {
  grid-column: span 1;
}
@media (max-width: 768px) {
  .c-twoimage__half:nth-child(2) {
    display: none;
  }
}
.c-twoimage__half img,
.c-twoimage__half video {
  height: 100vh;
  height: 100dvh;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 768px) {
  .c-twoimage__half img,
  .c-twoimage__half video {
    height: auto;
    aspect-ratio: 4/5;
  }
}

.c-values {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--color-accent);
  color: var(--color-light);
  padding: 5rem var(--padding-side) 8rem;
}
@media (max-width: 768px) {
  .c-values {
    min-height: 0;
    padding: 3rem 1.25rem;
  }
}

.c-values__items {
  display: flex;
  flex-direction: column;
  gap: 4.5rem;
}
@media (max-width: 768px) {
  .c-values__items {
    gap: 3rem;
  }
}
@media (min-width: 769px) {
  .c-values__items:has(.c-values__item:hover) .c-values__item-title {
    opacity: 0.3;
  }
}
@media (min-width: 769px) {
  .c-values__items:has(.c-values__item:hover) .c-values__item-title-shadow {
    opacity: 0;
  }
}
@media (min-width: 769px) {
  .c-values__items:has(.c-values__item:hover) .c-values__item:hover .c-values__item-text {
    opacity: 1;
  }
}
@media (min-width: 769px) {
  .c-values__items:has(.c-values__item:hover) .c-values__item:hover .c-values__item-title {
    opacity: 0;
  }
}
@media (min-width: 769px) {
  .c-values__items:has(.c-values__item:hover) .c-values__item:hover .c-values__item-title-shadow {
    opacity: 1;
  }
}

.c-values__item {
  position: relative;
  cursor: pointer;
}

.c-values__item-title {
  color: var(--color-light);
  transition: opacity var(--transition-standard);
  font-size: 9.2vw;
}
@media (max-width: 1100px) {
  .c-values__item-title {
    font-size: 12vw;
  }
}

.c-values__item-title-shadow {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  pointer-events: none;
  color: var(--color-light);
  opacity: 0;
  text-align: center;
  transform-origin: center top;
  transition: opacity var(--transition-standard);
}
@media (min-width: 769px) {
  .c-values__item-title-shadow {
    font-size: 6.8vw;
  }
}
@media (max-width: 1100px) {
  .c-values__item-title-shadow {
    font-size: 8.8vw;
  }
}
@media (max-width: 768px) {
  .c-values__item-title-shadow {
    display: none;
  }
}

.c-values__item-text {
  position: absolute;
  top: calc(100% + 0.4rem);
  left: 0;
  width: 100%;
  opacity: 0;
  transition: opacity var(--transition-standard);
}
@media (max-width: 768px) {
  .c-values__item-text {
    position: static;
    opacity: 1;
    margin-top: 0.8rem;
  }
}

.c-values__count,
.c-values__title {
  display: inline;
}
@media (max-width: 768px) {
  .c-values__count,
  .c-values__title {
    display: block;
  }
}

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

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

.u-tac, .c-officeform .wpcf7 .wpcf7-response-output {
  text-align: center !important;
}

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

.u-ttu {
  text-transform: uppercase !important;
}

.u-balance {
  text-wrap: balance !important;
}

.u-glass {
  position: relative;
  overflow: hidden;
  /* glass core */
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(8px) saturate(140%);
  /* light + dispersion */
}
.u-glass::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(-45deg, rgba(255, 255, 255, 0.35), rgba(255, 255, 255, 0.08) 45%, rgba(255, 255, 255, 0) 70%);
  mix-blend-mode: screen;
  pointer-events: none;
}

.u-black {
  color: var(--color-dark) !important;
}

.u-grey {
  color: var(--color-grey-med) !important;
}

.u-accent, .c-officeform .wpcf7 .wpcf7-response-output {
  color: var(--color-accent) !important;
}

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

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

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