.red {
  color: #D45F49; }

.yellow {
  color: #F4C670; }

.pink {
  color: #F4D1B9; }

.rose {
  color: #EBDFCF; }

.karamelli {
  color: #CAC5B9; }

.vesi {
  color: #E2E7DB; }

.nude {
  color: #EAE1D4; }

.pellava {
  color: #E5E5E3; }

* {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  list-style: none;
  box-sizing: border-box;
  border-collapse: inherit;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: transparent;
  user-select: none;
  -webkit-text-rendering: optimizeSpeed;
  text-rendering: optimizeSpeed; }

html,
body {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /* overflow: hidden; */
  position: absolute;
  overscroll-behavior: none;
  scroll-behavior: smooth; }

body {
  font-family: 'Playfair Display';
  background-color: #F5F5F5;
  color: #3C3C3C; }

img,
video {
  width: 100%;
  display: block;
  user-select: none;
  pointer-events: none; }

figure, section, footer {
  position: relative; }

.is-device {
  overflow: inherit;
  position: relative body;
    position-overflow: hidden;
    position-overflow-y: scroll; }

@font-face {
  font-family: 'Playfair Display';
  src: url(fonts/PlayfairDisplay-Medium.ttf) format("ttf");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Playfair Display';
  src: url(fonts/PlayfairDisplay-Regular.ttf) format("ttf");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Playfair Display';
  src: url(fonts/PlayfairDisplay-Black.ttf) format("ttf");
  font-weight: 900;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Playfair Display';
  src: url(fonts/PlayfairDisplay-Light.ttf) format("ttf");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }

/* @font-face { */
/*     font-family: 'Playfair Display'; */
/*     src: url(./fonts/PlayfairDisplay-BlackItalic.ttf2) format("ttf"); */
/*     font-weight: 900; */
/*     font-style: italic; */
/*     font-display: swap */
/* } */
@font-face {
  font-family: 'Charter';
  src: url("fonts/CharterRegular.ttf") format("ttf"); }

a {
  cursor: pointer;
  color: inherit;
  color: #D45F49;
  text-decoration: none; }
  a.cta {
    background-color: #33333D;
    color: white;
    height: 200px;
    font-family: Montserrat, Helvetica;
    text-transform: uppercase;
    font-size: 22px;
    padding: 15px 65px;
    margin-top: 15px;
    max-width: 400px;
    white-space: nowrap; }
    @media only screen and (max-width: 800px) {
      a.cta {
        height: 150px;
        font-size: 18px;
        padding: 10px 25px;
        max-width: 150px; } }
  a.cta.inverse {
    color: #33333D;
    background-color: white; }

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-family: Montserrat, Helvetica, sans-serif; }

h1 {
  text-transform: uppercase;
  /*     font-size: 120px; */
  font-size: 7vw;
  line-height: 1.2;
  font-weight: 400;
  margin-top: 150px; }
  h1 em {
    font-family: "Satisfy", cursive;
    font-style: italic;
    text-transform: none; }
  @media only screen and (max-width: 800px) {
    h1 {
      margin-top: 150px;
      margin-top: 13vh;
      font-size: 42px;
      text-align: center; } }
  @media only screen and (min-width: 1600px) {
    h1 {
      font-size: 120px; } }

h2 {
  font-size: 24px; }
  @media only screen and (max-width: 800px) {
    h2 {
      font-size: 18px; } }

h3 {
  font-family: 'Playfair Display',serif; }

#head {
  position: relative;
  /*     display: flex; */
  /*     flex-wrap: wrap; */
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
  min-height: calc(100vh);
  width: 100%; }
  #head .logo {
    position: relative;
    padding: 70px 0 0 160px;
    margin: 0;
    color: #F2F1EA;
    height: 25px; }
    @media only screen and (max-width: 800px) {
      #head .logo {
        position: relative;
        text-align: center;
        padding-top: 70px;
        padding-left: 0;
        margin: 0 auto; } }
  #head .title {
    color: #F2F1EA;
    position: absolute;
    left: 160px;
    /* 	    top: 85px; */ }
    #head .title h1 {
      margin-top: 30vh;
      background-color: rgba(34, 34, 34, 0.8);
      padding: 30px;
      margin-left: -30px;
      box-sizing: border-box; }
    @media only screen and (max-width: 800px) {
      #head .title {
        position: relative;
        text-align: center;
        left: initial;
        top: initial; }
        #head .title h1 {
          /* 		    	margin-top: 35vh; */
          margin-left: auto;
          font-size: 32px; } }
  #head .subtitle {
    color: #F2F1EA;
    bottom: 18vh;
    position: absolute;
    text-align: center;
    width: 100%; }

@supports (-webkit-touch-callout: none) {
  #head {
    background-attachment: scroll; } }

@supports not (-webkit-touch-callout: none) {
  #head {
    background-attachment: fixed; } }

p, li {
  font-family: 'Charter', serif; }

button {
  cursor: pointer;
  background: none;
  outline: 0;
  border: 0; }

svg {
  width: 100%;
  height: 100%;
  display: block;
  overflow: visible; }

.navigation {
  position: initial; }

nav {
  position: absolute;
  bottom: 150px;
  left: 40px;
  width: 300px;
  z-index: 20; }
  nav li {
    font-size: 18px;
    font-family: "Montserrat";
    text-transform: uppercase; }
    nav li a {
      color: #A89C89; }
    nav li.active a {
      font-weight: 600; }
  nav.sticky {
    position: fixed;
    top: 50px;
    bottom: inherit; }
  nav ul.head li a {
    color: white; }
  nav ul.head li.active a {
    font-weight: 600; }
  @media only screen and (max-width: 800px) {
    nav {
      display: none; } }

section {
  max-width: 1600px;
  margin: 0 auto; }
  section.full_width {
    max-width: 100%;
    margin: 0 auto; }

/** ANIMATIONS **/
#circ {
  position: absolute;
  top: 10vh;
  right: 5%;
  width: 45px;
  height: 45px;
  animation-name: rot;
  animation-duration: 5s;
  animation-iteration-count: 10;
  animation-timing-function: linear; }

.reveal {
  position: relative;
  transform: translateY(150px);
  opacity: 0;
  transition: 3s all ease; }
  .reveal.active {
    transform: translateY(0);
    opacity: 1; }

.rotate {
  animation-name: rotate;
  animation-duration: 15s;
  animation-iteration-count: 10;
  animation-timing-function: linear; }

.rotreverse {
  animation-name: rotreverse;
  animation-duration: 15s;
  animation-iteration-count: 10;
  animation-timing-function: linear; }

@keyframes rot {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@keyframes rotate {
  from {
    transform: rotate(-360deg); }
  to {
    transform: rotate(360deg); } }

@keyframes rotreverse {
  from {
    transform: rotate(360deg); }
  to {
    transform: rotate(-360deg); } }

/*
@keyframes slidein {
    from { 
        margin-left: 100%;
        width: 300%;
    }
    to { 
        margin-left: 0%;
        width: 100%;
    }
}
*/
/** CONTENT BLOCKS **/
.t-content {
  margin: 5vh 15vw; }
  .t-content h2 {
    font-weight: 600;
    /*         font-size: 120px; */
    font-size: 5vw;
    color: black;
    text-transform: uppercase; }
    @media only screen and (max-width: 800px) {
      .t-content h2 {
        font-size: 46px; } }
  .t-content p {
    /* 	    font-size: 36px; */
    font-size: 2vw;
    margin-bottom: 36px; }

.section_title {
  text-align: center;
  padding: 150px 0px;
  background-color: white;
  margin: 40px 0px;
  width: 100%; }
  .section_title h2 {
    font-weight: 600;
    text-transform: uppercase; }
  .section_title .subtitle {
    color: #A89C89;
    font-family: Montserrat;
    padding: 30px 0px; }

article.t-idea {
  max-width: 1600px;
  margin: 5vh 12vw; }

.t-idea {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  /* align-items: stretch; */
  gap: 80px; }
  @media only screen and (min-width: 800px) {
    .t-idea {
      padding-bottom: 50px; }
      .t-idea:nth-child(odd) {
        flex-direction: row-reverse; } }

.t-block {
  justify-content: flex-start;
  flex: 4 0 57%; }
  .t-block h3 {
    font-size: 60px;
    font-size: 3.5vw;
    font-weight: bold;
    color: #A89C89;
    transform: translate(0px, 0px);
    opacity: 1;
    /*         animation-duration: 5s; */
    /*         animation-name: slidein;  */ }
    @media only screen and (min-width: 1600px) {
      .t-block h3 {
        font-size: 60px; } }
  .t-block.work {
    flex: 4 0 50%;
    margin-left: 55%;
    border-left: 1px solid black;
    padding-left: 25px; }
    .t-block.work h4 {
      font-size: 24px; }
    .t-block.work p {
      font-size: 18px; }

.t-block h4, .tarina h4 {
  /*     font-size: 24px; */
  font-size: 2vw;
  text-transform: uppercase;
  margin: 40px 0; }
  @media only screen and (min-width: 1600px) {
    .t-block h4, .tarina h4 {
      font-size: 60px; } }

.t-block ul, .tarina ul, .t-idea ul {
  margin-left: 0;
  padding-left: 40px;
  margin-bottom: 36px; }

.t-block p, .tarina p, .t-block ul li, .t-idea ul li {
  font-size: 2vw;
  line-height: 1.3;
  list-style: disc; }
  @media only screen and (min-width: 1600px) {
    .t-block p, .tarina p, .t-block ul li, .t-idea ul li {
      font-size: 36px; } }
  @media only screen and (max-width: 800px) {
    .t-block p, .tarina p, .t-block ul li, .t-idea ul li {
      font-size: 18px; } }

.glyph {
  font-size: 350px;
  font-size: 22vw;
  flex: 1 0 20%;
  flex: 1 0 150px;
  justify-content: center;
  align-items: center;
  margin: auto; }
  @media only screen and (max-width: 800px) {
    .glyph {
      max-width: 150px;
      max-height: 150px; } }

.glyph_image {
  flex: 1 0 300px;
  justify-content: center;
  align-items: center;
  margin: 0 auto; }
  @media only screen and (max-width: 800px) {
    .glyph_image {
      max-width: 150px;
      max-height: 150px; } }
  .glyph_image img {
    border-radius: 50%; }

.alone {
  text-align: center;
  line-height: 200px;
  font-size: 200px;
  margin: 100px auto; }

#tarinoita {
  max-width: 100%; }

.tarinoita {
  margin: 100px 0;
  width: 100%;
  position: relative;
  background-color: white; }

.slanted {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: white;
  -webkit-clip-path: polygon(0 11%, 100% 0, 100% 100%, 0 89%);
  clip-path: polygon(0 11%, 100% 0, 100% 100%, 0 89%);
  height: 700px;
  margin: -110px 0 100px 0; }
  @media only screen and (max-width: 800px) {
    .slanted {
      height: 600px; } }

.tyhja {
  height: 300px; }

.tarina2 {
  color: #839BA3; }

.featured {
  margin: 30px 0;
  background-color: #1B3242; }
  .featured > .tarina2 {
    color: white; }

.swiper {
  --swiper-pagination-bullet-size: 16px;
  --swiper-pagination-bullet-width: 16px;
  --swiper-pagination-bullet-height: 16px;
  --swiper-pagination-color-active-color: red;
  --swiper-pagination-color: #839BA3;
  width: 90vw;
  max-width: 100vw; }

.swiper-slide {
  margin-left: 40px; }
  @media only screen and (max-width: 800px) {
    .swiper-slide {
      margin-left: 0; } }

.tarina_content {
  width: 90%;
  margin: 20px auto;
  flex: 1 2;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center; }
  .tarina_content h2 {
    font-family: 'Playfair Display';
    font-weight: bold;
    text-align: left;
    /*         font-size: 50px; */
    font-size: 4.5vw;
    line-height: 1.1; }
  .tarina_content h4 {
    margin: 0 0 2rem 0; }
  .tarina_content p {
    margin: 0 1rem 1rem 0;
    /*         font-size: 32px; */
    font-size: 1.5vw; }
  .tarina_content .tarina_title {
    width: 35%;
    padding-right: 30px; }
  .tarina_content .tarina_body {
    width: 65%;
    border-left: 1px solid #839BA3; }
    @media only screen and (min-width: 800px) {
      .tarina_content .tarina_body {
        padding-left: 30px; } }

@media only screen and (min-width: 1600px) {
  .tarina2 h2 {
    font-size: 90px; }
  .tarina2 h4, .tarina2 p {
    font-size: 32px;
    margin-left: 10%; }
  .t-content {
    margin: 30px 150px; }
  .t-content h2 {
    font-size: 120px; }
  .t-block h3 {
    font-size: 48px; }
  .t-block h4 {
    font-size: 24px; }
  .t-content p, .t-block p {
    font-size: 36px; }
  .glyph {
    font-size: 300px;
    line-height: 300px; }
  .tarina_title h2 {
    font-size: 80px; } }

@media only screen and (max-width: 800px) {
  .tarina2 h2 {
    font-size: 24px;
    line-height: 24px; }
  .tarina2 h4, .tarina2 p {
    margin-top: 15px;
    margin-left: 10%;
    margin-bottom: 20px;
    font-size: 14px; }
  .t-content h2 {
    font-size: 32px; }
  .t-block h3 {
    font-size: 36px; }
  .t-block h4 {
    font-size: 24px; }
  .t-content p, .t-block p {
    font-size: 18px; }
  .glyph {
    font-size: 300px;
    line-height: 300px;
    font-size: 150px;
    line-height: 150px; }
  .t-block.work {
    margin-left: 10%; }
  .t-block.work p {
    font-size: 15px; } }

svg#sun {
  width: 300px;
  height: 300px;
  position: absolute;
  right: 15%;
  top: 30px;
  overflow: hidden; }
  @media only screen and (max-width: 800px) {
    svg#sun {
      width: 150px;
      height: 150px;
      top: 40px; } }

footer {
  background-color: white;
  width: 100%;
  display: block; }
  footer .footer_top {
    background-color: #F5F5F5;
    height: 200px; }
  footer .footer_bottom {
    background-color: white;
    height: 100%;
    width: 100%; }
    footer .footer_bottom .content {
      font-size: 20px;
      padding: 100px 10vw 20vw 20vw;
      background-color: white;
      width: 100%;
      font-family: 'Helvetica Neue',sans-serif; }
  footer #footer-shape {
    padding: 0;
    margin: 0;
    width: 100%;
    background-color: white; }

#edit {
  z-index: 1000;
  position: fixed;
  top: 5px;
  right: 5px;
  padding: 5px;
  background-color: black; }
  #edit a {
    color: white; }
