@charset "UTF-8";
/*!
Theme Name: ADC Atelier
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: "Panama";
  src: url("resources/fonts/panama-400.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Panama";
  src: url("resources/fonts/panama-700.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Platform";
  src: url("resources/fonts/platform-400.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 {
  --color-beige: #fffbf2;
  --color-dark: #372d1d;
  --color-beige-dark: #f4ecda;
  --transition-standard: 0.25s ease-out;
  --transition-long: 1s ease-out 0.1s;
  --padding-side: 4rem;
  --menu-gap: calc(calc(100vh - 4rem - 7rem) / 6);
}
@media (max-width: 1200px) {
  :root {
    --padding-side: 3rem;
  }
}
@media (max-width: 990px) {
  :root {
    --padding-side: 2rem;
  }
}
@media (max-width: 768px) {
  :root {
    --padding-side: 1.25rem;
  }
}

html {
  font-size: 20px;
}

body {
  width: 100%;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: var(--color-dark);
  background-color: var(--color-beige);
  font-family: "Panama", Arial, sans-serif;
  line-height: 1.3;
}
body.page-template-page-landing .b-accordion,
body.page-template-page-landing .b-logo,
body.page-template-page-landing .b-footer {
  display: none;
}
body.single {
  background-color: var(--color-beige-dark);
}

a {
  color: inherit;
  text-decoration: none;
  transition: opacity var(--transition-standard);
}
a:hover {
  opacity: 0.6;
}
@media (max-width: 768px) {
  a:hover {
    opacity: 1;
  }
}

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

img {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

/* KEYFRAMES */
/* OBJECTS */
.o-nav {
  list-style-type: none;
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}

.o-title-l {
  font-family: "Platform", Arial, sans-serif;
  font-size: 3.25rem;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  line-height: 1;
}
@media (max-width: 768px) {
  .o-title-l {
    font-size: 1.75rem;
  }
}

.o-title-s, .b-footer__menu, .b-footer__col h3, .o-nav {
  font-family: "Platform", Arial, sans-serif;
  font-size: 0.7rem;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  line-height: 1.2;
}

.o-tagline, .c-legal__col h2,
.c-legal__col h3,
.c-legal__col h4,
.c-legal__col h5,
.c-legal__col h6 {
  font-family: "Panama", Arial, sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  line-height: 1.2;
}
@media (max-width: 768px) {
  .o-tagline, .c-legal__col h2,
  .c-legal__col h3,
  .c-legal__col h4,
  .c-legal__col h5,
  .c-legal__col h6 {
    font-size: 0.8rem;
  }
}

.o-base, .c-legal__col p,
.c-legal__col ul,
.c-legal__col ol, .b-footer__col p {
  font-family: "Panama", Arial, sans-serif;
  font-size: 0.75rem;
  letter-spacing: normal;
  line-height: 1.2;
  text-transform: none;
}

/* COMPONENTS */
.b-logo {
  position: fixed;
  top: 1.6rem;
  left: 50%;
  z-index: 6;
  margin: 0 auto;
  width: 13rem;
  display: block;
  transform: translateX(-50%);
  mix-blend-mode: difference;
}
.b-logo img {
  width: 100%;
  height: auto;
}

.b-accordion {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5;
  padding: 2.5rem 1rem 1.5rem 2rem;
  width: 13rem;
  background-color: var(--color-dark);
  color: var(--color-beige);
}
@media (max-width: 768px) {
  .b-accordion {
    width: 100%;
    height: 100vh;
    opacity: 0 !important;
    pointer-events: none;
  }
}
@media (max-width: 768px) {
  .b-accordion.is-open {
    opacity: 1 !important;
    pointer-events: all;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
  }
}

.b-accordion__trigger {
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 2rem;
}
.b-accordion__trigger::before {
  content: "";
  display: inline-block;
  width: 0.3rem;
  height: 0.3rem;
  border-radius: 50%;
  background-color: var(--color-beige);
}
.b-accordion__trigger::after {
  position: absolute;
  top: 0;
  right: 2rem;
  content: "+";
  display: inline-block;
  margin-left: 1.5rem;
  transition: all var(--transition-standard);
}
.is-open .b-accordion__trigger::after {
  transform: rotate(45deg);
  opacity: 0.2;
}
.b-accordion__trigger .trigger-open,
.b-accordion__trigger .trigger-close {
  transition: opacity var(--transition-standard);
}
.is-open .b-accordion__trigger .trigger-open,
.is-open .b-accordion__trigger .trigger-close {
  opacity: 0.2;
}
.b-accordion__trigger .trigger-open {
  display: inline-block;
}
.is-open .b-accordion__trigger .trigger-open {
  display: none;
}
.b-accordion__trigger .trigger-close {
  display: none;
}
.is-open .b-accordion__trigger .trigger-close {
  display: inline-block;
}

.b-accordion__cont {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-in-out;
}
.b-accordion__cont.is-open {
  max-height: 100vh;
}
@media (max-width: 768px) {
  .b-accordion__cont {
    max-height: none;
  }
}

.b-accordion__menu {
  list-style-type: none;
  display: flex;
  flex-direction: column;
  margin-top: var(--menu-gap);
  gap: var(--menu-gap);
  padding-bottom: var(--menu-gap);
}
.b-accordion__menu li {
  position: relative;
}
.b-accordion__menu li::before {
  content: "";
  display: inline-block;
  width: 0.3rem;
  height: 0.3rem;
  margin-right: 2rem;
  border-radius: 50%;
  background-color: var(--color-beige);
  vertical-align: middle;
}
.b-accordion__menu li.is-active > a {
  position: relative;
}
.b-accordion__menu li.is-active > a::after {
  content: "";
  position: absolute;
  bottom: -0.1em;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: var(--color-beige);
}

.sub-menu {
  list-style-type: none;
  display: flex;
  flex-direction: column;
  gap: var(--menu-gap);
  margin-top: var(--menu-gap);
}
.sub-menu li {
  color: transparent;
  pointer-events: none;
  transition: color var(--transition-standard);
}
.is-active .sub-menu li {
  color: var(--color-beige);
  pointer-events: all;
}
@media (max-width: 768px) {
  .sub-menu li a {
    display: none;
  }
}

.menu-description {
  position: absolute;
  top: 0.65rem;
  left: 2.3rem;
  height: 4rem;
  display: flex;
  align-items: center;
  color: transparent;
  pointer-events: none;
  transition: color var(--transition-standard);
}
.is-active .menu-description {
  color: var(--color-beige);
  pointer-events: all;
}
@media (max-width: 768px) {
  .menu-description {
    height: auto;
    font-size: 0.65rem;
    top: calc(1.25rem + var(--menu-gap));
    transform: translateY(-50%);
  }
}
.menu-description p:not(:last-child) {
  margin-bottom: 0.5rem;
}

.not-clickable,
.not-clickable * {
  pointer-events: none !important;
}

.b-back {
  position: fixed;
  top: 2.5rem;
  right: 2rem;
  z-index: 5;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--color-beige);
  mix-blend-mode: difference;
}
.b-back::before {
  content: url("resources/images/northwest.svg");
  display: inline-block;
  width: 0.5rem;
  height: auto;
  transition: all var(--transition-standard);
}
.b-back::after {
  content: "";
  display: inline-block;
  width: 0.3rem;
  height: 0.3rem;
  border-radius: 50%;
  background-color: var(--color-beige);
}
.b-back:hover {
  opacity: 1;
}
.b-back:hover::before {
  transform: translate(-2px, -2px);
}

.b-footer {
  padding: 4.3rem var(--padding-side);
  border-top: 1px solid var(--color-dark);
}
.page-template-page-projects .b-footer {
  display: none;
}
@media (max-width: 768px) {
  .b-footer {
    padding: 1.5rem var(--padding-side);
  }
}

.b-footer__container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1.5rem;
}
@media (max-width: 768px) {
  .b-footer__container {
    gap: 1.5rem;
  }
}

.b-footer__group {
  display: flex;
  gap: 2.5rem;
}
@media (max-width: 768px) {
  .b-footer__group {
    gap: 1.5rem;
  }
}

.b-footer__col h3 {
  margin-bottom: 0.5rem;
}
.b-footer__logo img {
  width: 5rem;
  height: auto;
}
@media (max-width: 768px) {
  .b-footer__logo img {
    width: 2.5rem;
  }
}

.b-footer__menu {
  list-style-type: none;
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}
@media (max-width: 768px) {
  .b-footer__menu {
    font-size: 0.5rem;
  }
}
.b-footer__menu--lang {
  flex-direction: row;
  gap: 0;
}
.b-footer__menu--lang li a {
  display: inline-block;
}
.b-footer__menu--lang li.wpml-ls-current-language {
  font-weight: 700;
}
.b-footer__menu--lang li:not(:last-child)::after {
  content: "|";
  display: inline-block;
  margin: 0 0.5rem;
}
.b-footer__menu:not(:last-child) {
  margin-bottom: 0.65rem;
}
.b-footer__menu li.is-underlined a {
  position: relative;
}
.b-footer__menu li.is-underlined a::after {
  content: "";
  position: absolute;
  bottom: -0.1em;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: var(--color-dark);
}

.c-404 {
  padding: var(--padding-side) var(--padding-side) calc(var(--padding-side) / 2);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  min-height: calc(100vh - 14rem);
}
@media (max-width: 768px) {
  .c-404 {
    height: 100vh;
  }
}

.c-404__title {
  margin-bottom: 2.5rem;
}

.c-404__subtitle,
.c-404__text {
  margin-bottom: 0.5rem;
}

.c-404__text {
  max-width: 30rem;
}

.c-404__button {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--color-dark);
}
.c-404__button::after {
  content: url("resources/images/northeast.svg");
  display: inline-block;
  width: 0.5rem;
  height: auto;
  transition: all var(--transition-standard);
}
.c-404__button:hover {
  opacity: 1;
}
.c-404__button:hover::after {
  transform: translate(2px, -2px);
}

.c-intro {
  position: relative;
  width: 100vw;
  height: 100vh;
  display: grid;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 0;
  grid-template-areas: "a b b" "a c d";
}
@media (max-width: 768px) {
  .c-intro {
    grid-template-areas: "a a a" "b b b";
  }
}
.page-template-page-home .c-intro {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 15;
  cursor: pointer;
  display: none;
}
.page-template-page-home .c-intro.is-initial {
  display: grid;
}

.page-template-page-home {
  overflow: hidden;
}
.page-template-page-home #smooth-content,
.page-template-page-home .b-accordion,
.page-template-page-home .b-logo {
  opacity: 0;
}
.page-template-page-home.is-clicked {
  overflow: visible;
}
.page-template-page-home.is-clicked #smooth-content,
.page-template-page-home.is-clicked .b-accordion,
.page-template-page-home.is-clicked .b-logo {
  opacity: 1;
}

.c-intro__pic {
  overflow: hidden;
}
.c-intro__pic--1 {
  grid-area: a;
}
.c-intro__pic--2 {
  grid-area: b;
}
.c-intro__pic--3 {
  grid-area: c;
}
@media (max-width: 768px) {
  .c-intro__pic--3 {
    display: none;
  }
}
.c-intro__pic--4 {
  grid-area: d;
}
@media (max-width: 768px) {
  .c-intro__pic--4 {
    display: none;
  }
}
.c-intro__pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.c-intro__logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 30vw;
  min-width: 500px;
}
@media (max-width: 768px) {
  .c-intro__logo {
    min-width: 380px;
    max-width: 100vw;
  }
}
.c-intro__logo img {
  display: block;
  width: 100%;
  height: auto;
}

.c-intro__contact {
  position: absolute;
  bottom: 1.5rem;
  text-align: center;
  left: 0;
  right: 0;
  font-size: 1.2rem;
  color: var(--color-beige);
  line-height: 1.1;
  font-weight: 700;
}

.c-projects {
  --padding-top: 1.6rem;
  --padding-right: 1.7rem;
  --padding-bottom: 2.5rem;
  --padding-left: 2rem;
  --module-right: 11.25rem;
  --list-height: calc(
  	(100vh - var(--padding-top) - var(--padding-bottom) - 1.75rem) * 0.7
  );
  position: relative;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  padding: var(--padding-top) var(--padding-right) var(--padding-bottom) var(--padding-left);
}

.c-projects__container {
  display: grid;
  grid-template-columns: repeat(16, 1fr);
  grid-template-rows: 3fr 1.75rem 7fr;
  gap: 0 1.1rem;
  height: 100%;
}
@media (max-width: 768px) {
  .c-projects__container {
    display: block;
  }
}

.c-projects__mainpic {
  position: relative;
  grid-column: 1/span 8;
  grid-row: 2/4;
}

.c-projects__mainpic-image {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
.c-projects__mainpic-image.is-active {
  opacity: 1;
}

.c-projects__secondpic {
  position: relative;
  grid-column: 12/span 5;
  grid-row: 1/2;
}

.c-projects__secondpic-image {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  height: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
.c-projects__secondpic-image.is-active {
  opacity: 1;
}

.c-projects__tag {
  position: relative;
  writing-mode: sideways-lr;
  grid-column: 9/span 1;
  grid-row: 2/4;
}

.c-projects__tag-el {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
.c-projects__tag-el.is-active {
  opacity: 1;
}

.c-projects__list {
  position: relative;
  grid-column: 12/span 5;
  grid-row: 3/4;
  overflow: scroll;
}
.c-projects__list::-webkit-scrollbar {
  display: none;
}

.c-projects__list-container {
  display: flex;
  flex-direction: column;
  gap: calc((var(--list-height) - 6.5rem) / 4);
  max-width: var(--module-right);
  margin-left: auto;
}
@media all and (min-height: 1000px) {
  .c-projects__list-container {
    gap: calc((var(--list-height) - 7.8rem) / 5);
  }
}
@media (max-width: 768px) {
  .c-projects__list-container {
    max-width: none;
    gap: calc((var(--list-height) - 2rem) / 3);
    width: 60vw;
    margin-left: 0;
    overflow: scroll;
  }
}

.c-projects__item {
  height: 1.3rem;
}

.c-projects__bullets {
  position: absolute;
  bottom: 2.5rem;
  right: 1.7rem;
  z-index: 4;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  width: var(--module-right);
  height: var(--list-height);
  pointer-events: none;
}

.c-project__bullet {
  height: 1.3rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.c-project__bullet.is-hidden {
  opacity: 0;
}
.c-project__bullet::before, .c-project__bullet::after {
  content: "";
  width: 0.3rem;
  height: 0.3rem;
  border-radius: 50%;
  background-color: var(--color-dark);
}
.c-project__bullet--extra {
  display: none;
}
@media all and (min-height: 1000px) {
  .c-project__bullet--extra {
    display: flex;
  }
}

.c-promob {
  position: relative;
  padding: var(--padding-top) 0 0;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  --padding-top: 7.5rem;
  --padding-bottom: 2.5rem;
  --list-height: calc(100vh - var(--padding-top));
}

.c-promob__list {
  height: var(--list-height);
  overflow: scroll;
}

.c-promob__list-container {
  width: 60%;
  display: flex;
  flex-direction: column;
  padding-bottom: var(--padding-bottom);
  gap: calc((var(--list-height) - var(--padding-bottom) - 6.5rem) / 4);
}

.c-promob__item {
  height: 1.3rem;
}

.c-promob__bullets {
  position: absolute;
  top: var(--padding-top);
  right: 1.7rem;
  bottom: var(--padding-bottom);
  z-index: 4;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  pointer-events: none;
}
@media (max-width: 768px) {
  .c-promob__bullets {
    width: auto;
    right: var(--padding-side);
    left: var(--padding-side);
  }
}

.c-promob__bullet {
  height: 1.3rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.c-promob__bullet.is-hidden {
  opacity: 0;
}
.c-promob__bullet::before, .c-promob__bullet::after {
  content: "";
  width: 0.3rem;
  height: 0.3rem;
  border-radius: 50%;
  background-color: var(--color-dark);
}
.c-promob__bullet--extra {
  display: none;
}
@media all and (min-height: 1000px) {
  .c-promob__bullet--extra {
    display: flex;
  }
}

.c-promob__mainpic {
  position: fixed;
  right: 0;
  bottom: 5.25rem;
}
.c-promob__mainpic img {
  aspect-ratio: 1/1;
  width: 35vw;
  height: auto;
}

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

.c-2images {
  height: 65vw;
  max-height: 100vh;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
}
@media (max-width: 768px) {
  .c-2images {
    height: auto;
    max-height: none;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(2, auto);
  }
  .c-2images:has(.c-2images__item--boxed) {
    grid-template-columns: repeat(2, 1fr);
  }
}

.c-2images__item {
  grid-column: span 1;
  height: 100%;
}
.c-2images__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 768px) {
  .c-2images__item img {
    aspect-ratio: 9/10;
  }
  .c-2images:has(.c-2images__item--boxed) .c-2images__item img {
    aspect-ratio: 4/9;
  }
}
.c-2images__item--boxed {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.c-2images__item--boxed img {
  display: block;
  width: 55%;
  height: auto;
  aspect-ratio: 1/1;
  object-fit: cover;
}
@media (max-width: 768px) {
  .c-2images__item--boxed img {
    width: auto;
    max-width: 100%;
    aspect-ratio: 1/1 !important;
  }
}

.c-2images__img-container {
  position: relative;
  display: flex;
  justify-content: center;
  height: 100%;
}
.c-2images__item--boxed .c-2images__img-container {
  height: auto;
}
@media (max-width: 768px) {
  .c-2images__item--boxed .c-2images__img-container {
    padding-left: 12%;
    padding-right: 12%;
  }
}

.c-2images__content {
  position: absolute;
  top: calc(100% + 2.5rem);
  left: 0;
  width: 100%;
  text-align: center;
}

.c-2images__title {
  margin-bottom: 0.5rem;
}

.c-3images {
  padding: 7rem 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .c-3images {
    padding: 0;
    flex-direction: column;
  }
}

.c-3images__item--sq {
  width: 20vw;
}
.c-3images__item--sq img {
  width: 100%;
  aspect-ratio: 1/1;
}
.c-3images__item--rect {
  width: 37vw;
}
.c-3images__item--rect img {
  width: 100%;
  aspect-ratio: 10/12;
}
@media (max-width: 768px) {
  .c-3images__item {
    width: 100%;
  }
}
.c-3images__item img {
  object-fit: cover;
  object-position: center;
}
@media (max-width: 768px) {
  .c-3images__item img {
    width: 100%;
    aspect-ratio: 9/10;
  }
}

.c-text {
  --spacing: 5rem;
  display: flex;
  align-items: baseline;
  gap: var(--spacing);
  padding: 8rem var(--spacing);
}
@media (max-width: 768px) {
  .c-text {
    flex-direction: column;
    --spacing: 2rem;
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }
}

.c-text__title {
  margin-bottom: 1rem;
}

.c-text__text p:not(:last-child) {
  margin-bottom: 1rem;
}

.c-slider {
  --bullet-height: 0.84rem;
  position: relative;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
@media (max-width: 768px) {
  .c-slider {
    height: 111vw;
  }
}

.c-slider__gallery {
  height: 100%;
  overflow: hidden;
}

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

.c-slider__nav {
  position: absolute;
  top: 50%;
  z-index: 3;
  display: flex;
  gap: 0rem;
  align-items: center;
  color: var(--color-beige);
  cursor: pointer;
  transition: opacity var(--transition-standard);
  --side-padding: 2rem;
}
@media (max-width: 768px) {
  .c-slider__nav {
    top: initial;
    bottom: var(--side-padding);
    --side-padding: 1.25rem;
  }
}
.c-slider__nav--next {
  left: var(--side-padding);
}
.c-slider__nav--next::before {
  content: "";
  display: inline-block;
  width: 0.3rem;
  height: 0.3rem;
  border-radius: 50%;
  background-color: var(--color-beige);
  margin-right: var(--side-padding);
}
@media (max-width: 768px) {
  .c-slider__nav--next::before {
    margin-right: 1rem;
  }
}
.c-slider__nav--next::after {
  content: url("resources/images/arrow-e.svg");
  display: inline-block;
  width: 0.6rem;
  height: auto;
  margin-left: 0.5rem;
}
.c-slider__nav--prev {
  right: var(--side-padding);
}
@media (max-width: 768px) {
  .c-slider__nav--prev {
    display: none;
  }
}
.c-slider__nav--prev::after {
  content: "";
  display: inline-block;
  width: 0.3rem;
  height: 0.3rem;
  border-radius: 50%;
  background-color: var(--color-beige);
  margin-left: var(--side-padding);
}
.c-slider__nav--prev::before {
  content: url("resources/images/arrow-w.svg");
  display: inline-block;
  width: 0.6rem;
  height: auto;
  margin-right: 0.5rem;
}
.c-slider__nav.is-hidden {
  opacity: 0;
  pointer-events: none;
}

.c-initial {
  --bullet-height: 0.84rem;
  position: relative;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.c-initial__gallery {
  height: 100%;
  overflow: hidden;
}

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

.c-initial__nav {
  position: absolute;
  top: calc(2.5rem + var(--bullet-height) * 4 + 4 * var(--menu-gap));
  z-index: 3;
  display: flex;
  gap: 0.5rem;
  align-items: center;
  padding: 0 2rem;
  color: var(--color-beige);
  cursor: pointer;
  transition: opacity var(--transition-standard);
}
@media (max-width: 768px) {
  .c-initial__nav {
    top: calc(2.5rem + var(--bullet-height) * 6 + 6 * var(--menu-gap));
    padding: 0;
  }
}
.c-initial__nav::after {
  display: inline-block;
  width: 0.6rem;
  height: auto;
}
.c-initial__nav--next {
  left: 2.5rem;
}
.c-initial__nav--next::after {
  content: url("resources/images/arrow-e.svg");
}
.c-initial__nav--prev {
  right: 2.5rem;
}
.c-initial__nav--prev::after {
  content: url("resources/images/arrow-w.svg");
  order: -1;
}
.c-initial__nav.is-hidden {
  opacity: 0;
  pointer-events: none;
}

.c-initial__bullets {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  padding: 2.5rem 2rem;
  display: flex;
  flex-direction: column;
  gap: var(--menu-gap);
  pointer-events: none;
}
@media (max-width: 768px) {
  .c-initial__bullets {
    padding: 2.5rem var(--padding-side);
  }
}

.c-initial__bullets-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: var(--bullet-height);
}
.c-initial__bullets-row span {
  display: inline-block;
  width: 0.3rem;
  height: 0.3rem;
  border-radius: 50%;
  background-color: var(--color-beige);
}
@media (max-width: 768px) {
  .c-initial__bullets-row span:last-child {
    display: none;
  }
}
.c-initial__bullets-row.is-hidden {
  opacity: 0;
}

.c-initial__info {
  position: absolute;
  left: 4.5rem;
  top: calc(2.5rem + var(--bullet-height) * 5 + 5 * var(--menu-gap));
  z-index: 3;
  color: var(--color-beige);
}
@media (max-width: 768px) {
  .c-initial__info {
    top: calc(2.5rem + var(--bullet-height) * 1 + 1 * var(--menu-gap));
    left: 2.5rem;
  }
}

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

.c-full {
  width: 100%;
  height: calc(100vh - 2rem);
}
@media (max-width: 768px) {
  .c-full {
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
  }
}

.c-full__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.c-crossed {
  padding: 6rem var(--padding-side);
}
@media (max-width: 768px) {
  .c-crossed {
    padding: 3rem var(--padding-side);
  }
}

.c-crossed__container {
  position: relative;
  padding-top: 3.25rem;
}
@media (max-width: 768px) {
  .c-crossed__container {
    padding-top: 0;
  }
}

.c-crossed__title {
  margin-bottom: 1rem;
}

.c-crossed__text {
  max-width: 30rem;
  margin: 0 auto;
}
.c-crossed__text:not(:last-child) {
  margin-bottom: 2.5rem;
}
@media (max-width: 768px) {
  .c-crossed__text:not(:last-child) {
    margin-bottom: 1rem;
  }
}
.c-crossed__text--full {
  max-width: 60rem;
}
.c-crossed__text p:not(:last-child) {
  margin-bottom: 1rem;
}

.c-crossed__top {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  writing-mode: sideways-lr;
}

.c-collage__slide {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  height: auto;
  align-items: flex-start;
  justify-content: center;
  width: auto;
}

.c-collage__pic {
  position: relative;
  width: clamp(10px, 26vw, 20rem);
  cursor: pointer;
}
.c-collage__pic img {
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
}
.c-collage__slide--big .c-collage__pic img {
  aspect-ratio: auto;
}
.c-collage__slide--unsquares .c-collage__pic--1 {
  width: clamp(10px, 29.75vw, 22.5rem);
}
.c-collage__slide--big .c-collage__pic {
  width: clamp(10px, 40vw, 30rem);
}

.c-collage__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-beige);
  opacity: 0;
  pointer-events: none;
  transition: opacity var(--transition-standard);
}
.c-collage__pic:hover .c-collage__overlay {
  opacity: 1;
}

.c-colmob {
  display: flex;
  flex-direction: column;
  gap: 3.5rem;
}

.c-colmob__pic {
  position: relative;
}
.c-colmob__pic img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
  aspect-ratio: 9/10;
}

.c-colmob__overlay {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  padding: var(--padding-side);
  color: var(--color-beige);
  text-align: center;
}
.c-colmob__overlay p:nth-child(1) {
  transform: translateX(-25%);
}
.c-colmob__overlay p:nth-child(2) {
  transform: translateX(25%);
}

.c-colmob__middle {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.5rem 1rem;
  padding: 0 2rem;
}

.c-colmob__text {
  grid-column: span 2;
}

.c-colmob__minipic {
  grid-column: span 1;
}
.c-colmob__minipic img {
  aspect-ratio: 1/1;
  object-fit: cover;
  width: 100%;
  height: auto;
}

.c-press {
  --padding-side: 5rem;
  padding: 6rem var(--padding-side);
}
@media (max-width: 768px) {
  .c-press {
    --padding-side: 1.5rem;
    padding: 3rem var(--padding-side);
  }
}

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

.c-press__title,
.c-press__feat-title {
  margin-bottom: 1rem;
}

.c-press__text {
  max-width: 60rem;
  margin: 0 auto;
}
.c-press__text p:not(:last-child) {
  margin-bottom: 1rem;
}

.c-start {
  padding-top: 9rem;
  display: grid;
  grid-template-columns: repeat(19, 1fr);
  grid-template-rows: auto auto;
  gap: 5rem 0.5rem;
  padding-bottom: 2.5rem;
  min-height: 100vh;
}
@media (max-width: 768px) {
  .c-start {
    padding-top: 0;
    padding-bottom: 0;
    display: block;
  }
}

.c-start__image {
  position: relative;
  grid-column: 1/span 4;
  grid-row: 1/span 2;
}
.c-start__image img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 768px) {
  .c-start__image img {
    position: static;
    aspect-ratio: 1/1;
  }
}
@media (max-width: 768px) {
  .c-start__image {
    margin-bottom: 2.5rem;
  }
}

.c-start__col {
  grid-column-end: span 6;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1rem;
}
.c-start__col--1 {
  grid-column-start: 6;
}
@media (max-width: 768px) {
  .c-start__col--1 {
    margin-bottom: 2rem;
  }
}
.c-start__col--2 {
  grid-column-start: 13;
}
.c-start__col > * {
  flex-basis: auto;
}
@media (max-width: 768px) {
  .c-start__col {
    padding-left: var(--padding-side);
    padding-right: var(--padding-side);
    gap: 1.5rem;
  }
}

.c-start__text p:not(:last-child) {
  margin-bottom: 1rem;
}

.c-start__foot--1 {
  grid-column: 6/span 8;
  grid-row: 2/span 1;
}
.c-start__foot--2 {
  grid-column: 15/span 5;
  grid-row: 2/span 1;
}

.c-progrid {
  position: relative;
  display: grid;
  grid-template-columns: 3fr 7fr 3fr;
  grid-template-rows: 20vw 20vw;
  gap: 2.25rem 8.5rem;
  margin-top: 2.5rem;
}
@media (max-width: 768px) {
  .c-progrid {
    padding-left: var(--padding-side);
    padding-right: var(--padding-side);
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto auto auto;
    gap: 1.2rem;
  }
}

.c-progrid__title {
  margin-bottom: 1.2rem;
}

.c-progrid__goto {
  position: absolute;
  top: 0;
  left: 2rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--color-dark);
}
.c-progrid__goto::before {
  content: "";
  display: inline-block;
  margin-right: 1.5rem;
  width: 0.3rem;
  height: 0.3rem;
  border-radius: 50%;
  background-color: var(--color-dark);
}
@media (max-width: 768px) {
  .c-progrid__goto::before {
    display: none;
  }
}
.c-progrid__goto::after {
  content: url("resources/images/northeast.svg");
  display: inline-block;
  width: 0.5rem;
  height: auto;
  transition: all var(--transition-standard);
}
.c-progrid__goto:hover {
  opacity: 1;
}
.c-progrid__goto:hover::after {
  transform: translate(2px, -2px);
}
@media (max-width: 768px) {
  .c-progrid__goto {
    grid-row: 4/5;
    justify-content: center;
    position: static;
    margin-top: 1.2rem;
  }
}

.c-progrid__el {
  position: relative;
  display: block;
}
.c-progrid__el--1 {
  grid-column: 1/2;
  grid-row: 2/3;
}
@media (max-width: 768px) {
  .c-progrid__el--1 {
    display: flex;
    gap: 1rem;
  }
  .c-progrid__el--1 .c-progrid__image {
    aspect-ratio: 1/1;
    max-width: 50%;
    height: auto;
  }
  .c-progrid__el--1 .c-progrid__overlay {
    position: static;
    color: var(--color-dark);
    background-color: transparent;
    opacity: 1;
    text-align: left;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 0;
    width: auto;
    height: auto;
  }
  .c-progrid__el:hover .c-progrid__el--1 .c-progrid__overlay {
    opacity: 1;
  }
  .c-progrid__el--1 > * {
    flex: 1 1 auto;
  }
}
.c-progrid__el--2 {
  grid-column: 2/3;
  grid-row: 1/3;
}
@media (max-width: 768px) {
  .c-progrid__el--2 {
    margin-left: calc(-1 * var(--padding-side));
    margin-right: calc(-1 * var(--padding-side));
  }
}
.c-progrid__el--3 {
  grid-column: 3/4;
  grid-row: 1/2;
}
.c-progrid__el--4 {
  grid-column: 3/4;
  grid-row: 2/3;
}
@media (max-width: 768px) {
  .c-progrid__el--1, .c-progrid__el--2 {
    grid-column: 1/2;
    grid-row: auto;
  }
}
@media (max-width: 768px) {
  .c-progrid__el--3, .c-progrid__el--4 {
    display: none;
  }
}
.c-progrid__el:hover {
  opacity: 1;
}

.c-progrid__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.c-progrid__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  color: var(--color-beige);
  opacity: 0;
  pointer-events: none;
  transition: opacity var(--transition-standard);
  text-align: center;
}
.c-progrid__el:hover .c-progrid__overlay {
  opacity: 1;
}
@media (max-width: 768px) {
  .c-progrid__el:hover .c-progrid__overlay {
    opacity: 0;
  }
}

.c-video__el {
  display: block;
  width: 100%;
}

.c-video__el--mobile {
  aspect-ratio: 1/1;
  object-fit: cover;
}

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

.c-legal__block:not(:last-child) {
  margin-bottom: 4rem;
}
.c-legal__block--center {
  text-align: center;
}

.c-legal__title {
  margin-bottom: 1rem;
}

.c-legal__row {
  display: flex;
  flex-direction: row;
  gap: 2.5rem;
  margin-top: 2.5rem;
}
@media (max-width: 768px) {
  .c-legal__row {
    flex-direction: column;
  }
}

.c-legal__col {
  flex: 1 1 10rem;
}
.c-legal__col h2,
.c-legal__col h3,
.c-legal__col h4,
.c-legal__col h5,
.c-legal__col h6 {
  margin-bottom: 1rem;
}
.c-legal__col p:not(:last-child),
.c-legal__col ul:not(:last-child),
.c-legal__col ol:not(:last-child) {
  margin-bottom: 1rem;
}
.c-legal__col ul,
.c-legal__col ol {
  list-style: none;
  padding-left: 0;
}
.c-legal__col ul li,
.c-legal__col ol li {
  position: relative;
  padding-left: 1rem;
}
.c-legal__col ul li::before,
.c-legal__col ol li::before {
  content: "–";
  position: absolute;
  left: 0;
}

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

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

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

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

.u-opac-down {
  opacity: 0.2 !important;
}

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

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

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

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