.page-template-template-platan11-php #siteHeader {
  display: none;
}

.page-template-template-platan11-php {
  background: #23170f;
}

body.platan11-menu-open {
  overflow: hidden;
}

.platan11-site {
  min-height: 100vh;
  overflow: hidden;
  color: #fef6eb;
  background-color: #23170f;
  background-image: var(--platan11-background-mobile);
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  font-family: korolev, "Montserrat", sans-serif;
}

.platan11-container {
  width: min(calc(100% - 1rem), 1280px);
  margin-inline: auto;
}

.platan11-header {
  position: relative;
  z-index: 20;
}

.platan11-header__logo {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: min(16rem, 65vw);
}

.platan11-header__nav {
  display: flex;
  min-height: 5.75rem;
  align-items: flex-start;
  justify-content: flex-end;
  margin-bottom: 12rem;
  border-bottom: 4px dotted #d7c2a7;
}

.platan11-header__desktop-nav {
  display: none;
}

.platan11-menu-toggle {
  position: relative;
  z-index: 2;
  display: inline-flex;
  width: 5rem;
  height: 5rem;
  cursor: pointer;
  align-items: center;
  justify-content: center;
}

.platan11-menu-toggle img {
  width: 3rem;
}

.platan11-mobile-menu {
  position: fixed;
  inset: 0;
  z-index: 10020;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  padding: 6rem 2rem 2rem;
  background: #1a1a1a;
}

.platan11-mobile-menu[hidden] {
  display: none;
}

.platan11-mobile-menu a {
  padding: 0.75rem;
  color: #ecdcc8;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.15;
  text-align: center;
  text-transform: uppercase;
}

.platan11-mobile-menu .platan11-menu-toggle {
  position: absolute;
  top: 0;
  right: 0;
}

.platan11-hero {
  position: relative;
  min-height: 666px;
}

.platan11-hero__desktop {
  display: none;
}

.platan11-hero__building {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.platan11-hero__mobile-composition {
  position: absolute;
  top: 6rem;
  left: 0.75rem;
  width: calc(100% - 0.75rem);
}

.platan11-dotted-divider {
  height: 6px;
  border-top: 6px dotted #d7c2a7;
}

.platan11-info {
  padding-top: 4rem;
}

.platan11-info__text {
  color: #fef6eb;
  font-size: clamp(1.45rem, 3vw, 1.7rem);
  line-height: 1.35;
}

.platan11-info__text p:not(:last-child),
.platan11-buy__text p:not(:last-child) {
  margin-bottom: 1rem;
}

.platan11-info__product {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2rem;
}

.platan11-info__product img {
  width: 100%;
  max-width: 460px;
  max-height: 780px;
  object-fit: contain;
}

.platan11-buy {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 2rem;
}

.platan11-buy__inner {
  width: 100%;
  max-width: 1200px;
}

.platan11-buy__desktop-art {
  display: none;
}

.platan11-buy__art img {
  width: 100%;
}

.platan11-buy__text {
  margin-block: 2rem;
  color: #ecdcc8;
  font-size: clamp(1.35rem, 3vw, 1.7rem);
  font-weight: 600;
  line-height: 1.35;
  text-align: center;
}

.platan11-buy__text a {
  color: inherit;
  text-decoration: underline;
}

.platan11-shop-bar {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  padding-block: 1rem 2rem;
}

.platan11-shop-bar__label {
  display: none;
}

.platan11-shop-bar__logo img {
  width: min(100%, 270px);
}

.platan11-shop-bar__button {
  display: inline-flex;
  min-height: 3rem;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  padding: 0.5rem 3rem;
  background: #ff8f00;
  box-shadow: 0 1rem 2.5rem rgb(0 0 0 / 25%);
  color: #fff;
  font-size: 1.15rem;
  font-weight: 700;
  text-transform: uppercase;
  transition: color 180ms ease, background-color 180ms ease;
}

.platan11-shop-bar__button:hover,
.platan11-shop-bar__button:focus-visible {
  background: #fff;
  color: #ff8f00;
}

.platan11-footer {
  position: relative;
  width: 100%;
  margin-top: 2rem;
}

.platan11-footer__art {
  width: 100%;
}

.platan11-footer__art--desktop {
  display: none;
}

.platan11-footer__content {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
  padding: 0.5rem;
}

.platan11-footer__links {
  display: flex;
  justify-content: center;
  gap: 2rem;
  color: #ecdcc8;
  font-size: 0.9rem;
  font-weight: 700;
  text-transform: uppercase;
}

.platan11-footer__copyright {
  color: #ecdcc8;
  font-size: 0.75rem;
  text-align: center;
}

@media (min-width: 640px) {
  .platan11-hero {
    min-height: 0;
    margin-top: 4rem;
  }

  .platan11-hero__desktop {
    display: flex;
  }

  .platan11-hero__mobile {
    display: none;
  }

  .platan11-hero__left,
  .platan11-hero__right {
    width: 50%;
  }

  .platan11-hero__left {
    position: relative;
  }

  .platan11-hero__title {
    display: flex;
    justify-content: flex-end;
  }

  .platan11-hero__right {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    padding-bottom: 4rem;
  }

  .platan11-hero__right img {
    width: 100%;
    min-width: 500px;
  }

  .platan11-buy__desktop-art {
    display: block;
  }

  .platan11-buy__mobile-art {
    display: none;
  }
}

@media (min-width: 860px) {
  .platan11-site {
    background-image: var(--platan11-background-desktop);
  }

  .platan11-container {
    width: min(calc(100% - 4rem), 1280px);
  }

  .platan11-header__logo {
    width: 20rem;
  }

  .platan11-header__nav {
    min-height: 6.25rem;
    margin-bottom: 0;
  }

  .platan11-header__desktop-nav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 1rem;
    padding: 1rem;
    color: #ecdcc8;
    font-size: 1.05rem;
    font-weight: 700;
    text-transform: uppercase;
  }

  .platan11-header__desktop-nav a {
    transition: color 180ms ease;
  }

  .platan11-header__desktop-nav a:hover,
  .platan11-header__desktop-nav a:focus-visible {
    color: #fff;
  }

  .platan11-header__mobile-nav {
    display: none;
  }

  .platan11-info__text {
    width: 50%;
    padding: 4rem;
    border-bottom: 4px dotted #d7c2a7;
    border-left: 4px dotted #d7c2a7;
  }

  .platan11-shop-bar {
    flex-direction: row;
    justify-content: space-between;
    gap: 1.5rem;
    padding-block: 0;
    border-top: 6px dotted #d7c2a7;
    border-bottom: 6px dotted #d7c2a7;
  }

  .platan11-shop-bar__label {
    display: block;
    align-self: stretch;
    padding: 2rem 4rem;
    border-right: 6px dotted #d7c2a7;
    color: #fff0dc;
    font-size: 4rem;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
  }

  .platan11-shop-bar__button {
    margin-right: 2rem;
  }

  .platan11-footer__art--desktop {
    display: block;
  }

  .platan11-footer__art--mobile {
    display: none;
  }

  .platan11-footer__content {
    bottom: 0.5rem;
    flex-direction: row;
    justify-content: space-between;
    gap: 1rem;
    padding: 1rem;
  }

  .platan11-footer__links,
  .platan11-footer__copyright,
  .platan11-footer__spacer {
    width: 33.333%;
  }

  .platan11-footer__links {
    justify-content: flex-start;
  }

  .platan11-footer__copyright {
    font-size: 0.875rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .platan11-shop-bar__button,
  .platan11-header__desktop-nav a {
    transition: none;
  }
}
