/* ==========================================================
   HOTEL HORAL
   PODZIM V BESKYDECH — CAMPAIGN LANDING PAGE

   Scoped: .hh-autumn
========================================================== */


/* ----------------------------------------------------------
   0. EMERSION RESET
---------------------------------------------------------- */

.wl-max.pos-r > img,
.wl-max.pos-r picture {
  display: none !important;
}

.wl-max.pos-r {
  height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden !important;
}

.breadcrumb,
.breadcrumbs,
.wl-breadcrumb,
#breadcrumbs,
.page-breadcrumb,
.page-title,
.wl-title,
.wl-h1,
.page-header,
.wl-pageHead,
.header-title,
.title-wrap {
  display: none !important;
}

#content,
.content,
.container,
.wl,
.wl-max {
  padding-top: 0 !important;
  margin-top: 0 !important;
}

html,
body {
  background: #f4f1ea !important;
}


/* ----------------------------------------------------------
   1. BASE
---------------------------------------------------------- */

.hh-autumn,
.hh-autumn * {
  box-sizing: border-box;
}

.hh-autumn {
  --ha-cream: #f4f1ea;
  --ha-paper: #faf9f5;
  --ha-white: #ffffff;
  --ha-dark: #101511;
  --ha-dark-soft: #182019;
  --ha-text: #151a16;
  --ha-muted: rgba(21, 26, 22, .67);
  --ha-line: rgba(21, 26, 22, .12);
  --ha-warm: #aa8b63;

  width: 100%;
  margin: 0;
  padding: 0;

  background: var(--ha-cream);
  color: var(--ha-text);

  font-family:
    ui-sans-serif,
    system-ui,
    -apple-system,
    "Segoe UI",
    Roboto,
    Arial,
    sans-serif;

  overflow: hidden;
}

.hh-autumn a {
  color: inherit;
  text-decoration: none;
}

.hh-autumn img {
  max-width: 100%;
}

.hh-autumn .ha-wrap {
  width: min(1280px, calc(100% - 48px));
  margin: 0 auto;
}

.hh-autumn .ha-narrow {
  width: min(940px, calc(100% - 48px));
  margin: 0 auto;
}


/* ----------------------------------------------------------
   2. TYPOGRAPHY
---------------------------------------------------------- */

.hh-autumn .ha-eyebrow {
  margin-bottom: 18px;

  font-size: 12px;
  line-height: 1.3;
  font-weight: 700;

  letter-spacing: .20em;
  text-transform: uppercase;

  color: rgba(21, 26, 22, .52);
}

.hh-autumn .ha-eyebrow--light {
  color: rgba(255, 255, 255, .72);
}

.hh-autumn .ha-eyebrow--warm {
  color: #cbb493;
}

.hh-autumn .ha-display {
  margin: 0;

  font-size: clamp(42px, 5.2vw, 76px);
  line-height: 1.03;
  letter-spacing: -.045em;
  font-weight: 500;
}

.hh-autumn .ha-display--light {
  color: #fff;
}

.hh-autumn .ha-h2 {
  margin: 0 0 28px;

  font-size: clamp(38px, 4.3vw, 64px);
  line-height: 1.04;
  letter-spacing: -.04em;
  font-weight: 500;
}

.hh-autumn .ha-h2--light {
  color: #fff;
}

.hh-autumn .ha-copy {
  max-width: 590px;

  margin: 0 0 18px;

  font-size: clamp(17px, 1.45vw, 20px);
  line-height: 1.75;

  color: var(--ha-muted);
}

.hh-autumn .ha-copy--light {
  color: rgba(255, 255, 255, .74);
}


/* ----------------------------------------------------------
   3. BUTTONS
---------------------------------------------------------- */

.hh-autumn .ha-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;

  gap: 20px;

  margin-top: 32px;
}

.hh-autumn .ha-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  min-height: 52px;
  padding: 15px 24px;

  border-radius: 999px;

  font-size: 14px;
  font-weight: 700;
  line-height: 1;

  transition:
    transform .25s ease,
    background .25s ease,
    color .25s ease;
}

.hh-autumn .ha-btn:hover {
  transform: translateY(-2px);
}

.hh-autumn .ha-btn--light {
  background: #fff;
  color: #111713;
}

.hh-autumn .ha-btn--light:hover {
  background: #f2efe8;
}

.hh-autumn .ha-textLink {
  display: inline-block;

  padding-bottom: 4px;

  border-bottom: 1px solid currentColor;

  font-size: 14px;
  font-weight: 600;
}

.hh-autumn .ha-textLink--light {
  color: rgba(255, 255, 255, .9);
}

.hh-autumn .ha-arrowLink {
  display: inline-flex;
  align-items: center;

  gap: 13px;

  margin-top: 18px;

  font-size: 15px;
  font-weight: 700;
}

.hh-autumn .ha-arrowLink span {
  display: inline-block;

  transition: transform .25s ease;
}

.hh-autumn .ha-arrowLink:hover span {
  transform: translateX(5px);
}


/* ----------------------------------------------------------
   4. GENERIC SECTIONS
---------------------------------------------------------- */

.hh-autumn .ha-section {
  padding: clamp(88px, 10vw, 160px) 0;
}

.hh-autumn .ha-section--white {
  background: var(--ha-paper);
}


/* ----------------------------------------------------------
   5. HERO
---------------------------------------------------------- */

.hh-autumn .ha-hero {
  position: relative;

  width: 100vw;
  max-width: 100vw;

  left: 50%;
  margin-left: -50vw;

  min-height: min(880px, 88vh);

  overflow: hidden;

  background: var(--ha-dark);
}

.hh-autumn .ha-hero__image {
  position: absolute;
  inset: 0;

  width: 100%;
  height: 100%;

  object-fit: cover;
  object-position: center;

  display: block;

  transform: scale(1.015);
}

.hh-autumn .ha-hero__shade {
  position: absolute;
  inset: 0;

  background:
    linear-gradient(
      90deg,
      rgba(7, 10, 8, .69) 0%,
      rgba(7, 10, 8, .42) 42%,
      rgba(7, 10, 8, .12) 75%,
      rgba(7, 10, 8, .08) 100%
    );
}

.hh-autumn .ha-hero__content {
  position: relative;
  z-index: 2;

  min-height: min(880px, 88vh);

  display: flex;
  align-items: flex-end;

  width: min(1360px, calc(100% - 64px));
  margin: 0 auto;

  padding-bottom: clamp(60px, 9vh, 105px);
}

.hh-autumn .ha-hero__box {
  max-width: 800px;

  color: #fff;
}

.hh-autumn .ha-hero__title {
  margin: 0;

  font-size: clamp(54px, 6.4vw, 94px);
  line-height: .98;
  letter-spacing: -.055em;
  font-weight: 500;

  color: #fff;
}

.hh-autumn .ha-hero__lead {
  max-width: 650px;

  margin: 28px 0 0;

  font-size: clamp(18px, 1.6vw, 22px);
  line-height: 1.65;

  color: rgba(255, 255, 255, .86);
}


/* ----------------------------------------------------------
   6. MANIFEST
---------------------------------------------------------- */

.hh-autumn .ha-manifest {
  padding-top: clamp(110px, 13vw, 190px);
  padding-bottom: clamp(110px, 13vw, 190px);

  text-align: center;
}

.hh-autumn .ha-manifest__copy {
  width: min(700px, 100%);

  margin: 52px auto 0;
}

.hh-autumn .ha-manifest__copy p {
  margin: 0 0 20px;

  font-size: clamp(18px, 1.5vw, 21px);
  line-height: 1.8;

  color: var(--ha-muted);
}

.hh-autumn .ha-manifest__copy .ha-manifest__last {
  margin-top: 38px;

  font-weight: 600;

  color: var(--ha-text);
}


/* ----------------------------------------------------------
   7. SPLIT / BESKYDY
---------------------------------------------------------- */

.hh-autumn .ha-split {
  display: grid;
  grid-template-columns: 1.2fr .8fr;

  align-items: center;

  gap: clamp(60px, 8vw, 120px);
}

.hh-autumn .ha-split__media {
  min-height: 650px;
}

.hh-autumn .ha-split__media img {
  width: 100%;
  height: 100%;
  min-height: 650px;

  object-fit: cover;

  display: block;
}

.hh-autumn .ha-split__content {
  padding-right: clamp(0px, 4vw, 50px);
}


/* ----------------------------------------------------------
   8. SLOW MORNING
---------------------------------------------------------- */

.hh-autumn .ha-morning {
  background: #ece6da;
}

.hh-autumn .ha-editorial {
  display: grid;
  grid-template-columns: .78fr 1.22fr;

  align-items: center;

  gap: clamp(60px, 9vw, 130px);
}

.hh-autumn .ha-editorial__copy {
  padding-left: clamp(0px, 3vw, 35px);
}

.hh-autumn .ha-editorial__visual {
  position: relative;
}

.hh-autumn .ha-editorial__visual img {
  width: 100%;
  height: min(720px, 70vw);

  object-fit: cover;

  display: block;
}

.hh-autumn .ha-photoNote {
  position: absolute;

  right: -28px;
  bottom: -32px;

  width: min(340px, 70%);

  padding: 24px 28px;

  background: #fff;

  font-size: 15px;
  line-height: 1.5;

  box-shadow: 0 24px 60px rgba(0, 0, 0, .10);
}

.hh-autumn .ha-photoNote span {
  display: block;

  margin-bottom: 8px;

  font-size: 10px;
  font-weight: 700;

  letter-spacing: .17em;
  text-transform: uppercase;

  color: rgba(21, 26, 22, .46);
}

.hh-autumn .ha-signature {
  margin-top: 35px;

  font-size: 17px;
  font-weight: 600;

  color: var(--ha-text);
}


/* ----------------------------------------------------------
   9. WELLNESS DARK
---------------------------------------------------------- */

.hh-autumn .ha-wellness {
  display: grid;
  grid-template-columns: 1.08fr .92fr;

  min-height: 780px;

  background: var(--ha-dark);
}

.hh-autumn .ha-wellness__media {
  min-height: 780px;
}

.hh-autumn .ha-wellness__media img {
  width: 100%;
  height: 100%;

  object-fit: cover;

  display: block;
}

.hh-autumn .ha-wellness__content {
  display: flex;
  flex-direction: column;
  justify-content: center;

  padding:
    clamp(70px, 8vw, 130px)
    clamp(40px, 7vw, 110px);

  color: #fff;
}

.hh-autumn .ha-wellnessFacts {
  display: flex;
  flex-wrap: wrap;

  gap: 9px;

  margin-top: 24px;
}

.hh-autumn .ha-wellnessFacts span {
  padding: 9px 13px;

  border: 1px solid rgba(255, 255, 255, .15);
  border-radius: 999px;

  background: rgba(255, 255, 255, .06);

  font-size: 12px;
  font-weight: 600;

  color: rgba(255, 255, 255, .78);
}

.hh-autumn .ha-autumnNote {
  max-width: 600px;

  margin-top: 42px;
  padding-top: 30px;

  border-top: 1px solid rgba(255, 255, 255, .14);
}

.hh-autumn .ha-autumnNote__label {
  display: block;

  margin-bottom: 12px;

  font-size: 10px;
  font-weight: 700;

  letter-spacing: .18em;

  color: #cbb493;
}

.hh-autumn .ha-autumnNote strong {
  display: block;

  margin-bottom: 10px;

  font-size: 20px;
  font-weight: 600;
}

.hh-autumn .ha-autumnNote p {
  margin: 0;

  font-size: 15px;
  line-height: 1.7;

  color: rgba(255, 255, 255, .63);
}


/* ----------------------------------------------------------
   10. PAUSE
---------------------------------------------------------- */

.hh-autumn .ha-pause {
  position: relative;

  min-height: min(760px, 80vh);

  display: flex;
  align-items: center;
  justify-content: center;

  overflow: hidden;
}

.hh-autumn .ha-pause__image {
  position: absolute;
  inset: 0;
}

.hh-autumn .ha-pause__image img {
  width: 100%;
  height: 100%;

  object-fit: cover;

  display: block;
}

.hh-autumn .ha-pause__overlay {
  position: absolute;
  inset: 0;

  background: rgba(9, 12, 10, .38);
}

.hh-autumn .ha-pause__text {
  position: relative;
  z-index: 2;

  padding: 50px 24px;

  text-align: center;

  color: #fff;
}

.hh-autumn .ha-pause__text span {
  display: block;

  margin-bottom: 20px;

  font-size: 11px;
  font-weight: 700;

  letter-spacing: .22em;
}

.hh-autumn .ha-pause__text h2 {
  margin: 0;

  font-size: clamp(42px, 5.2vw, 76px);
  line-height: 1.05;
  letter-spacing: -.045em;
  font-weight: 500;
}


/* ----------------------------------------------------------
   11. CARE
---------------------------------------------------------- */

.hh-autumn .ha-care {
  background: var(--ha-paper);
}

.hh-autumn .ha-care__grid {
  display: grid;
  grid-template-columns: .8fr 1.2fr;

  gap: clamp(60px, 9vw, 130px);

  align-items: center;
}

.hh-autumn .ha-care__content {
  padding-left: clamp(0px, 4vw, 50px);
}

.hh-autumn .ha-care__image img {
  width: 100%;
  height: 650px;

  object-fit: cover;

  display: block;
}


/* ----------------------------------------------------------
   12. EVENING
---------------------------------------------------------- */

.hh-autumn .ha-evening {
  padding: clamp(110px, 14vw, 210px) 24px;

  background:
    radial-gradient(
      circle at 75% 40%,
      #323228 0%,
      #1c211c 42%,
      #101511 100%
    );

  color: #fff;
}

.hh-autumn .ha-evening__inner {
  width: min(900px, 100%);

  margin: 0 auto;

  text-align: center;
}

.hh-autumn .ha-evening__inner > p {
  width: min(660px, 100%);

  margin: 40px auto 0;

  font-size: clamp(18px, 1.5vw, 21px);
  line-height: 1.8;

  color: rgba(255, 255, 255, .67);
}

.hh-autumn .ha-evening__small {
  margin-top: 35px;

  font-size: 13px;
  font-weight: 600;

  letter-spacing: .06em;

  color: #cbb493;
}


/* ----------------------------------------------------------
   13. OFFERS
---------------------------------------------------------- */

.hh-autumn .ha-offers {
  background: var(--ha-cream);
}

.hh-autumn .ha-offers__head {
  width: min(780px, 100%);

  margin-bottom: 70px;
}

.hh-autumn .ha-offers__head > p {
  max-width: 580px;

  margin: 28px 0 0;

  font-size: 18px;
  line-height: 1.7;

  color: var(--ha-muted);
}

.hh-autumn .ha-offers__grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;

  gap: 28px !important;
}

.hh-autumn .ha-offer {
  display: flex !important;
  flex-direction: column !important;

  min-width: 0 !important;

  background: #fff;

  overflow: hidden;
}

.hh-autumn .ha-offer--featured {
  grid-column: span 2;

  display: grid !important;
  grid-template-columns: 1.15fr .85fr !important;
}

.hh-autumn .ha-offer__image {
  display: block !important;

  width: 100% !important;

  line-height: 0 !important;

  overflow: hidden;
}

.hh-autumn .ha-offer__image img {
  display: block !important;

  width: 100% !important;
  height: 370px !important;

  object-fit: cover !important;

  transition: transform .6s ease;
}

.hh-autumn .ha-offer:hover .ha-offer__image img {
  transform: scale(1.025);
}

.hh-autumn .ha-offer--featured .ha-offer__image img {
  height: 100% !important;
  min-height: 470px !important;
}

.hh-autumn .ha-offer__body {
  display: flex !important;
  flex-direction: column !important;

  padding: clamp(28px, 4vw, 48px);
}

.hh-autumn .ha-offer__meta {
  display: flex;
  flex-wrap: wrap;

  gap: 10px;

  margin-bottom: 20px;
}

.hh-autumn .ha-offer__meta span {
  font-size: 10px;
  font-weight: 700;

  letter-spacing: .14em;

  color: rgba(21, 26, 22, .47);
}

.hh-autumn .ha-offer__body h3 {
  margin: 0;

  font-size: clamp(27px, 2.3vw, 36px);
  line-height: 1.1;
  letter-spacing: -.03em;

  font-weight: 500;
}

.hh-autumn .ha-offer__body p {
  margin: 20px 0 0;

  font-size: 16px;
  line-height: 1.7;

  color: var(--ha-muted);
}

.hh-autumn .ha-offer__body .ha-arrowLink {
  margin-top: auto;
  padding-top: 30px;
}


/* ----------------------------------------------------------
   14. PEOPLE
---------------------------------------------------------- */

.hh-autumn .ha-people {
  padding: clamp(90px, 11vw, 170px) 0;

  background: #ded5c6;
}

.hh-autumn .ha-people__inner {
  display: grid;
  grid-template-columns: .35fr 1fr;

  gap: clamp(50px, 8vw, 120px);

  align-items: center;
}

.hh-autumn .ha-people__label {
  display: flex;
  flex-direction: column;
}

.hh-autumn .ha-people__label span {
  font-size: 11px;
  font-weight: 700;

  letter-spacing: .2em;
}

.hh-autumn .ha-people__label strong {
  margin-top: -12px;

  font-size: clamp(150px, 18vw, 280px);
  line-height: 1;
  letter-spacing: -.08em;

  font-weight: 400;

  color: rgba(21, 26, 22, .10);
}

.hh-autumn .ha-people__content {
  max-width: 700px;
}

.hh-autumn .ha-people__content h2 {
  margin: 0;

  font-size: clamp(38px, 4.4vw, 64px);
  line-height: 1.05;
  letter-spacing: -.04em;

  font-weight: 500;
}

.hh-autumn .ha-people__content > p {
  max-width: 600px;

  margin: 28px 0 0;

  font-size: 18px;
  line-height: 1.75;

  color: rgba(21, 26, 22, .67);
}

.hh-autumn .ha-people__content .ha-people__note {
  margin-top: 25px;

  font-size: 13px;
  font-weight: 700;

  letter-spacing: .06em;

  color: var(--ha-text);
}


/* ----------------------------------------------------------
   15. FINAL
---------------------------------------------------------- */

.hh-autumn .ha-final {
  position: relative;

  min-height: min(800px, 85vh);

  display: flex;
  align-items: center;
  justify-content: center;

  overflow: hidden;

  color: #fff;
}

.hh-autumn .ha-final__bg {
  position: absolute;
  inset: 0;
}

.hh-autumn .ha-final__bg img {
  width: 100%;
  height: 100%;

  object-fit: cover;

  display: block;
}

.hh-autumn .ha-final__shade {
  position: absolute;
  inset: 0;

  background: rgba(8, 11, 9, .56);
}

.hh-autumn .ha-final__content {
  position: relative;
  z-index: 2;

  width: min(900px, calc(100% - 40px));

  text-align: center;
}

.hh-autumn .ha-final__content h2 {
  margin: 0 0 40px;

  font-size: clamp(46px, 5.7vw, 82px);
  line-height: 1.03;
  letter-spacing: -.05em;

  font-weight: 400;
}

.hh-autumn .ha-final__content h2 span {
  display: block;

  color: rgba(255, 255, 255, .72);
}

.hh-autumn .ha-final__content small {
  display: block;

  margin-top: 28px;

  font-size: 11px;
  font-weight: 600;

  letter-spacing: .12em;

  color: rgba(255, 255, 255, .58);
}


/* ----------------------------------------------------------
   16. TABLET
---------------------------------------------------------- */

@media (max-width: 980px) {

  .hh-autumn .ha-wrap {
    width: min(100% - 36px, 1280px);
  }

  .hh-autumn .ha-split,
  .hh-autumn .ha-editorial,
  .hh-autumn .ha-care__grid,
  .hh-autumn .ha-wellness {
    grid-template-columns: 1fr;
  }

  .hh-autumn .ha-split__media,
  .hh-autumn .ha-split__media img {
    min-height: 520px;
  }

  .hh-autumn .ha-editorial__copy,
  .hh-autumn .ha-care__content {
    padding-left: 0;
  }

  .hh-autumn .ha-wellness__media {
    min-height: 600px;
  }

  .hh-autumn .ha-wellness__media img {
    min-height: 600px;
  }

  .hh-autumn .ha-offer--featured {
    grid-column: auto;

    display: flex !important;
    flex-direction: column !important;
  }

  .hh-autumn .ha-offer--featured .ha-offer__image img {
    min-height: 0 !important;
    height: 370px !important;
  }

}


/* ----------------------------------------------------------
   17. MOBILE
---------------------------------------------------------- */

@media (max-width: 680px) {

  .hh-autumn .ha-wrap,
  .hh-autumn .ha-narrow {
    width: calc(100% - 32px);
  }

  .hh-autumn .ha-section {
    padding: 82px 0;
  }

  .hh-autumn .ha-display {
    font-size: clamp(38px, 11vw, 52px);
  }

  .hh-autumn .ha-h2 {
    font-size: clamp(36px, 10.5vw, 50px);
  }


  /* HERO */

  .hh-autumn .ha-hero {
    min-height: 78vh;
  }

  .hh-autumn .ha-hero__content {
    width: calc(100% - 32px);

    min-height: 78vh;

    padding-bottom: 45px;
  }

  .hh-autumn .ha-hero__title {
    font-size: clamp(47px, 13.5vw, 66px);
  }

  .hh-autumn .ha-hero__lead {
    font-size: 17px;
  }

  .hh-autumn .ha-hero__shade {
    background:
      linear-gradient(
        0deg,
        rgba(7, 10, 8, .80) 0%,
        rgba(7, 10, 8, .44) 60%,
        rgba(7, 10, 8, .10) 100%
      );
  }


  /* ACTIONS */

  .hh-autumn .ha-actions {
    align-items: flex-start;
    flex-direction: column;
  }


  /* MANIFEST */

  .hh-autumn .ha-manifest {
    padding: 100px 0;
  }

  .hh-autumn .ha-manifest__copy {
    margin-top: 36px;
  }


  /* IMAGES */

  .hh-autumn .ha-split {
    gap: 45px;
  }

  .hh-autumn .ha-split__media,
  .hh-autumn .ha-split__media img {
    min-height: 430px;
  }

  .hh-autumn .ha-editorial {
    gap: 45px;
  }

  .hh-autumn .ha-editorial__visual img {
    height: 500px;
  }

  .hh-autumn .ha-photoNote {
    position: relative;

    right: auto;
    bottom: auto;

    width: calc(100% - 28px);

    margin: -35px auto 0;
  }


  /* WELLNESS */

  .hh-autumn .ha-wellness__media,
  .hh-autumn .ha-wellness__media img {
    min-height: 480px;
  }

  .hh-autumn .ha-wellness__content {
    padding: 70px 24px 80px;
  }


  /* PAUSE */

  .hh-autumn .ha-pause {
    min-height: 620px;
  }


  /* CARE */

  .hh-autumn .ha-care__grid {
    gap: 45px;
  }

  .hh-autumn .ha-care__image img {
    height: 500px;
  }


  /* OFFERS */

  .hh-autumn .ha-offers__head {
    margin-bottom: 48px;
  }

  .hh-autumn .ha-offers__grid {
    grid-template-columns: 1fr !important;

    gap: 18px !important;
  }

  .hh-autumn .ha-offer__image img,
  .hh-autumn .ha-offer--featured .ha-offer__image img {
    height: 300px !important;
  }

  .hh-autumn .ha-offer__body {
    padding: 28px 24px 32px;
  }


  /* PEOPLE */

  .hh-autumn .ha-people__inner {
    grid-template-columns: 1fr;

    gap: 10px;
  }

  .hh-autumn .ha-people__label strong {
    font-size: 130px;
  }


  /* FINAL */

  .hh-autumn .ha-final {
    min-height: 700px;
  }

  .hh-autumn .ha-final__content h2 {
    font-size: clamp(42px, 12vw, 60px);
  }

}


/* ----------------------------------------------------------
   18. EMERSION SAFETY
---------------------------------------------------------- */

.hh-autumn p:empty {
  display: none !important;
}

.hh-autumn .ha-offers__grid > p {
  display: contents !important;

  margin: 0 !important;
  padding: 0 !important;
}

.hh-autumn .ha-offer,
.hh-autumn .ha-offer * {
  float: none !important;
}

.hh-autumn .ha-offer__image,
.hh-autumn .ha-offer__image img {
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
}
/* Generate 0.001112 second */