/*
Theme Name: Thatline
Theme URI: 
Author: Martin Res
Author URI: https://martinres.cz
Description: 
Tags: 
Version: 2025
Requires at least: 5.2
Tested up to: 6.5
Requires PHP: 7.4
License: GNU General Public License v3 or Later
License URI: https://www.gnu.org/licenses/gpl.html
Text Domain: thatline
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

body {
  line-height: 1;
}

a {
  text-decoration-skip-ink: auto;
}

a[href^=tel] {
  color: inherit;
  text-decoration: none;
}

button {
  outline: 0;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

q {
  display: inline;
  font-style: italic;
}

q:before {
  content: '"';
  font-style: normal;
}

q:after {
  content: '"';
  font-style: normal;
}

textarea, input[type=text], input[type=button], input[type=submit], input[type=reset], input[type=search], input[type=password] {
  -webkit-appearance: none;
  appearance: none;
}

input[type=search] {
  -webkit-appearance: textfield;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

th, td {
  padding: 2px;
}

big {
  font-size: 120%;
}

small, sup, sub {
  font-size: 80%;
}

sup {
  vertical-align: super;
}

sub {
  vertical-align: sub;
}

dd {
  margin-left: 20px;
}

kbd, tt {
  font-family: courier;
  font-size: 12px;
}

ins {
  text-decoration: underline;
}

del, strike, s {
  text-decoration: line-through;
}

dt {
  font-weight: bold;
}

address, cite, var {
  font-style: italic;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  word-break: normal;
}

.screen-reader-text:focus {
  background-color: #f7f7f7;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
  clip-path: none;
  color: #007acc;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  right: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

.skip-link {
  left: -9999rem;
  top: 2.5rem;
  z-index: 999999999;
  text-decoration: underline;
}

.skip-link:focus {
  display: block;
  left: 6px;
  top: 7px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  line-height: normal;
  padding: 15px 23px 14px;
  z-index: 100000;
  right: auto;
}

.visually-hidden:not(:focus):not(:active), .form-allowed-tags:not(:focus):not(:active) {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
}

:focus-visible {
  outline: none;
}

@font-face {
  font-family: "text";
  src: url("css/fonts/ThatlineAspekta-500.woff2") format("woff2"), url("css/fonts/ThatlineAspekta-500.woff") format("woff");
}
:root {
  --dark-green: #121F17;
  --green: #00EA75;
  --red: #EA0000;
  --ff-text: "text", sans-serif;
  --fs-tiny: 12px;
  --fs-normal: 16px;
  --fs-hero: 32px;
  --fs-title: 64px;
  --fs-huge: 128px;
  --border-radius: 0.4em;
  --container-gap: 20px;
}

@media (min-width: 1200px) {
  :root {
    --container-gap: 40px;
  }
}
*, ::before, ::after {
  box-sizing: border-box;
}

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

.ta-r {
  text-align: right;
}

.container {
  padding: 0 var(--container-gap);
  height: 100%;
  display: flex;
  flex-direction: column;
}

.row {
  margin: 0 -10px;
  display: flex;
  flex-wrap: wrap;
}

.col-1-2, .col-1-3, .col-2-3 {
  padding: 0 10px;
}

.col-sm-1-2, .col-sm-1-3, .col-sm-2-3, .col-md-1-2, .col-md-1-3, .col-md-2-3, .col-md-1-4, .col-md-3-4, .col-lg-1-2, .col-lg-1-3, .col-lg-2-3 {
  width: 100%;
  padding: 0 10px;
}

.col-1-2 {
  width: 50%;
}

.col-1-3 {
  width: 33.33333%;
}

.col-2-3 {
  width: 66.66666%;
}

@media (min-width: 600px) {
  .col-sm-1-2 {
    width: 50%;
  }
  .col-sm-1-3 {
    width: 33.33333%;
  }
  .col-sm-2-3 {
    width: 66.66666%;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
}
@media (min-width: 800px) {
  .col-md-1-2 {
    width: 50%;
  }
  .col-md-1-3 {
    width: 33.33333%;
  }
  .col-md-2-3 {
    width: 66.66666%;
  }
  .col-md-1-4 {
    width: 25%;
  }
  .col-md-3-4 {
    width: 75%;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .offset-md-1-6 {
    margin-left: 16.66666%;
  }
  .offset-md-1-12 {
    margin-left: 8.33333%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1-2 {
    width: 50%;
  }
  .col-lg-1-3 {
    width: 33.33333%;
  }
  .col-lg-2-3 {
    width: 66.66666%;
  }
}
.btn {
  color: var(--dark-green);
  background-color: var(--green);
  display: inline-flex;
  width: fit-content;
  border-radius: var(--border-radius);
  padding: 0.3em 0.6em;
  gap: 0.3em;
  align-items: center;
}
.btn .icon {
  font-size: 0.7em;
  margin: 0.1em 0.2em 0;
  width: 10px;
}

a {
  text-decoration: none;
  color: var(--green);
}

.menu--social .menu {
  display: flex;
}
.menu--social .menu li {
  display: flex;
  text-align: center;
  margin: 0 4px;
  position: relative;
}
.menu--social .menu li a {
  height: 30px;
  width: 30px;
  border-radius: 100%;
  border: 1px solid var(--dark-green);
  display: flex;
  color: var(--dark-green);
  overflow: hidden;
}
.menu--social .menu li a span {
  display: inline-block;
  vertical-align: top;
  width: 16px;
  height: 16px;
  margin: auto;
  color: transparent;
  background-size: contain;
}
.menu--social .menu li a[href^="https://instagram.com"] span {
  background-image: url("img/icons/instagram.svg");
}
.menu--social .menu li a[href^="https://instagram.com"]::after {
  background-image: url("img/icons/instagram-green.svg");
}
.menu--social .menu li a[href^="https://facebook.com"] span {
  background-image: url("img/icons/facebook.svg");
}
.menu--social .menu li a[href^="https://facebook.com"]::after {
  background-image: url("img/icons/facebook-green.svg");
}
.menu--social .menu li a[href^="https://youtube.com"] span {
  background-image: url("img/icons/youtube.svg");
}
.menu--social .menu li a[href^="https://youtube.com"]::after {
  background-image: url("img/icons/youtube-green.svg");
}
.menu--social .menu li a::after {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  position: absolute;
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: center;
  top: 0;
  left: 0;
  opacity: 0;
}
.menu--social .menu li a::before {
  content: "";
  display: inline-block;
  background-color: var(--dark-green);
  width: 0px;
  height: 0px;
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 50%;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.19, 0.75, 0.41, 1.56);
  transition-property: left, top, width, height;
}
.menu--social .menu li a:hover::after {
  opacity: 1;
}
.menu--social .menu li a:hover::before {
  width: 30px;
  height: 30px;
  left: 0;
  top: 0;
}
.menu--social.menu--social--inverted .menu li a {
  border-color: var(--green);
}
.menu--social.menu--social--inverted .menu li a::after {
  opacity: 1;
}
.menu--social.menu--social--inverted .menu li a::before {
  background-color: var(--green);
}
.menu--social.menu--social--inverted .menu li a span {
  position: relative;
  z-index: 1;
  opacity: 0;
}
.menu--social.menu--social--inverted .menu li a:hover span {
  opacity: 1;
}

.copy-to-clipboard {
  position: relative;
  cursor: pointer;
  width: fit-content;
}
.copy-to-clipboard::after {
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  width: 0%;
  height: round(up, 0.05em, 1px);
  background: var(--light);
  transition: width 0.7s ease-in-out;
  display: block;
}
.copy-to-clipboard:hover::after {
  width: 100%;
  left: 0;
  right: auto;
}
.copy-to-clipboard::before {
  content: "E-mail address copied";
  display: block;
  background-color: var(--accent);
  color: var(--dark);
  font-size: var(--fs-small);
  width: fit-content;
  padding: 0.3em 0.6em;
  position: absolute;
  top: -2em;
  right: 0;
  margin-right: -50%;
  clip-path: var(--border-cut-small);
  pointer-events: none;
  transition: opacity 0.3s;
  opacity: 0;
}
.copy-to-clipboard.show-tooltip::before {
  opacity: 1;
}
.copy-to-clipboard.phone::before {
  content: "Phone number copied";
}

#header {
  color: var(--main);
  padding: 16px 0;
  width: 100%;
  z-index: 15;
  position: fixed;
  top: 0;
  left: 0;
  pointer-events: none;
}
#header #site-title {
  width: 100px;
  position: relative;
  z-index: 1;
  pointer-events: auto;
}
#header #site-title a {
  display: inline-block;
  margin: auto;
  height: 30px;
  vertical-align: top;
}
#header #site-title svg {
  fill: var(--green);
  height: 100%;
  transition: fill 0.3s;
}
#header #menu-button {
  padding: 0;
  height: 30px;
  border: 0;
  background-color: transparent;
  cursor: pointer;
  float: right;
  background-color: var(--green);
  border-radius: var(--border-radius);
  padding: 3px 12px;
  display: flex;
  line-height: 1;
  transition: padding 0.3s;
  pointer-events: auto;
}
#header #menu-button .menu-button__text {
  margin: auto 0 auto 12px;
  transition: width 0.3s, margin 0.3s, opacity 0.1s;
  display: inline-block;
  width: 44px;
  text-align: center;
}
#header #menu-button .menu-button__icon {
  height: 14px;
  width: 14px;
  position: relative;
  margin: auto;
}
#header #menu-button .menu-button__icon .menu-button__icon__line {
  background-color: var(--dark-green);
  width: 100%;
  height: 1.5px;
  position: absolute;
  top: 3px;
  display: block;
  transition: transform 0.3s;
}
#header #menu-button .menu-button__icon .menu-button__icon__line:last-child {
  top: 9px;
}

#menu {
  background-color: var(--green);
  position: fixed;
  top: 16px;
  right: 20px;
  width: 90px;
  height: 30px;
  z-index: 10;
  display: flex;
  flex-direction: column;
  border-radius: var(--border-radius);
  overflow: hidden;
  transform-origin: top right;
  transition: all 0.8s ease-in-out 0.5s;
}
#menu .menu--main {
  margin: auto;
  text-align: center;
}
#menu .menu--main .menu {
  display: flex;
  flex-direction: column;
  justify-content: center;
  justify-items: center;
  align-content: center;
  align-items: center;
  padding-top: 60px;
  font-size: var(--fs-title);
}
#menu .menu--main .menu li {
  margin: 0.075em;
  width: fit-content;
  transition: transform 0.5s, margin 0.5s;
}
#menu .menu--main .menu li a {
  color: var(--green);
  background-color: var(--dark-green);
  border-radius: var(--border-radius);
  padding: 0.08em 0.36em;
  display: inline-block;
}
#menu .menu--main .menu li:nth-child(1) {
  transform: rotate(-0.1deg);
}
#menu .menu--main .menu li:nth-child(2) {
  transform: translate(-0.4em, 0) rotate(-3deg);
}
#menu .menu--main .menu li:nth-child(3) {
  transform: translate(0.3em, 0) rotate(-0.1deg);
}
#menu .menu--main .menu li:nth-child(4) {
  transform: rotate(3deg);
}
#menu .menu--main .menu li:hover:nth-child(1) {
  margin: 0.4em 0;
  transform: rotate(15deg);
}
#menu .menu--main .menu li:hover:nth-child(2) {
  margin: 0.3em 0 0.2em;
  transform: translate(0.8em, 0) rotate(6deg) scale(1.2);
}
#menu .menu--main .menu li:hover:nth-child(3) {
  margin: 0.2em 0 0.3em;
  transform: translate(1em, -0.2em) rotate(-20deg);
}
#menu .menu--main .menu li:hover:nth-child(4) {
  margin: 0.2em 0 0.2em;
  transform: translate(-0.5em, 0.1em) rotate(-10deg);
}
#menu .menu--social {
  margin: 0 auto 24px;
}
#menu .menu--main, #menu .menu--social {
  opacity: 0;
  transition: opacity 0.6s ease-in-out 0s;
}

body.menu-opened #header #site-title svg {
  fill: var(--dark-green);
}
body.menu-opened #header #menu-button {
  padding: 3px;
}
body.menu-opened #header #menu-button .menu-button__text {
  width: 0;
  margin-left: 0;
  opacity: 0;
}
body.menu-opened #header #menu-button .menu-button__icon .menu-button__icon__line:first-child {
  transform: translate(0, 3px) rotate(-45deg) scaleX(2);
}
body.menu-opened #header #menu-button .menu-button__icon .menu-button__icon__line:last-child {
  transform: translate(0, -3px) rotate(45deg) scaleX(2);
}
body.menu-opened #menu {
  transition-delay: 0s;
  top: 0;
  right: 0;
  border-radius: 0;
  width: 100%;
  height: 100dvh;
}
body.menu-opened #menu .menu--main, body.menu-opened #menu .menu--social {
  opacity: 1;
  transition-delay: 0.7s;
}

@media (min-width: 800px) {
  #menu .menu--main .menu {
    flex-wrap: wrap;
    flex-direction: row;
    width: 10em;
  }
  #menu .menu--main .menu li:nth-child(1) {
    transform: translate(0.4em, 0);
  }
  #menu .menu--main .menu li:nth-child(2) {
    transform: translate(0.4em, 0) rotate(-3deg);
  }
  #menu .menu--main .menu li:nth-child(3) {
    transform: translate(-0.4em, 0) rotate(3deg);
  }
  #menu .menu--main .menu li:nth-child(4) {
    transform: translate(-0.4em, 0);
  }
  #menu .menu--main .menu li:hover:nth-child(1) {
    transform: translate(0.3em, 0) rotate(15deg);
  }
  #menu .menu--main .menu li:hover:nth-child(2) {
    transform: translate(0.9em, -0.1em) rotate(10deg) scale(1.2);
  }
  #menu .menu--main .menu li:hover:nth-child(3) {
    transform: translate(-0.4em, 0.3em) rotate(-20deg);
  }
  #menu .menu--main .menu li:hover:nth-child(4) {
    transform: translate(-0.3em, 0.1em) rotate(-10deg);
  }
}
@media (min-width: 1200px) {
  #header {
    padding: 24px 0;
  }
  #menu {
    top: 24px;
    right: 40px;
  }
}
@media (min-width: 1400px) {
  #menu .menu--main .menu {
    font-size: var(--fs-huge);
  }
}
#footer {
  font-size: var(--fs-tiny);
  padding: 8px 0 16px;
  margin-top: auto;
  line-height: 1.4;
  position: relative;
}
#footer a {
  position: relative;
}
#footer a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  background-color: var(--green);
  display: block;
  width: 100%;
  transition: width 0.3s;
}
#footer a:hover::before {
  width: 0;
  left: auto;
  right: 0;
}

@media (min-width: 1200px) {
  #footer .menu {
    display: flex;
    justify-content: end;
  }
  #footer .menu li {
    width: 33.33333%;
  }
}
.tag {
  background-color: var(--green);
  color: var(--dark-green);
  width: fit-content;
  display: flex;
  padding: 0.2em 0.4em;
  border-radius: var(--border-radius);
}

main.homepage {
  position: relative;
  overflow: hidden;
}
main.homepage .homepage-video {
  width: 100%;
  height: 100dvh;
}
main.homepage .homepage-video .default-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.3;
}
main.homepage .homepage-video .videos {
  width: 100%;
  height: 100%;
  position: relative;
}
main.homepage .homepage-video .videos .article {
  height: 100%;
  width: 100%;
  position: absolute;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.6s 0s;
}
main.homepage .homepage-video .videos .article video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  vertical-align: top;
}
main.homepage .homepage-video .videos .article .title {
  position: absolute;
  bottom: 30px;
  font-size: var(--fs-hero);
  line-height: 1.1;
  z-index: 10;
}
main.homepage .homepage-video .videos .article.active {
  opacity: 1;
  pointer-events: auto;
  transition-delay: 0.2s;
}
main.homepage .homepage-video .marquee-container {
  position: absolute;
  top: 0;
  left: 0;
  cursor: grab;
  width: 100vw;
  height: 100vh;
}
main.homepage .homepage-video .marquee-container .follow-button {
  position: absolute;
  opacity: 0;
  transition: opacity 0.2s;
  margin: -50px 0 0 20px;
}
main.homepage .homepage-video .marquee-container:hover .follow-button {
  opacity: 1;
}
main.homepage .homepage-video .marquee-container__holder {
  height: 400px;
  overflow: hidden;
  position: absolute;
  width: 60px;
  right: 20px;
  top: calc(50% - 200px);
  mask-image: linear-gradient(0deg, transparent 20%, black 40%, black 60%, transparent 80%);
}
main.homepage .homepage-video .marquee-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  will-change: transform;
}
main.homepage .homepage-video .marquee-item {
  height: 120px;
  line-height: 120px;
  text-align: left;
  user-select: none;
  display: flex;
}
main.homepage .homepage-video .marquee-item .number {
  transition: font-size 0.3s;
}
main.homepage .homepage-video .marquee-item .lines {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: end;
  justify-content: space-around;
  margin-left: auto;
}
main.homepage .homepage-video .marquee-item .lines .line {
  width: 12px;
  height: 1.5px;
  background-color: var(--green);
  transition: width 0.3s;
}
main.homepage .homepage-video .marquee-item .lines .line.line--main {
  width: 20px;
}
main.homepage .homepage-video .marquee-item.active .number {
  font-size: 1.25em;
}
main.homepage .homepage-video .marquee-item.active .lines .line.line--main {
  width: 26px;
}
main.homepage .info {
  display: none;
  background-color: var(--dark-green);
  border-radius: var(--border-radius);
  position: absolute;
  right: 40px;
  bottom: 30px;
  padding: 20px 24px;
  transform-origin: right top;
  cursor: pointer;
}
main.homepage .info .text {
  margin-left: 20px;
}
main.homepage .info .ghost {
  display: flex;
  align-items: center;
}
main.homepage .info .ghost img {
  height: 48px;
}

#reveal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  display: none;
  pointer-events: none;
}
#reveal .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--dark-green);
}
#reveal .default-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0.3;
  position: absolute;
  top: 0;
  left: 0;
}
#reveal .logo {
  display: flex;
  position: relative;
  fill: var(--green);
  width: 200px;
  margin: auto;
}

body.show-reveal {
  display: flex;
}

@media (min-width: 1200px) {
  main.homepage .homepage-video .videos .article .title {
    max-width: 50%;
    font-size: var(--fs-title);
  }
  main.homepage .homepage-video .marquee-container {
    right: 40px;
  }
  main.homepage .info {
    display: flex;
  }
}
body.page-template-page-about article {
  min-height: 100dvh;
  padding: 80px 0 20px;
  display: flex;
  align-items: center;
}
body.page-template-page-about article .entry-content p {
  margin: 1em 0;
}
body.page-template-page-about .stickers {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  overflow: hidden;
}
body.page-template-page-about .stickers .sticker {
  width: 40px;
  height: fit-content;
  position: absolute;
  pointer-events: auto;
  transition: opacity 0.3s, scale 0.5s;
  transform-origin: center center;
  scale: 1.5 !important;
  opacity: 0;
}
body.page-template-page-about .stickers .sticker img {
  width: 100%;
}
body.page-template-page-about .stickers .sticker:nth-child(1) {
  left: var(--container-gap);
  top: 20%;
}
body.page-template-page-about .stickers .sticker:nth-child(2) {
  left: 30%;
  top: 15%;
}
body.page-template-page-about .stickers .sticker:nth-child(3) {
  right: var(--container-gap);
  top: 25%;
}
body.page-template-page-about .stickers .sticker:nth-child(4) {
  right: 10%;
  bottom: 15%;
}
body.page-template-page-about .stickers .sticker:nth-child(5) {
  left: 30%;
  bottom: 5%;
}
body.page-template-page-about .stickers .sticker:nth-child(6) {
  left: 60%;
  bottom: 20%;
}
body.page-template-page-about .stickers .sticker:nth-child(7) {
  left: 50%;
  bottom: 8%;
  width: 90px;
}
body.page-template-page-about .stickers .sticker.ready {
  scale: 1 !important;
  opacity: 1;
}

@media (min-width: 800px) {
  body.page-template-page-about .stickers .sticker {
    width: 120px;
  }
  body.page-template-page-about .stickers .sticker:nth-child(7) {
    left: 60%;
    top: 40%;
    width: 260px;
  }
}
@media (min-width: 1200px) {
  body.page-template-page-about article {
    padding-bottom: 30px;
  }
  body.page-template-page-about article .entry-content {
    margin: 3em 0 2em;
  }
  body.page-template-page-about .stickers .sticker:nth-child(7) {
    width: 400px;
    left: 50%;
    top: 35%;
  }
}
body.page-template-page-contact article {
  padding-top: 62px;
  overflow: hidden;
}
body.page-template-page-contact article .container {
  height: 100%;
}
body.page-template-page-contact article .entry-content {
  margin: auto;
  padding: 60px 0;
  text-align: center;
}
body.page-template-page-contact article .entry-content .wp-block-buttons {
  gap: 0;
  max-width: 15em;
  font-size: var(--fs-hero);
}
body.page-template-page-contact article .entry-content .wp-block-button {
  margin: 0.075em;
  width: fit-content;
  transition: transform 0.5s, margin 0.5s;
  opacity: 0;
}
body.page-template-page-contact article .entry-content .wp-block-button:first-child {
  transform: scale(2) translate(-0.4em, -0.2em) rotate(45deg);
}
body.page-template-page-contact article .entry-content .wp-block-button:nth-child(2) {
  transform: scale(2) translate(0.5em, 0) rotate(-30deg);
}
body.page-template-page-contact article .entry-content .wp-block-button .wp-block-button__link {
  background-color: var(--green);
  color: var(--dark-green);
  border-radius: var(--border-radius);
  padding: 0.08em 0.36em;
  white-space: nowrap;
}
body.page-template-page-contact article .entry-content .wp-block-button:hover:nth-child(1) {
  transform: translate(-0.2em, -0.4em) rotate(-3deg) scale(1.3) !important;
}
body.page-template-page-contact article .entry-content .wp-block-button:hover:nth-child(2) {
  transform: translate(-0.2em, 0.5em) rotate(10deg) scale(1.2) !important;
}
body.page-template-page-contact article .contact-footer :where(.is-layout-flex) {
  margin: 0;
  gap: 0;
}
body.page-template-page-contact article .contact-footer h2 {
  font-size: var(--fs-tiny);
  margin: 3em 0 1em;
}
body.page-template-page-contact article .contact-footer p {
  margin: 0;
}
body.page-template-page-contact article .contact-footer .menu--social {
  margin: 4em 0 1em;
}
body.page-template-page-contact article .contact-footer .logo-tag {
  max-width: 240px;
}

@media (min-width: 600px) {
  body.page-template-page-contact article {
    height: calc(100vh - 70px);
  }
  body.page-template-page-contact article .contact-footer .menu--social {
    margin-top: 3em;
  }
  body.page-template-page-contact article .contact-footer .align-to-bottom {
    display: flex;
    flex-direction: column;
    margin-top: auto;
  }
}
@media (min-width: 1200px) {
  body.page-template-page-contact article {
    height: calc(100vh - 50px);
  }
  body.page-template-page-contact article .entry-content .wp-block-buttons {
    font-size: var(--fs-title);
  }
}
main.works {
  position: relative;
  height: calc(100dvh - 70px);
  display: flex;
  overflow: hidden;
}
main.works::after {
  height: 80px;
  width: 100vw;
  background-color: var(--dark-green);
  position: absolute;
  top: calc(50vh - 40px - 10px);
  left: 0%;
  content: "";
  display: block;
}
main.works .works-carousel {
  height: 420px;
  width: 100%;
  margin-top: calc(50vh - 220px);
  z-index: 2;
  position: relative;
  overflow: hidden;
  mask-image: linear-gradient(0deg, transparent 0%, black 20%, black 80%, transparent 100%);
}
main.works .works-carousel__item {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 0.5s;
  height: 60px;
}
main.works .works-carousel__item .works-carousel__item__content {
  text-align: center;
  position: relative;
  width: 100%;
  height: 100%;
  position: relative;
  pointer-events: none;
}
main.works .works-carousel__item .works-carousel__item__content .works-carousel__item__content__container {
  display: block;
  width: 100%;
  position: absolute;
  text-align: center;
  height: 40px;
}
main.works .works-carousel__item .works-carousel__item__content .works-carousel__item__title {
  transition: height 0.3s ease-in-out 0s;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
main.works .works-carousel__item .works-carousel__item__content .works-carousel__item__tags {
  height: 0px;
  font-size: var(--fs-tiny);
  display: flex;
  justify-content: center;
  gap: 5px;
  flex-wrap: wrap;
}
main.works .works-carousel__item .works-carousel__item__content .works-carousel__item__tags .tag {
  gap: 3px;
  transition: transform 0.4s ease-in-out 0s, opacity 0.2s ease-in-out 0s;
  transform-origin: center center;
  opacity: 0;
}
main.works .works-carousel__item .works-carousel__item__content .works-carousel__item__tags .tag .label {
  display: none;
}
main.works .works-carousel__item .works-carousel__item__content .works-carousel__item__tags .tag:nth-child(1) {
  transform: scale(1.5) rotate(45deg);
}
main.works .works-carousel__item .works-carousel__item__content .works-carousel__item__tags .tag:nth-child(2) {
  transform: scale(1.5) rotate(-20deg);
}
main.works .works-carousel__item .works-carousel__item__content .works-carousel__item__tags .tag:nth-child(3) {
  transform: scale(1.5) rotate(30deg);
}
main.works .works-carousel__item[data-active="0"] {
  height: 60px;
}
main.works .works-carousel__item[data-active="0"] .works-carousel__item__content {
  pointer-events: auto;
}
main.works .works-carousel__item[data-active="0"] .works-carousel__item__content .works-carousel__item__title {
  height: 32px;
  transition-delay: 0.8s;
}
main.works .works-carousel__item[data-active="0"] .works-carousel__item__content .works-carousel__item__tags {
  height: auto;
}
main.works .works-carousel__item[data-active="0"] .works-carousel__item__content .works-carousel__item__tags .tag {
  opacity: 1;
}
main.works .works-carousel__item[data-active="0"] .works-carousel__item__content .works-carousel__item__tags .tag:nth-child(1) {
  transform: scale(1);
  transition-delay: 0.8s;
}
main.works .works-carousel__item[data-active="0"] .works-carousel__item__content .works-carousel__item__tags .tag:nth-child(2) {
  transform: scale(1) rotate(3deg);
  transition-delay: 0.95s;
}
main.works .works-carousel__item[data-active="0"] .works-carousel__item__content .works-carousel__item__tags .tag:nth-child(3) {
  transform: scale(1) rotate(-2deg);
  transition-delay: 1.1s;
}
main.works .works-carousel__item__indicator {
  position: absolute;
  right: 15px;
  height: 300px;
  top: calc(50% - 150px);
  width: 30px;
  z-index: 10;
  overflow: hidden;
  mask-image: linear-gradient(0deg, transparent 0%, black 20%, black 80%, transparent 100%);
}
main.works .works-carousel__item__indicator .works-carousel__item__indicator__inner {
  position: absolute;
  right: 0;
  height: 1000px;
  margin-top: -500px;
  transition: top 0.1s ease-in-out;
}
main.works .works-carousel__item__indicator .works-carousel__item__indicator__inner__section {
  height: 100px;
  position: relative;
}
main.works .works-carousel__item__indicator .works-carousel__item__indicator__inner__section span {
  content: "";
  width: 15px;
  height: 1px;
  display: block;
  background-color: var(--green);
  position: absolute;
  right: 0;
}
main.works .works-carousel__item__indicator .works-carousel__item__indicator__inner__section span:nth-child(1) {
  top: 10%;
}
main.works .works-carousel__item__indicator .works-carousel__item__indicator__inner__section span:nth-child(2) {
  top: 30%;
}
main.works .works-carousel__item__indicator .works-carousel__item__indicator__inner__section span:nth-child(4) {
  top: 70%;
}
main.works .works-carousel__item__indicator .works-carousel__item__indicator__inner__section span:nth-child(5) {
  top: 90%;
}
main.works .works-carousel__item__indicator .works-carousel__item__indicator__inner__section .big {
  width: 30px;
  top: 50%;
}
main.works .default-video {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0.3;
}
main.works .background-videos {
  position: relative;
  transition: opacity 0.7s;
}
main.works .background-videos .background-video {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: opacity 0.4s ease-in-out 0s;
  opacity: 0;
}
main.works .background-videos .background-video.active {
  opacity: 1;
  transition-delay: 0.7s;
}
main.works .works-marquee-container {
  height: 360px;
  overflow: hidden;
  position: absolute;
  cursor: grab;
  width: 60px;
  right: 0px;
  padding-right: 20px;
  top: calc(50vh - 190px);
  mask-image: linear-gradient(0deg, transparent 20%, black 40%, black 60%, transparent 80%);
  z-index: 5;
}
main.works .works-marquee-container .marquee-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  will-change: transform;
  width: 40px;
}
main.works .works-marquee-container .marquee-item {
  height: 120px;
  line-height: 120px;
  text-align: left;
  user-select: none;
  display: flex;
}
main.works .works-marquee-container .marquee-item .lines {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: end;
  justify-content: space-around;
  margin-left: auto;
}
main.works .works-marquee-container .marquee-item .lines .line {
  width: 12px;
  height: 1.5px;
  background-color: var(--green);
  transition: width 0.3s;
}
main.works .works-marquee-container .marquee-item .lines .line.line--main {
  width: 20px;
}
main.works .works-marquee-container .marquee-item.active .number {
  font-size: 1.25em;
}
main.works .works-marquee-container .marquee-item.active .lines .line.line--main {
  width: 26px;
}

@media (min-width: 1200px) {
  main.works::after {
    height: 100px;
    top: calc(50vh - 60px);
  }
  main.works .works-carousel {
    height: 560px;
    margin-top: calc(50vh - 290px);
  }
  main.works .works-carousel .works-carousel__item {
    height: 80px;
  }
  main.works .works-carousel .works-carousel__item .works-carousel__item__content__container {
    height: 80px;
  }
  main.works .works-carousel .works-carousel__item .works-carousel__item__content .works-carousel__item__title {
    font-size: var(--fs-hero);
    margin: auto;
    height: 100%;
  }
  main.works .works-carousel .works-carousel__item .works-carousel__item__content .works-carousel__item__tags {
    left: 40px;
    top: 4px;
    position: absolute;
    height: auto;
    flex-direction: column;
    margin-top: 0;
  }
  main.works .works-carousel .works-carousel__item .works-carousel__item__content .works-carousel__item__tags .tag {
    display: block;
  }
  main.works .works-carousel .works-carousel__item .works-carousel__item__content .works-carousel__item__tags .tag .label {
    display: inline-block;
  }
  main.works .works-carousel .works-carousel__item[data-active="0"] .works-carousel__item__content .works-carousel__item__tags .tag:nth-child(1) {
    transform: scale(1) translate(15px, 0);
    transition-delay: 1.2s;
  }
  main.works .works-carousel .works-carousel__item[data-active="0"] .works-carousel__item__content .works-carousel__item__tags .tag:nth-child(2) {
    transform: scale(1) translate(30px, 2px) rotate(3deg);
    transition-delay: 1.35s;
  }
  main.works .works-carousel .works-carousel__item[data-active="0"] .works-carousel__item__content .works-carousel__item__tags .tag:nth-child(3) {
    transform: scale(1) rotate(-2deg);
    transition-delay: 1.5s;
  }
  main.works .works-marquee-container {
    padding-right: 40px;
    width: 80px;
  }
}
body.single {
  overflow-x: hidden;
}
body.single .post {
  padding-top: calc(60px + 2em);
}
body.single .post header .embedded-video {
  border-radius: calc(var(--border-radius) * 2);
  overflow: hidden;
  height: 60vw;
  position: relative;
}
body.single .post header .embedded-video .embedded-video-holder {
  position: static;
  width: 100%;
  height: 100%;
  transition: all 0s ease-in-out;
  overflow: hidden;
}
body.single .post header .embedded-video .embedded-video-holder iframe {
  width: 100%;
  height: 100%;
  vertical-align: top;
}
body.single .post header .embedded-video .embedded-video-holder .poster {
  background: var(--green);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 0.5s 0.5s;
}
body.single .post header .embedded-video .embedded-video-holder .poster img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
body.single .post header .embedded-video .embedded-video-holder .close-fullscreen {
  left: 50%;
  top: -50px;
  position: absolute;
  transform: translate(-50%, 0);
  cursor: pointer;
  border: 0;
  transition: top 0.3s ease-in-out 0s;
}
body.single .post header .embedded-video .embedded-video-holder.expanded {
  margin: 0;
  z-index: 9999;
  top: 0 !important;
  left: 0 !important;
  width: 100vw !important;
  height: 100vh !important;
  border-radius: 0 !important;
}
body.single .post header .embedded-video .embedded-video-holder.expanded .poster {
  opacity: 0 !important;
  pointer-events: none !important;
}
body.single .post header .embedded-video .embedded-video-holder.expanded .close-fullscreen {
  top: 24px;
  transition-delay: 0.5s;
}
body.single .post header .embedded-video .btn {
  pointer-events: auto;
  left: 50%;
  top: 50%;
  opacity: 1;
  position: absolute;
  transform: translate(-50%, -50%);
  cursor: pointer;
}
body.single .post header .entry-title {
  font-size: var(--fs-hero);
  margin: 1em 0 0.6em;
  line-height: 1;
}
body.single .post header .tags {
  margin: 0 0 2em;
  font-size: var(--fs-tiny);
  flex-direction: column;
  gap: 5px;
  display: flex;
}
body.single .post header .tags .tag {
  gap: 3px;
  transition: transform 0.5s ease-in-out, opacity 0.3s ease-in-out;
  opacity: 0;
}
body.single .post header .tags .tag:nth-child(1) {
  transform: scale(2) rotate(45deg);
}
body.single .post header .tags .tag:nth-child(2) {
  transform: scale(2) rotate(-20deg);
}
body.single .post header .tags .tag:nth-child(3) {
  transform: scale(2) rotate(30deg);
}
body.single .post .entry-content .wp-block-gallery {
  margin: 1em calc(var(--container-gap) * -1);
  width: calc(100% + 2 * var(--container-gap));
  display: block;
  overflow: hidden;
}
body.single .post .entry-content .wp-block-image {
  width: auto !important;
  height: 30vh;
  object-fit: cover;
  object-position: center;
  padding: 0 0.5em !important;
}
body.single .post .entry-content .wp-block-image img, body.single .post .entry-content .wp-block-image video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: var(--border-radius);
}
body.single .post .entry-content p {
  margin: 1em 0;
}
body.single .next-post {
  height: 50vh;
  position: relative;
  margin: 40px 0 0;
  overflow: hidden;
}
body.single .next-post .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
body.single .next-post .bg video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body.single .next-post .bg .default-video {
  opacity: 0.3;
}
body.single .next-post .bg .background-video {
  opacity: 0.95;
}
body.single .next-post .next-post__title {
  margin: 1em 0 0.3em;
  font-size: var(--fs-hero);
  position: relative;
  line-height: 1;
}
body.single .next-post .follow-button-wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
body.single .next-post .follow-button-wrapper .follow-button {
  position: absolute;
  opacity: 0;
  transition: opacity 0.2s;
  margin: -50px 0 0 20px;
}
body.single .next-post .follow-button-wrapper:hover .follow-button {
  opacity: 1;
}
body.single .next-post .next-post__btn {
  position: relative;
}
body.single.website-loaded .post header .tags .tag {
  opacity: 1;
}
body.single.website-loaded .post header .tags .tag:nth-child(1) {
  transform: scale(1) rotate(-2deg);
  transition-delay: 2.2s;
}
body.single.website-loaded .post header .tags .tag:nth-child(2) {
  transform: scale(1) translate(15px, 3px) rotate(3deg);
  transition-delay: 2.35s;
}
body.single.website-loaded .post header .tags .tag:nth-child(3) {
  transform: scale(1);
  transition-delay: 2.5s;
}

@media (min-width: 800px) {
  body.single .post {
    padding-top: 170px;
  }
  body.single .post header .embedded-video {
    margin-bottom: 30px;
    height: max(100vh - 360px, 360px);
  }
  body.single .post header .entry-title {
    font-size: var(--fs-title);
    margin: 0 0 1em;
  }
  body.single .post .entry-content p {
    margin: 2.5em 0;
  }
  body.single .post .entry-content .wp-block-gallery {
    width: 100vw;
    margin: 3em 0 3em calc(var(--container-gap) * -1 - 8.33333vw + var(--container-gap) * 0.08333);
  }
  body.single .post .entry-content .wp-block-gallery .wp-block-image {
    height: 320px;
  }
  body.single .next-post .next-post__title {
    font-size: var(--fs-title);
    margin: 0.5em 0 0.3em;
  }
}
@media (min-width: 1200px) {
  body.single .next-post .next-post__title {
    margin: 0.7em 0 0.3em;
  }
  body.single .post header .embedded-video .clickable-hidden-block {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    z-index: 1;
  }
  body.single .post header .embedded-video .btn {
    opacity: 0;
    transform: translate(20%, -150%);
    transition: opacity 0.3s;
  }
  body.single .post header .embedded-video:hover .btn {
    opacity: 1;
    transition-delay: 0.2s;
  }
}
body.page-template-page-legal {
  padding: 140px 0;
}
body.page-template-page-legal .title {
  font-size: 36px;
  margin-bottom: 0.5em;
  line-height: 0.9em;
}
body.page-template-page-legal h2, body.page-template-page-legal h3 {
  margin: 3em 0 1em;
}
body.page-template-page-legal p {
  margin-bottom: 1em;
}

@media (min-width: 1200px) {
  body.page-template-page-legal .title {
    font-size: 81px;
  }
}
html {
  overscroll-behavior: none none;
}

body {
  font-family: var(--ff-text);
  font-size: var(--fs-normal);
  line-height: 1.3;
  background-color: var(--dark-green);
  color: var(--green);
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overscroll-behavior: none none;
}
body #cover {
  opacity: 1;
  transition: opacity 0.5s 0.2s;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: var(--dark-green);
  z-index: 100000;
  pointer-events: none;
}
body.website-loaded #cover {
  opacity: 0;
}
body.website-unloaded #cover {
  opacity: 1;
}
body.unclickable * {
  pointer-events: none !important;
}

::selection {
  color: var(--dark);
  background-color: var(--accent);
}

button, input, textarea {
  font-family: var(--ff-text);
  font-size: var(--fs-normal);
  line-height: 1.1;
  background-color: var(--green);
  color: var(--dark-green);
}
