/*
Theme Name: Skibook
Author: Studio Zaiste
Version: 1.0
*/
@font-face {
  font-family: "Darker Grotesque";
  src: local("Darker Grotesque Regular"), local("DarkerGrotesque-Regular"), url(fonts/DarkerGrotesque-Regular.ttf) format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Darker Grotesque";
  src: local("Darker Grotesque Bold"), local("DarkerGrotesque-Bold"), url(fonts/DarkerGrotesque-Bold.ttf) format("truetype");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: "Darker Grotesque";
  src: local("Darker Grotesque Black"), local("DarkerGrotesque-Black"), url(fonts/DarkerGrotesque-Black.ttf) format("truetype");
  font-style: normal;
  font-weight: 900;
  font-display: swap;
}
@font-face {
  font-family: "Spectral";
  src: local("Spectral Light"), local("Spectral-Light"), url(fonts/Spectral-Light.ttf) format("truetype");
  font-style: normal;
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: "Spectral";
  src: local("Spectral Light Italic"), local("Spectral-LightItalic"), url(fonts/Spectral-LightItalic.ttf) format("truetype");
  font-style: italic;
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: "Spectral";
  src: local("Spectral Regulark"), local("Spectral-Regular"), url(fonts/Spectral-Regular.ttf) format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Spectral";
  src: local("Spectral Italic"), local("Spectral-Italic "), url(fonts/Spectral-Italic.ttf) format("truetype");
  font-style: italic;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Spectral";
  src: local("Spectral Bold"), local("Spectral-Bold"), url(fonts/Spectral-Bold.ttf) format("truetype");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: "Spectral";
  src: local("Spectral Bold Italic"), local("Spectral-BoldItalic"), url(fonts/Spectral-BoldItalic.ttf) format("truetype");
  font-style: italic;
  font-weight: 600;
  font-display: swap;
}
:root {
  --color-white: #ffffff;
  --color-gray-1: #F8F8F8;
  --color-gray-2: #D2D1D1;
  --color-black: #000000;
  --color-red: #DA0035;
  --color-blue: #153FEF;
  --color-mark: #fff8bf;
  --shadow-1: 0 1rem 30rem rgba(0,0,0,0.1);
  --shadow-2: 0 0 1rem rgba(0,0,0,0.1);
  --font-size-header: 3.2rem;
  --font-size-header-2: 3.2rem;
  --font-size-h2: 3.2rem;
  --font-size-h3: 2.2rem;
  --font-size-h4: 2.4rem;
  --font-size-h5: 2.1rem;
  --font-size-lead: 1.8rem;
  --font-size-text: 1.8rem;
  --font-size-special-1: 1.6rem;
  --font-size-special-2: 1.8rem;
  --font-size-meta: 1.4rem;
}
@media (min-width: 992px) {
  :root {
    --font-size-header: 5.4rem;
    --font-size-h2: 4.4rem;
    --font-size-h3: 3.2rem;
    --font-size-h4: 2.4rem;
    --font-size-h5: 2.3rem;
    --font-size-text: 2.3rem;
    --font-size-lead: 1.8rem;
    --font-size-special-1: 1.8rem;
  }
}
@media (min-width: 1920px) {
  :root {
    --font-size-header: 6.4rem;
    --font-size-h2: 5.4rem;
    --font-size-h3: 4.4rem;
    --font-size-h4: 3.2rem;
    --font-size-h5: 2.4rem;
    --font-size-text: 2.4rem;
    --font-size-lead: 2.1rem;
    --font-size-special-1: 2.1rem;
  }
}

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

ul, ol {
  list-style: none;
}

html, body {
  min-height: 100vh;
  scroll-behavior: smooth;
}

.overflow {
  overflow: hidden;
  height: 100vh;
}

img {
  width: 100%;
  height: auto;
}

@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
html {
  font-size: 0.625rem;
}
@media (min-width: 1920px) {
  html {
    font-size: 0.695rem;
  }
}

body {
  margin: 0;
  padding: 0;
  font-family: "Darker Grotesque", "Arial", sans-serif;
  font-weight: 400;
  font-stretch: normal;
  font-size: 1.6rem;
}

input {
  font-family: "Darker Grotesque", "Arial", sans-serif;
  font-weight: 400;
  font-stretch: normal;
}

body {
  overflow-x: hidden;
  background-color: var(--color-gray-1);
}
@media (min-width: 992px) {
  body {
    overflow-x: unset;
  }
}

a {
  color: inherit;
  text-decoration: none;
}

.wrapper {
  padding: 3rem;
  max-width: 192rem;
  width: 100%;
  position: relative;
}
@media (min-width: 992px) {
  .wrapper {
    padding: 7rem 0 0 0;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
  }
}

.header {
  padding-bottom: 4rem;
  position: relative;
}
@media (min-width: 992px) {
  .header {
    padding-bottom: unset;
    width: 25%;
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media (min-width: 992px) {
  .header--navigation {
    position: sticky;
    top: 6rem;
  }
}
.header--brand svg {
  width: 10rem;
  height: auto;
}
@media (min-width: 992px) {
  .header--brand svg {
    width: 18rem;
  }
}
.header--nav {
  height: 0;
  opacity: 0;
  overflow: hidden;
  transition: all ease 0.3s;
}
@media (min-width: 992px) {
  .header--nav {
    opacity: 1;
    padding: 0;
    height: auto;
    overflow: auto;
    display: block;
    padding-top: 5rem;
  }
}
.header--nav li {
  margin: 1rem 0;
}
.header--nav li a {
  font-size: var(--font-size-special-2);
  font-weight: 600;
}
.header--nav.active {
  opacity: 1;
  padding-top: 2rem;
  height: auto;
  overflow: auto;
}
.header--sm {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background-color: var(--color-gray-1);
  text-align: center;
  box-shadow: var(--shadow-2);
}
.header--sm a {
  margin: 1rem;
}
@media (min-width: 768px) {
  .header--sm {
    position: unset;
    box-shadow: none;
    text-align: left;
  }
  .header--sm a {
    margin: 0 1rem 0 0;
  }
}
@media (min-width: 992px) {
  .header--sm {
    margin-top: 5rem;
    opacity: 1;
    height: auto;
    overflow: auto;
  }
}

.burger {
  width: 4.2rem;
  height: 4.2rem;
  border: 0 none;
  background: transparent;
  position: absolute;
  z-index: 300;
  top: -0.25rem;
  right: 0;
  cursor: pointer;
  transition: all ease 0.3s;
}
@media (min-width: 768px) {
  .burger {
    opacity: 0;
    pointer-events: none;
    z-index: -1;
  }
}
.burger::after {
  position: absolute;
  top: 2rem;
  left: 0;
  content: " ";
  width: 3.8rem;
  height: 0;
  border-bottom: solid 0.2rem var(--color-black);
  border-radius: 0.1rem;
  transition: all ease 0.3s;
}
.burger::before {
  position: absolute;
  top: 2.8rem;
  left: 0;
  content: " ";
  width: 2.8rem;
  height: 0;
  border-bottom: solid 0.2rem var(--color-black);
  border-radius: 0.1rem;
  transition: all ease 0.3s;
}
.burger.close::before {
  transform: rotate(-45deg) translateY(-1rem);
  left: 1.5rem;
  bottom: 2rem;
  width: 3rem;
}
.burger.close::after {
  transform: rotate(45deg) translateY(-1rem);
  left: 0;
  top: 2.8rem;
  width: 3rem;
}
@media (min-width: 992px) {
  .burger {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }
}

@media (min-width: 992px) {
  .content {
    width: 75%;
  }
}
.content--header {
  padding: 0 10% 3rem 0;
}
@media (min-width: 992px) {
  .content--header {
    padding: 6rem 10% 7rem 0;
  }
}
.content--header--title-home {
  font-weight: 400;
  font-size: var(--font-size-special-1);
}
.content--header--title {
  font-weight: 600;
  font-size: var(--font-size-special-1);
}

.article-list .article {
  margin-bottom: 5rem;
  position: relative;
}
.article-list .article a {
  display: block;
}
.article-list .article img {
  display: flex;
}
.article-list .article h2 {
  font-size: var(--font-size-header);
  line-height: 100%;
  margin-bottom: 2rem;
}
.article-list .article p {
  font-size: var(--font-size-lead);
  font-weight: 500;
}
.article-list .article.highlighted .article--image {
  border-left: 0.5rem solid var(--color-red);
  aspect-ratio: 1/1;
  overflow: hidden;
  position: relative;
}
.article-list .article.highlighted .article--image a {
  display: flex;
  width: 100%;
  height: 100%;
  position: relative;
}
@media (min-width: 992px) {
  .article-list .article.highlighted .article--image {
    aspect-ratio: 21/9;
  }
}
.article-list .article.highlighted .article--image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.article-list .article.highlighted .article--body {
  margin-right: 10%;
}
@media (min-width: 992px) {
  .article-list .article.highlighted .article--body {
    margin-right: 30%;
  }
}
.article-list .article--image {
  box-shadow: var(--shadow-1);
  position: relative;
  z-index: 1;
  aspect-ratio: 4/3;
  border-left: solid 0.5rem var(--color-black);
}
@media (min-width: 992px) {
  .article-list .article--image {
    aspect-ratio: 19/9;
  }
}
.article-list .article--image a {
  display: flex;
  width: 100%;
  height: 100%;
  position: relative;
}
.article-list .article--image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.article-list .article--image svg {
  width: 100%;
  height: auto;
}
.article-list .article--body {
  margin-top: -5rem;
  padding: 1.5rem;
  background: var(--color-white);
  box-shadow: var(--shadow-1);
  position: relative;
  z-index: 2;
  margin-right: 10%;
}
@media (min-width: 992px) {
  .article-list .article--body {
    margin-top: -9rem;
    padding: 2.5rem;
    margin-right: 15%;
  }
}
.article-list .article--body--meta {
  font-size: var(--font-size-meta);
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 1rem;
}
.article-list .article--body--meta ul {
  margin-left: 3rem;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  position: relative;
}
.article-list .article--body--meta ul::before {
  position: absolute;
  left: -2rem;
  top: 0.7rem;
  content: "";
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  background-color: var(--color-red);
}
.article-list .article--body--meta--updated {
  position: relative;
  margin-left: 2rem;
  font-weight: 600;
}
.article-list .article--body--meta--updated::before {
  position: absolute;
  left: -1.5rem;
  top: 0.7rem;
  content: "";
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  background-color: var(--color-red);
}
@media (min-width: 992px) {
  .article-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media (min-width: 992px) {
  .article-wrapper--content {
    width: 70%;
  }
}
@media (min-width: 992px) {
  .article-wrapper--sidebar {
    padding-left: 5%;
    padding-right: 5%;
    width: 30%;
  }
}
.article-wrapper .article:nth-child(odd) .article--body {
  margin-left: 10%;
  margin-right: 0;
}
@media (min-width: 992px) {
  .article-wrapper .article:nth-child(odd) .article--body {
    margin-left: 15%;
  }
}

.ski-stations {
  margin: 0 0 2rem 0;
  position: relative;
  background-image: url("images/bg-where.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  min-height: 36rem;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.ski-stations h2 {
  padding: 4rem 0 8rem 3rem;
  font-size: var(--font-size-header-2);
  line-height: 100%;
  color: var(--color-white);
  width: 100%;
}
.ski-stations .nav__terms {
  align-self: flex-end;
  margin-right: 10%;
  margin-bottom: -2rem;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  background: var(--color-white);
  box-shadow: var(--shadow-1);
}
@media (min-width: 992px) {
  .ski-stations .nav__terms {
    margin-right: 0;
    margin-bottom: -6rem;
    display: inline-flex;
    flex-direction: column;
  }
}
.ski-stations .nav__terms a {
  padding: 1.25rem 3rem;
  display: flex;
  font-weight: 600;
  transition: all ease 0.3s;
}
.ski-stations .nav__terms a:hover {
  background: var(--color-gray-1);
}

.ski-stations-desc {
  margin: 3rem 0;
  padding: 1.5rem;
  background-color: var(--color-white);
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media (min-width: 992px) {
  .ski-stations-desc {
    grid-template-columns: repeat(3, 1fr);
  }
}
.ski-stations-desc--image {
  grid-column-start: 1;
  grid-column-end: 3;
}
@media (min-width: 992px) {
  .ski-stations-desc--image {
    grid-column-end: 4;
  }
}
.ski-stations-desc--image img {
  margin: 0 !important;
  display: block;
}
.ski-stations-desc--item {
  display: flex;
  align-items: center;
}
.ski-stations-desc--item img {
  width: 5.6rem;
  height: auto;
  display: flex;
}
.ski-stations-desc--item span {
  margin-left: 2rem;
  font-size: var(--font-size-meta);
  line-height: 120%;
}
.ski-stations-desc--item strong {
  display: block;
  font-size: var(--font-size-h5);
}

.ski-stations-address {
  margin: 3rem 0 6rem 0;
  padding: 1.5rem;
  border-top: solid 0.2rem var(--color-black);
  background-color: var(--color-white);
  font-size: var(--font-size-meta);
  line-height: 133%;
}
.ski-stations-address iframe {
  width: 100%;
  height: 320px;
}
.ski-stations-address--name {
  padding: 1.5rem 0;
}
.ski-stations-address strong {
  display: block;
  font-size: var(--font-size-special-1);
}
.ski-stations-address span {
  margin-right: 1.5rem;
  font-size: var(--font-size-meta);
}

.post {
  margin-bottom: 10rem;
}
.post h1 {
  font-size: var(--font-size-header);
  line-height: 120%;
}
.post--header {
  margin-bottom: 4rem;
}
.post--header--image {
  display: flex;
  box-shadow: var(--shadow-1);
  aspect-ratio: 16/9;
  overflow: hidden;
}
.post--header--image img {
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 992px) {
  .post--header--meta {
    width: 70%;
  }
}
.post--header--meta--time {
  font-size: var(--font-size-meta);
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 1rem;
}
.post--header--meta--time--updated {
  position: relative;
  margin-left: 2rem;
  font-weight: 600;
}
.post--header--meta--time--updated::before {
  position: absolute;
  left: -1.5rem;
  top: 0.7rem;
  content: "";
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  background-color: var(--color-red);
}
.post--header--meta--tags {
  margin: 2rem 0;
  line-height: 160%;
}
.post--header--meta--tags .icon {
  margin-right: 1rem;
  margin-bottom: 1rem;
  display: block;
}
@media (min-width: 992px) {
  .post--header--meta--tags .icon {
    display: inline-flex;
  }
}
.post--header--meta--tags a:hover {
  color: var(--color-red);
  text-decoration: underline;
}
.post--body {
  padding-right: 0;
  font-size: var(--font-size-text);
  line-height: 144%;
  letter-spacing: 0.025em;
}
@media (min-width: 992px) {
  .post--body {
    padding-right: 5%;
  }
}
.post--body h2 {
  font-size: var(--font-size-h2);
}
.post--body h3 {
  font-size: var(--font-size-h3);
}
.post--body h4 {
  font-size: var(--font-size-h4);
}
.post--body h5 {
  font-size: var(--font-size-h5);
}
.post--body figure {
  margin: 0;
}
.post--body h2, .post--body h3, .post--body h4, .post--body h5 {
  margin-top: 6rem;
  margin-bottom: 2rem;
  line-height: 111%;
}
.post--body p {
  margin: 2rem 0;
}
.post--body img {
  margin: 2rem 0;
}
.post--body a {
  border-bottom: dotted 0.1rem var(--color-red);
  color: var(--color-red);
}
.post--body b, .post--body strong {
  font-weight: 600;
}
.post--body--lead {
  font-size: var(--font-size-h3);
  line-height: 120%;
  font-weight: 600;
}
.post--author-description {
  margin: 4rem 0;
  background-color: var(--color-white);
  padding: 1.5rem;
  display: flex;
  border-top: solid 0.2rem var(--color-black);
}
.post--author-description a {
  color: inherit;
}
.post--author-description .image {
  aspect-ratio: 1/1;
  width: 14rem;
  height: 14rem;
  min-width: 14rem;
  margin-right: 2rem;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
  display: flex;
}
.post--author-description .image img {
  margin: 0;
  padding: 0;
  display: block;
}
.post--author-description .author h4 {
  margin: 0.5rem 0 1.5rem 0;
  padding: 0;
}
.post--author-description .author p {
  margin: 0;
  padding: 0;
  font-size: var(--font-size-special-2);
  line-height: 120%;
}

.iframe-container {
  margin: 5rem 0;
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.iframe-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.icon {
  display: inline-flex;
  margin: 0.2rem;
  width: 3.2rem;
  height: 3.2rem;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
  text-indent: -999px;
}
.icon.fb {
  background-image: url("images/icon-fb.svg");
}
.icon.in {
  background-image: url("images/icon-in.svg");
}

.pagination {
  margin: 3rem 0 7rem 0;
  text-align: center;
}
.pagination a {
  margin: 0.2rem 0.2rem;
  padding: 1rem 2rem;
  display: inline-flex;
  background-color: var(--color-white);
}
.pagination a:last-child {
  font-weight: 700;
}

.featured-posts {
  margin: 2rem 0;
}
.featured-posts h4 {
  font-size: var(--font-size-h4);
  color: var(--color-gray-2);
}
.featured-posts--list--item {
  padding: 4rem 0;
  display: block;
  border-bottom: solid 0.1rem var(--color-black);
}
.featured-posts--list--item:last-child {
  border-bottom: 0;
}
.featured-posts--list--item h3 {
  margin: 0 0 1.5rem 0;
  font-size: var(--font-size-h4);
  line-height: 120%;
}

.highlighted-posts {
  margin: 2rem 0;
}
.highlighted-posts h4 {
  font-size: var(--font-size-h4);
  color: var(--color-gray-2);
}
.highlighted-posts--list--item {
  padding: 4rem 0;
  display: block;
  border-bottom: solid 0.1rem var(--color-black);
}
.highlighted-posts--list--item:last-child {
  border-bottom: 0;
}
.highlighted-posts--list--item img {
  border-left: solid 0.3rem var(--color-black);
  display: block;
  box-shadow: var(--shadow-1);
}
.highlighted-posts--list--item h3 {
  margin: 1.5rem 0;
  font-size: var(--font-size-h4);
  line-height: 120%;
}

mark {
  background-color: var(--color-mark);
  padding: 0 0.75rem;
  border-radius: 0.5rem;
}

.wp-block-quote {
  margin: 4rem 0;
  padding: 0 1rem 0 2rem;
  border-left: solid 0.3rem var(--color-black);
  font-weight: 600;
  background-color: rgba(255, 255, 255, 0.75);
}
.wp-block-quote p {
  padding: 1rem 0;
}/*# sourceMappingURL=style.css.map */